
.legendRow {
	text-align: left;
}

.currencySelectBox {
	text-align: right;
}

.selected-tab {
	height: 32px;
	background-repeat	: no-repeat;

	border-bottom: solid 1px rgb(5,92,162);

	margin: 0px;
	padding: 0px;
}


.not-selected-tab {
	background-repeat	: no-repeat;
	
	background-color: rgb(191,217,227);
	height: 32px;
	cursor: pointer;
	border-bottom: solid 1px rgb(176,203,228);

	
	margin: 0px;
	padding: 0px;

}

.tab-text {
	color: rgb(49, 109, 134);
	font-weight: bold;
	margin-left: 4px;
}

.not-selected-tab:hover {
	background-color: transparent;
	border-bottom: solid 1px rgb(5,92,162);	
	
}
.collapsed_table {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.outerContainer{
	text-align:center;
}
.outerContainer{
	text-align: -moz-center; 
}
.mainContainer{
	text-align:left;
}
.mainContainerWidth {
	width: 575px;

}

.contentTable {
margin-top: 4px;
border-color:-moz-use-text-color navy navy;
border-style:none dotted dotted;
border-width:medium 1px 1px;
color:black;
font-family:verdana;
font-size:12px;
padding:0 3px 0 5px;
padding-bottom: 10px;
}

.dates {
background-color:#ECF1F7;
border-collapse:collapse;
border:white 1px solid;
color:black;
font-family:verdana;
font-size:12px;
width:350px;
}

.datescell{
border:white 1px solid;
}

.rooms{
border:1px solid #9BB7D1;
border-collapse:collapse;
border-spacing:1px;
color:black;
font-family:verdana;
font-size:12px;
text-align:center;
width:300px;
}

.roomscell{
border:1px solid #9BB7D1;
}

.rooms th {
background-color:rgb(229,237,244);
border:1px inset #9BB7D1;
border-collapse:collapse;
color:black;
font-family:verdana;
font-size:12px;
height:24px;
padding:1px;
text-align:center;
}

.peopleHeader {
	text-align: right;
}



p.rem {
color:#505050;
font-family:verdana;
font-size:12px;
font-style:italic;
}

div#tellija {
background-image:url(info-fon.png);
background-repeat:no-repeat;
width:360px;
}

.transperent {
color:black;
font-family:verdana;
font-size:12px;
}

.non-rem {
color:#505050;
font-family:verdana;
font-size:12px;
}

h1 {
border-bottom:2px dotted #1C86AE;
color:#1C86AE;
font-family:verdana;
font-size:14px;
}


.notifyMark {
	border-top: solid blue 1px;	
	border-right: solid blue 1px;	
	text-align: right;
	padding: 5px;
	margin-bottom: 10px;	
	background-color: rgb(245,245,245);
}

.GWT-DiscountPrice {
	font-weight: bold;
}

.GWT-DiscountedPrice{
	color: red;
	text-decoration: line-through;
}

.GWT-NormalPrice {
	font-weight: bold;
}

.GWT-Clickable {
	cursor: pointer;
}


.GWT-CloseLink {
	text-decoration: underline;
	color: blue;
}

.GWT-InfoPopup {
	background-color: white;
	border: 1px solid blue;
	padding: 15px;
}

