/* CSS Document */
body
{
	background: #ddd;
	margin: 0;
}

#main_container {
	margin: 0 auto;
	padding: 0 5px;
	background: #fff;
	width: 940px;
}

img, img a{
	border: none;
}

div {
	border: none;
}

/*#topleft
{
	background:url(images/top-left.jpg) no-repeat;
	height: 96px;
	width: 6px;
}*/
#topcenter
{
	background:url(images/top-center.jpg) repeat-x;
	background: #1c0d82;
	background: #fff;
	border: solid 1px #f0ebde;
}
#header {
	margin: 0 0 10px 0;
}
/*#topright
{
	background:url(images/top-right.jpg) no-repeat;
	height: 96px;
	width: 6px;
}*/

#leftpane
{
	border: solid 1px #f0ebde;
	padding: 0px;
}

#leftpane ul
{
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

#leftpane li
{
	margin: 0;
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
}
#leftpane li.selected, #leftpane li a:hover
{
	display: block;
	padding: 6px 0px 6px 4px;
	margin: 0px;
	background: #fff url(images/nav_active.jpg) repeat-x bottom;
	border-top: solid 1px #fdb740;
	border-bottom: solid 1px #e19f29;
	color: #4d4d36;
	height: 18px;
}

#leftpane li a:hover {
	border-left: solid 5px #f18b1c;
}

#leftpane li a 
{
	display: block;
	margin: 0;
	padding: 6px 0px 6px 4px;
	background: #fff url(images/nav_inactive.jpg) repeat-x bottom;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #f1ece0;
	color: #df8012;
	height: 18px;
	font: bold 13px arial, helvetica, sans-serif;
	text-decoration: none;
}
#rightpane
{
	padding: 0px;
	border: solid 1px #f0ebde;

}
#arrow
{
	background: url(images/arrow-bul.jpg) no-repeat;
	width: 19px;
	height: 19px;
}
#rim
{
	background: url(images/rim-bul.jpg) no-repeat center;
	width: 19px;
	height: 19px;
}
.Contents
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	line-height: 1.3;
	text-align: left;
}
.Contents a
{
	text-decoration: none;
	color: #648BD8;
}
.Contents a:hover
{
	text-decoration: none;
	background: #648BD8;
	color: #FFFFFF;
}
.rblinks
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #1c0d82;
}
.rblinks a
{
	text-decoration: none;
	color: #1c0d82;
}
.rblinks a:hover
{
	text-decoration: none;
	color: #3d24e3;
}
.rglinks
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:  #1c0d82;
}
.rglinks a
{
	text-decoration: none;
	color: #1c0d82;
}
.rglinks a:hover
{
	text-decoration: none;
	color:  #3d24e3;
}

.rblinks2
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #1c0d82;
}
.rblinks2 a
{
	text-decoration: none;
	color: #1c0d82;
}
.rblinks2 a:hover
{
	text-decoration: none;
	color: #3d24e3;
	background-color: #fff;
}
.rglinks2
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:  #1c0d82;
}
.rglinks2 a
{
	text-decoration: none;
	color: #1c0d82;
}
.rglinks2 a:hover
{
	text-decoration: none;
	color:  #3d24e3;
	background-color: #fff;
}

/*  The below login links are for the registration/login pages.
	It can get a bit confusing so I will explain the syntax:
	".login" = regular-state, ".loginHover" = over-state.
	Attributes labeled with "over" are all that need to be
	changed for the rollover */

.login /* Main background color of box */
{
	background-color: #1c0d82; /* up */
	color: #FFFFFF;
}

.login a /* Linked text color */
{
	text-decoration: none;
	color: #FFFFFF; /* up */
}

.login a:hover /* This actually has no visual effect */
{
	background-color: #3318ea;
	color: #fff;
}

.loginHover /* Main background color of entire box */
{
	background-color: #3318ea; /* over */
	color: #FFFFFF;
}

.loginHover a /* Main background color of entire box when box is hovered */
{
	background-color: #3318ea; 
	color: #FFFFFF;
}

.loginHover a:hover /* Main background color of entire box when text is hovered */
{
	background-color: #3318ea; /* over */
	color: #fff; /* over */
}

strong
{
	color: #1c0d82;
}
strong a
{
	color: #1c0d82;
}
strong a:hover
{
	color: #1c0d82;
}


.innerHeading 
{
	font-weight: bold;
	color: #648BD8;
}

.Heading
{
	background: url(images/head_bg.jpg) repeat-x bottom;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 3px;
}
.Text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
.bottom
{
	background:url(images/bot-bar.jpg) repeat-x;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d36;
}
.bottom a
{
	text-decoration: none;
	color: #4d4d36;
}	
.bottom a:hover
{
	text-decoration: underline;
}

.court_location {
	list-style: none;
	margin: 10px 0 10px 50px;
}

#startTable {
	padding: 0 10px;
	
}