@import url("reset-min.css?3");
@import url("fonts-min.css?3");
@import url("content.css?3");
@import url("misc.css?3");
@import url("results.css?3");
@import url("form.css?3");
@import url("menu.css?3");
@import url("sidebar.css?3");
@import url("table.css?3");


body {
    background:#c0c0c0 url(/images/bg.jpg) repeat-x top left;
    font-family: arial,sans-serif; 
    padding: 10px 33px 0 18px;
    text-align: center;
    height: 98.6%;
}

strong { font-weight: bold; }
strong.username { color: #333; }

#auth_topbar { border-bottom: 1px solid #C7C7C7; }
#auth_topbar span { text-align:right; color: #C7C7C7; }

#container { 
	border-left: 1px solid #C7C7C7; 
	border-right: 1px solid #C7C7C7; 
	border-top: 1px solid #C7C7C7; 
    margin:0 auto;
    text-align: left;
    width: 983px;
}

#container{background:#fff;border:1px solid #c7c7c7;position:relative;text-align:left;}

#top_bar {
	background: #fff url(/images/top_grey_bar.gif) repeat-x;
	border-top: 5px solid #636363;
	clear: left;
	color: #999;
	height: 28px;
}
#top_bar ul { display: inline; float: right; padding: 6px 0 0 0; }
#top_bar li {
	background: url(/images/top_bar_separator.gif) no-repeat top left;
	display: block; 
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	padding: 0px 9px;
}
#top_bar li ul li { font-weight: normal; }
#top_bar li.first { background-image: none; }
#top_bar li img { margin: 0 3px 0 0; vertical-align: middle; } 
#top_bar .weather { color: #333; }
#top_bar a { color: #FF6600 !important; text-decoration: none; }

#top_bar a.grey { color: #999 !important; }
