/***********************
 GENERAL HELPER STYLES
***********************/
.hidden {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.footer {
	clear: both;
}

/*********************
 GENERAL STYLES
*********************/

/* PAGE TITLE */
#mainContent .moduleHeader h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-transform: uppercase;
	color: #fcf536;

}
#mainContent .moduleHeader {
	height: 17px;
	background-image: url(/images/module-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px 0px 0px 8px;
}

/* MAIN TEXT AND HEADERS */
#mainContent { 
	font-size: 1.1em;
	width: 570px;
	margin: 5px 0px 5px 10px;   
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#mainContent h1, #mainContent h2, #mainContent h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:bold;
	color: #ef0b0b;
	padding: 0px 0px 5px 0px;
}  
#mainContent h4, #mainContent h5, #mainContent h6 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color: #000;

}
#mainContent  .containerPadding { 
	padding: 8px; 
} 
#mainContent p{
	padding-bottom: 10px;
}
#mainContent label {
color:#000;
}

/* CONTENT AREA LINKS */
#mainContent a { color: #ef0b0b;}
#mainContent a:hover { color: #3e4dbd;}
#mainContent a:visited { }

/* IMAGES */
#mainContent img { 
	border: none 0px #fff; 
	margin: 3px 3px 3px 3px;
}

/* MISC TEXT CLASSES */
#mainContent .smallText { font-size: 80%; }
#mainContent .Headline { 
	font-size: 1.6em;
	font-weight:bold;
	color: #ef0b0b; } /* 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; }

/* RELATED LINKS */
#relatedLinksInsert {
	float: left;
	width: 290px;
	border: 3px solid #ef0b0b;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(/images/module-bg.jpg);
	margin: 0px 5px 0px 5px;
}
#relatedLinksInsert h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-transform: uppercase;
	color: #fcf536;

}
#relatedLinksInsert .moduleContent {
		padding: 0px 8px 12px 8px;
}
#relatedLinksInsert li{
	list-style: none;
	font-size: 1em;
	color: #2136a3;
}
#relatedLinksInsert li a{
	font-weight: bold;
	color: #2136a3;
}
#relatedLinksInsert li a:hover{
	color: #ef0b0b;
}

/* ARTICLE IMAGE STYLES */
#articleAdInsert { 
width: 300px;
padding: 0px 10px 5px 0px; }
.imageCaptionContainer { 
 float: left;
padding: 0px 8px 2px 0px; }
.imageCaption { 
font-size: .9em;
	padding: 5px 0px 0px 0px;
}


/*********************
 FORM STYLES
*********************/
select { 
font-size: 1.1em; } /* This style applies to all dropdown menus. */
input {font-size: 1.1em; padding: 0px 0px 0px 3px;} /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textBox { background-color: #fff !important;} /* Single-Line textboxes background and border colors */
button, .button { 
	font-size: 1.1em;
	font-weight: bold;}
textarea { font-size: 1.1em; padding: 0px 0px 0px 3px;} /* This style applies to all multi-line comment areas. */
#mainContent .submitbutton { 
	font-size: 1.1em;
	font-weight: bold;}
#mainContent .warningMessage {
	font-size: 1.2em;
	font-weight: bold;
	color: #f00; } /* Text displayed warning of Form problems/errors */

/* VARIOUS SIZED TEXBOXES */
input.short { width: 70px;  padding: 0px 0px 0px 3px;}
input.medium { width: 150px;  padding: 0px 0px 0px 3px;}
input.long { width: 300px;  padding: 0px 0px 0px 3px;}


/************************
 GENERIC TABLES
*************************/
#mainContent table { color: #000; font-size: 11px; } /* Just set a default text color and size */

/************************
 FORMATTED TABLES
*************************/
#mainContent table.formattedTable {background-color: #eee;} /* Background color or borders */
#mainContent table.formattedTable th, table.formattedTable th a {
background-color: #ccc;
	text-decoration: none;
	padding: 4px; 
} /* Header cells and Header Font Info */
#mainContent table.formattedTable td {padding: 4px;} /* 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 {background-color: #ddd;} /* 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:560px;} /* 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: #dfdfdf; color: #000; } /* Background, Border, and Text color only */
.CellBackground1 { background-color: #3e4dbd; 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 .calendarTable td, #mainContent .calendarTable td a  {padding: 2px; }
#mainContent .calendarTable td.calendarDayCell { } /* Specify something to overwrite CellBackground0 */
#mainContent .calendarTable td.calendarEmptyDay { }
#mainContent .calendarTable td.calendarDayViewed { background:#bfc5ff;} /* Specify something to overwrite CellBackground1 */
#mainContent .calendarTable td.calendarCurrentDate { }

/*********************
 SEPARATOR STYLES
*********************/
hr { height: 1px;
background-color: #3e4dbd;	
}
.sectSeparatorH {height: 15px; } /* Horizontal gaps between sections. */
.sectSeparatorV { width: 15px;} /* 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 !! */
}
#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; }
.alignCenter { text-align: center; }
.alignC { float: left; }
.alignRight { float: right; }
#mainContent img.noFormat { border: none 0px; margin: 0px; }
