/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
    font-weight:bold; 
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
    font-weight:bold; 
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	royalblue;
    font-weight:bold; 
	}	
		
A:hover	{	
	text-decoration:	underline;
    font-weight:bold;
    color:Navy ;  
	}
	
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	.TableSimples
	{
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
   	}
	

	.txttransparente
{
	background-color:transparent;
	border-style:none;
	font-family:Tahoma;
	font-size:8pt;
	}
	
		.txt
{
	
	border-style:solid;
	font-family:Tahoma;
	font-size:8pt;
	border-width:1px;
	}
	
		.txtnegrito
{
	background-color:transparent;
	border-style:none;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	}
	
 .TarjasLogin
{
	background-color:gray;
	color:gray;
}

.TituloLogin
    {
	font-family:Tahoma;
	font-size:medium;
	font-weight:bold;
	color:gray;
	text-align:center;
	position: absolute;
    width:400px;
    height:80px;
    left: 50%;
    margin-left:-200px;  
    padding:10px;
	
	}
	
	.Grid
{
	font-family:Tahoma;
	font-size:8pt ;
	border-style:solid ;
	border-width:0; 
	border-bottom-color:whitesmoke;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:whitesmoke;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:whitesmoke;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:whitesmoke;
	border-right-style:solid;
	border-right-width:1px;
}

A img
{
    border: none;
}


/*Area Login*/

.divAreaLogin
{
    text-align:center;
    position: absolute;
    width:420px;
    height:420px;
    top: 50%;
    left: 50%;
    margin-left:-210px;
    margin-top:-210px;
    padding:10px;
}

.divLogin
{
    width:350px;
    height:320px;
    background-color:#ffffff;   
    padding:30px;   
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #c4c8cc;
    text-align:left;
    margin-bottom:10px;
    
}

.elementosDivLogin
{
    float:left;
    display:block;
    width:100%;
    FONT-FAMILY: Helvetica, sans-serif;
}

.labelsDivLogin
{
    margin-top:10px;
    float:left;
    display:block;
    width:100%;
}

.MensagensDivLogin
{
    float:left;
    display:block;
    width:100%;
    text-align:center;
}

.imageBotaoLogin
{
    float:left;
    display:block;
    margin:10px 0px 20px 130px;
}

.imageLogo
{
    float:left;
    display:block;
}


#logocloudmed
{
    text-align:center;
    position: absolute;
    width:140px;
    height:80px;
    left: 50%;
    margin-left:-70px;  
    padding:10px;
}

#certificado
{
    position: absolute;
    width:140px;
    height:80px;
    left: 80%;
    margin-left:-70px;  
    padding:10px;
}

/*End Area Login*/


.errorContent {
    color: white;
    font-family: 'Exo 2', sans-serif,'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    float: left;
    margin-left: 20%;
}



.TituloMenu {
    font-family: 'Exo 2', sans-serif,"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: lighter;
    padding: 5px;
    background-color: transparent;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    text-align: center;
}