html {
	overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #282828;
	font: 12px verdana, arial, helvetica, sans-serif;
}
label {
    cursor: pointer;
}
a img {
    border: none;
}
#container {
	width: 450px;
	margin: 10px auto 0 auto;
}
#header {
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #5E7FAD;
	font: 18px "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: bold;
}
#bottom {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	width: 100%;
	border-top: 1px dotted #5E7FAD;
}
#bottom table {
	text-align: center;
	width: 380px;
	margin: 5px auto 5px auto;
	border: 0;
}
a {
	text-decoration: none;
	color: #5E7FAD;
    font-size: 15px;
}
a:hover {
	color: #7797C2;
}
.table_header {
	font-size: 12px;
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
}
.table_odd {
	background-color: #DDD;
}
.table_even {
	background-color: #CCC;
}
.table_normal {
	background-color: #FFF;
}
.teams_table {
	font-size: 12px;
}
.teams_table td {
    padding: 3px;
}
.big_num_blue {
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
}
.selected_option {
	background-color: #CCCCFF;
}
#adminlogin {
    border: 1px solid #05F;
    width: 150px;
    margin: 10px auto;
}
#adminlogin .admintitle {
    background-color: #9BF;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #05F;
}
#adminlogin .admincontent {
    padding: 5px;
}
#adminlogin .request {
    margin: 5px 0px;
    font-weight: bold;
}
#adminlogin .submit {
    text-align: right;
}
#adminlogin input {
    color: #05f;
}
.admintitle {
    font-weight: bold;
}
ul li {
    list-style-image: url(../images/ul.gif);
}
.admin_link {
    text-align: center;
    border-top: 1px dotted #5E7FAD;
    padding: 20px;
}
.copyright {
    text-align: center;
    border: 1px dotted #5E7FAD;
    padding: 5px;
}
#searchButton {
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
}
.readonly {
    background-color: #EEE;
}
.noreadonly {
    background-color: #FFF;
}
.error {
    color: #C00;
    font-weight: bold;
}
.success {
    color: #0C0;
    font-weight: bold;
}
div.error, div.success {
    width: 300px;
    margin: 5px auto;
    font-weight: bold;
    font-size: 11px;
    padding: 10px;
    border: 1px solid #000;
}
div.error {
    background-color: #FDD;
    color: #333;
}
div.success {
    background-color: #DFD;
    color: #333;
}
#header .date {
    display: table;
    float: right;
    font-size: 12px;
}
.newPost {
    margin-bottom: 30px;
    border: 1px solid black;
    width: 100%;
    height: 200px;
}
.teams_table a {
    font-size: 12px;
    display: block;
    width: 100%;
}
.teams_table a:hover {
    text-decoration: underline;
}
.title {
    font-weight: bold;
    font-size: 16px;
    background-color: #DDD;
    text-align: center;
    padding: 5px 0px;
}
