﻿html, body {
	margin: 0px; 	
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
	font-weight: normal;	
	}
	img 
	{
		border:none;
	}
a:link {
	color: #000099; 
	text-decoration:  underline;
	}	
a:visited {
	color: #000099; 
	text-decoration:  underline;
	}
a:hover {
	color: #000099; 
	text-decoration: underline;
	}
.ScoreboardDate
{
	font-size: 9px;
	font-family: Arial;
	color: #000000;
	font-weight:bolder;
}
input.Button
{
   font-size:10px;
   font-family:Arial,sans-serif;
   font-weight:bolder;
   background-color:#FED525;
   border-style:outset;
   border-width:1px;
}

.Header
{
	background-color:#000000;
	height: 125px;
}

A.Gold
{
	color:#FED525;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.Gold:visited
{
	color:#FED525;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.Gold:link
{
	color:#FED525;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.Gold:Hover
{
	color:#FED525;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}

A.White
{
	color:#ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.White:visited
{
	color:#ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.White:link
{
	color:#ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}
A.White:Hover
{
	color:#ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
TD.Header{
	height: 25px; 
	background-image: url(images/header/hdr_bkgrd.gif);
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #CCCCCC;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
    padding: 5px;
    /*margin-top: 5px;*/
    cursor: pointer;
    text-align:left;
}

#master_content .accordionHeader a
{
	color: #000000;
	font-size: xx-small;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: none;
}

.accordionContent
{
    background-color: #F4F3EE;
    border: 1px solid #000000;
    border-top: none;
    padding: 0px;
    padding-top: 0px;
    text-align: left;
}
A.accordionLink
{
	color:#000000;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
A.accordionLink:visited
{
	color:#000000;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
A.accordionLink:link
{
	color:#000000;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
A.accordionLink:Hover
{
	color:#000000;
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:underline;
}
.galleryImg
{
 padding: 2px 2px 2px 2px;
}
TR.MainHeading
{
	height: 25px;
   /* background-color: #333333; */
   background-color: #444444;
    color: #FED525; 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
}
TR.SubHeading
{
	height: 25px;
   /* background-color: #333333; */
   background-color: #f4f3ee;
    color: #000000; 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
}



/*	This code is used to display the custom tooltip on the Schedule Summary */
a.alert{
    position:relative; /*this is the key*/
    z-index:24; /*background-color:#ffffff;*/
    /*color:#00348a;
   text-decoration:underline */
}
a.alert:hover
{
	z-index:25; 
	background-color:Transparent;
}
a.alert span
{
	display: none
}
a.alert:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:5px; left:50px; width:27em;
    border:2px solid #ff0000;
    background-color:#FFFFFF; color:#000000;    
    font-weight: normal;
    text-decoration: none;
    text-align:left
    }
/*	End of custom tooltip on link mouseover css*/

/*	This code is used to display the custom tooltip on the Schedule Summary */
a.alert2{
    position:relative; /*this is the key*/
    z-index:0; /*background-color:#ffffff;*/
    /*color:#00348a;
   text-decoration:underline */
}
a.alert2:hover
{
	z-index: 50; 
	background-color: transparent;
}
a.alert2 span
{
	display: none;
	background-color:#f4f3ee; 
	position: absolute;
	padding-left: 5px;
	color:#000000;    
	text-decoration: none;
	font-weight: normal;
    text-align:left;
	left: -1000px;
	border:1px solid #000000;
	visibility: hidden;	
}
a.alert2:hover span{ /*the span will display just on :hover state*/
	visibility: visible;
    display:block;
    top:-2px; 
    left:165px; 
    width:200px; /*position where enlarged image should offset horizontally */
    /*	End of custom tooltip on link mouseover css*/
}    

P.pageLinks
{
	color: #666666;
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: #7b1534;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.CartListHead
{
    background-color: #dddca3;
    border-bottom: #f4f3ee;
    border-left: #f4f3ee 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: #f4f3ee;
    border-left: #f4f3ee 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: #f4f3ee;
    border-left: #f4f3ee 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #dddca3;
    line-height: 10pt
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #dddddd;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
    background-color:#999999;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited,A.MenuUnselected:hover
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: normal;
    line-height: 25px;
    padding-left: 15px
}

A.MenuSelected,A.MenuSelected:hover,A.MenuSelected:link,A.MenuSelected:hover:visited
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    background-color:#E4E3E0;
    font-size:  11px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 15px;
    background-image: url(images/Arrow.gif);
    background-repeat: no-repeat;
    background-position: center left;
    }


/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}



A:link  {
    text-decoration: none;
    color:  black;
}

A, A:hover {
    text-decoration: underline;
    color:  black;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    /*list-style-type:    square ;*/
    list-style-type: circle;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}


.header
{
	font-family: Arial;
	font-size:20pt;
	font-weight: bold;
	color: Red;	
}
.results
{
	font-size:10pt;
	font-weight: bold;
	color: Red;	
}
.normal
{
font-family: Arial;
font-weight:normal;
font-size: 12px;	
}
.notice
{
	font-family:Arial;
	font-weight: normal;
	font-size:11px;
	color: red;	 
}