@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0 auto;
	width:1024px;
	background:#252525;
}

#top {
	width:1024px;
	height:147px;
	overflow:hidden;
}

#top .left {
	width:289x;
	height:147px;
	float:left;
}

#top .right {
	width:735px;
	height:147px;
	background:url(/application/images/layout/top_right.png) no-repeat 0 0;
	float:right;
}

#top .right .top {
	margin-top:20px;
	color:#999;
}

#top .right .top a {
	color:#999;
} 

#top .right #date {
	float:right;
	padding-right:30px;
}

#top .right .bottom  ul {
	margin-top:80px;
	margin-left:70px;
}

#top .right .bottom ul li {
	list-style:none;
	float:left;
}

#top .right .bottom ul li a {
	float:left;
	display:block;
	padding-left:12px;
	padding-right:12px;
	font-size:16px;
	color:#fff;
	padding-top:6px;
	padding-bottom:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px; 
}

#top .right .bottom ul li a:hover {
	background:#511f1f;
}

#header {
	width:1024px;
	height:270px;
	background:url(/application/images/layout/header.png) no-repeat 0 0;
}

#container {
	width:1024px;
	height:auto;
	background:url(/application/images/layout/container_bg.png) repeat-y;
}

#container .left {
	width:289px;
	height:auto;
	float:left;
}

#container .left .bg {
	width:199px;
	height:auto;
	background:url(/application/images/layout/left_bg.png) repeat-y;
	padding-left:60px;
	padding-right:30px;
	padding-top:7px;
	padding-bottom:7px;
}

#container .left .bg h1 {
	font-size:14px;
	color:#e50a09;
}

#container .left .bg h2 {
	font-size:11px;
	font-weight:normal;
}

#container .left .bg p {
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.news_block_line {
		border-bottom:1px dotted #656565;
		height:5px;
		margin-bottom:7px;
}

#container .left .bg ul li {
	list-style:none;
	padding-top:8px;
	font-size:14px;
	background:url(/application/images/layout/p1.png) no-repeat 0px 14px;
	padding-left:15px;
}

#container .left .bg ul li a {
	color:#fff;
}

#container .left .bg ul li a:hover {
		 color:#e50a09;
}

#container .left .bottom {
	width:289px;
	height:auto;
	background:url(/application/images/layout/left_bottom.png);
	height:16px;
	margin-bottom:20px;
}

#container .left .top {
	width:240px;
	height:30px;
	background:url(/application/images/layout/left_top.png) no-repeat 0 0;
	padding-left:49px;
	padding-top:9px;
}

#container .left .top h1 {
	font-size:17px;
	color:#646464;
	font-weight:normal;
	background:url(/application/images/layout/p.png) 3px 10px no-repeat;
	padding-left:20px;
}

#container .right {
	width:735px;
	height:auto;
	float:right;
}

#container .right .title {
	height:40px;
	background:url(/application/images/layout/title_bg.png) no-repeat bottom;
		 color:#e50a09;
	padding-left:25px;
	font-size:18px;
}

#container .right .title .left {
	width:400px;
	float:left;
		padding-top:10px;
}

#container .right .title .right {
	width:200px;
	float:right;
	padding-right:10px;
	padding-top:5px;
}

#container .right .title .right .input {
		background:url(/application/images/layout/search_left.jpg) no-repeat;
}

#container .right .title .right .input .form {
	background:#252525;
	border:0;
	color:#999;
	 text-align:right;
	 font-size:11px;
	 padding-right:4px;
}




#container .right .content {
	padding:25px;
	padding-right:35px;
}

#container .right .content h1 {
	font-size:18px;
	color:#e50a09;
	margin-top:4px;
	margin-bottom:8px;
}

#container .right .content h2 {
	font-size:14px;
	color:#999;
	margin-top:7px;
	margin-bottom:7px;
}

#container .right .content .h3 {
	font-size:12px;
}

#container .right .content p {
	text-align:justify;
	padding-top:7px;
	padding-bottom:7px;
}


#footer {
	width:1024px;
	height:47px;
	background:url(/application/images/layout/footer.png) no-repeat 0 0;
	color:#999;
	text-align:right;
	font-size:11px;
}

#footer span {
	padding-right:25px;
	padding-top:10px;
	display:block;
}

 a {
	 color:#e50a09;
	 text-decoration:none;
 }
 
 a:hover {
	 color:#fff;
 }
 
.form {
	background:#252525;
	border:0;
	 color:#999;
	 font-size:11px;
	 padding-right:4px;
	 padding-left:4px;
	 padding-top:4px;
	 padding-bottom:4px;
}

.submit {
	background:#781919;
	border:0;
	 color:#999;
	 border:0px;
	 font-size:11px;
	 padding-right:4px;
	 padding-left:4px;
	 padding-top:4px;
	 padding-bottom:4px;
}

#calendar table td {
	padding:2px;
}

#calendar table td div {
		padding:3px;
}



.calendar_th, .calendar_standard_normal, .calendar_standard_red, .calendar_standard_green, .calendar_nav, .calendar_go_today {font-family: Arial, Helvetica, sans-serif;}
.calendar_th {font-size: 13px; color: #fff; padding: 2px 3px 0px 3px;}
.calendar_normal {font-size: 13px; color: #f0f0f0; text-decoration: none;}
a.calendar_normal:link, a.calendar_normal:visited {text-decoration: underline; color:#fff;}
a.calendar_normal:hover {text-decoration: none;}
.calendar_red {font-size: 13px; color: #f00009;}
a.calendar_red:link, a.calendar_red:visited {text-decoration: underline; color: #f00009;}
a.calendar_red:hover {text-decoration: none;}
.calendar_green {font-size: 13px; color: #9f9f9f;}
a.calendar_green:link, a.calendar_green:visited {text-decoration: underline;}
a.calendar_green:hover {text-decoration: none;}
.calendar_today_marker_div {border: 1px solid #f00009; padding: 2px;}
.calendar_today_marker_event_div {border: 1px solid #f00009; padding: 2px; background: #5b5b5b;}
.calendar_marker_event_div {background: #5b5b5b; padding: 2px;}
.calendar_marker_event_div a {color:#9f9f9f;}
.calendar_marker_event_div a:hover {color:#9f9f9f;}
.calendar_nav {font-size: 12px; color: #e50a09; text-decoration: none;}
a.calendar_nav:link, a.calendar_nav:visited {color:#e50a09; text-decoration: none;}
a.calendar_nav:hover {color: #e50a09; text-decoration: underline;}
.calendar_go_today {font-size: 12px; color: #e50a09; text-decoration: none;}
a.calendar_go_today:link, a.calendar_today:visited {color:#e50a09; text-decoration: none;}
a.calendar_go_today:hover {color: #e50a09; text-decoration: underline;}

#overDiv table {
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px; 
}

#overDiv td {
	padding:2px;
}
#overDiv td div {
	padding:4px;
	padding-top:8px;
	padding-bottom:8px;
}