﻿
#login-content-container
{
	position: absolute;/* use fixed (not absolute) to resolve 100% height issue. i.e.position must be relative relative to screen/window not page size*/
	/*top:38%; */
	left:50%; /* important: centering - use left position of 50%*/
	margin-left:-400px; /* important: centering - use left margin of 50% of the width*/
	width: 798px;
	height: 500px;
}
#login-content
{
	/*padding: 10px 0px 0px 0px;
	margin: 10px 0px 10px 0px;*/
	background-color: white; /*border-left:1px dashed #D0D0BF;
	border-right:1px dashed #D0D0BF;
	border-bottom:1px dashed #D0D0BF;
	height: 700px;
	height:780;*/
	height:500px;
}

#login-container {
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	padding:6px 0;
	}

#login {
	float:left;
	padding:0 10px;
	}

#login-side {
	float:right;
	top: 30;
	height:44px;
	margin: 0 0 10px 10px;
	}
/*	
#login-frameset
{
	margin-top:40px;
	height:80%;
}
/*
#login-fieldset legend
{
	z-index:0;
}
*/
#login-sitelogo-left {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	position:absolute;
	top:18px;
	left:140px;
	z-index:10;
	}
#login-sitelogo-right
{
	/*margin-right: 40%;*/
	margin-bottom: 2px;
	float: right;
	position: absolute;
	top: 18px;
	/*left: 70%;*/
	right: 20%;
	z-index: 10;
}	
#login-table
{
	/*margin-top:40px;
	margin-bottom:50px;*/
}



/* 
   Tables
------------------------------------------------------------------- */

