html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: 100%;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body a {
	text-decoration:none;
	font-size:12px;
	color:#1A45F2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

body a:hover {
	text-decoration:underline;
}

.poll {
	margin-top:2px;
	width:800px;
	float:left;
}

.doc {
	margin: 0 auto;
	width: 800px;
	position: relative;
	text-align: left;
}

.header {
	background: url(../images/topbanner.jpg) repeat-y center top;
	margin: 0 auto;
	width: 800px;
	height: 191px;
	text-align: left;
	margin-top:15px;
}

.doc-wrap {
	float:left;
	margin-top:12px;
}

/* Login */

.login {
	float:right;
	width:425px;
	height:20px;
	margin-top:7px;
}

.logged_in {
	float:right;
	margin:5px;
	margin-right:16px;
	display:inline;
}

.login_welcome {
	float:left;
	position:relative;
	width:auto;
	height:30px;
	margin-right:2px;
}

.login_welcome a {
	color:#000;
}

.loggedin_text {
	float:left;
	position:relative;
	width:auto;
	height:30px;
	margin-left:4px;
	display:inline;
}

.loggedin_text a {
	color:#000;
}

.loggedin_text a:hover {
	text-decoration:underline;
}

.mail_icon {
	float:left;
	position:relative;
	width:16px;
	height:16px;
	margin-left:4px;
}

.settings_icon {
	float:left;
	position:relative;
	width:16px;
	height:16px;
	margin-left:4px;
	margin-top:-1px;
	display:inline;
}

.logout_icon {
	float:left;
	position:relative;
	width:16px;
	height:16px;
	margin-left:4px;
	display:inline;
}

#user-bar {
	float:right;
	padding: 0;
	margin-top: 0px;
	margin-right:16px;
	display:inline;
}

#user-bar label {
	float: left;
	margin-left: 13px;
	margin-right: 1px;
	margin-top:1px;
	display:inline;
}

#user-bar input {
	float: left;
	width: 120px;
	padding: 0;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
	padding-left:2px;
}

#user-bar input.go-button {
  margin-top: 1px;
  margin-left: 5px;
  width:auto;
}

/* MENU BAR */

.menu {
	width:auto;
	float:left;
	clear:left;
	margin-top:10px;
	margin-left:20px; /* was 70, bjqrn0 | was 108. QBall147 */
}

ul, li {border:0; margin:0; padding:0; list-style:none;}
ul{
	border-bottom:solid 1px #e9f0f5;
	height:29px;
	margin-left:3px;
}
li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	background:url(../images/tab-round.png) right 60px;
	color:#56554e;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url(../images/tab-round.png) left 60px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(../images/tab-round.png) right 30px;
	display:block;
	color:#e0ded0;
}
.tab a:hover span{
	background:url(../images/tab-round.png) left 30px;
	display:block;
}

/* 	-- active elements */
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	color:#285280;
	background:url(../images/tab-round.png) right 0 no-repeat;
}
.active a span, .active a:hover span{
	background:url(../images/tab-round.png) left 0 no-repeat;
}

/* MAIN CONTENT */

.topbg {
	background: transparent url(../images/topbg.png) no-repeat center top;
	height:40px;
	width:800px;
	float:left;
}

.content {
	width:794px;
	float:left;
	margin: 0;
	margin-bottom:9px;
	padding: 0;
	position: relative;
	text-align: left;
	background-color:#eaf5ed;	
	border-left:3px solid black;
	border-right:3px solid black;	
	border-bottom:3px solid black;
}

.content_text {
	width:760px;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	margin:0;
	height:auto;
	float:left;

}

.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-decoration:none;
	color:#000000;
	margin:0;
}


.sub_heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#444444;
}

.text_body {
	margin-top:10px;
	margin-bottom:15px;
}

.tableRec TD {
	border-bottom: 1px #CCCCCC dotted;
	padding:2px;
}

.tableRec TH {
	border-bottom: 1px #CCCCCC dotted;
	padding:2px;
	text-align:center;
}

.table {
	border:1px solid #DDDDDD;
	border-collapse:collapse;
}


.text_red {
	color: #FF0000;
}

.filter input {
	float: left;
	width: 120px;
	padding: 0;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:2px;
}

.filter_box {
	float:right;
}

.standings_num {
	text-align:center;
}

.division_heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none;
	color:#000000;
	margin-bottom:10px;
}

/* Divs super combo */
.supercombo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	background: #F5F5F5;
	color: #205AA7;
	border: 1 solid #AAAAAA;
}
