/*
	Writed By Edson Martins
	CCIASB 2009
*/


td{
	font-family:Arial Narrow;
	font-size:10pt;
	color:#000000;
	text-align:left;
}
td.imenu{
	font-family:Arial Narrow;
	font-size:12pt;
	color:#000080;
	text-align:center;
	cursor :Pointer;	
	background-Color:#D5EFFF;
}
td.cmds{
	font-family:Arial Narrow;
	font-size:10pt;
	color:#D5EFFF;
	text-align:Left;
	cursor :Pointer;	
	background-Color:#000080;
}
td.cmdsON{
	font-family:Arial Narrow;
	font-size:10pt;
	color:#D5EFFF;
	text-align:Left;
	cursor :Pointer;	
	background-Color:#0000DD;
}




td.imenuCMD{
	font-family:Arial Narrow;
	font-size:10pt;
	color:#000080;
	text-align:left;
	cursor :Pointer;
}

td.imenuCMDON{
	font-family:Arial Narrow;
	font-size:10pt;
	color:#000080;
	text-align:left;
	cursor :Pointer;
	background-Image:url('../images/pixel.png');
}

td.fuzzy{
	width:20px;
	border-left:1px solid #DFDFDF;
	text-align: left;
}
td.number{
	text-align: right;
}
span.title{
	font-family:Arial Black;
	font-size:14pt;
	color:#C1DEFB;

}
span.error{
	font-family:Arial;
	font-size:10pt;
	color:#FF0000;
	font-weight: normal;
}
span.success{
	font-family:Arial;
	font-size:10pt;
	color:#008000;
	font-weight: normal;
}


#cciasbbase{
	border:1px solid #D5FFFF;
}

div.cmd{
	background-color:#C1DEFB;
	text-align: Center;
	border:1px solid #D5EFFF;
	font-family:Arial Narrow;
	font-size:9pt;
	color:#000080;
	cursor:pointer;
}

body{
	background-Color:transparent;
	scrollbar-3dlight-color		:#DFDFFF;
	scrollbar-base-color		:#DFDFFF; 
	scrollbar-face-color		:#DFDFFF;
	scrollbar-3dlight-color		:#DFDFFF;
	scrollbar-darkshadow-color	:#DFDFFF;
	font-size:10pt;
	color:#000080;
	font-family: Arial Narrow;
}

input{
	border:1px solid #C0C0C0;
	font-family: 'Arial Narrow';
	font-size:10pt;
	color: #000080;
}

input.number{
	color: #404040;
	text-align:right;
	font-weight:bold;
	width:90px;
}

textarea{
	border:1px solid #C0C0C0;
	font-family: 'Arial Narrow';
	font-size:10pt;
	color: #000080;
}

table{
	/*border-bottom:solid 1px #D1EEFB;*/
	cursor:default;
}

th{
	font-family:Arial Narrow;
	font-size:10pt;
	color:#000080;
	font-weight:bold;
	text-align:left;

}

span.lt{
	font-family:Arial;
	font-size:8pt;
	color:#000090;
	font-weight:normal;
	background-color:transparent;
	text-align:left;
	padding-right:2px;
}

th.adm{
	font-family:Arial Narrow;
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000090;
}


span.foot{
	font-family:Arial Narrow;
	font-weight:normal;
	font-size:9pt;
	color:#D1EBFC;
}
span.smallcap{
	font-family:Arial;
	font-weight:normal;
	font-size:7pt;
	color:#DF0000;
}

input.check{
	font-family:Arial;
	font-weight:normal;
	border:0px;
	width:12px;
	height:12px;
	cursor:pointer;
	/*background-color: #D1EBFC;*/
}
select{
	font-family:Arial;
	font-weight:normal;
	font-size:8pt;
	color:#000090;	
	/*background-color: #D1EBFC;*/
}