
.generalText {
	font-size: 12px;
	color:#ffffff;
}

.generalBodyText {
	font-size: 12px;
	color:#000000;
	line-height: 20px;
}

.generalHedding {
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
}

.generalSubHedding {
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

.generalBodySubHedding {
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

.generalBodyHedding {
	font-weight:bold;
	font-size:14px;
	color:#808080;
}

.dataTable {
	border: 1px solid #5A79A5;
	cursor: pointer;
}

.dataTable tr.even {
	background-color:#eeeeee;
	border: 1px dotted #eeeeee;
}

.dataTable tr.odd {
	background-color:#ffffff;
	border: 1px dotted #ffffff;
}

.dataTable th {
	font-size:12px;
	text-align: left;
	color: #ffffff;
	background-color:#5A79A5;
	cursor: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.dataTable td {
	font-size:12px;
	border: 1px solid #5A79A5;
	padding-left: 5px;
	padding-right: 5px;
}

.dataTable tr:hover {
	background-color:#bbbbbb;
}

.inputTable {
}

.inputTable th {
	text-align: left;
	font-family:arial;
	font-size: 12px;
	font-weight:normal;
}

.prize {
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
}

.purchaseButtonContainer {
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:4px;
	margin:3px;
	background-color:#808080;
}
.purchaseButton {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
}

.purchaseButton:hover {
	text-decoration:underline;
}

.articleDescription {
	font-size:10px;
	font-family:Arial;
}

.articleId {
	font-size:10px;
}

.prizeTable
{
	/*float:left;*/
	font-family: arial;
	font-size: 12px;
	padding-left:4px;

}

.prizeTable tr {

}

.prizeTable th {
	padding-left: 20px;
	padding-right: 20px;
	border:1px solid #ffffff;
	color:#ffffff;
	background-color: #5A79A5;
}

.prizeTable td {
	text-align:right;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #ffffff;
}

.pageMenuDiv
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	line-height: 25px;
}

#startMainHedding
{
	color:#808080;
	margin-left: 10px;
	font-family: Arial;
	font-size: 18px;
	z-index: 2;
	position: absolute;
	margin-left:30px;
	margin-top:19px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	background-color: #5A79A5;
	border: 2px solid #808080;
	padding: 10px;
	width: 200px;
}

#startMainImage
{
/*	margin-left: 10px;
	margin-right: 20px;
	background-image: url(/img/startMainPic.gif);
	height: 320px;
	z-index: 1;*/
}

#startMainRoutes
{
	background-image: url(/img/startMainRaoutBg.gif);
	background-repeat: no-repeat;
	width: 100%;
	/*height: 410px;*/
	margin-left: 10px;
	margin-top: 25px;
}

.startMainRoutes_top {
        background-image: url(/img/startMainRaoutBg.gif);
        background-position: 0px 100%;
        height: 20px;
        background-color: white;
        background-repeat: no-repeat;
        margin-top: -2px;
}

#startMainText
{
	margin-left: 10px;
	font-family: Arial;
	font-family: Arial;
	font-size: 12px;
}

table#routeTable td
{
	width: 100%;
}

.routeItems
{
	background-color: #ffffff;
	padding: 10px;
}

.routeItems .city
{
	font-size: 12px;
	font-weight: bold;
}

.routeItems .date
{
	font-size: 10px;
	margin-top: 0px;
		display: inline;
	margin-left: 10px;
}

.routeItems .description
{
	font-size: 11px;
	margin-top: 5px;
}

.routeItems .nodeLink
{
	font-size: 11px;
	margin-top: 5px;
	display: inline;
	margin-left: 10px;
}

.routeItems .delRoute
{
	position: absolute;
	margin-left: 470px;
	margin-top: -4px;
}

.routeItems .editRoute
{
	position: absolute;
	margin-left: 445px;
	margin-top: -4px;
}

#startRouteTable {

}

#startRouteTable td {
	width: 33%;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

#startRouteTable a {
	font-size: 11px;
	color: blue;
	font-weight: bold;
	margin-left: 10px;
}

#routeStartHedding {
	font-size: 20px;
	color: #5A79A5;
	font-weight: bold;
	margin: 10px;
}

#routeStartText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	margin: 10px;
}

