﻿
/*///////////////////////////////////////////////////////////    
/ Global Styles
/
/
///////////////////////////////////////////////////////////*/

*
{
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

body
{
    height: auto;
    width: 100%;
}

* a
{
    color: #006600;
}

* a:visited
{
    color: #006600;
}

h1
{
    font-family: Arial;
    font-size: 110%;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
}

/*///////////////////////////////////////////////////////////    
/ Wrappers 
/
/
///////////////////////////////////////////////////////////*/

#browser-wrapper
{
    text-align: center; 
    background-color: #efefef;
}

#master-page-wrapper
{
	background-color: #ffffff;
	background-image: url(../themeImages/common/border_left_dropshadow.gif);
    background-position: right;
    background-repeat: repeat-y;
    border-left-color: #b4b4b4;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0px 6px 0px 0px;
    text-align: left;
    width: 1000px;
}

#master-header-wrapper
{
    border: none;
    width: 100%;
}

#master-content-wrapper
{
    border: none;
    float: left;
    padding: 0px 0px 0px 10px;
    width: 700px;
}

#master-sidebar-wrapper
{
    border: none;
    float: right;
    width: 275px;
    padding: 0px 3px 0px 0px;
}

#master-footer-wrapper
{
    background-color: #000000;
    border: none;
    clear: both;
    width: 100%;
}


/*///////////////////////////////////////////////////////////    
/ Master Page Header: First Row (Logo, Title, & Login) 
/
/
///////////////////////////////////////////////////////////*/	

#master-header-row1 
{
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
}

#master-header-logo 
{
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 2px 0px 0px 14px;
    font-size: 24px;
}

#master-header-logo h1
{
    float: left;
    font-size: 120%;
    font-weight: bold;
    margin: 10px 5px 0px 0px;
    height: 60px;
    width: 400px;
}

#master-header-title-signedin
{
    float: left;
    padding: 15px 0px 0px 0px;
}

#master-header-title 
{
    float: left;
    padding: 15px 0px 0px 0px;
    font-size: 24px;
    font-family: Arial;
}

/*///////////////////////////////////////////////////////////    
/ Master Header Utility (SignIn, JoinUp, Help) or
/ (My Profile, LogOut, Help)
/
///////////////////////////////////////////////////////////*/
 
#master-header-username
{
float: right;
font-size: 90%;
}

#master-header-utility
{
float: right;
margin: 0px 30px 0px 0px;
padding: 0px 0px 0px 0px;
}

#master-header-utility ul
{
background: #000000 url(../themeImages/utility/utility_bg_000000.gif) bottom left;
float: left;
margin: 0px 0px 0px 15px;
padding-left: 0px 0px 0px 8px;
}

#master-header-utility ul li
{
display: inline;
} 

#master-header-utility ul li a
{
color: white;
float: left;
font-size: 90%;
font-weight: bold;
padding: 5px 9px 10px 9px;
text-decoration: none;
} 

.right-border
{
border-right-color: #b4b4b4;
border-right-style: solid;
border-right-width: 1px;
}

#master-header-utility ul li a:hover
{
text-decoration: underline;
}       

#master-header-utility ul li a#leftcorner
{
padding-right: 0;
padding-left: 2px;
background: url(../themeImages/utility/utility_left_000000.gif) bottom right no-repeat;
} 

#master-header-utility ul li a#rightcorner
{
padding-right: 0;
padding-left: 2px;
background: url(../themeImages/utility/utility_right_000000.gif) bottom right no-repeat;
}


/*///////////////////////////////////////////////////////////    
/ Master Page Header: Second Row (Tabs)
/
/
///////////////////////////////////////////////////////////*/
#master-header-row2 
{
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 0px 20px;
    list-style: none;
}

#master-header-row2 li  
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "Verdana", sans-serif;
    background:url("../themeImages/tab/tab_right_006600.gif") no-repeat right top;
}
    
#master-header-row2 a 
{
    color: #ffffff;
    float: left;    
    font-size: 80%;
    display: block;
    margin: 0px 3px 0px 0px;
    padding: 6px 15px 4px 15px;
    text-decoration: none;
    border-bottom: none;
    background:url("../themeImages/tab/tab_left_006600.gif") no-repeat left top;
}

#master-header-row2 a:hover 
{
    color: #ffffff;
    text-decoration: underline;
}

#linkCommish a
{
    background:url("../themeImages/tab/tab_left_red.gif") no-repeat left top;
}

#master-header-row2 li#linkCommish
{
    background:url("../themeImages/tab/tab_right_red.gif") no-repeat right top;
}

#linkInvites a
{
    background:url("../themeImages/tab/tab_left_red.gif") no-repeat left top;
}

#master-header-row2 li#linkInvites
{
    background:url("../themeImages/tab/tab_right_red.gif") no-repeat right top;
}

#master-header-row2 li.righttab
{
    float: right;
}


/*///////////////////////////////////////////////////////////    
/ Master Page Header: Third Row (Section Menu)
/
/
///////////////////////////////////////////////////////////*/

#master-header-row3
{
clear: both;    
font-size: 80%;
width: 100%;
}

