﻿html,body { height:100%; }
body{
	background-color:#000000;
	background-image:url('img/grad-body.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	margin:0px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
}
a:link, a:visited{
	color:#CCCCCC;
	text-decoration:none;
}  
#header{
	height:100px;
	width:100%;
	background-image:url('img/grad-header.png');
	background-repeat:repeat-x;
	text-align:center;
	Top:0px;
	position:fixed;
	z-index:1;
	border-bottom:1px;
	border-color:#000000;
	border-bottom-style:solid;
}
#header-img{
	margin-top:30px;
}
#content{	
	width:750px;
	margin-left:auto;	
	margin-right:auto;	
	margin-top:110px;
	border-color:#000000;
	border-style:solid;
	background-image:url('img/grad-content.png');
	background-repeat:repeat-y;
	border-width:1px;
	background-color:#1A1A1A;
	color:#999999;
	font-size:14px;
	padding-top:20px;
}
#spacer{
	width:750px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}
#loading-img{

}
#back-div{
	background-image:url('img/back-normal.png');
	width:50px;
	height:50px;
	display:inline-block;	
	position:relative;
	cursor:pointer;	
}
#next-div{
	background-image:url('img/next-normal.png');
	width:50px;
	height:50px;
	display:inline-block;
	position:relative;	
	cursor:pointer;
}
#back-down, #next-down{
	position:absolute;
	left:0px;
	top:0px;
}
#current-page-div{
	width:122px;
	height:40px;
	display:inline-block;
}
#current-page-span{
	vertical-align:9px;
}
#table-div{
	width:620px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	text-align:center;
	margin-top:30px;
}
#message-table{
	width:600px;
}
#page-div{
	margin-left:auto;
	margin-right:auto;
	margin-top:11px;
	width:600px;
	text-align:center;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	padding-bottom:12px;
}
.row-a{
	color:#666666;
	font-size:12px;
}
.row-b{
	color:#666666;
	font-size:12px;
}
.row-c{
	padding-bottom:30px;
	font-size:16px;
}
td{
	text-align:left;
}
#submit-div{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	border-color:#000000;
	border-width:1px;
	border-bottom-style:solid;
	font-size:12px;
	padding-bottom:15px;
}
#txtName{
	background-color:#333333;
	width:200px;
	margin-top:3px;
	margin-bottom:10px;
	border:1px;
	border-style:solid;
	border-color:#000000;
	color:#999999;
	padding:3px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;	
}
#txtMessage{
	padding:3px;
	background-color:#333333;
	width:99%;
	height:88px;
	margin-top:3px;
	margin-bottom:10px;
	border:1px;
	border-style:solid;	
	border-color:#000000;
	color:#999999;	
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
}
#btnEnter{
	height:30px;
	width:60px;
	cursor:pointer;
}
#footer{
	width:100%;	
	border:1px;
	border-top-style:solid;
	border-color:#1E1E1E;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	text-align:center;
	position:fixed;
	bottom:0px;
	height:30px;
	padding-top:10px;
	background-color:#111111;
	opacity:0.8;
	filter:alpha(opacity=80);
}
a:hover{
	color:#9696FF;
} 
.footer{
	margin-left:10px;
	margin-right:10px;
	color:#666666;
}
#page-num{
	color:#666666;
	position:fixed;
	right:20px;
}
#load-div{
	width:130px;
	height:18px;
	display: inline-block;
	position:relative;
	top:-20px;
}
#tts{
	margin-right:6px;
	margin-bottom:-3px;
}
#jump-span{
	font-size:12px;
	vertical-align:2px;
}
#txtJump{
	background-color:#333333;
	border:1px;
	border-color:#161616;
	border-style:solid;
	margin-left:7px;
	width:25px;
	color:#999999;
	padding:2px;
}
