* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px ;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	color: #015A77;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}
h3 {
	font-size: 14px;
	font-family:Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h1 {
	font-size: 19px;
	font-family:Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
.red{ color:#FF0000 }

.description{color:#999999; font-family:Tahoma; font-size:13px; margin-left:15px}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: center;
	position: relative;
}
/** END wrapper**/

/** BEGIN header **/
#header {
	height: 122px;
	/*background: url(../img/navigation.gif) repeat-x 0 bottom;*/
	background-color:#FFFFFF;
	/*background: url(../img/headerimg_bg.jpg);*/
}
	#header h1 {
		clear: both;
		float: left;
		padding: 10px 0 22px 15px;
		height: 48px;
	}
	#header h1 div{
		font-size:10px;
		text-align:left;
		padding-left:10px;
		margin-top:5px;
		color:#747474;
	}
		#header h1 a {
			background: url(../img/logo.gif) no-repeat 0 0;
			display: block;
			width: 370px;
			height: 30px;
			outline: none;
			text-indent: -9999px;
		}
	#header .ad {
		float: right;
		padding: 10px 15px 0 0;
	}
	#header #topmenu {
		float:left;
		background:url(../img/menu_bg.jpg) repeat-x ;
		height:38px; 
		margin:5px 0 0  0;
	}
	#header #topmenu ul {
		background:url(../img/menu_bgRight.jpg) no-repeat right top;
		line-height:38px;
		float:left;
		list-style:none;
		width:980px;
	}
	
	#header #topmenu li {
		display:inline;
	}
	
	#header #topmenu a {
		float:left;
		text-decoration:none;
		color: #fff;
		font-weight: bold ;
		display:block;
		padding:0 21px 0 22px;
		/*background: url(../img/menu_seprator.jpg) no-repeat right;*/
	}
	
	#header #topmenu a.left {
		float:left;
		background: url(../img/menu_bgLeft.jpg) no-repeat left top;
	}
		
/** END header **/

/** BEGIN body **/
#body {
	background: #F7F6F6 url(../img/border.gif) repeat-y 662px 0;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 645px;
	float: left;
	background: #FFFFFF url(../img/bgcontent.gif) repeat-x 0 0;
	text-align: left;
	padding: 0px 0px 10px 15px;
	margin-left:2px;
}
#featured {
	border: 1px solid #E9E9E9;
	padding: 7px;
	background-color: #F2F2F1;
	overflow: hidden;
	width: 596px;
}
#content .featured img {
	/*width: 596px;*/
}
#content .featured {
	overflow: hidden;
	position: relative;
	width: 576px;	
	overflow: hidden;
	background-color:#FFFFFF;
	padding:10px;
}
#content .featured .text {
	
}
#content .featured-img {
	margin: 12px 0 0 12px;
}

#content .featured-img .text p {
	line-height: 1.4em;
	font-size: 0.9em;
	font-family:Tahoma;
	/*color: #FFFFFF;*/
	padding-bottom: 10px;
}

#content .featured .photo {
		list-style-type: none;
	}
		#content .photo li {
			position: absolute;
			top: 0; left: 0;
			z-index: 0;
		}
		#content .photo li.first {
			z-index: 2;
		}
	#content .featured .text {
		list-style-type: none;
	}
		
