html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;	border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

.clear{
	clear:both;
}

/*seletores do login*/

body{
	background:#071F2F url(../img/bg_tile.png) repeat-x scroll 0 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:1;
}

.wrapper{
	background:transparent url(../img/top_bg.jpg) no-repeat scroll center top;
	height:500px;
	width:100%;
}

#corpo{
	margin:0 auto;
	width:451px;
	padding-top:25px;
}

/*inicio topo*/
#cabecalho{
	overflow:hidden;
	position:relative;
}
#logo {
	height:82px;
	width:100%;
	text-align:center;
}
#panel{
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	text-align:center;
	margin-top:10px;
	clear:both;
}
#panel p {
	margin-left:5px;
}
/*fim topo*/

/*inicio menu*/
#menu {
	clear:both;
	margin:0;
	padding:0;
}
ul.tabMenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.tabMenu li {
	display:inline;
	height:100px;
	width:100px;
}
ul.tabMenu li a {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-image:url(../img/tab_bg.png);
	background-repeat:repeat-x;
	color:#E1E1E1;
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	padding:10px 10px 10px 20px;
	text-decoration:none;
	width:119px;
}
ul.tabMenu li a.active, ul.tabMenu li a:hover {
	background-image:url(../img/tab_bg_active.png);
	background-repeat:repeat-x;
	color:#333333;
}
.tabMenu img {
	float:left;
	margin-right:10px;
	margin-top:1px;
}
.tabMenu_navitem {
	font-size:14px;
	font-weight:bold;
}
/*fim menu*/

/*inicio conteudo*/
#conteudo{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color:#F5F5F5;
	clear:both;
	float:left;
	margin:0;
	overflow:hidden;
	padding:25px;
	position:relative;
	width:400px;
}

/* ---------------------------------------------------------------------------------
		FORMS
--------------------------------------------------------------------------------- */
.small			{ width: 15%;}
.medium 			{ width: 35%;}
.large			{ width: 88%; margin-top: 5px; margin-bottom: 10px; padding: 8px;}
.full			{ width: 98%;}
.spacer			{}


form  label 		{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	ddisplay: block;
	margin-top: 8px;
	color: #333333;
	text-transform: uppercase;
}
form p 				{ padding: 0px; margin: 0px;}
form input 		{
	border: 1px solid #CCCCCC;
	padding: 5px 2px;
	background-color: #F3F3F3;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
}

form input[type="text"] 		{
	width: 88%;
}
form select 		{ padding: 0px;margin: 0px;}

form input[type="submit"], button	{
	background-color: #D6D6D6;
	color: #666666;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 5px 7px 5px 7px;
}
form input[type="submit"]:hover, button:hover	{
	background-color: #FFFFE1;
	border: 1px solid #666666;
	cursor:pointer;
}

form checkbox 				{ padding: 0px;height: 15px;width: 18px;margin: 0 5px 0 5px;}
form select					{ width: 20%;padding: 2px;margin: 0px;}
form radio					{ height: 15px; width: 15px; padding: 0px; margin: 0 5px 0 5px;}

.styled_textarea			{
	margin-bottom: 10px;
	background-color: #F3F3F3;
	width: 95%;
	padding: 0px;
	border: 1px solid #CCCCCC;
	font-size: 9px;
}
input:focus, textarea:focus	{ background-color: #FFFFE1;border: 1px solid #666666; }
input[type="text"].sffocus, input[type="password"].sffocus, textarea.sffocus	{ background-color: #FFFFE1;border: 1px solid #666666; }

#conteudo a {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
	color: #333333;
	text-transform: uppercase;
	text-decoration:none;
}
#conteudo a:hover {
	color: #989898;
}

#conteudo h3{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
	color: #333333;
	text-transform: uppercase;
}

table{
	width:100%;
}
table.lista{
	border: 1px solid #CCCCCC;
	margin: 10px 0;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.lista tr th{
	text-transform:uppercase;
	padding-left:10px;
	background-color:#EFEFEF;
	border:1px solid #CBCFD3;
	font-size:9pt;
	padding:7px;
	text-align:left;
	color:#666666;
}
table.lista tr td{
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#666666;
	padding: 4px 7px;
	vertical-align:middle;
	text-align:left;
}
table.lista tr.cor1 td{
	background-color:#F9F9F9;
}
table.lista tr.cor2 td{
	background-color:#EAF2FF;
}
table.lista tr:hover td{
	background-color: #F7F8E0;
}

table.lista tr td.opcoes{
	text-align:center;
}

.paging{
	text-align:right;
	margin-top:10px;
}
.paging span.disabled{
	color:#CCC;
	padding:4px 7px;
	text-decoration:none;
	background-color:#E9E9E9;
	border:1px solid #CCCCCC;
}

.paging span{
	color:#333333;
	padding:4px 0;
	text-decoration:none;
	border:1px solid #CCCCCC;
}
.paging span:hover{
	background-color:#E9E9E9;
}
.paging span a{
	color:#333;
	text-decoration:none;
	padding:3px 7px;
}

table{
	width:100%;
}
/*fim conteudo*/

/*inicio rodape*/
#rodape{
	clear:both;
	padding-top:10px;
	text-align:center;
	color:#CECECE;
}
#rodape a{
	color:white;
	text-decoration:none;
}

.time_elapsed{
	color: #777;
	font-size: 8pt;
}

.time_elapsed p{
	margin-bottom:3px;
}

/*fim rodape*/

/*fim seletores do login*/


#senhas_demonstracao h4 {
	margin-top: 1em;
	border-top: 1px solid #d0d0d0;
	padding-top: 1em;
}

#senhas_demonstracao h5 {
	margin-top: 1.2em;
	margin-bottom: 0.4em;
}
