/* HYPERLINK COLORS */
a { text-decoration: underline; background-color: transparent; outline: none; /* Turn off a link's dotted outline in Firefox */}
a:link { color: #333366; text-decoration: underline; background-color: transparent;}
a:visited { text-decoration: underline; background-color: transparent;}
a:hover { color: #9999cc; text-decoration: underline; background-color: transparent;}
a:active { color: #666699; text-decoration: underline; background-color: transparent;}

#accessibility {
	position: absolute;
	top: -9000px; /* Move links off-screen */
}

#accessibility a:focus {
	display: block;
	position: absolute;
	top: 9001px;
	color: #666699;
	background: #ffffcc;
	padding: 1em;
	width: 100%;
	border: none;
	z-index: 300;
	white-space: nowrap;
}


/* NAVIGATION LINKS 
------------------------------------------------------------------------------------------------ */
#navbar a { text-decoration: none; display: block; width: auto;}
#navbar a:link { color: #333366;}
#navbar a:visited { }
#navbar a:hover  { color: #ffffff;}
#navbar a:active, a:focus { color: #666699;}

/* NAVIGATION LISTS
------------------------------------------------------------------------------------------------ */

#navbar ul { margin: 0; padding: 0; list-style-type: none; line-height: normal;}
#navbar ul li { margin: 0; padding: 10px 0 10px 40px; background: url(http://www.calvin.edu/sports/images/bg-border-navbar.gif) left bottom repeat-x; line-height: normal;}
#navbar ul li:hover  { background: url(/sports/images/bg-border-navbar.gif) left bottom repeat-x; background-color: #ffb826;} /* Darkend gold */

#navbar ul li ul { margin: 0; padding: 0; list-style-type: none; line-height: normal;}
#navbar ul li ul li { margin: 0; padding: 5px 0 0 20px; font-weight: normal; background: none; line-height: normal;}
#navbar ul li ul li:hover  { background: none; background-color: #ffb826;} /* Darkend gold */
#navbar ul li ul li ul { margin: 0; padding: 0; list-style-type: circle; line-height: normal; font-size: 85%;}
#navbar ul li ul li ul li { margin: 0; margin-left: 20px; padding: 5px 5px 0 0; font-weight: normal; background: none; line-height: normal;}
#navbar ul li ul li ul li:hover  { background: none; background-color: #ffb826;} /* Darkend gold */

/* Avoid the jQuery Superfish fly-out menu effect by switching to an ordered list <OL> */
#navbar ul li ol li { margin: 0; padding: 5px 0 0 20px; font-weight: normal; background: none; line-height: normal; background-color: #ffb826;} /* Darkend gold */
#navbar ul li ol li:hover  { background: none; background-color: #ffb826;} /* Darkend gold */

/* Calvin Helmet Watermark */
#navbar img { margin: 0; padding: 20px 10px 0 0;}

/* AUTO-SELECTING NAVIGATION http://24ways.org/advent/auto-selecting-navigation */
body.home #navbar li.home,
body.news #navbar li.news,
body.team #navbar li.team,
body.mens #navbar li.mens,
body.womens #navbar li.womens,
	body.baseball #navbar li.baseball,
	body.softball #navbar li.softball,
	body.wbasket #navbar li.wbasket,
	body.mbasket #navbar li.mbasket,
	body.mgolf #navbar li.mgolf,
	body.wgolf #navbar li.wgolf,
	body.msoccer #navbar li.msoccer,
	body.wsoccer #navbar li.wsoccer,
	body.mswimdiv #navbar li.mswimdiv,
	body.wswimdiv #navbar li.wswimdiv,
	body.mtennis #navbar li.mtennis,
	body.wtennis #navbar li.wtennis,
	body.mxc #navbar li.mxc,
	body.wxc #navbar li.wxc,
	body.mtrack #navbar li.mtrack,
	body.wtrack #navbar li.wtrack,
	body.volleyball #navbar li.volleyball,
body.media #navbar li.media,
body.contact #navbar li.contact,
body.about #navbar li.about,
body.medicina #navbar li.medicina
{ font-weight: bold; background: url(http://www.calvin.edu/sports/images/bg-border-navbar.gif) left bottom repeat-x; background-color: #ffb826;} /* Darkend gold */

 /* Superfish v1.4.1 by Joel Birch http://users.tpg.com.au/j_birch/plugins/superfish/vertical-example/

-----------------------------------------------------------------------------------------------*/
.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:1.0;
	margin-bottom:2.60em;
	width: 9.45em;
}
.nav ul {
	background:#ffc12d; /* Gold, IE6 needs this*/
	width: 9.45em;
}
.nav li {
	background: url(http://www.calvin.edu/sports/images/bg-border-navbar.gif) left bottom repeat-x;
	float: left;
	list-style:none;
	position:relative;
	width: 200px;
	z-index:999;
}
.nav a {
	display:block;
	padding: 0;
	text-decoration:none;
	width:7.45em;
}
.nav li ul {
	top:-999em;
	position:absolute;
	width:11em;
}
.nav li ul li {
	border-top: 1px dotted #ffffff;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ffffff;
	padding: .25em 0 .73em 0;
	line-height: normal;
}
.nav li ul li a {padding: .25em 0 .73em 0;}
.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background-color:#ffb826; /* Darkend gold */
}
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left:240px;
	top:-1px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left:240px;
	top:-1px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.nav li li {
	background-color:#FFC12D; /* Gold */
	width:9.45em;
}
.nav li li li {
	background-color:#FFC12D; /* Gold */
}
.nav li li a {
	padding-right:0;
	width:7.45em;
}



/* REDEFINED HTML TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #E9E0C8;
	margin: 0;
	padding: 0;
	background-image: url(http://www.calvin.edu/sports/images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

td { font-family: Arial, Helvetica, sans-serif;}
p { font-family: Arial, Helvetica, sans-serif; line-height: 150%;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif; line-height: 150%;}

b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}
img {
	margin: 0;
	border: none;
}

.img-right-caption {
	float: right;
	clear: right;
	width: 200px;
	color: #666;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	font-size: 80%;
	background-position: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img-right {
	float: right;
	padding: 0;
	margin: 0 10px 10px 10px;
	border: none;
}

.img-left {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	border: none;
}
.img-left-caption {
	float: left;
	clear: left;
	width: 200px;
	color: #666;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	font-size: 80%;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}

.commentarea {
	padding: 20px 0;
	margin: 20px 20px 0 0;
	border-top: 1px solid #999999;
}

.other-entries-nav {
	padding: 5px 0;
        margin: 20px 10px 0 0;
        text-align: center;
}



#add_comments_link{
      padding-bottom: 20px;
}






/* HEADINGS */

h1 {
	font-size: 160%;
	font-weight: normal;
	color: #000000;
	height:30px;
	border-bottom: 1px solid #999999;
	padding: 0 0 0 65px;
	background: transparent url(/sports/images/knightC.gif) no-repeat left top;
}
 
h2 { font-size: 150%; font-weight: bold; color: #98002E; }

h3 {
	font-size: 130%;
	font-weight: normal;
	color: #98002E;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
margin-bottom: 2px;
}

h4 {
	font-size: 130%;
	font-weight: normal;
margin-top:0px;
margin-bottom:0px;
}
h5 { font-size: 110%; font-weight: bold; color: #98002E;}
h6 { font-size: 100%; font-weight: bold; color: #98002E;}


/* PAGE STRUCTURE
----------------------------------------------------------------------------------------- */
#wrapper {
	width: 960px;
	text-align: left;
	background: transparent;
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: 96px;	/* UPDATE */
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(http://www.calvin.edu/sports/images/bg-header.jpg);
	background-position: 0 0;
	background-color: #993333;
}

#sidebar {
	padding: 0;
	margin: 0;
	float: left;
	width: 240px;
}

#content {
	width: 720px;
	float: right;
	padding: 0;
	margin: 0;
	background: transparent;
}

#content dt {
	font-weight: bold;
	font-size: 200%;
	color: #98002E;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
	margin-top: 20px;
	padding: 0px;
}
#content dd {
	margin: 0em 0px 1em;
	padding: 0px 0px .5em;
}

/* GUTTERS
----------------------------------------------------------------------------------------- */

#header .gutter {
	padding: 0 0 0 40px;
	width: 900px;
	float:left;
	height: 90px; 	/* UPDATE */
}

