@charset "utf-8";
/* CSS que contm o que  especifico do sistema Tutor*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - DIVs Principais
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body{
	background:url(../imagens/tutor_bg_topo.png) repeat-x #EDF3FC;
	margin:0;
	padding:0;
}

h1.logo{
	background:url(../imagens/tutor-logo.png) no-repeat;
	text-indent:-999px; /* --> Remover  */
        width:150px;
        height:30px;
        float:left;
        margin:12px 0px 8px 0px;
}


table.registros{
	border:0px outset #735F46;
	background:#EDF3FC;
	width: 50%;
}
table.registros th {
	border:0px solid #F3F6F9;
}
table.registros td {
	border:0px solid #F3F6F9;
	color:#333;
	font-size: medium;
	font-family: Tahoma;
}

/* 
table.registros tr:hover td {
	background-color: #E1E6FF; /* Cor do fundo do item em destaque da tabela*/
	border-color: #F3F6F9;
} */

table.registros th {
	background-color:#235FCD; /* Cor do fundo colunas principais da tabela */
	color:#fff;
	font-size: x-large;
	font-family: Tahoma;	
}
table.registros tr.normal{
	background:#FFFFFF;
}
table.registros tr.diferente{
	background:#FFFCFc;
}

div.subtituloform {
	font-size: 16px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
