@import url("styles_routeplanner.css");
body {
	margin: 0px;
	padding: 0px;
	color: #403933;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	/* scrollbar */
}

/* backgrounds */

table.bg {
	background: url(../gfx/bg.gif) repeat-y center top;
}
td.bg_data {
	padding: 14px;
	/* background */
}
td.bg_bottom_menu {
	/* background */
	/* color */
	height: 33px;
	text-align: center;
	vertical-align: top;
	padding-top: 9px;
}
td.bottom {
	font-size: 10px;
	color: #FFFFFF;
	height: 33px;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
}

/* left_line */

table.bg_left_line {
	/* background */
}
td.bg_left_line_top {
	/* background */
	padding-left: 15px;
	vertical-align: top;
}
table.bg_left_line2 {
	/* background */
}
td.bg_left_line_bottom {
	padding-left: 15px;
	/* background */
}

/* links */

a {
	/* color */
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.link {
	/* color */
	text-decoration: none;
}
a.link:hover {
	color: #000000;
	text-decoration: underline;
}
td.bg_bottom_menu a {
	/* color */
	padding: 0 8px 0 8px;
	text-decoration: none;
}
td.bg_bottom_menu a:hover {
	/* color */
	text-decoration: underline;
}

/* formats */

td {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
p {
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: 10px;
	text-align: justify;
}
ul {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: justify;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 2px 0 2px 12px;
	/* background */
}
.pager {
	font-weight: bold;
	/* color */
}

/* divs */

#pager_top, #pager_bottom {
	width: 100%;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	z-index: 50;
	left: 0px;
	right: 0px;
}
#pager_top {
	top: 0;
	bottom: 15px;
}
#pager_bottom {
	top: 8px;
	bottom: 10px;
}
#topdata, #topdata2 {
	width: 100%;
	padding: 0 0 0 10px;
	position: relative;
	z-index: 20;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#topdata2 {
	top: -12px;
}
#firstpic, #pic {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: relative;
	border: 1px solid #FFFFFF;
	/* background */
}
#firstpic {
	width: 345px;
	z-index: 30;
	padding: 10px 0 0 0;
}
#pic {
	z-index: 40;
	float: right;
	padding: 7px 0 0 0;
	margin-left: 10px;
}
#darkdata, #darkdata2 {
	position: relative;
	z-index: 10;
	top: -20px;
	left: 0;
	width: 710;
	width: expression('100%');
	border: 1px solid #FFFFFF;
	padding: 15px 15px 20px 15px;
	margin-bottom: -20px;
	/* background */
}
#darkdata2 {
	margin-top: -12px;
}

/* operator table */

div#operator_site table {
  width: 100%;
}
div#operator_site td.td_color3,
div#operator_site td {
  background-color: #f7eab2;
}
div#operator_site td.td_color1 {
  background-color: #a81b12;
  font-weight: bold;
  color: #FFFFFF;
}
div#operator_site td.td_color2 {
  background-color: #f5e28e;
  font-weight: bold;
}

/* forms */

form {
	padding: 0;
	margin: 0;
}
input,
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 210px;
	border: 1px solid #F5E28E;
	padding: 2px 3px 0 3px;
	background-color: #FFFBE8;
}
textarea {
	height: 70px;
}
input.button {
	color: #FFFFFF;
	font-weight: bold;
	border: 1px #A81B12 solid;
	width: 150px;
	padding: 0;
	background-color: #A81B12;
}
input.checkbox,
input.radio {
	width: auto;
	height: auto;
	border: none;
	background: transparent;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 210px;
	height: 20px;
	background-color: #FBF2CB;
}
select option {
	background-color: #FBF2CB;
}
