#appName,#searchResHeader,#richPOIHeader,#richPOIHeader2,#waitPageHeaderTitle{
	width: 235px;
	height: 40px;
	padding-left: 10px;
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: medium;
	overflow: hidden;
}

/**Landing screen definition starts**/
.mainMenuTile{
	width: 150px;
	height: 53px;
	text-align: center;
	overflow: hidden;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.mainMenuTile_transport{
	width: 150px;
	height: 53px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	padding-top: 2px;
	color: #343434;
	border: 1px solid #343434;
	text-decoration: none;
}

.catContent{
	margin-top: 2px;
}

.goArrow{
	text-align: right;
	margin-right: 2px;
	margin-top: -42px;
}

.serviceCount{
	color: silver;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-left: 95px;
	margin-top: -32px;
}
/**Landing screen definition ends**/

/** Search results page def starts**/
.searchResultTile{
	width:150px;
	min-height:70px;
	text-align:left;
	overflow: hidden;
	color: white;
	vertical-align: middle;
	padding-left: 2px;
	padding-top: 2px;
	text-decoration: none;
}

.searchResultTile_transport{
	width:150px;
	min-height:70px;
	text-align:left;
	overflow: hidden;
	color:  #343434;
	border: 1px solid  #343434;
	padding-left: 2px;
	padding-top: 2px;
	text-decoration: none;
}

.moreCatTile{
	width: 150px;
	min-height: 30px;
	text-align: center;
	color: white;
	font-weight: bold;
	overflow:hidden;
	text-decoration: none;
}

.moreCatTile_transport{
	width: 150px;
	min-height: 30px;
	text-align: center;
	color:  #343434;
	font-weight: bold;
	overflow:hidden;
	border: 1px solid  #343434;
	text-decoration: none;
}

.catSearchGoArrow{
	margin-right: 2px;
	margin-top: -18px;
	text-align: right;
}

.MoreResGoArrow{
	margin-right: 2px;
	margin-top: -15px;
	text-align: right;
	
}

/** Search results page def ends**/


/** Search By Query defs**/
#searchBoxTd{
	width : 280px;
	padding-left: 2px;
	background-image: url(../images/searchBar.png);
	background-repeat: no-repeat;
	height: 40px;
}

#searchBoxId{
	border: none;
	height: 24px;
	width: 265px;
	margin-left: 6px;
	margin-top: 2px;
	border-width: 0px;
	color:black;
	font-weight: bold;
	background-color: #dedede;
	vertical-align:top;
}

/** Search By Query ends**/

/**Rich POI page 2 defs*/
#mapImageId{
	border: 1px solid black;
	margin-left: 5px;
	margin-top: 5px;
	overflow: hidden;
	width: 310px;
}

#poiIconMap{
	margin-left: 150px;
	margin-top: -107px;
}

#mapButton1{
	margin-left: 280px;
	margin-top: -40px;
}

#mapButton2{
	margin-left: 280px;
	margin-top: 5px;
}
/**Rich POI page 2 defs ends*/

#waitPageImage{
	margin-left: 100px;
}

#acceptButton,#cancelButton,#backButton,#submitRatingButton,#saveFavButtonDiv{
	width: 160px;
	margin-left: 80px;
	background-color: gray;
	height: 40px;
	margin-top: 5px;
	color: white;
	font-weight: bold;
}