/* folha de estilos do ADM LOCAL */

body {
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	background-color:#D2DBCB;
}

.discreta {
	font-size:10px;
}

.discreta_forte {
	font-size:10px;
	font-weight:bold;
}

.titulo {
	font-family:Arial;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

.subtitulo {
	font-family:Arial;
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

.botao {
	width:85px;
	height:18px;
	border:1px solid #CCCCCC;
	background-color:#009966;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}

.botaoMenor {
	width:84px;
	*width:67px;
	height:18px;
	border:1px solid #CCCCCC;
	background-color:#009966;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}

.botao_2 {
	width:200px;
	height:18px;
	border:1px solid #CCCCCC;
	background-color:#009966;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}

img {
	border:0;
}

input {
	border:1px solid #bebebe; 
	font-family:Arial;
	font-size:11px;
	height:16px; 
	color:#333333; 
}

textarea {
	width:300px;
	height:70px;
	border:1px solid #bebebe; 
	font-family:Arial;
	font-size:11px;
}

/*painel*/

.painel{width:700px;border:solid 1px #ccc;}

.dragged {filter: alpha(opacity=75);opacity:.75;}

select {
	font-family:Arial;   
	height:20px;  
	font-size:11px;
}

.fontMensagemVermelha {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.listaUser {
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.cssList {
	background-color:#F0F0F0;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
}

.tdList {
	font-size:10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#FFFFFF;
}

.tdTopList {
	font-size:12px;
	background-color:#0066CC;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}

.tdDescList {
	font-size:12px;
	background-color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0066CC;
}

.linkListFechar{
	width:23px;
	height:20px;
	border:2; 
	border-color:#E1E1E1;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF; 
	font-weight:bold; 
	font-size:14px; 
	color:#0066CC;
}

.fontMsg {
	color:#FF0000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


.span_especial { text-decoration:none; color: #CC6600; font-weight: bold;cursor:pointer;}

a.link_especial:link { text-decoration:none; color: #2A664C; font-weight: bold;}
a.link_especial:visited { text-decoration:none; color: #2A664C; font-weight: bold;}
a.link_especial:hover { text-decoration:underline; color: #2A664C; font-weight: bold;}

a.link_especial_2:link { text-decoration:underline; color: #2A664C;}
a.link_especial_2:visited { text-decoration:underline; color: #2A664C;}
a.link_especial_2:hover { text-decoration:underline; color: #2A664C;}

a.link_normal:link { text-decoration:none; color: #333333;}
a.link_normal:visited { text-decoration:none; color: #333333;}
a.link_normal:hover { text-decoration:underline; color: #333333;}