#master-header-row3:after
{
content: "."; 
display: block; 
clear: both; 
visibility: hidden;
}

#master-header-row3 ul
{
text-indent: 10px;
padding: 3px 0px 3px 0px;
margin: 0;
background-color: #E0E0E0;
border: 1px solid #BEBEBE;
text-align: left;
}

#master-header-row3 ul li
{
display: inline;
}

#master-header-row3 ul li a
{
color: #000000;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: underline;
background: transparent url(../themeImages/common/menu_slantedline.gif) top right no-repeat;
}

#master-header-row3 ul li a:visited
{
color: #000000;
}

#master-header-row3 ul li a:hover
{
color: black;
}


/*///////////////////////////////////////////////////////////    
/ Master Page Header: Fourth Row (Page Title Style)
/
/
///////////////////////////////////////////////////////////*/
#master-header-row4
{
background-color: #ffffff;
color: #000000;
font-weight: bold;
font-size: large;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
text-align: left;
text-indent: 5px;
width: 100%;
}


/*///////////////////////////////////////////////////////////    
/ Master Page Footer: First Row (Utility Links)
/
/
///////////////////////////////////////////////////////////*/
#master-footer-row01
{
    padding-bottom: 10px;
    padding-top: 15px;
    width: 100%;
}

#master-footer-utilities
{
    color: #ffffff;
    text-align: center;
    font-size: 80%;
}

#master-footer-utilities a
{
    color: #ffffff;
    padding-right: 2px;    
    padding-left: 2px;
}

/* Master Page Footer: First Row (Copyright Notice) */
#master-footer-row02
{
    width: 100%;
}

#master-footer-copyright
{
    color: #b4b4b4;
    font-size: 75%;
    text-align: center;
}

/* Master Page Footer: Third Row (Disclaimer) */
#master-footer-row03
{
    padding-bottom: 15px;
    width: 100%;
}

#master-footer-disclaimer
{
    color: #b4b4b4;
    font-size: 75%;
    text-align: center;
}

/* Master Page Content */ 
#master-content-wrapper-guest
	{
	clear: both;
	background-image: url(../themeImages/common/content_wrapper_bg_top.gif);
    background-position: top;
    background-repeat: repeat-x;
    border-top-color: #b4b4b4;
	border-top-width: 1px;
	border-top-style: solid;
	width: 100%;
	}
	
#master-content-2column-left
	{
	background-color: #ffffff;
	float: left;
	height: 100%;
	padding: 0px 15px 0px 0px;
	width: 685px;
	}

#master-content-2column-right
	{
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	background: #999999;
	float: right;
	height: 100%;
	padding: 10px 0px 10px 10px;
	width: 188px;
	}
	
#box-topleft
{
    float: left;
    width: 300px;
}

#box-topright
{
    float: right;
    padding: 25px 30px 0px 0px;
    width: 300px;
}

/* Page Header Style: Included on every page */

#page-content-frame
	{
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	}
	
/* Page Layout Style: One-column */

#page-1column-middle
	{
	background-color: #ffffff;
	height: 100%;
	padding: 15px 0px 0px 0px;
	width: 100%;
	}
	
/* Page Layout Style: Two-column  */	
	
#page-2column-left
{
	background-color: #ffffff;
	float: left;
	height: 100%;
	width: 50%;
}

#page-2column-right
{
	background-color: #ffffff;
	float: right;
	height: 100%;
	width: 50%;
}


/*///////////////////////////////////////////////////////////    
/ Roster Grid Table
/
/
///////////////////////////////////////////////////////////*/

#RosterGrid
{
}

