* {
 padding: 0;
 margin: 0;
}
body{
	color: #666666;
	background: #caced1;
}
body,table,tr,td,th,input,form,select,button{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h2{font:normal 18px Arial, Helvetica, sans-serif}
#outer{
	width:1000px;
	margin:0 auto;
	padding:3px;
	border: 1px solid #999;
	background-color: #fffffe;
	min-height: 300px;
}
* html #outer {height:300px} /* IE Min-Height Hack */ 

#top{
	height:50px;
	background:url(images/top.png) repeat;
	margin-bottom:3px;
}
	#top #top-left{
		width:642px;
		float:left;
	}
		#top #top-left #web_title{
			font:bold 20px Verdana;
			padding-top:5px;
		}
		#top #top-left #web_title a{
			text-decoration:none;
			color:#666;
		}
		#top #top-left #web_desc{
			font:bold 12px Verdana;
		}
	#top #top-right{
		width:352px;
		float:right;
		text-align:right;
	}
		#top-right .widget{
			font:bold 13px Arial;
			padding:2px;
			color:#666;
		}
		#top-right .widget .menu a{
			color:#666;
			text-decoration:none;
		}

#banner{
	height:132px;
	background:url(images/banner.png) no-repeat;
	color:#fff;
	margin-bottom:3px;
}
#header{
	height:25px;
	background:blue url(images/bg_blue.png) repeat-x;
	margin-bottom:3px;
}
	#header-left{
		width:700px;
		float:left;
	}
		#header-left .widget{
			font:bold 13px Arial;
			padding:5px;
			color:#fff;
		}
		#header-left .widget .menu a{
			color:#fff;
			text-decoration:none;
		}
	#header-right{
		width:200px;
		float:right;
	}
		#form-search{margin:2px 0 0 0;padding:0}
		#form-search .form-search-inputtext{width:65%; border:2px solid #666; background:#fff url(images/search.gif) center no-repeat;font:bold 11px Arial, Helvetica, sans-serif;}
		#form-search .form-search-inputtext:focus{background:#fff;}
		#form-search .form-search-submit{width:30%;font:bold 11px Arial, Helvetica, sans-serif; border:2px solid #666; height:19px;margin-top:1px;}
	
#banner #banner_top{
	float:right;
	width:400px;
	border:0px solid #000;
	text-align:center;
}
#footer{
	height:25px;
	background:orange url(images/bg_orange.png) repeat-x;
}
#footer div{
	color:#000;
	font:bold 12px Arial;
	padding:5px 0 0 5px;
}
#footer div a{
	color:#000;
}
#mainbar{
	width:642px;
	float:left;
	background:#fff url(images/bg_mainbar.png) no-repeat;
	min-height:300px;
}
* html #outer #mainbar{height:300px} /* IE Min-Height Hack */ 
.module{}
.module .head-module{
	height:25px;
	background:orange url(images/bg_orange.png) repeat-x;
	min-height:25px;
}
* html .module .head-module {height:25px} /* IE Min-Height Hack */
.module .main-module{
	/*background:url(images/main-module.png) repeat-y;*/
	min-height:10px;
}
* html .module .main-module {height:10px} /* IE Min-Height Hack */
.module .foot-module{
	/*background:url(images/foot-module.png) no-repeat;*/
	min-height:0px;
}
* html .module .foot-widget {height:0px} /* IE Min-Height Hack */

#sidebar{
	width:352px;
	float:right;
	background-color:#FFF;
	min-height:300px;
}
* html #outer #sidebar{height:300px} /* IE Min-Height Hack */
.clear{
	clear:both;
}

#sidebar-top{
	width:352px;
	margin:0;	
}
	.widget-top{}
	.widget-top .head-widget-top{
		height:25px;
		background:orange url(images/bg_orange.png) repeat-x;
		min-height:25px;
	}
	* html .widget-top .head-widget-top {height:25px} /* IE Min-Height Hack */
	.widget-top .main-widget-top{
		min-height:10px;
		border:1px solid #999999;
	}
	* html .widget-top .main-widget-top {height:10px} /* IE Min-Height Hack */
	.widget-top .foot-widget-top{
		min-height:0px;
	}
	* html .widget-top .foot-widget-top {height:0px} /* IE Min-Height Hack */

