body {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
h1 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #ff6f03;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
a:link {
	color: #0000ee;
	text-decoration: none;
}
a:visited {
	color: #0000dd;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}


form {
	margin-top: 0;
	margin-bottom: 0;
}
select, option, textarea {
	color: #000000;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #999999;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=submit]:focus, input[type=button]:focus {
	background: #FFC;
}
input[type=text], [type=password] {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
	background: #ffffff;
}


.action_response {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #ff8000;
	font-weight: bold;
	text-decoration: none;
}
.warning_response {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
.error {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}

.headinfo_out {
	border:1px dashed #008000;
	background: #F0F0F0;
}
.headinfo_in {
	background: #F0F0F0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
}


.content {
	padding-left: 0px;
	padding-right: 0px;
}

.itembox {
	background: #F0F0F0;
	border:1px dashed #008000;
	padding: 5px;
}

.attentiondiv {
	background: #F0F0F0;
	border:1px dashed #FF0000;
	padding: 5px;
}

.menu {
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:link {
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tbl_HW_top {
	border-top:1px solid #D6D6D6;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-bottom:1px solid #D6D6D6;
	background: #F0F0F0;
}

.tbl_QS_top {
	border-top:1px solid #D6D6D6;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-bottom:1px solid #D6D6D6;
	background: #F0F0F0;
}
.tbl_QS {
	border-right:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-bottom:1px solid #D6D6D6;
	background: #F0F0F0;
}

p {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

strong {
	font-weight: normal;
}

div#calendar_items {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
	font-weight: normal;
}
div#calendar_items a span {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
div#calendar_items a:hover span {
	display: block;
	position: absolute;
	
	width: 200px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #000000;
	background: #FFFFCC;
	text-align: left;
	border: 1px solid #666666;
	text-decoration: none;
}
div#calendar_items p {position:relative}

.programs {
	padding-left: 4px;
	padding-right: 4px;
}