.star{
color: red;
}



/* CSS Document */
/* wyzerowanie dla wszystkich elementow */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
/*-- podstawowe atrybuty --*/
body  {
	background: #FAF5EB url(../img/headerClouds.jpg) top repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00294A;
}
h1 {
	color: #4EA0D5;
	font-size: 19px;
	font-weight:normal
}
h2 {
	color: #FF6600;
	font-size: 18px;
	font-weight:normal
}
h3 {
	color: #FF6600;
	font-size: 22px;
}
h4 {
	color: #176AAC;
	font-size: 12px;
}
h4s {
	color: #176AAC;
	font-size: 18px;
}
h5 {
	color: #176AAC;
	font-size: 11px;
	text-align:center;
	margin-bottom: 20px;
}
p {
	margin: 2px 0 10px 0;
}
a {
	color: #176AAC;
	text-decoration: none;
	font-weight: bold;
}

/*--  rozciagajace sie na cala szerokosc paski --*/
#headerGradients{
	width: 100%;
	height: 190px;
	left: 0; /* inaczej ie7 dowali tu margines rowny temu z mainCont*/
	top: 0;
	position: absolute;
}
/* waski granatowy pasek po lewej stronie */
#gradientSmall {
	float: left;
	width: 49%;
	height: 37px;
	background: url(../img/gradientSmall.gif) repeat-x;
	margin-top: 139px;
	position: absolute;
}
/* szeroki pasek granatowy po prawej stronie */
#gradientLarge {
	float: right;
	width: 49%;
	height: 158px;
	margin-top: 29px;
	background: url(../img/gradientLarge.gif) repeat-x;
}

/*-- glowny kontener dla strony --*/
#mainCont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

/*-- naglowek --*/
#header {
	width: 100%;
	height: 180px;
}
/* box z wyborem jezyka */
#languageBox {
	width: 151px;
	height: 29px;
	float: right;
	margin-right: 90px;
	background: url(../img/languageBox.jpg) no-repeat;
	display: inline;
}
#languageBox a img{
	margin: 2px 2px 0 28px;
}
/* box z logo grand tourist */
#logo {
	width: 366px;
	height: 80px;
	margin: 29px 0 0 2px;
	float: left;
}
/* napis pod logo */
#logo h1 {
	margin-left: 90px;
	margin-top: -24px;
}
/* granatowe fale po prawej w naglowku */
#waves {
	width: 616px;
	height: 158px;
	background: url(../img/headerWaves.jpg);
	float: left;
	margin-left: 10px;
}
/* pasek menu */
#menuBar {
	width: 836px;
	height: 37px;
	position: absolute;
	left: 74px;
	top: 139px;
}
/* granatowa czesc menu */
#partLeftMenu{
	width: 305px;
	height: 37px;
	background-color: #FAF5EB;
	float: left;
}
/* pomaranczowa czesc menu */
#partRightMenu{
	width: 531px;
	height: 37px;
	float: left;
}
/* zaokraglenie paska rozciagajacego sie z lewej strony */
#gradientRound {
	float: left;
	height: 37px;
	width: 3px;
	background: url(../img/gradientRound.gif) no-repeat;
}
/* zaokraglenie paska granatowego menu */
#blueRound {
	display: inline;
	margin-left: 13px;
	height: 37px;
	width: 4px;
	background:url(../img/blueRound.gif) no-repeat;
	float: left;
}
/* granatowy pasek menu */
#blueBox {
	float: left;
	height: 27px;
	width: 285px;
	background:url(../img/blueBar.gif) repeat-x;
}
/* pomaranczowy pasek menu */
#orangeBox {
	float: left;
	height: 27px;
	width: 527px;
	background: url(../img/orangeBar.gif) repeat-x;
}
/* zaokraglenie paska pomaranczowego menu */
#orangeRound {
	height: 37px;
	width: 4px;
	background: url(../img/orangeRound.gif) no-repeat;
	float: left;
}
/* zeby linki menu byly wysrodkowane */
#blueBox, #orangeBox {
	padding-top: 10px;
}
/* linki menu */
a.menuItem{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 15px 0 15px;
	text-decoration: none;
}
a:hover.menuItem{
	color: #6DA7CD;
}
/* nieaktywny link menu - tu jestes */
.selectedMenuItem{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6DA7CD;
	margin: 0 15px 0 15px;
}


/*-- tresc podstron --*/
#content {
	width: 820px;
	margin: 20px 90px 0px 90px;
}

