﻿*
{
	padding: 0px;
	margin: 0px;
}

body
{

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #56606C;
	background-color: #FFFFFF;
	
}

#page-main
{
	width: 100%;
	height: 100%;
	margin:0 auto;
	min-height: 600px; 
	min-width: 800px;
	
}

#banner_login
{
	
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #4E6070;
}


#bandeiras
{
	width: 200px;
	height: 25px;
	float:right;	
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}

.clear
{
	clear: both;
}

#atencao
{
	background: url(  '../../App_Resources/imagens/Atencao.gif' ) no-repeat -1px top;
	float: left;
	margin-left: 10px;
	width: 199px;
	height: 185px;
	border-right: #56606C 1px solid;
	border-left: #56606C 1px solid;
	border-right-color: #4E6070;
	border-left-color: #4E6070;
}

.atencao_title
{
	
	height: 39px;		
	color: #4E6070;
	letter-spacing: 1px;
	text-align: right;	
	width:180px;
	
}


.atencao_texto
{
	margin-top: 50px;
	color: #4E6070;
	letter-spacing: 1px;
	text-align: left;
	font-family: Tahoma;
	text-align: justify;
	font-size: 11px;
	margin-left:7px;
	margin-right:7px;
}

.atencao_bottom
{
	background:  url( '../../App_Resources/imagens/Canto.gif' ) no-repeat -1px top;
	width: 200px;
	height: 20px;
	margin-top:11px;
	background-color: #FFFFFF;
}

.atencao_texto span a, .footer a
{
	font-weight: bolder;
	cursor: pointer;
	text-decoration: none;
	color: #4E6070;
} 

.atencao_texto span a:hover,
.footer a:hover
{
	font-weight: bolder;
	cursor:pointer;
	color:#C64D12;
} 


#login_principal
{	
	margin-top:20px;   
    float:left; 
	width:100%;
	height:100%;
	position:relative;


}

#login
{
	background: url(  '../../App_Resources/imagens/top_nav_btn_bg.gif' ) repeat-x left top;
	float: left;
	text-align: left; 
	border:#4E6070 1px solid; 
	width: 96%;
	
	min-height: 200px;
	height:380px;
	margin-left: 12px;
	margin-right: 5px;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;

}

#login_2
{
	width:98%;	
	height:75px;		
	/*background: url( '../../App_Resources/imagens/Laranja.gif' ) repeat-x;*/
	display:inline-block;
	
	
	float:left; 
	margin-left:1%;
	margin-right:1%;	
   
	
	
	
}



.login
{		
       
    float:left; 
	margin-left:1%;
	margin-right:1%;
	background: url( '../../App_Resources/imagens/top_nav_btn_bg.gif' ) repeat-x left top;
    border-top:#4E6070 1px solid; 
    border-right:#4E6070 1px solid; 
	border-left:#4E6070 1px solid; 
	border-bottom:#4E6070 1px solid; 	
	width:100%;	
	height:100%;
	padding-top:8px;
	padding-left:15px;

}


#login hr
{	
	margin-top:13px;
	margin-right:10px;
	color: #4E6070;
	background-color: #56606C;
}


.login_2
{
	
	width:100%;
	height:80px;
	margin-left:1%;
	margin-right:1%;
	background: url( '../../App_Resources/imagens/imgbg.jpg' ) repeat-x top center;
	
}


.footer
{
	margin-top: 5px;
	padding: 5px;
	border-top: #56606C 1px solid;
}
.title_login
{
	color: #56606C;
	font: 22px 'Century Gothic';
	letter-spacing: 1px;
}

.subtitle_login
{
	color: #95ADC5;
	font: 22px 'Century Gothic';
	letter-spacing: 1px;
}

.framelogin {
    height: 160px;
    padding: 0px 5px 0px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;  
}

.legend
{
	margin-top: -10px;
	margin-left: -2px;
	padding: 2px 0px 2px 5px;
	background-color: #98BDD3;
	border: 1px solid #478AB0;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bolder;
	width: 100%;
	height: 15px;
	color: #333333;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;  

}
th{
  /*font-family: MS Sans Serif;*/
  color: #003333;
  font-size: 12px;
  font-weight : bold;
}

td {
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}


#footer
{
	
	text-align: center;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #005B90;
	width: 100%;
}
#footer p a
{
	font-weight: bold;
	color: #005B90;
	text-decoration: underline;
}
#footer p a:hover
{
		color: #C64D12;
}

#novoCliente 
{
    width: 300px;
    float: right;
    margin-left: 40px;
    margin-right: 20px;
    position: relative;    
    border: 1px outset #ccccff;
}

#novoCliente h2 
{
    background-color: #6699cc;
    padding: 6px 12px;
    color: #FFF;
    font-style: italic;
}

#novoCliente p 
{
    line-height: 130%;
    padding: 30px 30px 10px 10px;
}