#content .post {
	border-bottom: 1px solid #E9E9E9;
	margin: 8px 18px 0 12px;
	padding-top: 5px;
}
.imlogo img{
	padding: 2px;
	border: 1px solid #E9E9E9;
	background-color: #F2F2F1;
}
	#content .post img {
		float: left;
		margin-right: 20px;
		padding: 2px;
		border: 1px solid #E9E9E9;
		background-color: #F2F2F1;
		/*width: 100px;*/ /*height: 100px;*/
	}
	#content .post h1{
		font-size: 1.7em;
		font-family:Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: normal;
		padding-bottom: 5px;
	}
	#content .post h3{
		margin-bottom: 5px;
	}
	#content .post h1 a {
		color: #191919;
	}
		#content .post h1 a:hover {
			text-decoration: none;
		}
	#content .post p {
		font-family:Tahoma;
		color: #212121;
		font-size: 1.1em;
		line-height: 1.6em;
		margin-bottom: 2px;
	}
	#content .post .date {
		clear:both;
		float:right;
		margin-bottom: 0px;
		font-size: 12px;
		padding-top: 10px;
		color: #CC6600;
	}
	#content .post .date a {
		/*text-transform: uppercase;*/
		color: #6B001A;
		padding: 0 8px;
	}
	#content .post .date a:hover {
		color: #6B001A;
		text-decoration: underline;
	}
	
	#content .post .comment a {
		float: right;
		background: url(../img/comment.gif) no-repeat 1px 0;
		color: #FFFFFF;
		padding: 7px 6px 14px 6px;
		text-decoration: none;
		font-size: 0.9em;
		margin-top: 10px;
	}
	#content .line {
		border-top: 1px solid #E9E9E9;
		margin: 4px 0px 0px 0px;
		padding-top: 1px;
	}
	#content .line .date {
		color: #CC6600;
		font-style: normal;
		font-size: 12px;
	}
	#content .box {
		border-bottom: 1px dotted #CCC;
		padding: 5px 0 5px 0;
		margin: 0 0 5px;
	}
	
	#content .box h3 {
		/*margin-bottom: 5px;*/
	}
	
	#content .box p {
		margin:0px;
		padding: 0 5px 5px 0;
		font-family:Tahoma;
	}
	#content .box img{
		float: left;
		margin-right: 20px;
		padding: 7px;
		border: 1px solid #E9E9E9;
		background-color: #F2F2F1;
	}
	#content .box .date {
		color: #CC6600;
		font-style: normal;
		font-size: 12px;
	}
	#content .page{
		margin: 0 0 0 0px;
		padding: 0 10px 10px 0;
	}
	#content .page p{
		/*color: #666;*/
	}
	#content div.entry {
		clear:both;
		min-height: 620px;
		padding: 0 15px 20px 0;
		font-size: 13px;
		line-height: 18px;
	}
	.entry ol,.entry ul{
		list-style:inside;
	}
	
	#content .navigation {
		margin-top: 5px;
		margin-bottom: 10px;
		margin-right: 17px;
		text-align:right;
	}
	#content .navigation a {
		border: 1px solid #E1E1E1;
		padding: 8px 9px 6px 9px;
		color: #4F4F4F;
		text-decoration: none;
		font-family: Arial;
	}
		#content .navigation a:hover {
			border: 0;
			padding-left: 10px;
			margin-right: 1px;
		}
/** END content **/

/** BEGIN sidebar **/
	#sidebar {
		float: right;
		width: 317px;
		background-color:#F7F6F6;
		text-align: left;
		padding:15px 0;
	}
	
	/************** Box right ********/
	
	#sidebar .boxr {
		width: 300px;
		/*border: 1px solid #CBCBCB;*/
		background-color: #FFFFFF;
		margin-top:0px;
		margin-bottom: 20px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		margin-left:8px;
	}
	#sidebar .boxr h2 {
		background: url(../img/b_h2.jpg) no-repeat 0 0;
		height:38px;
		font-size: 12px;
		line-height:38px;
		color:#FFCC00;
		text-transform:capitalize;
		/*border-bottom: 1px solid #CBCBCB;*/
		padding: 0 0 7px 15px;
	}
	#sidebar .boxr .sponsor img {
			padding: 10px 0 10px 15px;
	}
	#sidebar .boxr th {
	  text-align: left;
	  padding-left: 10px;
	  padding-right: 5px;
	  /*font-weight:normal;*/
	  color:#003366;
	}
	#sidebar .boxr td.submission {
	  /*text-align:center;*/
	}
	
	/*****************End Box right *********/
	
	#sidebar ul {
		list-style-type: none;
		float: left; 
		margin: 8px 0 15px 0;
		padding-left: 22px;
	}
		#sidebar ul li {
			padding: 5px 0;
			float: left;
			width: 130px;
		}
		#sidebar ul li a {
			/*color: #212121;*/
		}
			#sidebar ul li a:hover {
				text-decoration: none;
			}
		#sidebar .category, #sidebar .archive, #sidebar .blogroll, #sidebar .meta, #sidebar .tag, #sidebar .video, #sidebar .flickrs, #sidebar .pop {
			border-bottom: 1px solid #E7E6E6;
			clear: both;
			/*padding-top: 10px;*/
		}
			#sidebar .flickrs .flick {
				padding: 10px 0 10px 18px;	
			}
			#sidebar .flickrs img {
				padding: 3px 5px;
			}
			#sidebar .pop {
				padding: 0;
			}
				#sidebar .pop ul li {
					padding: 0;
					clear: both;
					width: 270px;
				}
				#sidebar .pop a {
					/*color: #31353E;*/
					text-decoration: underline;
					font-weight: bold;
				}
				#sidebar .pop p {
					line-height: 1.3em;
					margin: 8px 0;
				}
		#sidebar .video img {
			padding: 10px 0 20px 14px;
		}
		#sidebar .archive, #sidebar .meta, #sidebar .tag {
			background-color: #EDEDED;
		}
		#sidebar #link{
			background-color: #EDEDED;
		}
		#sidebar #link ul li {
			padding: 0;
			clear: both;
			width: 270px;
			border-bottom:1px solid #CCCCCC;
			line-height:28px;
		}
