﻿/* ************ Layout & Master ************ */
#wrapper { 
 margin: 0 auto;
 position: absolute;
 width: 800px;
 left: 0;
 top: 0;
}

#menu {
    position: absolute;
    left: 50px;
    font-size: 12pt;
}
#headerbody {
    position: absolute;
    left: 175px;
    top: 40px;
    z-index: 0;
}

#emblem {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 99%;
    text-align: right;
    padding-right:4px;
}

IMG.frontmenu
{
    height: 55px;
    border: none;
}

IMG.sponsorlogo
{    
    max-height: 55px;
    border: none;
}

TABLE.sponsorshipfooter TR TD 
{
	 width: 150px;
	 vertical-align: middle;
	 text-align: center;
	 padding-top: 20px;
}

TABLE.sponsorshipfooter
{
}

IMG.smallmenu
{
    height: 25px;
    border: none;
    vertical-align: middle;
}

IMG.menuicon
{
    height: 15px;
    border: none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

.bkgimg {
    position: absolute; 
    z-index: -1;
    left:0;
    top:0;
    border:0;
}

.bkgtop {
    position: absolute; 
    z-index: -2;
    left:0;
    top:0;
    width:100%;
    height:77px;
    border:0;
}

.bkgleft {
    position: absolute;
    z-index: -2;
    left:0px;
    width:155px;
    height:100%;
    border:0;
    top: 0;
}

/* ************ General Styles ************ */
body 
{
    font-family: Arial;
    font-size: 10pt;
}

h1 
{
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
}

h2 
{
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
}

h3 
{
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

TD
{
    vertical-align: top;
    padding: 2px; 
}

THEAD TR TD
{
    background-color: gray;
    font-weight: bold;
    
}

TR.pri TD
{
    background-color: Silver;
}

TR.sec TD
{
    background-color: White;
}

/* ************ Sponsorship Page ************ */
TABLE.sponsorship TR TD.sponsorshiplogo
{
    text-align: center;
    vertical-align: top;
    padding: 2px 2px 30px 2px;

}

TABLE.sponsorship TR TD.sponsorshipdesc
{
    text-align: justify;
    vertical-align: top;
    padding: 2px 2px 30px 2px;

}

/* ************ Blogs ************ */
.BlogEntry
{
  padding-bottom: 5px;  
  margin-right: 5px;  
  margin-bottom: 5px;  
  border-width: 0px;
  border-color: Gray;
  border-style: solid;
}

.BlogEntryHeader
{
   background-color: Silver;
}

.BlogEntryHeaderPostTitle
{
    padding-top: 12px;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

.BlogEntryHeaderPostDate
{
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
}

/* ************ Gallery ************ */
.EventListEventTitle
{
    padding-top: 12px;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

.EventListEventDate
{
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
}

DIV.eventdescription  
{
	background-color: Silver; 
}

DIV.PhotoItem { }

.AdminFormRow { clear: both; margin: 10px; }
.AdminFormLabel { float: left; width: 80px; font-weight: bold; padding-right: 10px; }
.AdminFormItem { padding-left: 10px; }

/* ************ Results ************ */
IMG.leaguegameicon
{
    max-height: 12px;
    border: none;

}

/* ************ Calendar ************ */
.calendarheader
{
    background-color: gray;
}

.calendarcell
{
    background-color: Silver;
    width:80px;
    height:80px;
}

.calendarcellvoid
{
    visibility:hidden;
}

.calendartitle
{
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    text-align: center;
}

/* ************ Contacts ************ */
IMG.contactimg
{
    height: 17px;
}

DIV.fixtures
{
    background-color: Silver;
}