/*********************************************************************
 *
 * Stylesheet para o layout geral da gesforma
 * Criado por Alvaro Figueiredo em 04-04-2008
 * Revisao por em
*********************************************************************/

/*************** layout geral **************************************/

* 				{margin:0;padding:0;list-style:none;}
body 			{font-family:Tahoma; font-size:11px; margin:10px; color:#333333; background-color: #333333;}

#alignTable		{width:955px;}
#sch_menu		{width: 174px; vertical-align:top;}
#sch_spacer		{width:10px; background-image:url(../media/imgs/spacer.gif);}
#ws				{width:840px; vertical-align:top; text-align:left}

/*************** Footer *******************************************/

#footer_left 	{width:50%; text-align:left}
#footer_right	{width:50%; text-align:right}
#rodape			{background-image:url(../media/imgs/footer_bg.jpg); background-repeat:repeat-x; width:100%; height: 48px;}

/*************** Rodape *******************************************/

#topo 			{background-image:url(../media/imgs/header_bg.jpg); background-repeat:repeat-x; width:100%; height: 134px;}
#header_logo 	{width: 17%; text-align:center; vertical-align:middle;}
#header_banner	{width: 83%; text-align:center; vertical-align:middle;}

/*************** Workspace ****************************************/

.spHeight		{height:5px;}
.spWidth		{width:5px;}
.spBigHeight	{height:15px;}
.logo			{vertical-align:middle;}

/*************** Breadcrumb **************************************/

#breadcrumb 				{height:30px;}

.crumb						{color:#666; text-decoration:none}
.crumb a:link 				{color:#666; text-decoration:none}
.crumb a:visited 			{color:#666; text-decoration:none}
.crumb a:hover 				{color:#38B5C8; text-decoration:underline}
.crumb a:active, a:focus 	{color:#666; text-decoration:none}

/*************** Links ******************************************/
a:link 		{color: #38B5C8;}
a:visited 	{color: #38B5C8;}
a:hover 	{color: #38B5C8;}
a:active 	{color: #38B5C8;}

/*************** Textos ******************************************/
.lblForms		{
	font-size:11px;
	color:#666666;
	text-align:left;
	width:90px;
}
.questionForms	{font-size:11px; color:#666666; text-align:right;}
.textop 		{font-size:12px;font-weight:bold;}
.textoref 		{font-size:11px;color:#666666;}
.textonegrito 	{font-size:11px;color:#666666;font-weight:bold;}
.textoinput 	{font-size:11px;color:#333333;}
.erro 			{font-size:10px;color:#CC0000;}
.links 			{font-size:11px;font-weight:bold;color:#38B5C8;}
.copyright 		{font-size:11px;color:#999999;}
.textotitulo 	{font-size:24px;color:#99CC00;}
.textosucesso 	{font-size:11px;font-weight:bold;color:#003399;}

/*************** layout das páginas de Index **********************/

.lftButton				{width:100px};
.mdlButton				{width: 200px; text-align:center;font-size:12px;}
.mdlButton a:link		{color: #38B5C8; text-decoration: none;}
.mdlButton a:visited	{color: #38B5C8; text-decoration: none;}
.mdlButton a:hover		{color: #38B5C8; text-decoration:underline;}
.mdlButton a:active		{color: #38B5C8; text-decoration: none;}

/*************** Listagens  **************************************/

/* Geral */
.rightSpacer	{width:50px;}
.btnAlign		{text-align: right;}

/* Listagem da selecção individual */
#notaSelInd		{width:30px;}
.colorrow1		{background-color: #f4ffb4;}
.colorrow2		{background-color: #e8ffff;}
.colorrow3		{background-color: #f400b4;}
.colorrow4		{background-color: #e87700;}
.colorclean		{background-color:#FFFFFF;}




.tabela_border {
	border: thin dotted #999999;
}
.destaque {
	padding:3px;
	background:#83D630;
	border:1px solid #FFF;
	font-weight:bold;
	color: #FFFFFF;
}

