﻿html, body {
	margin: 0;
	font-family: Verdana;
	background-color: #9E1D2A;
	height: 100%;
	font-size: 11px;
}

img {
	border: 0;
}

p {
	margin: 0;
}

#core_table {
	width: 100%;
	height: 100%;
}

#center_cell {
	position: relative;
	width: 1024px;
	background-image: url('/images/center_bg2.png');
}

#left_cell {
	background-color: #c6bcb1;
	background-image: url('/images/left_bg2.png');
	background-repeat: repeat-x;
}

#right_cell {
	background-color: #9e1d2a;
	background-image: url('/images/right_bg2.png');
	background-repeat: repeat-x;
}

#data_box {
	background-image: url('/images/big_bg2.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top;
	width: 1024px;
	position: relative;
	padding-top: 30px;
}

#data {
	position: relative;
	width: 766px;
	margin-left: 117px;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#ltc {
	position: absolute;
	top: 5px;
	left: 5px;
}

#rtc {
	position: absolute;
	top: 5px;
	right: 5px;
}

#lbc {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#rbc {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.clear {
	clear: both;
	height: 10px;
}

#header {
	position: relative;
	width: 734px;
	height: 148px;
	background-image: url('images/header2.png');
	background-repeat: no-repeat;
	margin-left: 16px;
}

#header_flash {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu {
	float: left;
	position: relative;
	width: 165px;
	height: 265px;
	margin-left: 16px;
	margin-top: 5px;
	border: 2px solid #b5d5b5;
	background-color: #016e01;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	border-bottom: 1px dotted #ffffff;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#door_pic {
	float: left;
	margin-left: 8px;
	margin-top: 5px;
	background-image: url('/images/door_pic.jpg');
	width: 196px;
	height: 259px;
}

#other {
	float: left;
	padding-top: 5px;
	margin-left: 8px;
	margin-top: 5px;
	width: 349px;
	height: 250px;
	border: 2px solid #b5d5b5;
}

#other p {
	margin-left: 10px;
	font-size: 11px;
	color: #03343D;
}

#other span {
	font-size: 16px;
}

#login {
	position: absolute;
	width: 155px;
	bottom: 0;
	border-top: 1px dotted #b5d5b5;
	color: #ffffff;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#login input {
	margin-top: 5px;
	width: 68px;
	border: 1px solid #b5d5b5;
	font-size: 10px;
	background-color: #ffffff;
}

input {
	border: 1px solid #b5d5b5;
	font-size: 12px;
	width: 250px;
	background-color: #ffffff;
}

textarea {
	border: 1px solid #b5d5b5;
	font-size: 12px;
	width: 250px;
}

#header_sep {
	position: absolute;
	left: 0px;
	top: 128px;
	margin-left: 16px;
	color: #ffffff;
	font-weight: normal;
}

#header_sep a {
	text-decoration: none;
	color: #ffffff;
}

#sep {
	background-image: url('/images/separator.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 19px;
	padding-top: 5px;
	background-color: #016e01;
	width: 719px;
	padding-left: 15px;
	margin-left: 16px;
	color: #ffffff;
	font-weight: normal;
}

#sep a {
	text-decoration: none;
	color: #ffffff;
}

#end_line {
	height: 20px;
	background-color: #016e01;
	width: 734px;
	margin-left: 16px;
	margin-top: 10px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 5px;
	text-align: center;
}

#end_line a{
	color: #ffffff;
	text-decoration: none;
}

#real_data {
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#real_data a {
	color: #000000;
}

.readonly {
	background-color: #dddddd;
}

#about {
	margin: auto;
	color: #000000;
	text-align: right;
	margin-right: 18px;
	margin-top: 5px;
}

#about a {
	color: #000000;
	text-decoration: none;
}

.col_left {
	padding-top: 4px;
	float: left;
}

.col_right {
	float: right;
	padding-right: 10px;
	border-right: 10px solid white;
}

.col_clear {
	clear:both;
}
