﻿.groupArea h2
{
	border-bottom: 1px dotted green;
	font-size: 14px;
	margin-bottom: 5px;
}

.servicesTable td:first-child
{
	font-weight: bold;
}

#fotoThumbs img
{
	height: 40px;
	width: 40px;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
}

#fotoThumbs
{
	text-align: center;
	width: 150px;
}

#fotoThumbs .imgSelected
{
	padding: 2px;
	border: 1px solid green;
}

#fotoThumbs .imgUnselected
{
	padding: 2px;
	border: 1px solid silver;
}

#mainImg
{
	height: 150px;
	width: 150px;
	filter: progid:DXImageTransform.Microsoft.Fade(Duration=1);
}

.groupArea
{
	margin-bottom: 15px;
	clear: both;
}

.groupArea ul, td
{
	font-size: 12px;
}

.descText
{
	font-size: 12px;
}

.navLink
{
	text-decoration: underline;
	cursor: pointer;
	color: green;
	font-size: 10px;
}

#imgTrackLabel
{
	font-size: 10px;
	width: 150px;
}

#mainImgDiv
{
	width: 150px;
	text-align: center;
}

.bookingHotelLink
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #6bad24;
	color: white;
	padding: 5px;
	text-decoration: none;
	border: outset 2px silver; /*display:inline;*/
}

.roomGrid
{
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
}

.roomGrid td, th
{
	font-size: 11px;
	text-transform: lowercase;
	vertical-align: middle;
	border-bottom: 1px dotted silver;
	text-align: left;
	padding: 3px;
}

.roomGrid td
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.roomGrid td .spanPrice
{
	vertical-align: bottom;
	color: #6bad24;
	font-size: 13px;
	font-weight: bold;
}

.roomGrid .priceColumn
{
	text-align: right;
}

.roomGrid .actionColumn
{
	text-align: right;
	width: 80px;
}

.geoCrum
{
	margin-left: 0px;
	padding-left: 0px;
}

.geoCrum li
{
	display: inline;
}

.geoCrum li a
{
	font-size: 11px;
	color: Gray;
}


.footer
{
	font-family: Arial, Verdana;
}

.footer a
{
	font-size: 10px;
	color: Gray;
}
.sideBarDiv
{
	padding: 5px;
	background-color: #edfdbe;
	border: 1px solid #6bad24;
	font-family: Arial, Helvetica;
	margin-bottom: 5px;
}

.sideBarTitle
{
	margin-bottom: 5px;
	text-align: right;
	text-transform: lowercase;
	padding-right: 5px;
	color: #6bad24;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #6bad24;
}

.hotelTitle
{
	padding: 3px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #6bad24;
	background-color: #edfdbe;
	font-weight: bold;
	font-family: Arial;
}

.roomTable
{
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
	width: 100%;
	font-family: Arial;
}

.roomTable tbody tr td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #DADADA;
	font-family: Arial;
	font-size: 10px;
}

.roomTable tr td .cssGreenLink
{
	font-size: 12px;
}

.roomTable tr td
{
	border-right: none 1px silver;
	border-left: none 1px silver;
	border-bottom: solid 1px silver;
}

.roomTable tr .priceColumn
{
	text-align: right;
	vertical-align: top;
	width: 80px;
	color: #6bad24;
	font-weight: bold;
	font-size: 14px;
}

.roomTable tr .actionColumn
{
	border-right: none 1px white;
}

.roomTable thead tr td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: gray;
	font-weight: bold;
}

.cityArea
{
	padding: 5px;
}

.detailHeader
{
	background-image: url(../../images/bgHeaderElements.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 20px;
	_height: 20px;
	padding-bottom: 5px;
}

.detailFooter
{
	background-image: url(../../images/bgFooterElements.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 40px;
	text-align: center;
}

.detailBody
{
	background-image: url(../../images/bgBodyElements.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.detailBody h2
{
	font-family: Arial;
	color: #6bad24;
	font-weight: bold;
	margin-bottom: 5px;
}

blockquote
{
	border: 1px dotted #000;
	float: right;
	margin: 0px;
	padding: 10px;
	background-color: #ccc;
	quotes: "\201C" "\201D";
}
blockquote:before
{
	content: open-quote;
	font-weight: bold;
}
blockquote:after
{
	content: close-quote;
	font-weight: bold;
}

.emptyStar
{
	background-image: url(../../images/star-empty.gif);
	width: 20px;
	height: 18px;
}
.redStar
{
	background-image: url(../../images/star-ps.gif);
	width: 20px;
	height: 18px;
}
.fullStar
{
	background-image: url(../../images/star.gif);
	width: 20px;
	height: 18px;
}

.priceRange
{
    float:right;
    text-transform:lowercase;
}