/** END sidebar **/

/** BEGIN footer**/
#footer {
	background-color: #323941;
	float:left;
	color: #FFFFFF;
	font-size: 0.9em;
	padding-left: 28px;
	margin:0 auto;
}
	#footer p {
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
		width: 952px;
	}
		#footer a {
			color: #FFFFFF;
		}
			#footer a:hover {
				text-decoration: underline;
			}

/** END footer **/

/** BEGIN miscellaneous **/
#content .postnav {
	clear: both;
	padding: 10px 0;
}
	#content .postnav ul {
		list-style-type: none;
		padding: 10px;
	}
		#content .postnav ul li {
			float: left;
			color: #B5B4BC;
			padding: 4px;
		}
		#content .postnav ul li a {
			color: #636363;
			text-decoration: none;
			display: block;
			padding: 2px 6px;
			border: 1px solid #E2E2E2;
		}
		#content .postnav ul li a:hover {
			border-color: #ffffff;
		}
		#wp_page_numbers ul {
			border-top: 0 !important;
		}
		#wp_page_numbers .page_info {
			padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #e0e0e0 !important;
			margin-top: 4px;
		}
		#wp_page_numbers .active_page a {
			background-color: #ffffff !important;
			border: 0 !important;
		}
#content .single {
	padding: 0px 10px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		/*font-size: 1.2em;
		margin-bottom: 5px;*/
	}
#comments {
	/*padding: 10px;*/
}
	#comments a {
		text-decoration: none;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			/*width: 240px;*/
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			/*width: 350px;*/
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
.flashbox {
	padding: 12px;
}
	.flashbox a {
		color: #000000;
	}
	
/** END miscellaneous **/


#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation2 {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation2 a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation2 a:hover {
		color: #000000;

		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
#respond h2 {
	margin-bottom: 20px;
}

/* tab */
.usual {
width:647px;
}
.usual_head{ background: url(../img/bg-tab01.gif) repeat-x top; height:60px; width:600px;}
.usual li { list-style:none; float:left; margin-right:5px;font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  /*margin:1px;*/
  margin-left:0;
  font-size:12px;
  color:#FFF;
  /*background:#444;*/
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.active{
  margin-bottom:0;
  color:#666666;
  background:#FFF;
  border-bottom:1px solid #FFF;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  cursor:default;
  }
.usual div {
  padding:0 10px 0 20px;
  /**padding-top:3px;
  margin-top:-15px;*/
  clear:left;
  /*background:snow;*/
 /* font:10pt Georgia;*/
}
.usual div ul a { color:#FF9900; font-weight:bold; }

#title {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0px;
	/*height: 35px;*/
	/*width: 930px;*/
}
.pagetitle {
	margin: 0 0 15px 0;
	color:#666;
	border-bottom: 1px dotted #CCC;
}
/*hosting plan*/
.headtbl {
	/*border:1px solid #CFCFCF;*/
}
.trgray{
	background:#DEA203 url(../img/content.gif) repeat-x top center;
}
.trgray td{
	padding:5px 10px;
	/*border-bottom:1px solid #CFCFCF;*/
	border:1px solid #CCCCCC; 
}
.trpadding10px{
	padding:10px 0;
}

/*h plan*/
.tblyellow{
	background:#DBA504;
}
.columntbl {
	/*height:23px;*/
	height:23px;
	background:url(../img/yellow.jpg) repeat-x top center;
}
.tbl2{
	margin:0;
	padding:0;
	background:#E4E6E3;
}
.tbl2 td{
	padding:0;
	margin:0;
	padding:3px;
	height:25px;
}
.tbl2 tr:hover{
	background:#E4E6E3;
}

/*table detail plan*/
table.feature{
    width:100%;
    border-collapse:collapse;

}
table.feature td{
    border:solid 1px #ffffff;
    padding:15px 5px 15px 5px;
}
table.feature tr.gray{
    background-color:#eeeeee;
}
table.feature tr.white{
    background-color:#ffffff;
}
table.feature tr.blue{
    background-color:#C9D5FF;
	/*font-weight:bold;*/
}

/*table host plan*/
table.plan{
    width:98%;
    border-collapse:collapse;

}
table.plan td{
    border:solid 1px #ffffff;
    padding:5px;
}
table.plan tr.gray{
    background-color:#eeeeee;
}
table.plan tr.white{
    background-color:#ffffff;
}
table.plan .date {
				font-size: 12px;
				color: #CC6600;
}
table.plan .date  a {
	/*text-transform: uppercase;*/
	color: #6B001A;
	padding: 0 8px;
}
table.plan .date  a:hover {
	color: #6B001A;
	text-decoration: underline;
}
/*tabs host plan*/
#tabsI {
	float:left;
	width:98%;
	background:#FFFFFF;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #DD740B;
	margin:2px 0px 10px 0px;
}
#tabsI ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}
#tabsI li {
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;
}
#tabsI a {
	float:left;
	background:url(../img/tableftI.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsI a span {
	float:left;
	display:block;
	background:url(../img/tabrightI.gif) no-repeat right top;
	padding:5px 9px 4px 3px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
color:#FFF;
}
#tabsI a:hover {
background-position:0% -42px;
}
#tabsI a:hover span {
background-position:100% -42px;
}