/*-- naglowek podstrony --*/
#contentHead {
	width: 790px;
	height: 85px;
	background-color: #EAE4D7;
	padding: 15px 15px 15px 15px;
}
#contentHead img {
	float: left;
}
/* formularz wyboru sortowania */
#miniForm {
	float: right;
	width: 250px;
	color: #00294A;
	text-align: right;
}
/* szerokosc selecta */
#miniForm select {
	width: 150px;
}
/* powrot do kategorii glownej */
#returnToCategory {
	width: 790px;
	float: right;
	margin-top: 50px;
	text-align: right;
	background-color: #EAE4D7;
}
#returnToCategory a {
	color: #176AAC;
	text-decoration: none;
	font-weight: bold;
}
#returnToCategory a:hover {
	color: #00294A;
}


/*-- glowna tresc podstrony --*/
/*- dla pelnych opisow -*/
#contentMainFullDesc {
	width: 790px;
	margin-top: 12px;
	background: #FFFFFF url(../img/brownSmug.jpg) no-repeat top left;
	padding: 15px 15px 15px 15px;
	min-height: 100%;
	float: left;
}
/*- dla listy obiektow -*/
#contentMainList {
	width: 820px;
	margin-top: 12px;
	float: left;
}

/* gdy podzial na dwie podkolumny */
#leftColumnMain {
	float: left;
	width: 450px;
	position: relative;
}
#rightColumnMain {
	float: right;
	width: 320px;
}

/*-- lewa kolumna --*/
/* informacje o pokoju/apartamencie */
#roomInfo {
	float: left;
	margin-bottom: 10px;
	width: 450px;
}
#roomInfo h4 {
	margin: -18px 10px 18px 250px;
	text-align: right;
}
/* szybkie opcje zamawianie/polecanie/drukowanie */
.quickOptions {
	float: right;
	text-align: right;
position: 15,15,15,15;
}
.quickOptions a {
	color: #176AAC;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.imgBottomMargin{
	margin-bottom: 20px;
}
.imgRightMargin{
	margin-right: 8px;
}
/* lista atrybutow pokoju w postaci tekstowej - pionowa */
.textOptionsList{
	color: #FF6600;
	list-style: none;
	font-weight: bold;
}
/* lista atrybutow pokoju w postaci obrazkowej - pozioma */
#roomInfo .imgOptionsList {
	margin-top: 20px;
}
.imgOptionsList{
	list-style: none;
}
.imgOptionsList li{
	display: inline;
	margin-right: 10px;
}
/* opis pokoju */
.roomDescription {
	float: left;
	width: 450px;
	text-align: left;
	color: #002745;
}
.highlightBlue {
	color: #176AAC;
}
.highlightBlueBold {
	color: #176AAC;
	font-weight: bold;
}
.highlightOrangeBold {
	color: #FF6600;
	font-weight: bold;
}
.highlightOrange {
	color: #FF6600;
}
/* galeria :] */
.gallery {
	float: left;
	width: 320px;
	margin-top:3px;
	margin-left: 3px;
	background-color: #F2EFE9;
}
.currentImg, .imgBar{
	width: 320px;
	text-align: center;
	float:none;
	margin-top:3px;
}
.imgBar{
	padding: 10px 0 10px 0;
	background-color: #F2EFE9;
	text-align: center;
}
.imgBar table{
	width: 320px;
	border-collapse: collapse;
}

