﻿ /* RESET PARA OS ESTILOS */

body
{
    background-color: #f9f6f2;
    background-image: url(../img/topo.png);
    background-repeat: repeat-x;
    margin: 0px;
    background-position: center top;
}

html 
{

	padding-bottom: 1px;
	width:100%;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Arial;
    
}
:focus
{
    outline: 0;
}
a, a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
th, td
{
    
    font-weight: normal;
}
img, iframe
{
    border: none;
    text-decoration: none;
}
ol, ul
{
    list-style: none;
}

hr
{
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px;
}
strong
{
    font-weight: bold;
}

/* ------------ Estilos ----------- */

.backgroundLogin
{
	background-image: url(../img/bg-body.png);
	background-repeat: repeat;
	background-position:center;
}

.bg-paginasInternas
{
	position: fixed;
	width: 100%;
	height: 452px;
	background-image: url(../img/bg-inter.png);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	z-index: -1;
}


.containerLogin
{
	position: relative;
	width: 428px;
	height: 217px;
	margin: 0 auto;
	background-image: url(../img/bg-login.png);
	padding: 260px 0px 0px 58px;
	margin-top: 120px;
}

.containerFormLogin
{
	position: relative;
	width: 130px;
	float: left;
}

.containerFormSenha
{
	position: relative;
	width: 144px;
	float: left;
	left: 25px;
}
.ContainerFormBotao
{
	position: relative;
	float: left;
	top: 18px;
	left: 45px;
}

