/* CSS Document */
body {
	font-family: Geneva, Arial, Sans-serif;
	font-size: small;
	color: #666666;
	
	/*
    background: #c7ced5 url(../images/pinstripes.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	*/
	margin-top: 0px;
	background-color: #050304; 
}
#topbar {
	height: 42px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: static;
	z-index: 99;
	top: 0px;
	width: 810px;
}
#header_text {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	
	background:#16263D;
	text-align:right;
	font-size:xx-small;
	letter-spacing:1px;	
	font-weight:bold;
	color:#CCCCCC;
}
#heading {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#signout {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #ffffff;
	background-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#signout a {
	color: #ffffff;
	font-size: x-small;
}

#menu{
	float: left; 
	width: 150px;
	
	color: #ffffff;
	background-color: #666666;
	margin-right: 10px;
}
#menu a {
	text-decoration: none;
	color: #eeeeee;
	display: block;
	background-color: #999999;
	margin-left: 4px;
	margin-right: 4px;	
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border: thin solid #cccccc;
}
#menu a:hover {
	background-color: #aaaaaa;
}

#teamBar {
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#page {
	clear: both;
	width: 792px;
	padding: 10px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	min-height: 300px;
}
.alert {
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
	padding-left: 75px;
	color: rgb(198, 0, 0);
	width: 650px;
	text-align: left;
	background-color: rgb(255, 255, 204);
	border: 1px solid rgb(255, 204, 0);
	
	background-image: url('../images/bang.png');
	background-repeat:no-repeat;
	background-position: center left;
	min-height: 25px;
	
	display: none;
}


table.alternating_rows{
	border-collapse:collapse;
	border: thin solid #999999;
}

table.alternating_rows th{
	padding: 2px 5px;
	border-right: thin solid #cccccc;
	border-left: thin solid #cccccc;
	border-bottom: thin solid #999999;
	color: #ffffff;
	background-color: #999999;
}

table.alternating_rows td{
	padding: 2px 5px;
	border-right: thin solid #999999;
	border-left: thin solid #999999;
}
