/* Layout básico */

body 		
{ 
   background-position: top left;
   background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}

/* Fonts */

body, table, td, select, textarea, input  { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

td.cellenabled {
	color: #000000;
}

td.celldisabled {
	color: #888888;
}

.tab-r {
	color: #CC0000;
	font-size: 10px;	
	text-decoration: none;
}

.tab-b {
	color: #000000;
	font-size: 10px;	
	text-decoration: none;
}

/* Mensagem de erro */

div.errormessage {
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
}

div.errormessage td {
	line-height: 18px;
}

img.errormessage {
	margin-left: -24px;
}

/* Informação */
div.infomessage {
	background-color: #FFFFFF;
	border: 1px dashed #000000;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
}

div.infomessage td {
	line-height: 18px;
}