@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('nav.css');
@import url('structure.css');
@import url('forms.css');

/*  STYLE GUIDE 
	--------------------------------------------------------------------------------------------------------
   header blue:						#005ec7
   Outer Wrapper BG:			#586375
   Main Text:             			#
   Links:                 				#FF0000
----------------------------------------------------------------------------------------------------------- */
html{
	background:#1584B5;
}

body {
	background:#1584B5;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	line-height:150%;
}

a {
	color:#02193b;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover {
	
}

img {
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	padding:1em 0em;
	color:#02193b;
}
h1 {
	font-size:32px;
	}
	
h2 {
	font-size:24px;
	line-height:24px;
	}
	
h3 {
	font-size:18px;
	}
	
h4 {
	font-size:14px;
	}

p {
	margin:1em 0em;
	}
	
dd {
}

blockquote {
	font-style:oblique;
}


/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.pad {
	padding:1em;
}
.t_right {
	text-align:right;	
}
.alert {
	margin:15px 0px;
	padding:15px;
	border:1px solid #042448;
	background:#c0e8fe;
}
.button {
	background:url(/images/nav_bg.png) repeat-x #6eb3e5;
	height:35px;
	padding:0px 17px;
	color:#fff;	
	line-height:35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:none;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0 0 10px #000;			
}


/* CLEAR FIX
	-------------------------------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* 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:1px solid #c2c2c2;
	text-align: left;
	padding-right: 10px;
	padding: 4px 10px 6px;
}
.CTM_Table td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #666666;
	border:1px solid #ebebeb;
	text-align: left;
	padding: 4px 10px 6px;
}
.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-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;
}

