.print{
	font-size:10px;
}

.link{
	text-decoration: none;
	color: #000000;
}

a{
	text-decoration: none;
	color: #666666;
}

a:visited{
	text-decoration: none;
	color: #333333;
}

a:hover{

	color: #DD8800;
}

.serv_link{
		text-decoration: none;
		color: #666666;
}
.serv_link:hover{
		color: #DD8800;
		background-color:#EEEEEE;
}

.voltar{
	font-family:Verdana;
	font-size: 11px;
    text-align: right; 
	padding-right: 60px;
	
}

#scrollDiv{
	font-family:Verdana;
	font-size:12px;
	text-align:justify;
	width:640px;
	height:300px;
	overflow:hidden;
}

#scrollDiv p{
				margin: 10px;
				margin-top: 0px;
}

.scrollbar-vert{
	
	height: 300px;
	width: 10px;
	
}

.scrollBar_margin{
	background-image: URL("../img/vbar.jpg");
	border: solid 1px #CC6600;
	padding:1px;
}
.scrollBar_margin{
	border: none;
	padding:1px;
}

.handle-vert{
	background-color : #FF9900;
	border: solid 1px #CC6600;
	width: 8px;
	height: 125px;
	
}

.title{
	font-family:Verdana;
	font-size:20px;
	width:650px;
	height:50px;
	color:#CC6600;

}

.main_area{
	background:#FFFFFF;
	color:#666666;
	height:450px;
	border:solid 1px #CC6600;
	font-family:Verdana;
	}
	
.banner{
	color:#666666;

	border:solid 1px #CC6600;
	border-bottom: none;
	border-top: none;
	font-family:Verdana;

	}
	
	
.menu_text{
	height : 34px;
	font-family:Verdana;
	font-size : 16px;
	color:#000000;
	border:0px;
	background : transparent;
}

.menu_text:hover{
	color : #FFFFFF;
	text-decoration : none;
	cursor : pointer;
}


#sel_pic{
	position:relative;
}
#p0{
	position:relative;
}
#p1{
	position:relative;
}
#p2{
	position:relative;
}
#p3{
	position:relative;
}
#p4{
	position:relative;
}

#button0{
	text-decoration:none;
	cursor:pointer;
}

#button1{
	text-decoration:none;
	cursor:pointer;
}

#button2{
	text-decoration:none;
	cursor:pointer;
}

#button3{
	text-decoration:none;
	cursor:pointer;
}

#button4{
	text-decoration:none;
	cursor:pointer;
}

.menu_text_sel{
	font-family:Verdana;
	font-size : 16px;
	color:#FFFFFF;
}
	
.menu_item{
	position:absolute;

	width:760px;
	height:27px;
	text-align:left;
	}
	
.logo{
	width:300px;
}

.final{
	font-family:Verdana;
	font-size:11px;
	color:#666666;
}

.line{
	text-decoration:none;

}

img{
	border:none;
	
}

.pic_inside{
	padding: 5px;
}

#lipsum li{
	margin: 0px;
	padding: 0px;

}

body{
margin: 0 0;
}

.toggler  { 
	cursor:pointer; 
	font-weight:bold; 
	color:#CC6600; 
	margin: 0; 
	padding:1px; 
	font-size:12px; 
	font-family:Verdana; 
	text-align:left;
	vertical-align: middle;
	}  
.toggler:hover   { background:#eee; }  
.element     { 
	padding:0 5px;
	margin-left:20px;
 }  

.elem_menu{
	padding-bottom:3px;
	
	padding-top: 3px;
    text-align: right;
}

.small_f{
	font-family: Verdana;
	font-size: 10px;
	color: #CC6600;
	

}

/**************************************************************

	Validate
	v 2.1

**************************************************************/

#myForm {
padding: 5px;
	border: 1px solid #cac9b9;
	
}

#myForm p {
	margin-bottom: 5px;
}

#myForm label {
	float: left;
	width: 100px;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

#myForm input:focus, #myForm textarea:focus, #myForm select :focus{
	border: 1px solid #CC6600;
	background-color: #EEAA66;
	
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #b_login{
	width:89px;
	height:22px;
	background:	#FFFFFF;
	background-image:url('../img/b1.png');
	background-repeat:no-repeat;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px;
	border: none;  
	cursor: pointer;
	vertical-align: top;
}


#myForm #submit {
	width:89px;
	height:22px;
	background:	#FFFFFF;
	background-image:url('../img/b1.png');
	background-repeat:no-repeat;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px;
	border: none;  
	cursor: pointer;
	vertical-align: middle;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}


#filter_form{
	border: 1px solid #cac9b9;
	padding: 5px;
}

#filter_form p {
	margin-bottom: 5px;
}

#filter_form label {
	float: left;
	width: 100px;
}

#filter_form input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

#filter_form input[type="checkbox"]{
	border: 0px;
}

#filter_form .red {
	border: 1px solid red;
}

#filter_form label.red {
	border: none;
	color: red;
}

#filter_form .customRed {
	border: none;
	color: red;
}

#filter_form #submit {
	margin-left: 100px;
}


#filter_form .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}
#filter_form  #filtrar_b{
	width:89px;
	height:22px;
	background:	#FFFFFF;
	background-image:url('../img/b1.png');
	background-repeat:no-repeat;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px;
	border: none;  
	cursor: pointer;
	vertical-align: middle;
}

/*************************************************************/

.list_hover:hover{
	background-color:#eeeeee;
	color:#000000;
	
}

.list_hover{
	height:25px; 
	width:650px;
}

.div_name_r{
	display:inline-block; 
	vertical-align:middle; 
	height:20px; 
	width:570px; 
	padding-left:5px;
}

.del_{
	cursor:pointer;
	display:inline-block; 
	width:20px
}

