@charset "utf-8";
/* CSS Document */
#slideLogin {
	position:absolute;
	width:600px;
	right:0;
	
}
.slideDown-login {
	overflow:hidden;
	height:48px;
	padding:0 5px 0 5px;
	background-color:#FFF;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius: 5px;
}
.slideDown-login h2{
	margin:0;
	font-size:12px;
	font-weight:normal;
}
#btn-slideLogin {
	background-color:#FFF;
	float:right;
	font-weight:bold;
	font-size:12px;
	padding:1px 10px;
	cursor:pointer;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#log-usuario {
	padding:2px;
	overflow:auto;
}
#log-usuario #btn_cadastre-se {
	float:right;
	font-size:12px;
	margin-top:2px;
}
#log-usuario #btn_cadastre-se a {
	color:#0CF;
	font-style:italic;
}
#log-usuario label {
	font-size:8px;
	text-transform:uppercase;
}
#log-usuario .campo{
	border:0;
	background-color:#F0F0F0;
	border:1px solid #CCC;
}
#log-usuario #login{
	width:215px;
}
#log-usuario #password{
	width:157px;
}
#log-usuario .btnLogin{
	border:0;
	background-color:#000;
	color:#FFF;
}
#log-usuario .btnLogin:hover{
	background-color:#333;
}
.log-usuario-foto {
	margin-top:5px;
background-image:url("../imgs/bg_torpedos_img.jpg");
background-position:right bottom;
background-repeat:no-repeat;
padding:0 10px 10px 0;
float:left;
}
.log-usuario-info {
	width:400px;
	float:left;
	padding:5px;
	font-size:12px;
}
.log-usuario-info p{
	display:inline;
	margin:0;
	font-size:15px;
	line-height:35px;
}
.log-sair {
	color:#900;
	cursor:pointer;
}
.log-sair:hover {
	text-decoration:underline;
}
.log-usuario-info a{
	color:#333;
	text-decoration:none;
}
.log-usuario-info a:hover{
	text-decoration:underline;
	color:#09F;
}
#log-usuario .log-recuperarsenha{
	font-size:12px;
	color:#999;
	font-style:italic;
}
/* publcidades */
.banners-flash {
	border-top:4px solid #F0F0F0;
	border-bottom:4px solid #F0F0F0;
	padding:5px 0;
	margin:2px 0;
}
/* fim publcidades */
#plantao {
	clear:both;
	padding:10px;
}
#plantao ul {
	margin:0;
	padding:0;
}
#plantao li {
	font-size:80%;
	list-style:none;
	padding:5px;
	border-bottom:#333 1px dotted;
}
#plantao li p{
	margin:0;
	color:#666;
}
#plantao li h4{
	margin:0;
	font-stretch:normal;
	font-weight:normal;
}
#plantao li h4 a{
	color:#900;
	text-decoration:none;
}
#plantao li h4 a:hover{
	text-decoration:underline;
}
/* contato */
.content-contato {
	margin:10px;
}
.contato {
	padding:0;
	margin:0;
}
.contato li {
	list-style:none;
	width:100%;
}
.contato label {
	display:block;
	width:200px;
	font-size:80%;
}
.contato .campo {
	width:98%;
	margin:0;
	border:none;
	font-size:100%;
	background-color:#F0F0F0;
	border:1px solid #CCC;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
}


