@charset "utf-8";
/* CSS Document */

/* orange rounded button */
.orange-button {
	cursor:pointer; 
	line-height:28px;
	background:url(/globalWebsiteFiles/css/images/button/button-orange.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	text-decoration:none;
	font-family:tahoma, arial, sans-serif;
	color:#534010; 
	font-size:9px;
	font-weight:bold; 
}

.orange-button span { 
	background:url(/globalWebsiteFiles/css/images/button/button-orange.gif) no-repeat left top; 
	height:28px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:27px;
}

	a.orange-button:hover {background-position:right -155px;}
	a.orange-button:hover span {background-position:left -155px;}
		
/* end orange rounded button */

/* green rounded button */
.green-button {
	cursor:pointer; 
	line-height:28px;
	background:url(/globalWebsiteFiles/css/images/button/button-green.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	text-decoration:none;
	font-family:tahoma, arial, sans-serif;
	color:#fff; 
	font-size:9px;
	font-weight:bold; 
}

.green-button span { 
	background:url(/globalWebsiteFiles/css/images/button/button-green.gif) no-repeat left top; 
	height:28px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:27px;
}

	a.green-button:hover {background-position:right -155px;}
	a.green-button:hover span {background-position:left -155px;}
		
/* end green rounded button */

/* blue rounded button */
.blue-button {
	cursor:pointer; 
	line-height:28px;
	background:url(/globalWebsiteFiles/css/images/button/button-blue.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	text-decoration:none;
	font-family:tahoma, arial, sans-serif;
	color:#fff; 
	font-size:9px;
	font-weight:bold; 
}

.blue-button span { 
	background:url(/globalWebsiteFiles/css/images/button/button-blue.gif) no-repeat left top; 
	height:28px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:27px;
}

	a.blue-button:hover {background-position:right -155px;}
	a.blue-button:hover span {background-position:left -155px;}
		
/* end blue rounded button */

/* red rounded button */
.red-button {
	cursor:pointer; 
	line-height:28px;
	background:url(/globalWebsiteFiles/css/images/button/button-red.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	text-decoration:none;
	font-family:tahoma, arial, sans-serif;
	color:#fff; 
	font-size:9px;
	font-weight:bold; 
}

.red-button span { 
	background:url(/globalWebsiteFiles/css/images/button/button-red.gif) no-repeat left top; 
	height:28px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:27px;
}

	a.red-button:hover {background-position:right -155px;}
	a.red-button:hover span {background-position:left -155px;}
		
/* end red rounded button */

/* grey rounded button */
.grey-button {
	cursor:pointer; 
	line-height:28px;
	background:url(/globalWebsiteFiles/css/images/button/button-grey.gif) no-repeat right top; 
	padding-right:10px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	text-decoration:none;
	font-family:tahoma, arial, sans-serif;
	color:#fff; 
	font-size:9px;
	font-weight:bold; 
}

.grey-button span { 
	background:url(/globalWebsiteFiles/css/images/button/button-grey.gif) no-repeat left top; 
	height:28px;
	display:block;
	display:inline-block;
	padding-left:10px; line-height:27px;
}

	a.grey-button:hover {background-position:right -155px;}
	a.grey-button:hover span {background-position:left -155px;}
		
/* end grey rounded button */