#tabsI #current a {
background-position:0% -42px;
}
#tabsI #current a span {
background-position:100% -42px;
}

/*top - header*/
.topheader{
	position:relative;
	/*float:left;*/
	/*width:654px;*/
	padding-top:20px;
	line-height:1.4em;
	padding-right:15px;
}
	
.topheader h1, .topheader h2, .topheader h3, .topheader h4, .topheader h5, .topheader h6{
	position:relative;/* Clears IE6 Background Image Bug */
	padding:5px 0 5px 25px;
	margin:8px 0;
	font-size:20px;
	/*font-family:"Times New Roman", Georgia, Times, serif;*/
	font-weight:normal;
	color:#7696A9;
	background:url("../img/headlinebg.gif") left center no-repeat #FFFFFF;
}

/*Search */
#searchform,#contact{
	clear:both;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	width:640px;
	color:#353535;
	background:url("../img/prevdetails_bod.gif") top left repeat-y #F7F7F7;
}

#searchform #spacer,#contact #spacer{
	display:block; 
	width:640px;
	margin:0;
	padding:0;
	background:url("../img/prevdetails_top.gif") top left no-repeat;
}

#searchform #spacer #border,#contact #spacer #border{
	display:block; 
	width:616px;
	margin:0;
	padding:30px 12px 5px 12px;
	background:url("../img/prevdetails_bot.gif") bottom left no-repeat;
}
#searchform form, #searchform table,#contact form{
	margin:0;
	padding:0;
	border:none;
	width:100%;
}
#searchform form table td{
	padding-bottom:20px;
}

#searchform form table td.bot{
	padding-bottom:0;
	width:33%;
}

#searchform form table td.space{
	padding-right:15px;
}

/*#searchform form label{
	display:block;
	width:150px;
}*/

#searchform form input, #searchform form select,#searchform form textarea{
	/*display:block;*/
	/*width:178px;*/
	border:1px solid #DEDFDE;
	color:#000000;
	background-color:#FFFFFF;
	/*font-family:Arial, Helvetica, sans-serif;*/
}

/*#searchform form select{
	width:182px;
}*/

#searchform form input.checkbox{
	color:#000000;
	background-color:#F7F7F7;
	width:auto;
	display:inline;
	border:none;
}

#searchform input.submitbutton{/*font-weight:bold;text-transform:uppercase;*/padding:4px 0;}

/*validation-failed*/

.validation-advice {
	color : #FF3300;
}

/*panel*/
/*#panel { margin-right:20px;}
#panel table {margin-top:20px}
#panel table td{ padding-bottom:20px;}
#panel legend { -moz-border-radius:0px;border-radius:0px;-webkit-border-radius:0px;margin:0 -.4em;padding:5px 10px;font-weight:bold;font-size:1.2em;background:#fff;border:1px solid #c4d3ea;text-transform:capitalize;color:#336699; }
#panel fieldset { clear:both;padding:1em 1.4em 1.4em 1.4em;margin:0 0 30px .3em;border:1px solid #c4d3ea; }*/

/** cpanel settings **/

#cpanel div.icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

#cpanel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 97px;
	width: 108px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img  { padding: 10px 0; margin: 0 auto; }
#cpanel span { display: block; text-align: center; }


/*plan*/
div#conplan div{ margin-bottom:5px }
div#conplan label{ width:280px; float:left}


/*error*/
#error fieldset{padding:0 15px 10px 15px;} 
#error h3{font-size:1.7em;margin:0;color:#CC0000;} 
#error h4{font-size:1.1em;margin:10px 0 0 0;color:#000000;} 
#error{margin:30px 0 0 0;position:relative;}
.error-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}


