body {
	font-family: Tahoma,  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #667280;
}

td {
	font-family: Tahoma,  Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #667280;
}

input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

em, i { 
	font-family: Arial;
}


h1 {
	font-family: Arial Narrow;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:22px;
	margin-top:10px;
	margin-bottom:10px;
}
.first {margin-top:0px;}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	padding-left:9px;
	margin-top:22px;
	margin-bottom:7px;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin-top:22px;
	margin-bottom:7px;
}
a:link, a:active {
	color: #002999;
	text-decoration: underline;
}
a:visited {
	color: #586b9e;
	text-decoration: underline;
}
a:hover {
	color: #002999;
	text-decoration: none;
}

ul {
}

ul li {
	line-height: 12px;
	text-align: justify;
	color: #667280;
}

div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #667280;
}

div ul li {
/*	visibility: hidden;*/
}

/*
div#basic_html {
	display: block;
	position: absolute;
	overflow: auto;
	top: 12%;
	width: 50%;
	height: 68%;
}

div#hw_details {
	display: block;	
	font-size: 15px;
	position: absolute;	overflow: auto;
	top: 12%;
	left: 70%;
	right: 0%;
	height: 90%;
}

div.log {
	position: absolute;
	overflow: auto;
	top: 80%;
	width: 65%;
	height: 20%;
}


*/
tr.oddrow td{
	background-color: #E3E6F9;
}
tr.row-no-active td{
/*	color: #006666;*/
/*	font-weight:bold;*/
	font-style: italic;
	background-color: #DDD;
}
tr.row-no-active.oddrow td{
	background-color: #CCC;
}
tr td.cell-done{
	color:green;
}
tr td.cell-warning{
	color: red;
	font-weight:bold;
}
tr td.cell-notice{
	color: #999999;
}
table.table-w-highlight-row tr:hover td{
	background-color: #66ccff;
}