
body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: #fff;
}

td {
  font-size: 12px;
}

p{
  margin:10px 0;
}

h1, h2, h3 {
  margin:0;
  font-weight:normal;
}
h1 {
  color:#666;
  font-size:18px;
}
h2 {
  color:#666;
  font-size:25px;
  margin-left:60px;
}

h3 {
  color:#666;
  background:#b3b3b3;
  font-size:14px;
  padding:3px 3px 3px 30px;
  font-weight:bold;
  margin:0 0 30px -30px;
}

h4, h4 a {
  margin:-7px 0 0 0;
  color:#666;
  font-size:17px;
  text-decoration:none;
}

.imgtext-nowrap {
  margin-bottom:20px;
}

a {color:#000;}

#all {
  width:1003px;
}

#left {
  width:160px;
  float:left;
}

#header {
  width:600px;
  height:150px;
  margin:0 0 0 190px;
  background:url(../img/logo.gif) no-repeat bottom right;
}

#searchbox {
  position:absolute;
  top:125px;
  left:800px;
}

#searchbox .label {
  font-weight:bold;
}

#nav {
  margin:0;
}
#nav ul, #stat_nav ul {
  margin:0;
  padding:20px 0 0 0;
  list-style-type:none;
}

#nav ul {
  margin-right:15px;
}

#nav a, #stat_nav a {
  text-decoration:none;
  font-size:11px;
}
#nav li {
  padding:0 0 0 14px;
  background:url(../img/bullet_gray.gif) no-repeat;
  background-position:0 3px;
}
#stat_nav li {
  padding:0 0 0 14px;
  background:url(../img/bullet_gray2.gif) no-repeat;
  background-position:0 3px;
}

#nav2 li {
  background:none;
}

/* #nav2 a {
  color:#8F8B8B;
} */

#stat_nav {
  float:right;
}

#rootline {
  margin:30px 0 0 0;
  font-size:10px;
}
#rootline a {
  font-size:10px;
  text-decoration:none;
}

#content_right {
  float:right;
  width:202px;
  margin-top:50px;
}

.date{
  margin:0 0 0 0;
  position:relative;
  top:-4px;
  text-align:right;
  font-weight:bold;
}

#content_right div.tx-jwcalendar-pi1 {
	border:1px solid #ccc;
	background:url(../img/calBg.gif) no-repeat bottom;
	height:265px;
}

#content_right h3 {
  margin:0 0 10px;
  padding:3px 5px;
  background:#A7CE38;
  color:#fff;
}

#content {
  width:580px;
  margin:10px 0 0 190px;
}

#footerLinks {
  clear:both;
  text-align:right;
  margin:10px 0;
  padding-right:205px;
  font-size:11px;
}
#footerLinks a {
  color:#666;
  text-decoration:none;
  font-size:11px;
}

#footer {
  clear:both;
  background:#b3b3b3;
}
#footer p { 
  padding:5px 0;
  width:800px;
  margin:0;
  background:#000;
  color:#DCDDDF;
  font-size:11px;
}
#footer p span { 
  padding:0 0 0 160px;
}

.tx-dropdownsitemap-pi1 ul {
  margin:10px;
  padding:0;
}
.tx-dropdownsitemap-pi1 img {
  position:relative;
  top:-3px;
}

/*################################*/
.logo {
  position:absolute;
  top:-15px;
  left:60px;
}
.logo img {
  margin-right:10px;
}
.images {

  margin-bottom:10px;
  position:relative;
}
.label {
  color:#A7CE38;
}
.label_date {
  font-size:15px;
  font-weight:bold;
}
div.tx-jwcalendar-pi1 {
	border:0px solid #ccc;
	padding-bottom:15px;
	margin-bottom:20px;
}

#content div.tx-jwcalendar-pi1 {
	width:580px;
	overflow:hidden;
}

