/* major areas of the document */

/*
#Content
{
	padding: 15px 10px 20px 10px;
	color: #111133;
	font-size: 90%;
	width: 760px;

}
*/

#Border
{
	width: 780px;
	border-top: 1px outset #9999cc;
	border-left: 1px outset #9999cc;
	border-right: 1px outset #9999cc;
	text-align: left;
}

/*
#Main
{
	background-color: white;
	background-repeat: repeat-x;
	background-image: url(/images/submenu_spacer.gif);
}
*/

/*
#Footer
{
	color: #333366;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background-color: #CCDDFF; 
	background-image: url(/images/footer_background.gif); 
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 7pt;
}


#Footer A
{	
	color: #333366;
	text-decoration: none;	
}
*/

/*
#HomePageColumnLeft
{
	background-color: #eeeeff;
	font-size: 9pt;
	padding: 10px;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
}
*/

/*
#HomePageColumnCenter
{
	background-color: #eeffee;
	font-size: 9pt;
	padding: 10px;
	border-top: 1px solid #000066;
}
*/

/*
#HomePageColumnRight
{
	font-size: 9pt;
	padding: 10px;
	border-left: 1px solid #000066;
}
*/

/*
#menu
{
	background-image: url('/images/menu.gif');
	font-family: verdana, sans-serif;
	padding-right: 6px;
	font-size: 11px;
	font-weight: bold;
}

#menu A
{
	color: #FADB5E;
	text-decoration: none;
}

#menu A:hover
{
	color: #FFFFFF;
}
*/

.urgent
{
	font-weight: bold;
	color: #B81818;
}

.success
{
	font-weight: bold;
	color: #008800;
}

.homepage_column
{
	padding-bottom: 10px;
}


.homepage_box_table
{
	border: 1px solid #B6B6B6;
}

.homepage_box_header_blue
{
	color: #000033;
	background-image: url(/images/homepageboxes/box_header_blue.jpg);
	background-repeat: repeat-x;
	height: 32px;
}

.homepage_box_header_gold
{
	color: #333333;
	background-image: url(/images/homepageboxes/box_header_gold.jpg);
	background-repeat: repeat-x;
	height: 32px;
}

.homepage_box_header_green
{
	color: #003300;
	background-image: url(/images/homepageboxes/box_header_green.jpg);
	background-repeat: repeat-x;
	height: 32px;
}

.homepage_box_header_text h2
{
	text-align: left;
	margin-top: 0px;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px 4px 2px 4px;
}

.homepage_box_header_text_smaller h2
{
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px 4px 2px 4px;
}

.homepage_box_body_blue
{
	background-color: white;
	background-image: url(/images/homepageboxes/box_background_blue.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 4px;
	font-size: 12px;
	font-family: arial;
}

.homepage_box_body_gold
{
	background-color: white;
	background-image: url(/images/homepageboxes/box_background_gold.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 4px;
	font-size: 12px;
	font-family: arial;
}

.homepage_box_body_green
{
	background-color: white;
	background-image: url(/images/homepageboxes/box_background_green.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 4px;
	font-size: 12px;
	font-family: arial;
}

.homepage_box_body_blue2
{
	background-color: white;
	background-image: url(/images/homepageboxes/box_background_blue2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 4px;
	font-size: 12px;
	font-family: arial;
}

/* REPLACING THESE:
.LogInText
{
	padding-top: 3px;
	color: #2F468C;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

.LogInText A { color: #2F468C; }

.LogInTextBox
{
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	background-image: url('/images/home_feature_bg.gif');
	background-position: top center;
	background-repeat: repeat-x;
	border: 1px solid #000066;
	color: #000066;
}

.LogInButton
{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	background-image: url('/images/home_feature_bg.gif');
	background-position: center center;
	background-repeat: repeat-x;
	border: 1px solid #000066;
	color: #000066;
}

.ShadowBox         { float: left; }
#LogInBoxContainer { border: none; background: #999999; filter: alpha(opacity=70); }
#LogInBox          { position: relative; left: -3px; top: -3px; border: 1px solid #0E157F; margin-left: 3px; }
#LogInBox          { position: relative; background: #FFFFFF; padding: 6px; filter: alpha(opacity=99); }
*/

/* REPLACING THESE
#DropDownMenu
{
	visibility: hidden;
	position: absolute;
	display: block;
}

#DropDownMenuWrapper { border: none; background-color: #999999; }
html>body #DropDownMenuWrapper { filter: alpha(opacity=70); }

#DropDownMenuContainer
{ 
	position: relative; 
	left: -3px; 
	top: -3px; 
	border: 1px solid #0E157F; 
	border-top-width: 0px;
	margin-left: 3px;
	background-color: #FFFFFF; /* #F8EEC8; *x/
	padding: 4px; 
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 140%;
	text-align: left;
	width: auto;
	white-space: nowrap;
	color: #0E157F;
}
html>body #DropDownMenuContainer { filter: alpha(opacity=100); }

#DropDownMenuContainer IFRAME
{
 display:none;      /*sorry for IE5*x/
 display/**x/:block; /*sorry for IE5*x/
 position:absolute; /*must have*x/
 top:0;             /*must have*x/
 left:0;            /*must have*x/
 z-index:-1;        /*must have*x/
 filter:mask();     /*must have*x/
 width:180px;       /*width/height values must be the max size of any menu, so it is guaranteed to cover*x/
 height:140px;      /*do not make them any larger than necessary, as the mouseOut of the menu (the event that closes it)*x/;
					/*does not fire until off the iframe, so the menus won't close properly if this value is too big*x/
}

#DropDownMenuContainer A
{
	color: #3366CC;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}

#DropDownMenuContainer A:hover
{
	color: #6699FF;
	text-decoration: none;
	border-bottom: 1px solid #0E157F;
}
*/

/*
.LeaderBoard
{
	border: 1px solid #727299; 
	background-color: #FFFFFF; 
	font-weight: bold; 
	padding: 4px; 
	width: 773px; 
	color: #10157D; 
	margin-bottom: 5px;
}
*/

/* REPLACING THESE:
#FeedbackAgent
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

#FeedbackAgentContainer
{
	border: none; 
	background-color: #999999; 
	filter: alpha(opacity=70);
}

#FeedbackAgentContent
{ 
	position: relative; 
	left: -3px; 
	top: -3px; 
	border: 2px solid #0E157F; 
	margin-left: 3px;
	background-color: #FFFFFF; /* #F8EEC8; *x/
	padding: 4px; 
	filter: alpha(opacity=99); 
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 140%;
	text-align: left;
	width: auto;
	white-space: nowrap;
	color: #0E157F;
}
*/

/*
.FeedbackBar
{
	text-align: center; 
	background-image: url(/images/horizontal_gold_gradient.gif); 
	background-position: center center; 
	background-repeat: repeat-y;
	padding: 2px;
	font-weight: bold;
}
*/

.StateSelectBar
{
	background: #FFF1B8 url(/images/state_bar_bg.jpg) repeat-x scroll center top;
	padding: 2px 6px 2px 6px;
	text-align: center;
	font-size: 11px;
}

.StateNotification
{
	margin: 0 auto 1px auto;
	width: 780px;
	font-size: 10px;
	color: #F0F0F0;
	text-align: right;
}

	.StateNotification a, .StateNotification a:link, .StateNotification a:visited
	{
		color: #E7E7E7;
	}

		.StateNotification a:hover, .StateNotification a:active
		{
			color: #FFFFFF;
		}
