@CHARSET "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}

body{
	padding-top: 0px;
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	
}

html,body{
	text-align: center;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

a{
	text-decoration: none;
}
/******* LOGO *******/
#logo{
	margin: 2em auto !important;
	font-variant: small-caps; 
	font-weight: 800;
	font-size: large;
	text-align: left;
	width: 90%;
}
/******* /LOGO  *******/
/******* MENU *******/
#container{
	margin: 2em auto !important;
	width: 90%;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}

#container ul.menu li.logout{
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/

td {
	padding-left: 5px;
	padding-right: 5px;
}

fieldset {
	margin:  5px;
	padding: 5px;
	background-color:#EEEEEE;
	border-color: black;
}

.tabledark {
	background-color:#333333;
}

.light {
	background-color:#FFFFFF;
}

.medium {
	background-color:#EEEEEE;
}

.dark {
	background-color:#CCCCCC;
	font-weight: bold;
	text-align: center;
}

.late {
	background-color:#FF0000;
}

.due {
	background-color:#FFFF99;
}

#status {
	color: red;
    font-weight: bold;
    background-color:#EEEEEE;
	padding: 4px;	
	margin-bottom: 10px;
}
