/*body { 
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}*/
body { background: #161529; color: black; font-family: verdana,arial,helvetica; font-size: 12px;}
#container {
	background-color: #242343;
	width: 98%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#main {
    margin: 10px auto 0px;
    width: 90%;
    text-align: center;
	background-color:#242343;
}
#header {
    margin-bottom: 10px;
    text-align: left;
}
#userStatus {
	color:#FFFF33;
	font-size:10px;
	margin-bottom: 5px;
	text-align: left;
}
.menu {
    clear: both;
    padding-bottom: 20px;
    text-align: left;
}

.menu ul {
    margin: 0px;
    padding: 0px;
	list-style: none;
}

.menu li {
    float: left;
    white-space: nowrap;
}

.menu a {
	display: block;
	padding-right: 20px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
    background: url('../images/menusep.gif') no-repeat right;
}
.menu li:last-child a {
    background: none;
}
.menu a:hover {
	color:#999900;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menu a {
 float: left;
}
/* \*/
.menu a {
 float: none;
}
/* */

#adminMenu {
    clear: both;
}

#content {
    padding-top: 25px;
    clear: both;
}

div#navBar{
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}
div#navBar, div#navBar a {
    color: #336600;
}
div#navBar a:hover {
    color: #999900;
}

#footer {
	color:#888888;
	font-size:10px;
	text-decoration:none;
    margin-top: 20px;
}
#footer a {
	color:#333300;
	text-decoration:underline;
}
#footer a:hover {
	color:#999900;
}

#top {
    float: left;
}

#themeSelector {
    float: right;
    padding-right: 14px;
    margin-top: 14px;
    margin-left: 34px;
}

#themeSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

.feedList {
    float: right;
    padding: 0;
    list-style-type: none;
    text-align: left; 
}

.feedList li {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 5px;
	margin-left: 0;
}

.feedList li a {
	padding: 0 0 0 19px;
	list-style-type: none;
	font-size: 12px;
	text-decoration:none;
	color:#FFFF00;
	font-weight: bold;
}

.feedList li a.color1 {
    background: url("../images/07.png") no-repeat 0 50%;
}

.feedList li a.color2 {
    background: url("../images/14.png") no-repeat 0 50%;
}

.feedList li a:hover {
	color:#00FF33;
}
.noindent { color:#CCFF00;}
.yell {
	color:white;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
}
.yelad {color:#BBC9D9;  font-family: verdana,arial,helvetica; font-size: 12px; line-height: 140%; font-weight: bold; }
.lnk {color:#FFFF00; text-decoration: none;}
.white {color: #f1f1f1;}
.lnkp {color:#FFE064; text-decoration: none;}