body, h1, h2, h3, h4, h5, h6, ul, li
{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6
{
	display: block;
	font-size:12px;
}
body
{
	font: normal 12px Arial, Helvetica, sans-serif;
	background:url(images/body-bg.png) #FFFFFF repeat-x center top;
	color: #000000;
}
a
{
	text-decoration: none;
	outline: none;
	color: #000000;
}
/*a:visited {} */
a:hover
{
	text-decoration: none;
	color: #000000;
}
/*a:active {}*/
a img
{
	border: none;
}

/*LAYOUT*/
.pagefull
{
	background:url(images/body-bg.jpg) no-repeat center top;
}
.pagewrap
{
	clear:both;
	margin:0 auto;
	width:980px;
}
.header
{
	clear:both;
	position:relative;
}
.footer
{
	clear:both;
	height:80px;
}

.main
{
	clear:both;
	min-height:400px;
}
.mainfull
{
	margin-left:8px;
	margin-right:8px;
	min-height:400px;
}
.main-left
{
	float:left;
	min-height:400px;
	width:650px;
	margin-left:8px;
}
.main-right
{
	float:right;
	min-height:400px;
	width:302px;
	margin-right:8px;
}
.member-left
{
	float:left;
	min-height:400px;
	width:185px;
	margin-left:8px;
}
.member-right
{
	float:right;
	min-height:400px;
	width:770px;
	margin-right:8px;
}
/*LAYOUT*/

/*HEADER*/
.headercont
{
	clear:both;
	height:100px;
	position:relative;
	color:#333333;
}
.logo
{
	top:25px;
	left:10px;
	position:absolute;
	width:229px;
	height:55px;
	background:url(images/logo.png) no-repeat center top;
}
.logo a
{
	float:left;
	width:100%;
	height:100%;
}
.signin
{
	top:5px;
	right:290px;
	position:absolute;
}
.signin span, .signin a
{
	color:#333333;
	float:left;
	padding:4px;
}
.signin a
{
	color:#FF7400;
}

.toplink
{
	top:5px;
	right:0;
	width:260px;
	position:absolute;
}
.toplink a
{
	color:#333333;
	padding:4px 3px 4px 24px;
	float:left;
}
.toplink a.intro
{
	background:url(images/information.png) no-repeat 3px 3px;
	margin-right:15px;
}
.toplink a.help
{
	background:url(images/help.png) no-repeat 3px 3px;
	margin-right:15px;
}
.toplink a.contact
{
	background:url(images/mail.png) no-repeat 3px 3px;
}

.searchbox
{
	top:50px;
	right:0;
	width:260px;
	height:24px;
	position:absolute;
	background:url(images/search-bg.png) no-repeat center top;
}
.searchbox input
{
	float:left;
	width:155px;
	margin-left:22px;
	padding:3px 0px;
	border:0;
	background:none;
	overflow:hidden;
}
.searchbox a
{
	float:left;
	width:80px;
	height:24px;
}
.sitepath
{
	clear:both;
	height:36px;
}
/*HEADER*/

/*NAVBAR*/
.navbar
{
	clear:both;
	height:40px;
	border-bottom:#E4E4E4 1px solid;
}
.navbar ul
{
	height:40px;
	list-style:none;
	padding-left:10px;
}
.navbar ul li
{
	float:left;
	margin:8px 2px 8px 0;
	padding-left:10px;
	height:24px;
}
.navbar li a
{
	float:left;
	color:#333333;
	font:normal 14px arial;
	padding:4px 10px 4px 0;
}
.navbar ul li.sel, .navbar ul li:hover
{
	background:url(images/navbarsel-left.png) no-repeat left top;
}
.navbar ul li.sel a, .navbar ul li:hover a
{
	color:#FFFFFF;
	background:url(images/navbarsel-right.png) no-repeat right top;
}
/*NAVBAR*/

/*TITLEBAR*/
.titlebar
{
	clear:both;
	height:22px;
	width:140px;
	background-color:#48889F;
}
.titlebar span, .titlebar a
{
	float:left;
	font-weight:bold;
	padding:3px 20px 3px 20px;
	color:#FFFFFF;
}

.captionbar
{
	clear:both;
	height:22px;
}
.captionbar span, .captionbar a
{
	float:left;
	font-weight:bold;
	padding:3px 20px 3px 20px;
	color:#FFFFFF;
	background-color:#48889F;
}
/*TITLEBAR*/

/*HOMELIST*/
.homelist
{
	clear:both;
	padding:10px 0;
}
.homelist h1
{
	float:left;
	width:100%;
	padding:5px 0;
}
.homelist h1.date
{
	padding-left:25px;
	background:url(images/calendar_view_month.png) no-repeat 3px 5px;
}
.homelist h1.group
{
	padding-left:25px;
	background:url(images/group.png) no-repeat 3px 5px;
}
.homelist ul
{
	float:left;
	width:100%;
	list-style:none;
}
.homelist ul li
{
	clear:both;
	width:100%;
	float:left;
	line-height:1.4;
}
.homelist ul li.sep
{
	clear:both;
	font-size:1px;
	height:5px;
}
.homelist li div
{
	clear:both;
	padding-left:25px;
	color:#666666;
}
.homelist li a
{
	float:left;
	padding:3px 5px 3px 25px;
	color:#333333;
}
.homelist li a.more
{
	float:right;
	color:#AD5700;
}
.homelist li a.draft
{
	background:url(images/star_off.png) no-repeat 3px 3px;
}
.homelist li a.new
{
	background:url(images/star.png) no-repeat 3px 3px;
}
.homelist li a.judg
{
	font-weight:bold;
	background:url(images/law.gif) no-repeat 3px 3px;
}
.homelist li a.faq
{
	background:url(images/question.png) no-repeat 3px 3px;
}
.homelist li a.review
{
	font-weight:bold;
	background:url(images/balloon.png) no-repeat 3px 3px;
}
.homelist li a.event
{
	font-weight:bold;
}
.homelist li a.calendar
{
	background:url(images/calendar.png) no-repeat 3px 5px;
	font-weight:bold;
}
.homelist li a.poll
{
	background:url(images/poll.png) no-repeat 3px 5px;
	font-weight:bold;
}
.homelist li a.article
{
	background:url(images/star.png) no-repeat 3px 5px;
	font-weight:bold;
}
.homelist li a.im
{
	padding-left:80px;
	background:url(images/emoticon_smile.png) no-repeat 3px 3px;
}
.homelist li span.review
{
	float:left;
	padding:3px 5px 3px 25px;
	color:#333333;
	font-weight:bold;
	background:url(images/balloon.png) no-repeat 3px 3px;
}
/*HOMELIST*/

/*CONTAINER*/
.container
{
	clear:both;
	border:#DDDDDD 1px solid;
	margin-bottom:10px;
}
.container h1
{
	clear:both;
	height:39px;
	background:#F1F1F1;
	border-bottom:#DDDDDD 1px solid;
}
.container h1 span, .container h1 a
{
	float:left;
	font-weight:bold;
	margin-top:9px;
	width:130px;
	padding:3px 0 3px 20px;
	background-color:#8B8B8B;
	color:#FFFFFF;
}
.container h1.bar span, .container h1.bar a
{
	width:120px;
}
/*CONTAINER*/

/*SEARCHCONT*/
.searchcont
{
	clear:both;
	padding:10px 0;
	color:#333333;
}
.searchcont a
{
	color:#333333;
}
.searchresult
{
	clear:both;
	padding:10px 0 0 0;
	color:#AD5700;
}
.searchnotes
{
	clear:both;
	line-height:1.4;
	padding-bottom:10px;
}
/*SEARCHCONT*/

/*FOCUSLIST*/
.focuslist
{
	clear:both;
	padding:10px 0;
}
.focuslist ul
{
	float:left;
	width:100%;
	list-style:none;
}
.focuslist ul li
{
	clear:both;
	float:left;
	width:100%;
	line-height:1.4;
}
.focuslist ul li.sep
{
	clear:both;
	margin:5px 0;
	font-size:1px;
	height:1px;
	background-color:#E0E0E0;
}
.focuslist li div
{
	clear:both;
	padding-left:25px;
}
.focuslist li a
{
	float:left;
	padding:3px 5px 3px 25px;
	color:#333333;
}
.focuslist li a.draft
{
	background:url(images/star_off.png) no-repeat 3px 3px;
}
.focuslist li a.judg
{
	font-weight:bold;
	background:url(images/law.gif) no-repeat 3px 3px;
}
.focuslist li a.discuss
{
	font-weight:bold;
	background:url(images/comment-reply.png) no-repeat 3px 3px;
}
.focuslist li a.bullet2
{
	background:url(images/question-small.png) no-repeat 7px 5px;
}
.focuslist li a.bullet
{
	background:url(images/bullet-star.png) no-repeat 7px 5px;
}
/*HOMELIST*/

/*NEWSLIST*/
.newslist
{
	clear:both;
	color:#333333;
}
.newslist ul
{
	float:left;
	list-style:none;
	padding:10px 0;
}
.newslist ul li
{
	float:left;
	width:320px;
}
.newslist ul li.right
{
	margin-left:10px;
	float:right;
}
.newslist ul li.sep
{
	clear:both;
	font-size:1px;
	height:15px;
	width:650px;
}
.newslist h1
{
	float:left;
	clear:both;
	width:100%;
}
.newslist h1 a
{
	float:left;
	padding:5px 0;
	color:#333333;
}
.newslist h4
{
	font:normal 12px arial;
	line-height:1.4;
}
.newslist li a.avatar
{
	float:left;
	width:auto;
	margin:0;
	padding:0;
	margin-right:10px;	
}
/*NEWSLIST*/

.notification
{
	clear:both;
	color:#333333;
}
.notification p
{
	line-height:1.4;
}
.notification p.error
{
	color:#FF0000;
}

.more
{
	clear:both;
	height:20px;
	text-align:right;
}
.more a
{
	color:#AD5700;
}

/*ADVERTING*/
.focusadv
{
	clear:both;
	margin-bottom:15px;
}
.focusadv h1
{
	text-align:right;
	height:20px;
	font:normal 12px arial;
}
.focusadv h1 a, .focusadv h1 span
{
	text-align:right;
	color:#999999;
}
.focusadvcont
{
	border:#000000 1px solid;
	background-color:#F5F5F5;
	width:300px;
	height:250px;
}

.bottomadv
{
	clear:both;
	margin:0 auto;
	width:750px;
	height:90px;
	margin-top:15px;
	margin-bottom:15px;
}
.bottomadv h1
{
	width:20px;
	height:90px;
	font:normal 12px arial;
	float:left;
	background:url(images/bottomadv-bg.png) no-repeat center center;
}
.bottomadv h1 a, .bottomadv h1 span
{
	color:#999999;
	display:none;
	float:left;
}
.bottomadvcont
{
	float:left;
	border:#000000 1px solid;
	background-color:#F5F5F5;
	width:728px;
	height:90px;
}
/*ADVERTING*/

/*FAQ*/
.faqfull
{
	clear:both;
	padding:10px 0;
}
.faqfull h1
{
	color:#AD5700;
	padding-left:22px;
	background:url(images/user-question.png) no-repeat 3px top;
	margin-bottom:10px;
}
.faqfull h2
{
	color:#AD5700;
	padding-left:22px;
	background:url(images/user4.png) no-repeat 3px top;
	margin-bottom:10px;
}
.faqfull .faqinfo
{
	color:#666666;
	font-style:italic;
	margin-bottom:15px;
	padding-top:5px;
	text-align:right;
}
.faqfull .question
{
	font-size:12px;
	line-height:1.6;
	color:#333333;
}
.faqfull .answer
{
	margin-bottom:15px;
	line-height:1.6;
}
.faqfull .answerer
{
	color:#AD5700;
	font-style:italic;
	padding:5px 0;
}
/*FAQ*/

/*STORY*/
.story
{
	clear:both;
}
.avatar
{
	width:180px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.head
{
	clear:both;
	padding:10px;
	background:url(images/td-bg.png) repeat-x left bottom;
	border-bottom:#C4C4C4 1px solid;
}
.headline
{
	float:left;
	width:500px;
}
.headline h1
{
	float:left;
	font:normal 18px arial;
	color:#666666;
	padding-bottom:5px;
}
.headline h1 span, .headline h1 a
{
	float:left;
	color:#666666;
}
.headline h2
{
	display:block;
	float:left;
	width:100%;
	font:normal 12px arial;
	margin-bottom:5px;
	color:#666666;	
	line-height:1.4;
}
.headline h2 a
{
	color:#48889F;	
}
.tools
{
	float:right;
	width:120px;
	margin-left:10px;
}
.tools ul
{
	float:left;
	width:100%;
	list-style:none;
}
.tools ul li
{
	float:left;
	clear:both;
	width:100%;
}
.tools ul li a, .tools ul li span
{
	float:left;
	color:#48889F;
	padding:3px 3px 3px 22px;
}
.body
{
	padding-top:10px;
	clear:both;
	line-height:1.6;
	color:#333333;
	text-align:left;
}

a.print
{
	background:url(images/print.png) no-repeat 3px 2px;
}
a.email
{
	background:url(images/email.png) no-repeat 3px 2px;
}
span.status
{
	background:url(images/star.png) no-repeat 3px 2px;
}

.attach
{
	clear:both;
	padding:10px 0;
}
.attach h1
{
	float:left;
	width:100%;
}
.attach h1 a,.attach h1 span
{
	float:left;
	padding:5px 0;
	color:#000000;
}
.attach ul
{
	float:left;
	width:100%;
	list-style:none;
}
.attach ul li
{
	float:left;
	width:100%;
	line-height:1.4;
	padding:3px 0;
}
.attach li img
{
	float:left;
	margin-right:4px;
}
.attach li a
{
	color:#48889F;
}

.document_title
{
	clear:both;
	padding:5px 0;
}
/*STORY*/

/*PAGER*/
.pager
{
	clear:both;
	height:25px;
}
.pager table
{
	border-collapse:collapse;
	font:bold 12px arial;
}
.pager td
{
	padding:3px 5px;
	color:#48889F;
}
.pager td a
{
	color:#000000;
}

.forumpager
{
	clear:both;
	height:25px;
}
.forumpager table
{
	float:right;
	border-collapse:collapse;
	font:bold 12px arial;
}
.forumpager td
{
	padding:3px 5px;
	color:#48889F;
	border:#CEDFEB 1px solid;
	background-color:#FFFFFF;
}
.forumpager td a
{
	color:#000000;
}
/*PAGER*/

/*FOOTER*/
.links
{
	clear:both;
	color:#666666;
	padding:20px 0 20px 0;
}
.links label
{
	float:left;
	font-weight:bold;
	padding-left:20px;
	color:#FF0000;
}
.links ul
{
	width:880px;
	float:right;
	list-style:none;
}
.links ul li
{
	float:left;
	margin-right:20px;
}
.links ul li.last
{
	margin-right:0;
}
.links ul li a, .links ul li span
{
	float:left;
	padding:3px;
	font-weight:bold;
	color:#666666;
}
.links ul.child
{
	float:none;
	clear:both;
	width:100%;
}
.links ul.child li
{
	padding:0;
	margin:0;
	clear:both;
	width:100%;
}
.links ul.child li a, .links ul.child li span
{
	font-weight:normal;
	color:#888888;
}

.gotop
{
	clear:both;
	height:20px;
	text-align:right;
	margin-top:30px;
}
.gotop a
{
	color:#AD5700;
}

.footnavbar
{
	clear:both;
	height:22px;
	color:#333333;
}
.footnavbar ul
{
	height:22px;
	float:left;
	list-style:none;
}
.footnavbar ul li
{
	float:left;
	height:22px;
}
.footnavbar li a
{
	float:left;
	color:#333333;
	padding:5px 10px;
}
.footnavbar .copyright
{
	float:right;
}
.footnavbar span
{
	float:left;
	padding:5px 0;
}

.footercont
{
	clear:both;
	height:60px;
}
.footercont .siteinfo
{
	float:left;
	width:650px;
	margin-left:10px;
}
.footercont .powered
{
	float:right;
	width:300px;
	text-align:right;
}
/*FOOTER*/

.horzrule, .hr
{
	clear:both;
	font-size:1px;
	height:10px;
}

.horzline, .hl
{
	clear:both;
	font-size:1px;
	height:1px;
	background-color:#CCCCCC;
	margin:10px 0;
}

/*CLEARFIX*/
* html .clearfix
{
	height: 1%; /* IE5-6 */
}
.clearfix
{
	display: inline-block; /* IE7xhtml*/
}
html[xmlns] .clearfix
{
	display: block; /* O */
}
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
/*CLEARFIX*/
