/* HEADER */

.logo{
	text-align: center;
	height: 16em;
	padding-top: 20px;
	margin-bottom: 1em;
	margin-left:25px;
}

.logo a{
	border: 0;
}

#header_right{
	/* height: 15.9em; */
	background: transparent url('http://www.swgemu.com/gui/SWGEmu/images/header_corner_right.gif') no-repeat top right;
	position: relative;
}

#rightblock .corner_left{
	background: #FFF url('http://www.swgemu.com/gui/SWGEmu/images/header_corner_left.gif') no-repeat top left;
}

#header_right .outline{
	border: 0.1em solid #d4d4d4;
	padding: 0.4em;
	/*border-bottom: 0.1em dashed #cad3db;*/
	height: 15.7em;
	overflow: hidden;
	border: 1px solid #cccccc;
}

#header_right .calltoarms_empire{
	background: #f2e5c0 url('http://www.swgemu.com/gui/SWGEmu/images/call_to_arms/bg_empire_01.gif') repeat-x;
	text-align: right;
	position: relative;
	width: 100%;
	float: right;
	border: 1pxx solid #cccccc;
	overflow:hidden;
}

#header_right .empire_call{
	position: absolute;
	z-index: 10;
	top: 0.25em;
	left: 2em;
}

a .unread {
	color:red;
}

#quickpanel {
	padding-top:5px;
	padding-bottom:8px;
}

#quickpanel .userpanel .pm{
	float: left;
	position: relative;
	margin-left: 2em;
	background: #FFF url('http://www.swgemu.com/gui/SWGEmu/images/bg_pm_left.gif') no-repeat top left;
	font-size: 1em;
	margin-top: -0.2em;
}

#quickpanel .userpanel .pm div{
	background: transparent url('http://www.swgemu.com/gui/SWGEmu/images/bg_pm_right.gif') no-repeat top right;
	padding: 0.4em 0.5em 0.5em 0.5em;
}

#quickpanel .userpanel .pm .total{
	margin-left: 1.9em;
	/*font-size: 1.2em; */
}

*+html #quickpanel .userpanel .pm img{
    margin-top: -2px;
}

.calltoarms_empire div {
	border:1px solid #cccccc;
}

#rightblock ul{
    list-style-position: inside;
	list-style-image: url('http://www.swgemu.com/gui/SWGEmu/images/list_arrow.gif');
}

#header_right .calltoarms_rebel{
	background: #a5cdda url('http://www.swgemu.com/gui/SWGEmu/images/call_to_arms/bg_rebel_01.gif') repeat-x;
	text-align: left;
	position: relative;
	width: 100%;
	float: left;
}

#header_right .rebel_call{
	position: absolute;
	z-index: 10;
	top: 0.25em;
	right: 2em;
}

div.navbuttons {
	margin: 1px 0px;
	border-bottom: 1px solid #9eafc3;
	margin-left:-25px;
	margin-right:-25px;
}
 
div.navbuttons a:link,
div.navbuttons a:visited {
	display: block;
	padding: 2px 5px;
	border: 1px solid transparent;
	color: #5c6774;
}
 
div.navbuttons a:hover {
	background-color: #cddeee;
	color: #434b55;
	border: 1px solid #ffffff;
}



