﻿/*----------------------------------------------------------------------------------------------------
		ELEMENTS
----------------------------------------------------------------------------------------------------*/

/*---Sets element margins and padding to 0 to even out browser differences when adding desired values later---*/
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, table, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
}

html
{
	height:100%;
}

/*---Sets alignment, background color, and height for all pages---*/
body
{
	vertical-align: top;
	background-color: #F7F7F7; /* Hex for whitesmoke;*/
	height: 100%;
	font-size: small;
}

/*---since all pages are within tables, need to specify textsize in TD---*/
td
{
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	
}

/*---default hyperlink styles---*/
A:link
{
	text-decoration: underline;
	color: #008080;
}

A:visited
{
	text-decoration: underline;
	color: #008080;
}

A:active
{
	text-decoration: underline;
	color: #008080;
}

A:hover
{
	text-decoration: underline;
	color: #666666;
}

/*----------------------------------------------------------------------------------------------------
		GENERAL CLASSES
----------------------------------------------------------------------------------------------------*/

.MainTable
{
	height:100%;
}


/*---text in <td> used as a label---*/
.TDLabel
{
	font-weight: bold;
	font-size: 85%;
	padding: 0px 4px 0px 4px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	/*width: 100px;*/
}

.TDLabelTopAlign
{
	font-weight: bold;
	font-size: 85%;
	padding: 0px 4px 0px 4px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	/*width: 100px;*/
}

.InnerTable
{
	height: 100%;
}

.Nowrap
{
	white-space: nowrap;
}

.OuterTable
{
position: absolute;
height: expression(document.body.clientHeight-145);
}

.AgencyHeaderControl
{
	width: 97%;
	min-width: 800px;
}

.AgencyHeader
{
	vertical-align: top;
	height: 93px;
	width: 100%;
}

.MainTabBody
{
	position: absolute;
	height: expression(document.body.clientHeight-122);
}	

.TDSearchLabel
{
	font-weight: bold;
	font-size: 85%;
	padding: 4px 4px 0px 4px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.TDBold
{
	font-weight: bold;
}

.Textbox
{
	font-size: 80%;
}

.DropDownList
{
	font-size: 80%;
}

.RadioButton
{
	font-size: 80%;
	color: #000000;
}

.RadioButtonLabel
{
	font-size: 100%;	
}

.CheckBox
{
	font-size: 80%;
	vertical-align:middle;
	padding:0px;
	margin: 0px;
}

.Button
{
	font-size: 80%;
	font-weight: bold;
	background-color: Silver;
	color: #008080;
	border: 1px;
	padding: 1px 1px 0px 1px;
	cursor: hand;
	width: 75;
}

.LinkButton
{
	font-size: 80%;
	font-weight: bold;
	background-color: Silver;
	color: #008080;
	padding: 1px 2px 2px 2px !important;
	cursor: hand;
	text-decoration: none !important;
}

.ButtonBlue
{
	font-size: 80%;
	font-weight: bold;
	background-color: #008080;
	color: #F7F7F7;
	border: 1px;
	padding: 1px 1px 0px 1px;
	cursor: hand;
	width: 75;
}

.PagePadding
{
	padding: 0px 3px 0px 4px;
}

.PageTitle
{
	font-size: 120%;
	font-weight: bold;
	padding: 4px 4px 8px 4px;
}

.PageSubTitle
{
	font-size: 105%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 3px; 
}

.BackgroundBlue
{
	background-color:#008080;
}

.BackgroundLightGray
{
	background-color:#DCDCDC;
}

.ValidationText
{
	color:Red;
	font-size:90%;
}

/*------------------------------------------------------------------------------
		Header
------------------------------------------------------------------------------*/
.HeaderTD
{
	font-size:8pt;
}

/*------------------------------------------------------------------------------
			WebMenu
------------------------------------------------------------------------------*/

.MenuTrRow
{
	background-color: #F7F7F7;
	height: 20px;
}

/* level 1 menu body */
.MainMenu
{
	background-color: #F7F7F7;
	border: solid 1px #F7F7F7;
	font-size: 10pt;
	/*border-bottom: solid 1px #7C7A7A;*/
	vertical-align: middle;
	text-align: left;
}

/* level 1 menu links */
.MainMenuTopLinks
{
	background-color: #F7F7F7;
	border: solid 1px #F7F7F7;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	text-align: left;
	color: #7C7A7A;
	text-decoration: none;
}

.MainMenuTopLinks:link
{
	background-color: #F7F7F7;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border: solid 1px #F7F7F7;
}

.MainMenuTopLinks:Visited
{
	background-color: #F7F7F7;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border: solid 1px #F7F7F7;
}

.MainMenuTopLinks:Hover
{
	background-color: #7C7A7A;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	text-align: left;
	color: #F7F7F7;
	text-decoration: none;
	border: solid 1px #000000;
}

/* level 2 menu body */
.MainMenuSub
{
	background-color: Silver;
	border: solid 1px #7C7A7A;
	font-size: 10pt;
}

/* level 2 menu links */
.MainMenuSubLinks
{
	background-color: Silver;
	font-size: 10pt;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	cursor: hand;
	color: Black;
}

.MainMenuSubLinks:link
{
	text-decoration: none;
	color: Black;
}

.MainMenuSubLinks:Visited
{
	text-decoration: none;
	color: Black;
}

.MainMenuSubLinks:Hover
{
	text-decoration: underline;
	color: Black;
}

/* level 3 menu body */
.MainMenuSubSub
{
	background-color: #F7F7F7;
	border: outset 2px gray;
	font-size: 10pt;
}

/* level 3 menu links */
.MainMenuSubSubLinks
{
	background-color: #DCDCDC;
	font-size: 10pt;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	cursor: hand;
	color: Black;
}

.MainMenuSubLinks:link
{
	text-decoration: none;
	color: Black;
}

.MainMenuSubLinks:Visited
{
	text-decoration: none;
	color: Black;
}

.MainMenuSubLinks:Hover
{
	text-decoration: underline;
	color: Black;
}

/*------------------------------------------------------------------------------
			Search Box
------------------------------------------------------------------------------*/
.SearchBackground
{
	background-color:#DCDCDC;
	padding: 2px 2px 2px 2px;
}

.SearchTop
{
	background-color:#008080;
	height:7px;
	width: 3000px;
}

.SearchBottom
{
	background-color:#DCDCDC;
	height:7px;
	width: 3000px;
}

.SearchCornerTopLeft
{
	background: url(Images/corner-top-left.gif) no-repeat top left;
	width:20px;
}

.SearchCornerTopRight
{
	background: url(Images/corner-top-right.gif) no-repeat top right;
	width: 20px;
}

.SearchCornerBottomLeft
{
	background: url(Images/corner-bottom-left.gif) no-repeat bottom left;
	width: 20px;
}

.SearchCornerBottomRight
{
	background: url(Images/corner-bottom-right.gif) no-repeat bottom right;
	width: 20px;
}
