/* Main
----------------------------------------------------------------------------------------------------*/
body {
	font: 12px/ 18px helvetica, arial, sans-serif;
	color: #515151;
	background: #d8d8d5 url('../img/bg_main.jpg') no-repeat top center;
}

/* Main Text Links
----------------------------------------------------------------------------------------------------*/
a:link {
	color: #0099da;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #0099da;
	background-color: transparent;
	text-decoration: none;
}


a:hover {
	color: #a4acb0;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #0099da;
	background-color: transparent;
	text-decoration: none;
}

a:focus {
	color: #0099da;
	background-color: transparent;
	text-decoration: none;
	outline: 0;
}

/* buttons */
.button_regular:link,.button_regular:visited,.button_regular:hover,.button_regular:active,.button_inverted:link,.button_inverted:visited,.button_inverted:hover,.button_inverted:active
	{
	display: block;
	width: 108px;
	height: 30px;
	text-align: center;
	padding: 7px 0 0 0;
}

.button_regular:link,.button_regular:visited {
	color: #fff;
	background: transparent url('../img/button_regular.png') no-repeat;
}

.button_regular:hover,.button_regular:active {
	color: #616161;
	background: transparent url('../img/button_regular_hover.png') no-repeat
		;
}

.button_large:link,.button_large:visited,.button_large:hover,.button_large:active
	{
	display: block;
	width: 200px;
	height: 30px;
	text-align: center;
	padding: 7px 0 0 0;
}

.button_large:link,.button_large:visited {
	color: #fff;
	background: transparent url('../img/button_large.png') no-repeat;
}

.button_large:hover,.button_large:active {
	color: #616161;
	background: transparent url('../img/button_large_hover.png') no-repeat;
}



.button_inverted:link,.button_inverted:visited {
	color: #616161;
	background: transparent url('../img/button_regular_hover.png') no-repeat
		;
}

.button_inverted:hover,.button_inverted:active {
	color: #fff;
	background: transparent url('../img/button_regular.png') no-repeat;
}

/* Main Text Styles
----------------------------------------------------------------------------------------------------*/
h1 {
	color: #ed1c24;
	font-size: 18px;
	line-height: 20px;
}
h2 {
	color: #ed1c24;
	font-size: 15px;
	line-height: 15px;
}

h3 {
	color: #ed1c24;
	font-size: 13px;
	line-height: 15px;
}
#sidebar .title h3 { 
	font-size: 12px;
}

p {
	padding: 0 0 18px 0;
}

small {
	font-size: 11px;
	line-height: 11px;
}
strong,
strong em{
	font-weight:bold;
}
em{
	color:#ee2b33;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header div.h1 strong {
	display: none;
}

#header div.h1 a {
	display: block;
	width: 324px;
	height: 60px;
	margin-bottom:17px;
	background: transparent url('../img/logo_omenahotelli.jpg') top left no-repeat;
}

/* Main Navigation
----------------------------------------------------------------------------------------------------*/
#navigation {
	margin-bottom: 16px;
}

#navigation ul {
	float: left;
}

#navigation ul li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: #a31617 0 1px 3px;
	margin: 0 9px 0 9px;
	letter-spacing: 1px;
}

#navigation ul li a:link {
	color: #fff;
}

#navigation ul li a:visited {
	color: #fff;
}

#navigation ul li a.currentPage,
#navigation ul li a:hover {
	color: #fff900;
}

#navigation ul li a:active {
	color: #fff900;
}

#navigation .flags {
	float: right;
	padding: 0 10px 0 0;
}

/* Sidebar Style and Padding
----------------------------------------------------------------------------------------------------*/
#sidebar .title {
	width: 264px;
	background: transparent url('../img/bg_sidebar_title.png') no-repeat;
}

#sidebar .main {
	width: 264px;
	background: transparent url('../img/bg_sidebar_main.png') repeat-y;
	padding: 0 0 10px 0;
}

#sidebar .bottom {
	width: 264px;
	height: 79px;
	background: transparent url('../img/bg_sidebar_bottom.png') no-repeat;
}

#sidebar .title h3 {
	padding: 17px 20px 9px 20px;
}

#sidebar .main h3 {
	padding: 17px 20px 0 20px;
}

#sidebar .main p,#sidebar .bottom p,#sidebar h4 {
	padding: 10px 20px 0 20px;
}

#sidebar .summary {
	text-align: center;
	background: transparent url('../img/bg_sidebar_summary.png') center
		no-repeat;
	height: 100px;
}

#sidebar .summary p {
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	padding-top: 15px;
}

