*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #EEEEEE;
	margin: 0px;
}

input, select, textarea, button {
	border: 1px inset #CCCCCC;
}

input[readonly=readonly] {
	color: #999999;
}

a{
	text-decoration: none;
}
a:link{
	color:#C3BF00;
}
a:visited{
	color:#C3BF00;
}
a:hover{
	color:#D5DA00;
}
a:active{
	color:#D5DA00;
}

.btAcao {
	margin: 2px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	cursor: hand;
}

.default_table{
	border-top: 1px solid #3F99D9;
	border-right: 1px solid #3F99D9;
	border-bottom: 5px solid #3F99D9;
	border-left: 1px solid #3F99D9;
	background-color: #EEEEEE;

}

.default_table th{
	background-color: #3F99D9;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../_images/bg_03.gif);
	height: 25px;
}

.default_table td{
	border-bottom: 1px solid #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.default_table_line_even {
	background-color: #FFFFFF;
}

.default_table_line_odd {
	background-color: #EFEFEF;
}

.img_box{
	float: left;
	padding: 5px;
	margin: 3px;
	border: 1px solid #cccccc;
	background: #fff;
}

.img_box img{
	width: 100px;
	height: 75px;
	cursor: pointer;
	_cursor: hand;	
}

.item_menu{
	border-top: 1px solid #D5E6F4;
	border-bottom: 1px solid #93B4D1;
}

h1 {
	
	font-size:16px;
	font-weight: bold;
	background:#bac7d3 url(../_images/bg_page_title.jpg); no-repeat left top;
	height:2.4em;
	border:1px outset #124A77;
	color:#55555;
	line-height:2.4;
	margin:1.0em 0;
	padding-left:15px;	
}
.small {	
	font-size: 10px;
	color: #474747;
}
.Mensageiro {	
	color: #000000;
	background-color: #3F99D9;
	width: 550px;
	position: absolute;
	left: 50%;
	background-image: url(../_images/bg_04.gif);
	margin-left: -250px;
	top: 150px;
	border-top: 1px solid #A2CDEB;
	border-right: 3px solid #1A5784;
	border-bottom: 3px solid #1A5784;
	border-left: 1px solid #A2CDEB;
	cursor:hand;
}

#CURRENT_PAGE{
	text-decoration: underline;
}
.loading_box{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	width:200px;
	height:35px;
	left:10;
	top: 10;
	z-index:100;
	background-color: #FFFFFF;
	display:none;
	text-align:center;
	vertical-align: middle;
	color: #666666;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}

#imgPopUp {
	background-color: #FFFFFF;
	padding: 15px;
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	border: 1px outset #666666;


}
