﻿.header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
}
.h-line {
	height: 30;
	background-image: url('images/h-line.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.body {
	background-image: url('images/body.gif');
	background-repeat: no-repeat;
}
.bar {
	background-image: url('images/bar.gif');
	cursor: pointer;
	color: #C0C0C0;
}
.bar_over {
	background-image: url('images/bar_over.gif');
	cursor: pointer;
	color: #a8d01e;
}
.hide {
	visibility: hidden;
}
.show {
}
.main {
	background-image: url('images/main.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
}
.menu {
	background-image: url('images/menu.gif');
	background-repeat: no-repeat;
}
.right {
	background-image: url('images/right-tile.jpg');
}
.left {
	background-image: url('images/left-tile.jpg');
}
.footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	height:58px;
}
.paging {
	background-image: url('images/paging.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
}
#paging a {
	color: #FFFFFF;
	font-size: 11px;
}
#paging a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #9C8F84;
	text-decoration: overline underline;
}
.div-out {
	border: 2px solid #C3B29F;
}
.image-over {
	border: 2px solid #4C4138;
	cursor: pointer;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}
.c_up {
	background-image: url('images/c_up.gif');
	background-repeat: no-repeat;
}
.c_down {
	background-image: url('images/c_down.gif');
	background-repeat: no-repeat;
}
.comment_up {
	background-image: url('images/comment_up.gif');
	background-repeat: no-repeat;
}
.comment_down {
	background-image: url('images/comment_down.gif');
	background-repeat: no-repeat;
}
.comment_right {
	background-image: url('images/comment_right.gif');
	background-repeat: repeat-y;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	background-image: url('images/back.gif');
	list-style-type: circle;
	margin: 0;
	scrollbar-3dlight-color : #d2bfa8;
	scrollbar-highlight-color : #d2bfa8;
	scrollbar-darkshadow-color : #d2bfa8;
	scrollbar-shadow-color : #d2bfa8;
	scrollbar-face-color : #bca07d;
	scrollbar-arrow-color : #d2bfa8;
	scrollbar-track-color : #d2bfa8;
}
table {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
input {
	border: 1px solid #BCA07D;
	font-size: 11px;
	font-family: Tahoma;
	background-image: url('images/textfield.gif');
	color: #BCA07D;
	padding-left: 2px;
}
textarea {
	border: 1px solid #bca07d;
	font-family: Tahoma;
	font-size: 11px;
}
select {
	font-family: Tahoma;
	font-size: 11px;
}
a {
	color: #663300;
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma;
}
a:hover {
	color: #CC99FF;
	text-decoration: underline;
}
.page {
	font-size: 11px;
}
#search_btn input {
	border: 1px solid #463C33;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #A49484;
}
.ctrl {
	font-size: 11px;
	background-image: url('images/paging.gif');
	background-repeat: repeat-x;
	color: #CCCCCC;
}
#ctrl a {
	color: #FFFFFF;
	font-size: 11px;
}
#ctrl a:hover {
	background-position: center;
	color: #500000;
	text-decoration: none;
	font-size: 11px;
	background-repeat: no-repeat;
}
.loading {
	width: 100%;
	height: 100%;
	z-index: 32768;
	filter: gray;
}
.loadDiv {
	position: absolute;
	width: 236px;
	height: 60px;
	background-image: url('images/loading-back.gif');
	background-repeat: no-repeat;
	z-index: 2;
}
._loadDiv {
	position: absolute;
	width: 236px;
	height: 60px;
	background-image: url('images/loading-back.gif');
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
.loadTd {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #655A52;
	font-weight: bold;
}
.grayDiv {
	position: absolute;
	background-color: #000000;
	z-index: 1;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}
