/* START: GENERAL STUFF */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
        background-color:#fff;
	margin:50px;
	padding:0px;
}

a {
	color: #000;
}

a:hover {
	text-decoration:none;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}


.fButton
{
 height: 23px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #F1F1F1;
	border-right: 2px solid #666666;
	border-top: 2px solid #F1F1F1;
	cursor: pointer; 
}


.fButton{
   width: 150px;
	background-color: #474747;
	color: #FFFFFF;
}


.fButton:hover{
	background-color: #FFFFFF;
	color: #474747;
}

.techdattable td {
background-color:#fff;
}


.xml_rent_a_bike_list_table_row, .xml_rent_a_bike_list_table_row_fix {
    background-color: transparent;
}