@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/images/header_bck.gif) repeat-x #f4f4f4;
	margin:0px;
	padding:0px;
	color:#666;
}

.error{
	border: 1px dashed #FCA64D;
	background:#F4F4F4;
	padding:5px;
	color:#FA9739;
	margin-bottom:15px;
}
.msg{
	border: 1px dashed #678AC4;
	background:#F4F4F4;
	padding:5px;
	color:#678AC4;
	margin-bottom:15px;
	font-size:12px;
}

.cal_bullet{
	width:43px;
	height:43px;
	position:relative;
	background:url(/images/cal_label.gif) no-repeat;
	font-size:11px;
	text-align:center;
	padding-top:2px;
	padding-left:1px;
}
.cday{
	font-size:13px;
	font-weight:bold;
	color:#666;
	line-height:8px;
	padding-top:6px;
}
.cmonth{
	color:#666;
}




#header{
	background:url(/images/header.jpg) no-repeat;
	width:953px;
	height:213px;
}
#header2{
	background:url(/images/header2.jpg) no-repeat bottom;
	width:953px;
	height:50px;
}
#bodydiv{
	background:url(/images/sides.jpg) repeat-x 0px 63px;
}
#bodydiv2{
	background:url(/images/sides2.jpg) repeat-x 0px 63px;
}
a{
	text-decoration:none;
	color:#FB9635;
}
a:hover{
	text-decoration:underline;
}
#logo{
	width:240px;
	padding-left:1px;
	padding-right:19px;
	padding-top:22px;
}
#top_border{
	background:url(/images/top_border.gif) no-repeat;
	width:16px;
}
#bottom_border{
	background:url(/images/bottom_border.gif) no-repeat;
	width:14px;
}
#center_panel{
	background:#FFF;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding-bottom:10px;
	padding-top:8px;
}
#footer{
	background:#fcfcfc;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding-left:20px;
}
.bottom_menu, .bottom_menu a{
	height:24px;
	color:#4c4c4c;
	text-transform: uppercase;
	padding-bottom:10px;
	padding-top:10px;
	
}
.bottom_menu a{
	padding-right:10px;
}

#top_menu{
	padding-top:30px;
}
#top_menu a, #bottom_menu a{
	color:#7b82a0;
	font-weight:bold;
	margin-right:13px;
}
#left_menu{
	width:240px;
	padding-left:20px;
	border-right:1px solid #f3f3f3;
}
#left_menu div a{
	display:block;
	color:#3f86cf;
	text-transform: uppercase;
	background:url(/images/menu_bullet.gif) no-repeat 0 1px;
	padding: 0 8px 15px 23px;
}
#content{
	padding:0 20px 20px 20px;
	font-size:12px;
}
#content2{
	padding:0 20px 20px 20px;
	font-size:13px;
	color:#666;
}
.subitem{
	float:left; width:120px; height:120px; margin-right:10px;
	background:url(/images/item.jpg) no-repeat;
	text-align:center;
}
.subitem img{
	margin:2px;
	margin-bottom:9px;
}
.subitem a{
	text-decoration:none;
}
.subitem span{
	color:#3f86cf;
	font-size:12px;
	padding-top:3px;
}
.subitem:hover{
	background:url(/images/item_hover.jpg) no-repeat;
}
.newsitem{
	background:url(/images/item.jpg) no-repeat;
	width:120px;
	text-align:center;
	padding:2px;
	height:100px;
}
.nDate{
	font-size:10px;
	color:#FCA64D;
}
.nTitle{
	margin-bottom:5px;
	font-size:15px;
	color:#4C7FCE;
}
.nTitle a{
	font-size:15px;
	color:#4C7FCE;
}
INPUT, TEXTAREA{
	font-size:11px;
}
fieldset{
	border:none;
	border-top:1px solid #F2F2F2;
	padding:8px 8px 8px 0px;
}
legend{
	color: #C1C1C1;
	font-size:11px;
	padding-bottom:8px;
}
.blTitle{
	font-size:12px;
	color:#3f86cf;
	padding-bottom:6px;
	text-transform:uppercase;
}
.blTitle a{
	color:#3f86cf;
}




/* statistic calendar */
.calend {
    width:210px;
    border:1px solid #597ebb;    
    border-collapse:collapse;
	background:url(/images/c_bck.jpg) repeat-x;
}

.calend td {
    width:30px;
    border-collpase:collpase;
    text-align:right;
    padding-right:5px;
	color:#FFF;
}

.days{
font-weight:bold;
background-color:#fff;
border:1px solid #597ebb;
}
.days td{
	color:#648BCE;
}

.calend tr th {
font-size:9px;

}

.actday{
	background: #FCA64D;
    font-weight:bold;
	color:#039
}
.currday{
background-color:#FFFFCC;
}

.cal_row:hover{
	background-color:#FCA64D;
	cursor:pointer;
}
.cal_row:hover td{
	color:#FFF !important;
}
.weekend{
	color:#Fff !important;
	font-weight:bold;
}
.calend select{
	font-size:12px;
	background:#A7C5E9;
	border:none;
	color:#FFF;
	font-weight:bold;
}
.currweek{
	background:url(/images/currweek.png);
}