/* Content Sidebar and FAQ
----------------------------------------------------------------------------------------------------*/


#pageContent {
	overflow:hidden;
}
#content #pageContent .section{
	padding:0;
	background:transparent;
	width:auto;
	overflow:hidden;
}
#content .aside{
	float:right;
	width:272px;
	background:#ffffff url('../img/aside.png') top left no-repeat;
	min-height:580px;
	margin-right:6px;
}

#content .aside .asideImages{
	margin:30px;
}

#content .main .aside ul.nav,
#content .main .aside ul.nav li{
	list-style:none;
}


#content .aside .googlemap{
	margin:50px 5px 25px 5px;
}
#content .aside .googlemap a{
	display: block;
	background-repeat: no-repeat; 
	background-position: 6px 6px;
}
#content .aside .googlemap a span.wrap{
	display: block;
	width: 260px;
	height: 221px;
	background: transparent url("../img/googlemap.png") no-repeat left top;
}
#content .aside .googlemap a span.wrap2{
	display: block;
	padding-left:80px;
	padding-top:180px;
}
/* Content Style and Padding
----------------------------------------------------------------------------------------------------*/
	/*Title class for cancel reservation popup  starts*/
#content .title_popup {
	width: 682px;
	height: 15px;
	background: transparent url('../img/bg_content_top.png') no-repeat;
}

#content .title_popup ul {
	text-transform: uppercase;
	color: #bababa;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
}

#content .title_popup li {
	float: left;
	/*padding: 16px 12px 12px 0;*/
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	/*padding-bottom: 12px;*/
}

#content .title_popup li.active {
	color: #ed1c24;
}

#content .section_popup {
	width: 682px;
	height: 30px;
	background: transparent url('../img/bg_content_section.png') no-repeat;
	padding: 10px 0 10px 5px;
}

#content .section_popup p {
	padding: 10px 20px 0 20px;
}

/*Title class for cancel reservation popup  ends*/
#content .title {
	width: 682px;
	background: transparent url('../img/bg_content_title.png') no-repeat;
}
#content .title h1 {
	line-height:45px;
	padding:0 20px;
}


#content .title ul {
	text-transform: uppercase;
	color: #bababa;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
}

#content .title li {
	float: left;
	padding: 16px 12px 12px 0;
}

#content .title li.active {
	color: #ed1c24;
}

#content .main {
	width: 682px;
	background: transparent url('../img/bg_content_main.png') repeat-y;
}

#content .section,
#content .sectionlink {
	width: 682px;
	background: transparent url('../img/bg_content_section.png') no-repeat;
}

#content .sectionlink {
	cursor: pointer;
}

#content .sectionlink:focus {
	outline: none;
}

#content .bottom {
	width: 682px;
	height: 20px;
	min-height: 20px;
	background: transparent url('../img/bg_content_bottom.png') no-repeat;
}
#content .main h1 {
	padding: 17px 20px 9px 20px;
}

#content .main h2 {
	padding: 17px 20px 4px 20px;
}

#content .main h3 {
	padding: 17px 20px 4px 20px;
}

#content .main p,#tabs p {
	padding: 10px 20px 0 20px;
}

#content .main hr {
	margin: 0.5em 20px;
	border-right:0 none;
	border-left:0 none;
	border-bottom:0 none;
	border-top:1px solid #cccccc;
}

#content .main ul {
	padding: 4px 20px 0 20px;
}

#content .main ul li{
	margin: 0 0 0 20px;
	list-style:disc;
}

#content .section,#content .sectionlink {
	padding: 10px 0 10px 0;
}

#content .section p,
#content .section h3,
#content .sectionlink p,
#content .sectionlink h3,
#content .section #address
	{
	padding: 10px 20px 0 20px;
}

#content .news .readmore{
	margin:0 20px;
	text-align:right;
}


.errorText {
	color: #ed1c24;
	font-size: 12px;
	line-height: 15px;
}

.unchecked {
	width: 16px;
	height: 15px;
	background: transparent url('../img/checkbox.png') no-repeat;
}

.checked {
	width: 16px;
	height: 15px;
	background: transparent url('../img/checkbox_checked.png') no-repeat;
}

.floater {
	float: left;
	padding: 0 20px 0 0;
}

.floatercenter {
	float: left;
	padding: 0 20px 0 0;
	text-align: center;
}

.floaterright {
	float: right;
	padding: 0 20px 0 0;
}

.ui-tabs .floater,.section .floater {
	padding-right: 0;
}

.label {
	float: left;
	padding: 0 0 0 0;
	width: 140px;
	font-weight: bold;
}

