@charset "utf-8";
/* CSS Document */

*	{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

html { height:100%; }

body	{ background-color:#E2D9B7;	height:100% }

a { color:#b01e24; text-decoration:none; }
a:hover { text-decoration:underline; }

.clear_left	{
	clear:left;
}

.clear_right	{
	clear:right;
}

.clear_both	{
	clear:both;
}

.container { min-height:100% }

.main_container { min-height:100%; overflow:auto; padding-bottom:140px; }


.header_container	{
	width:100%;
	border-bottom:1px solid #fff;
	background-color:#b01e24;
	height:130px;
}

.header	{
	margin:0 auto 0 auto;
	width:980px;
}

.header_left	{
	float:left;
	width:600px;
	margin-top:15px;
}

.header_right	{
	float:right;
	width:380px;
}

.header_right_img	{
	width:380px;
	text-align:right;
	margin-top:30px;
}


.page_container	{
	width:100%;
	margin:-40px 0;
}

.page	{
	margin:0 auto;
	width:994px;
	background-image:url(../../global_images/template/bg_trans.png);
	background-repeat:repeat-y;
}

.page_top_border	{
	width:994px;
	height:7px;
	background-image:url(../../global_images/template/bg_trans_top.png);
	margin:0 auto;
}

.page_bottom_border	{
	width:994px;
	height:7px;
	background-image:url(../../global_images/template/bg_trans_bottom.png);
	margin:0 auto;
}


.page_left_border	{
	float:left;
	width:7px;
	background-image:url(../../global_images/template/bg_left2.png);
	background-repeat:repeat-y;
	padding-bottom: 32787px; 
	margin-bottom: -32787px;
}

.page_right_border	{
	float:left;
	width:7px;
	background-image:url(../../global_images/template/bg_right2.png);
	background-repeat:repeat-y;
	padding-bottom: 32787px; 
	margin-bottom: -32777px;
}

.page_content	{
	float:left;
	width:980px;
	margin:0 0 0 7px;
	background-color:#FFFFFF;
}

.menu	{
	width:100%;
	background-color:#000000;
	height:26px;
	color:#FFFFFF;
}

.menu_left	{
	width:65%;
	float:left;
}

.menu_right	{
	width:24%;
	float:right;
	text-align:right;
	margin:5px 10px 0 0;
}

.main	{
	padding:10px 10px 20px 10px;
}

.footer_container	{
	width:100%;
	background-color:#333333;
	border-top:1px solid #999;
	height:140px;
	clear:both;
	color:#FFFFFF;
	margin-top:-141px;
}

.footer	{
	margin:0 auto;
	width:980px;
	padding:52px 0 0 0;
	font-size:12px;
}

.footer_left	{
	float:left;
	width:390px;
	padding-left:10px;
}


.footer_middle	{
	float:left;
	width:210px;
	text-align:center;
	padding-top:0px;
}

.footer_right	{
	float:left;
	width:360px;
	text-align:right;
	padding-right:10px;
}

	A			{ text-decoration:none; color:#000000; }

	A:link 		{ text-decoration:none; color:#000000; }

	A:visited	{ text-decoration:none; color:#000000; }

	A:hover		{ text-decoration:underline; color:#000000 }

	img 		{ border:0px; }
	
	/* Form */

	form		{ display:inline; }
	
	input		{ border:1px solid #666666; padding:2px; }

	input[type=submit]	{ padding:4px 8px; font-size:9px; }

	input[type=checkbox]	{ border:none; }

	select		{ font-size:9px; border:1px solid #666666; }
	
	textarea	{ border:1px solid #666666; }
	
	.form_container	{ border:1px #000000 solid; padding:2px; float:left; }

	.form_header	{ font-weight:bold; text-align:center; background-color:#DEDEDE; padding:2px; margin:0 0 8px 0;	}

/*	.form_errormessage	{ background-color:#003366; text-align:center; color:#FFFFFF; font-weight:bold;	padding:4px 1px 4px 1px; margin:1px 0 4px 0; }
*/
	.form_errormessage	{ background-color:#fbf9ee; border:1px solid #fcefa1; color:#363636; text-align:center; font-weight:bold;	padding:4px 1px 4px 1px; margin:1px 0 4px 0; }
	
	.form_errors	{ background-color:#CC0000;	text-align:center; color:#FFFFFF; font-weight:bold; padding:4px 1px 4px 1px; margin:1px 0 4px 0; }

	.form_success	{ background-color:#009900; color:#FFFFFF; font-weight:bold; text-align:center;	padding:4px 0 4px 0; margin:1px 0 1px 0; }

	.form_validator	{ margin:1px 0 1px 0; background-color:#CC0000; text-align:center; color:#FFFFFF; font-weight:bold; line-height:18px; }

	.form_label	{ float:left; text-align:left; padding:5px 0 0 2px; width:30%; height:25px; }

	.form_field	{ float:left; padding:2px 2px 2px 2px; vertical-align:middle; width:60%; min-height:25px; }

	.form_submit	{ text-align:center; background-color:#DEDEDE; padding:4px 2px 4px 2px;	margin:4px 0 0 0; }

	.form_notification { border:1px solid #FCEFA1; background-color:#FCFBF3; color:#000; padding:8px; margin:10px 0; width:95%; line-height:20px; }

	.form_notification p { padding:10px 0; }

	.member_left_container { float:left; width:50%; padding: 0 0 10px 0px } 

	.member_right_container { float:left; width:50%; padding: 0 0 10px 0px }
	
	.member_label {text-align:center; padding:5px 0 5px 0; vertical-align:middle; height:25px; } 
	
	/* Layout Styles */

	hr	{ color:#000066; background-color:#000066; border:0; height:2px; margin:5px 2px 5px 0; padding:0; }

	.dotted_hr	{ height:1px; border-top:1px dotted #000; margin:5px 2px 3px 0; padding:0; }

/*
	.page		{ width:980px;	}

	.header		{  font-size:18px; font-weight:bold; padding:0 2px 4px 2px; }

	.header .title		{ font-size:24px; font-weight:bold; padding:0; }

	.subtitle	{ font-size:12px; font-weight:bold; float:left; padding:0 0 0 10px; }
*/

	.logout		{ float:right; text-align:right; color:#999999;	font-size:11px;	font-weight:normal;	}

	.logout A, .logout A:visited, .logout A:link	{ text-decoration:none; color:#999999; }
	
	.logout A:hover	{ text-decoration:underline; color:#999999; }
	
	.content_container	{ background-color:#FFFFFF; padding:4px; }
	
	.content_no_nav	{ width:100%; }

	.content_with_nav	{ float:left; width:837px; margin:0 0 0 10px; }
	
	.content_right { float:right; width:150px; }
	
	.content_title	{ font-size:12px; font-weight:bold; margin-bottom:-2px; }
	
	.message_container	{ width:150px; background-color:#FFE9AF; border:1px #000000 solid; margin:0 0 10px 0; }

	.tips_container	{ width:150px; background-color:#FFFFE0; border:1px #000000 solid; margin:0 0 10px 0; }
		
	.tips_header_container	{ height:28px; margin:2px 2px 0 2px; background-color:#CCCCCC; }

	.tips_img	{ float:left; width:30px; height:28px; padding:1px 0 0 0; }

	.tips_header	{ float:left; width:114px; padding:6px 0 0 0; font-weight:bold; height:28px; }
	
	.tips	{ padding:4px; margin:-4px 0 0 0; }
	
	.tips_container p, .message_container p	{ margin:4px 0 10px 0; }

	/* Nav */
	.nav_container	{ float:left; width:115px; }
	
	.nav { margin:0 0 10px 0; color:#000000; }
	
	.nav h1	{ background-color:#666666; padding:4px 0 4px 0; margin:0 0 10px 0; font-weight:bold; text-align:center; font-size:12px; }

	.nav h1 a { color:#ffffff; }

	.nav ul { margin:-8px 0 10px 0; list-style:none; }

	.nav li	{ padding:8px 0 8px 4px; margin:2px 0; background-color:#eeeeee; }
	
	/* Page Menus */

	.menu_icon	{ padding:8px 0 8px 0; float:left; width:40px; }
	
	.menu_text	{ float:left; padding:8px 0 0 2px; width:87% }
	
	.menu_text a	{ font-weight:bold; }
	
/*	.footer	{ text-align:right; padding:2px 2px 0 0; color:#999999; } */

	.formnav_container	{ margin:15px 0 15px 0; }
	
	.formnav_image	{ float:left; }
	
	.formnav_text	{ float:left; padding:1px 0 0 4px; }

/*
	.clear_right	{ clear:right; }

	.clear_left	{ clear:left; }

	.clear_both	{ clear:both; }
*/

	/* font styles */

	.alert	{ color:#CC0000; }

	/* Paging */

	.paging_title	{ background-color:#CCCCCC; text-align:center; padding:4px 0 4px 0; margin:1px 0 1px 0;	width:100%; }
	
	.paging_container	{ background-color:#CCCCCC;	text-align:center; padding:4px 4px 4px 4px; margin:1px 0 1px 0; border-right:2px solid #cccccc; }

	/* Table (list) Settings */
	#box-default-table	{ border-collapse: collapse; }
	
	#box-default-table th	{ background-color:#b01e24; color:#FFFFFF; font-weight:bold; height:30px; padding:2px 0 2px 4px; font-size:11px; }
	
	#box-default-table .last_th { border-right:1px solid #b01e24; }

	#box-default-table img  { margin-top:-4px; }
	
	#box-default-table th a, #box-default-table a:hover, #box-default-table a:link, #box-default-table a:visited { color:#FFFFFF; }
	
	#box-default-table td {	padding: 8px 0 8px 8px; min-height:24px; font-family:Arial, Helvetica, sans-serif; font-size:12px; border-left:1px solid #ccc; }

	#box-default-table .last_td { border-right:1px solid #ccc; }

	#box-default-table .odd { background: #EEE; }
	
	#box-default-table tr:hover td { background: #CCFFCC; }

	/* Sortable List */
	
	#sortlist { list-style:none; }
	
	#sortlist li { background-color:#FFFFFF; border:1px solid #999; margin:8px 4px; padding:8px 4px; }

/* Max Length Status Feedback */

span.maxlength-feedback {
	display: block;
	margin-bottom: 10px;
	font-style: oblique;
}

span.maxlength-feedback.maxlength-overflow {
	color: #b01e24;
}
.login_link { width:100%; font-style:italic; text-align: center; color:#999; margin:6px 0; }

progress {
	background: #ffffff;
	color: #28a745;
	font-size: .6em;
	line-height: 1.5em;
	text-indent: .5em;
	width: 100%;
	height: 1em;
	border: none;
}

progress::-webkit-progress-bar {
    background: #ffffff;
	border: none;
}

progress::-moz-progress-bar {
	background: #28a745!important;
}

progress.bg-warning::-moz-progress-bar {
	background: #ffc107!important;
}

progress.bg-danger::-moz-progress-bar {
	background: #dc3545!important;
}

progress.bg-success {
	color: #28a745!important;
}

progress::-webkit-progress-value, progress.bg-success::-webkit-progress-value {
	background: #28a745!important;
	color: #28a745!important;
}

progress.bg-warning {
	color: #ffc107!important;
}

progress.bg-warning::-webkit-progress-value {
	background: #ffc107!important;
	color: #ffc107!important;
}

progress.bg-danger {
	color: #dc3545!important;
}

progress.bg-danger::-webkit-progress-value {
	background: #dc3545!important;
	color: #dc3545!important;
}

.text-success {
	color: #28a745!important;
}

.text-warning {
	color: #ffc107!important;
}

.text-danger {
	color: #dc3545!important;
}