@charset "UTF-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url("images/background.gif") repeat-x;
	background-color: #EFEFEF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}


h1 {
	font-size: 24px;
	margin: 30px 0 0 0;
	letter-spacing: -1px;
	border-bottom: 1px solid #A5A5A5;
}

h2 {
	font-size: 16px;
	margin: 20px 0 12px 0;
	color: #0033cc;
	border-bottom: 1px dashed #0033cc;
	width: 460px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	margin: 30px 0 0 0;
	letter-spacing: -1px;
	border-bottom: 1px solid #A5A5A5;
}


h4 {
	font-size: 20px;
	margin: 20px 0 12px 0;
	color: #0033cc;
	width: 660px;
	text-align: center;
	line-height:30px;
}

h5 {
	font-size: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0;
	letter-spacing: -1px;
	text-align: center;

}

h6 {
	font-size: 16px;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

p {
	font-size: 13px;
}

.psmall {
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-transform: none;
}

.alignright {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	padding:2px 0 20px 0;
	margin:0;
}

.pinset {
	padding-left: 16px;
}

.p2inset {
	padding-left: 32px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding: 0;
	margin: 0 2px;
}

p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding: 0;
	margin: 0 2px;
	font-weight: bold;
}

a:hover {
	color: #666666;
}

p img {
	vertical-align: middle;
}

img {
	border: none;
}

.padleft {
	margin-left: 60px;
}

.padright {
	padding-right: 20px;
}

#container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

.current {
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}

.current:hover {
	color: black;
}

#header { 
	background: #DDDDDD; 
	padding: 0;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}

.horiznav {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline; !important
}

.docketnav {
	margin: 0;
	padding: 0;
	text-align: center;
}


.docketnav a {
	font-size: 13px;
}

#sidebarbox {
	float: left;
}

#sidebar {
	width: 190px;
	background: #FFFFFF;
	padding: 15px 10px 15px 20px;
	position: absolute;
}

#sidebar a {
	color: #555555;
	font-size: 13px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: block;
}

#sidebar a:hover {
	color: #0033cc;
}

#sidebar ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
	border-top: 1px solid #555555;
	width: 185px;
	position: relative;

}


#sidebar ul li {
	color: #555555;
	font-weight: bold;
	border-bottom: 1px solid #555555;
	margin:0;
	padding-left: 8px;
}

#sidebar ul li:hover {
	color: #0033cc;
	background-color: #F9F9F9;
}

#sidebar li ul {
	display: none;
	border:none;
	position: absolute;
	left: 185px;
	border: 1px solid #555555;
	margin-top: -27px;
}


#sidebar li:hover ul {
	display: inline;
}

#sidebar li ul li {
	border: none;
	font-size: 12px;
	width: 177px;
	background-color: #F9F9F9;
}

#sidebar li ul li a {
	color: #0033cc;
	font-size: 12px;
}

#sidebar li ul li a:hover {
	text-decoration: underline;
	color: #222222;
}

div.content {
	clear: left;
}


#content { 
	margin: 0 0 0 230px;
	padding: 20px 18px 25px 18px;
	border-left: 1px solid #A5A5A5;
} 

#content ul {
	font-size: 13px;
}

table {
	text-align: center;
	border: 1px solid #A5A5A5;
	margin: 14px 0;
}
td {
	padding: 4px 8px 4px 8px;
	
}

.lalign {
	text-align: left;
	font-weight: bold;
	border-right: double;
}


.tableTitle {
	background-color: #666666;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 13px;
	margin-left: 8px;
}

.tableAlert {
	background-color:#FFFEDF;
}

.tableRowA {
	font-size: 12px;
}

.tableRowB {
	font-size: 12px;
	background-color:#EBEBEB;
}

.tableSubCell {
	padding-left: 26px;
	font-weight: normal;
}

.tableSubCellSub {
	padding-left: 52px;
	font-weight: normal;
}

.tableRowA:hover, .tableRowB:hover {
	background-color:#FFFEDF;
}


.thickborder {
	border-right: 2px solid;
}

.ruleslist {
	list-style-type: none;
	padding-left: 0;
	margin-left: 4px;
}

.generalinfolist {
	float: left;
}

.generalinfolist li {
	padding-bottom: 12px;
}



#footer { 
	padding: 0px 5px 5px 5px;
	background:#666666; 
	color: #FFFFFF;
	
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #FFFFFF;
}

.footernav {
	margin: 0;
	padding: 0;
	text-align: center;
}


.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px 0 8px 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px 8px 8px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.print {
	display: none;
}


#schedule {
	height: 720px;
}

.boxed {
  border: 1px solid #0033cc;
  line-height:20px;
} 

.boxedred {
  border: 1px solid red;
  line-height:20px;
} 