@charset "utf-8";
/**************** HTML tags ********************************************************************/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #5972A4;
	padding-right: 24px;
}
label, .label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: italic;
	color: #5972A4;
	padding-left: 3px;
	vertical-align: middle;
	text-align: right;
}
/*------------ End HTML tags -------------------------------------------------------------------*/







/************* Style Classes *******************************************************************/

.border1 {
	border: 1px solid #5972A4;
	margin-top: 4px;
	width: 750px;
}

.dev_note { /* Use for on-screen developer notes; delete notes when done */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-variant: small-caps;
	color: #FF0000;
}

.fieldDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #D11C3B;
	background-color: #FFFFCC;
	padding: 1px;
}
.dataDefault {
	font-size: 0.85em;
	color: #0033CC;
}


	
.linkButton {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5972A4;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 0.85em;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 1px;
}
.lightBG {
	background-color: #C5E671;
}


.linkButton a:hover {
	color: #D11C1C;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}

.small {
	font-size: 0.85em;
	text-decoration: none;
	color: #999999;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.footer a:hover {
	color: #990000;
}
.useralert {
	font-size: 9pt;
	font-weight: bold;
	color: #D11C1C;
	background-color: #FFFF66;
	text-align: center;
	padding: 3px;
	border: 1px solid #D11C1C;
	display: block;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 20px;
}
 
.centered 
{
	margin: 0 auto;
}


.menuarrow {
	text-indent: 2px;
	display: inline;
	margin: 2px;
	padding: 2px;
	cursor: pointer;   /* hand */
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border: 1px none #FFF;
}
.menuarrow:hover {
	background-color: #CC0000;
	border: 1px none #FFF;
}

.menubar1 {
	color: #FFFFFF;
	background-color: #5972A4;
	font-size: .75em;
}

.modalBackground
{
	background-image: url('../_img/transparent105.png');
}

.modalPanel
{
    background-color: white; 
    width: 860px;
    min-height: 250px;
    text-align: center; 
    overflow:auto;
}

.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: relative; 
	margin: 0 auto; 
	top: 40%; 
	width: 180px;
	height: 80px;
}

.PopupInitial
{
    visibility:hidden;
    position:absolute;
}

.HoverMenuInitial
{
	display: none;
}

.CollapsiblePanelInitial
{
	overflow:hidden; 
	height: 0px;
}

/*------------ End Style Classes --------------------------------------------------------------*/




/************* Home Page *******************************************************************/
.small_menu 
{
    height: 28px;
	width: 99%;
	display: block;
	text-align: center;
	margin-bottom: 2px;
	margin-left: 10px;
	background: #ccd url('../../_img/Button_Glass_Small_Bkg.png') repeat-x 0px -31px;
}  
.small_menu {background-color: #000;}

.small_menu .btnLeftCap {float: left; height: 28px; width: 8px; background: #ccd url('../_img/Button_Glass_Small_Caps.png') no-repeat 0px -32px;}
.small_menu .btnRightCap {float: right; height: 28px; width: 8px; background:  #ccd url('../_img/Button_Glass_Small_Caps.png') no-repeat -9px -32px;}

.small_menu a 
{
	padding-top: 5px;
	height: 21px;
	display: block; 
    font-weight: bold;
    width: 95%;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.small_menu:hover 
{
    background: #ccd url('../_img/Button_Glass_Small_Bkg.png') repeat-x 0px 0px;
    color: #3f70a0;
}

.small_menu:hover a
{
    color: #ff3;
}

.small_menu:hover .btnLeftCap {background: #ccd url('../_img/Button_Glass_Small_Caps.png') no-repeat 0px -1px;}
.small_menu:hover .btnRightCap {background:  #ccd url('../_img/Button_Glass_Small_Caps.png') no-repeat -9px -1px;}

/*------------ Home Page -------------------------------------------------------------------*/