/***********************
 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.8em;}

/* MAIN TEXT AND HEADERS */
#mainContent { }
#mainContent h1, #mainContent h2, #mainContent h3 { font-size:1.6em;}  
#mainContent h4, #mainContent h5, #mainContent h6 { font-size:1.4em;} 

/* CONTENT AREA LINKS */
a {
	color:#0000FC;
}
a:hover {
	color:#D51013;
	text-decoration:underline;
}

/* IMAGES */
#mainContent img { border: none 0px #fff; }

/* MISC TEXT CLASSES */
#mainContent .smallText { font-size: 80%; }
#mainContent .Headline {  font-face:Arial,Helvetica,sans-serif;font-size:1.4em;font-weight:bold;} /* SAME AS H3 - Legacy Inside Pages Code */
#mainContent .Text {  font-face:Arial,Helvetica,sans-serif;font-size:10px;} /* 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
*********************/

#mainContent p.standFirst { 
	font-weight:bold;
}

/* RELATED LINKS */
#relatedLinksInsert {
	padding: 5px;
	float: left;
	width: 165px;
}
#relatedLinksInsert .moduleContainer {
	background-color: #CCC;
	border: 1px solid #F00;
}

/* ARTICLE IMAGE STYLES */
#articleAdInsert { padding: 0px 10px 5px 0px; }
.imageCaptionContainer { padding: 0px 8px 8px 0px; }
.imageCaption { font-size:1em;}


/*********************
 FORM STYLES
*********************/
select { font-family: Arial, Helvetica, sans-serif;} /* This style applies to all dropdown menus. */
input {
	font-family: Arial, Helvetica, sans-serif;	
} /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textInput {
	border:1px solid #CBCBCB;
	background-color:#fff !important;
}
.textBox { } /* Single-Line textboxes background and border colors */
button, .button { 
	font-family: Arial, Helvetica, sans-serif;	
	color:#000;
	font-size:1.2em;
}
textarea { font-family: Arial, Helvetica, sans-serif;} /* This style applies to all multi-line comment areas. */
#mainContent .submitbutton { color:green;}
#mainContent .warningMessage { color:green;} /* Text displayed warning of Form problems/errors */

/* VARIOUS SIZED TEXBOXES */
input.short { width: 70px; }
input.medium { width: 150px; }
input.long { width: 300px; }


/************************
 GENERIC TABLES
*************************/
#mainContent table { color: #000; font-size: 10px; } /* Just set a default text color and size */

/************************
 FORMATTED TABLES
*************************/
#mainContent table.formattedTable {} /* Background color or borders */
#mainContent table.formattedTable th, table.formattedTable th a {} /* Header cells and Header Font Info */
#mainContent table.formattedTable td {} /* 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 { } /* 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: #fff; color: #000; } /* Background, Border, and Text color only */
.CellBackground1 { background-color: #D1D1D1; 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. */


/*********************
 SEPARATOR STYLES
*********************/
hr { height:1px;}
.sectSeparatorH { height:12px; width:12px;} /* Horizontal gaps between sections. */
.sectSeparatorV { height:12px; width:12px; } /* 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; }
.alignRight { float: right; }
#mainContent img.noFormat { border: none 0px; margin: 0px; }