/* General */
html {
	height:100%;
}
body{
	margin:0px;
	background-color:#151515;
}
img {
	border:0px;
}
a {
	text-decoration:none;
}
table {
	width:100%;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#000;
}
form { 
	margin:0px; 
	padding:0px; 
}
input {
	border:1px solid #94C1E8;
}
textarea {
	border:1px solid #94C1E8;
}
select {
	border:1px solid #94C1E8;
}
input.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #ABC3D7;
	background-color:#E1E8EE;
	background-image:url('pics/bg_button.gif');
	color:#000;
}
input.button:hover {
	background-color:#4E8CCF;
	background-image:none;
	border-color:#4E8CCF;
	color:#FFF;
}
hr {
	border:1px solid;
	color:#333;
	width:100%;
} 
/* Index */
table.index {	
}
table.index td.index_top {
	padding-left:50px;
	vertical-align:top;
	background-image:url('pics/bg_top.gif');
	background-repeat:no-repeat;
	background-position:left;
}
table.index table.index_menu {
	width:821px;
}
table.index td.index_middle {
	padding-left:50px;
	vertical-align:top;
	text-align:left;
	height:600px;
	background-image:url('pics/bg_bottom.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}
table.index table.index_middle {
	width:821px;
}
table.index td.index_bottom {
	vertical-align:top;	
}
table.index td.index_left {
	vertical-align:top;
}
table.index td.index_center {
	vertical-align:top;	
}
table.index td.index_right {
	vertical-align:top;
}
/* Header */
table.header{
}
/* Banner */
table.banner{
}
/* Menu */
table.menu{	
}
table.menu td.menu_logo{
	width:280px;
	text-align:left;
}
/* Menu Footer */
table.menu_footer{
}
/* Footer */
div.footer{
	padding-bottom:25px;
	*padding-bottom:1px;
}
table.footer{
	font-family:tahoma;
	font-size:12px;
	color:#282828;
	font-style:inherit;
	text-align:left;
	padding-left:10px;
	vertical-align:bottom;
	*height:70px;
}
/* Title */
table.title {
	height:40px;
	font-size:18px;
	font-weight:bold;
	color:#0A263C;
}
table.title td.title_label {
	width:300px;
}
table.title td.title_button {
	text-align:right;
}
table.title td.title_button_bottom {
	text-align:center;
}
table.title td {
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#4E8CCF;
}
/* List */
table.list {
	border:0px solid #D0D0D0;
	background-color:#CCCCCC;
}
table.list td {
}
table.list_top {
	height:35px;
}
table.list td.list_left {
	text-align:left;
}
table.list td.list_right {
	text-align:right;
}
table.list tr.list_header {
	background-color:#D9E5EE;
	font-weight:bold;
	text-align:center;
}
table.list tr.row {
	background-color:#FFFFFF;
}
table.list tr.row:hover {
	background-color:#FFFFCC;
}
table.list tr.row2 {
	background-color:#F8F7F5;
}
table.list tr.row2:hover {
	background-color:#FFFFCC;
}
table.list tr.list_bottom {
	background-color:#F3F3F4;
	font-weight:bold;
}
table.list_bottom {
	background-color:#DEE5E8;
	border:solid #D0D0D0;
	border-width: 0px 1px 1px 1px;
}
/* Form */
table.form {
	background-color:#FAFAFA;
	border:1px solid #D0D0D0;
}
table.form td {
	text-align:left;
}
table.form td.error {
	color:#FF0000;
}
table.form td.form_submit {
	text-align:center;
	padding:10px;
}
table.form_inner td.form_inner_top {
	vertical-align:top;
}