/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width:medium;
	border-bottom-color: #006633;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* Not Used */
.ModuleTitleCellBackground
{
	background-color: Navy;
	}
	
/* Not Used */
.DesktopDefaultTable
{
	border-left-color: #696969; /* DimGray */
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #696969;
	border-right-style: solid;
	border-right-width: thin;
}

.SiteBanner
{
	background-color: #006633;
}

.SiteTable 
{
    border-top-color: #006633;
    border-top-style:double;
    border-top-width:inherit;  
    border-left-color: #006633;
    border-left-style:none;
    border-left-width:thin;
    border-right-color: #006633;
    border-right-style:none;
    border-right-width:thin;
    border-bottom-color: #006633;
    border-bottom-style:none;
    border-bottom-width:inherit;    
}

/* Not Used */
.SiteHeaderLine 
{
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width:thin;
}




/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rende#00b02a by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-family: Tahoma, Arial, Calibri,Verdana Bold, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #006633;
}

.SiteAddress
{
	font-family: Tahoma, Arial, Calibri,Verdana Bold, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #006633;
}

.SiteLogo
{
	width: 150px;
	text-align:right;
}

.SiteAddressBanner
{
	vertical-align:middle;
	text-align: left;
	width: 90%;
}
.SiteTabBanner
{
	text-align:left;
}

/* Table Headings */
.TableHeading
{
	font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	color: white;
	background-color: #006633;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}



/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	/* background-color: #003a00;
    border-color: black; 
	background-color: white;*/
	border-color: white;
	background-color: white;
}

.OtherSubTabsBg
{
	/* background-color: #006633;
    border-color: black; 
	background-color: white;
*/
	background-color: white;
	border-color: white;
	
}



/* text style for the selected tab */
.SelectedTab 
{
	font-family: Tahoma, Arial, Calibri,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 10px;
	border-right: solid 1px;
	border-right-color: Gray;	
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: Tahoma, Arial, Calibri,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: bold;
    padding-right: 10px;
	border-right: solid 1px;
	border-right-color: Gray;
	white-space: nowrap;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none; 
    color: black;
    
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: black;
    
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: black;
    
}

A.OtherTabs:hover
{
	/* text-decoration:    none; */
	color: #006633;
}

.SelectedSubTab {
    /* font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #006633;
    font-weight: bold;
    background-color: white;
    border-color: #006633; */
    font-family: Arial, Calibri, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
}



/* Commented out By Scott */
/* hyperlink styles of the unselected tabs */
/*
.OtherSubTabs
{
    font-family: Tahoma, Arial, Calibri,Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: gainsboro;
    text-decoration:none;
    font-weight: bold
}

A.OtherSubTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherSubTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherSubTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherSubTabs:hover   {
    text-decoration:    underline;
    color:white;
}
*/    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Tahoma, Arial, Calibri,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: black;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: black;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#696969;
    
}

A.SiteLink:hover
{
	color: #006633;
	font-weight: bold
	/*text-decoration: underline;*/
}

/* style for separator between site links */
.Accent
{
    font-family: Tahoma, Arial, Calibri,Verdana, Helvetica, sans-serif;
	color: silver;
	/*font-weight: bold;*/
}

.HeadLogonMsg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
}

.HeadSiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
A.HeadSiteLink:link {
    text-decoration:    none;
    color: White;
}

A.HeadSiteLink:visited  {
    text-decoration:    none;
    color: White;
}

/* text style for the site links (at extreme top-right of header) */
/* Commented out By Scott */
/*



A.HeadSiteLink:active   {
    text-decoration:    none;
    color:white;
}

A.HeadSiteLink:hover
{
	color: white;
	text-decoration: underline;
}

.SubSiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold
}   

A.SubSiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SubSiteLink:visited  {
    text-decoration:    none;
    color:white;
}

A.SubSiteLink:active   {
    text-decoration:    none;
    color:white;
}

A.SubSiteLink:hover
{
	color: white;
	text-decoration: underline;
}
*/
/* 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: #006633;
}

.DataItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #006633;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.DataItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    color: Black;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #006633;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #006633;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rende#00b02a by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px
        
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #006633
}

.DataHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: White;
    background-color: #006633
    
}

.RequiredField
{
	color: Red;
}

/* 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;
}

.NormalLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:normal;
    color: #006633
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #006633
}

.Details
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #666644
}

.DetailsLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #666644
}

.GameNote
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
    color: #006633
}

.GameNoteHeading
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold; 
    color: #006633
}

/* 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: #006633;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #006633;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #006633;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #00b02a;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

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: #006633;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #006633;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #006633;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #006633;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #006633;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #006633;
}

A:link  {
    text-decoration:    none;
    color:  #006633;
}

A:visited   {
    text-decoration:    none;
    color:  #006633;
}

A:active    {
    text-decoration:    none;
    color:  #006633;
}

A:hover {
    /*text-decoration: underline;*/
    color:  #00b02a;
}

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: #696969;
    height:1pt;
    text-align:left
}


