/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */
div#masthead {
	background-image: url(/siteimages/sport/sports_header.gif);
}

div#channel_navigation ul,div#channel_navigation li ul
{
	background-color: #3C3;
}
div#channel_navigation li ul
{
	background-color:  #6F6;
}

#newsticker iframe {
    background-image: url(/siteimages/sport/title_bg.gif);
        background-repeat: repeat-x;
}

table#fronttable td
{
	padding: 0 .2ex 0 0;
	margin: 0;
	background-color: transparent;
	background-image: url(#);
}

table#fronttable tr.noborder td
{
	line-height: 120%;
	padding: .3ex .35em .3ex 0;
	margin: 0;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-color: #ccc;
	border-style: solid none none none;
}

table#fronttable
{
	width: 100%;
	border-width: 0;
	padding: 0;
	margin: 0 0 1ex 0;
	border-color: transparent;
	border-style: none;
}

table#fronttable th { text-align: left; }


/********* forum  options ************/

div.forum div.categoryName,
div.forum table#topicMessages th {
    background-color: #3C3;
    color: #FFF;
}

div.forum table.topicList th,
div.forum table.topicList td.action,
div.forum table#topicMessages td.authorOdd,
div.forum table#topicMessages td.messageBodyOdd,
div.forum table#topicMessages td.postedInfoOdd {
    background-color: #C3F3C3;
}

div.forum table.topicList td,
div.forum table#topicMessages td.authorEven,
div.forum table#topicMessages td.messageBodyEven,
div.forum table#topicMessages td.postedInfoEven {
    background-color: #E6F9E6;
}

div.forum table#topicMessages div.quoteHeader {
    background-color: #B6F9B6;
    border: 1px solid #999;
    color: #000;
    border-bottom: 0;
}

div.forum table#topicMessages div.quoteBody {
    border-top: 0;
    background-color: #FFF;
    border: 1px solid #999;
    color: #333;
}

/*** end forum ***/

h4.frontpage_title_bbcsport {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/sport/frontpage_title_bbcsports.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#right_advertisement ul li.header {
background: #D6F5D6;
}

/********************************************/
/*				calendar					*/
/********************************************/


table#calendar
{
	font-size: 70%;
	width: 35%;
	border-collapse: collapse;
	margin: 0 0 2ex 1ex;
	float: right;
}

table#calendar caption
{
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .2em;
	text-align: left;
}

table#calendar th
{
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px;
	color: #999;
	text-align: center;
}

table#calendar td
{
	text-align: right;
	border: 1px #fff solid;
	width: 14%;
	padding: 3px;
	background-color: #D6F5D6;
}

table#calendar td#today
{
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

table#calendar td a
{
	background-color: #99E599;
	display: block;
	padding: 3px;
	margin: -3px;
	color: #000;
	text-decoration: none;
}

table#calendar td a:hover { background-color: #33CC33; color: #fff; }

table#calendar select
{
	width: 100%;
}

table#calendar td.selected a
{
	background-color: #33CC33;
	display: block;
	padding: 3px;
	margin: -3px;
	color: #000;
	text-decoration: none;
}

ul.arrow/* */
{
        margin: 0 0 1em 0;
        padding: 0;
        list-style: none;
}

ul.arrow li/* */
{
        margin: 0;
        padding: 0;
        background-image: url(/siteimages/arrow_breadcrumbs.gif);
        background-repeat: no-repeat;
        background-position: -2px .1em;
}

ul.arrow li a/* */ {
padding: 5px 0 3px 10px;
}