table.login_data_table {
	/*border: 1px solid #CCB;*/
	margin-bottom: 0px; /*2em;*/
	width: 90%;
	/*background: url('../images/grain_light.gif');*/
}
table.login_data_table th {
	background: url('../images/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.login_data_table tr 
{
	/*border-bottom: 1px solid #DDD;*/
}
table.login_data_table td, table th
{
	padding: 4px; /*vertical-align: bottom;*/
}
table.login_data_table td {
	
	/*border: 1px solid #DDC;*/
	vertical-align:top;
	height:20px;
}
table.login_data_table input
{
	/*padding: 2px;*/
	/*vertical-align:middle;*/
}


.login_formfield1 {
	font-family: Verdana; 
	font-size: 11px; 
	background-color:#f9f9f9;
	border: 1px inset #ffffff;	
	/*vertical-align:baseline;*/
}

.login_formfield2
{
	font-family: Verdana;
	font-size: 17px;
	background-color: #FFFFE6; /*#FFFFCC*/
	border: 1px inset #ffffff; /*vertical-align:baseline;*/
	text-align: left;
	vertical-align: middle;
	height: 25px;
	width: 400px;
	font-style: normal;
}

.login_grey10 {font-family: Verdana; font-size: 10px; color: #9c9c9c;vertical-align:middle;}

/*
.black12 {font-family: Verdana; font-size: 12px; color: #000000}
.black13 {font-family: Verdana; font-size: 13px; color: #000000}
.black14 {font-family: Verdana; font-size: 14px; color: #000000}
*/



/* 
   Modal Dialog Popup
------------------------------------------------------------------- */
.modalOuterPopupPanel
{
    background-color:transparent;  
    padding:1em 6px;
    width: 350px;
    vertical-align: middle;
}

.modalPopupPanel
{
	background-color: #FFFFFF;
	padding: 0px;
	width: 250px;
	z-index: 10020;
	vertical-align: middle;
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=60);
    opacity:0.6;
    z-index:10010;
    position:absolute;
}

table.popup_msg_data_table {
	/*border: 1px solid #CCB;*/
	margin-bottom: 0px; /*2em;*/
	width: 100%;
	/*background: url('../images/grain_light.gif');*/
}
table.popup_msg_data_table td, table th
{
	padding: 5px; 
	/*vertical-align: bottom;*/
}
table.popup_msg_data_table td {
	
	/*border: 1px solid #DDC;*/
	vertical-align:top;
	height:10px;
}
table.popup_msg_data_table img 
{
	vertical-align:bottom;
}




.modal_busylight_background
{
	position: fixed;/* use fixed (not absolute) to resolve 100% height issue. i.e.position must be relative relative to screen/window not page size*/
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;             
    filter: alpha(opacity=40);
    opacity:0.4;
    background-color:Gray;
}

#modal_busylight_table
{
	position: fixed;/* use fixed (not absolute) to resolve 100% height issue. i.e.position must be relative relative to screen/window not page size*/
	top:38%; 
	left:50%; /* important: centering - use left position of 50%*/
	margin-left:-145px; /* important: centering - use left margin of 50% of the width*/
	visibility: visible;
	vertical-align:top;
	border-color: black;
	width: 290px;
	height: 190px;
	z-index: 20030; 
	/*filter: alpha(opacity=90);
	opacity: 0.9;*/
	background-image: url(../images/ProcessingScreenBG.gif);
}


html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:15px 40px;
	background: #CBCBCB url(../images/bg-main.gif) repeat-x;
	/*font-size:.72em;*/
	font: normal 1.3em Georgia,sans-serif;
	}
	


/* 
   Forms 
------------------------------------------------------------------- */
/*
fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}
*/
/*
input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}*/

input.button {
	background: #E9E8E8 url('../images/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}


	
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#FF6600;
	}

a:visited {
	color:#CC6600;
	}

a:hover {
	color:#FF3300;
	text-decoration:none;
	}

a:active {
	color:#669966;
	}
	
	

.none {
	display:none;
	}

.clear {
	clear:both;
	}
	
	
	
iframe	{ border:0px;	}
.radiobutton {border-width: 1px; border-style: solid; border-color: #cccccc;}
.checkbox {border: none;}
.red9 {font-size: 9px; color: #ff0000; }
.red10 {font-size: 10px; color: #ff6600; }
.red11 {font-size: 11px; color: #ff6600; }
.red12 {font-size: 12px; color: #ff6600; }
.red14 {font-size: 14px; color: #ff6600; }
.darkred12 {font-size: 12px; color: #A22B2E; }
.green10 {font-family: Verdana; font-size: 10px; color: #014101}
.green12 {font-family: Verdana; font-size: 12px; color: #014101}
.black9 {font-family: Verdana; font-size: 9px; color: #636676}
.black10 {font-family: Verdana; font-size: 10px; color: #000000}
.black11 {font-family: Verdana; font-size: 11px; color: #000000}
.drkgrey11b{font-family: Verdana;font-size: 11px;color: #333333;font-weight: bold;}
.black12 {font-family: Verdana; font-size: 12px; color: #000000}
.black13 {font-family: Verdana; font-size: 13px; color: #000000}
.black14 {font-family: Verdana; font-size: 14px; color: #000000}
.blue9 {font-family: Verdana; font-size: 9px; color: #c3c3c3}
.blue10 {font-family: Verdana; font-size: 10px; color: #636676}
.blue11 {font-family: Verdana; font-size: 11px; color: #636676}
.blue12 {font-family: Verdana; font-size: 12px; color: #636676}
.blue14 {font-family: Verdana; font-size: 14px; color: #636676}
.bblue10 {font-family: Verdana; font-size: 10px; color: #0000ff}
.bblue11 {font-family: Verdana; font-size: 11px; color: #0000ff}
.bblue12 {font-family: Verdana; font-size: 12px; color: #0000ff}
.darkgrey12 {font-family: Verdana; font-size: 12px; color: #616161}
.grey10 {font-family: Verdana; font-size: 10px; color: #9c9c9c}
.grey11 {font-family: Verdana; font-size: 11px; color: #9c9c9c}
.grey12 {font-family: Verdana; font-size: 12px; color: #9c9c9c}
.grey14 {font-family: Verdana; font-size: 14px; color: #9c9c9c}
.grey10b {font-family: Verdana; font-size: 10px; color: #9c9c9c; font-weight: bold;}
.grey11b {font-family: Verdana; font-size: 11px; color: #9c9c9c; font-weight: bold;}
.grey12b {font-family: Verdana; font-size: 12px; color: #9c9c9c; font-weight: bold;}
.grey14b {font-family: Verdana; font-size: 14px; color: #9c9c9c; font-weight: bold;}
.white10 {font-family: Verdana; font-size: 10px; color: #ffffff}
.white11 {font-family: Verdana; font-size: 11px; color: #e7e7e7}
.boldw11 {font-family: Verdana; font-size: 11px; color: #ffffff;}
.white12 {font-family: Verdana; font-size: 12px; color: #e7e7e7}
.white12i {font-family: Verdana; font-size: 12px; color: #e7e7e7}
.white14 {font-family: Verdana; font-size: 14px; color: #e7e7e7}
.white16 {font-family: Verdana; font-size: 16px; color: #e7e7e7}
.white {color: #ffffff;}
.radio {border: 0px}