body {
	margin: 20px; 
	padding: 0;
  background: #ffffff;
  color:#58585a;
  font-family: Arial, verdana, Helvetica, sans-serif;
  font-size: small;
  text-align: center;
}
#container {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
#header {
  background: #ffffff url(../images/header-back.png) repeat-x scroll left bottom;
 	padding: 0 0 0 0;
 	margin: 0 0 0 0;
 	text-align: left;
 	position: relative;
  height: 6em;
}
#header h1 {
  color: #fff;
  padding: 14px 0 0 0;
 	margin: 0 0 0 15px;
 	font-size: 180%;
 	font-weight: normal;
 	text-align: left;
 	border-bottom: none;
}
#header .right {
  position: absolute;
  top: 19px;
  right: 15px;
  text-align: right;
  width: 250px;
}
#header .right a {
  color: #fff;
  text-decoration: underline;
}
#header .right a:hover {
  text-decoration: none;
}
#header ul {
  position: absolute;
  left: 15px;
  bottom: 0;
  list-style: none;
  margin: 0; padding: 0;
}

#header li {
  margin: 0 2px 0 0; 
  padding: 0;
  display: inline;
/*  white-space: nowrap;*/
}
#header ul a {
  float: left; /* IE6 */
  padding: 3px 8px 4px 8px;
	margin: 0 2px 0 0;
  background: #1373A7;
	color: #ffffff;
  text-decoration: none;
  display: block;
}
#header ul a:hover {
  color: #fff;
  background: #3391cc;
}
#header ul a.current {
  background: #f1f2f3;
  color: #333333;
}
#main {
  margin-top: 12px;
  font-size: 85%;
  text-align: left;
}

#main h1,
#main h2,
#main h3 {
  font-family: Arial,Helvetica,sans-serif;  
}

#main a {
  color: #00467e;
  text-decoration: underline;
}

#main a:hover {
  color: #fff;
  background-color: #00467e;
  text-decoration:none;
}

#content {
  float: left;
  width: 670px;
}

#content .hd .c,
#content .ft .c {
  font-size: 1px; /* ensure minimum height */
  height: 8px;
}

#content .ft .c {
  height: 8px;
  margin-bottom: 12px;
}

#content .hd {
  background: #fff;
}

#content .hd .c {
  background: transparent url(../images/tr.png) no-repeat right 0px;
}

#content .bd {
  background: #fff;
}

#content .bd .c {
  background: transparent url(../images/mr.png) repeat-y right 0px;
}

#content .bd,
#content .bd .c {
  min-height: 550px;
}

#content .bd .c .s {
  margin: 0px 8px 0px 0px;
  background: #fff;
  padding: 10px 15px;
}

#content .ft {
  background: transparent url(../images/bl.png) no-repeat 0px 0px;
}

#content .ft .c {
  background: transparent url(../images/br.png) no-repeat right 0px;
}

#content h1 {
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-size: 1.333em;
  font-weight: bold;
  border-bottom: 1px solid;
}
#content h2 {
  margin: 0; padding: 0;
  font-size: 1.333em;
  font-weight: bold;
}
#content p {
  margin: 8px 0;
}

#sidebar {
  float: left;
  width: 270px;
  margin: 0 0 0 10px;
  padding: 0;
/*  font-family: Arial,Helvetica,sans-serif;*/
}

#sidebar h1 {
  font-size: 1.333em;
  font-weight: normal;
  margin: 0;
  padding: 6px 8px;
  background: #593;
  color: #fff;
}

#sidebar h2 {
  font-size: 1.333em;
  margin: 0.666em 0 0 0;
  padding: 6px 0 0 0;
}

#sidebar p {
  margin: 0.333em 0 0 0;
  padding: 0;
  line-height: 1.333em;
  padding: 0 0 6px 0;
}

#sidebar .block {
  padding: 0px 8px;
}

#sidebar .current {
  background: #fff;
}

#footer {
  clear: both;
	background: #00467e;
	padding: 3px 0 4px 0;
	color: #fff;
  text-align: center;
}

table.list {
  border-collapse: collapse;
  width: 100%;
}
table.list th {
  text-align: left;
}
table.list th,
table.list td {
  padding: 5px;
}
table.list th {
  background: #eee;
}
table.list td {
  vertical-align: top;
}
table.list td.actions {
  text-align: center;
}
table.list input {
  margin: 0; padding: 0;
}

ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list li {
  padding: 5px;
}

