html
{
	background-color: #ebebeb;
	border-top: 00px solid #555555;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

/* Links */
.MatchInfo a:link { text-decoration: none; border-bottom: 0px; }
.MatchInfo a:visited { text-decoration: none; border-bottom: 0px; }
.MatchInfo a:hover { text-decoration: none; border-bottom: 0px; }
.MatchInfo a:active { text-decoration: none; border-bottom: 0px; }

a { font-weight: bold; border-bottom: 1px dotted transparent; }

a:link { color: #336699; text-decoration: none; border-bottom-color: #336699; }

a:visited { color: #5588aa; text-decoration: none; border-bottom-color: #5588aa; }

a:hover, a:active { color: #ad5b1e; border-bottom: 1px solid #ad5b1e; }

#dvHomeSchedule a.Host, #dvScheduleThisWeek a.Host,
#dvResults a.Host, #dvResultsThisWeek a.Host  
{ font-weight: bold; border-bottom: 1px dotted transparent; }

#dvHomeSchedule a.Host:link, #dvScheduleThisWeek a.Host:link,
#dvResults a.Host:link, #dvResultsThisWeek a.Host:link 
{ color: #993300; text-decoration: none; border-bottom-color: #993300; }

#dvHomeSchedule a.Host:visited, #dvScheduleThisWeek a.Host:visited,
#dvResults a.Host:visited, #dvResultsThisWeek a.Host:visited
{ color: #993300; text-decoration: none; border-bottom-color: #993300; }

#dvHomeSchedule a.Host:hover, #dvHomeSchedule a.Host:active, 
#dvScheduleThisWeek a.Host:hover, #dvScheduleThisWeek a.Host:active,
#dvResults a.Host:hover, #dvResults a.Host:active,
#dvResultsThisWeek a.Host:hover, #dvResultsThisWeek a.Host:active
{ color: #993300; border-bottom: 1px solid #993300; }

#dvHomeSchedule a.Visitor, #dvScheduleThisWeek a.Visitor,
#dvResults a.Visitor, #dvResultsThisWeek a.Visitor
{ font-weight: bold; border-bottom: 1px dotted transparent; }

#dvHomeSchedule a.Visitor:link, #dvScheduleThisWeek a.Visitor:link,
#dvResults a.Visitor:link, #dvResultsThisWeek a.Visitor:link
{ color: #567040; text-decoration: none; border-bottom-color: #567040; }

#dvHomeSchedule a.Visitor:link, #dvScheduleThisWeek a.Visitor:link,
#dvResults a.Visitor:visited, #dvResultsThisWeek a.Visitor:link  
{ color: #789160; text-decoration: none; border-bottom-color: #789160; }

#dvHomeSchedule a.Visitor:hover, #dvHomeSchedule a.Visitor:active, 
#dvScheduleThisWeek a.Visitor:hover, #dvScheduleThisWeek a.Visitor:active,
#dvResults a.Visitor:hover, #dvResults a.Visitor:active,
#dvResultsThisWeek a.Visitor:hover, #dvResultsThisWeek a.Visitor:active
{ color: #567040; border-bottom: 1px solid #567040; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 14px; padding: 5px 5px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	padding: 0;
	width: 1020px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../Images/body_bg.png);
}

#container
{
	width: 880px;
	margin: 0 auto;
}

#header { text-align:center;  width: 100%; clear: both; margin-top: 0px; padding-top: 10px}
#navigation { float: left; width: 100%; clear: both; background-color: #485573; }
/*#navigation { float: left; width: 100%; clear: both; }*/

#page-header { clear: both; position: relative; margin-bottom: 20px; }

#wrapper { text-align: center; }

#footer
{
	clear: both;
	color: #666666;
	padding: 20px 0 15px;
	text-align: center;
}

/* Header */

#header h1
{
	padding: 0;
	float: left;
	width: 140px;
	margin: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-right: 1px solid #999999;
}

#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}

#header h2
{
	float: left;
	width: 450px;
	font-size: 12px;
	line-height: 2.5em;
	padding-left: 10px;
	text-transform: lowercase;
}

#header #search
{
	float: right; 
}

#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

/* PrettyMenu */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
.PrettyMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 3em;
    left: 0;
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    background:#485573;
    display: block;
}

/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 11em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    width: 11em;
    left: 8.9em;
    top: -1em;
    z-index: 400;
}

.PrettyMenu ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
    background:#485573;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: white;
    padding: 4px 8px 4px 8px;
    border-bottom: 0;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    /*
    background: transparent url(../Images/OrangeArrow.gif) right center no-repeat;
    */
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: White;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background: #65728D;
    text-decoration: underline;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}

.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    /*
    background: transparent url(../Images/OrangeArrow.gif) right center no-repeat;
    */
}

/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenu .AspNet-Menu-Horizontal
{
    position:absolute;
    left: 0;
    top: 0;
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 100%;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10em;
    left: 0;
    top: 100%;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.1em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 10em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    /*
    width: 10em;
    */
    text-align:center;
    background-color: #485573;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 10em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: 0 0 0 10em;
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

#LeagueMenu
{
    position:relative;
    width:880px;
    height: 2.5em;
    float: left; 
    clear: both; 
    background-color: #485573;
}

/* --------------------------------------------------------------------------------------------------- */
/* Used when the Menu adapter is NOT used. */
/* These styles are used by the Menu's skin, found in this theme's skin file. */

#LeagueMenu .Menu-Skin-Horizontal
{
    position:absolute;
    left: 1.5em;
    top: 0;
    width: 35em;
    z-index: 300;
}

#LeagueMenu .Menu-Skin-Vertical
{
    position:relative;
    top: 3em;
    left: 0;
    z-index: 300;
}

#LeagueMenu .Menu-Skin-StaticItem
{
    background:#7795BD url(bg_nav.gif) repeat-x;
    font-size: small;
}

#LeagueMenu .Menu-Skin-DynamicHover
{
    background:#7795BD;    
}

/* Wrapper */
.ManageSchedule, .SubmitScore
{ width: 860px; float: left; margin: 0 0px; text-align: left; }

.ScheduleThisWeek, .ScheduleFull, .TournamentResults, .MCLTeams, .UmpiresList, 
.TeamDetails, .PlayerDetails, .MatchScore, .PreviousSeasons, .StatisticsInput, 
.LeagueDocs, .AboutUs, .Roster, .GroundsList, .UmpireDetails, .UmpireRoster, 
.GroundDetails, .HomeMCLNews, .HomeIntlNews, .NRRDetails, .PlayoffsEligible, 
.HomeStatistics, .HomeSchedule, .TeamDivisions, .Roster
{ width: 660px; float: left; margin: 0 0px; text-align: left; }

.HomeMCLNews ul, .HomeIntlNews ul, .HomeStatistics ul, .HomeSchedule ul,   
.ScheduleThisWeek ul, .ScheduleFull ul, .TournamentResults ul, .MCLTeams ul, 
.UmpiresList ul, .StatisticsInput ul, .PlayoffsEligible ul, .ManageSchedule ul,
.TeamDivisions ul, .MatchType ul  
{ margin: 0 0 0 5px; padding: 0 0px; line-height: 1.5em;  }

.HomeMCLNews li, .HomeIntlNews li, .HomeStatistics li, .HomeSchedule li,  
.ScheduleThisWeek li, .ScheduleFull li, .TournamentResults li, .MCLTeams li, 
.UmpiresList li, .StatisticsInput li, .PlayoffsEligible li, 
.ManageSchedule li, .TeamDivisions li , .MatchType li  
{ padding-bottom: 5px; list-style-type:none; }

.HomeMCLNews h3,.HomeIntlNews h3, .HomeStatistics h3, .HomeSchedule h3,  
.ScheduleThisWeek h3, .ScheduleFull h3, .TournamentResults h3, .MCLTeams h3, 
.ResultsThisWeek h3, .ResultsFull h3,
.UmpiresList h3, .PreviousSeasons h3, .StatisticsInput h3, .Roster h3,
.PlayoffsEligible h3, .ManageSchedule h3, .TeamDivisions h3, .MatchType h3  
{ font-size: 14px; }

.HomeSponsors, .HomeStandings, .FaceBook 
{ width: 200px; float: left; margin: 0 0px; text-align: left; }

.HomeSponsors ul, .HomeStandings ul, .FaceBook ul
{ margin: 0 0 0 5px; padding: 0; line-height: 1.5em; list-style-type:none; }

.HomeSponsors li, .HomeStandings li ,.FaceBook li
{ margin: 0 0 0 5px; padding-bottom: 10px; }

.HomeSponsors h3, .HomeStandings h3, .FaceBook h3
{ font-size: 13px; padding: 5px 5px; margin-top: 0px; }

.colSmall { width: 200px; float: right; margin: 0 10px; text-align: left; }

.colSmall ul { margin: 0 0 0 5px; padding: 0; line-height: 1.5em;  }

.colSmall li { padding-bottom: 10px; }

.colSmall h3 { font-size: 13px; padding: 5px 5px; margin-top: 0px; }


#dvMCLNews h3, #dvIntlNews h3, #dvHomeStatistics h3 , #dvHomeSchedule h3, 
#dvScheduleThisWeek h3, #dvScheduleFull h3, #dvMCLTeams h3,  
#dvResults h3, #dvResultsThisWeek h3, #dvUmpiresList h3, #dvTeamDetails h3, #dvShowNRR h3
#dvPlayerDetails h3, #dvMatchScore h3, #dvSubmitScore h3, #dvPreviousSeasons h3, 
#dvStatisticsInput h3, #dvLeagueDocs h3, #dvAboutUs h3, #dvRoster h3, #dvUmpireDetails h3, 
#dvUmpireRoster h3, #dvGroundDetails h3, #dvPlayoffsEligible h3, 
#dvMatchScore h4, #dvSubmitScore h4, #dvMatchScore h5,  #dvSubmitScore h5,
#dvMatchScore h6, #dvSubmitScore h6, #dvStatisticsInput h6
{ background-color: #94b4d6; }

#dvMatchScore h4, #dvSubmitScore h4, #dvMatchScore h5,  #dvSubmitScore h5,
#dvMatchScore h6, #dvSubmitScore h6, #dvStatisticsInput h6
{ padding: 2px 5px 2px 5px; margin-top: 0px; }

#content
{ display: block; float: left; }
 
#content h3
{ background-color: #d6eb9a; text-align: left; }

#sidebar h3
{ background-color: #ffb366; }

#dvHomeSponsors h3, #dvHomeStandings h3, #dvFaceBook h3, 
#dvTeamDivisions h3, #dvMatchType h3, #dvSponsors h3
{ background-color: #ffb366; }

#dvMCLNews a:hover, #dvMCLNews a:active,  
#dvIntlNews a:hover, #dvIntlNews a:active, 
#dvHomeStatistics a:hover, #dvHomeStatistics a:active, 
#dvHomeSchedule a:hover, #dvHomeSchedule a:active, 
#dvScheduleThisWeek a:hover, #dvScheduleThisWeek a:active, 
#dvScheduleFull a:hover, #dvScheduleFull a:active, 
#dvResults a:hover, #dvResults a:active, 
#dvResultsThisWeek a:hover, #dvResultsThisWeek a:active, 
#dvShowNRR a:hover, #dvShowNRR a:active, 
#dvTeamDetails a:hover, #dvTeamDetails a:active, 
#dvMatchScore a:hover, #dvMatchScore a:active, 
#dvSubmitScore a:hover, #dvSubmitScore a:active, 
#dvPlayerDetails a:hover, #dvPlayerDetails a:active, 
#dvPreviousSeasons a:hover, #dvPreviousSeasons a:active, 
#dvStatisticsInput a:hover, #dvStatisticsInput a:active, 
#dvLeagueDocs a:hover, #dvLeagueDocs a:active, 
#dvAboutUs a:hover, #dvAboutUs a:active, 
#dvRoster a:hover, #dvRoster a:active,
#dvUmpireDetails a:hover, #dvUmpireDetails a:active,
#dvUmpireRoster a:hover, #dvUmpireRoster a:active,
#dvGroundDetails a:hover, #dvGroundDetails a:active,
#dvPlayoffsEligible a:hover, #dvPlayoffsEligible a:active
{ color: #336699; border-bottom-color: #336699; }

#content a:link { color: #567040; border-bottom-color: #567040; } 

#content a:visited { color: #789160; border-bottom-color: #789160; } 

#sidebar a:link { color: #df6532; border-bottom-color: #df6532; }

#sidebar a:visited { color: #ad5b1e; border-bottom-color: #ad5b1e; }

#dvHomeSponsors a:link { color: #df6532; border-bottom-color: #df6532; }

#dvHomeSponsors a:visited { color: #ad5b1e; border-bottom-color: #ad5b1e; }

#dvSponsors a:link, #dvCricMaxMaster a:link { border-width: 0px; }

#dvSponsors a:visited, #dvCricMaxMaster a:visited { border-width: 0px; }

/* Footer */

#footer a:link { color: #5588aa; border-bottom-color: #5588aa; }

#footer a:visited { color: #77bbdd; border-bottom-color: #77bbdd; } 

#footer a:hover, #footer a:active { color: #336699; border-bottom-color: #336699; }

#footer p { margin: 5px 0; }

#tblNRR { width:100%; border-collapse:collapse; }

#tblNRR td, #tblNRR th { border:1px solid #1d1d1d; padding:5px; }

#tblNRR th  
{
    text-align:left; 
    padding:5px; 
    background-image: url(../Images/HeaderGlassBlack.jpg); 
    background-position:center; 
    background-repeat:repeat-x; 
    background-color:#1d1d1d; 
    color:#ffffff; 
}

.GridViewStyle 
{ 
    font-family: Arial, Sans-Serif; 
    font-size:small; 
    table-layout:auto;
    width: 100%;
    border-collapse: collapse; 
    border: #1d1d1d 1px solid; 
} 

/*Header and Pager styles*/ 

.HeaderStyle, .PagerStyle /*Common Styles*/ 
{ 
    background-image: url(../Images/HeaderGlassBlack.jpg); 
    background-position:center; 
    background-repeat:repeat-x; 
    background-color:#1d1d1d; 
} 

.HeaderStyle th 
{ 
    padding: 5px; 
    color: #ffffff; 
} 

.EmptyStyle tr
{ 
    color: #ffffff; 
} 

#container .HeaderStyle a
{ 
    text-decoration:none; 
    color:#ffffff; 
    display:block; 
    text-align:center; 
    font-weight:normal; 
} 

.PagerStyle table 
{ 
    text-align:center; 
    margin:auto; 
} 

.PagerStyle table td 
{ 
    border:0px; 
    padding:5px; 
} 

.PagerStyle td 
{ 
    border-top: #1d1d1d 3px solid; 
} 

#container .PagerStyle a
{ 
    color:#ffffff; 
    text-decoration:none; 
    padding:2px 10px 2px 10px; 
    border-top:solid 1px #777777; 
    border-right:solid 1px #333333; 
    border-bottom:solid 1px #333333; 
    border-left:solid 1px #777777; 
} 

.PagerStyle span 
{ 
    font-weight:bold; 
    color:#FFFFFF; 
    text-decoration:none; 
    padding:2px 10px 2px 10px; 
} 

/*RowStyles*/ 

/*Common Styles*/ 
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td,
.PtsTblRowStyle td, .PtsTblAltRowStyle td
{ 
    padding: 5px; 
    border-right: solid 1px #1d1d1d; 
} 
.EmptyStyle td 
{
    padding: 5px; 
	border-bottom: solid 1px #1d1d1d; 
	border-top: solid 1px #1d1d1d; 
}
.RowStyle td 
{ 
    background-color: #f0f0f0;
    font-size: 11px
} 

.AltRowStyle td 
{ 
    background-color: #ffffff; 
    font-size: 11px
} 

.SelectedRowStyle td 
{ 
    background-color: #ffff66; 
    font-size: 11px
}

.EmptyRowStyle td
{ 
	background-color: #ffffff;
	border-bottom: solid 1px #1d1d1d; 
	border-top: solid 1px #1d1d1d; 
}

.PtsTblRowStyle td 
{ 
    background-color: #f0f0f0; 
    font-size: 11px
} 

.PtsTblAltRowStyle td 
{ 
    background-color: #ffffff; 
    font-size: 11px
} 

/*Used in Gridview*/
td.EmptyRowStyle 
{ 
	background-color: #ffffff;
	border-bottom: solid 1px #1d1d1d; 
	border-top: solid 1px #1d1d1d; 
}

#dvResults .NotEligible { color: #ad5b1e; text-decoration: none; font-weight: bold; border-bottom: 1px dotted transparent; }
#dvResults .NotEligible a { color: #ad5b1e; text-decoration: none; font-weight: bold; border-bottom: 1px dotted transparent; }
#dvResults .NotEligible a:link { color: #ad5b1e; text-decoration: none; border-bottom-color: #336699; }
#dvResults .NotEligible a:visited { color: #ad5b1e; text-decoration: none; border-bottom-color: #5588aa; }
#dvResults .NotEligible a:hover, #dvResults .NotEligible a:active { color: #ad5b1e; border-bottom: 1px solid #ad5b1e; }
#dvResults .Eligible { color: #336699; text-decoration: none; font-weight: bold; border-bottom: 1px dotted transparent; }
#dvResults .Eligible a { color: #336699; text-decoration: none; font-weight: bold; border-bottom: 1px dotted transparent; }
#dvResults .Eligible a:link { color: #336699; text-decoration: none; border-bottom-color: #336699; }
#dvResults .Eligible a:visited { color: #336699; text-decoration: none; border-bottom-color: #5588aa; }
#dvResults .Eligible a:hover, #dvResults .Eligible a:active { color: #336699; border-bottom: 1px solid #ad5b1e; }
.MCLTeamSeparator
{
	margin: 5px 0 0 5px;
	width : 630px;
}
.MCLSponsorSeparator
{
	margin: 0px;
	width : 200px;
}
.TeamManagingCommittee, .PlayerRoster, .TeamDetailsStats, .TeamSchedule, .TeamTopBatsmen, 
.TeamTopBowlers, .PlayerDetails, .PlayerBattingStats, .PlayerBowlingStats, .PlayerPerformance, 
.MatchScore, .SubmitScore, .PreviousSeasons, .StatisticsInput, .UmpireDetails, .UmpireRoster, 
.GroundDetails
{
	/*background-color: #94b4d6;*/
}
.MatchBetween
{
	font: bold 13px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;    
}
.MatchDetailText
{
   	font: normal 11px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}
.MatchDetailHeader
{
   	font: bold 11px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}
.ErrorText
{
	font: normal 11px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
	color: Red;
}
.btnButton
{
	font: normal 11px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;	
}
.lblLabel
{
	font: bold 13px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}
.txtBox
{
	font: normal 11px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}
.LoginHeader
{
	font: bold 15px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}
.modal2BackgroundRnd
{
	background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.txtReadOnly
{
	background-color:#FF6633;
}
.galleryview {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}
.SubmitScoreDropDown
{
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
} 
