body {
	min-width: 1000px;
	background-image: url(../images/background.gif);
	margin: 0;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: black;
}

p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2, h3 {
	color: #4c4c4c;
	font-size: 1.5em;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 3px;
}

h4 {
	color: #4c4c4c;
	font-size: 1.1em;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 3px;
}

th.content {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.content {
	border-bottom: 1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.topcontent {
	border-top: 1px solid black;
	border-bottom: 1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.bottomcontent {
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.content_regular {
	background-color: #d5e9f2;
}

td.content_regular_left {
	background-color: #d5e9f2;
	border-left: 2px solid #30b0f2;
}

td.content_daily {
	background-color: #dbf3d5;
}

td.content_daily_left {
	background-color: #dbf3d5;
	border-left: 2px solid #51f230;
}

td.content_irregular {
	background-color: #f2f2d5;
}

td.content_irregular_left {
	background-color: #f2f2d5;
	border-left: 2px solid #f2ef30;
}

td.content_changed {
	background-color: #f3d5d5;
}

td.content_changed_left {
	background-color: #f3d5d5;
	border-left: 2px solid #f23030;
}

td.content_action {
	background-color: #e5e5e5;
}

td.content_action_left {
	background-color: #e5e5e5;
	border-left: 2px solid #8d8d8d;
}

#top {
	width: 100%;
	height: 220px;
	background-color: black;
}

#head {
	width: 1000px;
	height: 220px;
	background-image: url(../images/background_head.jpg);
	margin: auto;
}

#headcontent {
	width: 800px;
	height: 149px;
	margin: auto;
}

#login {
	width: 430px;
	text-align: right;
	float: left;
}

#login a, #login a:visited {
	color: black;
}

#navi {
	height: 71px;
	width: 781px;
	margin: auto;
	padding-left: 19px;
	position: relative;
}

#tab {
	float: left;
	height: 66px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 5px;
	background-image: url(../images/background_tab.png);
	line-height: 1.2;
}

#tableft {
	background-image: url(../images/background_tab_left.png);
	width: 5px;
	height: 71px;
	float: left;
}

#tabright {
	background-image: url(../images/background_tab_right.png);
	width: 5px;
	height: 71px;
	float: left;
}

#tabi {
	float: left;
	height: 57px;
	margin-top: 11px;
	margin-left: 4px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 3px;
	font-weight: bold;
}

#tabi:hover {
	background-image: url(../images/background_tab_hover.png);
}

#tabi a, #tabi a:hover, #tabi a:visited {
	color: black;
	text-decoration: none;
}

#tab a, #tab a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

#tab a:hover {
  color: #4c4c4c;
  text-decoration: underline;
/*   background-color: #efefef; */
}

#middle {
	width: 818px;
	margin: auto;
	background-image: url(../images/background_body.png);
}

#content {
	width: 564px; /* 610 - padding*/
	min-height: 300px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 9px;
	float: left;
}

#subnavi {
	width: 190px;
	float: left;
}

.subnavi a, .subnavi a:visited {
	color: black;
	text-decoration: none;
}

#subnavi a:hover {
  color: black;
  text-decoration: underline;
/*   background-color: #e8e8e8; */
}

#subnavitext {
	padding-left: 3px;
}

#clearer {
	clear: left;
	visibility: hidden;
}

#bottom {
	clear: left;
	width: 100%;
	height: 31px;
	background-color: black;
}

#stripe {
	width: 1000px;
	height: 31px;
	background-image: url(../images/background_stripe.jpg);
	margin: auto;
}

#footer {
	width: 818px;
	height: 40px;
	margin: auto;
	background-image: url(../images/background_footer.png);
}

#footertext {
	position:relative;
	top: 8px;
	left: 23px;
	font-size: 0.6em;
}

#footertext, #footertext a {
	color: #a9a9a9;
}

.searchfield {
	width: 120px;
	height: 17px;
  float:left;

/*  border-right: 0px; */
/*  color: #b0b0b0; */
/*  border: 1px solid #dedede; */
/*  background-color: #f8f8f8; */
	font-size: 1em;
}

.searchbutton {
  height: 21px;
  width: 64px;
  font-weight: bold;
  font-size: 0.9em;
  padding-bottom: 2px;

}

.ridestable {
	font-size: 0.8em;
	margin-top: 5px;
}

.hidden {
	display: none;
}

