﻿.minus { color:#ff0000; }
.plus { color:green; }
.nochange { color:#ee7600; }

.row { clear:both; }
.left { float:left;}
.right { float:right;}
.upper { text-transform:uppercase; }
.money { text-align:right; }
.invis { display:none; }

div.vsep5 { height:5px; clear:both; }
div.vsep10 { height:10px; clear:both; }
div.vsep3 { height:3px; clear:both; }

.makebold { font-weight:bold; }

a { text-decoration:none; color:Blue; }
a:hover { text-decoration:underline; color:#424242; }

.leftsep5 { margin-left:5px; }
.rightsep5 { margin-right:5px; }
.rightsep20 { margin-right:20px; }

.color1 { color:#424242; }
.nayaborder { border:1px solid #E6E6FA; }

.info { color:maroon; }
.nayaicon { }
.iconhighlight { border:solid 1px steelblue; background-color:aliceblue; }

.yellow-text { color:yellow;}
.top-margin-10 { margin-top:10px;}
.font-size-11 { font-size:11px;}
.font-size-12 { font-size:12px;}
.font-size-13 { font-size:13px;}
.font-size-14 { font-size:14px;}
.font-size-16 { font-size:16px;}
.white-text { color:#ffffff;}
.full-width { width:100%;}

/**:focus {
    outline: 0;
}*/

textarea:focus, input:focus{
    outline: 0;
}

.nf-tools { border:solid 1px #f5f5f5; /*background:#f7ecb5;*/ background:#f6a828; padding-top:5px; padding-left:3px; /*height:35px;*/ height:30px; }
.nf-tools-lg { padding:10px 3px 10px 25px; border:solid 1px #f5f5f5; background:#f6a828; border-radius:5px; }
.align-right { text-align:right;}
.align-left { text-align:left;}
.align-center { text-align:center;}
.reqd-indicator{color:red;}

.nf-report-desc { padding: 5px; /*border:solid 1px #f5f5f5;*/ /*width:98%;*/ background-color:lightyellow; }

.gainbg {background-color:lightgreen; font-weight:bold;}
.lossbg {background-color:lightpink; font-weight:bold;}

.nyf-rpt-desc { padding: 5px; border:solid 1px #f5f5f5; width:98%; background-color:lightyellow; }

.table-tools { float: right; }