#application{
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0px;
	position: relative;
}
#application-fullarea{
	background: #fff;
	width: 1030px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#footercontent{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0px;
}
#leftbar, #mainbar, #mainbar-noright, #rightbar{
	float: left;
}
#leftbar, #rightbar{
	width: 188px;
	/*background: #ccffcc;*/
}
#rightbar, #mainbar, #mainbar-noright{
	margin-left: 15px;
}
#mainbar-noright{
	width: 797px;
}
#mainbar{
	width: 594px;
	/*background: #ffcccc;*/
}
#topmenubg{
	background: url(images/topmenubg.png);
}
#topmenu{
	/*background: #ccc;*/
	width: 1000px;
	height: 28px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 28px;
}

#mainbg{
	background: #ededed;/* url(bg.png) repeat*/
}
#sidebg{
	background: url(images/sidebg.png) center top repeat-y;
}
#footer{
	background: #f1f1f1 url(images/footertopbg.png) top left repeat-x;
	border-bottom: solid 3px #454241;
}
#header{
	background: url(images/bg.png) repeat;
}
#headerbg{
	/*background: url(aftbg.png) center -70px no-repeat;*/
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	background: url(images/logobg.png) top left repeat-x;
	height: 180px;
}
#logo{
	display: block;
	background: url(./images/logo1184.png) center top no-repeat;
	/*width: 238px;*/
	/*padding-top: 40px;*/
	text-align: center;
	height: 180px;
}
.warning{
	background: #ffffe1 url(images/warning.gif) 3px 3px no-repeat;
	text-align: left;
	font-family: tahoma;
	font-size: 11px;
	line-height: 120%;
	padding: 4px;
	padding-left: 22px;
	border-bottom: solid 2px #716f64;
}
.warning a:link{
	color: #00f;
}
.warning a:visited{
	color: #840084;
}
h1{
	margin-bottom: 14px;
}
.block{
	clear: both;
	margin-bottom: 14px;
	/*border: solid 1px #ccc;*/
}
h2{
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
}
h3{
	margin-bottom: 7px;
	font-size: 14px;
}
ul.pager{
	display: block;
}
ul.pager li{
	display: inline;
}
ul.pager li a{
	display: block;
	float: left;
	padding: 3px 7px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	border: solid 1px #4260a1;
	color: #333;
}
ul.pager li.current a{
	background: #4260a1;
	color: #fff;
}
.pager_footer{
	clear: both;
}


.year-list a.selected, .month-list a.selected{
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}