.reglabel {
	float: left;
	padding: 0 0 0 0;
	width: 145px;
	font-weight: bold;
}

.anotherreglabel {
	float: left;
	padding: 0 0 0 0;
	width: 125px;
	font-weight: bold;
}

#content p.alignright {
	float: right;
	text-align: right;
}

#content p.alignleft {
	float: left;
	text-align: left;
}

.welcome {
	float: left;
	font-size: 12px;
	color: #ffffff;
	margin: 0 9px 0 9px;
	letter-spacing: 1px;	
}

p.totalsum {
	position: relative;
	top: 20px;
	text-align: center;
	font-size: 15px;
}

.price {
	color: #ed1c24;
}

.pricemedium {
	color: #ed1c24;
	font-size: 18px;
}

.pricebig {
	color: #ed1c24;
	font-size: 28px;
}

.footernavi {
	margin-left: 20px;
}

.footernavi li {
	float: left;
	margin-right: 20px;
	padding: 12px 0 12px 0;
}

.dash {
	clear: both;
	width: 671px;
	height: 10px;
	border-bottom: 1px dotted #ccc;
	margin-left: 5px;
}

.check-in,.check-out {
	width: 191px;
	height: 97px;
	float: left;
	text-align: center;
	margin: 35px 10px 0 10px;
}

.check-in p,.check-out p {
	margin: 30px 0 0 0;
}

.check-in {
	background: transparent url('../img/box_check_in.png') no-repeat;
}

.check-out {
	background: transparent url('../img/box_check_out.png') no-repeat;
}

/* Voucher table */
.voucher {
	width: 640px;
	margin: 10px 0 10px 20px;
}

.voucher th {
	height: 30px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.voucher td {
	height: 40px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0 10px;
}

.voucher td input {
	margin-top: 0;
}

.voucher td .button_regular {
	float: right;
	margin-top: 3px;
}

.voucher tr.disabled {
	color: #999;
	background: transparent url('../img/bg_content_tabs.png') repeat-x;
}

/* Footer Style and Padding
----------------------------------------------------------------------------------------------------*/
#footer {
	color: #858585;
	background-color: #e8e8e7;
	border-style: double;
	border-color: #f6f6f6;
	width: 928px;
	margin: 25px 0 25px 5px;
}

#footer ul li {
	float: left;
	font-size: 10px;
	padding: 8px 8px 4px 8px;
}

#footer ul li.copyright {
	float: right;
}

#footer ul li a:link {
	text-transform: uppercase;
	color: #858585;
}

#footer ul li a:visited {
	text-transform: uppercase;
	color: #858585;
}

#footer ul li a:hover {
	text-transform: uppercase;
	color: #2f2f2f;
}

#footer ul li a:active {
	text-transform: uppercase;
	color: #fff;
}

/* Form elements
----------------------------------------------------------------------------------------------------*/
.short,.medium,.regular,.wide {
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 6px;
	background: #fff url('../img/bg_input.png') repeat-x;
}

.shortDate {
	width: 26px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 6px;
	background: #fff url('../img/bg_input.png') repeat-x;
	color: #808080;
}

.mediumDate {
	width: 43px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 6px;
	background: #fff url('../img/bg_input.png') repeat-x;
	color: #808080;
}

.short {
	width: 26px;
}

.medium {
	width: 43px;
}

.regular {
	width: 100px;
}

.wide {
	width: 173px;
}

/* Custom Pulldowns
----------------------------------------------------------------------------------------------------*/
.trigger {
	background: #fff url('../img/dropdown.png') top left no-repeat;
	display: block;
	width: 179px;
	height: 20px;
	padding-top: 2px;
}

.activetrigger {
	background: #fff url('../img/dropdown_active.png') top left no-repeat;
	display: block;
	width: 179px;
	height: 20px;
	padding-top: 2px;
}

.ui-tabs .trigger,.ui-tabs .activetrigger,.ui-tabs .triggersmall,.ui-tabs .activetriggersmall,.floater .trigger,.floater .activetrigger
	{
	margin-top: 6px;
}

/* style of the UL */
.dropcontainer ul,.ui-tabs .dropcontainer ul {
	background: transparent url('../img/dropdown_list.png') bottom left
		no-repeat;
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
	position: absolute;
	width: 179px;
	height: auto;
	z-index: 999;
}

.triggersmall {
	background: #fff url('../img/dropdown_small.png') top left no-repeat;
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 2px;
}

.activetriggersmall {
	background: #fff url('../img/dropdown_small_active.png') top left
		no-repeat;
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 2px;
}