.widget{}

#sidebar-left{
	width:170px;
	float:left;
}
	#sidebar-left .widget .head-widget{
		height:25px;
		background:blue url(images/bg_blue.png) repeat-x;
		min-height:25px;
		color:#fff;
	}

#sidebar-right{
	width:170px;
	float:right;	
}
	#sidebar-right .widget .head-widget{
		height:25px;
		background:#FF9900 url(images/bg_orange.png) repeat-x;
		min-height:25px;
		color:#333;
	}

* html #sidebar .widget .head-widget {height:25px} /* IE Min-Height Hack */

#sidebar .widget .head-widget h2{
	margin:0;
	padding:5px 0 0 5px;
	font:bold 14px Verdana;
}
#sidebar .widget .main-widget{
	border:1px solid #999999;
	min-height:20px;
}
* html #sidebar .widget .main-widget {height:20px} /* IE Min-Height Hack */
#sidebar .widget .foot-widget{
	min-height:0px;
}
* html #sidebar .widget .foot-widget {height:0px} /* IE Min-Height Hack */
	
#sidebar-down{
	width:352px;
	margin:0;	
}
	.widget-down{}
	.widget-down .head-widget-down{
		height:25px;
		background:orange url(images/bg_orange.png) repeat-x;
		min-height:25px;
	}
	* html .widget-down .head-widget-down {height:25px} /* IE Min-Height Hack */
	.widget-down .main-widget-down{
		min-height:10px;
		border:1px solid #999999;
	}
	* html .widget-down .main-widget-down {height:10px} /* IE Min-Height Hack */
	.widget-top .foot-widget-down{
		min-height:0px;
	}
	* html .widget-down .foot-widget-down {height:0px} /* IE Min-Height Hack */

#sidebar ul.sidemenu {
	list-style:none;
	margin:0;
	padding:0;		
}
#sidebar ul.sidemenu li ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;		
}
#sidebar-right ul.sidemenu {
	list-style:none;
	margin:0;
	padding:0;		
}
#sidebar-right ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar-right ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar-right ul.sidemenu a { height: 18px; }

#sidebar-right ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:5px solid #72A545;
}

#sidebar-right ul.sidemenu  li ul.simplemenu {
	list-style:none;
	margin:1px 0 0 5px;	
}
#sidebar-right ul.sidemenu  li ul.simplemenu a{
	background:#F9F9F9;
	border-left: 2px solid #CCC;
	padding: 0 0 0 5px;
	min-height: 12px;	
	font-size:11px;
}
* html body #sidebar-right ul.sidemenu li ul.simplemenu a{ height: 12px; }

#sidebar-left ul.sidemenu {
	list-style:none;
	margin:0;
	padding:0;		
}
#sidebar-left ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar-left ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background:#F0FFF0;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar-left ul.sidemenu a { height: 18px; }

#sidebar-left ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:5px solid #72A545;
}

.error{color:red;}

/* MODULE STYLE */
#module .div_info{
	background:#9BCDFF url(images/notice-info.png) no-repeat;
	border:3px solid #0033FF;
	border-width:3px 0;
	padding:7px 5px 7px 40px;
	color:blue;
	margin:5px auto;
}

#module .div_alert{
	background:#FF9797 url(images/notice-alert.png) no-repeat;
	border:3px solid #FF0000;
	border-width:3px 0;
	padding:7px 5px 7px 40px;
	color:blue;
	margin:5px auto;
}

#module .div_note{
	background:#FFF2CC url(images/notice-note.png) no-repeat;
	border:3px solid #FFCC00;
	border-width:3px 0;
	padding:7px 5px 7px 40px;
	color:blue;
	margin:5px auto;
}
/* links */
#module a { background: inherit; color: #72A545; text-decoration: none; }
#module a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
#module h1, #module h2, #module h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
#module h1 { font-size: 1.5em; color: #65944A; text-transform: uppercase; }
#module h2 { font-size: 1.5em;  }
#module h3 { font-size: 1.3em; }