/*-- prawa kolumna --*/
.googleMap, .booking, .callendar{
	background: #F2EFE9 url(../img/lightGradient.jpg) no-repeat top center;
}
/* kontener na mape gugli */
.googleMap {
	width: 270px;
	height: 350px;
	float: left;
	padding-top: 8px;
}
.booking, .callendar, .legend{
	width: 222px;
	padding: 8px 24px 8px 24px;
	margin-bottom: 15px;
	float: left;
}
/* kolorki i kontenery dla sezonow */
.seasonA, .seasonB, .seasonC {
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.seasonA {
	background-color: #FF6600;
}
.seasonB {
	background-color: #349A3B;
}
.seasonC{
	background-color: #61CAF1;
}

/*- zamowienia po tygodniach -*/
.booking table{
	font-size: 10px;
	border-collapse: collapse;
	text-align: center;
}
/* pokoj wolny */
.dateFree {
	padding: 0 8px 0 8px;
	color: #002745;
	font-weight: bold;
}
/* zajety */
.dateTaken {
	padding: 0 8px 0 8px;
	color: #9A968E;
	text-decoration: line-through;
}
/* tekst 'zarezerwowano' */
.reserved{
	color: #9A968E;
	font-style: italic;
}

/*- zamowienia z kalendarza -*/
.callendar table {
	text-align: center;
	width: 100%;
	font-size: 10px;
	background-color: #FFFFFF;
}
.callendar td {
	height: 15px;
}
.cMonth, .cDay, .cDaySun{
	color: #002745;
	font-weight: bold;

	background-color: #EAE4D7;
}
.cDaySun {
	color: #FF6600;
}
/* kolory odpowiadajace sezonom */
.cDayA {
	background-color: #ffeae4;
}
.cDayB {
	background-color: #dff3e0;
}
.cDayC {
	background-color: #dee9ed;
}
/* linki do przechodzenia miedzy miesiacami */
.prevMonth, .nextMonth {
	margin-top: 16px;
	color: #176AAC;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
.prevMonth {
	float: left;
}
.nextMonth{
	float: right;
}

/*- legenda kolorkow -*/
.legend ul{
	list-style: none;
}
.legend ul li{
	margin-bottom: 8px;
}
.legend ul li span{
	padding: 2px 5px 2px 5px;
}


.offerCalendar * {
    text-align: center;
    background-color: white;
    color: black;
    font-size: 10px;
}
.offercalendar th{font-weight:normal;font-family:Verdana;padding:1px 1.5px;}
.offercalendar_A {background-color:#FF6600;  color: #fff; font-size:10px;text-align:center;font-family:Verdana}
.offercalendar_B {background-color:#349A3B;  color: #fff; font-size:10px;text-align:center;font-family:Verdana}
.offercalendar_C {background-color:#61CAF1;  color: #fff; font-size:10px;text-align:center;font-family:Verdana}

.offercalendar_Areserved {background-color:#FF6600;  color: #444; font-size:11px;text-align:center; text-decoration: line-through;}
.offercalendar_Breserved {background-color:#349A3B;  color: #444; font-size:11px;text-align:center; text-decoration: line-through;}
.offercalendar_Creserved {background-color:#61CAF1;  color: #444; font-size:11px;text-align:center; text-decoration: line-through;}



/*- oferty lista -*/
.infoItem {
	width: 790px;
	padding: 15px 12px 15px 15px;
	background-color: #FFFFFF;
	height: 173px;
	float: left;
	margin-bottom: 15px;
}
.infoItemLeftCol{
	width: 220px;
	float: left;
	margin-right: 35px;
}
.infoItemRightCol{
	width: 535px;
	float: right;
}
.roomShortDesc {
	width: 370px;
	float: left;
	padding-right: 15px;
}
.infoBottomBar {
	width: 535px;
	height: 100%;
	vertical-align: bottom;
	position: relative;
	float: left;
}
.priceInfo{
	float: left;
}
.infoBottomBar ul{
	float: right;
}
/* przerwa pomiedzy ofertami */
.extraSpace{
	width:100%;
	height: 15px;
	background-color: #FAF5EB;
}

/*-- przerwa w stronie / miejsce na stronnicowanie kategorii --*/
#pagesSpacer {
	height: 40px;
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	padding-top:20px;
}
#pageControl {
	margin-left:auto;
	margin-right:auto;
	color: #A29476;
}
#pageControl a {
	color: #FF6600;
	padding: 0 5px 0 5px;
	font-weight: normal;	
}
#pageControl a:hover {
	font-weight: bold;	
}
/* dla bierzacego elementu - nieaktywny link */
.curentPage {
	background-color: #e9e1d1;
	padding: 0 5px 0 5px;
}
.npPage{
	color: #A29476;
}

/*-- stopka i logosy --*/
#footer{
	height: 65px;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
}
#logoCentered{
	height: 50px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
}
#miniGt, #projectLogo{
	margin-top: 10px;
}
#miniGt, #addLogos{
	float: left;
}
#addLogos{
	margin-left: 150px;
	text-align: center;
}
#addLogos img{
	margin-right: 50px;
}
#projectLogo{
	float: right;
}


#orderForm{
	background-color:#ddd;
	border:1px solid #aaa;
	position:absolute;
	top:40px;
	left:150px;
	padding:5px 10px;
	display: none; 
	text-align: left;
}
#orderForm input{
	margin:2px;
	border:1px solid #aaa;
}

http://www.gt.com.pl/style/calendar.css

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  width: 200px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #e8f0f4;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #e8f4f0;
}

.calendar tbody .rowhilite td {
  background: #d8e4e0;
}

.calendar tbody .rowhilite td.wn {
  background: #c8d4d0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