#sidebar #navbar { /* Similar function to .gutter */
	padding-top: 0; /* Align the first link with the page heading <h2> */
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer-css .gutter {
	padding: 20px 0;
	margin: 0 20px 0 260px;
	border-top: 1px solid #666666;
}

/* Forms */

form {
margin: 0;
padding: 0;
}
fieldset {
	margin: 1em 0 2em 0;
	padding: 1em;
	border: 1px solid #cccccc;
}

legend {
font-weight: bold;
color: #003366;
font-size: 120%;
margin: 0;
padding: 0.5em;
}

label {
float: left;
clear: left;
width: 120px;
text-align: right;
margin-right: 5px;
}

form div {
margin: 0px 10px 10px 10px;
}

form table {
	width:100%;
}
td.formlabel {
	text-align:right;
	vertical-align:top;
	padding:4px 2px;
	width:33%;
}
td.forminput {
	text-align:left;
	vertical-align:middle;
	padding:4px 2px;
	width:67%;
}
#blog-search{
        padding:0;
        margin:2em 0 2em 0;
        width: 100%;
}
/* SEARCH */

#search-box {
	position:absolute;
	width:100%;
	min-width: 960px;
	top:0;
	left:0;
	height: 30px;
	display: block;
	text-align: right;
	padding: 0;
	margin: 0;
	border-top: 2px solid #333333;
	background: url(http://www.calvin.edu/images/bg-search-box.gif) no-repeat bottom right;
	-moz-opacity:.8; filter:alpha(opacity=80);
        opacity: 0.8;
	z-index: 400;
}
#search-box form {
	margin: 0;
	padding: 5px;
}
#GoogleSearch input, #GoogleSearch select, #GoogleSearch textarea {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
/* FOOTER */

