@charset "utf-8";
img{border: 0px;}
a{
	color:#333;
}
body,form{
	padding:0;margin:0;
}

body {
	background:#fff;
	color:#000;
	font:12px "Trebuchet MS", Verdana, Sans-serif;
}
#header{
	padding:0 0 5px 0;
	border-bottom:solid #CCCCCC 1px;
}
#userInfo{
	float:right;
	margin:2px 10px 0 0;
}
#footer{
	clear:both;
	border-top:solid #CCCCCC 1px;
	padding:10px;
}
#copyright{
	float:right;
}

.noimplink a{
  text-decoration: none;
}
.noimplink a:hover {
  text-decoration: underline;
}
.clearfloat {
 	clear:both;
	display:block;
}
.section {
	border: 1px solid #CCC;
	background-color: #FBFBFB;
}
.section .h1 {
	margin:1px;
	background:url(/img/title_bg.gif);
	line-height: 24px;
	text-indent: 10px;
	font-weight: bold;
	font-size:14px;
	color:#fff;
}
.section .div {
	padding:5px 10px;
}
.tab{
	background:url(/img/tab-line.gif) repeat-x bottom;
	width:100%;
}
.tab .link{
	float:right;
}
.tab ul{
	list-style:none;
	padding:0 10px;
	margin:0;
}
.tab li{
	float:left;
	margin-right:1px;
	padding:1px 1px 0 1px;
	border-style:solid;
	border-width:1px;
	border-color:#DDD #DDD #BBB #DDD;
	background:#FBFBFB;
}
.tab li a{
	display:block;
	padding:0 14px;
	text-decoration:none;
	line-height:24px;
}
.tab li.cur{
	border-color:#BBB;
	border-bottom:none;
	background:#FFF;
}
.tab li.cur a{
	background:url(/img/title_bg.gif);
	color:#FFF;
	line-height:25px;
	font-weight:bold;
}
.tab li a:hover{
	text-decoration:underline;
}
.tab li.cur a:hover{
	text-decoration:none;!important;
}
.show {
	background-position: 1px 1px;
	background-repeat:no-repeat;
	padding-left:25px;
	line-height:16px;
}
.loading {
	color:#585858;
	background-image:url(/img/loading.gif);
}
.warning {
	color:#585858;
	background-image:url(/img/warning.gif);
}
.error {
	color:#f00;
	background-image:url(/img/error.gif);
}
.ok {
	color:#000;
	background-image:url(/img/ok.gif);
}
.article{
	padding:5px;
	background:#FFF;
	line-height:200%;
	color:#333;
}
.article li{
	font-weight:bold;
}
.article li div{
	padding:10px;
	font-weight:normal;
}
.scrolltop{
	background:url(/img/divide_dot.gif) repeat-x center center;
	text-align:right;
}
.scrolltop span{
	display:inline-block;
	width:50px;
	height:20px;
	background:url(/img/divide_top.gif);
	cursor:pointer;
}
.page a,.page span{
	margin-right:2px;
	padding:1px 5px;
	zoom:1;
}
.page a{
	border:1px solid #A6A6A6;
	text-decoration:none;
	color:#000;
}
.page a:hover{
	border:1px solid #036;
	background:#03c;
	color:#fff;
}
