body
{
 font-family: Arial, Tahoma;
 font-size: 11px;
 color: #2b2522;
 background-color: transparent;
	}
a
{
    color: #507fa4;

	}	
	
.input-select
{
 width: 130px;
 height: 21px;
 font-family: Tahoma,Arial;
 font-size: 11px;
 border: solid 1px #eee ;
}

.input-select-s
{
 width: 40px;
 font-family: Tahoma,Arial;
 font-size: 11px;
 border: solid 1px #eee ;
}

.input-selector
{
 padding: 2px;
 font-family: Tahoma,Arial;
 font-size: 11px;
	}
.input-button
{
	background-image: url('imgs/input.gif');
	background-color: #5a90af;
	border: solid 1px #b3c6d3;
	font-family: Tahoma,Arial;
    font-size: 12px;
    
    color: #fff;
	}
	
input.niceinput
{
	background-color: White;
	font-size: 11px;
	border: solid 1px #b0b0b0;	
}

.amount
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bolder;
	}
	
.tableCell
{
	padding: 2px;
	cursor: pointer;
}
.tableAlternateCell
{
	padding: 2px;
	cursor: pointer;
}
.tableCellOver
{
	background-color: #f5f5f5;
	padding: 2px;
	cursor: pointer;
}
.tableCellSelected
{
	background-color: #f5f5f5;
	padding: 2px;
}
.tableCellBar
{
	padding: 2px;
}
.MenuPanel
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #1B2023;
	padding: 3px;
	margin-bottom: 5px;
	border-left: #1B2023 5px solid;
	text-align: left;
}
.JourneyRouteSelectorPanelHeader
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #3f7900;
	padding: 10px;
	background-color: #f5f6f7;
	padding-left: 15px;
	margin-bottom: 10px;
	border-left: #8dd500 5px solid;
	text-align: left;
	height: 35px;
}
.Notice
{
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