/* style of the UL */
.dropcontainersmall ul,.ui-tabs .dropcontainersmall ul {
	background: transparent url('../img/dropdown_small_list.png') bottom
		left no-repeat;
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
	position: absolute;
	width: 100px;
	height: auto;
	z-index: 998;
}

.dropdownhidden {
	top: 0;
	left: -999em;
}

.dropdownvisible {
	top: 0;
	left: 0;
}

.dropcontainer ul a:link,.dropcontainer ul a:visited {
	display: block;
	text-decoration: none;
	color: #515151;
	width: 174px;
	margin-left: 1px;
	padding: 2px 0 2px 3px;
	cursor: pointer;
}

.dropcontainer ul a:hover,.dropcontainer ul a:active {
	display: block;
	text-decoration: none;
	color: #515151;
	background: #f5f5f5;
	width: 174px;
	margin-left: 1px;
	padding: 2px 0 2px 3px;
	cursor: pointer;
}

.dropcontainersmall ul a:link,.dropcontainersmall ul a:visited {
	display: block;
	text-decoration: none;
	color: #515151;
	width: 95px;
	margin-left: 1px;
	padding: 2px 0 2px 3px;
	cursor: pointer;
}

.dropcontainersmall ul a:hover,.dropcontainersmall ul a:active {
	display: block;
	text-decoration: none;
	color: #515151;
	background: #f5f5f5;
	width: 95px;
	margin-left: 1px;
	padding: 2px 0 2px 3px;
	cursor: pointer;
}

a.trigger,a.activetrigger,a.triggersmall,a.activetriggersmall {
	display: block;
	text-decoration: none;
	color: #515151;
	text-indent: 3px;
}

.dropcontainer,.dropcontainersmall {
	position: relative;
}

/* Notifications
----------------------------------------------------------------------------------------------------*/
.notification {
	position: absolute;
	width: 252px;
	z-index: 999;
}

.notification p {
	padding: 6px 0 12px 20px;
}

.notification-content {
	width: 252px;
	background: transparent url('../img/notification_top.png') no-repeat;
}

.notification-controls {
	width: 252px;
	height: 70px;
	background: transparent url('../img/notification_bottom.png') no-repeat;
}

.notification-content h4 {
	padding: 20px 0 0 20px;
	color: #ed1c24;
	font-size: 15px;
	line-height: 15px;
}

/**
Added for guest page.
*/
.messagewindow {
	position: absolute;
	z-index: 10000;
	left: 0;
	width: 100%;
	top: 0px;
	height: 1150px;
	text-align: center;
	background-color: white;
	opacity: .75;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	filter: alpha(opacity =     75);
	margin: 0px;
	padding: 50px 0px 0px 0px;
}

.wideGuestTextbox {
	width: 150px;
}
.wideGuestTextbox {
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 6px;
	background: #fff url('../img/bg_input.png') repeat-x;
}
.wideGuestCombo {
	width: 60px;
}
.wideGuestCombo {
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 6px;
	background: #fff url('../img/bg_input.png') repeat-x;
}
.wideRegistrationTextbox {
	width: 179px;
}

.wideRegistrationTextbox {
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
	margin-top: 6px;
	background: #fff url('../img/bg_input.png') repeat-x;
}

/**
Added for popup.
*/
.popUpdiv {
	z-index: 20000;
	display: none;
	position: absolute;
	left: 250px;
	top: 300px;
	bottom: 200px;
}

/**
Added class for validation error message.
*/
.redErr {
	color: #FF6600;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
}

/**
Added calss for google map implemenation in book a room
*/
.largeMap{
	width:660px;
	height:360px;
	left: 10px;
}
.smallMap{
	width:280px;
	height:200px;
}

/**
Added calsses for corporate contract page
*/

.cclabel {
	float: right;
	font-weight: bold;
	padding: 0 20px 0 0;	
}

#date_price {
		color: gray;
	}
	
	#price_summary_date {
		
		color: black;
	}
	#price_summary_price {
		
		color: #ed1c24;
	}
	
	.p.bookroomtotal {
		position: relative;
		top: 20px;
		text-align: left;
		font-size: 15px;
	}
	
	.displayHotelName{
	color: #ed1c24;
	font-size: 16px;
	line-height: 15px;
	
	}

#roomsAvailability{
	font-size: 16px;
	display: none;
	padding: 10px 20px 0 20px;
}
#content .ocms_txt_en{
	margin:0 5px;
}
#content .title .ocms_txt_en{
	position:absolute;
}
#content .aside .ocms_txt_en{
	display:block;
}
.bookingManagementLink {
	padding-left: 30px;
}
