@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;

	color: #1a0300;
	font-size: 12px;

	background-color: #1E0A04;

    scrollbar-face-color: #A7C13E;
    scrollbar-arrow-color: #000000;
    scrollbar-highlight-color: #C4D67C;
    scrollbar-3dlight-color: #899C03;
    scrollbar-shadow-color: #6C7D28;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #5A6822;

	padding: 0px;
	margin: 0px;
}

a:link {
  color: #3f200a;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #3f200a;
}

a:hover {
  text-decoration: none;
  color: #FEFDD4;
}

a:active {
  text-decoration: none;
  color: #3f200a;
}

fieldset {
	border: 1px solid #3F200A;
	padding: 2px 6px;
}

legend {
	font-weight: bold;
	color: #3F000A;
	border: 1px solid #3F000A;
	border-coloer: #3F200A;
	padding: 2px 6px;
}

table#site {
	position: absolute;

	width: 606px;
	margin-left: -303px;
	left: 50%;

	height: 604px;
	margin-top: -302px;
	top: 50%;
}

#header {
	width: 606px;
	height: 88px;
	background-repeat: no-repeat;
	background-image: url(../design/header_bg.png);
}


#menu {
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #3F200A;
	background-repeat: no-repeat;
	background-image: url(../design/menu_bg.png);
}


.name {
	font-size: 16px;
	font-weight: bold;
	color: #FCF9E3;
}

.mini_name {
	font-size: 12px;
	font-weight: bold;
	color: #FCF9E3;
}

#page_title {
	height: 44px;
	background-image: url(../design/page_title.png);
	background-repeat: no-repeat;
}

#border_left {
	width: 3px;
	height: 409px;
	background-repeat: repeat-y;
	background-image: url(../design/left_border.png);
}

#border_right {
	width: 3px;
	height: 409px;
	background-repeat: repeat-y;
	background-image: url(../design/right_border.png);
}

#content {
	width: 600px;
	height: 409px;
	background-repeat: no-repeat;
}

#page_content {
	width: 580px;
	height: 394px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

#footer {
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../design/footer_bg.png);
	color: #3f200a;
	text-align: center;
	font-size: 9px;
}

#credit_line {
	height: 20px;
	color: #3f200a;
	text-align: right;
	font-size: 9px;
}

table#loginbox {
	position: absolute;

	background-repeat: no-repeat;
	background-image: url(../design/login_box.png);

	width: 250px;
	margin-left: -125px;
	left: 50%;

	height: 150px;
	margin-top: -75px;
	top: 50%;

	text-align: center;
}

input.login_input_text {
	background-image: url(../design/input_bg.png);
	background-repeat: repeat-x;

	color: #222;

	width: 140px;
	height: 18px;

	border-style: solid;
	border-width: 1px;
	border-color: #666;
}


.link_title {
	color: #FCF9E3;
	font-size: 14px;
	font-weight: bold;
}

.link_description {
	font-size: 12px;
	font-weight: normal;
}

.link_url a:link {
	color: #3f200a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.link_url a:visited {
	color: #3f200a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.link_url a:hover {
	color: #3f200a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.link_url a:active {
	color: #3f200a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

table.killing_table_off {
	display: block;
	padding: 5px;
	border: 1px solid #de9f56;
	background-image: url(../design/semi_alpha_dark_bg.png);
	margin-bottom: 10px;
	cursor: pointer;
	vertical-align: middle;
}
table.killing_table_on {
	display: block;
	padding: 5px;
	border: 1px solid #FFF;
	background-image: url(../design/semi_alpha_dark_bg_.png);
	margin-bottom: 10px;
	cursor: pointer;
	vertical-align: middle;
}

a:hover img {
}