#RosterGrid th
{
    color: #ffffff;
	background-color: #006600;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

#RosterGrid td
{
	background-color: #ececec;
    font-family: "Verdana";
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}


/*///////////////////////////////////////////////////////////    
/ Standard Form Table Style
/
/
///////////////////////////////////////////////////////////*/

.StandardFormTable
{
    margin: 5px 1px 1px 1px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.StandardFormTable td.caption
{
	background-color: #ffffff;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.StandardFormTable th
{
    background-color: #006600;
    color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.StandardFormTable td.fieldrow
{ 
	background-color: #b4b4b4;
	font-size: 85%;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.StandardFormTable td.footer
{ 
	background-color: #ffffff;
    font-family: "Verdana";
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}

/*///////////////////////////////////////////////////////////    
/ Standard Data Table Style
/
/
///////////////////////////////////////////////////////////*/

.StandardFormTable
{
    margin: 5px 1px 1px 1px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.StandardFormTable td.caption
{
	background-color: #ffffff;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.StandardFormTable th
{
    background-color: #006600;
    color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.StandardFormTable td.fieldrow
{ 
	background-color: #b4b4b4;
	font-size: 85%;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.StandardFormTable td.footer
{ 
	background-color: #ffffff;
    font-family: "Verdana";
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}


/*///////////////////////////////////////////////////////////    
/ Standard Form Style
/
/
///////////////////////////////////////////////////////////*/

fieldset 
{
  border-color: #006600;
  border-width: 2px;
  border-style: solid;
  padding: 20px 20px 10px 20px;
  margin: 0px 0px 0px 5px;
}

fieldset legend
{
  font-size: 110%;
  font-weight: bold;
}

fieldset label
{
	display: block;
	float: left; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	text-align: right;
	width: 100px; 
}

.messagerow
{
  	clear: both;
	display: block;
	float: left; 
	padding: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;  
}

.noterow
{
  	clear: both;
	float: left; 
	padding: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;  
}

.fieldrow 
{ 
	clear: both;
	display: block;
	float: left; 
	width: 400px; 
	padding: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

.submitrow 
{ 
	clear: both;
	display: block;
	float: left; 
	width: 300px; 
	padding: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/*///////////////////////////////////////////////////////////    
/ Standard Checkboxlist
/
/
///////////////////////////////////////////////////////////*/

.standardcheckboxlist td
{
    background-color: #bebebe;
    font-size: 80%;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

.myteamcheckboxlist td
{
    background-color: #006600;
    color: #ffffff;
    font-size: 80%;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

/*///////////////////////////////////////////////////////////    
/ Standard Menu Style
/
/
///////////////////////////////////////////////////////////*/

.StandardMenu
{
}

.StandardMenu fieldset
{
    width: 500px;
}

.StandardMenu ul
{
    list-style: none;
    margin: 0px 0px 0px 10px;
}

.StandardMenu li
{
    clear: both;
    margin: 15px 0px 0px 0px; 
}

.menuitem
{
    clear: both;
    float:left;
    font-size: 80%;
    font-weight: bold;
}

.menudescription
{
    clear: both;
    float: left;
    font-size: 75%;
    font-style: italic;
    margin: 0px 0px 1px 15px;
    width: 500px;
}

.menunote
{
    color: red;
    clear: both;
    font-size: 85%;
    font-style: italic;
    margin: 0px 0px 0px 15px;
    width: 500px;
}

/*///////////////////////////////////////////////////////////    
/ Invite Menu Style
/
/
///////////////////////////////////////////////////////////*/

.InviteMenu
{
}

.InviteMenu fieldset
{
    width: 600px;
}

.InviteMenu ul
{
    font-size: 80%;
    list-style: none;
    margin: 0px 0px 0px 10px;
}

.InviteMenu li
{
    margin: 15px 0px 0px 0px;
}

/*///////////////////////////////////////////////////////////    
/ Standard Fieldset Style
/
/
///////////////////////////////////////////////////////////*/

.StandardFieldset
{
    width: 600px;
}

/*///////////////////////////////////////////////////////////    
/ FAQ System Style
/
/
///////////////////////////////////////////////////////////*/

.helpmenusidebar
{
	float: right;
}

#FAQ
{
	margin: 20px 0px 10px 10px;
	width: 600px;
}

#FAQ ul.questionanswer
{
	font-size: 95%;
	list-style: none;
	margin: 0px 0px 0px 5px;  
}

#FAQ ul.questionanswer li.question
{
	color: #000000;
	font-size: 90%;
	margin: 2px 0px 0px 0px;  
}

#FAQ ul.questionanswer li.answer
{
	color: #7d7d7d;
	font-size: 85%;
	margin: 2px 0px 0px 0px;  
}

#FAQ ul.menu
{
	font-size: 95%;
	font-weight: bold;
	margin: 0px 0px 0px 5px;  
}

#FAQ ul.menu li
{
	margin: 4px 0px 0px 5px;	
}

#FAQ ol.menu
{
	font-size: 95%;
	font-weight: bold;
	margin: 0px 0px 0px 15px;  
}

#FAQ ol.menu li
{
	font-size: 90%;
	font-weight: normal;
	margin: 4px 0px 0px 2px;  
}

#FAQ fieldset 
{
  border-color: #006600;
  border-width: 2px;
  border-style: solid;  
  clear: left;
  float: left;
  padding: 20px 20px 10px 20px;
  margin: 0px 0px 0px 5px;  
  width: 600px;
}

#FAQ fieldset legend
{
  color: #000000;
  font-size: 110%;
  font-weight: bold;
}

#FAQ ul
{
  font-size: 90%;
  font-weight: normal;
  margin: 0px 0px 0px 5px;
}

#FAQ ul li
{
  padding: 2px 0px 0px 2px;
}

#FAQ h1
{
	border-color: #ffffff #ffffff #006600 #ffffff;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	font-size: 90%;
	width: 300px;
}

#FAQ table
{
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    margin: 0px 30px 0px 10px;
}

#FAQ th
{
    color: #000000;
    font-size: 90%;
    font-weight: bold;
    text-align: right;
    padding: 0px 2px 0px 0px;
}

#FAQ td
{    
    padding: 0px 2px 0px 0px;
}

#FAQ td.question
{
    color: #000000;
    font-size: 80%;
    font-weight: normal;
}

#FAQ td.answer
{
    color: #7d7d7d;
    font-size: 80%;
    font-weight: normal;
}

#FAQ td.keywords
{
    font-size: 80%;
    font-weight: normal;
}

#FAQ th.spacer, td.spacer
{
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
}

/*///////////////////////////////////////////////////////////    
/ DataListLinksStyle
/
/
///////////////////////////////////////////////////////////*/

.DataListLinksStyle
{
}

.DataListLinksStyle a 
{ 
    color:#006600;	
    text-decoration:underline; 
}

.DataListLinksStyle a:hover 
{ 
    color:navy;
    text-decoration:none; 
}

.DataListLinksStyle a:visited 
{ 
    color:navy; 
}


/*///////////////////////////////////////////////////////////    
/ LinkBox Style
/
/
///////////////////////////////////////////////////////////*/

.LinkBox 
{
	width: 280px;
	background: url(../themeImages/boxes/linkbox_bottom_orange.gif) no-repeat bottom left;
	margin: 0px 5px 10px 0px;
}

.LinkBox h3 
{
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 110%;
	color: #ffffff;
	background: url(../themeImages/boxes/linkbox_top_orange.gif) no-repeat top left;
}

.LinkBox h4 
{
	font-size: 95%;
	margin: 0;
	padding: 14px 10px 0px 10px;
}
 
.LinkBox ul 
{
	margin: 0;
	padding: 3px 10px 20px 10px;
	list-style: none;
}
 
.LinkBox li 
{
	font-size: 80%;
	margin: 0 0 3px; 
	padding: 0;
}

.Linkbox a
{
	font-weight: bold;
}

/*///////////////////////////////////////////////////////////    
/ Guest Master Page Style
/
/
///////////////////////////////////////////////////////////*/

/* Guest Page Quad 1 (Welcome, features) */

#quad1
{	
	background: url("../themeImages/guestpage/quad1_bottom_grey_new.gif") no-repeat bottom left;
	float: left;
	margin: 40px 20px 20px 20px;
	width: 450px;
}

#quad1 h3 
{	
	background: url(../themeImages/guestpage/quad1_top_grey.gif) no-repeat top left;
	color: #000000;
	font-size: 140%;
	margin: 0;
	padding: 15px 20px 15px 10px;
	text-align: left;
}

#quad1 h4 
{	
	font-size: 105%;
	font-weight: bold;
	padding: 10px 0px 0px 3px;
	width: 320px;
}

#quad1 #image
{
    float: left;
    padding: 5px 0px 20px 10px;
}

#quad1 ul
{
	float: left;
	font: 95%;
	padding: 0px 0px 20px 3px;
	width: 320px;
}

#quad1 ul li
{
	padding: 15px 0px 0px 0px;
}

/* Quad 2 Style (Sign In, Join Up, Find League) */

#quad2
{	
	background: url(../themeImages/guestpage/quad2_bottom_orange.gif) no-repeat bottom left;
	float: left;
	margin: 40px 20px 20px 20px;
	width: 400px;
}

#quad2 h3 
{	
	background: url(../themeImages/guestpage/quad2_top_orange.gif) no-repeat top left;
	color: #ffffff;
	font-size: 140%;
	margin: 0;
	padding: 15px 20px 15px 10px;
	text-align: right;
}

#quad2 ul
{
	font: 110%;
	list-style: none;
	padding: 0px 0px 20px 20px;
	width: 380px;
}

#quad2 ul li
{	
	padding: 15px 0px 0px 0px;
}

#quad2 ul li img
{
}

#quad2 ul li p
{
	display: inline;
	padding: 0px 0px 10px 10px;
	width: 250px;
}

/* Quad 3 Style (Links to Mailing List, Blog, and Features/Pricing) */

#quad3
{
    clear: both;
    float: left;
	height: 300px;
	margin: 40px 20px 20px 20px;
	width: 400px;
}

#quad3 ul
{
	font: 110%;
	list-style: none;
	padding: 0px 0px 0px 20px;
	width: 400px;
}

#quad3 ul li
{	
	padding: 25px 0px 0px 0px;
}

/* Quad 3 Style (Links to Mailing List, Blog, and Features/Pricing) */

#quad4
{
    float: left;
	height: 425px;
	margin: 40px 20px 20px 20px;
	width: 425px;
}

/*///////////////////////////////////////////////////////////    
/ Standard CSS/ASP.NET Skin Styles
/ GridViews, DetailsViews, Labels
/
///////////////////////////////////////////////////////////*/

/* StandardGridView Style */
.StandardGridView
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #006600;
    margin: 4px 4px 4px 4px;
}

.StandardGridView caption
{
    color: #000000;
    font-family: Arial;
    font-size: 110%;
    font-weight: bold;
}

.StandardGridView td
{
    border-color: #006600 #dddddd #006600 #dddddd;
    border-style: dotted solid dotted solid;
    border-width: 1px 1px 1px 1px;
    color: #000000;
    font-size: 75%; 
    padding: 4px 4px 4px 4px;
}

.StandardGridView td a
{    
    color: #006600; 
}

.StandardGridView td a:visited
{    
    color: #000000; 
}

.StandardGridView th
{
    background-color: #006600;
    border-color: #006600 #cdcdcd #006600 #cdcdcd;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #ffffff;
    font-size: 85%;
    font-style: normal;
    font-weight: normal; 
    padding: 2px 1px 2px 1px;
}

.StandardGridView th a
{
    color: #ffffff;
}

.StandardGridView-Alt td
{    
    background-color: #F1F1F1;
}


/* StandardDetailsView Style*/
.StandardDetailsView
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #006600;
}

.StandardDetailsView-Row td
{
    background-color: #ffffff;
    border-color: #006600 #006600 #006600 #006600;
    border-style: dotted solid dotted solid;
    border-width: 1px 1px 1px 1px;
    color: #000000;
    font-size: 75%; 
    padding: 4px 4px 4px 4px;
}

.StandardDetailsView-Row td a
{    
    color: #006600; 
}

.StandardDetailsView-Row td a:visited
{    
    color: #000000; 
}

.StandardDetailsView-Row td.StandardDetailsView-Header
{
    background-color: #006600;
    border-color: #cdcdcd #cdcdcd #cdcdcd #cdcdcd;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #ffffff;
    font-size: 85%;
    font-style: normal;
    font-weight: normal; 
    padding: 2px 1px 2px 1px;
}

.StandardDetailsView-Header a
{
    color: #ffffff;
}

/*///////////////////////////////////////////////////////////    
/ Feature and Pricing Table Style
/
///////////////////////////////////////////////////////////*/

p.featuresnote
{
    font-weight: normal;
    font-size: 90%;
    width: 650px;
    margin: 20px 0px 5px 30px;
}

#features
    { 
    width: 650px;
    background-color: #fafafa;
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0px; 
    margin: 20px 0px 5px 30px;
    }

#features td.category
    {
    text-align: center; 
    background-color: #006600;
    border-top: 1px #000000 solid;            
    border-bottom: 1px #000000 solid;
    color: #ffffff; 
    font-family: Verdana;
    font-weight: bold;
    font-size: 90%;
    padding-right: 2px;
    padding-left: 2px;
    }

#features td.feature-item
    { 
    border-right: 1px #000000 solid;
    border-bottom: 1px #006600 dotted;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: bold;
    font-size: 85%;
    color: #404040;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left; 
    }
    
 #features td.feature-desc
    { 
    border-right: 1px #000000 solid;
    border-bottom: 1px #006600 dotted;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 80%;
    color: #000000;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px; }
    
 #features td.feature-desc strong
    { 
    font-size: 90%
    }
    
 #features td.feature-desc em
    { 
    font-size: 90%
    }
    
 #features td.feature-logo
    { 
    border-bottom: 1px #006600 dotted;
    text-align: center;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 70%;
    color: #000000;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 0px; 
    } 

.pageheaderindependent
{
	margin: 10px 0px 10px 10px;
}


/*///////////////////////////////////////////////////////////    
/ League Rules Table Style
/
///////////////////////////////////////////////////////////*/

p.rulenote
{
    font-weight: normal;
    font-size: 90%;
    width: 650px;
    margin: 20px 0px 5px 30px;
}

.rules
{ 
    background-color: #fafafa;
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0px; 
    margin: 20px 0px 5px 30px;
}
    
.rules-defensetiers
{ 
    margin: 20px 0px 5px 30px;
}

.rules td.rule-category
{
    text-align: center; 
    background-color: #006600;
    border-top: 1px #000000 solid;            
    border-bottom: 1px #000000 solid;
    color: #ffffff; 
    font-family: Verdana;
    font-weight: bold;
    font-size: 90%;
    padding-right: 2px;
    padding-left: 2px;
}

.rules td.rule-item
{ 
    border-right: 1px #000000 solid;
    border-bottom: 1px #006600 dotted;
    font-family: Verdana, sans-serif, Arial;
    font-weight: bold;
    font-size: 70%;
    color: #404040;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left; 
}
    
 .rules td.rule-desc
{ 
    border-right: 1px #000000 solid;
    border-bottom: 1px #006600 dotted;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 75%;
    color: #000000;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px; 
}
    
.rules td.rule-spacer
{
    border-bottom: 1px #000000 solid;
    border-top: 1px #000000 solid;
}
    
.rules td.rule-desc strong
{ 
    font-size: 90%
}
    
.rules td.rule-desc em
{ 
    font-size: 90%
}
    
.rules-number
{
    font-weight: bold;
}
 
.rules-topsection
{
    clear: both;
}
 
.rules-firstcolumn
{
    clear: both;
    float: left;
}
 
.rules-secondcolumn
{
    float: left;
}
 
.rule-sectionthree
{
    clear: both;
}
 
.rules-fieldset
{
    width: 475px;
    margin: 0px 0px 0px 25px;
}
    
/*///////////////////////////////////////////////////////////    
/ Help Page Style
/
/
///////////////////////////////////////////////////////////*/

#help
{
    display: block;
    margin: 15px 10px 10px 15px;
    padding: 0px 10px 0px 0px;
    width: 600px;
}

#help h2
{
    font-size: 95%;
    font-weight: bold;
    margin: 5px 0px 0px 5px;
    width: 600px;
}

#help ul
{
    font-size: 85%;
    font-weight: normal;
    margin: 5px 0px 2px 30px;      
}

#help ul li
{
    margin: 10px 0px 0px 5px;
}

#help p
{
    font-size: 80%;
    margin: 10px 0px 0px 5px; 
    width: 600px 
}

/*///////////////////////////////////////////////////////////    
/ About Page Style
/
/
///////////////////////////////////////////////////////////*/

#about
{
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    width: 600px;
}

#about h2
{
    border-color: #ffffff #ffffff #000000 #ffffff;
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    font-size: 100%;
    font-weight: bold;
    margin: 30px 0px 0px 5px;
    width: 400px;
}

#about h3
{
    font-size: 90%;
    font-weight: bold;
    margin: 20px 0px 2px 15px;      
}

#about p
{
    font-size: 80%;
    margin: 10px 0px 0px 30px;
}

#about p.description
{
    font-style: italic;
}


/*///////////////////////////////////////////////////////////    
/ Links Page Style
/
/
///////////////////////////////////////////////////////////*/

#linkspage
{
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    width: 1000px;
}

#linkspage h2
{
    border-color: #ffffff #ffffff #000000 #ffffff;
    border-style: none none solid none;
    border-width: 0px 0px 1px 0px;
    font-size: 100%;
    font-weight: bold;
    margin: 30px 0px 0px 15px;
    width: 400px;
}

#linkspage ol
{
    color: #000000;
    font-size: 95%;
    list-style-type: lower-alpha;
    margin: 10px 0px 15px 45px;    
}

#linkspage ol li
{
    color: #000000;
    font-size: 95%;
    margin: 10px 0px 0px 0px;   
}

#linkspage ol li ul
{
    font-size: 95%;
    margin: 5px 0px 0px 10px;
    list-style-type: disc;
}

#linkspage p.note
{
    font-size: 95%;
    font-style: italic;
    margin: 10px 0px 10px 20px;
}

/*///////////////////////////////////////////////////////////    
/ Join Up Page Style
/
/
///////////////////////////////////////////////////////////*/

#JoinUp
{
	clear: left;
	margin: 10px 10px 10px 5px;
	width: 600px;
}

#LeagueSetup
{
	margin: 10px 10px 10px 5px;
	width: 600px;
}

.formnote
{
    clear: both;
    color: #000000;
    font-size: 80%;
    font-style: italic;
    float: left;
    width: 500px;
    text-align: left;
}

.formlabel
{
    float: left;
    margin: 4px 5px 2px 0px;
    text-align: right;
    width: 175px;
}

.formfield
{
    float: left;
    margin: 5px 0px 0px 0px;
    text-align: left;
}

.formerror
{
    clear: both;
    color: red;
    font-size: 80%;
    float: left;
    width: 500px;
    text-align: center;
}

.errormessage
{
    clear: both;
    color: red;
    font-size: 80%;
    float: left;
    margin: 10px 5px 0px 5px;
    text-align: left;
    width: 500px;
}

/*///////////////////////////////////////////////////////////    
/ League Scoring Page Style
/
/
///////////////////////////////////////////////////////////*/

#LeagueScoring
{
	margin: 10px 10px 10px 5px;
	width: 600px;
}

#LeagueScoring .scoringnote
{
    clear: both;
    color: #000000;
    font-size: 70%;
    font-style: italic;
    float: left;
    width: 500px;
    text-align: left;
}

#LeagueScoring .scoringlabel
{
    float: left;
    font-size: 80%;
    margin: 4px 5px 2px 0px;
    text-align: right;
    width: 300px;
}

#LeagueScoring .scoringfield
{
    float: left;
    margin: 5px 0px 0px 0px;
    text-align: left;
}

#LeagueScoring .scoringlabeldrop
{
    float: left;    
    font-size: 80%;
    margin: 0px 0px 0px 15px;
}

#LeagueScoring .scoringdropdown
{
    float: left;
    margin: 0px 0px 0px 5px;
}

#LeagueScoring .scoringerror
{
    clear: both;
    color: red;
    font-size: small;
    float: left;
    width: 500px;
    text-align: center;
}

#LeagueScoring .scoringdivider
{
    border-bottom-color: #b4b4b4;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    clear: both;
    color: #000000;
    width: 500px;
}

/*///////////////////////////////////////////////////////////    
/ SchoolPool CheckboxList Style
/
/
///////////////////////////////////////////////////////////*/

.SchoolPoolList td
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.SchoolPoolList label
{
    font-size: 90%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 125px;
}


/*///////////////////////////////////////////////////////////    
/ Menu Style
/
/
///////////////////////////////////////////////////////////*/

.MenuCell
{
    background-color: #ffffff;
    border-color: #006600 #006600 #006600 #006600;
    border-width: 2px 2px 0px 2px;
    border-style: solid solid none solid;
    color: #006600;
    text-align: center;
    padding: 5px 5px 5px 5px;
    font-size: 90%;
    font-weight: bold;
}

.MenuCellSelected
{ 
    background-color: #006600;
    color: #ffffff;
    font-weight: normal;
}

.MenuCellHover
{
    background-color: #006600;
    color: #ffffff;
    font-weight: normal;
}

.multiview
{
    border-color: #006600 #000000 #000000 #000000;
    border-width: 4px 0px 0px 0px;
    border-style: solid none none none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.multiviewmenu
{
    margin: 20px 0px 0px 15px;
}

/*///////////////////////////////////////////////////////////    
/ Add/Drop Table
/
/
///////////////////////////////////////////////////////////*/

.adddrop-outline
{
    border-style: solid;
    border-width: 1px; 
}

.adddrop-table
{
    border-style: none;
    margin: 0px;
    padding: 0px;
}

.adddrop-header
{
    color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.adddrop-item
{ 
	background-color: #CCCCCC;
	text-align: center;
}

.adddrop-footer
{ 
	background-color: red;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.adddrop-label
{ 
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}



/*///////////////////////////////////////////////////////////    
/ Links: CFFI
/
/
///////////////////////////////////////////////////////////*/

#cffi-link a
{
    color: red;
    font-weight: bold;
}

#cffi-link a:visited
{
    color: red;
    font-weight: bold;
}

/*///////////////////////////////////////////////////////////    
/ Player Name
/
/
///////////////////////////////////////////////////////////*/

.ProfileName h2
{
    color: #000000;
    font-family: Arial;
    font-size: 150%;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

/*///////////////////////////////////////////////////////////    
/ Orphans?
/
/
///////////////////////////////////////////////////////////*/

.roster-notice-style
{
    background-color: #FFCC33;
    border-style: dashed;
    border-width: 1px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
}

/*///////////////////////////////////////////////////////////    
/ Research Page
/
/
///////////////////////////////////////////////////////////*/

.research-links
{
    float: left;
    margin: 0px 15px 0px 10px;
    padding: 5px 0px 0px 0px;
}

.research-links-caption
{
	background-color: #006600;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
    padding: 2px 0px 2px 5px;
    text-align: left;
}

.research-links-item
{
    padding: 4px 0px 0px 10px;
}

.research-links-section
{
    clear: both;
    margin: 15px 0px 0px 0px;
}

.research-news
{
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 0px 0px;
}

.research-news-caption th
{
	background-color: #FF6A00;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	color: #000000;
	font-size: 80%;
    padding: 2px 0px 2px 5px;
    text-align: left;
}

.research-news-item td
{
    padding: 2px 0px 2px 10px;
}

.research-news-section
{
    clear: both;
    margin: 15px 0px 0px 0px;
}

.research-news-pager td
{
	font-size: 75%;
    margin: 2px 4px 2px 4px;
}

.research-directory
{
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 0px 0px;
}

.research-directory-section
{
    clear: both;
    margin: 10px 0px 0px 0px;
}

/*///////////////////////////////////////////////////////////    
/ League Links Box
/
/
///////////////////////////////////////////////////////////*/

.leaguelinks-links
{
    float: left;
    margin: 0px 15px 0px 10px;
    padding: 5px 0px 0px 0px;
}

.leaguelinks-links-caption
{
	background-color: #006600;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
    padding: 2px 0px 2px 5px;
    text-align: left;
}

.leaguelinks-links-item
{
    padding: 4px 0px 2px 10px;
}

.leaguelinks-links-section
{
    clear: both;
    margin: 15px 0px 0px 0px;
}

.leaguelinks-box
{
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #006600 #006600 #006600 #006600;
	padding: 0px 0px 20px 0px;
}


/*///////////////////////////////////////////////////////////    
/ Roster Compliance Error
/
/
///////////////////////////////////////////////////////////*/

.roster-error
{
    background-color: yellow;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    font-size: 70%;
    padding: 2px 0px 2px 5px;
    width: 90%;
}

/*///////////////////////////////////////////////////////////    
/ Custom Search Box
/ located on Research Central
/
///////////////////////////////////////////////////////////*/

.custom-search-box
{
    background-color: #dfdfdf;
    border-style: solid solid solid solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000 #000000 #000000 #000000;
    margin: 0px 0px 15px 0px;
    padding: 4px 4px 4px 4px;
    width: 250px;
}

.custom-search-results
{
    margin: 10px 0px 15px 10px;
}

.search-box-note
{
    font-size:70%;
    font-style: italic;
    margin: 10px 0px 10px 3px;
}

/*///////////////////////////////////////////////////////////    
/ GoogleNews Style
/ 
/
///////////////////////////////////////////////////////////*/
.gsc-control
{
    margin: 0px 0px 20px 10px;
    width: 70%;
}

.gs-newsResult
{
    margin: 20px 5px 20px 5px;
}

.gs-title, a.gs-title
{
    color: #006600;
    font-weight: bold;
    font-size: 95%;
    width: 90%
}

.gs-publisher
{
    clear: both;
    float: left;
    color: #000000;
    font-size: 90%;
    width: 100%;
    margin: 5px 0px 0px 0px;
} 

.gs-location 
{
    display: none;
}

.gs-publishedDate
{
    display: none;
}

.gs-relativePublishedDate
{
    float: left;
    font-size: x-small;    
}

.gs-snippet 
{  
    clear: both;
    font-size: 80%;
    font-style: italic;
    width: 90%;
    margin: 5px 0px 5px 5px;
}

.gs-clusterUrl, a.gs-clusterUrl
{
    display: none;
}


/*///////////////////////////////////////////////////////////    
/ Admin Menu
/ 
/
///////////////////////////////////////////////////////////*/

#AdministratorMenu
{
    margin: 0px 0px 0px 15px;
}

#AdministratorMenu .col
{
    float: left;
    margin: 0px 0px 0px 15px;
}

#AdministratorMenu h1
{
    font-size: 95%;
}

#AdministratorMenu h2
{
    font-size: 90%;
    margin: 5px 2px 2px 2px;
}

#AdministratorMenu ul
{
    background-color: #cecece;
    border-color: #000000 #000000 #000000 #000000;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    font-size: 85%;
    padding: 5px 5px 5px 5px;
    width: 350px;
}


/*///////////////////////////////////////////////////////////    
/ Scoreboard
/ 
/
///////////////////////////////////////////////////////////*/

.scoreboard-box
{
    clear:both;
    margin: 10px 0px 10px 0px;
    padding: 10px 5px 5px 5px;
    width: 700px;
}

.scoreboard-gamename
{
    margin: 10px 0px 10px 0px;
    padding: 10px 5px 5px 5px;
    text-align: center;
    width: 700px;
}

.gamenametitle
{
	font-family:Arial;
	font-size: 200%;
	font-weight: bold;
}

.scoreboard-leaguescores
{
	background-color:Green;
	margin:0px 0px 0px 30px;
}

.scoreboard-leaguescorestitle
{
	font-size:100%;
	font-weight:bold;
	padding:0px 0px 2px 0px;
	text-align:center;
}

.scoreboard-leaguescores-boxes
{
	background-color:#dedede;
	border:solid 2px black;
	margin:2px 2px 0px 2px;
	padding: 2px 2px 2px 2px;
	float:left;
	width:150px;
}

.scoreboard-leaguescores-boxes a
{
	font-size:80%;
	font-weight:bold;
	padding: 0px 0px 2px 0px;
}

/*///////////////////////////////////////////////////////////    
/ Scoreboard
/ 
/
///////////////////////////////////////////////////////////*/

.scoreboard-print-right
{
 border-style: none solid solid none;
 border-width: 0px 2px 4px 0px;
 border-color: #006600;
 padding: 5px 5px 5px 5px;   
}

.scoreboard-print-left
{
 border-style: none none solid solid;
 border-width: 0px 0px 4px 2px;
 border-color: #006600;
 padding: 5px 5px 5px 5px;   
}

.smalllink
{
    font-size: 70%;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
}

/*///////////////////////////////////////////////////////////    
/ Hoops South Classes
/ 
/
///////////////////////////////////////////////////////////*/

/* StandardGridView Style */
.HoopsGridView
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #FF9933;
    margin: 4px 4px 4px 4px;
}

.HoopsGridView caption
{
    color: #000000;
    font-family: Arial;
    font-size: 110%;
    font-weight: bold;
}

.HoopsGridView td
{
    border-color: #FF9933 #dddddd #FF9933 #dddddd;
    border-style: dotted solid dotted solid;
    border-width: 1px 1px 1px 1px;
    color: #000000;
    font-size: 75%; 
    padding: 4px 4px 4px 4px;
}

.HoopsGridView td a
{    
    color: #000000; 
}

.HoopsGridView td a:visited
{    
    color: #000000; 
}

.HoopsGridView th
{
    background-color: #FF9933;
    border-color: #FF9933 #cdcdcd #FF9933 #cdcdcd;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #000000;
    font-size: 85%;
    font-style: normal;
    font-weight: bold; 
    padding: 2px 1px 2px 1px;
}

.HoopsGridView th a
{
    color: #000000;
}

.HoopsGridView-Alt td
{    
    background-color: #F1F1F1;
}

/*///////////////////////////////////////////////////////////    
/ Hoops North Classes
/ 
/
///////////////////////////////////////////////////////////*/

/* StandardGridView Style */
.HoopsGridViewNorth
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #cc0000;
    margin: 4px 4px 4px 4px;
}

.HoopsGridViewNorth caption
{
    color: #000000;
    font-family: Arial;
    font-size: 110%;
    font-weight: bold;
}

.HoopsGridViewNorth td
{
    border-color: #cc0000 #dddddd #cc0000 #dddddd;
    border-style: dotted solid dotted solid;
    border-width: 1px 1px 1px 1px;
    color: #000000;
    font-size: 75%; 
    padding: 4px 4px 4px 4px;
}

.HoopsGridViewNorth td a
{    
    color: #000000; 
}

.HoopsGridViewNorth td a:visited
{    
    color: #000000; 
}

.HoopsGridViewNorth th
{
    background-color: #cc0000;
    border-color: #cc0000 #cdcdcd #cc0000 #cdcdcd;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #ffffff;
    font-size: 85%;
    font-style: normal;
    font-weight: bold; 
    padding: 2px 1px 2px 1px;
}

.HoopsGridViewNorth th a
{
    color: #ffffff;
}

.HoopsGridViewNorth-Alt td
{    
    background-color: #F1F1F1;
}