/* all CSS */
html {overflow-x:scroll;}

body {
	margin: 1px; 
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
	padding: 0;
	color: #000;
	background-color: #fff;
	text-align: center;
}

body,html {
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}

div,span,h3,h4,h5,h6 {
	text-align: left;
}

a,img,sup {
	border: 0px;
}

h3,h4 {
	font-size: 13px;
	font-weight: bold;
	color: #626262;
	margin-top: 1px;
	line-height: 14px;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #626262;
}

.new {
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}

/* linkcolor */
a {
	color: #626262;
	font-size: 12px;
	border: 0px;
}

a: link {
	text-decoration: none;
}

a: visited {
	text-decoration: none;
}

a: hover {
	text-decoration: underline;
}

a: active {
	text-decoration: none;
}

.new a {
	color: #f00;
}

.space8 {
	width: 190px;
	height: 5px;
	font-size: 1px;
}

/*head*/
#header {
	width: 95%;
	height: 32px;
	margin: 0px auto;
}

.hxsdlogo {
	float: left;
	width: 200px;
}

.searcherea {
	padding-top: 2px;
	float: left;
	width: 350px;
}

.topbanner {
	padding-top: 2px;
	float: right;
	text-align: right;
}

.topbanner_login {
	padding-top: 4px;
}

/*navbar*/
#nav {
	height: 32px;
	width: 95%;
	overflow: hidden;
	margin: 0px auto;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	line-height: 28px;
	margin-left: 5px;
	font-weight: bold;
}

.navtop {
	height: 32px;
	width: 100%;
	overflow: hidden;
	background-image: url(navibarbg.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.navtopimgl {
	width: 8px;
	float: left;
}

.navtopimgr {
	width: 4px;
	float: right;
}

.navtoptxt {
	float: left;
	height: 32px;
	text-align: center;
}

.navtoptxt a {
	color: #000;
}


/* page content */
#content {
	width: 95%;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

.content-left {
	width: 160px;
	float: left;
	margin-right: 5px;
}

.content-right {
	overflow: hidden;
}

/* index page */
#category {
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
	height: 100%;
}

.categorytitle {
	border: 1px solid #ccc;
	padding-top: 8px;
	padding-left: 5px;
	height: 20px;
	background-color: #F6F6F6;
	font-weight: bold;
	margin-bottom: 2px;
}

.categorystats {
	background-color: #fff;
	border-top: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
}

.categorycmd {
	padding-left: 5px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
}

.categorylist {
	overflow: hidden;
	background-color: #FFF;
}

.categorylistcontent {
	text-align: center;
	overflow: hidden;
	height: 100%;
	background-color: #FFF;
}

.categorybit {
	padding-top: 5px;
	padding-left: 20px;
	background-color: #FFF;
	height: 25px;
	width: 120px;
	float: left;
	text-align: justify;
	cursor: pointer;
}

.categorybitcurrent {
	font-weight: bold;
}

/* Notebook */
.notebooklist {
	text-align: center;
	clear: both;
	background-color: #FFF;
}

.notebookbit {
	margin-bottom: 2px;
	padding-bottom: 6px;
	border: 1px solid #D7D7D7;
}

.notebookcontentclosebtn {
	line-height: 22px;
	padding: 10px 0 0 6px;
	text-align: center;
	background-color: #FFF;
	float: left;
}

.notebookcontentcmd {
	margin-right: 2px;
	float:right; 
	background-color:#FFFFCC; 
	border-bottom: 1px solid #ccc;
	height: 18px;
}

.notebookcontent {
	padding: 6px;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
}

.notebookcontentclosed {
	height: 8px;
	padding: 6px;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
}

.notebookbit h5 {
	text-align: left;
	height: 18px;
	margin-top: 2px;
	padding-left: 6px;
	background-color: #FFF;
}

/* search */
#searchinfo {
	border: 1px solid #ccc;
	margin-top: 5px;
	background-color: #F6F6F6;
	overflow: hidden;
}

.searchform {
	border-top: 1px solid #EAEAEA;
	background-color: #fff;
}

.searchtitle {
	height: 29px;
	background-color: #F6F6F6;
	display: block;
}

/* table frame */
#tableframe {
	height: auto;
	border: 1px solid #ccc;
	overflow: hidden;
	background-color: #F6F6F6;
}

.tabletitle {
	padding-left: 5px;
	padding-top: 2px;
	height: 20px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	font-weight: bold;
}

.tablecontent {
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 10px;
}

/* foot */
#foot {
	width: 95%;
	margin: 0px auto;
	background-color: #FFF;
	display: block;
	clear: both;
	padding: 1px;
	overflow: hidden;
}

#footer {
	border: 1px solid #ccc;
	padding: 12px;
	line-height: 15px;
	margin-top: 3px;
	background-color: #fff;
}

.urlstream {
	overflow: hidden;
	float: left;
	line-height: 25px;
	display: block;
	padding-left: 5px;
}

.errorinfo {
	width: 500px;
	padding-left: 18px;
	margin-top: 10px;
}

/* Page navi bar */
.pagenavibar {
	float: left;
	line-height: 25px;
}

/* Dialog */
#infoBoxShadow {
	left : 25%;
	top : 30%;
	width : 50%;
	z-index : 3;
	position : absolute;
	display : none;
} 

#infoBox {	
	border : 1px solid #ccc;
	position : relative;
	bottom : 2px;
	right : 2px;
	padding-bottom : 5px;	
	background-color : #fff;
}

#infoBoxTitle {
    text-align: center;
    border-bottom : 1px solid #ccc;
    background-color : #FFFFCC;
    color : #000;
    line-height: 30px;
    font-size : 12px;
    font-weight : bold;
}

div.infoBoxContents {
    padding : 20px;
    font-size : 9pt;
    text-align: center;
}

.trash {
	background:url(trash.gif) 0 7px no-repeat;
}
