﻿html
{
    overflow-y: scroll;
}

body
{
	background-color: #000000;
    color: #333333;
    font-size: .80em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 18px;
}

#content    
{
    width: 750px;
    height: 600px;
    margin: 35px auto;
    padding-bottom: 15px;
}

/** Headers **/
h1
{
    color: #BE001E;
    font-size: 1.25em; 
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
}

h2
{
	border-bottom: dotted 1px #CCCCCC; 
	color: #001B68;
    font-size: 1.25em; 
    margin-bottom: 10px;
	margin-top: 0px;
    padding: 0px;
}

h4
{
	color: #333333;
	font-size: 1.0em; 
    margin-bottom: 5px;
	margin-top: 15px;
    padding: 0px;
}

.HeaderNav
{
	color: #FFFFFF;
}

/** Body Copy **/
.ContentBody
{
	margin-bottom: 25px;
}

/** Anchors **/
a
{
    color: #001B68;
    text-decoration: underline;
}

.MainNav a
{
    color: #BE001E;
    text-decoration: none;
}

.HeaderNav a
{
	color: #FFFFFF;
	text-decoration: none;
}

.Footer
{
    text-align: center;
}

.FooterNav a
{
    color: #FFFFFF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #BE001E;
}

.MainNav a:hover
{
    color: #001B68;
    text-decoration: none;
}

.FooterNav a:hover
{
    color: #FFFFFF;
}

.sc
{
    color: #BE001E;
}

.pc
{
    color: #001B68;
}

/** Paging Controls **/
.pages 
{
	float: right;
	font-size: .85em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 4px;
	text-align: right;
	white-space: nowrap;
}

.pages a, .pages span 
{
	color: #000;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-left: 0.1em;
    margin-top: 0.2em;
    border: 1px solid #fff;
    background: #fff;
    text-decoration: none;
}

.pages a.current
{
    border: 1px solid #000;
    font-weight: bold;
    background: #8b7c43;
    color: #fff;
}

.pages a, .pages a:visited
{
    border: 1px solid #999;
    text-decoration: none;
}

.pages a:hover 
{
	border-color: #000;
}

.pages a.nextprev
{
    font-weight: bold;
    text-decoration:none;
}

.pages span.nextprev
{
    color: #666;
}

.pages span.nextprev
{
        border: 1px solid #ddd;
        color: #999;
}

/** Accordion Controls **/
.accordionHeader
{
    background-color: #001B68; 
    color: White; 
    padding: 5px;
    border-bottom: solid 2px #FFFFFF;
    border-top: solid 2px #FFFFFF;
    font-weight: bold;
    text-align: left;
}
.accordionBody
{
    border: dotted 1px #333333; 
    background-color: #CCCCCC; 
    padding: 5px 15px 5px 15px;
    text-align: left;
}

.accordionHeader a:link, .accordionHeader a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.accordionHeader a:hover
{
    text-decoration: underline;
}

.accordionHeader a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

/** Content Editor **/
.contentTable
{
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}

