﻿.LeftImage
{
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 30px;
}
.WelcomeImage
{
	background-image: url(images/welcome.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
	width: 579px;
}
.SelectionImage
{
	background-image: url(images/selection.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 579px;
}
.LogoLeftImage
{
	background-image: url(images/logoleft.png);
	background-repeat: no-repeat;
	height: 176px;
	width: 80px;
}
.LogoImage
{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 126px;
	width: 126px;
}
.UserMenuImage
{
	background-image: url(images/user_menu.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 650px;
}
.LogoBottomImage
{
	background-image: url(images/logobottom.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 126px;
}
.MenuLeftImage
{
	background-image: url(images/menuleft.png);
	background-repeat: no-repeat;
	height: 154px;
	width: 344px;
}
.AdminMenuImage
{
	background-image: url(images/admin_menu.png);
	background-repeat: no-repeat;
	height: 154px;
	width: 195px;
}
.NonAdminMenuImage
{
	background-image: url(images/nonadmin_menu.png);
	background-repeat: no-repeat;
	height: 154px;
	width: 195px;
}
.RightTopImage
{
	background-image: url(images/righttop.png);
	background-repeat: no-repeat;
	height: 154px;
	width: 225px;
}
.UnderLogoImage
{
	background-image: url(images/underlogo.png);
	background-repeat: no-repeat;
	height: 112px;
	width: 166px;
}
.RightMiddleImage
{
	background-image: url(images/rightmiddle.png);
	background-repeat: no-repeat;
	height: 112px;
	width: 225px;
}
.RightBottomImage
{
	background-image: url(images/rightbottom.png);
	background-repeat: no-repeat;
	height: 312px;
	width: 225px;
}
.MatchesYesterdayImage
{
	background-image: url(images/myesterday.png);
	background-repeat: no-repeat;
	height: 73px;
	width: 194px;
}
.MatchesTodayImage
{
	background-image: url(images/mtoday.png);
	background-repeat: no-repeat;
	height: 73px;
	width: 190px;
}
.MatchesTomorrowImage
{
	background-image: url(images/mtomorrow.png);
	background-repeat: no-repeat;
	height: 73px;
	width: 195px;
}
.MatchesSelected
{
	background-color: #c49f9f;
}
.NoMatchesSelected
{
	background-color: White;
}
.MatchesYTableSelected
{
	border-top-left-radius: 00px; 
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
	background-color: #c49f9f;
}
.MatchesTTableSelected
{
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
	background-color: #c49f9f;
}
.MatchesMTableSelected
{
	border-top-left-radius: 10px; 
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
	background-color: #c49f9f;
}
.Content
{
	background-image: url(images/body.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 745px;
}

body
{
	background-color: White;
	margin: 0px 0px 0px 0px;
}

.Grid
{
	border-color: #774c15;
	border-width: 1px;
	width: 95%;
}

.GridHeaderStyle
{
	background-color: #774c15;
	color: White;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.GridHeaderStyle a
{
	background-color: #774c15;
	color: White;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.GridHeaderStyle a:hover
{
	background-color: #774c15;
	color: White;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}

.GridItemStyle
{
	font-weight: bold;
	background-color: #fff;
	color: #f25500;
	font-family: Arial;
	font-size: 10pt;
	border-color: #774c15;
}

.GridAlterItemStyle
{
	background-color: #f4be77;
	font-weight: bold;
	color: #f25500;
	font-family: Arial;
	font-size: 10pt;
	border-color: #774c15;
}

.GridButton
{
	cursor: hand;
	color: #774c15;
	font-family: Verdana;
	font-size:8pt;
	font-weight:bold;
	background-color:#fed;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.GridButtonHOver
{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
}

.Button
{
	cursor: hand;
	color: #774c15;
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
	background-color:#fed;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.ButtonHOver
{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
}

.LabelTitle
{
	font-family: Bookman Old Style;
	font-weight: bold;
	font-size: 14pt;
	color: Gray;
	width: 98%;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f4be77',EndColorStr='#774c15') 
		progid:DXImageTransform.Microsoft.dropShadow( Color=000,offX=3,offY=3,positive=true);
}

.BigButton
{
	font-family: Bookman Old Style;
	font-weight: bold;
	font-size: 14pt;
	color: Maroon;
	width: 98%;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f4be77',EndColorStr='#774c15') 
		progid:DXImageTransform.Microsoft.dropShadow( Color=000,offX=3,offY=3,positive=true);
}

.Label
{
	font-family: Arial;
	font-size: 9pt;
	color: #774c15;
	font-weight: bold;
	font-style: normal;
}

.LabelReq
{
	font-family: Arial;
	font-size: 9pt;
	color: Maroon;
	font-weight: bold;
	font-style: normal;
}

.LabelTotal
{
	font-family: Arial;
	font-size: 11pt;
	color: Maroon;
	font-weight: bold;
	font-style: normal;
}

.LabelNote
{
	font-family: Arial;
	font-size: 7pt;
	color: Red;
	font-weight: bold;
	font-style: normal;
}

.LabelValidator
{
	font-family: Arial;
	font-size: 9pt;
	color: Red;
	font-weight: bold;
	font-style: normal;
}

.DropDownList
{
	font-family: Arial;
	font-size: 9pt;
	color: #774c15;
	font-weight: normal;
	font-style: normal;
}

.CheckBox
{
	font-family: Arial;
	font-size: 9pt;
	color: #774c15;
	font-weight: bold;
	font-style: normal;
}

.TextBox
{
	font-family: Arial;
	font-size: 9pt;
	color: #774c15;
	font-weight: normal;
	font-style: normal;
}

.StatisticsBorderColor
{
	border-color: Maroon;
}

.Calendar
{
	font-family: Bookman Old Style;
	font-weight: normal;
	border-width: 0px;
	font-size: 14pt;
}

.TitleStyle
{
	font-family: Bookman Old Style;
	font-weight: bold;
	background-color: #774c15;
	border-color: #774c15;
	color: #fff;
	width: 98%;
	text-align: center;
}

.DayHeaderStyle
{
	font-family: Bookman Old Style;
	font-weight: bold;
	background-color: Gray;
	color: #fff;
	width: 98%;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f4be77',EndColorStr='#774c15') 
		progid:DXImageTransform.Microsoft.dropShadow( Color=000,offX=3,offY=3,positive=true);
}

.NextPrevStyle
{
	font-family: Bookman Old Style;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.OtherMonthDayStyle
{
	font-family: Bookman Old Style;
	color: White;
	font-weight: bold;
	font-style: normal;
}

.SelectedDayStyle
{
	font-family: Bookman Old Style;
	font-weight: bold;
	background-color: Gray;
	color: #fff;
	width: 98%;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f4be77',EndColorStr='#774c15') 
		progid:DXImageTransform.Microsoft.dropShadow( Color=000,offX=3,offY=3,positive=true);
}

.SelectorStyle
{
	font-family: Bookman Old Style;
	color: White;
	font-weight: bold;
	font-style: normal;
}

.TodayDayStyle
{
	font-family: Arial;
	font-weight: bold;
	background-color: Gray;
	color: #fff;
}

.WeekendDayStyle
{
	font-family: Arial;
	font-weight: bold;
	color: Green;
}

.DayStyle
{
	font-family: Arial;
	color: #774c15;
	font-weight: bold;
	font-style: normal;
}

.LinkImage
{
	border-width: 1px;
	border-color: #774c15;
	filter: progid:DXImageTransform.Microsoft.dropShadow( Color=000,offX=3,offY=3,positive=true);
}

.Counter
{
	font-family: Arial;
	color: White;
	font-size: 24pt;
	font-weight:bold;
}