#footer-css {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

#footer-css a {
	text-decoration: none;
}

#footer-css dl {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 0 16px 0;
}

#footer-css dt {
	font-weight: bold;
	color: #003366;
}

#footer-css dt a {
	color: #003366;
}

#footer-css dt a:hover {
	color: #9999cc;
}

#footer-css dd {
	margin: 0;
	padding: 0;
}

a#footer-contact-name {
	text-decoration: underline;
}

a#footer-contact-name:hover { 
	color: #9999cc;
}

#highlight { /* The footer's highlight for Let's Explore */
	padding: 0;
	margin: -97px 0 0 0;
	height: 97px;
	width: 240px;
	float: left;
	position: relative;	
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-highlight-explore.jpg) no-repeat left bottom; /* Let's Explore */
	border: none;
	text-indent: -9999px; /* Move text link off-screen */
	text-decoration: none;
	display: block;	
}

#highlight  a {
	display: block;
	height: 97px;
	width: 240px;
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-highlight-explore.jpg) no-repeat left bottom; /* Let's Explore*/
	border: none;
}

#highlight  a:hover {
	display: block;
	height: 97px;
	width: 240px;
	background: transparent url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-highlight-explore.jpg) no-repeat left top; /* Let's Explore */
	border: none;
}


/* NAMEPLATES
   CSS: Mastery by Andy Budd
   Logo Image Replacement technique pages 235-236
   Pixy-Style Rollover technique pages 78-79
----------------------------------------------------------------------------------------- */

/* Department Nameplate */

#nameplate-dept {
	float: right;
	width: 480px;
	padding: 0;
	margin-top: 52px; /* Align department name with Calvin logo */
}

