/*** Tabs ***/

#tabs {
	position: relative;
	z-index: 1;
	}
	
#tabs li {
	position: relative;
	z-index: 2;
	float: left;
	display: block;
	list-style: none;
	margin-right: 8px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	}
	
#tabs li a:link,
#tabs li a:visited {
	float: left;
	display: block;
	padding: 4px 8px;
	color: #000;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
	background: #ccc;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
	
#tabs li a:hover {
	background: #eee;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
	
#tabs li a.on:link,
#tabs li a.on:visited {
	float: left;
	display: block;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
	text-shadow: #ccc;
	background: #fff;
	border-bottom: 1px solid #fff;
	}

/*** Chatterbox Panes ***/

.chatter_pane {
	position: relative;
	top: -1px;
	height: 444px;
	background: #fff;
	display: none;
	}

#post_message,
#chat_prefs,
#loading_message {
	background: #FFDF88;
	}
	
.log {
	margin-bottom: 6px;
	border: 1px solid #999;
	height: 100%;
	width: 100%;
	overflow: auto;
	}

.log td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}

.log td.buddy_icon {
	border-bottom: 1px solid #ccc;
	}

.log td.content {
	padding-left: 2px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	}

.log td.sign_up_notice {
	padding: 7px 10px;
	background: #FFDF88;
	}

.log td.buddy_icon img {
	border: 1px solid #ccc; 
	}

.log .offline td {
	background: #eee;
	}

* html .log .name {
	margin-top: 4px;
	}
	
.log .name {
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 100%;
	}

.log .flag_profile {
	float: left;
	margin-top: 1px;
	margin-left: 8px;
	}

.log .dr_god {
	color: #900;
	}

.log .time {
	float: right;
	color: #666;
	}

.log .message {
	line-height: 130%;
	}

.log .status {
	float: right;
	margin-top: 2px;
	color: #666;
	}

.log .online {
	font-weight: bold;
	color: #3a3;
	}

.log .add_friend,
.log .remove_friend {
	float: right;
	}

.log .logged_on {
	color: #090;
	font-weight: bold;
	background: #efe;
	}

.log .logged_off {
	color: #900;
	font-weight: bold;
	background: #fee;
	}

.log .error {
	background: #900;
	color: #fff;
	}

.log .error .time {
	color: #fff;
	}

#num_players_display {
	color: #900;
	}

* html .short_pane {
	height: 369px;
	}
	
.short_pane {
	height: 367px;
	}