/***********************************
********  HTML REDEFINE
********/
body {
	background: #ffffff;
	margin:0px;
	font-size: 14px; 
	font-family: Tahoma, Geneva, sans-serif; 	
}
input, select, textarea {
	font-size: 14px; 
	font-family: Tahoma, Geneva, sans-serif; 
}
a {
	COLOR: #0860a4;
}
a:hover {
	COLOR: #148eeb;
	text-decoration:none;
}
h3 {
	color: #666666;
	background: url(../images/template/h3_bg.gif) repeat-x;
	padding: 0em;
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-size: 18px; 
	font-weight:bold;
	clear: both;
}

h3 span {
	font-size: 18px;
}
pre {
	font-family:Courier New, Courier, monospace;
}
sup {
	font-size:11px;
}

/**************************************************************
***  PAGE GENERAL
***
***************************************************************/

.page_container {
	width:800px;
	margin-left: auto; 
	margin-right: auto;	
	background: #ffffff;
	border-bottom:1px solid #000000;
}



.btnDefault {
	border-right: #103c68 1px solid; 
	border-top: #819fbe 1px solid; 
	font-weight: bold; 
	font-size: 11px; 
	padding: 4px; 
	border-left: #819fbe 1px solid; 
	color: #ffffff; 
	border-bottom: #103c68 1px solid; 
	background: #0789eb;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#81beec',EndColorStr='#0789eb');
	cursor:pointer;cursor:hand;
	
}
/**************************************************************
***  HEADER
***
***************************************************************/

.header_container {
	text-align:left;
	padding-top:6px;
	border-bottom:1px solid #000000;
}
div.dcl_logo {
	float:left;
}
div.main_logo {
	float:right;
}
div.title {
	font-size:16px;
	font-weight:bold;
}
/**************************************************************
***  CONTENT
***
***************************************************************/

.content_container {
	margin:0;
	text-align:left;
	/*minimum height for udnerstand browsers*/
	min-height:340px;
	height:auto;
}

/* minimum height for IE6 */
* html .content_container {
	height:340px;
}

/***********************************
******** FOOTER
********/
.footer {
	font-size: 9px;
	text-align:center;
}




@media print{
	div.screenonly {display:none;}

}