.botaoForm1
{
	background-color: #000;
	padding: 5px 9px 5px 9px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.botaoForm1:hover
{
	opacity: 0.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.1,9;
}

#topo
{
	position: relative;
    width: 100%;
    height: 208px;
    top: 0px;
    left: 0px;
}


#container-topo  
{
    width: 920px;
    margin: 0 auto;
    position: relative;
}

#marca-conferencia  
{
     position:relative;
     width:139px;
     height:123px;
     float:left;
     margin-top:70px;
}


#marca-sms 
{
    position:relative;
    width:143px;
    height:52px;
    float:right;
    top:70px;
    right:128px;
}

#containerMenu
{
	position: relative;
	width:1000px;
}

#containerUsuario
{
    position: absolute;
    float:left;
    background-position:top left;
    color:#fff;
    width: 400px;
    height: 50px;
    z-index: 11;
    top:188px;
    font-size:12px;
    
}

#menu-principal
{
    position: relative;
    height: 49px;
    width: 700px;
    float: right;
    z-index: 100;
    top:116px;
    right:70px;
    font-family: 'Swis721CnBTRoman';
    font-size:10px;
    
}

#footer 
{
	position:relative; 
	margin-top:100px; 
	height:188px; 
	background-image:url(../img/bg-rodape.png); 
	background-repeat:repeat-x; 
	clear:both;
}


#infoFooter
{
	position:relative; width:920px; margin:0 auto; top:36px;
}

.footer-left
{float:left; position:relative; width:600px; height:50px; margin:0 auto; top:25px; font-family:Arial; font-size:10px;}

.footer-right
{position:relative; float:right; width:253px; height:59px; margin:0 auto; top:-10px;}

#footer-lista
{
    height: 39px;
    width: 653px;
}

#container
{
	position: relative; 
	width: 920px; 
	margin: 0 auto;
	left:0px;
	top:40px;
	
}

h1
{
	margin-left:50%;
	clear:both;
    position: absolute;
    height: 35px;
    margin-top: 25px;
    left:-460px;
    padding-left:70px;
    padding-top:5px;
    background-image: url(../img/ico-h1.png);
    background-repeat: no-repeat;
    color: #4b4b4b;
    font-size: 20px;
    font-weight:bold;
}

#bgH1
{
    position: relative;
    top:0px;
    height: 83px;
    background-image: url(../img/bg-h1.png);
    background-repeat: repeat-x;
    margin:0 auto;
}

.campo
{
    font-size: 13px;
	color: #707070;
	text-transform:uppercase;
	background: #fbfbfb;
    text-transform:uppercase;
	padding:10px 8px 9px 8px;
	outline:none;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #d8d8d8;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow:    inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
	box-shadow:         inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
}

.CampoAlign {position:relative; float:left; margin-right:12px;}
.CampoRadioAlignMargem {position:relative; float:left; margin-right:10px;}
.CampoRadioAlign {position:relative; float:left;}

.rotulo
{
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	color: #2f2f2f;
	margin-bottom:3px;
	margin-left:2px;
	display:block;
	margin-top:15px;
	text-transform:uppercase;
}

.rotuloRadio
{
	background-color:#81abd4;
	font-size:14px;
	font-weight:bold;
	padding: 4px 0px 4px 10px;
	color: #fff;
	margin-top: 15px;
	text-transform:uppercase;
}

.botoes
{
    background-image: url(../img/bg-btn.png);
    background-position: left center;
    padding: 10px 15px 10px 55px;
    margin: 15px 4px 10px 0px;
    display: inline-block;
    color: #FFFFFF !important;
    font-size: 12px;
    opacity: 0.99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.1,9;
    z-index:1;
    
}

.botoes:hover
{
    opacity: 0.90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}





/* Estilos do Gridview GERAL ---------------- */

TABLE.gridview
{
    background-color: #6c6c6c !important;
    border: solid 1px #ffffff;
    font-family: Arial;
    font-size: 14px;
    margin-top: 25px;
    width: 100%;
}
TABLE.gridview TR
{
    background-color: #f2f2f2;
    color: #4b5661;
}

TABLE.gridview TR a
{
    color: #525353;
    font-weight: bold;
}

TABLE.gridview TR a:hover
{
    color: #252525;
    text-decoration: underline;
    font-weight: bold;
}

TABLE.gridview TR:hover
{
    background-color: #e8e8e8;
    color: #646565;
}
TABLE.gridview TH
{
    background: #4c4d57;
    color: #FFFFFF;
    padding: 7px 10px 7px 10px;
    font-weight: bold;
    text-align:left;
    background-image: url(../img/bg-head-grid.png);
    
}
TABLE.gridview TD
{
    padding: 5px 10px 5px 10px;
    height:18px;
    
}

.align-icon
{
    text-align:center !important;
   
    }
    
.align-icon:hover
{
    
    text-align:center;
    
    }
    
.icon-effect
{
    opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}

.icon-effect:hover
{
    opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.gridviewSelected 
{
    background-color:#cdd4da !important;
    color:#212d4c !important;
    font-weight:bold;
}


/* Final do GridView --------------- */

.menu-barra-module
{
   
    background-position: left;
    padding-left: 0px;
    padding-top: 8px;
    height: 34px;
    font-family: Arial;
    float: left;
    text-align: left;
    margin-left: 20px;
    width: 465px;
    top: 10px;
    z-index:9;
    position:relative;
    
    
    
    
}

/************ EFEITO  ACCORDION HOME *******************/


#label{width:400px; padding:0px 0 15px 0; margin:0 auto; }
#label h3 {font-family:'Droid Serif', Georgia; font-size:14px; color:#fdedbc; text-shadow:1px 1px 0 #000; text-align:center; }
#label h3 span {font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#abdacd; text-shadow:none;}
#label p {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#CCCCCC; font-size:12px; padding:10px 0 5px 0; line-height:19px;}
#label p a {color:#fff;  text-shadow:1px 1px 0 #000; text-decoration:none;}
#label p a:hover{text-decoration:underline;}
#wrap{width:400px; margin:0 auto; line-height:20px; color: #666666;	font-size:13px;	}
#wrap a {color:#1e8c84; font-weight:bold;}
#wrap a:hover {color:#03504a;}
#wrap h5 {font-family: 'Droid Serif', arial, serif; font-weight:bold; font-size:13px; clear:both; margin:15px 0 20px 0; border-bottom:1px dashed #999999; text-shadow:1px 1px 2px #fff; padding:5px 5px 7px 0; height:30px; color:#333333;}
#wrap p {padding-bottom:12px;}
#wrap ol, #wrap ul {padding:0 35px 20px 35px; list-style:inside;}
#wrap h1, #wrap h3, #wrap h3, #wrap h4 {clear:both; }
#wrap blockquote {padding:5px 25px; border-left:2px solid #ccc; margin:25px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; line-height:19px; font-size:13px;}
#wrap strong {color:#333333;}
#wrap img {float:left;  margin:-2px 0px 5px 0; }

/*buttons:*/

#wrap h5 span, #wrap h5 span:visited {
	
	display: inline-block; 
	
	position:relative;
	top:-6px;
	position: relative;
	cursor: pointer;
	float:right;
	top: -30px;
}