﻿/***************
UCBTNRESERVATION
***************/
.ucBtn,
.ucBtnRight
{
	background-color: transparent;
	background-image: url(Buttons/BtnRight.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 22px;
	margin-right: 6px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.ucBtnRight
{
	float: right;
}

.ucBtn span,
.ucBtnRight span
{
	background-color: Transparent;
	background-image: url(Buttons/BtnLeft.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 12px;
	padding: 4px 5px 6px 14px;
}

.ucBtn:hover,
.ucBtnRight:hover
{
	background-image: url(Buttons/BtnRightHover.png);
}

.ucBtn:hover span
.ucBtnRight:hover span
{
	background-image: url(Buttons/BtnLeftHover.png);
}