/*about us*/
.abT{
	padding: 0 10px 5px 0;
	font-size:1.1em;
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#333333;
}
.abT p{
	margin-bottom: 10px;
	/*font-size:1.1em;*/
} 


/*content 2*/
.content-2{
	margin: 8px 0 0px 0;
	padding: 5px 0 0px 0;
	width: 632px;
	float: left;
}
#content-col1 {
	width: 294px;
	margin: 0;
	padding: 0 10px 0 12px;
	float: left;
}

#content-col2 {
	width: 300px;
	padding: 0 0 0 10px;
	margin: 0 0 0 310px;
}

#pr {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#pr h3 {
	margin: 0 0 0 130px;
	font-size: 12px;
}

#pr h3 a {
	color: #666;
}

#pr h4 a {
	color: #666;
	font-size: 12px;
}

#pr div.highlight {
	padding: 5px;
	background-color: #F7F6F6;
	border: none;
	min-height: 68px;
}

#pr .box {
	padding: 5px;
}

/*#pr .box img.highlight-image {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}*/
#pr .box img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

.clr{
clear:both;
}

/*table board*/
.tbb{
	margin:0;
	padding:0;
	/*background:#E4E6E3;*/
}
.tbb td{
	padding:0;
	margin:0;
	padding:3px;
	height:25px;
	color:#666;
}
.tbb tr:hover{
	background:#FFFFEC;
}

/*message alert*/
span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(../img/error.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(../img/info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(../img/note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(../img/download.png) 10px 50% no-repeat;
}
span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 13px 20px 0px 0px;	
}

.featured1 {
		/*border: 1px solid #E9E9E9;*/
		padding: 7px 0px 7px 15px;
		/*background-color: #F2F2F1;*/
		/*overflow: hidden;*/
		/*width: 596px;*/
}
.featured1 li{ padding-bottom:10px }


/* REPORT //////////////////////////////////////////////////////////////////////////////*/

#report {
    margin: 0 0 10px 0;
    padding: 0 10px 10px 0px;
    height: 30px;
    line-height: 30px;
    clear: both;
    position: absolute;
}

#report dt {
    float: left;
    margin: 0 2px 0 0;
    font-weight: bold;
    color: #333;
    width: 135px;
	/*font-size:11px;*/
}
#report dd {
    float: left;
    width: 500px;
    height: 28px;
    overflow: hidden;
}
#report dd a {
    color: #333;
}
#report dd a:hover {
    color: #333;
    text-decoration:none;
}

#report-news {
    position: relative;
}

#report dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}
#report dd ul li {
    width: 595px;
    height: 30px;
}
/* END REPORT //////////////////////////////////////////////////////////////////////////////*/ 

/*TABLE BOARD*/
table.board td,
table.board th { padding: 4px; }

table.board thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	/*border-bottom: 1px solid #999;
	border-left: 1px solid #fff;*/
}

table.board thead a:hover { text-decoration: none; }

table.board thead th img { vertical-align: middle; }

table.board tbody th { font-weight: bold; }

table.board tbody tr			{ background-color: #fff;  text-align: left; }
table.board tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }

/*table.board tbody tr.row0:hover td,
table.board tbody tr.row1:hover td  { background-color: #ffd ; }*/

table.board tbody tr td 	   { height: 25px; background: #fff; border: 1px solid #fff; }
table.board tbody tr.row1 td { background: #ffd; border-top: 1px solid #FFF; }

table.board tfoot tr { text-align: center;  color: #333; }
table.board tfoot td,
table.board tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.board td.order 		{ text-align: center; white-space: nowrap; }
table.board td.order span { float: left; display: block; width: 20px; text-align: center; }

table.board .pagination { display:table; padding:0;  margin:0 auto;	 }


.pname{
	color:#7696A9;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.ptime{
	color:#333333;
}
#forum{
	padding-left:10px; 
	padding-right:15px;
}
#forum a{
	color:#333333;
}

/*home search*/
#qsearch td{ padding-bottom:6px;}

/*articles*/
#articles{
	width:98%; 
	margin-top:20px; 
	margin-bottom:15px;
}
#articles img{
	float: left;
	margin-right: 10px;
	padding-bottom:10px;
	border:0px;
}
#articles h3{
	font-size: 13px;
	margin-bottom: 5px;
}
#articles p {
	padding: 0 5px 10px 0;
}
#articles #line-buttom{
	border-top: 1px dotted #CCC;
	height:2px;
}
#articles a{
	color:#7696A9;
}

/*tab content*/
#navlist {
		clear:both;
        padding: 3px 0;
		margin-top:5px;
		margin-bottom:20px;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}