.red { color:#821e1e; background:none; }
.green { color:#005110; background:none; }
.lightGray { color:#e1e2e3; background:none; }
.gray { color:#aaa; background:none; }
.darkGray { color:#676767; background:none; }
.orange { color:#e8621e; background:none; }
.yellow { color:#e8e868; background:none; }

body { 
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}
#outerMain {
    position:absolute;
    left:50%;
    top: 50px;
    width: 1360px;
    height: 100%;
    margin-left: -680px;
}
#main {
    position: absolute;
    top: 0px;
    left: 250px;     
    width: 860px;
    margin-top: 20px;
    /* width: 80%; */
    text-align: center;
}
#header {
    margin-bottom: 10px;
    text-align: left;
}

#userStatus {
	color:#676767;
	font-size:10px;
    margin-bottom: 5px;
    text-align: left;
}
.menu {
	position:relative;
    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:6px 12px 6px 12px;
	color:#e8621e;
	font-weight:bold;
	margin:5px 7px 2px 0;
	background:#fff;
	text-decoration:none;
	border:solid 1px #aaa;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.menu a:hover {
	color:#fff;
	background:#e8621e;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menu a {
 float: left;
}
/* \*/
.menu a {
 float: none;
}
/* */

#adminMenu {
    clear: both;
}

#adminMenu a {
	background:#e1e2e3;
	}

#adminMenu a:hover {
	background:#e8621e;
	}
	
#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: #005110;
	text-decoration:none;
}
div#navBar a:hover {
    color: #676767;
	text-decoration:underline;
}

#footer {
	position:relative;
	color:#aaa;
	font-size:10px;
	text-decoration:none;
    margin-top: 20px;
}
#footer a {
	color:#676767;
	text-decoration:none;
}
#footer a:hover {
	color:#005110;
	text-decoration:underline;
}

#top {
    float: left;
}

#themeSelector {
    float: right;
    padding-right: 14px;
    margin-top: 14px;
    margin-left: 34px;
}

#ThemeSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

#languageSelector {
    float: right;
    padding-right: 14px;
    margin-top: 14px;
    margin-left: 34px;
}
#LanguageSelectorWidget {
    font-size: 10px;
    color: #6f7065
}


.feedList {
    float: right;
    padding: 0;
    list-style-type: none;
    text-align: left; 
}

.feedList li {
    margin: 0 0 5px 0; 
    padding: 0;
    list-style-type: none;
}

.feedList li a {
    padding: 0 0 0 19px;
    list-style-type: none;
    font-size: 10px;
	text-decoration:none;
    color:#333300;    
    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:#999900;
}

#BoGClassifiedsDisclaimer {
	top:21px;
	position:relative;
	}