.contentHeaderCell
{
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
}
.contentCell, .contentActionCell, .contentTitleCell
{
	border: solid 1px #CCCCCC;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.contentActionCell
{
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 125px;
}

.contentTitleCell
{
	font-size: 12px;
}

P
{
	margin: 0px;
}

.Button
{
	background-color: #CCCCCC;
	border: solid 2px #001B68;
	color: #001B68;
	padding: 0px 5px 0px 5px;
	font-size: .90em;
	text-decoration: none;
}

.HelpLink
{
	background-color: #CCCCCC;
	border: solid 2px #001B68;
	color: #001B68;
	padding: 0px 5px 0px 5px;
	float: right;
	font-size: .90em;
	font-weight: bold;
	text-decoration: none;
}

.OverlayBG
{
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     background-color: #CCCCCC;
     filter:alpha(opacity=60);
     -moz-opacity: 0.6;
     opacity: 0.6;
	 z-index: 1000;
}

.Overlay
{
	visibility : hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	 z-index: 1001;
}

.Overlay div {
     width: 400px;
     margin: auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
     margin-top: 200px;
}

.ConfirmationNotice
{
	background-Color: #EFEFEF;
	border: solid 2px green;
	font-size: 1em;
	margin: 0px 0px 15px 0px;
	color: #000000;
	padding:5px;
}

.ValidationSummary
{
	background-color: #CCCCCC;
	border: solid 2px #FF0000;
	font-size: 1em;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	color: #000000;	
	display: block;
}

.AttentionSummary
{
	background-Color: #CCCCCC;
	border: solid 2px yellow;
	font-size: 1em;
	margin: 0px 0px 15px 0px;
	color: #000000;	
	padding:5px;
}

.ValidationSummary ul, .AttentionSummary ul, .ConfirmationNotice ul
{
	padding: 0px;
	margin: 2px 0px 0px 30px;
}

.ValidationSummary li, .AttentionSummary li, .ConfirmationNotice li
{
	list-style-type: square;
}


.SearchResultsTable
{
	font-size: 1em;
	width: 100%;
	padding: 2px 2px 2px 2px;
	empty-cells: show;
}

.SearchResultsTable th, .SearchResultsTable td
{
	padding: 2px;
}

.SearchResultsTableRows, .SearchResultsTableRowsAlt
{
	margin: 4px 4px 4px 4px;
}

.SearchResultsTable th
{
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-weight:bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

.SearchResultsTableHeader
{
	color: #FFFFFF;
	background-color: #999999;
	font-weight:bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

.SearchResultsTableRowsAlt
{
	background-color: #DFDFDF;
}

.ProfileSectionHeader, .ProfileSectionHeaderAlt
{
	border-bottom: solid 1px #CCCCCC;
	color: #001B68;
	display: block;
	font-size: 1em;	
	margin: 5px 0px 5px 0px;
}

.ProfileSectionHeaderAlt
{
	color: #005CC1;
}

P.ProfileSectionInstructions
{
	color: #999999;
	font-size: 1em;
	margin: 5px 0px 5px 0px;
}

P.ProfileSectionData
{
	color: #000000;
	font-size: 1em;
	line-height: 1.75em;
	margin: 5px 0px 15px 0px;
	padding-left: 25px;
}


div.rounded-box
{
    position:relative;
    background-color: #999999;
	font-weight: bold;
    margin-right: 1px;
    width: 6em;
}

div.rounded-box-inactive {
    position:relative;
    background-color: #CCCCCC;
	font-weight: bold;
	margin-right: 1px;
	width: 6em;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{
	position:absolute; 
	width:20px; 
	height:15px; 
	background-color:#FFF; 
	overflow:hidden;
}

div.top-left-inside, div.top-right-inside, div.top-left-inside-inactive, div.top-right-inside-inactive
{
	position:relative; 
	font-size:150px; 
	font-family:arial; 
	font-weight: normal;
	color:#999999; 
	line-height: 40px;
}

div.top-left-inside-inactive, div.top-right-inside-inactive
{
	color:#CCCCCC;
}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner 
{
	top:0px; 
	left:0px;
}

div.top-right-corner 
{
	top:0px; 
	right:0px;
}

div.top-left-inside, div.top-left-inside-inactive
{
	left:-9px;
}

div.top-right-inside, div.top-right-inside-inactive
{
	left:-25px;
}

div.box-contents, div.box-contents-inactive
{
	border-bottom: solid 1px #999999;
	position: relative; 
	padding: 5px 0px 2px 0px; 
	color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
	white-space: nowrap;
}

div.box-contents a, div.box-contents-inactive a
{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

marquee
{
    color: #F6F603;
    font-size: 14px;
    font-family: Arial;
}

.article
{
    line-height: 1.35em;
	margin-left: 10px;
	margin-bottom: 0px;
    padding: 10px 0px 15px 0px;
    font-size: 1.10em;
 }

.article h1
{
    font-size: 1.1em;
    margin-bottom:10px;
    color: #001B68;
}    

.article h2
{
    font-size: 1.1em;
    margin-bottom:10px;
    color: #999;
}    

.article p, .article li, table
{
}

.article ul, .article ol
{
	list-style-position: outside;
	margin-left: 45px;
}

.article ul
{
	list-style-type: square;
	margin-left: 40px;
}

.article li
{

}

.articleBody
{
    font-family: Helvetica;
    text-align: justify;
    margin-right: 20px;
}

.articleBody table
{
}

.articleBody td
{
    padding: 0;
}

.articleBody table, .articleBody tr, .articleBody td
{
    border-style: solid;
    border-collapse: collapse;
}

.article p, .articleBody p, .editorWrapper p
{
	margin: 2px 0px 2px 0px;
	padding-bottom: 1em;
}       

.articleByLine
{
    color: #DDD;
    font-style:italic; 
    font-size: .85em; 
    padding-top: 10px; 
    text-align:right;
}

.articleByLine a
{
    color: #DDD;
    text-decoration: none;
}

.buttonArea
{
	margin-top: 15px;
	margin-right:15px;
	text-align: right;
}

.optionHeader
{
    font-size: .85em;
}

.optionBody
{
	padding-left: 25px;
	margin-bottom: 10px;
}

.RichTextBoxAttachmentsSection
{
    border: solid 2px #D4D0C8;
    border-top: none;
    width: 675px; 
    margin: -1px 1px 1px 0px;
}

.RichTextBoxAttachmentsLabel
{
    font-size: .9em;
    background-color: #D4D0C8;
    padding: 0px 0px 2px 5px;
    font-weight: bold;
    color: #666;
}

.RichTextBoxAttachmentItem
{   
    margin: 5px;
}

.RichTextBoxAttachmentTitle
{
    float: left;
    width: 590px;
}

.RichTextBoxAttachmentItem + .RichTextBoxAttachmentItem
{
    border-top: solid 1px #D4D0C8;
    padding-top: 2px;
}

a.Inverse
{
    color: #001B68;
    text-decoration: none;
}

a.Inverse:hover
{
    text-decoration: none;
    color: #BE001E;
}
