/* CSS Document */
html #left-nav {
height: 250px;
}
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
a:link {
	color: #2A3594;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F15E22;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.w:link {
	color:#FFFF00;
	text-decoration: none;
}
a.w:visited {
	text-decoration: none;
	color:#FFFF00;
}
a.w:hover {
	text-decoration: underline;
	color:#FFCC00;
}
a.w:active {
	text-decoration: none;
}


#central{
	width:100%;
	z-index:0;
	background-color:#FFFFFF;
}
#admin{
	width:99%;
	z-index:0;
	padding-top:5px;
	padding-left:5px;
}

#logotipo{
	z-index:2;
	float:left;
	position:absolute;
	top:2px;
	left:10px;
	width:200px;
	height:179px;
	background-image:url(images/logo_but.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#principal{
	clear:both;
	width:900px;
	position:relative;
	height:auto;
	left:25px;
	top:30px;
	background-image:url(images/bar3.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:450px;
	z-index:1;
}
#menu {
	width:900px;
	position:relative;
	left:25px;
	top:20px;
	min-height:40px;
	background-image:url(images/bar.jpg);
	background-repeat:no-repeat;
	border:1px solid;
	border-color: #C9CCE1;
	z-index:1;
}
#rodape{
	width:900px;
	clear:left;
	position:relative;
	min-height:25px;
	left:25px;
	top:40px;
	
}
#left_nav{
	width:220px;
	height:auto;
	position:absolute;
	top:115px;
	left:10px;
	
}	
#conteudo{
	width:640px;
	position:relative;
	padding-left:20px;
	border-left-width:1px;
	border-left-style:dashed;
	border-color:#C9CCE1;
	height:auto;
	top:30px;
	left:200px;
}
#menu_left{
	float:left;
	margin-left:120px;
	margin-right:10px;
	margin-top:10px;
}
#menu_right{
	clear:right;
	float:right;
	margin-right:10px;
	margin-top:10px;
}
#admin_left{
	float:left;
	margin-left:5px;
	margin-right:10px;
	margin-top:30px;
	width: 288px;
	
}
#admin_right{
	float:left;
	margin-top:30px;
	padding-left: 26px;
	border-left-width:1px;
	border-left-style:dashed;
	border-color:#C9CCE1;
}
.ruler{
	height:1px;
	width:180px;
	border-top:1px solid;
	border-top-color:#C9CCE1;
	margin-top:3px;
	
}

.ruler_orc{
	height:1px;
	width:145px;
	border-top:1px solid;
	border-top-color:#CC0099;
	margin-top:3px;
}

.ruler_lg{
	height:1px;
	width:600px;
	border-top:1px solid;
	border-top-color:#C9CCE1;
	margin-top:3px;
}
.ruler_top{
	height:1px;
	width:700px;
	border-top:1px solid;
	border-top-color:#C9CCE1;
	margin-top:3px;
}
.titles{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#F15E22;
}
.input{
	background-color:#FFFFFF;
	border:1px solid;
	border-color:#6F9BAC;
	margin-top:2px;
	margin-bottom:10px;
}
.login{
	background-color:#FFFFFF;
	border:1px solid;
	border-color:#6F9BAC;
	margin-top:1px;
	margin-bottom:1px;
}
.button{
	background-color:#EBF0F3;
	border:1px solid;
	border-color:#6F9BAC;	
	margin-top:2px;
	margin-bottom:2px;
}
.subtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003399;
}
.warning{
	width: 650px;
	height: 30px;
	padding-top:10px;
	padding-left:10px;
	background-color:#009900;
	color:#FFFFFF;
	
}
.warning_red{
	width: 700px;
	height: 30px;
	padding-top:10px;
	padding-left:10px;
	background-color:#FF0000;
	color:#FFFFFF;
}
.number{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:14px;
	color:#FF0000;
}