@charset "utf-8";
/* CSS Document */

.breadholder 
{
	position: relative;
	float:left;
	width:500px;	
	height:24px;
	margin-top:6px;
	text-indent:12px;
	color:#fff;
	font-size:11px;
	}
	
.main_container {
	width:904px;
	margin:0 auto;
	background:#fff url(/images/bg_shadow.gif) repeat-y;
	}
	
a {
	color:#003366;
	font-size:11px;
	}
	
.bread_selected {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	}
	
	
	
a.nav_link {	
	text-indent:10px;
	}
	
a.tab_link {
	color:#666;
	font-size:11px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	}
	
a.tab_link:hover {
	text-decoration:underline;
	}
	
a.ref_link {
	color:#666;
	}
	
.nav_style {
	background:url(/images/nav_bg.jpg) no-repeat right top;
	height:15px;
	}
	
.section_header {
	font-size:14px;
	}
	
		
.subheader {
	background:url(/images/subheader_repeater.gif) repeat-x; 
	height:23px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#3d536e; 
	text-indent:10px; 
	padding-top:7px; 
	margin-top:10px;
	}
	
.form_subheader {
	background:url(/images/subheader_repeater.gif) repeat-x; 
	height:23px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#3d536e; 
	text-indent:100px; 
	padding-top:7px; 
	margin-top:30px;
	margin-bottom:10px;
	}
	
.from_bg {
	background-color:#f1eee9;
	border:1px solid #3d536e;
	}
	
.global_action {
	height:30px;
	background-color:#f1eee9;
	border:#3d536e 1px solid;
	text-indent:561px;
	padding-bottom:10px;
	padding-top:10px;
	color:#003366;
	}
	
input {
	padding:0;
	margin:0;
	}
		
select 	{
	height:16px;
	padding:0px;
	/*width:129px;*/
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:0;
	margin:0;	
	}
	
.form1 {
	float:left; 
	font-size:10px; 
	padding-left:20px;
	width:600px; 
	}
	
.form2 {
	width:222px;
	padding-right:20px; 
	float:left;
	border-right:solid 1px #ccc;
	}
	
.float_right {
	float:right;
	margin-top:-12px;
	width:120px;
	}
	
.form_holder {
	height:18px;
	clear:both;
	}