/********************************************/
/*****************MONTH view ****************/
/********************************************/
div.jwcalendar_month {
  width:202px;
	/*color: #193A72;*/
color:#333333;
}
div.jwcalendar_month .title {
	font-weight: bold;
	color: #333;
	padding: 5px 0;
		margin:0 0 0 9px;
}
div.jwcalendar_month .selector  {
	width:194px;
	margin:0 0 5px 9px;
}
div.jwcalendar_month .selector select {
	width:185px;
	margin-top:2px;
}
div.jwcalendar_month .navi, div.jwcalendar_month .days_view {
  margin-top:10px;
	padding: 0 10px;
}
.years {
  padding-top:5px;
  font-weight:bold;
}
.years a {
  text-decoration:none;
}

/*****************/
/*table days******/
/*****************/
/*div.jwcalendar_month .days_view table {
*/
div.jwcalendar_month table.days {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #fff;
	padding: 0;
}
div.jwcalendar_month table.days a {
	text-decoration: none;
}
div.jwcalendar_month table.days td {
	vertical-align: top;
	border: solid 1px #fff;
	padding: 4px;
}
div.jwcalendar_month table {
	background:#F4F4F4;
}
div.jwcalendar_month table.days td.week {
	background: #F4F4F4;
	font-weight: bold;
}
div.jwcalendar_month table.days td.dayname {
	background: #F4F4F4;
	font-weight: bold;
	text-align: center;
}
div.jwcalendar_month table.days, div.jwcalendar_month table.days td.inside, div.jwcalendar_month table.days td.today, div.jwcalendar_month table.days td.inside_weekend, div.jwcalendar_month table.days td.today_weekend, div.jwcalendar_month table.days td.outside_weekend {
	font-weight: bold;
}
div.jwcalendar_month table.days a, div.jwcalendar_month table.days td.inside a, div.jwcalendar_month table.days td.today_inside a, div.jwcalendar_month table.days td.inside_weekend a, div.jwcalendar_month table.days td.today_weekend a, div.jwcalendar_month table.days td.outside_weekend a {
	font-weight: bold;
	/*color: blue;*/
color: #eee;
}
div.jwcalendar_month table.days td.today {
	background: #F9F4E7;
	border: solid 0px #CD9705;
	border: solid 0px #99CC33;
}
div.jwcalendar_month table.days td.today table  {
	border:solid 1px #99CC33;
}
div.jwcalendar_month table.days td.outside_weekend, div.jwcalendar_month table.days td.outside {
	background: #EAEAEB;
	border: dotted px #F9DF94;
}
div.jwcalendar_month table.days td.inside_weekend {
}
/**********************/
/*table singleday******/
/**********************/
div.jwcalendar_month table.singleday, div.jwcalendar_month table.singleday td, div.jwcalendar_month table.singleday td a, div.jwcalendar_month table.singleday a {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 11px;

	line-height: 1.0em;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	border: 0px solid #ddd;
	padding: 0px;
	margin: 0 0 2px 0;
}
div.jwcalendar_month table.singleday {
	background: #eee;
	border: 0px dotted #ddd;
}
div.jwcalendar_month table.singleday td {
	border: 0px solid #ddd;
	padding: 3px 0;
}

	
	
	
/*-------------------------*/

.news-latest-morelink {
  text-align:right;
}

.news-single-img {
	float:right;
	margin:0 0 0 5px;
}

.news-single-timedata {
	text-align:right;
}

.news-single-imgcaption {
	padding:3px;
	text-align:center;
}

.news-single-item h2, .news-list-item h3, .news-list-item h3 a {

}

.news-single-item h3 {

}

.news-single-backlink {
	padding-top:10px;
	margin:40px 0 20px 0;
	text-align:center;
}




.news-list-item img {
	float:left;
	margin:0 5px 0 0;
}

.news-list-item .clearer {
	border-top:0px dotted;
	border-left:0;
	border-right:0;
	border-bottom:0;
	height:1px;
	margin:13px 0 8px 0 !important;
	margin:3px 0 0 0;
}

.news-list-morelink {
	text-align:right;
}

.news-list-morelink a {
	text-decoration:none;
}


.singleViewTitle 
{
	width: 490px;
}
