body {
	margin: 0;
	background: #FFF;
	color: #535353;
	background: url(images/bg.jpg) top left;
}

body,td,input,select {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}


div.clear{clear: both;}

p,form {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 30px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic; font-size : 22px;
	color: #81AB23;
	font-size: 22px;
	margin-top:0px;
}

h2 {
	font-size: 16px;
	color: #535353;
}



a img{border: none;}

hr{border: none;border-bottom: 1px dashed gray;}

div.page {
	
	width: 1040px;
	margin: 0 auto;
	margin-top: 30px;
}

blockquote {
	margin-left: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ul_list {
	padding: 0px;
	list-style-position: inside;
}

div.header {
	background: url(images/header_bg.png) top left no-repeat;
}

ul.ul_user{list-style: none; padding: 0px; margin: 0px;}
ul.user_ul li{display: inline;}
ul.user_ul li a{text-decoration: none; color: #333;}
ul.user_ul li a:hover{text-decoration: underline;}

div.header_wrapper {
	padding: 20px 20px;
}

div.header img {
	border: none;
}

div.toolbar {
	background: #72CAC8;
	color: #FFFFFF;
	width: 1020px;
	margin: 0 auto;
}

div.top_menu {
	height: 30px;
	padding: 0 10px;
}

div.top_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
}

div.top_menu ul li {
	display: inline;
}

div.top_menu ul li a {
	color: #FFFFFF;
	font-family: Lucida Handwriting;
	font-size: 14px;
	font-weight: 200;
	text-decoration: none;
	margin-right: 10px;
	padding: 0px 2px;
}

div.top_menu ul li a:hover {
	color: #535353;
}

div.top_menu ul li a.last {
	margin-right: 0px;
	padding-right: 0px;
}

#language_selector {
	font-size: 11px;
}

div.content {
	margin: 0 auto;
	color: #333333;
	width: 1040px;
	min-height: 350px;
	background: url(images/content_bg.png) center top repeat-y;
}

div.content_wrapper {
	padding: 10px 20px;
	padding-top: 14px;
}


div.content_bottom{background: url(images/content_bottom_bg.png) center top no-repeat; width: 1040px; margin: 0 auto; height: 20px;}



div.content a {
	color: #3958a0;
	text-decoration: none;
}

div.content h3 a{color:#333}
div.content h2 a{color:#333}

div.content a:hover {
	text-decoration: underline;
}

div.inner_content {
	width: 799px;
	float: left;
	border-right: 1px dashed gray;
	min-height: 400px;
}

div.inner_content_wrapper{padding-right: 150px;}
div.sidebar{float: left; width: 200px;}

div.sidebar_wrapper{padding-left: 10px; padding-top: 0px;;}

.error,.notice {
	color: red;
}

div.error {
	padding: 5px;
	border: 1px solid #666666;
	background: white;
}

.boxed {
	padding: 5px;
	border: 1px solid;
	margin-left: 2em;
	margin-right: 2em;
}

.indent {
	margin-left: 2em;
}

td.label {
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
	width: 1%;
}

table.grid {
	border-collapse: collapse;
}

table.grid td,table.grid th {
	padding: 5px 15px 5px 15px;
}

table.grid th {
	background: #72CAC8;
}

div.snippet {
	white-space: nowrap;
}

div.snippet select {
	font-size: 10px;
	vertical-align: middle;
}

div.snippet input {
	vertical-align: middle;
}

div.snippet textarea {
	width: 100%;
}

input[type="radio"] {
	vertical-align: bottom;
}

div.alert {
	margin: 25px;
	text-align: center;
	padding: 10px;
	background: white;
	border: 2px solid red;
	font-size: 12px;
	font-weight: bold;
}

div.blog_article {
	border-bottom: 1px dashed #AAAAAA;
}

p.blog_article_title {
	font-weight: bold;
	font-size: 16px;
}

p.blog_article_date {
	font-style: italic;
	color: #888888;
}

div.blog_comment {
	border-bottom: 1px dashed #AAAAAA;
}

textarea.code {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 450px;
	background-color: #eeeeee;
	border-color: #cccccc;
	border-style: inset;
	margin-top: 5px;
}

p.blog_comment_date {
	font-style: italic;
	color: #888888;
}

.tabberlive .tabbertabhide {
	display: none;
}

.tabber {
	display: none;
}

.tabberlive {
	margin-top: 1em;
}

ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #AAA;
	/* font: bold 12px Verdana, sans-serif */;
	font-weight: bold;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #AAA;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

ul.tabbernav li a:link {
	color: #448;
}

ul.tabbernav li a:visited {
	color: #667;
}

ul.tabbernav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #AAA;
}

ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
	padding: 5px;
	border: 1px solid #aaa;
	border-top: 0;
}

.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	display: none;
}

.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}

.hidde {
	display: none;
}

.popup {
	padding: 5px;
}

#WzTtDiV {
	background: #e6ecff;
}

.home_ad{
	color:#F00;
	font-family:Georgia;
	font-style:italic;
	font-size:14px;
	margin-bottom: 10px;
}

div.footer{
font-size:10px;color:#999999;font-family: Arial;	
	}
	

div.footer a{
font-size:10px;color:#999999;font-family: Arial;	
	}
	
div.header_notice img{margin-right: 10px;}
div.header_notice{background-color:#FFFFD2; border: 1px solid #5A5A00; padding: 5px; margin-bottom: 10px;}


div.countdown{margin-left: 20px; margin-top: 35px;  font-size: 12px; font-weight: bold; font-style: italic;}

div.countdown span{display:block; font-size: 18px;}

div.countdown a:hover{color: #82AB21;}
div.countdown a{text-decoration:none; color: #F97C50; font-size: 14px;}