body {
        height: 100%;
        margin: 0 0 0 0;
        padding-top:0;
        padding-right:0;
        padding-left:0;
        padding-bottom:0;
        font-family:"Verdana";
        font-size: 12px;
        
}
.font6 {font-size: 6px}
.font7 {font-size: 7px}
.font8 {font-size: 8px}
.font9 {font-size: 9px}
.font10 {font-size: 10px}
.font11 {font-size: 11px}
.font12 {font-size: 12px}
.font13 {font-size: 13px}
.font14 {font-size: 14px}

.small {font-size: x-small}

FONT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
P {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body {
  background-color: #FFFFFF;
}
.error {
  color: #FF0000;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.onepixborder {
  border: 1px solid #000000;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font:8pt verdana;
line-height:11pt;
filter: alpha(Opacity=88);
-moz-opacity:0.88;
text-align:center;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
font:9pt verdana;
line-height:11pt;
filter: alpha(Opacity=88);
-moz-opacity:0.88;

}


.noborder {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
.topleftborder {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-left-color: #000000;
}
.topborder {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000000;
}
.toprightborder {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #000000;
  border-right-color: #000000;
}
.bottomrightborder {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-color: #000000;
  border-right-color: #000000;
}
.bottomleftborder {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #000000;
  border-left-color: #000000;
}
.bottomborder {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}

.input_brownborder {
  border: 1px solid #970F00;
  background-color: #FFFFFF;
}

.colheader {
  color: #FFFFFF;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.oddrow {
  background-color:#f3f3f3;
}
.evenrow {
  background-color:#e3f1ff;
}

h1 {
  font-size:1.6em;
  font-weight:normal;
}

h2 {
  font-size:1.2em;
  font-weight:normal;
}

#table_calendar a {
  text-decoration:none;
  color:#000;
}

#table_calendar td {
  padding:1px;
}

#table_calendar td:hover {
  background-color:#888;
}

.content .actionbutton{
  font-family:"Verdana";
  background-color:#ff6c00;
  padding: 4px;
  text-decoration:none;
  border:solid 1px #a24500;
  color:#FFF;
}

.content .actionbutton:hover {
text-decoration:none;
color:#FFF;
background-color:#f5b22d;
}

.stylered {
	color: red;
}
