﻿/*
GEMoney CSS 
Author:   rebecca.mccay
Created:  11/12/2009 9:54:11 AM
*/



#btnReset
{
	background: url(../images/btn_clear.gif) no-repeat;
	width: 95px;
	height: 20px;
	margin: -4 0 0 0;
	padding: 0;
	border: 0;
	padding: 20px 0 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border: solid 0px #fff !important;
	display: inline-block;
}


#btnReset:hover
{
	background: url(../images/btn_clear_on.gif) no-repeat;
	width: 95px;
	height: 20px;
	margin: -4 0 0 0;
	padding: 0;
	border: 0;
	padding: 20px 0 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border: solid 0px #fff !important;
	display: inline-block;
}

#btnSearch
{
	background: transparent url(../images/btn_search.gif) no-repeat center top;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 76px;
}

#btnSearch:hover
{
	background: transparent url(../images/btn_search_on.gif) no-repeat center top;
}

#btnPointsOfInterest span
{
	background: #E4EFFE url(../images/btn_results.gif) no-repeat center top;
	cursor: pointer;
	height: 24px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 70px;
	display: inline-block;
}

#btnPointsOfInterest span:hover
{
	background: transparent url(../images/btn_results_on.gif) no-repeat center top;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 70px;
	display: inline-block;
}

#btnPointsOfInterest.menu-open span
{
	background: transparent url(../images/btn_results_on.gif) no-repeat center top;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 70px;
	display: inline-block;
}

#btnDirections span
{
	background: transparent url(../images/btn_directions.gif) no-repeat center top;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 82px;
	display: inline-block;
}

#btnDirections span:hover
{
	background: transparent url(../images/btn_directions_on.gif) no-repeat center top;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 82px;
	display: inline-block;
}

#btnDirections.menu-open span
{
	background: transparent url(../images/btn_directions_on.gif) no-repeat center top;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 82px;
	display: inline-block;
}


#pointsOfInterestWrapper a, #drivingDirectionsWrapper a, #filtersList a
{
	color: #3b73b9;
}















