﻿html
{
    overflow-y: scroll;
}

body 
{
	background-color: #f6f6f6;
	background-image: url(../images/header_02.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
	margin: 0 0;
}

a, a:visited, a.Inverted:hover
{
    color: #649fd7;
}

a:hover, a.Inverted, a.Inverted:visited
{
    color: #f5911f;
}

ul
{
    font-size: 8pt;
    margin: 0 0 0 35px;
    padding: 0;
    list-style-type: square;
}

#Header
{
	background-image: url(../images/header_03.jpg);
	background-position: center;
	height: 132px;
	margin: 0 auto;
	width: 985px;
}

#MainNav
{
    list-style-type: none;
    padding: 108px 0 0 122px;
}

#MainNav li
{
    float: left;
    margin-left: 5px;
}

#MainNav li.Active a
{
    color: #213770;
}

#MainNav a, #MainNav a:visited
{
    color: #FFF;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

#MainNav a:hover
{
    color: #333;
}

.MainNavDivider
{
    color: #CCC;
    margin-left: 8px;
}

#SubHeaderWrapper
{
    margin: 0 -490px;
    position: absolute;
    top: 132px;
    left: 50%;
    width: 980px;
}

#SubHeader
{

}

.SubNavWrapper
{
    background-color: #fefefe;
    position: absolute;
    visibility:hidden;
    opacity: .93;
    filter: alpha(opacity=93); 
    -moz-opacity: 0.93;
}

.SubNav
{
    background-color: #efefef;
    border-bottom: solid 4px #649fd7;
    list-style-type: none;
    margin: 1px 1px 1px 2px;
    padding: 5px 25px 5px 5px;
}

.SubNav li
{
    margin: 0;
}

.SubNav a, .SubNav a:visited
{
    color: #213770;
    font-size: 10pt;
    line-height: 14pt;
    text-decoration: none;
}

.SubNav a:hover
{
    color: #f5911f;
}

#Stage
{
	background-color: #FFF;
	border: solid 2px #CCC;
	border-bottom: none;
	border-top: none;
	margin: 0 auto;
	min-height: 400px;
	width: 985px;
}

#SignupFooter
{
    background-color: #dddfe7;
    border: solid 2px #CCC; 
    border-top: none;
    margin: 0 auto;
	width: 985px;
}

#Footer
{
	background-color: #666;
	border: solid 2px #666;
	margin: 15px auto;
	min-height: 150px;
	width: 985px;
}

#FooterContent
{
    margin: 15px;
}

#FooterContent h2
{
    color: #CCC;
    font-size: 8pt;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}   

#FooterContent ul
{
    margin: 5px 0 0;
    padding: 0;
}

#FooterContent a, #FooterContent a:visited
{
    color: #FFF;
    font-size: 8pt;
    text-decoration: none;
}

#FooterContent a:hover
{
    text-decoration: underline;
}

#FooterContent td
{
    padding-right: 55px;
    vertical-align: top;
}

#SubFooter
{
    color: #CCC;
    margin: 15px;
    padding-bottom: 50px;
    text-align: center;
}

#Main 
{
    float:left;
    min-height: 400px;
    width:650px;
}

#MainContent
{
	margin: 25px 35px;
	line-height: 1.5em;
}

#MainContent h1
{
	font-weight: bold;
	font-size: 11pt;
	padding: 0 0;
	margin: 15px 0 10px;
}

#MainContent p
{
    margin: 5px 0 15px;
}

.ContentDivider
{
    background-color: #efefef;
    font-size: 0;
    height: 1px;
    margin: 15px auto;
    width: 50%;
}

#SidebarRight 
{
	background: #f9f9f9;
	float:left;
    min-height: 400px;
	width: 335px;
}

#SidebarRight h1
{
    color: #f5911f;
    font-size: 10pt;
    font-weight: bold;
    margin: 0 0 5px;
}

.SidebarSectionII
{
    background-color: #f3f4f7;
    margin: 0;
    padding: 15px;
    overflow: hidden;
}

.SidebarSection
{
    margin: 15px;
    overflow: hidden;
}

.SidebarSection h2, .SidebarSectionII h2
{
    color: #213770;
    font-size: 10pt;
    font-weight: bold;
    margin: 0 0 5px;
}

.SidebarSection p, .SidebarSectionII p
{
    color: #213770;
    font-size: 8pt;
    margin: 5px 0;
}
.SidebarSection ul, .SidebarSectionII ul
{
    margin-top: 5px;
}
.SidebarSectionII ul li.Active a
{
   font-weight: bold;
}
.SidebarSection label, .SidebarSectionII label
{
    color: #999;
    font-size: 8pt;
}

.SidebarDivider
{
    font-size: 0pt;
    height: 1px;
    background-color: #efefef;
    width: 75%;
    margin: 0 auto;
}

.ArticleBody, .article
{
    margin: 0 15px 0; 
    padding-top: 15px;
    padding-bottom: 15px;   
}

.ArticleBody h1, .article h1, h1
{
    color: #f4911f; /** #213770; **/
    font-size: 12pt;
    font-weight: bold;
}

.ArticleBody h2, h2
{
    color: #999;
    font-size: 12pt;
    font-weight: bold;
}

.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: #213770;
	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;
}


.ConfirmationNotice
{
	background-Color: #EFEFEF;
	border: solid 2px green;
	font-size: 1em;
	margin: 10px 0px 15px 0px;
	color: #000000;
	padding:5px;
}

.ValidationSummary
{
	background-color: #CCCCCC;
	border: solid 2px #FF0000;
	font-size: 1em;
	padding: 15px;
	margin: 10px 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: 15px 0px 10px 35px;
}

.ValidationSummary li, .AttentionSummary li, .ConfirmationNotice li
{
	list-style-type: square;
}

.PhotoWrapper
{
    float: left;    
    margin: 0px 15px 15px;
    padding: 2px 0px 0px;
    text-align: center;
    width: 255px;
}

.PhotoWrapper br
{
    line-height: 4px;
}

.BorderedPhoto
{
    border: solid 1px #DEDEDE;
    margin: 0px;
}

ImageDetailHeader
{
    color: #639;
    border-bottom: solid 1px #999;
    padding: 0px;
    margin-top: 35px;
}

.ImageDetailData
{
    font-size: .9em;
    color: #999; 
    margin: 5px 0 25px 15px;
}

.GallerySearch
{
    margin-bottom: 15px;
    margin-left: 600px;
}

.GallerySearch input
{
    margin-right: 10px;
}

.GalleryWrapper
{
    margin: 15px;
}

#TagListTable input
{
    margin-right: 5px;
}

.PhotoTag
{
    padding-right: 10px;
}

.ProfileTable
{
    margin: 0;
}

.ProfileTable td
{
    padding: 2px;
}

.ProfileSubHeader
{
	font-style: italic;
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

.ProfileSectionHeader, .ProfileSectionHeaderAlt, p.ProfileSectionHeader
{
	border-bottom: solid 1px #CCCCCC;
	color: #333;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.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
{
	padding-right: 5px;
	white-space: nowrap;
	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;
}


.SearchResultsTable
{
	font-size: .85em;
	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;
}


.RichTextBoxAttachmentsSection
{
    border: solid 2px #D4D0C8;
    border-top: none;
    width: 951px; 
    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: 846px;
}

.RichTextBoxAttachmentItem + .RichTextBoxAttachmentItem
{
    border-top: solid 1px #D4D0C8;
    padding-top: 2px;
}