div.header_block {  
}
div.header_links {
  float: right;
  width: 300px;
  text-align: right;
}

table#token_list {
  width: 100%;
  font-size: 1.111em;
}
table#token_list td {
  padding: 5px;
}
.monospaced {
  font-family: "Bitstream Vera Sans Mono", monospace;
}
.pale {
  color: #AAA;
}

.pagination {
  margin: 12px 0;
  padding: 12px 0;
  text-align: right;
}
#main div.pagination a {
  padding: 3px;
  border: 1px solid #00467e;
  text-decoration: none;
}

#main div.pagination a:hover {
  text-decoration: none;
  background: #00467e;
  color: #fff;
}

.pagination .current {
  background: #00467e;
  padding: 4px;
  color: #fff;
}
             
div.errors,
div.flash_alert,
div.flash_notice {
  font-size: 100%;
  padding: 5px;
  margin: 0 0 20px;
}

div.flash_alert,
div.errors {
  background: #c00;
  color: #fff;
  border: 2px solid #c99;
}

div.flash_notice {
  background: #E2F9E3;
  border: 2px solid #9c9;
  color: #060;
}

div.errors ul {
  list-style: none;
  margin: 0; padding: 0;
}

div.errors li {
  padding: 2px 0;
}

.form div.block {
  background: #f0f0f0;
  font-size: 100%;
  font-weight: normal;
  margin: 3px 0 15px 0;
  padding: 10px;
}
.form dt {
  float: left;
  width: 12em;
  margin: 0.5em 0 0 0;
}
.form dd {
  margin: 0 0 5px 0;
}
.form dd input {
  width: 20em;
}
.form dt.required {
  text-decoration: underline;
}
input {  
  padding: 2px;
  vertical-align: middle;
}
.form div.block input {
  font-size: 110%;
}
.form div.actions {
  text-align: right;
  padding: 10px 0;
  border-top: 1px solid #333;
}
.form table {
  border-collapse: collapse;
  width: 100%;
}
.form td {
  padding: 5px 0;
}
.form td.label {
  width: 40%;
}
.form tr.even {
  background: #fff;
}

.even {
  background: #f1f2f3;
}

div.percent,
div.mobility {
  border: 1px solid #666;
  padding: 1px;
  margin: 0;
  width: 100px;
}
div.percent .bar,
div.mobility .bar {
  margin: 0; padding: 0;
  height: 1em;
}
div.percent .bar {
  background: #5CC98E;
}
div.mobility .bar {
  background: #88cdff;
}

table.events {
}
table.events td {
  width: 100px;
  text-align: center;
}
#main table.events a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

table.prices td {
  text-align: center;
}
table.prices td.from,
table.prices td.to {
  text-align: right;
  width: 3em;
}
table.prices td.price {
  text-align: left;
  padding-left: 4em;
}
 
#set_mobility {
  margin-top: 10px;
  padding-bottom: 5px;
}
#set_mobility h2,
#set_mobility p {
  margin-top: 5px;
  margin-left: 5px;
}
#set_mobility td {
  padding-right: 10px;
}
#set_mobility td.slider {
  vertical-align: bottom; 
  padding: 0 35px 0 20px;
}

/* put the left rounded edge on the track */
#slider_left {
	position: absolute;
	width: 5px;
	height: 9px;
	background: transparent url(../images/slider/slider-images-track-left.png) no-repeat top left;
}
#slider_handle {
  width: 19px; 
  height: 20px;
}
			
/* put the track and the right rounded edge on the track */
#slider {
  width: 200px; 
  height: 9px;
	background: transparent url(../images/slider/slider-images-track-right.png) no-repeat top right;
}

/* IE specific */
* html body { 
  font-size: x-small; 
  f\ont-size: small;
}
html + body #content .bd,
html + body #content .bd .c { 
  height: 550px; 
} /* IE 5.0 */
* html #content .bd,
* html #content .bd .c { 
  height: 550px; 
} /* IE 5.5 - 6.x */
html + body #content .ft .c { margin-bottom: 0; } /* IE 5.0 */
* html #content .ft .c { margin-bottom: 0; } /* IE 5.5 - 6.x */
#footer { height: 1%; }
