 /*
 * Copyright (c) 2009 Planetarium Games (http://www.planetariumgames.com)
 */
 
#friends {
	overflow:auto;
	display: none;
	height:200px;
	width:150px;
	bottom:285px;
	position:fixed;
	left: 5%;
	background-color:#EEE;
	border:#000 solid 1px;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:5px;			
	padding-right:5px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	z-index: 999;
}

#chatfs {
	display: none;
	height:250px;
	width:370px;
	bottom:35px;
	position:fixed;
	left: 5%;
	background-color:#EEE;
	border:#000 solid 1px;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:5px;			
	padding-right:5px;
	-moz-border-radius: 10px;
	z-index: 999;
}

#chatfs .chat_top_status{
	position:relative;
	height: 20px;
	width:80px;
	border:#000 solid 0px;
	float: left;
	clear:right;
	margin: auto;
	padding-top:5px;
	padding-left:5px;
}

#chatfs .chat_top_sessions{
	position:relative;
	height: 20px;
	width:260px;
	border:#000 solid 0px;
	float: left;
	clear:right;
	margin: auto;
	padding-top:2px;
}
#chatfs .chat_top_close{
	text-align: right;
	position:relative;
	height: 20px;
	width:20px;
	border:#000 solid 0px;
	float: left;
	margin: auto;
	padding-top:2px;
}

#chatfs .tabs{
	position:relative;
	height: 208px;
	width: 80px;
	border-right:#308415 solid 2px;
	float: left;
	margin-top: 2px;
	text-align: center;
}

#chatfs .tabs_inactive{
	cursor: pointer;
	padding: 3px;
	background-color:#F9F7ED;
	border:#000 solid 1px;
	margin: 2px;
	-moz-border-radius: 5px;
}

#chatfs .tabs_inactive_unread {
	cursor: pointer;
	padding: 3px;
	color: #CC0000;
	background-color:#EEE;
	border:#000 solid 1px;
	margin: 2px;
	-moz-border-radius: 5px;
}

#chatfs .tabs_active{
	padding: 3px;
	background-color:#308415;
	color: #FFF;
	border:#000 solid 1px;
	margin: 2px;
	-moz-border-radius: 5px;
}

#chatfs .window{
	margin-top: 2px;
	height: 208px;
	width: 285px;
	border:#000 solid 0px;
	float: right;
	overflow:auto;
}

#chatfs .msgfield{
	margin-top: 2px;
	height: 16px;
	width: 290px;
	border:#000 solid 0px;
	float: right;
	padding-left: 10px;
}

#chatfs td {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

#spacer {
	height: 30px;
}

#nav_menu_vertical {
	width:40px;
	position:fixed;
	background-color:#EEEEEE;
	border:#2971ad solid 1px;
	border-left:#2971ad solid 3px;
	border-right:#2971ad solid 3px;
	padding: 5px;
	text-align:center;
	-moz-border-radius: 10px;
	z-index: 999;
}

#nav_menu_horizontal {
	height:26px;
	position:fixed;
	background-color:#EEEEEE;
	border:#000 solid 1px;
	text-align:center;
	-moz-border-radius: 10px;
	z-index: 999;
}

#nav_menu_default {
	background-image: url('img/barbg.png'); 
	text-align: center;
	margin: 0 auto;
	min-width: 100%;
	height:26px;
	position:fixed;
	bottom: 0%;
	left: 0%;
	text-align: center;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-top:#000 solid 1px;
	text-align:center;
	z-index: 999;
}

#nav_menu_vertical .nav_inner {
	height:30px;
	margin: 8px;
	margin-bottom: 10px;
	margin-right: 10px;
	z-index: 999;
}

#nav_menu_horizontal .nav_inner {
	font-family: verdana;	
   	font-size: 7.5pt;	
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	height:20px;
	float: left;
	clear: right;
	z-index: 999;
}

#nav_menu_default .nav_inner {
	font-family: verdana;	
   	font-size: 7.5pt;	
	margin: 2px;
	margin-right: 20px;
	margin-left: 20px;
	height:26px;
	float: left;
	clear: right;
	z-index: 999;
}

#alert {
	display: none;
	position: fixed;
	cursor: pointer;
	left: 2%;
	bottom: 5%;
	color: #fff;
	padding: 1px;
	background-color: #000;
	min-height: 20px;
	width: 120px;
	text-align:center;
	padding-top: 5px;
	border:#fff solid 1px;
	z-index: 1500;
	-moz-border-radius: 5px;
	opacity: .85;
	filter: alpha(opacity = 85);
}