#nameplate-dept a {
	float: right;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

#nameplate-dept a:hover {
	color:#9999cc;
}


/* Calvin Nameplate */

#nameplate-calvin { 

	float: left;

	display: block;

	padding: 0;

	margin: 36px 0 0 0;

	width: 200px;

	height: 34px;

	background: transparent url(http://www.calvin.edu/sports/images/nameplate-calvin-rollover.gif) no-repeat right top; /* Calvin logo */

	border: none;

	text-indent: -9000px; /* Move text link off-screen */

	text-decoration: none;

}

#nameplate-calvin a {

	display: block;

	width: 200px;

	height: 34px;

	background: transparent url(http://www.calvin.edu/sports/images/nameplate-calvin-rollover.gif) no-repeat left top; /* Calvin logo */

	border: none;

}

#nameplate-calvin a:hover {

	display: block;

	width: 200px;

	height: 34px;

	background: transparent url(http://www.calvin.edu/sports/images/nameplate-calvin-rollover.gif) no-repeat right top; /* Calvin logo */

	border: none;

}

/* TWO COLUMNS
---------------------------------------------------------------------------------------- */

.columns {
	float: left;
	clear: both;
	width: 99%;
	background-color: transparent;
	margin-bottom: 1em; /* IE fix at end of document */
       margin-top: 1em;
}

.columns-1 {	
	float: left;
	clear: left;
	width: 48%;
	padding: 0;
	margin: 0;
}
.columns-2 {
	float: right;
	clear: right;
	width: 48%;
	padding: 0;
	margin: 0;
}

.columns h4 {
	border-bottom: 1px dotted #999999;
}
.columns h3 {
	border-bottom: 1px dotted #98002E;
}

/* BOXES - Dan Cederholm's Indestructible Boxes
----------------------------------------------------------------------------------------------- */

.box {
	background: #FFFFFF url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-box-bottom.gif) no-repeat left bottom;
	width: 240px;
	margin: 0;
}

.box h3 {
	background: url(http://www.calvin.edu/admin/webmanager/template-kit-2007-BETA/images/bg-box-top.gif) no-repeat; 
	background-position: 10px 10px; /* x y */
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #993333;
	color: #BC6D50;
	font-size: 120%;
}

.box ul {
	margin: 0;
	padding: 1em;
	list-style: none;
}

.box ul li {
	margin-bottom: 1em;
	list-style: none;
}

.box img {
	padding: 1em 1em 0 1em;
}


/* Data Tables
-------------------------------------------------------------------------------------------- */
.data-table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}

.data-table td {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #000000;
	font-size: 0.8em;
}

.data-table th {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #333333;
	background-color: #EEEEEE;
}

.data-table tr.altrow {
	background-color: #F7EDD4;
}

.data-table td.altcolumn {
	background-color: #F7EDD4;
}



/* PAGE LAYOUTS
-------------------------------------------------------------------------------------------- */

#headingContent img { 
	padding-bottom: 0; /* Padding under images */
}

#headingContent h1 { /* Padding for H1 (no padding for images or flash) */
	margin-top: 20px; /* Use margins to be nice to IE */
	margin-left: 20px; 
	margin-right: 20px;
}

#headingContent p, #headingContent h2, #headingContent h3, #headingContent h4, #headingContent h5, #headingContent h6 { /* Padding for Headings (no padding for images or flash) */	
	margin-left: 20px; /* Use margins to be nice to IE */
	margin-right: 20px;
}

#primaryContent #secondaryContent #sideContent {
	text-align: left;
	vertical-align: top;
	background: transparent;
	display: inline;
}

#primaryContent .gutter {
	padding: 0 10px 0 20px;
	margin: 0;
	line-height: 125%;
	background: transparent;
}

#secondaryContent .gutter {
	padding: 0 10px 0 10px;
	margin: 0;
	line-height: 125%;
	background: transparent;
}

