body {
	background: #F3F3F3;
	background-image: url(../img/admin_bckgrnd.gif);
	color: #000146;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   scrollbar-arrow-color:#fff;
	scrollbar-face-color:#ddd;
	scrollbar-base-color:#333333;
	scrollbar-3dlight-color:#BBB;
	scrollbar-darkshadow-color:#BBB;
	scrollbar-shadow-color:#969696;

}

td {
	font-size: 11px;
}

input, select {
   background: White;
	border: 1px solid #C1C1C1;
	color: #000146;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 171px;
}

textarea {
   background: White;
	border: 1px solid #C1C1C1;
	color: #000146;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}


.padField {
  padding-bottom: 8px;
  padding-right: 8px;
  padding-top: 8px;
}

a {
	color: #004E99;
	text-decoration: none;
}

a:hover {
	color: Green;
}

.paleblu {
  color: #484848;
}
.pwrdrwvr {
	font-size: 9px;
	color: #888;
}

a.pwrdrwvr {
	font-size: 9px;
	color: #888;
	text-decoration: none;
}

.pwrdrwvr:hover {
	font-size: 9px;
	color: #696969;
	text-decoration: none;
}

td.td_bdr_lft {
	border-bottom: 1px dotted #6E6E6E;
	border-left: 1px dotted #6E6E6E;
	border-top: 1px dotted #6E6E6E;
}

td.td_bdr_rght {
	border-bottom: 1px dotted #6E6E6E;
	border-right: 1px dotted #6E6E6E;
	border-top: 1px dotted #6E6E6E;
}

td.td_lwrbdr_lft {
	border-bottom: 1px dotted #6E6E6E;
	border-left: 1px dotted #6E6E6E;

}

td.td_lwrbdr_rght {
	border-bottom: 1px dotted #6E6E6E;
	border-right: 1px dotted #6E6E6E;

}
td.td_lwrbdr_all {
	border-bottom: 1px dotted #6E6E6E;
	border-right: 1px dotted #6E6E6E;
	border-left: 1px dotted #6E6E6E;	

}

td.td_bdr_all {
	border: 1px dotted #6E6E6E;
}

td.td_bdr_rght_paleblu {
	border-bottom: 1px dotted #6E6E6E;
	border-right: 1px dotted #6E6E6E;
	border-top: 1px dotted #6E6E6E;
	padding-left: 5px;
	color: #484848;
}

table.bdr {
   background: #F4F4F4;
	border: 5px solid #CFCFCF;
}

table.bdr3 {
   background: #F4F4F4;
	border: 3px solid #CFCFCF;
}

.note {
	color: Red;
}

input.goto, select.goto {
	margin-top: 5px;
	width: 70px;
}

.autoalert {
	color: #CC0000;
	padding: 3px;
	border: 1px solid #CC0000;
}
