
html body{
	font-family: Verdana,Geneve,Arial,Helvetica,sans-serif;
	font-size: 16px;
	background-color: white;
	color: #0E1114;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url("bglist.png");
	background-repeat: repeat-y;
}



table.calender {
	border-collapse:collapse;
}

table.calender .datetitle {
	color: #910000;
	font-weight: bold;
	font-size: 13px;
}
table.calender .timeperiod {
	font-weight: bold;
	font-size: 11px;
	color: #7A7A7A;
}
table.calender .datedescr {
	font-weight: normal;
	font-size: 12px;
}


table.calender th {
	text-align: left;
	vertical-align: bottom;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #797979;
	padding: 3px;
}

table.calender .smalltext {
	font-size: 10px;
}
table.calender .halfsmalltext {
	font-size: 12px;
}

table.calender .weekno {
	font-size: 0.7em;
	color:#999BB5;
}


table.calender td {
	vertical-align: top;
	font-size: 13px;
}

table.calender td.td1 {
	border-right: #D7D7FF 1px solid;
	border-right: white 1px solid;
	border-bottom: 1px solid #797979;
	padding: 3px;
}
table.calender td.td2 {
	background-color: #EBEBEB;
	border-right: #D7D7FF 1px solid;
	border-right: white 1px solid;
	border-bottom: 1px solid #797979;
	padding: 3px;
}
table.calender td.lb {
	border-left: #D7D7FF 1px solid;
}




table.calmonthoverview {
	font: 0.75em Arial, Helvetica, sans-serif;
	margin-left:6px;
	margin-left:11px;
	/* background-color: #F2F2F2; */
}
table.calmonthoverview td {
	text-align: right;
	width: 17px;
	width: 16px;
	height: 20px;
	padding: 0 3px 0 0;
}
table.calmonthoverview td.toprow {
	text-align: center;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
table.calmonthoverview td.week {
	color: #546679;
	text-align: left;
}
table.calmonthoverview td.daytext {
	color: #546679;
	font-size: 0.9em;
}
table.calmonthoverview td.today {
	background-color: #FDFDFD;
	background-color: #E8E8E8;
}

table.calmonthoverview td.weekendcolor {
	color: #63799a;
	color: #868686;
}

table.calmonthoverview td.hasdates {
	color: #910000;
	font-weight: bold;
}

a.tooltip {
	position: relative;
	top: 0px;
	text-decoration: none;
	cursor: help;
}
a.tooltip img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a.tooltip span {
	display: none;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}
a.tooltip:hover {
	background: transparent;
}
a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 30px;
	width: 300px;
	z-index: 100;
	color: #000000;
	border:1px solid #C8C8C8;
	background: #FFFFCC;
	background: #FFFFD9;
	text-align: left;
	padding: 3px;
}



a.imgtooltip {
	position: relative;
	top: 0px;
	text-decoration: none;
}
a.imgtooltip img {
	margin: 0px;
	padding: 0px;
	border: none;
	border:1px solid #C8C8C8;
}

a.imgtooltip span {
	display: none;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}
a.imgtooltip:hover {
	background: transparent;
}
a.imgtooltip:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: -295px;
	left: 0px;
	z-index: 100;
	color: #000000;
	/* border:1px solid #C8C8C8; */
	background: white;
	text-align: left;
	padding: 0px;
	margin: 0px;
}



table.dateview td.small,
table.newinput td.small {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	vertical-align: top;
}
table.newinput td.small {
	border-top: #B4B4B4 1px solid;
}
table.newinput td {
	border-top: #B4B4B4 1px solid;
}

table.newinput input.standard,
table.newinput input.standardonline,
table.newinput textarea.standard,
table.newinput textarea.standardonline {
	width: 560px;
	border: white 1px solid;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.newinput input.standard2,
table.newinput textarea.standard2 {
	width: 530px;
	border: white 1px solid;
	background-color: white;
}

table.newinput input.standard,
table.newinput input.standardonline,
table.newinput textarea.standard,
table.newinput textarea.standardonline {
	width: 560px;
	border: white 1px solid;
	background-color: white;
}
table.newinput input.standard2,
table.newinput textarea.standard2 {
	width: 530px;
	border: white 1px solid;
	background-color: white;
}


table.newinput input.standardonline,
table.newinput textarea.standardonline {
	border: #D8FFB0 1px solid;
	background-color: #D8FFB0;
}

table.newinput input.standard:focus,
table.newinput input.standard2:focus,
table.newinput input.standardonline:focus,
table.newinput textarea.standard:focus,
table.newinput textarea.standard2:focus,
table.newinput textarea.standardonline:focus {
	border: #0000FF 1px solid;
	background-color: white;
}
table.newinput input.standardonline:focus,
table.newinput textarea.standardonline:focus {
	background-color: #D8FFB0;
}


.calenderoptionstatus0 {
	background: url('status0.gif') left center no-repeat;
	padding: 2px 0px 0px 30px;
	padding: 0px 0px 0px 20px;
}
.calenderoptionstatus1 {
	background: url('status1.gif') left center no-repeat;
	padding: 2px 0px 0px 30px;
	padding: 0px 0px 0px 20px;
}
.calenderoptionstatus2 {
	background: url('status2.gif') left center no-repeat;
	padding: 2px 0px 0px 30px;
	padding: 0px 0px 0px 20px;
}
.calenderoptionstatus3 {
	background: url('status3.gif') left center no-repeat;
	padding: 2px 0px 0px 30px;
	padding: 0px 0px 0px 20px;
}
.calenderoptionstatus4 {
	background: url('status4.gif') left center no-repeat;
	padding: 2px 0px 0px 30px;
	padding: 0px 0px 0px 20px;
}
