img {
   behavior: url("http://www.afc-north.com/index.php?/plugin/pngbehavior.htc");
}
/* templates/afc_north0/style.css  */
/******************************************************/
/* Theme by Carl Galloway                             */
/* http://www.carlgalloway.com                        */
/* This is a structured and commented version         */
/* of the serendipity blog default theme.             */
/*                                                    */
/* Styles have been organised into the following      */
/* groups; general, header, footer, entry, comments   */
/* commentform, sidebar, calendar, image media, and   */
/* plugins.                                           */
/*                                                    */
/* My comments are inside the /*  *//*, these can       */
/* safely be deleted if you do not require them.      */
/******************************************************/






/********* General Styles  *********/

 /* used in entry/sidebar titles */
h4, h3	{
	margin: 0; }

/* the input boxes used in forms */
input, textarea, select {
	font-size: 10pt; }

/* all table headers and rows */
th, td {
	font-size: 10pt; }

/* style for lists */
li {
	list-style-position: inside; }

/* style for blockquotes inserted into posts */
blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #2a5a8a; }

/* all links are blue with no underline */
a:link, a:visited, a:active {
	color: #0000FF;
        font-weight: bold;
	text-decoration: none; }

/* underline when hovered over */
a:hover {
	text-decoration: underline; }

/* used when s9y needs to center something */
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

/* warning messages from s9y */
.serendipity_msg_important {
	color: red; }

/* messages letting you know something has happened eg comment saved */
.serendipity_msg_notice {
	color: green; }

/* style to temporarily change something to grey */
.grey {
	color:#999; }

/********* End of General Styles *********/




/********* Structural Styles *********/

/* preset styles for entire blog unless overruled elsewhere, page footer is here as well */
body {
	direction: ltr;
        background-image: url('../images/fadebg.jpg'); 
        background-repeat: repeat-y;
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif; }

/* wrapper for page */
#wrap {
	width:100%;
	margin:0 auto; }

/* container for banner */
#serendipity_banner {
	margin: auto;
	width: 100%;}

/* container for content and sidebar */
#mainpane {
        align:  left;
	margin: 0;
	width: 1000px;
	border-top: 0px none;
	background-color: #CACAFF; }

/* container for entries column */
#content {
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 10px;
	width: auto; }

/* container for right sidebar */
#serendipityRightSideBar {
	width: 300px;
	padding: 15px 0 0 10px;
	margin:0;
	vertical-align: top; }

/* container for left sidebar */
#serendipityLeftSideBar {
	width: 200px;
	padding:0;
	margin:0;
	vertical-align: top; }

/* container for page footer */
#footer {
	padding:0;
	margin:0;
	background-color: #ecf3fd; }

/********* End of Structural Styles *********/




/********* Header/Banner Styles *********/

/* the big link in the banner, blog name/entry title */
a.homelink1, a.homelink1:hover, a.homelink1:link, a.homelink1:visited, #serendipity_banner h1 {
	color: #fff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	padding-left:15px;
	padding-top: 20px;
	margin: 0px;
	text-decoration: none; }

/* the smaller link in the banner, blog description */
a.homelink2, a.homelink2:hover, a.homelink2:link, a.homelink2:visited, #serendipity_banner h2 {
	color: #fff;
	padding-left: 15px;
	font-size: 14px;
	margin: 0px;
	text-decoration: none; }

#sitename  { font-family: "Verdana", "sans-serif"; 
             font-size: 18pt;
           font-weight: normal;
                 color: #FFFFFF;}

/********* End of Header/Banner Styles *********/




/********* Footer Styles *********/

/* footer paragraph text */
#footer p {
	color:#666;
	text-transform:lowercase;
	font-size: 9pt;
	font-weight:bold;
	line-height: 1.5; }

/* make footer links blue, no underline */
#footer a {
	color:#215385;
	text-decoration:none; }

/* underline footer links when hovered over */
#footer a:hover {
	text-decoration:underline; }

/********* End of Footer Styles *********/





/********* Entry Styles *********/

/* container for the entry/post */
.serendipity_entry {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
	margin: 10px 0 40px 0; }

