/* ----------------------- ELEMENTS --------------------------------- */
	



	html{
		height:100%;  padding:0px; margin:0px;				
	}
	
	body { 	height:100%;  padding:0px; margin:0px;
		font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6D6B6B;
	}


	hr{ height:1px; background-color:#CCCCCC; color:#CCCCCC; border:none; }


	img{ border:0px; }
	
	
	a{color:#0B84AE;}
	a:hover{color:#F9AA00; text-decoration:underline;  }
	
	
	h1,h2,h3,h4,h5,h6{
	
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height:1.1em;
	color:#223344;
	font-weight:normal;
	
	
}
	h1{ font-size:2.2em; letter-spacing:-1px; }
	h2{ font-size:2em; letter-spacing:-1px;}
	h3{ font-size:1.8em;letter-spacing:-1px; }
	h4{ font-size:1.6em; }
	h5{ font-size:1.4em; }
	h6{ font-size:1.2em; }	


/* ----------------------- FORMS --------------------------------- */
	
	form{
	margin: auto;
	width: 90%;

} 
	
   
	
	input[type=text] , textarea{
	

}
		
	input  , textarea {
	padding: 5px;
	border: 2px solid #CAC9C9;
	background-image: url(../images/bg_imput.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
		
	}

	.Form_GenericButton{   }	
	.Form_GenericCheck{ }
	
		
		
	fieldset{
	border: none;
		
			
	}
	
	
	fieldset legend{
		
	}
	
	
	fieldset p {
		
	}
	
	
/* ----------------------- Message --------------------------------- */

	.MsgSector{
	padding: 20px;
		
	}
	
	.MsgSector h4 , .MsgSector p{ }
	
	/***/
	.MsgInfo , .MsgError , .MsgWarning{
	margin: 30px auto;
	background: url(../images/bg_message.gif) repeat-x bottom;
	background-color: #FFFFFF;
	padding: 16px;

}	
	
		
	.MsgInfo{
	border: 4px solid #cfcecf;
		
	}
	
	.MsgInfo h4{ 0}
	
	
	.MsgIcon {
	float:left;
	display:table;
	margin: 12px;
	
	}
	
	
	/***/
	.MsgError{
	border: 4px solid #cfcecf;
		
	}
	
	.MsgError h4{
	color: #FF0033;
}


	/***/
	.MsgWarning{
	border: 4px solid #cfcecf;
			
	}
	
	.MsgWarning h4{ }
.Note{
	background-color:#FFFFE7;
	padding:5px;
	border:2px solid #F8F8F8;
	width: 90%;
	margin: 20px auto;
	 
	 }



/* ----------------------- PaginationSector --------------------------------- */


	#PaginationSector {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 66%;
	margin: 30px auto 10px auto;
	text-decoration: none;
	font-size: 14px;
	text-align: center;

		
	 } 		
	#PaginationSector table{
	margin: auto;

    } 		
	#PaginationSector img{
	margin-top:2px;
    }

    #PaginationSector .PaginationResults{
	margin:10px auto;
	font-size: 10px;
	text-align: center;
     }
	
	#PaginationSector .PaginationLink {
	color:#686868;
	padding: 8px;
	text-decoration: none;
	border: 2px solid #FFFFFF;

								
	}

	#PaginationSector .PaginationLink:hover{
	background-color: #D82917;
	color: #FFFFFF;
	border: 2px solid #a41100;
	background-image: url(../images/bg_paginationbtn.gif);
	background-repeat: repeat-x;
	background-position: top;
}