#sideContent .gutter {
	padding: 0 20px 0 10px;
	margin: 0;
	line-height: 125%;
	background: transparent;
}

#primaryContent #secondaryContent #sideContent h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: normal;
}

#facts { 
	min-height:150px;
	height:auto !important;
	height:150px;
}

#factsPause { display:none; }

 
/* THREE COLUMN LAYOUT (#threeColLayout) */

#threeColLayout #primaryContent {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

#secondaryContent { /* This column is used only in the Three Column Layout */
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

#sideContent {
	float: right;
	width: 240px;
	padding: 0;	
	margin: 0;
	_margin-right: -3px; /* Fix "IE 6 Duplicate Character Bug" with margin-right: -3px */
}


/* TWO COLUMN LAYOUT (#twoColLayout) */

#twoColLayout #primaryContent {
	float: left;
	width: 360px;
	margin: 0;
	padding: 0;
}

#twoColLayout #sideContent {
	float: left;
	width: 360px;
	padding: 0;
	margin: 0;
	_margin-right: -3px; /* Fix "IE 6 Duplicate Character Bug" with margin-right: -3px */
}

#twoColLayout #secondaryContent {
	display: none;
	margin: 0;
	padding: 0;
}


/* DEFAULT LAYOUT (#defaultLayout) */

#defaultLayout #primaryContent {
	float: left;
	width: 480px;
	margin: 0;
	padding: 0;
}

#defaultLayout #sideContent {

	float: left;
	width: 240px;
	padding: 0;
	margin: 0; 
	_margin-right: -3px; /* Fix "IE 6 Duplicate Character Bug" with margin-right: -3px */
	background: url(http://www.calvin.edu/includes/templates/8/images/bg-sidecontent.gif) repeat-y top left; /* Faux-column color equals 220 pixels */
}
#defaultLayout #sideContent .gutter {
	padding: 0 30px 5px 10px; /* Increase .gutter for faux-column effect with background graphic */
}
#defaultLayout #sideContent h2, #defaultLayout #sideContent h3 {
	margin-top: 10px;
}
#defaultLayout #secondaryContent {
	display: none;
	margin: 0;
	padding: 0;
}
/* ONE COLUMN LAYOUT (#oneColLayout) */

#oneColLayout #primaryContent {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
	display: none;
	margin: 0;
	padding: 0;
}


/* Fix IE */
html .columns { margin-bottom: 0;} /* This fix is typically a star hack */

.title {
font-size: 130%;
font-weight: bold;
background: transparent;
color: #98002E;
}

.date {
font-size: 90%;
font-weight: normal;
background: transparent;
color: #666;
}
.result {
font-size: 90%;
font-weight: normal;
background: transparent;
color: #666;
}
.posted {
margin-bottom: 30px;
margin-top: 10px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
line-height:100%;
}

.paginate {
 color: #666;
 font-weight: bold; 
font-size: 90%; 
}

/* ----------------------------- CALENDAR GRID ----------------------------- */

#calendar {
width: 220px;
float:right;
line-height:100%;
margin-right:10px;
padding-right:0px;
}

.calendarBG {
background-color: #275b8d; /*98002E;*/
}

.calendarHeader {
 font-family: Verdana, Helvetica, sans-serif;
 color: #fff; 
 font-size: 100%;
 text-align: center;
}

/* ----------------------------- CALENDAR CONTENT ----------------------------- */
.calendarBlank { 
 background-color: #b3ac68;
}

.calendarMonthLinks {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 letter-spacing: .1em;
 text-decoration: none;
 color: #999;
 background-color: transparent;
}

.calendarMonthLinks a {
 color: #999;
 text-decoration: none;
 background-color: transparent;
}
  
.calendarMonthLinks a:visited {
 color: #999;
 text-decoration: none;
 background-color: transparent;
}

.calendarMonthLinks a:hover {
 color: #fff;
 text-decoration: underline;
 background-color: transparent;
}

