@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('structure.css');
@import url('superfish.css');


html{
	background-color: #f5f4f1;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#585858;
	text-align:center;
	line-height:150%;
}

a {
	color:#545454;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover {
	
}

img {
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2D5679;
	padding:.35em 0em;
	text-transform:uppercase;
}
h1 {
	font-size:24px;
	border-bottom:1px solid #eae8e1;
	margin-bottom:10px;
	}
	
h2 {
	font-size:16px;
	}
	
h3 {
	font-size:16px !important;
	color:#9B5F0E;
	margin:0px;
	padding:10px 0px;
}
	
h4 {
	font-size:14px;
	}

p {
	margin:1em 0em;
	}
	
dd {
}

blockquote {
	font-style:oblique;
	margin:25px 0px;
}

input.style, textarea.style, select.style {
	background:#FFFFFF url(/images/inputBg.gif) no-repeat scroll left top;
	border:1px solid #AAAAAA;
	margin-top:2px !important;
	padding:2px !important;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size:14px !important;
}

input.style, textarea.style{
	width:300px;
}

textarea.style{
	height:150px;
}


/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.pad {
	padding:10px;
}

.last{
	margin:0px !important;
}

.first{
	background-image:none !important;
	border:none !important;
}
.t_right {
	text-align:right;
}
.t_left {
	text-align:left;
}
/* CLEAR FIX
	-------------------------------------------------------------------------------------------------------- */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* CTM TABLE
	-------------------------------------------------------------------------------------------------------- */
.CTM_Table{

}

.CTM_Table th{
	background-image: url(/admin/images/titleBG.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
	height:24px;
	line-height:24px;
}
.CTM_Table td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666 !important;
}
.CTM_Table td a:hover{
	color: #1D96D4 !important;
	text-decoration: none;
}
.CTM_Table th a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
.CTM_Table th a:hover{
	color: #0066CC;
	text-decoration: underline;
	font-weight: normal;
}
.CTM_Table tr{

}
.CTM_Table tr:hover{
	background-color: #F2F2F2;
}

/* FORMS
	------------------------------------------------------------- */
	
fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;
	border:1px solid #ccc;
}
legend {  
	padding:0em 1em;  
	margin-left:1em;
	color: #000000;  
	font-weight: bold;
	font-size:14px;
}
fieldset ul {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	padding-bottom: .5em;
}
fieldset.submit {  
	border-style: none;
}
fieldset li p {
	margin:0em !important;
	padding:0em !important;
}
label {  
		float: left;  
		width: 10em;  
		margin-right: 1em;  
		text-align: right;
		line-height:185%;
}

/****** LIVE VALIDATION ******/

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00367B;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

