﻿*
{
    margin: 0px;
    padding: 0px;
}

html
{
 overflow-y: scroll;
}

body
{
    background-color: #FFF;
    margin: 15px 0px;
	font-size: .8em;
	font-family: Arial,Helvetica,sans-serif;
}

a, a:link, a:visited
{
    color: #060;
}

a:hover
{
    color: #606;
}

a:active
{
    color: #888;
}

a.Inverse, a.Inverse:Link, a.Inverse:Visited
{
    color: #FFF;
}

a.Inverse:Hover
{
    color: #FC0;
}

a
{
    outline: none;
}

.Article
{
    margin-bottom: 15px;
    text-align: justify;
}

.Article H1
{
    background-color: #060;
    color: #fff;
    clear: both;
    font-size: 1.05em;
    padding: 3px 0 3px 5px;
}

.ArticleBody
{
    line-height: 1.5em;
    padding: 5px;
}

.Article p
{
    line-height: 1.5em;
    margin: 5px 0 10px;
}

H2, .ProfileSectionHeader
{
    background-color: #CCC;
    color: #555;
    font-size: 1.0em;
    padding: 3px 0 3px 5px;
}


.AttentionSummary
{
	background-Color: #CCCCCC;
	border: solid 2px yellow;
	font-size: 1em;
	margin: 0px 0px 15px 0px;
	color: #000000;	
	padding:5px;
}

.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;	
	text-align: left;
	display: block;
	width: 535px;
}

.ValidationSummary ul, .AttentionSummary ul, .ConfirmationNotice ul
{
	padding: 0px;
	margin: 2px 0px 0px 30px;
}

.ValidationSummary li, .AttentionSummary li, .ConfirmationNotice li
{
	list-style-type: square;
}

a.WhiteLink, a.WhiteLink:visited, a.WhiteLink:active
{
    color: #FFF;
}

a.WhiteLink:hover
{
    color: #FC0;
}

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, div.box-contents a:active, div.box-contents-inactive a:active
{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.MinHeight
{
	height:250px;
	float:right;
	width:1px;
}

.MinHeightHelper
{
	clear:both;
	height:1px;
	overflow:hidden;
}

.ProfileTable td
{
    padding: 2px;
    vertical-align:top;
}

.SearchResultsTable
{
	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: #666;
	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;
}

.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;
}

.editorHeader
{
    color: #666;
    font-weight: bold;
    margin: 5px 0;
    padding: 2px 2px 2px 0;
    text-transform: uppercase;
}

.optionBody
{
	padding-left: 25px;
}

.buttonArea
{
	margin-top: 15px;
	margin-right:15px;
	text-align: right;
}

.ProfileSubHeader
{
	font-style: italic;
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

.ProfileSectionHeader, .ProfileSectionHeaderAlt, p.ProfileSectionHeader
{
	color: #333;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

.ProfileSectionHeaderAlt
{
	color: #005CC1;
}

P.ProfileSectionInstructions
{
	color: #CCC;
	font-size: 1em;
	margin: 5px 0px 5px 0px;
}

.ProfileSectionData
{
	color: #000000;
	font-size: 1em;
	line-height: 1.75em;
	margin: 5px 0px 15px 25px;
}

td.ProfileInputLabel, div.ProfileInputLabel, td.ProfileInputSubLabel
{
	padding-right: 5px;
	white-space: nowrap;
	vertical-align: top;
}

td.ProfileInputSubLabel
{
}

input
{
    padding: 2px;
}

.SearchSectionLabel
{
	background-color: #D9D9D9;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	color: #999999;
	padding: 10px 10px 10px 10px;
	white-space:nowrap;
}

.RichTextBoxAttachmentsSection
{
    border: solid 2px #D4D0C8;
    border-top: none;
    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: 725px;
}

.RichTextBoxAttachmentItem + .RichTextBoxAttachmentItem
{
    border-top: solid 1px #D4D0C8;
    padding-top: 2px;
}

.ProfileSummary
{
    color: #CCC;
    font-style: italic;
    margin-top: 55px;
    text-align: right;
}

.Article ul, .Article ol
{
	list-style-position: outside;
	margin: 10px 10px 10px 45px;
}

.Article ul
{
	list-style-type: square;
	margin: 10px 10px 10px 40px;
}

#LinksTable td
{
    padding: 5px 10px 7px;
}

#LinksTable tr.MiddleRow td
{
    border-top: solid 1px gold;
    border-bottom: solid 1px gold;
    padding:  6px 10px 8px;
}

#HomepageIntro
{
    line-height: 1.0em;
    margin: 0 0;
    padding: 0 0;
}

#HomepageIntro p, 
#HomepageIntro .Article,
#HomepageIntro .ArticleBody
{
    margin: 0 0;
    padding: 0 0;
}

h1.GreenStandardHeader
{
    background-color: #060;
    font-size: 1em;
    color: #fff;
}

h1.GreenLargeHeader
{
    background-color: #060;
    font-size: 1.75em;
    color: #fff;
}

h1.PurpleStandardHeader
{
    background-color: #606;
    font-size: 1em;
    color: #fff;
}

h1.PurpleLargeHeader
{
    background-color: #606;
    font-size: 1.75em;
    color: #fff;
}

h1.GoldStandardHeader
{
    background-color: #ffcc00;
    font-size: 1em;
    color: #fff;
}

h1.GoldLargeHeader
{
    background-color: #ffcc00;
    font-size: 1.75em;
    color: #fff;
}