.calendarDayHeading {
 font-family: Verdana, Helvetica, sans-serif;
 font-weight: bold; 
 font-size: 10px;
 color: #000; 
 background-color: #a59e60;
 text-align: center;
 vertical-align: middle;
}

.calendarToday { 
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: .1em;
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
 color: #666;
 background-color: #e9e0c8;
}

.calendarToday a:link {
color: #98002E;
}
.calendarToday a:visited {
color: #98002E;
}
.calendarToday a:hover {
color: #ff0000;
}
.calendarToday a:active {
color: #ff0000;
}
.calendarCell {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: .1em;
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
 color: #333;
 background-color: #b3ac68;
}

/* ----------------------------- CALENDAR LINKS----------------------------- */
.calendarCell a {
background-color: transparent;
}
 
.calendarCell a:visited {
background-color: transparent;
}

.calendarCell a:hover {
background-color: transparent;
}

/*extended text style*/
.read{
color:#333;
}
a#login {
	text-decoration: underline;
}

/* DOMtab
------------------------------------------------------------------*/
div.domtab {
	padding:0;
	margin: 2em 0 2em 0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0;
	}	
ul.domtabs {
	float:left;
	width:420px;
        padding:0 0 0 20px;
	background:#ffffff;
        border-bottom: 1px solid #ccc;
margin: 0;
height: 2.75em;
	color:#ffffff;
	}
ul.domtabs li {
	float:left;
	padding:0 .5em 0 0;
        list-style-type: none;
	}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	width:3em;
	padding:.5em .5em 0 1em;
	display:block;
	background: #eeeeee;
	color:#333366;
	font-size:150%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
	text-decoration:none;
	height:auto;
        min-height:1.3em;
	}
ul.domtabs a:hover {
	background:#ffffff;
	color:#333366;
	}
div.domtab div {
	clear:both;
        width: 435px;
	background:#ffffff;
	color:#000000;
	padding:0 0 15px 5px;
	}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover {
	background:#ffffff;
	color:#333366;
        border-bottom: 1px solid #fff;
font-weight: bold;
        
	}
#domtabprintview {
	padding:.5em 0 .5em .5em;
	text-align:right;
	float:right;
	}
#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active {
	color:#e45a49;
	}
#domtabprintview a:hover {
	color:#74898e;
	}
.domtab div h3 {
	padding:.4em .2em 0 0;
	float:left;
	width:auto;
	}
.domtab div h3 a,
.domtab div h3 a:hover {
	text-decoration:none;
        color: #333366;
	}
div.domtab div a:link,
div.domtab div a:visited {
	color:#74898e;
	display:block;
	padding:0 .3em 0 .3em;
	}
div.domtab div ul.months {
	padding:.4em 0 0 0;
	margin:0;
	height:1em;
	}
div.domtab div ul.months li a {
	float:left;
	}	
div.domtab div ul.months li {
	float:left;
	font-size: 85%;
	padding-top:.3em;
list-style-type: none;
	}	
div.domtab div ul.months li a:link,
div.domtab div ul.months li a:visited {
	color:#666699;
	}
div.domtab div ul.months li a:hover {
	color:#9999cc;
	}			

#sideContent ul {margin-top: 1em; padding: 0; list-style-type: none;}
#sideContent li {list-style-type: none;  padding:4px 0 4px 0; text-indent: 4px;}
#sideContent a {display: block; width: 100%;}
#sideContent a:hover {background-color: #FFF;}

.comment-right {
	float: right;
	color: #666;
        font-size: 85%;
        text-align: left;
        background: url(/sports/images/comment.gif) top left no-repeat;
        padding: 0 0 0 20px;
	margin: 0 10px 10px 10px;
	border: none;
}
.disclaimer {
       font-size: 85%;
       color: #666;
       margin: 1em 0 0 0;
       padding: .5em 0 .5em 0;
       border-top: 1px solid #ccc;
       border-bottom: 1px solid #ccc;
}
