/*

$Id$

Design by Marcel Joachim Kloubert (mkloubert@users.sourceforge.net)
http://www.sf.net/projects/metalvz
Released for free under a Creative Commons Attribution 2.5 License

*/

body {
	background-color: black;
    color: white;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

body .dialog .content {
    height: 100%;
    overflow: auto;
	width: 100%;
}

body .ui-dialog .ui-dialog-buttonpane button {
    font-size: 12pt;
}

body .ui-dialog-content {
    font-size: 10pt;
}

body .ui-dialog-titlebar {
    font-size: 12pt;
}

#contentArea {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    margin-left: 264px;
}

#contentArea a {
    color: yellow;
    text-decoration: none;
}

#contentArea a:hover {
    text-decoration: underline;
}

#contentArea h1 {
	background-color: #1277a8;
	border: 1px solid #26b3f7;
	clear: both;
	display: block;
	font-size: 18pt;
    margin: 0px;
    padding: 0px 8px 0px 8px;
}

#contentArea p {
    clear: both;
    display: block;
    padding-right: 8px;
	text-align: justify;
}

#contentArea ul {
	list-style-type: square;    
}

#contentArea ul li {    
    padding-right: 8px;
    text-align: justify;
}

#contentWrapper {
    font-size: 12pt;
	float: left;
    width: 100%;
}

#headerArea {
	background-image: url("../images/non_free/header.png");
	background-repeat: no-repeat;
	border-bottom: 1px solid #555555;	
	height: 192px;
	overflow: hidden;
	width: 100%;
}

#loginBox {
	background-color: #424242;
	border: 1px solid #252525;
	clear: both;
	display: block;
	padding: 4px 12px 12px 12px;
}

#loginBox a {
    color: yellow;
    text-decoration: none;
}

#loginBox a:hover {
    text-decoration: underline;
}

#loginBox .line {
    font-size: 11pt;
}

#loginBox .lineForgotPassword {
    font-size: 9pt;
    margin-top: 4px;
}

#loginBox .lineInputControl {
    margin-top: 4px;
}

#loginBox .lineInputControl input {
    width: 206px;
}

#loginBox .lineInputControl input[type=button] {
	margin: 12px 0px 0px -2px;
    width: 216px;
}

#loginBox .lineTitle {
	margin-top: 8px;
}

#mainArea {
    width: 100%;
}

#menuArea {
    background-color: #ab0000;
    border-bottom: 1px solid #555555;
    font-size: 12pt;
    height: 36px;
    overflow: hidden;
    width: 100%;
}

#menuArea .link {
    float: right;    
    font-weight: bold;
    margin-right: 16px;
    margin-top: 8px;
}

#menuArea .link a {
    color: white;
    text-decoration: none;
}

#menuArea .link a:hover {
    text-decoration: underline;
}

#menuArea .overwiewItem {
    float: left;    
    margin-left: 16px;
    margin-top: 8px;
}

#menuArea .overwiewItem a {
    color: white;
    text-decoration: none;
}

#menuArea .overwiewItem a:hover {
    text-decoration: underline;
}

#menuArea .overwiewItem .icon {
    float: left;
    overflow: hidden;
    height: 16px;
    margin-right: 6px;
    margin-top: 4px;
    width: 16px;
}

#navigationArea {
    float: left;
    font-size: 12pt;
    margin-left: -100%;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 16px;
    width: 240px;
}

#navigationArea .item {
	background-image: url("../images/menu_item_bg.png");
	background-repeat: no-repeat; 
	height: 40px;
    margin-bottom: 4px;
    overflow: hidden;
    padding-top: 8px;
    text-align: center;
	width: 240px;
}

#navigationArea .item a {
    color: white;
    text-decoration: none;
}

#navigationArea .item a:hover {
    color: yellow;
}

#overwiewItemFriendIcon {
	background-image: url("../images/icon_friends.png");
}

#overwiewItemMessageIcon {
    background-image: url("../images/icon_message.png");
}

#pageName {
	float: right;
	font-size: 40pt;
	font-weight: bold;
	margin-right: 16px;
    margin-top: 64px;
}

#signonBox {
    background-color: #424242;
    border: 1px solid #252525;
    clear: both;
    display: block;
    font-size: 11pt;
    padding: 12px 12px 0px 12px;
    margin-top: 16px;
}

#signonBox a {
    color: yellow;
    text-decoration: none;
}

#signonBox a:hover {
    text-decoration: underline;
}

#signonBox h1 {
    clear: both;
    display: block;
	font-size: 12pt;
    margin: 0px;
	padding: 0px;
}

#signonBox p {
    text-align: justify;
}
