@CHARSET "UTF-8";
/**
 * BlueVendo - afiliacja standardowa
 *
 * Moduł: Rezerwacja wycieczek
 *
 * @copyright SYNERWAY S.A. 2010
 * @author Artur Kozubski <a.kozubski@synerway.pl>
 * @version $Id: aff-tripbooking.css 38015 2014-09-01 12:42:21Z akozubski $
 */

/*
 * Ogólne definicje CSS.
 */

div#searchParts
{
	height: 50px;
	width: 655px;
	padding-left: 10px;
	padding-right: 10px;
}

div#searchParts span
{
	width: 138px;
	height: 35px;
	padding: 6px 0 0 0;
	display: block;
	float: left;
	text-align: center;
	margin: 0 16px 0 16px;
}

div#searchParts span.SearchPartLeft
{
	margin: 0 15px 0 0;
}

div#searchParts span.SearchPartRight
{
	margin: 0 0 0 15px;
}

#searchParts span strong
{
	text-transform: uppercase;
}

/*
 * Krok 1 - formularz wyszukiwania
 */

div.BV_SearchForm
{
	width: 675px;
	color: #000;
	font-size: 13px;
	background-color: #A6C9E2;
	padding: 5px;
	margin: auto;
	border: 2px ridge #A6C9E2;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

input.BV_Hotel
{
	width: 140px;
}

/*
 * Krok 2 - lista wyników wyszukiwania
 */

div#resultsBody
{
	color: #000;
	background-color: #A6C9E2;
	border: 2px ridge #A6C9E2;
	width: 675px;
	height: auto;
	overflow: auto;
	padding: 5px;
	margin: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.searchResults
{
	padding: 7px 3px;
	clear: both;
	width: 647px;
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
}

.SearchResultsTable
{
	width: 655px;
	margin: 1px 0 0 10px;
	clear: left;
	float: left;
	border-collapse: collapse;
	font: 11px Arial, Tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
	table-layout: fixed;
}

.SearchResultsTable thead
{
	height: 31px;
}

.SearchResultsTable th
{
	height: 31px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
	line-height: .8em;
	font-size: 13px;
}

.SearchResultsTable th.colWidth1
{
	width: 80px;
}

.SearchResultsTable th.colWidth2
{
	width: 120px;
}

.SearchResultsTable th.colWidth3
{
	width: 115px;
}

.SearchResultsTable th.colWidth4
{
	width: 105px;
}

.SearchResultsTable th.colWidth5
{
	width: 90px;
}

.SearchResultsTable th.colWidth6
{
	width: auto;
}

.SearchResultsTable th a.Sort
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F7F7F7), color-stop(1, #E2E2E2) );
	background:-moz-linear-gradient( center top, #F7F7F7 5%, #E2E2E2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#E2E2E2');
	background-image: linear-gradient(#F7F7F7,#E2E2E2);
	border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	margin: 0 0 0 1px;
	box-shadow: 0 1px 1px 0 #575757;
	display: inline-block;
	width: 14px;
	height: 15px;
}

.SearchResultsTable th a.Sort:active { position: relative; top: 1px; }

.SearchResultsTable th a.Sort:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E2E2E2), color-stop(1, #F7F7F7) );
	background:-moz-linear-gradient( center top, #E2E2E2 5%, #F7F7F7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2', endColorstr='#F7F7F7');
	background-image: linear-gradient(#E2E2E2,#F7F7F7);
}

.SearchResultsTable th a.Sort.Active
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BBBBBB), color-stop(1, #DCDCDC) );
	background:-moz-linear-gradient( center top, #BBBBBB 5%, #DCDCDC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBBBBB', endColorstr='#DCDCDC');
	background-image: linear-gradient(#BBBBBB,#DCDCDC);
	box-shadow: 0 1px 1px 0 #575757 inset;
	position: relative;
	top: -1px;
	height: 16px;
}

.SearchResultsTable th a .Icon
{
	display: inline-block; 
	width: 6px; 
	height: 14px;
	background-repeat: no-repeat;
	background-image: url('/images/sort_arrows.png');
	vertical-align: middle;
	cursor: pointer;
	margin-left: 3px;
}

.SearchResultsTable th a.Sort { text-algin: center; display: none; }

.SearchResultsTable th a.Sort .Icon.Down { background-position: -1px 0; margin-left: 3px; }
.SearchResultsTable th a.Sort .Icon.Up { background-position: -7px 0; margin-left: 4px; }

.SearchResultsTable td
{
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #77D5F7;
	border-bottom: 2px solid #77D5F7;
	background: #F1F7F9;
}

.SearchResultsTable td.FirstCell
{
	border-left: 1px solid #77D5F7;
}

.SearchResultsTable td span
{
	cursor: pointer;
}

.SearchResultsTable .RowHighlight
{
	background: #E7F3F7;
}

.SearchResultsTable td span.Price
{
	cursor: pointer;
}

/* *** Stronicowanie listy wyników *** */

.Pagination
{
	clear: both;
	margin-left: 10px;
	margin-top: 5px;
	padding: 4px;
	width: 645px;
}

.Pagination span
{
	font-weight: bold;
	text-decoration: none;
	margin: 0 3px;
	cursor: pointer;
}

.Pagination span:hover
{
	color: #77D5F7;
}

.Pagination span.ActivePage
{
	color: #77D5F7;
}

.GoogleMapPopupBtn
{
	cursor: pointer;
}

.GoogleMapPopupBtn:hover
{
	color: #025474;
}

.GoogleMapPopupBtn img
{
	vertical-align: middle;
}

div.GoogleMapPopup
{
	width: 400px;
	height: 300px;
	border: 1px solid #000;
	background-color: #CECECE;
}

div.GoogleMapBar
{
	border: 1px outset #CECECE;
	background-color: #CECECE;
	height: 16px;
	overflow: auto;
	padding: 2px;
	clear: both;
}

div.GoogleMapBar img
{
	float: right;
	cursor: pointer;	
}

div.GoogleMapArea
{
	border: 1px inset #CECECE;
	height: 276px;
	overflow: auto;
}

/*
 * Krok 3 - szczegóły oferty
 */

div#detailsBody
{
	color: #025474;
	background-color: #A6C9E2;
	border: 2px ridge #A6C9E2;
	width: 675px;
	height: auto;
	overflow: auto;
	padding: 5px;
	margin: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

div.OfferDetailsForm
{
	width: 100%;
}

#offerInfo
{
	background: #F1F7F9;
	border: 2px ridge #A6C9E2;
	width: 640px;
	padding: 15px 0px 20px 10px;
	float: left;
	margin: 0 0 0 10px;
	clear: both;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* *** Galeria zdjęć *** */

div#mainPhotoFiller
{
	width: 300px;
	height: 300px;
	background-color: #E7F3F7;
}

div.OfferImgMain
{
	float: left;
	margin: 0 15px 0 0;
	display: inline;
}

div.OfferImgMain img
{
}

div.OfferImgMain div.Photo
{
	border: 1px solid #0083BE;
}

div.OfferImgMain div.Photo div#big_img_preview_description
{
	height: 24px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
}

div#offerInfo div.Info
{
	float: left;
	width: 310px;
}

div#offerInfo div.Info p
{
	margin: 0;
	padding: 0;
	clear: left;
}

div#offerInfo div.Info h2
{
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 16px;
}

.offerSmallImgs img
{
	border: 1px solid #000;
	margin: 10px 7px 5px 0;
	float: left;
}

/* *** Szczegóły oferty *** */

span.DescriptionTitle
{
	font-weight: bold;
	font-size: 13px;
}

.TripsTable
{
	margin-top: 5px;
	margin-bottom: 10px;
	clear: left;
	float: left;
	border-collapse: collapse;
	font: 11px Arial, Tahoma, Helvetica, sans-serif;
	color: #4D4D4D;
}

.TripsTable thead
{
	height: 31px;
}

.TripsTable th
{
	height: 31px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
	line-height: .8em;
	font-size: 11px;
}

.TripsTable th.colWidth1
{
	width: 95px;
}

.TripsTable th.colWidth2
{
	width: 85px;
}

.TripsTable th.colWidth3
{
	width: 105px;
}

.TripsTable th.colWidth4
{
	width: auto;
}

.TripsTable td
{
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #77D5F7;
	border-bottom: 2px solid #77D5F7;
	background: #F1F7F9;
	cursor: pointer;
}

.TripsTable td.FirstCell
{
	border-left: 1px solid #77D5F7;
}

.TripsTable .RowHighlight
{
	background: #E7F3F7;
}

.TripsTable .RowSelected
{
	color: #FFF;
	background: #53BBDE;
}

/* *** Zakładki *** */

div#detailTabs
{
	margin-top: 10px;
	width: 620px;
}

div#detailTabs div.TabContent
{
	color: #025474;
	overflow-x: hidden;
	overflow-y: auto;
}

div.TabContent div.FormLabel
{
	font-weight: bold;
}

/* Stronicowanie listy wycieczek */

div.TripListPaginator {
	text-align: center;
	margin-bottom: 10px;
	margin-right: 1px;
	overflow-x: hidden;
	overflow-y: auto;
}

span.PaginatorInfo {
}

button.TripListPrevBtn {
	width: 40px;
	height: 20px;
	float: left;
}

button.TripListNextBtn {
	width: 40px;
	height: 20px;
	float: right;
}

/* *** Wydruk oferty *** */

div.offerPrintPageBody
{
	font-size: 8pt;
	background-color: white;
	height: auto;
	padding: 5px;
}

div.offerPrintPageBody table.tripDetails
{
	font-size: 7.6pt;
	border: 1px solid black;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

div.offerPrintPageBody table.tripDetails td
{
	border: 1px solid black;
	text-align: center;
}

div.offerPrintPageBody table.tripDetails td.label
{
	font-weight: bold;
	text-align: left;	
}

div.offerPrintPageBody table.tripDetails td.dataField
{
	font-weight: normal;
	text-align: left;	
}

div.offerPrintPageBody table.tripDetails th
{
	font-size: 8.5pt;
	border: 1px solid black;
	background-color: rgb(230, 230, 230);
}

div.offerPrintPageBody table.personPrices
{
	font-size: 7.6pt;
	border: 1px solid black;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

div.offerPrintPageBody table.personPrices td
{
	border: 1px solid black;
}

div.offerPrintPageBody table.personPrices td.label
{
	font-weight: bold;
}

#printOfferInfo
{
	padding: 15px 0px 20px 10px;
}

span#finalprice
{
	font-weight: bold;
}

/* *** Mapa Google *** */

div.GoogleMap
{
	width: 590px;
	height: 500px;
}

/*
 * Krok 4 - formularz rezerwacji
 */

div.BV_ReservationForm
{
	width: 675px;
	color: #000;
	background-color: #A6C9E2;
	padding: 5px;
	margin: auto;
	border: 2px ridge #A6C9E2;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

div.BV_ReservationForm div.FixedWidthLabel
{
	width: 160px;
}

div.BV_ReservationForm div.FixedWidthLabel2
{
	width: 100px;
}

div.BV_ReservationForm div.FixedWidthField
{
	width: 485px;
}

div.BV_ReservationForm div.Buttons
{
	margin-top: 10px;
}

div.CompletedReservationInfo
{
	padding: 5px;
	margin-top: 10px;
	background-color: #FFF;
}

ul.PaymentOptions
{
	margin: 0;
	padding: 0;
}
