body {
	text-align: center;
    	font-family: "Tahoma", sans-serif;
    	font-size: 9pt;
    	margin: 0px;
    	color: #131313;
	margin-top: 4px;
}
#mainNav {
    	text-align: left;
    	margin: 0px auto;
    	width: 780px;
}
#topNav {
    	text-align: center;
}
#leftNav {
    	float: left;
    	width: 200px;
}
#rightNav {
    margin-left: 203px;
    background: url(images/bottomCorner.jpg) right bottom no-repeat;
	padding-bottom: 17px;
}

#botNav {
	background: url('images/foot.jpg') no-repeat;
	height: 35px;
	margin-top: 5px;
	color: #FFFFFF;
	text-align: center;
}

#botNav table {
	height: 35px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 8pt;
}
#botNav table a {
        text-transform: uppercase;
        color: #FFFFFF;
}
	
.clr {
    clear: both;
}
.content {
    padding: 6px 6px 2px 5px;
}

.contentHeader {
	height: 36px;
}

table {
    font-size: 1.0em;
}

th {
    font-weight: normal;
}

p.news {
    margin: 2px 0px 10px 0px;
}

p.subHead {
    font-size: 1.3em;
    letter-spacing: -0.5;
    color: #28386F;
    background-color: #DBDBFF;
    margin: 1px 0px 7px 0px;
    padding: 2px;
    border-bottom: 2px solid #28386F;
}

a {
    color: #28386F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.small {
    font-size: 0.8em;
}

table.standings, table.gamesSchedule, table.auth {
    border-collapse: collapse;
    width: 100%;
}
table.standings tr:hover {
    background-color: #DBDBFF;
}
table.standings td {
    border-top: 1px solid #DBDBFF;
    text-align: center;
    font-size: 8pt;
}

table.auth td, table.wgid td{
    padding: 3px;
    border-bottom: 1px solid #DBDBFF;
}

table.gamesSchedule td {
    padding: 2px 6px;
    border: 1px solid #DBDBFF;
    font-size: 8pt;
}
table.gamesSchedule th {
    padding: 4px;
    border: 1px solid #DBDBFF;
    font-weight: bold;
}

table.matchUpdate td {
    padding: 5px;
}

tr.lBlue {
    background-color: #DBDBFF;
}

.red {
    color: #C60202;
}

.large {
    font-size: 1.4em;
    font-weight: bold;
}

.largeBlue {
    font-size: 1.3em;
    letter-spacing: -0.5;
    color: #28386F;
}

td.teamLogo {
    width: 100px;
    height: 100px;
    //border: 1px dotted #28386F;
    text-align: center;
	vertical-align: middle;
}

div.gallery {
    padding: 10px;
    float: left;
    width: 110px;
    height: 100px;
    margin: 5px;
    text-align: center;
}

div.gallery:hover {
    background-color: #DBDBFF;
}

div.gallery img {
    margin-bottom: 5px;
}

p.adminMenu {
    background-color: #DBDBFF;
    margin: 0px;
    padding: 3px;
    text-align: right;
}

input, textarea {
    font-family: "Tahoma", sans-serif;
    font-size: 10pt;
    border: 1px solid #28386F;
}
p.messageOK {
    display: table-cell;
    vertical-align: middle;
    background: url('images/ok.jpg') left center no-repeat;
    border: 1px solid #DBDBFF;
    padding: 2px 60px;
    height: 52px;
    font-weight: bold;
}

p.messageError {
    display: table-cell;
    vertical-align: middle;
    background: url('images/error.png') left center no-repeat;
    border: 1px solid #DBDBFF;
    padding: 2px 60px;
    height: 52px;
    font-weight: bold;
    color: #BB0202;
}

ul {
    list-style-image: url(images/listImage.jpg);
}

.arrows {
    font-size: 0.7em;
    letter-spacing: -2;
}

form {
    margin: 0px;
}
