/***********************
 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.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 10px 0px 10px;
}

/* MAIN TEXT AND HEADERS */
#mainContent { 
	float: left;
	width: 608px;
	margin-top: 5px;

}
#mainContent h1, #mainContent h2, #mainContent h3 {
	color:#ed1c24;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: none;
	padding: 0px;
}
#mainContent h4, #mainContent h5, #mainContent h6 {
	color:#ed1c24;
	font-size: 1.1em;
}
#mainContent p {
	font-size: 1.1em;
	padding-bottom: 10px;
}


/* IMAGES */
#mainContent img {
	border: solid 0px #2e3092;
	margin: 4px;
}

/* MISC TEXT CLASSES */
#mainContent .smallText { font-size: 80%; }
#mainContent .Headline {
	color:#ed1c24;
	text-transform: none;
	font-size: 1.4em;
	padding: 0px;
} /* SAME AS H3 - Legacy Inside Pages Code */
#mainContent .Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
} /* SAME AS BODY - Legacy Inside Pages Code */
html>body #mainContent .Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px 0px 10px 0px;
} /* 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;
	padding-top: 10px;
}

/* RELATED LINKS */
#relatedLinksInsert {
	float: left;
	width: 300px;
	margin: 10px 10px 10px 0px;
}
#relatedLinksInsert h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 10px 0px 10px;
}
#relatedLinksInsert .moduleContentContainer {
	padding: 14px 10px 10px 10px;
}
#relatedLinksInsert li {
	list-style: none;
	line-height: 18px;
}
#relatedLinksInsert a {
	font-size: 1.1em;
	font-weight: bold;
}


#relatedLinksInsert .containerPadding{
	padding: 5px;
	width: 300px;
}
#relatedLinksInsert .moduleContent{
	width: 300px;
	
}
#relatedLinksInsert .moduleContainer{
	width: 300px;
	background-color: #FFF;
}
#relatedLinksInsert .moduleFooter{
	width: 300px;
}



/* ARTICLE IMAGE STYLES */
#articleAdInsert { padding: 0px 0px 0px 0px; }
.imageCaptionContainer {
	padding: 0px 8px 8px 0px;
	float: left;
}
.imageCaption {
	font-weight: bold;
}


/*********************
 FORM STYLES
*********************/
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	background: #000;
} /* This style applies to all dropdown menus. */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
} /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textBox {
	background: #000;
	color: #fff;
	border: none;
} /* Single-Line textboxes background and border colors */
button, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	background: #000;
	border: none;
} /* This style applies to all multi-line comment areas. */
#mainContent .submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}
#mainContent .warningMessage {
	color: #f00;
	text-size: 1.3em;
	text-transform: uppercase;
} /* Text displayed warning of Form problems/errors */

/* VARIOUS SIZED TEXBOXES */
input.short { width: 70px; background: #000; color: #fff; border: none;}
input.medium { width: 150px; background: #000; color: #fff; border: none; }
input.long { width: 300px; background: #000; color: #fff; border: none; }


/************************
 GENERIC TABLES
*************************/
#mainContent table { color: #000; font-size: 11px; } /* Just set a default text color and size */

/************************
 FORMATTED TABLES
*************************/
#mainContent table.formattedTable th, table.formattedTable th a {
	background: #ed1c24;
	padding: 3px;
	color: #fff;
} /* Header cells and Header Font Info */
#mainContent table.formattedTable td {
	padding: 3px;
} /* Table body cells and body font info */
#mainContent table.formattedTable tr.rowEven {
	background: #2e3092;
	color: #fff;
}
#mainContent table.formattedTable tr.rowEven a {
	background: #2e3092;
	color: #fff;
}  /* 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: 570px;
} /* 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: #e1e1e1; color: #000; } /* 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 td, #mainContent .calendarTable td a  {
	color: #fff;
	padding: 2px;
}
#mainContent .calendarTable td.calendarDayCell {
	background: #2e3092;
} /* Specify something to overwrite CellBackground0 */
#mainContent .calendarTable td.calendarEmptyDay {
	background: #000;
}
#mainContent .calendarTable td.calendarDayViewed {
	background: #8b0e13;
} /* Specify something to overwrite CellBackground1 */
#mainContent .calendarTable td.calendarDayViewed a {
	color: #fff;
}
#mainContent .calendarTable td.calendarCurrentDate {
	background: #ed1c24;
}
#mainContent .calendarTable td.calendarCurrentDate a {
	color: #fff;
}

#mainContent .containerPadding{
	padding: 5px;
	width: auto;
}
#mainContent .moduleContent{
	width: auto;
	background-color: #FFF;
}
#mainContent .moduleContainer{
	width: auto;

}
#mainContent .moduleFooter{
	width: auto;
}
/*********************
 SEPARATOR STYLES
*********************/
hr {
	height:1px
	color: #ed1c24;
}
.sectSeparatorH { width:15px; } /* Horizontal gaps between sections. */
.sectSeparatorV { height: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;
    line-height: 2.5em;
}
#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; }
.alignRight { float: right; }
#mainContent img.noFormat { border: none 0px; margin: 0px; }

