#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow; 
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#loading {
  width: 150px; /*80px*/
  height: 90px;
  position: absolute;
  left: 40%; /*20;*/
  top: 100; /*20; */
  text-align: center;
  background-color: #ffffff;
  border: 1px #333333 solid;
/*  display: none; */
}


body
{
		behavior:url("/style/hover.htc");
        background-color: #FFFFFF;
		/*
        scrollbar-face-color:#006699;
        scrollbar-arrow-color:#FFFFFF;
        scrollbar-track-color:#E5EFF5;
        scrollbar-shadow-color:#003366;
        scrollbar-highlight-color:#E5EFF5;
        scrollbar-3dlight-color:#006699;
        scrollbar-darkshadow-Color:#003366;
		*/
		
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
}


/*
input[type='text'], input[type='password'] {
  border: 1px #AAAAAA solid;
}
*/

.new-heading2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 
	font-weight: bold;
	color: #FFFFFF; 
}

.heading1 {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 10.5pt; 
	font-weight: bold;
	color: #1468A6;
/*
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13pt; (was 18px;)
	font-weight: bold;
	color: #333333;
*/

}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt; /*12px; */
	font-weight: bold;
	/* color: #003366; */
	color: white; 

}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; /* 12px */
	color: #003366;
}
.tableheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #003366;
	line-height: 20px;
}
.field {
	background-color: #CBD8E0;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: boldl;
	font-size: 12px;
}
.formbutton {
	color: #FFFFFF;
	cursor: hand;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #333333; 
}
SELECT {
     background-color: #FFFFFF;
     color: #006699;
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
}

a.navlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-color: #CBD8E0;
	display: block;
	border: 1px solid #003366;
	padding-left: 3;

}
a.navlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-color: #CBD8E0; 
	display: block;
	border: 1px solid #003366; 
	padding-left: 3;
}
a.navlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	display: block;
	border: 1px solid #003366;
	padding-left: 3;
}
a.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	border: 1px solid #FF6600;
	padding-left: 3;
}
a.toplink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-color: #CBD8E0; 
	display: block;
	border: 1px solid #003366;
	padding-left: 3;

}
a.toplink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-color: #CBD8E0;
	display: block;
	border: 1px solid #003366; 
	padding-left: 3;
}
a.toplink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	display: block;
	border: 1px solid #003366;
	padding-left: 3;
}
a.toplink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	border: 1px solid #FF6600;
	padding-left: 3;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
/*	background-color: #CBD8E0; */
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
/*	background-color: #CBD8E0; */
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; /*9px; */
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; /*12px */
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; /* 12px */
}
white {
	color: #FFFFFF;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; /* 10px */
/* 	font-weight: bold;*/
font-weight: normal;
	/* color: #003366; */
	color: white;
/* 	background-color: #CBD8E0;  ORIG	 */
	/* 	background-color: #D9D9D9; */
   background-color: #1468A6;  /*DARK BLUE*/

	
}


a.th:link, a.th:visited, a.th:active, a.th:hover {
  color: #ffffff;
  text-decoration: underline;
}
a.th:active, a.th:hover {
  color: #E1F2FF;
}


.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #1468A6;  /* #007799; */
  border: #000044;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;

}


.button:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background-color: #0099CC; /*#008833; */
border: #004400;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;

}

.button-new {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
  font-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #1468A6;  /* #007799; */
  border: #000044;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-new:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background-color: #0099CC; /*#008833; */
border: #004400;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;

}

.button-new:visited {
  color: #FFFFFF;
}

.button-new:link {
  color: #FFFFFF;
}

a.navlink2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #FF6600; 
	padding-left: 3;

}
a.navlink2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #FF6600; 
	padding-left: 3;
}
a.navlink2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #FF6600; 
	padding-left: 3;
}
a.navlink2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	border: 1px solid #FF6600;
	padding-left: 3;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.smallred {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.field2 {

/*	background-color: #FFFF66;*/
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.heading_update {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC33;
}
.field_left {
	background-color: #CBD8E0;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: boldl;
	font-size: 12px;
	background-position: left;
}
.smalltablefont {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; /*12px; */
	color: #000000;
}
.faq_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.smallblue {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
}
.iframe_headermenu_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #CBD8E0;
}

.iframe_headermenu_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #000099;
}
.form_elements {

	background-color: #FFFFFF; /*#CBD8E0;*/
	color: #003366;
/*	font-family: Arial, Helvetica, sans-serif; */
/*	font-weight: bold; */
/* 	font-size: 10px; */
}
.form_elements_focussed {
	background-color: #EEEEEE;
	color: #0003366;
/*	font-family: Arial, Helvetica, sans-serif;*/
/*	font-weight: bold; */
/*	font-size: 10px; */
}

.small_tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.smallblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	font-weight: bold;
}
.smallgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #009900;
	font-weight: bold;
}
.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

.smallboldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	font-weight: bold;
}
.smallboldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}
.smallboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.greencredit {
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-style: solid;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-width: thin;
        border-top-color: #00FF00;
        border-right-color: #00FF00;
        border-bottom-color: #00FF00;
        border-left-color: #00FF00;
}
.orangecredit {
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-style: solid;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-width: thin;
        border-top-color: #FF8000;
        border-right-color: #FF8000;
        border-bottom-color: #FF8000;
        border-left-color: #FF8000;
}
.redcredit {
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-style: solid;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-width: thin;
        border-top-color: #FF0000;
        border-right-color: #FF0000;
        border-bottom-color: #FF0000;
        border-left-color: #FF0000;
}








/* EDIT USER PAGE */

#popup {
  width: 620px; 
  opacity: .9;
  filter: alpha(opacity=90);
  background-color: #ffffff;
  
   padding: 8px;
   margin: 8px;
  
  height: 500px;
}

#popup-left {
/* border: 1px red solid;*/
float: left;
width: 300px;
margin-right: 8px;

}
#popup-right {
/* border: 1px blue solid; */
float: left;
width: 300px;
position: relative;
}
#buttons {
position: absolute;
bottom: 10px;
right: 10px;
}

.edit-user-header {
  background-color: #D9D9D9;
  height: 12px;
  font-weight: bold;
  color: #003366;
  align: middle;
  padding: 4px;
  margin-bottom: 4px;
}
label {  
  margin-left: 2px;
  width: 130px;
  float: left;
}

.standard-text, .standard-text-focus, .short-text, .short-text-focus {
  width: 150px;
  height: 20px;
  border: 1px #999999 solid;
  font-size: 10pt;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.short-text, .short-text-focus {
  width: 75px;
}

.standard-select, .standard-select-focus {
  width: 150px;
  font-weight: normal;
  font-size: 9pt;
  color: black;
  border: 1px #999999 solid;
  margin-bottom: 2px;
}

.standard-textarea, .standard-textarea-focus {
  width: 250px;
  height: 60px;
  border: 1px #999999 solid;
  overflow: auto;
}

.standard-text-focus, .standard-textarea-focus, .standard-select-focus, .short-text-focus {
  background-color: #eeeeee;
}
