body
{
	background-color: rgb(231,232,208);
	vertical-align: top;
	font-family: sienna, arial;
	font-size: 10pt;
	color: rgb(0,105,155);
	margin-top: 0px;
	padding-left: 10px;
}

div.tab_buttons
{
	padding: 0px;
}

div.tabs
{
	padding: 0px;
	position:absolute;
	top:22px;
	width:800px;
}

div
{
	padding: 5px;
}

div.detail
{
	background-color: rgb(206,207,156);
	text-align: center;
	vertical-align: bottom;
	color: rgb(43,14,114);
	border-width: 2px;
	border-color: black;
	left:10px;
	top:40px;
	overflow:scroll;
	position:absolute;
}

div.detailbottom
{
	background-color: yellow;
	text-align: center;
	vertical-align: bottom;
	color: rgb(43,14,114);
	padding: 5px;
	width: 500px;
	height:50px;
	left:10px;
	top:340px;
	position:absolute;
	z-index:1;
}
tr.TableHeader
{
   font: 10pt verdana;
   font-weight: 700;
   color: black;
   background-color: silver;
}

tr.TableCellNormal
{
   font: 10pt verdana;
   font-weight:250;
   background-color: white;
}

tr.TableCellAlternating
{
   font: 10pt verdana;
   font-weight:250;
   background-color: silver;
}

a:link
{
	color:blue;
	background-color:transparent;
	text-decoration: none;
}

a:visited
{
	color:blue;
	background-color:transparent;
	text-decoration: none;
}

a:hover
{
	color:black;
	background-color:transparent;
	text-decoration: underline;
}

a.buttons
{
	width: 50px;
	text-align: center;
	background-color: rgb(160,160,160);
	text-decoration: none;
	border-top: thin solid rgb(200,200,200);
	border-left: thin solid rgb(200,200,200);
	border-right: thin solid rgb(96,96,96);
	border-bottom: thin solid rgb(96,96,96);
}

a.buttons:link
{
	color:blue;
	background-color: rgb(160,160,160);
	text-decoration: none;
}

a.buttons:visited
{
	color:blue;
	background-color: rgb(160,160,160);
	text-decoration: none;
}

a.buttons:hover
{
	color:black;
	background-color: rgb(160,160,160);
	text-decoration: underline;
}


button
{
    cursor: hand;
    color: silver;
    background-color: steelblue;
}

button.btnActive
{
    font-weight: bold;
    color: white;
}
button.btnInActive
{
    font-weight: normal;
    color: silver;
}

input.btn
{
    cursor: hand;
    color: silver;
    background-color: steelblue;
}
input.btnActive
{
    cursor: hand;
    font-weight: bold;
    color: white;
    background-color: steelblue;
}
input.btnInActive
{
    cursor: hand;
    font-weight: normal;
    color: silver;
    background-color: steelblue;
}


span.h1
{
	font-weight: 900;
	font: 24pt arial;
	width: 100%;
}

span.h2
{
	font-weight: 900;
	font: 16pt arial;
	width: 100%;
}

table.report
{
	background-color: transparent;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
	display: compact;
}

table.time
{
	background-color: transparent;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

textarea
{
	font-family: sienna, arial;
	font-size: 10pt;
}

td
{
	font-family: sienna, arial;
	font-size: 10pt;
}

td.ontime
{
}

td.late
{
	background-color: red;
}

th
{
	text-align:left;
}

div.PRTitle
{
	width:100%;
	color:white;
	background-color:black;
}

div.PRBody
{
	padding: 5px;
}

