@charset "utf-8";
/* CSS Document */


BODY{

	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold;
	color: #838589;
	
}

A{
	color: #838589	;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
	position:relative;	
}


A:hover{ color:#00a2db;}

#content{

	background: url(images/background.jpg) no-repeat bottom;
	width: 992px;
	height: 508px;
	margin:auto;	

	font-size: 10px;
	font-weight: bold;
	color: #a2a2a2;
	height:auto;
	
	overflow:hidden;				
}


#content #header{
	
	background: url(images/header.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/header.png',sizingMethod='scale');
	
	width: 975px;
	height:117px;
	margin:auto;
	margin-top:40px;

}

#content #header .left{

	margin-left: 40px;
	padding-top:90px;
	float:left;
}

#content #header .left IMAGE { position:relative;}


#content #header .right{

	float:right;
	margin-top: 15px;
	margin-right: 40px;
	
}

#content #header .right A{margin-left: 15px;}

#content #inner-header{
	
	background:url(images/inner_header.png) no-repeat!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/inner_header.png');
	width: 975px;
	height: 56px;
	margin:auto;
	
}

#content #inner-header-2{
	
	background:url(images/inner_header_02.png) no-repeat!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/inner_header_02.png');
	width: 975px;
	height: 56px;
	margin:auto;
	
}


#content #inner-content{

	background:url(images/inner_background.png) repeat-y!important;
	background-image: none;	
	filter: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/inner_background.png',sizingMethod='scale');	
	width: 975px;
	margin:auto;
}

#content #inner-content #footer{

	width: 930px;
	margin:auto;
	margin-top: 45px;
	
}


#content #inner-footer{

	background:url(images/inner_footer.png) no-repeat!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/inner_footer.png');
	width: 975px;
	height: 21px;
	margin: auto;
	
}

#content #hr_shadow{

	background:url(images/gray_bar_top.png) no-repeat!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/gray_bar_top.png');
	width: 975px;
	height: 15px;
	margin:auto;
	
} 

#content #hr{

	background:url(images/gray_bar_bottom.png) no-repeat!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/gray_bar_bottom.png');
	width: 975px;
	height: 5px;
	margin:auto;
	margin-bottom: 5px;
	
} 

#content #footer_links{

	width: 975px;
	margin:auto;
	overflow: hidden;
	
}

#content #footer_links .left{

	float:left;
	margin-left: 10px;
	
}

#content #footer_links .left A{ margin-right: 20px; }

#content #footer_links .right{

	float:right;
	margin-right: 10px;
	
}
#content #footer_links .right A{ margin-left: 20px; }

#content TABLE{ 

	border: 1px solid #bcbcbc; 
	margin-top: 45px;
	position:relative;
	
}

#content TABLE .table_header{ 

	font-size: 11px;
	color:#FFFFFF;
	padding-left: 10px;
		
}

#content .label{

	font-size: 12px;
	color:#01006a;
	padding-left:15px;
	
}

.field-left{	

	background:url(images/field_left.png) no-repeat!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/field_left.png');
	width: 10px;
	height: 25px;
	float:left;
	margin-left:10px;
	
}

.field-right{	

	background:url(images/field_rigth.png) no-repeat!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/field_rigth.png');
	width: 10px;
	height: 25px;	
	float:left;
			
}
.field-center{

	background:url(images/field_backgroudn.png) repeat-x!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/field_backgroudn.png',sizingMethod='scale');
	height: 25px;
	float:left;
	
}
.field-center INPUT{

	background:transparent;
	border: 0px;
	height: 16px;
	margin-top: 3px;	
	width: 400px; 
		
}

.textbox{

	height: 16px;
	margin-top: 3px;	
	width: 400px; 
	*margin-left: 16px;
	
}

.table_footer{
	background: #d6e0e5;
	height: 45px;	
}

.table_footer DIV{

	font-size: 11px;
	color:#01006a;
	float:left;
	margin-top: 5px;
	margin-left: 15px;
	
}

.button{

	background: url(images/btn_submit.png) no-repeat!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/btn_submit.png');
	width: 91px;
	height: 30px;
	border: 0px;
	float:right;
	margin-right: 15px;	 
}

.button:hover{
	cursor:pointer;
}

.table_footer .button_close{

	 background: url(images/btn_close.jpg) no-repeat;
	 width: 91px;
	 height: 30px;
	 border: 0px;
}

.copyright{ 

	float:right;
	font-size: 11px;
	margin-right: 20px;
	height: 105px;	
}

#inner_header_text{

	font-size: 18px;
	color: #FFFFFF; 
	font-weight: bold;
	margin-left: 25px; 
	padding-top: 17px;
	
}

#url_generated{

	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;	
}