body {
	font-size: 12px;
	font-family: tahoma;
	leftmargin: 0px;
	topmargin: 0px;
	marginwidth: 0px;
	marginheight: 0px;
}


TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: tahoma;
}


A
{
    COLOR: #0000ff;
    TEXT-DECORATION: none
}

A:hover
{
    COLOR: #5577ff;
    TEXT-DECORATION: underline
}
IMG
{
    BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BORDER-BOTTOM-STYLE: none
}



.title {font-size:14px;font-weight:bold}
.tdhead {text-align:right;font-weight:bold;color:#777777;vertical-align:top;}
.tdtext {}
.label {font-weight:bold;font-size:12px}
.label a{text-decoration:none;color:#000000}
.note {border:1px solid #aaaacc;background-color:#eeeeff;padding-left:4px;padding-right:4px}
.page {font-size:18px;border-bottom:2px solid #aaaacc;background-color:#eeeeff;padding-left:15px;
 background:url(images/view.gif) no-repeat left;}
.ynote {border-top:1px solid #C9D000;background-color:#FDFFBE;padding:4px;}

.alert {color:#990000;padding-left:19px;background:url(images/info.gif) no-repeat left;}
.stop {color:#990000;}
.sidemenu {border-right:1px solid #aaaaaa;background-color:#f7f7ff;float:left;width:180px}
.body {padding-left:182px;text-align:top}
.menuitem {padding-left:15px;background:url(images/list.gif) no-repeat left;}



.topmenu {text-align:right;font-weight:bold;border-bottom:1px solid #aaaaaa;}
.topmenu a:hover,.topmenu .selected {position:relative;padding-bottom:2px;bottom:2px;background-color:#ffffff;
 border-bottom:1px solid #ffffff; text-decoration:none}
.topmenu a {
  color:#8888ff;
  border-top:1px solid #aaaaaa;
  border-left:1px solid #aaaaaa;
  border-right:1px solid #aaaaaa;
  padding-left:5px;
  padding-top:5px;
  padding-right:5px;
  background-color:#f0f0ff}
.maintitle {font-size:18px}

.table{ width:80%;}
.table TH
{
 FONT-SIZE: 12px;
 FONT-FAMILY: tahoma;
 font-weight:bold;
 text-align:left;
 border-bottom:2px solid #aaaacc;
}
.table td { border-bottom:1px solid #aaaacc;}
.table a {color:#555599;text-decoration:none}
.reply {color:#000099;background-color:#f7f7ff}


.selection th {font-weight:bold;font-size:12px}
.selection a div,.selection div {border:1px solid #a0a0af;padding-top:2px;padding-bottom:2px;width:100%}
.selection a div {background-color:#cccccc;}
.selection div {background-color:#e0e0ef}
.selection td {width:70px;text-align:center;}
.selection a {color:#aaaaaa;}
.selection a:hover {color:#555555;text-decoration:none}


.smallinput{border:1px solid #000000;font-size:10px}

.trover {}
.trout {background-color:#f0f0ff;}
/*

.selection a {background-color:#f7f7ff;padding-top:3px;padding-bottom:3px;padding-right:25px;padding-left:25px;color:#aaaaaa;height:20px;}
.selection td,.selection a:hover{background-color:#e0e0ef;text-decoration:none;color:#000000;}
.selection td,.selection a{width:80px;text-align:center}
.selection td{border:1px solid #a0a0af;height:24px;}
*/


.layer{
 background-color:#DEF3FF;
 display:none;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px 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);
font-family:sans-serif;
font-size:12px;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* STICKY NOTE STYLES */
#fadeinbox{
position:absolute;
width: 310px;
left: 0;
top: -400px;
border: 2px solid black;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}