/* ================================
    CSS STYLES FOR THE SPYA Sports Portal
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #3c6abe;
}
.MenuBg
{
	background-color: #a61325;
}
/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: black;
	font-family: Verdana , Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: #666666;
	border-right-color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: #a61325;
	border-right-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Verdana;
	background-color: #666666;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	font-family: Verdana;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited
{
	color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:active
{
	color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:hover
{
	color: white;
	text-decoration: underline;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
	font-weight: bold;
	color: #913165;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}
.RegisterNowCellTitle
{
	border-right: darkred thin solid;
	padding-right: 2px;
	border-top: darkred thin solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2px;
	border-left: darkred thin solid;
	color: white;
	padding-top: 2px;
	border-bottom: darkred thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: darkred;
	text-align: center;
}

.RegisterNowCellLink
{
	border-right: darkred thin solid;
	padding-right: 2px;
	border-top: darkred thin solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2px;
	border-left: darkred thin solid;
	color: darkred;
	padding-top: 2px;
	border-bottom: darkred thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	text-align: center;
}




/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.SectionHead
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Verdana;
	background-color: #a61325;
	text-align: center;
}
/* 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    
}
.Normal14
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px    
}
.Normal15
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px    
}
.Normal16
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.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
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1
{
	font-weight: normal;
	font-size: 20px;
	color: #666644;
	font-family: Verdana, Helvetica, sans-serif;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

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 {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.PortalBorder
{
	background-image: url(images/SPYABorder.gif);
	background-repeat: repeat-y;
	background-color: #666666;
}
.HeadBanner
{
	background-image: url(images/SPYAGreenGrassBanner.gif);
	background-repeat: repeat;
	background-color: white;
}
.HeadBannerLogo
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/SPYAGreenGrassBannerLogo.gif);
	padding-bottom: 0px;
	width: 200px;
	border-top-style: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 200px;
	border-bottom-style: none;
}
.HeadBannerBody
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/SPYAGreenGrassBannerHeading.gif);
	padding-bottom: 0px;
	border-top-style: none;
	padding-top: 0px;
	background-repeat: repeat-x;
	border-right-style: none;
	border-left-style: none;
	height: 200px;
	border-bottom-style: none;
}
.InputTable
{
	border-right: #a61325 thin solid;
	border-top: #a61325 thin solid;
	border-left: #a61325 thin solid;
	border-bottom: #a61325 thin solid;
}
.InputFieldLabel
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Verdana;
	text-align: left;
}
.InputFieldLabelTextBox
{
	border-right: black thin;
	padding-right: 2px;
	border-top: black thin;
	padding-left: 4px;
	font-size: 12px;
	padding-bottom: 0px;
	border-left: black thin;
	color: black;
	padding-top: 0px;
	border-bottom: black thin;
	font-family: Verdana;
	background-color: white;
	text-align: left;
}

.InputFieldLabelRed
{
	font-weight: bold;
	font-size: 12px;
	color: #a61325;
	font-family: Verdana;
	text-align: left;
}

.InputField
{
	font-weight: bold;
	font-size: 14px;
	color: #a61325;
	font-family: Verdana;
	background-color: white;
	text-align: left;
}
.Label
{
	font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
.BaseballTable
{
	background-image: url(images/baseballsBackgound.gif);
	background-repeat: repeat-y;
}
.TableHeader
{
	border-right: #3c6abe thin solid;
	border-top: #3c6abe thin solid;
	font-weight: bold;
	border-left: #3c6abe thin solid;
	border-bottom: #3c6abe thin solid;
}
.Footer
{
	font-size: 70%;
	color: white;
	font-family: Verdana;
	background-color: #a61325;
	text-align: center;
}
.DataTable
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: #cccccc;
}
.DataTableCell
{
	border-right: lightgrey 1px solid;
	padding-right: 1px;
	border-top: lightgrey 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: lightgrey 1px solid;
	color: navy;
	padding-top: 1px;
	border-bottom: lightgrey 1px solid;
	font-family: Verdana;
	text-align: left;
}

.DataTableButtonRow
{
	border-right: lightgrey 1px solid;
	padding-right: 1px;
	border-top: lightgrey 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: lightgrey 1px solid;
	color: #a61325;
	padding-top: 1px;
	border-bottom: lightgrey 1px solid;
	font-family: Verdana;
	text-align: center;
}
.DataTableCellNoBorder
{
	border-right: lightgrey 1px;
	padding-right: 1px;
	border-top: lightgrey 1px;
	padding-left: 1px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: lightgrey 1px;
	padding-top: 1px;
	border-bottom: lightgrey 1px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ErrorText
{
	font-size: 10pt;
	color: red;
	font-family: Arial, Sans-Serif;
}
.ErrorTextBold
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	font-family: Verdana;
}
.InputTextbox
{
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	width: 130px;
}
input.Button
{
	border-right: #003366 1px solid;
	padding-right: 2px;
	border-top: #003366 1px solid;
	padding-left: 2px;
	font-size: 10px;
	background: #a61325;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #003366 1px solid;
	cursor: hand;
	color: #ffffff;
	padding-top: 0px;
	border-bottom: #003366 1px solid;
	font-family: sans-serif;
	height: 18px;
	text-decoration: none;
}
input.ButtonLarge
{
	border-right: #003366 1px solid;
	padding-right: 10px;
	border-top: #003366 1px solid;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	background: #a61325;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #003366 1px solid;
	width: 200px;
	cursor: hand;
	color: #ffffff;
	padding-top: 0px;
	border-bottom: #003366 1px solid;
	font-family: sans-serif;
	height: 35px;
	text-decoration: none;
}
	
input.ButtonDisabled {
	font-family: sans-serif;
	font-size: 10px;
	background: #4D9ECD;
	border: 1px solid #003366;
	color: #99B5C6;
	height: 18px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	cursor: hand;
}