/* container for entry title and date */
.serendipity_Entry_Date {
	clear:both; }

/* style for the actual date below entry title */
.serendipity_date {
	text-align:right;
	line-height:0.85em;
	color: #000000;
	margin:10px 0 0 0;
	display:block;
	font-size:.9em;
	border-bottom: 1px solid #999999;
	padding: 10px 0 0 0; }

/* entry title */
.serendipity_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 5px;
	color: #000000; }

/* style for the meta box title */
.serendipity_meta_title {
	font-size: small;
	font-weight: bold;
	margin: 0; padding:0;
	color: #0000FF; }

/* entry title link, regular color is black */
.serendipity_title a:link, .serendipity_title a:visited {
        font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #0000FF; }

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
    text-decoration: underline; }

/* additional styles used for entry text */
.serendipity_entry p {
	margin-top: 0px;
	padding-bottom: 0px; }

.serendipity_entry_body{
	margin-top: 10px; }

DIV.serendipity_entry_body TABLE.stat {border-color: #000000;
									  border-style: solid;
									  border-width: 1px;
									  border-spacing: 0px;
									  background: #FFFFFF;
									  font-family:  Arial, Helvetica, sans-serif;
                                      font-size: 10pt;
									  color: #000000;
									  margin: 5px;}

DIV.serendipity_entry_body TABLE.stat TH {padding: 2px 5px;
                                         background: #000000;
										 color:	#FFFFFF;
										 font-weight: bold;
										 border: 1px solid;
										 border-color:	#808080 #000000 #000000 #808080;}
  
DIV.serendipity_entry_body TABLE.stat TD {padding: 2px 5px;}

DIV.serendipity_entry_body TABLE.stat TD.note {font-size: 8pt;
                                              background: #404040;
											  border: 1px solid;
											  border-color: #707070 #101010 #101010 #707070;
											  color: #FFFFFF;}


TR.alternateRow {background-color: #EEEEEE;} 

tr.ariH:hover {background-color: #A2001D; color: #FFFFFF;}

tr.atlH:hover {background-color: #DB0000; color: #FFFFFF;}

tr.balH:hover {background-color: #31128D; color: #FFFFFF;}

tr.bufH:hover {background-color: #0D2648; color: #FFFFFF;}

tr.carH:hover {background-color: #02B2F3; color: #000000;}

tr.chiH:hover {background-color: #031732; color: #FFFFFF;}

tr.cinH:hover {background-color: #FF6000; color: #000000;}

tr.cleH:hover {background-color: #4B3418; color: #FFFFFF;}

tr.dalH:hover {background-color: #1C326F; color: #FFFFFF;}

tr.denH:hover {background-color: #FE5901; color: #FFFFFF;}

tr.detH:hover {background-color: #0068C6; color: #FFFFFF;}

tr.gbH:hover {background-color: #025338; color: #FFFFFF;}

tr.houH:hover {background-color: #C90018; color: #FFFFFF;}

tr.indH:hover {background-color: #1843A7; color: #FFFFFF;}

tr.jaxH:hover {background-color: #048DA6; color: #FFFFFF;}

tr.kcH:hover {background-color: #CE0226; color: #FFFFFF;}

tr.miaH:hover {background-color: #00949F; color: #FFFFFF;}

tr.minH:hover {background-color: #4A0E87; color: #FFFFFF;}

tr.neH:hover {background-color: #003060; color: #FFFFFF;}

tr.noH:hover {background-color: #DBB655; color: #000000;}

tr.nygH:hover {background-color: #000EB5; color: #FFFFFF;}

tr.nyjH:hover {background-color: #154A30; color: #FFFFFF;}

tr.oakH:hover {background-color: #000000; color: #FFFFFF;}

tr.phiH:hover {background-color: #004149; color: #FFFFFF;}

tr.pitH:hover {background-color: #FFDF00; color: #000000;}

tr.stlH:hover {background-color: #001E55; color: #FFFFFF;}

tr.sdH:hover {background-color: #012C5F; color: #FFFFFF;}

tr.sfH:hover {background-color: #B50016; color: #FFFFFF;}

tr.seaH:hover {background-color: #435B9C; color: #FFFFFF;}

tr.tbH:hover {background-color: #786A5C; color: #FFFFFF;}

tr.tenH:hover {background-color: #67AAED; color: #000000;}

tr.wasH:hover {background-color: #89011E; color: #FFFFFF;}



tr.colts1H:hover {background-color: #007336; color: #FFFFFF;}

tr.yanksH:hover {background-color: #008248; color: #FFFFFF;}

tr.dodgersH:hover {background-color: #CF142B; color: #FFFFFF;}

tr.redsH:hover {background-color: #CF232B; color: #FFFFFF;}

tr.bulldogsH:hover {background-color: #2B99D9; color: #000000;}

tr.steaglesH:hover {background-color: #00824A; color: #FFFFFF;}

tr.carpetsH:hover {background-color: #A2001D; color: #FFFFFF;}


tr.adodgersH:hover {background-color: #331DCD; color: #FFFFFF;}

tr.ayankeesH:hover {background-color: #07074E; color: #FFFFFF;}

tr.abisonsH:hover {background-color: #331DAD; color: #FFFFFF;}

tr.arocketsH:hover {background-color: #B91111; color: #FFFFFF;}

tr.adonsH:hover {background-color: #E01414; color: #FFFFFF;}

tr.aseahawksH:hover {background-color: #FF8000; color: #000000;}






/* style for extended body */
.serendipity_entry_extended {}

/* prevent styling of the extended placeholder, otherwise the background image is visible */
#extended {
	background:none;
	display:none; }

/* the meta box that includes links to comments, trackbacks etc */
div.serendipity_entryPostedBy {
	margin: 0px;
	float:right;
	font-size: 1em;
	padding-bottom: 4px; 
    text-align: right;}

div.serendipity_entryFooter {
	margin: 0px;
	float:right;
	font-size: 1em;
	padding-bottom: 4px; 
    text-align: right;}

/* style for links within the page footer */
div.serendipity_entryFooter a {}

/* style for hovered over links within page footer */
div.serendipity_entryFooter a:hover {
	text-decoration: underline; }

/* styles for category icon if used */
img.serendipity_entryIcon {
	float: right;
	border: 0px;
	margin-top:1px; }

/* styling the continue reading byline, needed to stop firefox making the link 100% wide */
.continue_reading {
	display:block;
	margin-top:10px;
	clear:left; }

/* styling the continue reading byline link */
.continue_reading a {
	font-weight:normal;
	background:none; }

/* styling the continue reading byline when hovered over */
.continue_reading a:hover {
	color: #5f90ba;
	background:none;
	text-decoration: underline; }

/* not used, but allows additional style to show author's posts in multi-author blogs */
.serendipity_entry_author_self {
	}

/* styles for the next/previous links above footer, includes start page and archives links */
.serendipity_pageFooter {
	clear:both;
	margin-top:10px; }

/* container for summary listings in archives */
.archive_summary {
	clear:both;
	margin:15px 0 0 10px;
	font-size:0.9em;}

/* style for entry title in summary archives overview */
.archive_summary_title {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0; padding:0; }

/********* End of Entry Styles *********/




/********* Comment Styles *********/

/* container for all comments, not styled separately in default theme */
.serendipity_comments {
	}

/* comments, trackbacks and commentform titles */
.serendipity_commentsTitle {
        font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	color: #000000;
	clear:left; }

/* container for individual comments */
.serendipity_comment {}


/* style for comment author if logged in */
.serendipity_comment_author_self { 
	background-color:#FFFFFF;
 }


/* style for comment author, date commented etc */
.serendipity_comment_source {
	margin-top: 15px;
        padding-left: 3px;
	background-color:#1B1B30;
        color: #CACAFF;
        font-size: 0.75em;}

.serendipity_comment_source A {color: #FFFFFF;}




/* style for even numbered comments*/
.comment_evenbox {
	border: 1px solid #1B1B30;
	margin:0 0 10px 0;
	background-color:#E8E8FF;
	color:#000000;
	line-height:1.5em; }

.comment_evenbox DIV {padding: 2px 0 0 5px;}

/* style for odd numbered comments*/
.comment_oddbox {
	border: 1px solid #1B1B30;
	margin:0 0 10px 0;
	background-color:#E8E8FF;
	color:#000000;
	line-height:1.5em; }

.comment_oddbox DIV {padding: 2px 0 0 5px;}




/********* End of Comment Styles *********/



/********* Comment Form *********/

/* container style for entire comment form */
.serendipity_commentForm {
	font-size: 13px;
	color: #404040;
	margin-bottom: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF; }

/* style for name, email etc fields in comments form */
td.serendipity_commentsLabel {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top; }

/* styles for input boxes in comments form */
td.serendipity_commentsValue input, td.serendipity_commentsValue select, td.serendipity_commentsValue textarea {
	font-size: 12px;
	padding: 2px; }

/********* End of Comment Form *********/




/********* Sidebar Styles *********/

/* container style for individual sidebar blocks */
div.serendipitySideBarContent {
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight:normal; }

td#serendipityLeftSideBar {color: #DDDDDD;}

td#serendipityLeftSideBar A {color: #FFFFFF;}


td#serendipityLeftSideBar div.serendipitySideBarContent {margin-left: 20px;}

/* style for each sidebar title */
.serendipitySideBarTitle {
	line-height:0.85em;
	color: #1B1B30;
	margin:10px 0 4px 0;
	display:block;
        font-weight: bold;
	padding: 10px 0 0 12px; }

td#serendipityLeftSideBar .serendipitySideBarTitle {color: #CACAFF;}

/* style for the powered by sidebar entry */
div.serendipityPlug img {
	padding-left:5px; }

/* style for the powered by link */
div.serendipityPlug a {
	text-decoration: none;
	border: 0px; }

/* style for input and select drop downs in sidebar */
.serendipitySideBarContent input, .serendipitySideBarContent select {
	width:150px; }

/* style for side bar date eg recent entries plugin */
.serendipitySideBarDate {
	line-height:1em; }

/********* End of Sidebar Styles *********/









/********* Embedded images with the s9y image manager *********/

/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
	border: 1px solid #DDDDDD;
	background-color: #EFEFEF;
	margin: 3px;
	padding: 3px;
	text-align: center; }

/* style to center image and text within entry */
.serendipity_imageComment_center {
	margin: auto; }

/* style to left align image and text within entry */
.serendipity_imageComment_left {
	float: left; }

/* style to right align image and text within entry */
.serendipity_imageComment_right {
	float: right; }

/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img {
	margin: 0px;
	padding: 0px;
	border:none;
	text-align: center; }

/* styles for the text below the image if used */
.serendipity_imageComment_txt {
	border-top: 1px solid #DDDDDD;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: 8pt;
	text-align: center; }

/********* End of Media Manager Styles *********/





/********* Plugin Styles *********/

/* container for search results, static page navigation and s9y no entries message */
.serendipity_search, .staticpage_navigation, .serendipity_overview_noentries {
	margin:10px 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	clear:both; }

/* style for input box for quicksearch */
#serendipityQuickSearchTermField {
	width:70%;
	margin-top:10px!important;
	margin:0;
	padding:0; }

/* style for the seearch term and number of results using quicksearch */
.searchterm, .searchresults {color:#235587;font-weight:bold; }

/* style for freetag items above entries */
.serendipity_freetag_taglist {
	margin:10px 0 20px 0;
	padding:15px;
	font-size: 80%;
	color:#505050;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	line-height:1.5em;
	text-align: justify; }

/* container for freetag plugin in entry footer */
.serendipity_freeTag {
	margin-top:10px;}

/* style for the rss feed image in freetag plugin */
img.serendipity_freeTag_xmlButton {
	border:none;
	padding-left:2px; }

/* container for karma vote plugin */
.serendipity_karmaVoting {
	margin-top: 10px; }

/* allows additional styling for top exits text in karma plugin */
.serendipity_karmaVoting_exits {
	}

/* style for number of top exits in karma plugin */
.serendipity_karmaVoting_exits_num {
	}

/* style for karma plugin 'Karma for this article:' and vote links */
.serendipity_karmaVoting_text {}

/* style for vote links in karma plugin */
.serendipity_karmaVoting_links {
	display:block;
	clear:left; }

/* style for karma plugin text and vote line */
.serendipity_karmaVoting_current, .serendipity_karmaVoting_visits {}

/* style for the separator '|' in the karma plugin top exits */
.serendipity_karmaVoting_exits_sep, .serendipity_karmaVoting br {
	display:none; }

/* container for comments plugin within sidebar */
.container_serendipity_plugin_comments {
	color:#333; }

/* style for line break in comments plugin */
.container_serendipity_plugin_comments br {
	line-height:0.5em; }

/* container for individual comment within sidebar */
.plugin_comment_wrap {
	display:block;
	margin:15px 0 0 0;
	border-top:1px solid #ddecfb;
	border-bottom:1px solid #ddecfb;
	background-color:#fafbfc;
	color:#505050; }

/* style for comment body within sidebar */
.plugin_comment_body {
	font-style:oblique; }

/********* End Plugin Styles *********/

A.white { color: #FFFFFF;}

A.large { font-family: "Arial", "sans-serif"; 
             font-size: 16pt;
                 color: #FFFFFF;}
A:hover.sitename {text-decoration: none;}


.large  { font-family: "Arial", "sans-serif"; 
             font-size: 16pt;}

.tableh  { font-family: "Verdana", "sans-serif"; 
             font-size: 12pt;
           font-weight: bold;
                 color: #FFFFFF;}

.tabled{ font-family: "Arial", "sans-serif";  
             font-size: 12pt;
                 color: #000000;
           font-weight: bold;}


.pit     { color: #FFDF00;}

.cle     { color: #AA7636;}

.cin     { color: #F55315;}

.bal     { color: #641BD9;}

.white   { color: #FFFFFF;}

.black   { color: #000000;
           white-space: normal;}

.ltblue  { color: #CACAFF;}


.empty   { font-size: 0pt;}



#balroster, #cinroster, 
#cleroster, #pitroster,
#allroster		       {font-family: Verdana, Arial, sans-serif;
                       font-size: 10pt;}

#balroster tr        {height: 35px;}

#balroster th        {font-size: 12pt;
                      color: white;
                      background-color: black;
                      border-right: 1px solid black;
                      border-bottom: 1px solid white;}

#balroster td.player {width: 97px;
                      text-align: right;
                      color: white;
                      background-color: #251874;
                      border-bottom: 1px solid white;
                      padding-right: 5px;}

#balroster td.icon   {width: 15px;
                      text-align: center;
                      color: white;
                      background-color: black;
                      border-bottom: 1px solid white;}

#balroster td.status {width: 115px;
                      text-align: left;
                      color: black;
                      background-color: white;
                      border-right: 1px solid black;
                      border-bottom: 1px solid #251874;
                      padding-left: 5px;}




#cinroster tr        {height: 35px;}

#cinroster th        {font-size: 12pt;
                      color: white;
                      background-color: black;
                      border-right: 1px solid black;
                      border-bottom: 1px solid #F55315;}

#cinroster td.player {width: 97px;
                      text-align: right;
                      color: black;
                      background-color: #F55315;
                      border-bottom: 1px solid black;
                      padding-right: 5px;}

#cinroster td.icon   {width: 15px;
                      text-align: center;
                      color: white;
                      background-color: black;
                      border-bottom: 1px solid #F55315;}

#cinroster td.status {width: 115px;
                      text-align: left;
                      color: black;
                      background-color: white;
                      border-right: 1px solid black;
                      border-bottom: 1px solid black;
                      padding-left: 5px;}



#cleroster tr        {height: 35px;}

#cleroster th        {font-size: 12pt;
                      color: white;
                      background-color: black;
                      border-right: 1px solid black;
                      border-bottom: 1px solid white;}

#cleroster td.player {width: 97px;
                      text-align: right;
                      color: white;
                      background-color: #412911;
                      border-bottom: 1px solid white;
                      padding-right: 5px;}

#cleroster td.icon   {width: 15px;
                      text-align: center;
                      color: white;
                      background-color: black;
                      border-bottom: 1px solid white;}

#cleroster td.status {width: 115px;
                      text-align: left;
                      color: black;
                      background-color: white;
                      border-right: 1px solid black;
                      border-bottom: 1px solid #412911;
                      padding-left: 5px;}




#pitroster tr        {height: 35px;}

#pitroster th        {font-size: 12pt;
                      color: white;
                      background-color: black;
                      border-right: 1px solid black;
                      border-bottom: 1px solid #FFDF00;}

#pitroster td.player {width: 97px;
                      text-align: right;
                      color: black;
                      background-color: #FFDF00;
                      border-bottom: 1px solid black;
                      padding-right: 5px;}

#pitroster td.icon   {width: 15px;
                      text-align: center;
                      color: white;
                      background-color: black;
                      border-bottom: 1px solid #FFDF00;}
                       
#pitroster td.status {width: 115px;
                      text-align: left;
                      color: black;
                      background-color: white;
                      border-right: 1px solid black;
                      border-bottom: 1px solid black;
                      padding-left: 5px;}



#allroster th           {height: 35px;
                      font-size: 12pt;
                      color: white;
                      background-color: black;
                      border-right: 1px solid black;
                      border-bottom: 1px solid black;}


#allroster td.date      {width: 46px;
                      text-align: center;
                      vertical-align: top;
                      font-weight: bold;
                      border-bottom: 1px solid black;}


#allroster td.transaction {font-size: 8pt;
                        background-color: white;
                        padding-left: 5px;
                        padding-bottom: 5px;
                        border-right: 1px solid black;
                        border-bottom: 1px solid black;}

#allroster td.alt         {background-color: #DDDDDD;}



.tableh  { font-family: "Verdana", "Arial", "sans-serif"; 
             font-size: 12pt;
           font-weight: bold;
                 color: #FFFFFF;}


.small  { font-family: "Verdana", "Arial", "sans-serif"; 
             font-size: 9pt;
                 color: #000000;}

DIV.game TABLE.scoreboard {background-color: #000000;
                          color: #FFFFFF;
                           border: solid 1px #000000;
                        border-color: #606060 #000000 #000000 #606060;
						border-spacing: 1px;
						margin-bottom: 20px;}

DIV.game TABLE.preseason {background-color: #BBBBDD;
                         border-color: #E8E8FF #999999 #999999 #E8E8FF;
                         color: black;}						
						
DIV.game TABLE.scoreboard TD {font-family: "Arial", "Verdana", "sans-serif";
                             font-size: 12pt;
							 font-weight: normal;
							 text-align: center;
                             padding: 5px;}

DIV.game TABLE.scoreboard TD.record {width: 45px;
                                    font-size: 12pt;}

DIV.game TABLE.scoreboard TD.arrow {width: 13px;
                                   font-size: 12pt;
                                   font-weight: bold;}

									
DIV.game TABLE.scoreboard TD.teamname {width: 185px;
                                      text-align: right;
									  font-weight: bold;
									  color: #000000;
									  background-color: #FFFFFF;
                                      border: solid 1px #000000;
                                      border-color: #909090 #C0C0C0 #999999 #C0C0C0;}



							 
							 
DIV.game TABLE.scoreboard TD.quarter {width: 20px;
                                     background-color: #EEEEEE;
									 color: #000000;
                                     border: solid 1px #000000;
                                     border-color: #909090 #C0C0C0 #999999 #C0C0C0;}

DIV.game TABLE.scoreboard TD.ot {width: 15px;}


DIV.game TABLE.scoreboard TD.score {width: 20px;
                                   background-color: #FFFFFF;
                                   font-size: 12pt;
								   font-weight: bold;
								   color: #000000;
                                   border: solid 1px #000000;
                                   border-color: #909090 #C0C0C0 #999999 #C0C0C0;}

DIV.game TABLE.scoreboard TH.scoreboard {height: 20px;
                                        font-size: 9pt;
                                        font-weight: bold;}

DIV.game TABLE.scoreboard CAPTION {font-size: 10pt;
                                  font-weight: bold;
								  color: #000000;
                                  caption-side: bottom;
                                  text-align: right;}
								  
								  