/***********************************************/
/* Gator Gymnastics Gang CSS                   */
/***********************************************/

/***********************************************/
/* Zero out all tags                            */
/***********************************************/ 

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, image, table { 
margin: 0; 
padding: 0; 
border: 0; 
} 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html { min-height: 100%; margin-bottom: 1px; } /* forces scrollbar */

body {
	font-family: "Comic Sans MS", Georgia, "Times New Roman", sans-serif;	
	font-weight: normal;
	font-size: .85em;
	color: #003399;
	background-color:#FFFFFF;
	margin: 5px;
	text-align:center;
	min-width: 770px;
}

table {
	empty-cells: show;
	text-align: center;
}

/******* fonts and colors *******/

.orange {color: #FF6633;}
.blue {color: #003399;}
.pink {color: #FF6699;}
.MenuText {font-variant: small-caps; font-weight: bold;}
.PageTitleFont {font-size: large; font-weight: bold;}
.ContactNameFont {font-size: medium; font-weight: bold;}
.ContactTitleFont {font-size: medium; color: #FF6633;}
.smallcaps {font-variant:small-caps;}
#CaptainsTable, #CaptainsTable td {border: 1px outset #003399;}


/******* hyperlink and anchor tag styles *******/

a:link {color: #003399;	border-bottom-color:#FF6633; border-bottom-style:dashed; border-bottom-width: 1px; text-decoration: none;}
a:visited {color: #003399; border-bottom-color:#FF6633; border-bottom-style:dashed; border-bottom-width: 1px; text-decoration: none;}
a:hover {color: #FF6633; border-bottom-color:#003399; border-bottom-style:solid; border-bottom-width: 1px; text-decoration: none;}
a:focus {color: #FF6633; border:0; text-decoration: none;}
a:active {color: #FF6633; border:0; text-decoration: none;}
a img {border:none; text-decoration: none;} 

/************** header tag styles **************/

h1{font: bold 120%;}
h2{font: bold 114%;}
h3{font: bold 108%;}

/*************** list tag styles ***************/

ul{
	list-style-type: disc;
	padding-left: 2%;
}

ul ul{list-style-type: square;}


/********* form and related tag styles *********/

label{
}
				
input{
}


/***********************************************/
/* Layout and Positional Divs                  */
/***********************************************/
#EntirePage {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 1%;
}

.HeaderBox {width:450px; margin-left:auto; margin-right:auto}
.HeaderBox a{border:none; text-decoration:none;}
.HeaderImage {float:left;}
.BoosterClubHeaderFont {
	font-family: "Century Gothic", "Times New Roman", serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	position:relative;
	top:10px;	
}

.Content {text-align:center;}

.ProfileImages {border:thin solid #FF6633;}
.FilmStripImages {border:thin solid #00399;}

#NavBar {width:760px;}
#NavBar a{border-top-color:#003399; border-top-style:dashed; border-top-width: 1px; border-bottom-color:#FF6633; border-bottom-style:dashed; border-bottom-width: 1px; text-decoration:none;}
#NavBar a:hover{border-top-color:#FF6633; border-top-style:solid; border-top-width: 1px; border-bottom-color:#003399; border-bottom-style:solid; border-bottom-width: 1px; text-decoration:none;}

.ImageRight {float:right; padding-left: 5px; padding-top: 4px; padding-bottom: 2px;}
.ImageLeft {float:left; padding-right: 5px; padding-top: 4px; padding-bottom: 2px;}

.ImageLink a{border:none; text-decoration:none;}

#ThreeColLeft {
width:260px;
padding:0px;
float:left;
text-align:center;
}

#ThreeColCenter {
width:250px;
padding:0px;
float:left;
text-align:center;
}
	
#ThreeColRight {
width:260px;
padding:0px;
float:left;
text-align:center;
}

#TwoColumns {
width:385px;
padding:0px;
float:left;
text-align:center;
}

/* Meet Results */
#MeetPhotos {width:140px; padding:0px; float:left; text-align:center;}
.MeetCenter {width:625px; float:right; text-align:justify;}
.MeetCol1 {width:310px; float:left; text-align:center;}
.MeetCol2 {width:310px; float:right; text-align:center;}
.MeetRank {width:30px; float:left; text-align:right;}
.MeetPlayer {width:190px; float:left; text-align:left;}
.MeetTeamInitials {width:30px; float:left; text-align:center;}
.MeetScore {width:60px; float:left; text-align:right;}
.MeetTeam {width:220px; float:left; text-align:left;}
/* end of Meet Results */

/* Schedule of Events Columns */
#DateHdr {width:238px; float:left; text-align:center;}
#TimeHdr {width:72px; float:left; text-align:left;}
#OppHdr {width:460px; float:left; text-align:left;}
#Line {width:770px; float:left}
#Day {width:80px; float:left; text-align:right;}
#Date {width:160px; float:left; text-align:left;}
#Time {width:70px; float:left; text-align:left;}
#Opp {width:315px; float:left; text-align:left;}
#Notes {width:135px; float:left; text-align:right;}
/* end of Schedule of Events Columns */


/********************* end **********************/

/*

*/
