/* Layout CSS */
body{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#pageContainer{
	width: 1000px;
	margin: 0px auto;
}
#header{
	width: 100%;
}
#headerLeft{
	display: inline;
	float: left;
	width: 50%;
	text-align: left;
}
#headerRight{
	display: inline;
	float: right;
	width: 50%;
	text-align: center;
}
#quickStats{
	width: 450px;
	background-color: #242c30;
	background-image: url(images/quickstats_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding: 3px;
	border: 1px solid #3b474e;
	background-color: #242c30;
}
.quickStatsStat{
	display: inline;
	width: 110px;
	clear: both;
	margin-left: 10px;
	margin-right: 20px;
}
#inset{
	background-image: url(images/inset.gif);
	background-repeat:repeat-x;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}
#serverTime{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	clear: both;
	color: #b9b9b9;
}
#bannerMessage{
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#mainBody{
	clear: both;
	width: 100%;
}
#mainLeft{
	float: left;
	display: inline;
	width: 200px;
}
#mainRight{
	float: right;
	display: inline;
	width: 800px;
	text-align: center;
}
#sideMenuContainer{;
	width: 199px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-y;
}
#subItems{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 45px;
}
#footer{
	font-size: 12px;
	clear: both;
	width: 100%;
	text-align: center;
}
#quickEvents{
	width: 100%;
	text-align: center;
}

/* Style CSS */
a:link,a:visited,a:hover,a:active{ 
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
} 
.quickStatsKey{
	display: inline;
	font-weight: bold;
}
.bar_a{
	width: 100px;
	height:15px;
	border: 1px solid #eee;
	background-color:#000000;
	padding: 1px;
	text-align: left;
    overflow: hidden;
}

.bar_b{
	background-image:url(images/bar.gif);
	background-repeat:repeat;
	height:100%;
}
.loc_bar_a{
    width: 100px;
    height:8px;
    border: 1px solid #eee;
    background-color:#550000;
    padding: 1px;
    text-align: left;
    overflow: hidden;
}
.loc_bar_b{
    /*background-image:url(images/bar.gif); */
    background-color:#990000;
    background-repeat:repeat;
    height:100%;
}
.contenthead{
	width: 90%;
	background-image:url(images/content_header_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #b1770b;
	border-right: 1px solid #b1770b;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	max-height: 22px;
	padding: 4px;
	text-align: left;
	margin: 0px auto;
	
}
.contentcontent{
	width: 90%;
	border: 1px solid #b1770b;
	background-color: #2d2d2d;
	padding: 4px;
	margin: 0px auto;
	text-align: left;
}
.city {
	margin-bottom:16px;
	line-height:16px;
}
img { 
	border: none; 
}
.smallLinks{
    font-size: 10px;
}
.smallLinks a:link,.smallLinks a:visited,.smallLinks a:active{
	font-size: 10px;
	text-decoration: underline;
}
.smallLinks a:hover{
    text-decoration: underline;
    color: yellow;
}
.subItem{
	display: list-item;
	list-style-image:url(images/bullet.gif);
	font-size: 12px;
}
.subItem a:link,.subItem a:visited,.subItem a:active{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.subItem a:hover{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.content a:link, .content a:visited, .content a:active{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.content a:hover{
    text-decoration: underline;
    color: yellow;
    font-weight: bold;
}
.red{
    color: red;
}
.red a:link, .red a:visited, .red a:active{
    color: red;
}
.red a:hover{
    text-decoration: underline;
    color: yellow;
}
.content input,select,textarea{
    border: lightgray 1px solid;

    background-color: white;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}
.content input[type="submit"], input[type="checkbox"]{
    border: lightgray 1px solid;
    background-color: gray;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
}