/*===== home =================================================================*/

#home
{
}

#home h3
{
color:#3e5793;
margin-top:1.5em;
margin-bottom:1.5em;
}

#home ul
{
list-style:none;
}

#home ul li
{
color:#8f9bb2;
font-size:1em;
font-weight:bold;
line-height:2em;
}

#upcomingfixtures
{
background:#eff5ff;
border:0.1em solid #cccccc;
float:right;
height:32em;
margin:0em;
margin-left:2.5em;
overflow:auto;
padding:1.25em 1.5em 0em 1.5em;
position:relative;
top:-1em;
min-width:25em;
}

#upcomingfixtures img
{
position:relative;
top:0.125em;
width:1.5em;
}
#upcomingfixtures a img
{
padding:0em 0.5em;
width:1.25em;
}

#upcomingfixtures table
{
background:#ffffff;
border-collapse:collapse;
border:0.1em solid #999999;
border-radius:0.2em;
margin-bottom:1.5em;
margin-top:1em;
width:100%;
}

#upcomingfixtures table thead
{
background:#4d6db8;
background:-webkit-linear-gradient(left, #3e5793, #4d6db8, #3e5793); /* For Safari 5.1 to 6.0 */
background:-o-linear-gradient(left, #3e5793, #4d6db8, #3e5793); /* For Opera 11.1 to 12.0 */
background:-moz-linear-gradient(left, #3e5793, #4d6db8, #3e5793); /* For Firefox 3.6 to 15 */
background:linear-gradient(left, #3e5793, #4d6db8, #3e5793); /* Standard syntax */
color:#ffffff;
font-weight:bold;
height:2em;
text-align:center;
}

#upcomingfixtures table thead a
{
color:#ffffff;
text-decoration:none;
}
#upcomingfixtures table thead a:hover
{
color:#ffffff;
text-decoration:underline;
}
#upcomingfixtures table thead a:active
{
color:#ccddff;
}

#upcomingfixtures table tbody a
{
color:#191947 !important;
text-decoration:none;
}
#upcomingfixtures table tbody a:hover
{
color:#191947;
text-decoration:underline;
}
#upcomingfixtures table tbody a:active
{
color:#0000ff;
text-decoration:underline;
}

#upcomingfixtures table tr
{
height:2em;
}

#upcomingfixtures table tr td:nth-of-type(1)
{
padding-left:0.25em;
width:2em;
}
#upcomingfixtures table tr td:nth-of-type(2)
{
width:2em;
}
#upcomingfixtures table tr td:nth-of-type(3)
{
min-width:10em;
text-align:right;
}
#upcomingfixtures table tr td:nth-of-type(4)
{
text-align:center;
width:2em;
}
#upcomingfixtures table tr td:nth-of-type(5)
{
min-width:10em;
}
#upcomingfixtures table tr td:nth-of-type(6)
{
width:2em;
}
#upcomingfixtures table tr td:nth-of-type(7)
{
width:2em;
padding-right:0.25em;
}

#upcomingfixtures .daterow
{
background:#ccddff;
background:-webkit-linear-gradient(left, #ccddff, #ebeeff, #ccddff); /* For Safari 5.1 to 6.0 */
background:-o-linear-gradient(left, #ccddff, #ebeeff, #ccddff); /* For Opera 11.1 to 12.0 */
background:-moz-linear-gradient(left, #ccddff, #ebeeff, #ccddff); /* For Firefox 3.6 to 15 */
background:linear-gradient(left, #ccddff, #ebeeff, #ccddff); /* Standard syntax */
font-weight:bold;
margin:0em;
padding:0em;
text-align:center;
}