body
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	min-width:797px;
	padding:0;
	text-align:center;
}

h1
{
	font-size:1.0em;
}

h2
{
	font-size:.9em;
}

h4
{
	padding-bottom:0;
	margin-bottom:0;
}

a
{
	text-decoration:none;
	color:#565656;
}

a:hover
{
	text-decoration:underline;
	color:#4E0E0F;
}

a img
{
	border:none;
}

/* TABLES */
table
{
	font-size:1em;
/* Fix for size "loss" in tables in IE; redundant for most other browsers */
	margin:0;
	padding:0;
}

th,td
{
	padding:0;
}

table.list /* standard class usable for most regular tables presenting lists,with additional related styles */
{
	width:100%;
	margin:1em 0;
	border:none;
}

table.list th,table.list td
{
	padding:.5em;
	border-right:1px solid #fff;
	border-bottom:none;
	vertical-align:top;
}

table.list th
{
	font-weight:700;
	color:#525345;
	background-color:transparent;
	white-space:nowrap;
	text-align:left;
/*background-image: url(../images/th_bg.png);*/
/*     background-repeat: repeat-x; */
/*     background-position: top left; */
}

table.list td
{
	border-top:1px solid #fff;
	font-weight:400;
}

table.list th:first-child,table.list td:first-child
{
	border-left:1px solid #fff;
}

table.list th
{
	border-top:1px solid #fff;
}

table.list tr
{
/*     background-color: #F1F1ED; */
}

table.list tr
{
/*     background-color: #EAE9E1; */
}

table.list tr.bglight:hover,table.list tr.bgdark:hover /* this has no effect in ie6 and below */
{
	background-color:#FFF;
}

table.list tr.bglight:hover td,table.list tr.bgdark:hover td
{
	border-color:#fff;
}

table.list a
{
	border-bottom-color:#EAE9E1;
}

table.list img
{
	vertical-align:middle;
}

div.box-stations input{
color:#343434;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:0.8em;
text-align:center;
vertical-align:middle;
 margin-top:5px
}