﻿
/* OVERALL PAGE */ 
body { 
        background-color: #ffffff; 
        background-image: url(images/bg_master.jpg); 
        background-repeat: repeat-x;
        padding-left: 8px;
        padding-top: 10px;
        text-align: center; 
        font-family: verdana, arial, helvetica, sans-serif; 
        font-size: 0.7em; 
        color: #666666; 
        margin:auto;
        text-align:center;
} 
/* controls the width of the page */
#bodyOfWebPage{
        position: relative;
        top: 0px;
        min-width:1000px;
        width:1000px;
        margin: auto;
} 

/* controls the master page container bodyOfWebPage = tblRight + bodyOfContainer */
#bodyOfContainer
{
	padding-top: 5px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
	padding-left: 5px;
	padding-right:5px;
	background-image: url(images/bg_container.jpg);
	text-align:center;
	width:650px;
}
#bodyOfContainerBroadcast, #bodyOfContainerContacts, #bodyOfContainerSignIn
{
	padding-top: 5px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
	padding-left: 5px;
	padding-right:5px;
	background-image: url(images/bg_container.jpg);
	text-align:center;
	width:650px;
	height: 600px;
}
#bodyOfContainerHistory
{
	padding-top: 5px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
	padding-left: 5px;
	padding-right:5px;
	background-image: url(images/bg_container.jpg);
	text-align:center;
	width:650px;
}
#bodyOfContainerResults
{
	padding-top: 5px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
	padding-left: 5px;
	padding-right:5px;
	background-color: White;
	text-align:left;
	width:650px;
}
#bodyOfContainerDisplayInfo
{
	padding-top: 5px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
	padding-left: 5px;
	padding-right:5px;
	background-color: White;
	text-align:left;
	width:650px;
	min-height:500px;
}
#bodyOfContainerSignIn
{
	padding-top: 5px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
	padding-left: 5px;
	padding-right:5px;
	background-image: url(images/bg_container.jpg);
	text-align:left;
	width:650px;
	height: 600px;
}





/* TABLE: MIDDLE RIGHT */
.tblRight
{
	padding-top: 5px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
	padding-left: 5px;
	padding-right:5px;
	vertical-align: top;
	text-align: center;
	background-color: White;
	color: maroon;
    min-width:350px;
    width:350px;
	border-top: white solid;
	margin-left:auto;
	margin-right:auto
} 
.tblRightNext3Matches
{
	vertical-align: top;
	text-align: center;
	background-color: White;
	margin-left:auto;
	margin-right:auto
} 
.tblRightCalendar
{
	vertical-align: top;
	text-align: center;
	background-color: White;
	margin-left:auto;
	margin-right:auto
} 

/* TABLE: MIDDLE LEFT */
.tblLeft
{
	text-align: left;
	background-color: Black;
	vertical-align:top;
} 

/* TABLE: BOTTOM */
.tblBottom
{
	vertical-align: middle;
	text-align: center;
	background-color: GrayText;
	color: maroon;
	padding-top: 20px;
} 

/* TABLE: FOOTER */
.tblFooter
{
	vertical-align: middle;
	text-align: left;
	background-color: GrayText;
	color: maroon;
	padding-top: 5px;
	width: 100%;
} 
.tblCopyright
{
	vertical-align: middle;
	text-align: left;
	background-color: GrayText;
	color: maroon;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
} 


/* HEADER */
.lblHeader
{
	color: maroon;
	font-size: 10pt;
	font-weight:800;
	text-align: left;
	font-family: Verdana;
}
.linkFooterLinks
{
	color: maroon;
	font-size: 8pt;
	font-weight:200;
	font-family: Verdana;
	text-align: left;
	text-decoration:none;
}

/* IMAGE HEADER */ 
img.header
{
	width:210px;
	height:195px;
	border: 0;
} 
/* IMAGE  */ 
img.CentennialPatriots
{
	width:250px;
	height:50px;
	border: 0;
} 
/* IMAGE  */ 
img.next3matches
{
	width:295px;
	height:20px;
	border: 0;
} 

/* IMAGE  */ 
img.patriotHead
{
	width:300px;
	height:310px;
	border: 0;
} 


/* TABLE: TOP HEADER */
.tblTopHeader
{
	width: 100%;
	height: 100%;
	text-align: center;
} 
.tblTopHeaderImage
{
	vertical-align: middle;
	text-align: left;
} 

.tblTopHeaderSchedule
{
	vertical-align: middle;
	background-color:Transparent;
	text-align: left;
	color:White;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px; /* Weird Mozilla Bug */
	padding-bottom: 5px; /* Weird Mozilla Bug */
	padding-left: 20px;
	padding-right:5px;
} 

.tblMenu
{
	vertical-align: middle;
	background-color: Maroon;
    width: 100%;
	height: 30px;
	text-align: center;
} 



/* HEADER: MENU */
.masterMenu  
{  
	font-size: 10pt;
	width: 100%;
	height: 25px;
	background-color: #680000; 
	font-weight:800;
	font-family: Verdana;
}   
.masterMenu A  
{  
	color: White;
	text-align: center; 
}  
  
.masterMenu A:hover  
{  
	background-color: Gray; 
	color:White  
}  


