body{
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 11px;
}

div, span, font input, select table, textare{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;;
}

a:link, a:visited{
	color:#0033FF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#calendar{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 779px;
	background-color:#F8EDF1;
	margin-top: 20px;
}

#calendar .title{
	color: #993300;
	font-size: 14px;
	font-weight: bold;
}

a.arrow:link, a.arrow:visited{
	font-weight:bold;
	color: #990000;
	text-decoration:none;
	font-size: 14px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px 2px 0px 2px;
}

a.arrow:hover{
	text-decoration:underline;
}

a.viewmore:link, a.viewmore:visited{
	font-size: 12px;
	font-weight:bold;
	color: #990000;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

a.viewmore:hover{
	text-decoration:underline;
}


#calendar .lstdate{
	background-color: #A0284C;
	width: 100%;
}
#calendar .lstdate td.diffmonth{
	background-color: #E2FFD9;
	height: 105px;
}

#calendar .lstdate td.currmonth{
	background-color: #FFFFE8;
 	height: 105px;
}

#calendar .lstdate td.currday{
	border: 1px solid #FF9900;
}

#calendar .lstdate td.sunday
{
	background-color: #F8EDF1;
}

#calendar .lstdate td.weekofyear{
	background-color:#D39AAB;
	color:#FFFFFF;
	font-weight:bold;
	width: 16px;
	text-align:center;
	font-size: 11px;
}

#calendar .lstdate .clsday{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

#calendar .lstdate .clsday li{
	float:left;
	color:#990000;
	padding: 2px 0px 0px 2px;
}

#calendar .lstdate .clsday .actday{
	font-weight: bold;
}

#calendar .lstdate .clsday .btnadd{
	height: 18px;
	float: right;
	padding: 2px 6px 0px 6px;
}

#calendar .lstdate th{
	color: #990000;
	background-color: #66CC00;
	height: 22px;
	width: 109px;
}

#calendar .lstdate .content{
	width:99%;
	height: 68px;
	overflow: hidden;
	clear:both;
	line-height: 120%;
	font-size: 11px;
}

#calendar .lstdate .content a:link, #calendar .lstdate .content a:visited{
	color:#000000;
	text-decoration:none;
}

#calendar .lstdate .content a:hover{
	text-decoration:underline;
}

#calendar .lstdate .content ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position:inside;
	width: 92px;
}


.border-bottom{
	border-bottom: 1px solid #990000;
}

.bg-footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	font-size: 10px;
	font-weight: normal;
	color: #EEEEEE;
	text-decoration: none;
}
.bg-footer a:link, .bg-footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.bg-footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.hidden{
	visibility:hidden;
}
.visible{
	visibility:visible;
}

#centerframe{
	width: 100%;
}

#centerframe #lefmenu{
	width: 160px;
	background-color:#5EB24B;
}

#centerframe #lefmenu a:link,#centerframe #lefmenu a:visited{
	color:#000000;
}


.button{
	font-size: 11px;
	color: #FFFFFF;
	height: 18px;
	border-top: 1px solid #C7E4C0;
	border-bottom: 1px solid #336600;
	border-left: 1px solid #C7E4C0;
	border-right: 1px solid #336600;
	background-color: #009900;
}


.error{
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	line-height: 150%;
}

.inform{
	font-size:11px;
	color:#009900;
	font-weight:bold;
	line-height: 150%;
}

.oddRow
{
	background-color:#F5EAEE;
}

.evenRow
{
	background-color:#F1F8F0;
}

.icon{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.padding{
	padding: 4px 4px 4px 4px;
}

