/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color:White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
  
	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	black;
    text-align: center;
}	
		
A:visited	{	
	text-decoration:	none;
	/*color:	#333399;*/
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	/*color:	#333399;*/
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	none;
	/*color:	#3333cc;*/
	color:	black;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

/*IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/	
	
	
	



.CAIXATEXTO{ 
	BORDER-TOP-WIDTH: 1px; 
	FONT-WEIGHT: normal; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT-COLOR: #000000; 
	BACKGROUND: #FFFFFF; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #000000; 
	COLOR: #000000; 
	BORDER-TOP-COLOR: #000000; 
	FONT-FAMILY: arial; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #000000;
}

.ENVIAR{
	BORDER-TOP-WIDTH: 1px; 
	FONT-WEIGHT: bold; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 10pt; 
	
	BORDER-LEFT-COLOR: #000000; 
	BACKGROUND: #FFFFFF; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #000000; 
	COLOR: #000000; 
	BORDER-TOP-COLOR: #000000; 
	FONT-FAMILY: arial; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #000000;
}

.LABEL
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	
}

	
.botoes 
	{
	border: 1px ridge lightsteelblue;
    background-color:whiteSmoke;
	    font-family:Verdana;
	    font-size:xx-small;
    height: 24px;
}
	
.formularios
	{
    border: 1px solid lightsteelblue;
    background-color: whiteSmoke;
    font-family: Verdana;
    font-size: xx-small;
    text-align: left;
}
	
.textoadireita
	{
    border: 1px solid lightsteelblue;
    background-color: whiteSmoke;
    font-family: Verdana;
    font-size: xx-small;
    text-align: right;
}

	.gridview
	{	
	background-color:white;
	border-color:lightsteelblue;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:xx-small;

	}
	
.MouseOver
	{
	background-color:LightBlue;
	border-color:Desktop;
	border-style:ridge;
	border-width:1px;
	font-family:Verdana;
	font-size:xx-small;	
	color:Black;
	cursor:hand;
	}


.Tabela
{
	BORDER-RIGHT: #eaeaea thin solid; 
	BORDER-TOP: #eaeaea thin solid; 
	BORDER-LEFT: #eaeaea thin solid; 
	BORDER-BOTTOM: #eaeaea thin solid;
	
}


.TabelaMS
{
	BORDER-RIGHT: 1px solid #000000;
	BORDER-TOP: 1px solid #000000;
	BORDER-LEFT: 1px solid #000000;
	BORDER-BOTTOM: 1px solid #000000;
	
}

.CornerBottomRight
{
	BACKGROUND-POSITION: right bottom; 
	BACKGROUND-IMAGE: url(Images/corner_bottomright.gif); 
	WIDTH: 10px; 
	BACKGROUND-REPEAT: no-repeat; 
	/*BACKGROUND-COLOR: #f0f8ff;*/
	HEIGHT: 10px;
}

.CornerTopRight
{
	BACKGROUND-POSITION: right top; 
	BACKGROUND-IMAGE: url(Images/corner_topright.gif); 
	WIDTH: 10px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 10px;
}

.CornerTopLeft
{
	BACKGROUND-POSITION: left top; 
	BACKGROUND-IMAGE: url(Images/corner_topleft.gif); 
	WIDTH: 10px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 10px;
}

.CornerBottomLeft
{
	BACKGROUND-POSITION: left bottom; 
	BACKGROUND-IMAGE: url(Images/corner_bottomleft.gif); 
	WIDTH: 10px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 10px;
}


.TableTop
{
	border-Top:1px solid #89AFD4;
	}
	
.TableBottom
{
	border-bottom: solid 1px #89AFD4;
	}
	
.TableLeft
{
	border-left:solid 1px #89AFD4;
	
	}
	
.TableRight
{
	border-right:solid 1px #89AFD4;
	}


/* LAYOUT DAS TABELAS */
.Header
{
	background-color: #EAEAEA;
	font-family: Verdana;
	font-size:small;
	color:#C00000;
	font-weight:bold;
	height: 30px;
    text-align: center;
}

.Titulo
{
    background-color: #f8f8ff;
    height: 30px;
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    height: 25px;
    text-align: left;
}



.Dados
{
    background-color: #ffffff;
    font-family: Verdana;
    font-size: small;
    height: 25px;
    color: #000000;
}

/* -------------------------------------------*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:25px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#rightcolumn .collapsePanelHeader a {color:#FFF;}
#rightcolumn .collapsePanelHeader a:hover {text-decoration:none;background:none;}


.MenuImage 
{
	BACKGROUND-IMAGE: url(Images/MasterPage/bkMenuItem.png);
	background-repeat:no-repeat;
	width:100%;
	font-family:Verdana;
	font-size:x-small;
	font-family:Verdana;
	font-size:x-small;
	color:Black;
	
	
}

.MenuImageColor
{
	BACKGROUND-IMAGE: url(Images/MasterPage/bkMenuItem.png);
	background-repeat:no-repeat;
	width:100%;
	font-family:Verdana;
	font-size:x-small;
	color:Black;
	
	
}


.MenuStatic
{
	BACKGROUND-IMAGE: url(Images/MasterPage/bkMenuHeader.png);
	background-repeat:repeat-y;
	width:100%;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	color:white;
	line-height:3;
	cursor:hand;
	
}

.MenuStaticItem
{
	BACKGROUND-IMAGE: url(Images/MasterPage/bkMenuItem.png);
	background-repeat:repeat-y;
	width:100%;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	color:white;
	line-height:3;
	cursor:hand;
	
}

.Espacamento 
{
	line-height:2;
}

.CorItemMenu
{
 	text-decoration: none;
 		color:	#3333cc;
}

.link	{	
	text-decoration:	none;
	}
	
	


.botoesadm{
font: bold 12px/24px Verdana;	
padding:0px;
cursor:hand;
text-decoration: none;
text-align:center;
color:#000000;
width:120px;  
height:24px;	

}	
	
	
	
	
	

.botao a, .botao a:visited {  
font: bold 12px/24px Verdana;	
padding:0px;
text-decoration: none;
text-align:center;	
color:#ffffff;

width:120px;  
height:24px;	
display:block;	
	}

.botao a:hover { 

color:#CC8899;
               }




.PasswordStrength
{
	background-color:#f8f8ff;
	height:30px;
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
	height: 11px;
	padding: 2px 3px 2px 3px;
}
.HeaderPreto
{
    font-family: Verdana;
    font-size: smaller;
    color: #0066FF;
    font-weight: bold;
    height: 30px;
    text-align: center;
}
.cabecalhoGrid
{
    font-family: verdana;
    font-size: x-small;
    color: #0066FF;
    font-weight: bold;
}

