﻿html
{
    /*background-color: #20753B;
    background-color: #003E66;*/
    background-color: Black;
}

body
{
    background-color: Black;
    font-family: georgia, Times New Roman, Sans-Serif; 
    font-size: 12px;
}

h2
{
	font-family: Helvetica;
    background-repeat: no-repeat;
    font-size: 16pt;
    font-weight: bold;
    color: #d3d3d3;
    text-align: center;
    background-image: url(../../images/hawaiianislands_small.gif);
    background-color: #006633;
    vertical-align: top;
    background-position: 65% 50%;
    line-height: 44px;
    border-right: black 2px solid;
    border-bottom: dimgray 2px solid;
}

a
{
	text-decoration: none;
	/*color: #0033ff;*/
	color: black;
}

a:hover
{
	text-decoration: underline;
	/*color: black;*/
	color: #0033ff;
}

a:active
{
    text-decoration: underline;
    color:White;
}

a:visited
{  
    /*color :#165028;*/
    color: #0099ff;
}

caption
{
    /*background-color: #006633;*/
    background-color: #E8FFF3;
    text-align: left;
    color: black;
    font-weight: bold;
    padding: 4px;
    border: solid 1px #006633;
    font-size: 11pt;
    font-family: Calibri;
}

/*This fixes the div in div issues
Just apply the clearfix class to the enclosing div
http://www.positioniseverything.net/easyclearing.html*/
.clearfix {display: inline-block;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#header
{
	width: 100%;
	/*border: solid 1px black;*/
	border: solid 1px white;
	padding: 5px;
	margin: 5px;
	background-color: #006633;
	text-align: left;
	font-size: 14px;
}

#navigation, #adminNavigation
{
	margin: 0px;
	padding: 0px 0 15px 10px;
}

#navigation li, #adminNavigation li
{
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
	/*border: solid 1px #CCCBC9;*/
	text-align: center;
}

#header a
{
	padding-bottom: 2px;
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCCBC9;
}

#header a:active, #header a:hover
{
	padding-bottom: 2px;
	color: #FFFFFF;
}

#main
{
	width: 100%;
	border: solid 1px white;
	padding: 5px;
	margin: 5px;
	font-family: Tahoma;
	/*background-color: #165028;*/
	background-color: #CCCBC9;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#CCCBC9, endColorstr=#ffffff);
}

#footer
{
	width: 100%;
	border: solid 1px white;
	padding: 5px;
	margin: 5px;
	height: 15px;
	font-size: 11px;
	background-color: #006633;
	color: white;
	text-align: left;
}

#footer ul
{
	margin: 0px;
	padding: 0 0 20px 0;
}

#footer li
{
	margin: 0px;
	padding-right: 0px;
	display: inline;   
	list-style-type: none;
}

#footer a
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCCBC9;
}

#footer a:active, #footer a:hover
{
	border-bottom: 2px solid white;
	padding-bottom: 2px;
	color: White;
}

.drop
{
	float:left;
	font-size: 400%;
	line-height: 1em;
	margin: 4px 10px 10px 0px;
	padding: 4px 10px;
	border: 2px solid #808080;
	background: #eee;
}

#coaches
{
    
}

#coaches td
{
    text-align: left;
    vertical-align: top;
}

#schedule
{
    border-collapse: separate;
    border: solid 1px white;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: Black
}

#schedule th
{
    width: 100px;
    border: solid 1px white;
    padding: 5px;
    background-color: #CCCBC9;
}

#schedule td
{
    width: 150px;
    border: solid 1px white;
    padding: 5px;
    background-color: #CCCBC9;
}

#EditCoachTable th
{
    vertical-align: top;
    text-align: center;
}