html, body
{
	background-color: #111111;
	/*background-image:  url('/media/images/background.gif');*/
	color: white;
	font-size: 15px;
	font-family: arial;
	margin: 0;
}

legend
{
	color: white;
}

img
{
	border: 0;
}

.header
{
	background-image:  url('/media/images/header2.png');
	height: 189px;
	width: 871px;
	position: absolute;
	left: 1px;
}

.main_column
{
	background-color: black;
	min-height: 1035px;
	width: 594px;
	position: absolute;
	top: 187px;
	left: 264px;
	padding-left: 7px;
	padding-right: 7px;
}

.menu
{
	width: 154px;
	position: absolute;
	top: 187px;
	left: 110px;
}

.menu_right
{
	width: 154px;
	position: absolute;
	top: 187px;
	left: 871px;
}


.menu_section
{
	background-image:  url('/media/icons/menu_section.gif');
}

.menu_title
{
	background-image:  url('/media/icons/menu_top.gif');
	height: 17px;
	color: red;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.menu_bottom
{
	background-image:  url('/media/icons/menu_bottom.gif');
	height: 37px;
	margin-top: -2px;
}

.menu_bottom_right
{
	background-image:  url('/media/icons/menu_bottom_right.gif');
	height: 37px;
	margin-top: -2px;
}

.menu_item
{
	font-size: 13px;
	color: white;
	text-decoration: none;
	margin-left: 5px;
}

a.menu_item:hover
{ 
	text-decoration: underline;
}

input[type=submit]
{
	cursor: pointer;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #333333;
	border: solid 1px #666666;
}

button[type=submit]
{
	cursor: pointer;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #333333;
	border: solid 1px #666666;
}

a
{
	color: #999999;
}

/* FRONT PAGE SPECIFIC*/

#login_area
{
	width: 215px;
	margin-left: 7px;
	float: right;
}

#username
{
	background: #ffffff;
	background-image: url('/media/icons/user.png');
	background-repeat: no-repeat;
	width: 100px;
	margin-bottom: 5px;
	color: #999999;
	padding-left: 19px;
}

#password
{
	background-image: url('/media/icons/lock.png');
	background-repeat: no-repeat;
	width: 100px;
	margin-bottom: 5px;
	color: #999999;
	padding-left: 19px;
}

p
{
	text-align: justify;
}

.google
{
	top: 520px;
}

.google_ad
{
	margin-left: 17px; 
}

/* END FRONT PAGE SPECIFIC*/

table
{
	width: 100%;
	border-collapse: collapse;
}

table caption
{
	display: none;
}

td, th
{
	border: solid 1px #333333;
	padding: 0px 5px 0px 5px;
}

td img, .middle
{
	vertical-align: middle;
}

.green
{
	color: green;
}

.orange
{
	color: orange;
}

.red
{
	color: red;
}

.white
{
	color: white;
}

.purple
{
	color: darkviolet;
}

.blue
{
	color: blue;
}

.cloaked
{
	color: gray;
}

.info
{
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.online_star
{
	color: #FFCC00;
}

.hidden
{
	display: none;
}

h2
{
	text-align: center;
	font-variant: small-caps;
}

.movie
{
	text-align: center;
	background-color: black;
}
.movie object {
	height: 787px;
	width: 594px;
	background-color: black;
}

/* SPECIFIC ELEMENTS */
#footer
{
	background: #333;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

#player_status
{
	padding-left: 10px;
	float: left;
}

#comms
{
	float: right;
}

#timer
{
	position: absolute;
	top: 116px;
	left: 420px;
	width: 450px;
}

#turn
{
	padding-left: 10px;
	margin-top: 0;
}

#time
{
	padding-right: 10px;
	float: right;
}

#legion_news
{
	height: 142px;
	overflow: auto;
}

/* COMMS PAGES */
textarea
{
	height: 200px;
}

input[type=text], textarea
{
	background: #333333;
	color: #ffffff;
	font-size: 13px;
	width: 80%;
}

#journal
{
	height: 475px;
	width: 95%;
}

.unread td
{
	background-color: #555555;
	border-color: #555555;
}

#comm_list, #recipient_list, #recipient_list_taunt
{
	background: #333333;
	height: 145px;
	overflow: auto;
	color: white;
}

select#recipient_list
{
	float: left;
	margin-left: 58px;
}
input#recipient_display
{
	width: 300px;
}
p#taunt_send
{
	text-align: center;
}

#comm_area {
	background: #333333;
	height: 202px;
	overflow: auto;
}


/* Button images */
.repair
{
	padding-left: 19px;
	background-image: url('/media/icons/repair.png');
}

.attack
{
	padding-left: 19px;
	background-image: url('/media/icons/attack.png');
}

.exit
{
	padding-left: 19px;
	background-image: url('/media/icons/exit.png');
}

.enter
{
	padding-left: 19px;
	background-image: url('/media/icons/enter.png');
}

.cloak
{
	padding-left: 19px;
	background-image: url('/media/icons/cloak.png');
}

.decloak
{
	padding-left: 19px;
	background-image: url('/media/icons/decloak.png');
}

.accept
{
	padding-left: 19px;
	background-image: url('/media/icons/accept.png');
}

.reject
{
	padding-left: 19px;
	background-image: url('/media/icons/reject.png');
}

.search
{
	padding-left: 19px;
	background-image: url('/media/icons/search.png');
}

.copy
{
	background: transparent url(/media/icons/copy.png) center left no-repeat;
	padding-left: 19px;
	float: right;
}


.right
{
	float: right;
}

#log_text_filter {
	width: 72%;
}
#log_tick_filter {
	min-width: 50px;
}

#log_tick_filter {
	background: #333333;
    color: #ffffff;
    font-size: 13px;
}










#error
{
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0;
	color: #000;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
}


.overlay
{
	/* place overlay on top of other elements */
	z-index: 10000;
	background-color: #333;
	width: 675px;	
	min-height: 200px;
	border: 1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.overlay .close
{
	background-image: url('/media/icons/close.png');
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}



/*legend {
	font-size:1.5em;
	font-variant: small-caps;
}*/

.error {
	border: 1px solid #f00;
	text-align: center;
}
.error p {
	color: #f00;
	font-weight: bold;
}