#module p, #module h1, #module h2, #module h3 {
	margin: 5px 0;
}
#module ul, #module ol {
	margin: 5px 20px;
	padding: 0 15px;		
}

/* images */
#module img {
	/*border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;*/
}
#module img.float-right {
  margin: 5px 0px 5px 15px;  
}
#module img.float-left {
  margin: 5px 15px 5px 0px;
}

#module code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
#module acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
#module blockquote {
	margin: 10px; 	padding: 0 0 0 30px;  	
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
	background:#FAFAFA url(images/quote.gif) no-repeat;
}

/* start - table */
#module table {
	border-collapse: collapse;
	margin: 5px 0;	
}
#module th strong {
	color: #fff;
}
#module th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
#module tr {
	height: 30px;
}
#module td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
#module td.first,#module th.first {
	border-left: 0px;
}
#module tr.row-a {
	background: #F8F8F8;
}
#module tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
#module form {
	margin:10px 0; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
#module label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#module input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
#module textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
#module input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/bg_button.png) repeat-x; 
	padding: 2px 3px; 
	color: #333;
	border: 1px solid #DADADA;	
}

#module .post-top{
	padding:3px;
	margin:1px;
	font-size:11px;
	text-align:right;
}
#module .post-header{
	font-size:11px;
	text-align:left;
}

#module .post-footer{
	border:1px solid #ddd;
	padding:3px;
	margin:1px;
	font-size:11px;
}

#module a.link_paging{
	border:1px solid #ccc;
	background-color:#fff;
	padding:3px;
	margin:1px;
	font-size:11px;
	
}

#module a.link_paging:hover{
	background-color:#FFFF00;
}

#module a.link_paging_curr{
	background-color:#eee;
}

#module a.page-start{
	background:center url(images/j_arrow.png) no-repeat;
	text-decoration:none;
}

#module a.page-end{
	background:center url(images/j_arrow_left.png) no-repeat;
	text-decoration:none;
}

#bottombar{
	background:#ccc;
	margin-bottom:3px;
}
	#bottombar .widget{
		width:320px;
		float:left;	
		margin:10px 0 10px 10px;
		min-height:100px;
		background:#eee;
	}
	* html #bottombar .widget{height:100px} /* IE Min-Height Hack */

	#bottombar .widget .head-widget{
		height:25px;
		min-height:25px;
		color:#333;
		background:#ddd;
	}

	* html #bottombar .widget .head-widget {height:25px} /* IE Min-Height Hack */

	#bottombar .widget .head-widget h2{
		margin:0;
		padding:3px 10px;
		font:bold 14px Verdana;
		color:#006600;
	}
	#bottombar .widget .main-widget{
		padding:3px 10px;
		border:0px solid #999999;
		min-height:20px;
	}
	* html #bottombar .widget .main-widget {height:20px} /* IE Min-Height Hack */
	#bottombar .widget .foot-widget{
		min-height:5px;
	}
	* html #bottombar .widget .foot-widget {height:5px} /* IE Min-Height Hack */

.trans{
	-moz-opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

.front-list{
	margin:10px;
	width:42%;
	padding:10px;
	float:left;
	border:1px solid #666;
}
.front-list h2{
	border-bottom:1px solid #ddd;
}

.fontsize9{font-size:9px;}
.fontsize10{font-size:10px;}
.fontsize11{font-size:11px;}
.fontsize12{font-size:12px;}
.fontsize13{font-size:13px;}
.fontsize14{font-size:14px;}
.fontsize15{font-size:15px;}
.fontsize16{font-size:16px;}
.fontsize17{font-size:17px;}
.fontsize18{font-size:18px;}
.fontsize19{font-size:19px;}
.fontsize20{font-size:20px;}
.fontsize21{font-size:21px;}
.fontsize22{font-size:22px;}
.fontsize23{font-size:23px;}
.fontsize24{font-size:24px;}
.fontsize25{font-size:25px;}
