﻿body
{
	width: 992px;
	font-family: Arial, Verdana;
	font-size: small;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: Black;
	background-color: GhostWhite;
	background-image: url('/DirectorsWeb/Images/bg.gif');
	padding-bottom: 15px;	
}

.Title
{
	font-weight: bold;
	font-size: medium;
}

.Title1
{
	font-weight: bold;
	font-size: large;
}

.Heading1Orange
{
	font-weight: bold;
	font-size: large;
	color: Chocolate;
}

.Heading2Orange
{
	font-weight: bold;
	font-size: medium;
	color: Chocolate;
	
}

.Heading3Orange
{
	font-weight: bold;
	font-size: small;
	color: Chocolate;
	
}

.WhiteTitle
{
	font-weight: bold;
	font-size: medium;
	color: White;
}

.TitleItalic
{
	font-weight: bold;
	font-size: medium;
	font-style: italic;
}

.GrayItalicBold
{
	font-weight: bold;
	color: #666666;
	font-style: italic;
	font-size: small;
	font-variant: normal;
}

.GrayBold
{
	font-weight: bold;
	color: #666666;
	font-size: small;
	font-variant: normal;
}

.bold
{
	font-weight: bold;
}

.WhiteBold
{
	font-weight: bold;
	color: White;
}

.Green1Bold
{
	font-weight:bold;
	color: #33715a;
	font-size: large;
}

.Green2Bold
{
	font-weight:bold;
	color: #33715a;
	font-size: medium;
}

.Green3Bold
{
	font-weight:bold;
	color: #33715a;
	font-size: small;
}

.Italic
{
	font-style: italic;
}

a.BlackLinks:link
{
	color: Black;
	text-decoration: underline;	
}

a.BlackLinks:visited
{
	color: Black;
	text-decoration: underline;	
}

a.BlackLinks:hover
{
	color: Chocolate;
	cursor: hand;
}

a.GrayLinks:link
{
	color: #666666;
	text-decoration: underline;	
}

a.GrayLinks:visited
{
	color: #666666;
	text-decoration: underline;	
}

a.GrayLinks:hover
{
	color: Chocolate;
	cursor: hand;
}

a.BareBlackLinks:link
{
	color: Black;
	text-decoration: none;	
}

a.BareBlackLinks:visited
{
	color: Black;
	text-decoration: none;	
}

a.BareBlackLinks:hover
{
	color: Chocolate;
}

a.BareWhiteLinks:link
{
	color: White;
	text-decoration: none;	
}

a.BareWhiteLinks:visited
{
	color: White;
	text-decoration: none;	
}

a.BareWhiteLinks:hover
{
	color: Chocolate;
}

a.WhiteLinks:link
{
	color: White;
	text-decoration: underline;
}

a.WhiteLinks:hover
{
	color:Chocolate;
}

a.WhiteLinks:visited
{
	color: White;
	text-decoration: underline;
}

a.Plain:hover
{
	cursor: hand;
}

#MainContentDiv
{
	width: 968px;
	text-align: left;
	background-color: GhostWhite;
	padding: 6px;
	border-left: Black 5px solid;
	border-right: Black 5px solid;
	min-height: 500px;
	height: auto;
	overflow: hidden;
}

#HeaderLogoDiv
{
	width: 990px;
	height: 90px;
	background-image: url('/DirectorsWeb/Images/header_logo_bar.gif');
	font-size: small;
	color: White;
}

#HeaderBarDiv
{
	width: 976px;
	height: 26px;
	background-image: url('/DirectorsWeb/Images/header_bar.gif');
	font-size: small;
	color: White;
	text-align: right;
	padding-right: 14px;
}

#HeaderText
{
	width: auto;
	color: White;
	font-size: small;
	position: static;
	float: right;
	padding-right: 20px;
	padding-top: 70px;
}

#RepeaterNavBarDiv
{
	width: 990px;
	height: 34px;
}

#FooterBarDiv
{
	width: 990px;
	height: 50px;
	background-image: url('/DirectorsWeb/Images/footer_bar_thick.gif');
	background-repeat: no-repeat;
	font-size: small;
	color: White;
}

#FooterBarLine2
{
	text-align:center;
	margin-top:9px;
	height:26px;
}
#FooterBarLine2 a
{
	margin-right:15px;
	vertical-align:top;
}

#FooterBarLine2 a img, #FooterBarLine2 iframe
{
	vertical-align:top;
}

#BodyDiv
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border-right: #222222 1px solid;
	border-left: #222222 1px solid;
	border-bottom: #222222 1px solid;
	text-align: center;
}

#SearchResultsNavDiv
{
	background-color:Black;
	background-image: url('/DirectorsWeb/Images/nav_lean_blank.gif');
	border-bottom: solid 1px #333333;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */	
}

#RepeaterNavBarTable
{
	border: 0px;	
	width: 100%;
}

#BodyTable
{
	/* This will be the body wrapper - easier to control columns than divs alone.  Will probably have divs in the table columns as needed though. */
}

/* AJAX Modal Popup CSS */
.ModalBackground
{
    background-color: Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/* Login Control CSS */
.LoginControlStyle
{
	text-align:center;
}

/* Test Drive Gridview CSS */
.RowBorder
{
	border-bottom: solid thin Gainsboro;
}

/* Test Drive Accordion Content CSS */
.AccContentText
{
	font-family: Arial, Verdana;
	font-size: small;
	color: Black;
}

/** Search Control CSS **/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
    color: #ff0000;
    font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
.ListSearchExtenderPrompt
{
    font-style:italic;
    color:#000000;
    background-color:#FFFFFF;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

div.scrollingListBox 
{
    background-color: #fff;
    border-top: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #8693b0;
    border-left: 1px solid #c3c3c3;
    color: #3b5998;
    height: 250px;
    margin: 0 0 0 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;   
}
div.scrollingListBox table 
{
    table-layout: fixed;
    width: 100%;
}
div.scrollingListBox table td
{
    cursor: pointer;
    padding: 10px 6px;
}
div.scrollingListBox table tr:hover
{
	background-color: #E3EAEB;
}

div.scrollingListBox table tr.alternate
{
	background: #ffffff;
}

div.scrollingListBox table tr:hover.alternate
{
	background-color: #C5BBAF;
}
div.scrollingListBox table tr.row
{
	background: #E3EAEB;
}

div.scrollingListBox table tr:hover.row
{
	background-color: #C5BBAF;
}

div.scrollingListBox table tr.selected,
div.scrollingListBox table tr:hover.selected
{
	background: #C5BBAF;
	font-weight: bold;
}

.hidden
{
	display:none;
}

li.list5px { 
margin-bottom:5px; 
} 
