@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #e2dfce;
	width: 100%;
	height: 100%;
}

td,th,select,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

th {
	height: 30px;
	background-color: #6A6A5A; /*5C755E#37414A;*/
	color: #FFFFFF;
}

legend {
	background-color: #6A6A5A; /*5C755E#37414A;*/
	color: #FFFFFF;
	padding: 2px 5px;
}

.star {
	color: red;
	font-size: 14pt;
	font-weight: Bold;
}

.label {
	font-weight: normal;
	text-align: right;
}

.label2 {
	font-weight: normal;
	text-align: right;
	background-color: #989898;
	color: #ffffff;
}

.alt1 {
	height: 15px;
	background-color: #FFFFFF;
}

.alt2 {
	height: 15px;
	background-color: #F5EDE3; /* E1D4C0;*/
}

.mytable {
	background-color: #FFFFFF;
}

.subtitle {
	color: fuchsia;
	font-weight: bold;
	text-decoration: underline;
}

.subtitle {
	font-weight: bold;
	font-size: 12px;
}

.mainmenu { /*background: url('mainmenu.jpg');*/
	background-color: #154890; /*#004489;*/
	height: 30px;
	width: 100%;
	font-weight: bold;
}

.menulink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menulink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.submenu {
	background-color: #6699FF; /* 3399FF #4AC0F2; 6699FF*/
	height: 25px;
	color: #FFFFFF;
}

.smallfont {
	font-size: 10pt;
}

/* task priority */
.taskClosed {
	background-color: #AFD775;
	height: 30px;
}

.taskLow {
	background-color: #FFCF75;
	height: 30px;
}

.taskMedium {
	background-color: #FF9900;
	height: 30px;
}

.taskCritical {
	height: 30px;
	background-color: #FF5B00; /*B80028;*/
	color: #FFFFFF;
}

.taskFixed {
	height: 30px;
	background-color: #EAFBC5; /*B80028;*/
	color: #000000;
}

.taskOthers {
	height: 30px;
	background-color: #FFFFFF; /*B80028;*/
	color: #000000;
}

.taskKIV {
	height: 30px;
	background-color: #6600CC; /*B80028;*/
	color: #FFFFFF;
}