/***********************
 GENERAL HELPER STYLES
***********************/
.hidden {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.footer {
	clear: both;
}

/*********************
 GENERAL STYLES
*********************/

/* PAGE TITLE */
#mainContent .moduleHeader h2 {
	font-size: 1.6em;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 5px 0px 9px;
}

/* MAIN TEXT AND HEADERS */
#mainContent {
	width: 606px;
	/* margin-top: 7px; */
}
#mainContent .moduleContentContainer {
	width: 606px;
}
#mainContent .moduleFooter {
	height: 16px;
}
#mainContent .containerPadding {
	font-size: 11px;
	width: 590px;
	padding: 7px 0px 10px 6px;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	color: #008be2;
	font-size: 1.4em;
	text-transform: none;
}  
#mainContent h4, #mainContent h5, #mainContent h6 {
	color: #008be2;
	font-size: 1.2em;
	text-transform: none;
}
#mainContent p {
	font-size: 1.0em;
	padding: 7px 0px 7px 0px;
	line-height: 15px;
}

/* CONTENT AREA LINKS */
#mainContent a {
	color: #008be2;
}
#mainContent a:hover {
	text-decoration: none;
}

/* IMAGES */
#mainContent img {
border: solid 1px #80d1fe;
}

/* MISC TEXT CLASSES */
#mainContent .smallText { font-size: 80%; }
#mainContent .Headline {
	color: #008be2;
	font-size: 1.4em;
} /* SAME AS H3 - Legacy Inside Pages Code */
#mainContent .Text {
	font-size:1.1em;
	color:#000;
} /* SAME AS BODY - Legacy Inside Pages Code */

/* LISTS */
#mainContent ul.inline li {
	display: inline;
}
#mainContent ul { } /* Optional for Custom List Styles */
#mainContent li { } /* Optional for Custom List Styles */


/*********************
 ARTICLE PAGE
*********************/

.standFirst {
	font-weight: bold;
	color: #004695;
}

/* RELATED LINKS */
#relatedLinksInsert {
	clear: both;
	width: 300px;
}
#relatedLinksInsert .moduleContentContainer {
	width: 300px;
}
#relatedLinksInsert .moduleFooter {
	height: 16px;
}
#relatedLinksInsert li {
	padding: 5px 8px 0px 8px;
	list-style: none;
}
#relatedlinksInsert a {
	color: #008be2;
	font-size: 1.0em;
	font-weight: bold;
}
#relatedlinksInsert a:hover {
	color: #8ecc0b;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
}
#relatedLinksInsert h3 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 3px 3px 9px;
}

/* ARTICLE IMAGE STYLES */
#articleAdInsert { clear: both; width: 300px; /*  padding: 0px 10px 5px 0px;   */ }
#articleAdInsert .moduleContentContainer {
	
}
#articleAdInsert #cubeAd img {
	border: none;
}
#articleAdInsert #cubeAd .moduleContent {
	background: none;
}
#articleAdInsert #cubeAd .moduleContentContainer {
	background: none;
}
#articleAdInsert #cubeAd .moduleFooter {
	display: none;
}
.imageCaptionContainer { clear: both; padding: 0px 8px 8px 0px; }
.imageCaption {
	font-style: italic;
	font-weight: bold;
	color: #8dcd0c;
	font-size: 1.1em;
}


/*********************
 FORM STYLES
*********************/
select {
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:1.1em;
} /* This style applies to all dropdown menus. */
input {
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:1.1em;
} /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textBox {
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:1.1em;
}/* Single-Line textboxes background and border colors */
button, .button {
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:1.1em;
}
textarea {
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:1.1em;
} /* This style applies to all multi-line comment areas. */
#mainContent .submitbutton {
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:1.1em;
}
#mainContent .warningMessage { 
font-weight:bold;
color:#f00;
font-size:1.4em;
} /* Text displayed warning of Form problems/errors */

/* VARIOUS SIZED TEXBOXES */
input.short { width: 70px;  }
input.medium { width: 150px;  }
input.long { width: 300px;  }

