body {
	/*
	background-color: #e9e9e9;
	background-image: url(../../image/adm/background.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	*/
}
.thumb{
	border: 2px solid #FFFFFF;
	float: left;
}
.thumb:hover {
	border: 2px solid #FF9900;
}
.form_link img{
/*	background-color: #FFF; */
	vertical-align: middle;
}

/* CSS de definição de conteúdo dinâmico  */
/*
h1, h2, h3, h4{
	font-family: serif;
	font-size:1.6em;
	color: #335577;
}
*/
.errorBox, .noticeBox, .successBox {
	border: 1px dashed #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	font-family: sans-serif;
	font-weight: bold;
}

.errorBox {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.errorBox a {color: #8A1F11;}

.noticeBox {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.noticeBox a {color: #514721;}

.successBox {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.successBox a {color: #264409;}

/*
h1{
	font-size: 24px;
	line-height: 36px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
	display: block;
}
h2{
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}
h3{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h4{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 a{
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}
h2 a, h3 a, h4 a{
	text-decoration: underline;
	color: #335577;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #000000;
}
*/

.imagePopup{
	font-size: 10px;
	color: #888888;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	float: left;
}
.imagePopup:hover{
	color: #333333;
	text-decoration: none;
	border: 1px solid #43184E;
}
.imageContent{
	margin-left:10px;
	margin-right:10px;
}
#grade, #grade2 {
	border-top:1px solid #ccc2c1;
	border-left:1px solid #ccc2c1;
}
#grade th,#grade2 th {
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333; 
	font-weight: bold; 
	background-color: #ccc2c1;
}
#grade tr td,#grade2 tr td {
	text-align: center;
	/*vertical-align: top;*/
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333; 
	font-weight: normal;
	padding:3px;
}
#grade2 tr td{
	text-align: left;
}	

.crumb, #crumb, #crumb a, .crumb a {
	font-family: sans-serif;	
	font-size: 12px;
	color: #888;	
}
.crumb a:hover, #crumb a:hover { 
	color: #000000;
	text-decoration: underline;
}

.crumbLabel, .crumbPath, .crumbActive {
	float: left;
}
.crumbActive {
/*	padding-top:2px;
	font-size: 13px; */
	font-weight: bold;
	color: #333;
}

.grade, .grade2 {
	border-top:1px solid #ccc2c1;
	border-left:1px solid #ccc2c1;
}
.grade th,.grade2 th {
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333; 
	font-weight: bold; 
	background-color: #ccc2c1;
}
.grade tr td,.grade2 tr td {
	text-align: center;
	/*vertical-align: top;*/
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333; 
	font-weight: normal;
	padding:3px;
}
.grade2 tr td{
	text-align: left;
}
.grade, .grade2 {
	border-top:1px solid #ccc2c1;
	border-left:1px solid #ccc2c1;
}
.grade th,.grade2 th {
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333; 
	font-weight: bold; 
	background-color: #ccc2c1;
}
.grade tr td,.grade2 tr td {
	text-align: center;
	/*vertical-align: top;*/
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333; 
	font-weight: normal;
	padding:3px;
}
.grade2 tr td{
	text-align: left;
}
.borderTop {border-top: 1px solid #000;} 
.borderLeft {border-left: 1px solid #000;} 
.borderRight {border-right: 1px solid #000;} 
.borderBottom {border-bottom: 1px solid #000;} 
.borderRightBottom {border-right: 1px solid #000; border-bottom: 1px solid #000;}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}