﻿body 
{
	 background-color: #FFF;
	 color: #000;
	 font-size: .80em; 
	 font-family: Verdana, Helvetica, Sans-Serif; 
	 line-height: 1.5em;
	 margin: 0px;
}

a
{
	color: #003399;
}

a:hover
{
	color: #009933;
}

a: visited
{
	color: #003399;
}

#Header
{
    margin: 0px auto 15px;
    width: 780px;
    white-space: nowrap;
}

#Content ul li
{
	 vertical-align: top;
}

#container
{
    margin: 0px auto;
    width: 780px;
    margin-bottom: 35px;
}

#footer
{
    border-top: solid 2px #000080;
    clear: both;
    width: 780px;
    margin: 0px auto;
    text-align: center;
    padding: 5px 0px 25px;
    color: #999;
    font-size: .75em;
}

#footer a, #footer a:visited, #footer a:active
{
	color: #999;
}

.article
{
    margin-left: 8px;
}

.article H1
{
    color: #009933;
    font-size: 1.5em;
    font-weight: bold;
}

.article H2
{
    color: #000;
    font-size: 1.05em;
    font-weight: bold;
}

.article ul
{
    list-style-type: square;
}

#c1, #c2
{
    margin: 0px;
    padding: 0px;
}

#c1
{
    float: left;
    width: 585px;
}

#c2
{
    float: RIGHT;
    margin-left: 20px;
    width: 175px;
}

.BlurbBody P
{
    margin: 5px 0px;
}

.Blurb
{
    font-size: .75em; 
    border: solid 2px #CCCCCC; 
    margin-bottom: 20px; 
    background-color: beige; 
    padding: 10px; 
    text-align: left;
}

.AttnBlurb
{
    font-size: .9em; 
    border: solid 2px #CCCCCC; 
    margin-bottom: 20px; 
    background-color: #FFFF66; 
    padding: 10px; 
    text-align: center;
}

.AttnBlurb .BlurbTitle
{
    display: none;
    text-align: center;
}

.LoggedInBlurb
{
    font-size: .75em; 
    border: solid 2px #CCC; 
    margin-bottom: 20px;
    background-color: beige;
    padding: 5px 15px 15px 15px;
    text-align: left;
}

.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: #284E6D;
	border-bottom: dotted 3px #CCCCCC;
	margin-bottom: 5px;
}

.editorSubHeader
{
	font-weight: bold;
	font-size: 1em;
}

.buttonArea
{
	margin-top: 15px;
	margin-right:15px;
	text-align: right;
}

.optionBody
{
	padding-left: 25px;
}

.categoryHeaderCell
{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
	padding-left: 5px;
}

.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;
}

.editorWindow table, .editorWindow td
{
	border: solid 1px #DFDFDF;
	border-collapse: collapse;
}

td
{
	vertical-align: top;
}


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;
}

.ProfileSectionHeader
{
    background-color: #ccc;
    padding: 2px 5px;
    font-weight: bold;
}

.ProjectsTable
{
    border-collapse: collapse;
    text-align: left;
    margin-left: 5px;
    width: 100%; 
}

.ProjectsTable th
{
    background-color: #999;
    border: solid 2px #999;
    color: #fff;
    padding: 2px 5px;
    text-align: left;
}

.ProjectsTable td
{   
    border: solid 2px #999;
    padding: 2px 5px;
}

.ProjectDetailsTable
{
    background-color: #FFFF66;
    border: solid 2px #999;
    border-collapse: collapse;
    margin-left: 5px;
    text-align: left;
    width: 100%; 
}

.ProjectDetailsTable th
{
    background-color: #999;
    color: #fff;
    padding: 2px 5px;
    text-align: left;
    width: 150px;
}

.ProjectDetailsTable td
{   
    padding: 2px 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;
}

.ValidationSummary ul, .AttentionSummary ul, .ConfirmationNotice ul
{
	padding: 0px;
	margin: 2px 0px 0px 30px;
}

.ValidationSummary li, .AttentionSummary li, .ConfirmationNotice li
{
	list-style-type: square;
}

.BreadCrumb
{
    font-size: .85em;
    margin: 0px 0px 0px 10px;
    padding: 0px 5px 0px;
    float: right;
}

.SearchSectionLabel
{
	background-color: #D9D9D9;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	color: #999999;
	padding: 10px 10px 10px 10px;
	white-space:nowrap;
}

.SearchSectionSubText
{
	font-weight:normal;
	font-size: .75em;
	font-style: italic;
}

.CheckBoxList
{
	width: 100%;
}

.CheckBoxList td
{
	white-space:nowrap;
	width: 50%;
}

.CheckBoxList label
{
	padding-left: 5px;
}

