/* United colors (as of 01/12/2006)

Dark blue:  #003366

Med blue:  #336699

Light blue:  #bbccdd

Light yellow:  #fff0a5

*/
	
/* ASP.NET WebControls */
	
/* TextBox control styles */	
.TextBox_Right
{
    font-size: 10pt;
    font-family: Arial, Verdana, Sans-Serif;
    text-align: right;
}

.TextBox
{
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
}

/* Label control styles */
.Label
{
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
}

.Label_Right
{
    font-size: 10pt;
    font-family: Arial, Verdana, Sans-Serif;
    text-align: right;
}

/* DropDownList control styles */
.DropDownList
{
    cursor: pointer;
    cursor: hand;
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
}

/* CheckBox control styles */
.CheckBox
{
    cursor: pointer;
    cursor: hand;
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
}

/* RadioButton control styles */
.RadioButton
{
    cursor: pointer;
    cursor: hand;
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
}

/* Validator control styles */
.CustomValidator
{
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Arial, Verdana, Sans-Serif;
}
.RequiredFieldValidator
{
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Arial, Verdana, Sans-Serif;
}
.CompareValidator
{
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Arial, Verdana, Sans-Serif;
}
.RangeValidator
{
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Arial, Verdana, Sans-Serif;
}
.RegularExpressionValidator
{
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Arial, Verdana, Sans-Serif;
}
.ValidationSummary
{
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Arial, Verdana, Sans-Serif;
}

/* DataGrid control styles */
.PagerStyle
{
    background-image: url(Graphics/headingbg.jpg);
    background-repeat: repeat-x;
    height: 25px;
}

.HeaderStyle
{
    background-image: url(Graphics/headingbg.jpg);
    background-repeat: repeat-x;
    background-color : #336699;
    color: black;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-Serif;
    height: 25px;
}

/* DataGrid control styles */
.BlueBand_gradient
{
    background-image: url(Graphics/blueband_grad.jpg);
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-Serif;
    background-color: #336699;
    color: white;
    padding: 0, 0, 0, 0;
}

/* Standard HTMLControls */

/* combo box control styles */
SELECT.StdCombo
{    
    cursor: pointer;
    cursor: hand;
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
}

/* text entry control styles */
INPUT.StdText
{
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
}

INPUT.Right
{
    font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
    text-align: right;
    width: 100%;
}

DIV.search
{
    font-size: 10pt;
    font-family: Arial, Verdana, Sans-Serif;    
    background-image: url(Graphics/searchbg2.jpg);
    background-repeat: repeat-x;
    height: 25px;
    width: 980px;
    color: Black;
    font-weight: bold;
}

DIV.filter
{
    font-size: 10pt;
    font-family: Arial, Verdana, Sans-Serif;    
    background-image: url(Graphics/searchbg2.jpg);
    background-repeat: repeat-x;
    color: black;
    height: 25px;
    width: 980px;
    font-weight: bold;
    padding-top: 2px;
}

A.nav_notvisited
{
    color: #336699;
    text-decoration: none;
    font-style: italic;
}

A.nav_visited
{
    cursor: hand;
    color: #336699;
    text-decoration: none;
    font-style: normal;
}

.nav_notvisited2
{
    color: #336699;
    text-decoration: none;
    font-style: italic;
}

.nav_visited2
{
    cursor: hand;
    color: #336699;
    text-decoration: none;
    font-style: normal;
}

.pagefooterlink
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 8pt;
    color: #336699;
    text-decoration: none;
}

BODY
{
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.BoundColumn
{
    overflow: hidden;
}

DIV.main
{
	width: 980px; margin-left: auto; margin-right: auto; text-align: left;	
}

DIV.buttons
{
	float: left;
}

DIV.utilbuttons
{
	 float: left; z-index: 1; position: relative;
}

DIV.group
{
	height: 0px; margin: 0px; font-size: 1px; padding: 0px; line-height: 0px; clear: both;	
}

DIV.heading
{
	width: 980px; float: left; z-index: -1; margin-top: -22px; 	
}

DIV.pageheaderFX
{
	width: 980px; margin-left: auto; margin-right: auto;
}

DIV.body
{
	width: 980px; margin-left: auto; margin-right: auto; text-align: left; float: left;	
}	

.footerLogo {
	background-image: url(Graphics/FooterLogo.png);
	background-repeat: repeat-x;
	position: relative;
	display: inline-block;
	top: -5px;
	width: 93px;
	height: 18px;
}