input.textbox{ text-indent: 2px; }
/************************
 GENERIC TABLES
*************************/
#mainContent table { color: #000; font-size: 12px; } /* Just set a default text color and size */

/************************
 FORMATTED TABLES
*************************/
#mainContent table.formattedTable {
	background: #00316b;
} /* Background color or borders */
#mainContent table.formattedTable th {
	color: #fff;
	padding: 3px;
}
#mainContent table.formattedTable th a {
	color: #80d1fe;
} /* Header cells and Header Font Info */
#mainContent table.formattedTable td {
	background: #d5eeff;
	padding: 3px;
} /* Table body cells and body font info */
#mainContent table.formattedTable td a {} /* Table body links */
#mainContent table.formattedTable tr.rowOdd {} /* Table Odd Row for a separate background-color for every other row */
#mainContent table.formattedTable tr.rowEven {} /* Table Even Row for a separate background-color for every other row */
/* You may need to specify a specific link color for each row depending on the background colors */

#mainContent table.fullWidth {
	width: 580px;
} /* specify the width to span the full content area */

/*********************
 MISC BACKGROUND AND SECTIONAL STYLES
	(Styles used for default sectionals and misc colors.)
*********************/
.CellBackground0 { background-color: #000; color: #FFF; } /* Background, Border, and Text color only */
.CellBackground1 { background-color: #333; color: #FFF; } /* Background, Border, and Text color only */
#mainContent .CellContent0, #mainContent .CellContent1 { padding: 5px; } /* Define padding so running copy doesn't hit edge of background. */

/*********************
 CALENDAR STYLES
*********************/
#mainContent .calendarTable {

}
#mainContent .calendarHeaderTable, #mainContent .calendarFooterTable{
	background-color: #d5eeff !important;
}
#mainContent .calendarTable td {
	background: #00316b;
	padding: 2px;
}
#mainContent .calendarTable td a  { }
#mainContent .calendarTable td.calendarDayCell { } /* Specify something to overwrite CellBackground0 */
#mainContent .calendarTable td.calendarEmptyDay {
	background: none;
}
#mainContent .calendarTable td.calendarDayViewed {
	background: #d5eeff;
} /* Specify something to overwrite CellBackground1 */
#mainContent .calendarTable td.calendarCurrentDate {
	background: #8ecc0b;
}

/*********************
 SEPARATOR STYLES
*********************/
hr { 
	color: #8ecc0b;
	height:1px;
}
.sectSeparatorH { padding-top:10px; } /* Horizontal gaps between sections. */
.sectSeparatorV { padding-right:10px; } /* Vertical gaps between sections. */


/**************************/
/**** EDITS UNECESSARY ****/
/**************************/

/*********************
 FORM LAYOUTS
*********************/
#mainContent fieldset {
	border: none 0px #fff;
}
#mainContent legend { /* Specify a Color */
	font-weight: bold;
}
#mainContent .formRow {
	clear: both;
	margin: 5px 0px;
}
#mainContent label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 3px;
}
#mainContent label .labelDetails {
    font-weight: normal;
    font-size: 0.9em;
}
#mainContent .formRowMultiFields {
	margin-left: 153px; /* !! Should be the width of the label !! */
	zoom:1;
}
#mainContent .formRowMultiFields img { /* Used for Captcha */
	padding: 0px;
	
}
#mainContent label.spanWidth {
	width: auto;
	display: block;
	text-align: left;
}
#mainContent label.inline {
	float: none;
	display: inline;
	width: auto;
	text-align: auto;
}
#mainContent .formRowSubmit {
	margin-left: 153px; /* Probably the width of the label */
}
#mainContent .EmailForm label {
	width: 80px;
}

/*********************
 ALIGNMENT STYLES
*********************/
.alignLeft { float: left; padding: 0px 10px 5px 0px;}
.alignCenter { text-align: center; width: 100%; }
.alignC { text-align: center; width: 100% !important; }
.alignRight { float: right; padding: 0px 0px 5px 10px; }
#mainContent img.noFormat { border: none 0px; margin: 0px; }
