<style type="text/css">

A {
        color: #000000;
        text-decoration: none;
}
A:link {
        color: #aaaaaa;
        text-decoration: none;
}
A:visited {
        color: #aaaaaa;
        text-decoration: none;
}
A:hover {
        color: #cccccc;
        text-decoration: none;
}
A:active {
        color: #cccccc;
        text-decoration: none;
}


BODY     {
        font-family: Arial, Tahoma, Georgia, "MS Sans Serif", "Trebuchet MS", sans-serif;
        color: #aaaaaa;
	font-size: 9pt;
        background-color: #555555;
	//background-image: url("images/background.gif");
}

IMG      {
        border:0px;
}

input {
	background: #333333;	
	Border: 1px Solid #555555;
	Color: #999999;
}


div.container {
	
	background-color:transparent;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

div.header {
	z-index:20;
	height:70px;
	background:#444444;
	background-image: url("default/title.gif");
	background-repeat: no-repeat;
	text-align: left;
}

div.tabcontainer {
	text-align:left;

	height:30px;
	left:0px;
	background:#444444;
	position:static;
    border-bottom: 2px solid #555555;
}

div.settings {
	text-align:left;
	height:100px;
	left:0px;
	background:#4a4a4a;
	overflow:hidden;
	Border-top: 2px Solid #666666;
	Border-bottom: 2px Solid #666666;
	padding:5px;
}

div.topbar {
	z-index:-1;
	width:98%;
	left:0px;
	top:0px;
	height:108px;
	background:#2f2f2f;
	position:absolute;
	margin-left:10px;
	margin-right:10px;
}

div.mainpage{
	text-align: center;
	z-index:20;
	padding:5px;
	background:#555555;
	background-image: url("images/leftbottomcrnr.gif");

	background-repeat:repeat-x;
	margin: 0 auto; 	
}

div.mainpagebottom {
	height:15px;
	text-align:center;
	font-size: 7pt;
}

div.footer {
	text-align: left;
	z-index:20;
	width:800px;
	margin:5px;
	font-size: 7pt;
	background:transparent;
}

div.statusbox {
	z-index:30;
	margin-top:10px;
	padding:5px;
	width:200px;
	height:50px;
	font-size:8pt;
	color:#aaaaaa;
	background:#777777;
	float:right;
	margin-right:10px;
}



div.avatar
{
	
	width:50px;
 
	height:50px;
 
	background:#888888;
 
	background-repeat:no-repeat;
 
	background-position: center center;

	top:0px;
	
left:0px;

}

div.untab{
	text-align:center;
	background:transparent;
	width:100px;
	height:100%; 
	float:left;
	background-image: url("default/untab.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.tab{
	text-align:center;
	background:transparent;
	width:100px;
	height:100%; 
	float:left;
	background-image: url("default/tab.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.section{
	border-bottom: solid 1px; border-color:#777777; width:100%; text-align:left; font-weight: bold; 
}

div.section2{
	border-bottom: solid 1px; border-color:#555555; width:100%; text-align:left; font-weight: bold; 
}

div.button{
	text-align:center;
	background:#555555;
	border:solid 1px;
	border-color:#666666;
	width:60px;
	height:15px; 
	float:left;
}


div.buttonselected{
	text-align:center;
	background:#555555;
	border:solid 1px;
	border-color:#888888;
	width:60px;
	height:15px; 
	float:left;
}

div.windowcontainer{
	margin:10px; background:#777777; color:#333333;
	text-align:left;
	background-image: url("default/windowbottom.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}

div.midwindowcontainer{
	margin:10px; background:#777777; color:#333333;
	text-align:left;
	background-image: url("default/midwindowbottom.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}

div.windowtitle{
	text-align:left;
	background:#999999; color:#336688; font-weight:bold; font-size:13px; width:100%; height:25px;
	background-image: url("default/windowtop.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

div.midwindowtitle{
	text-align:left;
	background:#999999; color:#336688; font-weight:bold; font-size:13px; width:100%; height:25px;
	background-image: url("default/midwindowtop.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

div.Highlight{
	background-image: url("default/hl.jpg");
	background-repeat: repeat-x;
	width:100%;
	margin-top:2px;
}

div.error{
	color:#992222;
}

div.box{
	border:solid 1px #aaaaaa;
	background:#888888;
}


</style>