/***********************************************/
/* Gator Tip Off Club 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                             */
/***********************************************/ 
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: .85ems;
	color: #003399;
	background-color:#FFFFFF;
	margin: 5px;
	text-align:center;
	min-width: 770px;
	max-height:100%;
}

table {empty-cells: show }

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

.PageTitleFont {font-size: 48px; font-weight: bold; font-style: italic; font-family: Century Gothic, Verdana, Arial, sans-serif;}
.PageSubTitleFont {font-size: x-large; font-weight: bold; font-style: italic;}
.HeaderFont {font-size: large; font-weight: bold; font-style: italic;}
.NavLinks {font-size: small; font-weight: bold; font-family: Century Gothic, Verdana, Arial, sans-serif;}
.ContactOfficerFont {font-size: 125%; font-weight: bold; font-style: italic;}
.ContactBODFont {font-size: 135%; font-weight: bold; font-style: italic; color: #FF6633;}
.smallcaps {font-variant:small-caps;}
.SmallText {font-size:small;}
.orange {color: #FF6633;}
.blue {color: #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:#FF6633; 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;} 

#ImageLink {color: #003399;}
#ImageLink a{border:none; text-decoration:none;}

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

h1{font: bold 120%;}
h2{font: bold 114%;}
h3{font: bold 108%;}
h6{font-size: x-small;}

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

ul{
	list-style-type: disc;
	padding-left: 30px;
}

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


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

label{
}
				
input{
}


/***********************************************/
/* Layout and Positional Divs                  */
/***********************************************/
.MainPageHeaderBox {width:750px; margin-left:auto; margin-right:auto}
.HeaderBox a{border:none; text-decoration:none;}
.HeaderImage {float:left;}

#Content {position:absolute; max-width: 735px; width:75%; left:200px; text-align:center;}
.ContentMaxWidth {width: 100%;}
#RightNavBar {position:absolute; top:5px; left:10px; width: 130px; text-align:center; font-size:small; font-weight:bold;}
#RightNavBar a{border:none; 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;}

/* Schedule of Events Columns */
#DateHdr {width:32%; float:left; text-align:center;}
#TimeHdr {width:10%; float:left; text-align:left;}
#OppHdr {width:28%; float:left; text-align:left;}
#ResultsHdr {width:16%; float:left; text-align:left;}
#StandingsHdr {width:13%; float:left; text-align:left;}
#Banner {width:100%; float:left; text-align:center;}
#Line {width:100%; float:left}
#Day {width:12%; float:left; text-align:right;}
#Date {width:20%; float:left; text-align:left;}
#Time {width:10%; float:left; text-align:left;}
#Opp {width:22%; float:left; text-align:left;}
#Results {width:20%; float:left; text-align:center;}
#Standings {width:15%; float:left; text-align:center;}
#Notes {width:100%; float:left; text-align:center;}
/* end of Schedule of Events Columns */

#TwoColumns {width:50%; padding:0px; float:left; text-align:center;}
#TwoColumnsImages {width:50%; padding:0px; float:left; text-align:center;}
#TwoColumnsImages a{border:none; text-decoration:none;}
#SecondColumnImages {}
#SecondColumnImages a{border:none; text-decoration:none;}

#ThreeColLeft,  #ThreeColCenter {width:31%; margin-right:2%; float:left; text-align:center;}
#ThreeColRight {text-align:center;}

.FourCol {width:24%; margin-right:1%; float:left; text-align:center;}
.FourCol4 {text-align:center;}

#ContestCol1 {width:35%; padding:0px; float:left; text-align:right;}
#ContestCol2 {width:64%; padding:0px; float:left; text-align:left;}

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

/*

*/