/* Popup*/
div.msgOverlay {
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:1000000;
	background:#000;
	height:100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
div.msgPopupBox {
	left:50%;
	top:0;
	z-index:1000001;
	position:fixed;
	padding:15px;
	font-size:90%;
	background-color:#F0F0F0;
	background-image:url(imgs/bc_msgpopubbox.png);
	background-repeat:no-repeat;
	background-position:top center;
}
div.msgPopupBox .fechar {
	position:absolute;
	right:0;
	top:0;
	padding:2px 5px;
	cursor:pointer;
	font-size:80%;
	color:#000;
}
div.msgPopupBox .fechar:hover {
	color:#000;
}
div.msgPopupBox h1 {
	margin:15px 0 25px 0;
	font-size:120%;
	font-weight:bold;
	padding-bottom:5px;
	border:none;
	color:#000;
	border:none !important;
}
div.msgPopupBox div.lista {
	overflow:auto;
	margin-bottom:25px;
	max-height:500px;
}
div.msgPopupBox div.lista p {
	margin:2px 0;
	font-size:100%;
}
div.msgPopupBox div.lista ul {
	padding:0;
	margin:2px 0;
	list-style-type:none;
}
div.msgPopupBox div.lista ul li {
	font-size:90%;
	padding:3px;
}
div.msgPopupBox label {
	display:block;
	color:#333;
	font-size:80%;
	margin-top:10px;
}
div.msgPopupBox .campo {
	width:99%;
}
.msgBtn {
	margin-top:10px;
	margin-left:10px;
	float:right;
	padding: 0 20px 0 20px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #666;
	background-color:#CCC;
}
.msgBtn:hover {
	background-color:#F0F0F0;
}
.msgBtn:active {
	background-color:#999;
}
.msgBtn:disabled {
	color:#999;
}
/* Popup FIM */

div#msgItem {
	clear:both;
	padding:3px;
	margin:4px;
	font-size:90%;
}
div#msgItem ul li {
	list-style-position:inside;
	padding:0;
	border:none !important;
}
div#msgItem ul li ul li {
	list-style-type:disc;
	list-style-image:none !important;
	padding-left:15px;
}
div.conf {
	position:relative;
	background-color:#DFFFDF;
	color:#000 !important;
	background-image:url(../imgs/bullet_conf.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding:5px 5px 5px 25px;
	font-size:90%;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	clear:both;
}
div.conf ul {
	border-left:1px solid #090;
	padding:0 5px;
	margin:0;
}
div.conf ul li{
	list-style:none;
}
div.conf ul li ul {
	border:none;
	list-style:circle;
	padding:0 20px;
}
div.adv {
	position:relative;
	background-color:#FFC;
	color:#000 !important;
	background-image:url(../imgs/bullet_adv.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding:5px 5px 5px 25px;
	font-size:90%;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	clear:both;
}
div.adv ul {
	border-left:1px solid #CC6;
	padding:0 5px;
	margin:0;
}
div.adv ul li{
	list-style:none;
}
div.adv ul li ul {
	border:none;
	list-style:circle;
	padding:0 20px;
}
div.erro {
	position:relative;
	clear:both;
	margin-top: 5px;
	background-color:#FDDAD0;
	color:#900 !important;
	background-image:url(../imgs/bullet_erro.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding:5px 5px 5px 25px;
	font-size:90%;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	clear:both;
}
div.erro ul {
	border-left:1px solid #CC9999;
	padding:0 5px;
	margin:0;
}
div.erro ul li{
	list-style:none;
}
div.erro ul li ul {
	border:none;
	list-style:circle;
	padding:0 20px;
}
div.info {
	position:relative;
	background-color:#EAF4FF;
	color:#000 !important;
	background-image:url(../imgs/bullet_info.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding:5px 5px 5px 25px;
	font-size:90%;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	clear:both;	
}
div.info ul {
	border-left:1px solid #9CF;
	padding:0 5px;
	margin:0;
}
div.info ul li{
	list-style:none;
}
div.info ul li ul {
	border:none;
	list-style:circle;
	padding:0 20px;
}
div.msgFechar {
	position:absolute;
	right:5px;
	top:0;
	padding:0 2px;
	cursor:pointer;
	font-size:80%;
	color:#000;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
div.msgFechar:hover {
	color:#900;
	font-weight:bold;
}
/* Formularios */
div.form {
	overflow:auto;
	padding:10px;
	color:#000;
	clear:both;
}
div.form h1 {
	line-height:200%;
}

div.form fieldset {
	border:solid 1px #F0F0F0;
	padding:5px;
}
div.form fieldset legend {
	font-size:80%;
	padding-right: 5px;
}
div.form div.input {
	overflow:hidden;
	margin-bottom:5px;
}
div.form label {
	font-size:80%;
	padding-right: 5px;
}
div.form .campo {
	width:98%;
	margin:0;
	font-size:100%;
}
div.form .formBtn {
	margin-top:10px;
	margin-left:10px;
	float:right;
	padding: 2px 20px 2px 20px;
	border: 1px solid #999;
	background-color:#CCC;
	color:#000;
	font-weight:bold;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
div.form .formBtn:hover {
	background-color:#F0F0F0;
}
div.form .formBtn:active {
	background-color:#999;
}
div.form .formBtn:disabled {
	color:#999;
}
div.form .obrigatorio {
	color:#F60;
	padding:0 3px;
	cursor:help;
}
/* formularios FIM*/
