﻿/* Main Elements */
body 
{
    background-color: #0000FF;
    /*background-color: #99CCFF;*/
}


/* Title Banner */
#Title
{
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
}


/* Side Navigation Bar */
#navbar 
{
    display: block;
    list-style: none;
    position:absolute;
    margin-left: 0px;
    margin-top: 80px;
    padding-left:0px;   /*needed for Firefox */
}
#navbar li 
{
    padding: 0 0 5px 0;
}
.mainLinks
{
    /* Total width = 10px + 180px = 190px */
    padding-left:10px;
	width:180px;
	/* Total height = 28px */
	padding-top:3px;
	height:25px;
	display: block;
	color: #FFFFFF;
	background-color: #000066;
	text-align:left;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 17px Arial;
	text-decoration:none;
}
a:hover
{
    text-decoration: underline;
}
.mainLinksExpansion
{
    /* Total width = 10px + 180px = 190px */
    padding-left:10px;
	width:180px;
	padding-top:3px;
	display: block;
	color: #FFFFFF;
	background-color: #000099;
	text-align:left;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 12px Arial;
	text-decoration:none;
}
.subLinks
{
    /* Total width = 10px + 180px = 190px */
    padding-left:10px;
	width:180px;
	/* Total height = 28px */
	padding-top:3px;
	height:25px;
	display: block;
	color: #FFFFFF;
	background-color: #0000CC;
	text-align:left;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal normal 17px Arial;
	text-decoration:none;
}



/* Page Title */
#pageTitle
{
    margin-left: 200px;
    margin-top: 80px;
    /* Total width = 15px + 770px = 785px */
    padding-left:12px;
	width:773px;
	position: absolute;
	letter-spacing: -1px;
}
.titleLink
{
    color: #FFFFFF;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 20px Arial Black;
    text-decoration: none;
	display: block;
    /* Total height = 5px + 35px = 40px */
    padding-top: 7px;
	height:33px;
	background-image: url(../images/slices/PageTitleSlice.jpg);
	background-repeat: repeat-x;
	background-color: #000066;
	letter-spacing: -1px;
}

td.padding
{
    font-size: 4px;
}


/* Styling of Gridview Table with match details */
.MatchTable, .MatchTableHeader
{
    color: #000066;
    font: normal normal bold 12px Arial;
    text-align: left;
    vertical-align: top;
}
.MatchTableRight, .MatchTableRightHeader
{
    color: #000066;
    font: normal normal bold 12px Arial;
    text-align: right;
    vertical-align: top;
}
.MatchTableCenter, .MatchTableCenterHeader
{
    color: #000066;
    font: normal normal bold 12px Arial;
    text-align: center;
    vertical-align: top;
}


#Incomplete
{
    margin-left: 200px;
    margin-top: 80px;
    /* Total width = 15px + 770px = 785px */
    padding-left:80px;
	width:705px;
	padding-top: 150px;
	position: absolute;
	height: 250px;
	background-image: url(../images/slices/SearchSummarySlice.jpg);
	background-repeat: repeat-x;
	background-color: #0099FF;
	font: normal normal bold 30px Arial Black;
	letter-spacing: -1px;
	color: #FFFF00;
}
