DIV {
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #CCCCCC;
	scrollbar-shadow-color: #7A7A7A;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
}

BODY {
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #E5E5E5;
	scrollbar-shadow-color: #7A7A7A;
	scrollbar-face-color: #E5E5E5;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
}
td 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
INPUT, SELECT, TEXTAREA
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    top-margin: 2px;
}
.heading
{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.alternating {
    background-color: #EEF4FC;
    height: 22px;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #122E43;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #034BB1;
}
.red {color: #FF0000;}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.information {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #01418B;
}
.exception {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.required 
{
    color: #FF0000;
    font-size: 15px;
    font-weight: bold;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a.bluelink
{
	color: blue;
	text-decoration: underline;
}
table.admin
{
	table-layout: fixed;
}
.blackborder
{
	padding: 0;
	border: thin solid #000000;
}
.right{text-align: right;}
table.tab
{
	position: relative;
	bottom: -2px;
	z-index: 1;
	border-collapse: collapse;
}
table.tab td
{
	padding: 5px 10px 5px 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: 2px;
	border-color: black;
}
td.active
{
	background-color: white;
	border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: hidden;
}
td.inactive
{
	background-color: #DDDDDD;
	border-style: solid;
}
td.messageholder
{
    color: red;
}

table.floating
{
    position: absolute;
    background-color: #FFFFFF;
    z-index: 2;

    width: 300px;
    height: 125px;
    top: 250px;
    left: 750px;
}
table.floating th, table.dialogueNoFloat th
{
    background-color: #000000;
    color: #FFFFFF;
    height: 20px;
    font-size: 15px;
}
table.dialogueNoFloat th
{
    font-size: 13px;
}
table.floating td
{
    padding: 10px 10px 0px 10px;
}
table.nomargin
{
	margin: 0 0 0 0;
}
table.nopadding
{
	border-collapse: collapse;
}
table.smallpadding td
{
	padding: 5px 5px 0 5px;
}
table.noTopPadding td
{
    padding: 0px 10px 10px 10px;
}
table.publish3 td, tr.publish3 td
{
    font-size: 13px;
}
.login 
{

	background-color : #EAEBF0;
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight:normal;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #000000;
}
.farRight
{
	position : relative;
	left : 300px;
}
.smallUp
{
	position : relative;
	top : -18px;
}

.button { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }

.whitelink {
	FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none
}
.inactivelink
{
	color: grey;
}

/* Navigation bullet image specifications */
span[id='nav_bullet'].img
{
  border: 0px;
  height: 9px;
  width: 11px;
}

div.scroll
{
    height: 75px;
    width: 300px;
    overflow: auto;
    padding: 8px;
}
select.fixedWidth
{
    width: 110px;
}

.ad-title {
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:3px;
}

.ad-content {
	text-align:left;
	text-decoration:none;
	margin-bottom:3px;
}

.ad-url {
	text-align:left;
	font-size:9px;
}
a.htmlnormallink 
{
	color: blue;
	text-decoration: underline;
}
