/* Webengine för Sweden Hotels
- Font: Verdana
- Blå bookingbar ruta med vit text
- Gula knappar med vit text
- Storlekt 530px

Primary colors:
-  #000000 (svart)
-  #ffffff (vit)
-  #195197 (blå)
-  #FFB901 (gul)

*/

/*-- common styles --*/
body {
    margin: 5px;
    color: #000000;
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
}


table {
    width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-color: #ffffff;
    border-width: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: normal;
    font-family: Verdana;
    font-size: 11px;
}


#loadingIndicatorImage{
    position: fixed;
    top: 0;
    left: 530px;
    visibility: hidden;
}

.layout {
    width: 700px;
}


tr {

}


td {
    text-align: left;
    vertical-align: middle;
    margin: 0px;
}


td.center {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-align: center;
}

td.right {
    text-align: right !important;
}

a:link    { color: #000000; background-color: #ffffff; text-decoration: underline;}
a:active  { color: #000000; background-color: #ffffff; text-decoration: underline;}
a:visited { color: #000000; background-color: #ffffff; text-decoration: underline;}
a:hover   { color: #000000; background-color: #ffffff; text-decoration: underline;}


input {
    width: 120px;
    color: #000000;
    font-size: 11px;
}


input.checkbox {
    width: 17px;
    color: #000000;
    font-size: 11px;
    margin: 1px;
    padding: 0;          
}


input.radio {
    width: 30px;
    color: #000000;
    font-size: 11px;
}


input.extraSmall {
    width: 25px;
    color: #000000;
    font-size: 11px;
}


input.small {
    width: 50px;
    color: #000000;
    font-size: 11px;
}


input.large {
    width: 250px;
    color: #000000;
    font-size: 11px;
}


select {
    width: 120px;
    color: #000000;
    font-size: 11px;
}


select.small {
    width: 50px;
    color: #000000;
    font-size: 11px;
}


select.large {
    width: 250px;
    color: #000000;
    font-size: 11px;
}


img {
    margin: 0px;
    border: none;
}


img.medium {
    margin: 0px;
    border: none;
    width: 100px;
    height: 100px;
}

img.detailPicture {
    width: 150px;
    height: 150px;
}

p {
    padding-left: 50px;
    text-indent: 25px;
    margin-bottom: 0;
    margin-top: 0;
}


h1 {
    font-size: 16px;
    font-weight: bold;
}


h2 {
    font-size: 14px;
    font-weight: bold;
}


h3 {
    font-size: 12px;
    font-weight: bold;
}


hr {
    margin: 5px auto;
    height: 1px;
    border: 0 none;

}


.tabActive {
    background-color: #ccd9e6;
    border: none;
    border-collapse: collapse;
    height: 21px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}


.tabInactive {
    background: #eeeeee;
    border: none;
    border-collapse: collapse;
    height: 21px;
    text-align: center;
    font-weight: bold;
}


.tabInactiveLink:link    { color: #000000; background-color: #eeeeee; text-decoration: none;      font-weight: bold;}
.tabInactiveLink:active  { color: #000000; background-color: #eeeeee; text-decoration: none;      font-weight: bold;}
.tabInactiveLink:visited { color: #000000; background-color: #eeeeee; text-decoration: none;      font-weight: bold;}
.tabInactiveLink:hover   { color: #000000; background-color: #eeeeee; text-decoration: underline; font-weight: bold;}


input.button {
    cursor: hand;
    width:auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 3px;
    text-decoration: none;
    background-color: #FFB901;
    font-weight: bold;
    color: #FFFFFF !important;
    display: inline-block;
    zoom: 100%;
}

.button {
    cursor: hand;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 5px;
    text-decoration: none;
    background-color: #FFB901;
    color: #FFFFFF !important;
    display: inline-block;
	font-weight: bold;
    zoom: 100%; /* this is needed for IE to calculate the proper height of the button link when included in tables and expand the td correctly */
}
.button:link    {text-decoration: none;background-color:#FFB901;}
.button:active  {text-decoration: none;background-color:#FFB901;}
.button:visited {text-decoration: none;background-color:#FFB901;}
.button:hover   {text-decoration: none;background-color:#FFB901;}


input.buttonDisabled {
    cursor: hand;
    min-width: 60px;
    width: auto;
    height: 18px;
    color: #aaaaaa;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    vertical-align: middle;
}


.buttonDisabled {
    cursor: hand;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    padding: 3px;
    text-decoration: none;
    color: #aaaaaa !important;
    font-weight: bold;
    font-size: 10px;
}

.buttonDisabled:link    { font-weight: bold; text-decoration: none;}
.buttonDisabled:active  { font-weight: bold; text-decoration: none;}
.buttonDisabled:visited { font-weight: bold; text-decoration: none;}
.buttonDisabled:hover   { font-weight: bold; text-decoration: none;}



.errorTitle {
    color: #ff0000;
    font-weight: bold;
}


.errorMessage {
    color: #ff0000;
    font-weight: bold;
}

.warning{
    color: #ff0000;
}

.label {
   
}


td.title {
    background: #e7ecef;
    text-align: left;
    color: red;
}

td.label {
    text-align: left;
    padding-left: 5px;
    width: 30%;
}

td.labelSmall {
    text-align: left;
    padding-left: 5px;
    width: 15%;
}

.bold{
    font-weight: bold;
}

.contentHeaderType2 {
    padding-left: 5px;
    border-collapse: collapse;
    border: 2px solid #195197;
}

hr.separator {
    background-color: #000000;
}

.section {
    color: #195197;
    font-weight: bold;
    height: 30px;
    padding: 10px;
    font-size:12px;
}


.required {
    color: #ff0000;
}

.emphasize {
    color: #ff0000;
}

.header {
    padding-left: 15px;
	margin-top:5px;
    border: 2px solid #195197;
    background-color:#FFFFFF;
}

table.header .labelSmall{
    font-weight: bold;
}


.tableHeader {
    font-weight: bold;
    background-color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #000000;
}


.tableContent {
    padding-left: 5px;
    border-collapse: collapse;
    border: 2px solid #195197;
}


.tableContentCenter {
    padding-left: 5px;
    border-collapse: collapse;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-align: center;
}


.countryAreaFont {
    font-size : 9px;
}


/*-- detailed styles --*/
/* hotel/room list screen */

a.hotelRoomListHotelContentLink:link    { font-size: 11px; font-weight: bold;}
a.hotelRoomListHotelContentLink:active  { font-size: 11px; font-weight: bold;}
a.hotelRoomListHotelContentLink:visited { font-size: 11px; font-weight: bold;}
a.hotelRoomListHotelContentLink:hover   { font-size: 11px; font-weight: bold;}


td.hotelRoomListHotelNameTD {
    width: 75%;
}

a.hotelRoomListChoseHotelRoomLink:link {
    font-weight: bold;
    text-decoration: none;
    border: 1px solid black;
    padding: 2px;
    background-color: #FFB901;
    zoom: 100%; /* this is needed for IE to calculate the proper height of the button link when included in tables and expand the td correctly */
}

a.hotelRoomListChoseHotelRoomLink:active {
    font-weight: bold;
    text-decoration: none;
    border: 1px solid
    black;
    padding: 2px;
    background-color: #FFB901;
    zoom: 100%; /* this is needed for IE to calculate the proper height of the button link when included in tables and expand the td correctly */
}

a.hotelRoomListChoseHotelRoomLink:visited {
    font-weight: bold;
    text-decoration: none;
    border: 1px solid black;
    padding: 2px;
    background-color: #FFB901;
    zoom: 100%; /* this is needed for IE to calculate the proper height of the button link when included in tables and expand the td correctly */
}

a.hotelRoomListChoseHotelRoomLink:hover {
    font-weight: bold;
    text-decoration: none;
    border: 1px solid black;
    padding: 2px;
    background-color: #FFB901;
    zoom: 100%; /* this is needed for IE to calculate the proper height of the button link when included in tables and expand the td correctly */
}


/* hotel list screen */
td.hotelListNavigatorTD {
    width: 20%;
}


/* booking bar screen */
td.bookingBarBackground {
    padding-left: 15px;
    height: 30px;
    vertical-align: middle;
    background-color: #195197;
    color: #FFFFFF;
	border: 1px solid #000000;
	text-align:center;
	font-family:arial;
	font-size:12px;
	text-transform: uppercase; 
}

td table td.bookingBarBackground{
    padding-left:3px !important;
}

.bookingBarTitle {
	font-weight:bold;
	 padding-right:12px !important;

}


.bookingBarCurrentStep {
	font-weight: bold;
	padding-right:12px !important;
}


.bookingBarOtherStep {
    padding-right:12px !important;

}


/* reservationHistory screen */
.reservationHistoryActiveReservation {
    font-weight: bold;
    color: #00dd00;
}


.reservationHistoryInactiveReservation {
    font-weight: bold;
    color: #ff0000;
}


/* resendBookingClientConfirmation */
.resendBookingClientConfirmationDisabledText {
    color: #aaaaaa;
}


/* CALENDAR */
/* Calendar Day Header - the cells showing "Sunday", "Monday" .... */
.CalHead {
    cursor:default;
    text-align:center;
    background-color: #acb8c6;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
/* Day of Week - the Anchor inside CalHead showing the day of week */
.DoWAnchor {
    text-decoration:none;
    font:bold;
    background: none !important;
}
/* Day Column Cell - the TD cell of each day */
.CalCol {
    color: #000000;
}
/* Day Cell - the DIV cell inside TD */
.CalCell {
    cursor:hand;
    text-align:center;
    font-family: arial, sans-serif;
    font-size: 11px;
}
/* Day Number - the Anchor inside DIV showing the day number  */
.CellAnchor {
    text-decoration:none !important;
    background: none !important;
}
/* WeekNo Header - the top header cell of the week number column */
.WeekHead {
    cursor:default;
    text-align:center;
}
/* WeekNo Column Cell - the cells of the week number column */
.WeekCol {
    cursor:default;
    text-align:center;
}
/* WeekNo Anchor style */
.WeekAnchor {
    text-decoration:none;
    background: none !important;
}
/* Month navigators - the "<" or ">" used to move to previous or next month */
.MonthNav {
    vertical-align:middle;
    height:22px;
    width:18px;
}
/* styles for the 3 calendar sections (actually 3 table TDs) */
.CalTop {
    text-align:center;
}
.CalMiddle {
}
.CalBottom {
    text-align:center;
}
/* Calendar title - showing year and month. when giDCStyle=0, it's the style of the year/month dropdowns; giDCStyle>0, it's the style to show gsCalTitle.  */
.CalTitle {
    vertical-align:middle;
    width: 60px;
}
/* The style of internal floating div/layer tags, which are usually used to create the artificial dropdown selectors. */
.FreeDiv {
}
/* The style of the outer TABLE tag which is the outer calendar panel. */
.outerTable {
    border:1px solid #c5d3da;
    background-color: #f0f3f5;
    color:#000000;
}
/* The style of the inner DIV tag that holds the inner panel of all calendar cells. */
.innerDiv {
    border:1px solid #c5d3da;
}
/*===== Above CSS styles are commonly used in the script engine =====*/

/*====== Following are additional per-theme styles, e.g. the inner dropdown selectors and today etc. You may have your own defined. ======*/
.BottomAnchor {
    text-decoration:none !important;
    background: none !important;
    font-size: 12px;
}
/* the background color of the outer calendar panel.*/
.gcCalBG {
}
/* the background color of the inner table, showing as a frame.*/
.gcCalFrame {
}
/* default background color of the cells. Use "" for transparent!!!*/
.gcCellBG {
    background-color: #e0e8ec;
}
/* Saturday background color*/
.gcSatBG {
    background-color: #c5d3da;
}
/* Sunday background color*/
.gcSunBG {
    background-color: #c5d3da;
}
/* the font color of days in other months; It's of no use when giShowOther is set to hide.*/
.gcOtherDay {
}
/* the background color of days in other months. when giShowOther set to hiding, it'll substitute the gcOtherDay.*/
.gcOtherDayBG {
    background-color: #f0f3f5;
}
/* the highlight color for the focused cell*/
.gcToggle {
    background-color: #acb8c6;
}
/* the font color for today*/
.gcFGToday {
}
/* the background color for today*/
.gcBGToday {
    background-color: #e0e8ec;
}
/* the font color for the selected date*/
.gcFGSelected {
}
/* the background color for the selected date*/
.gcBGSelected {
    background-color: #acb8c6;
}
/* Workday font color*/
.gcWorkday {
}
/* Saturday font color*/
.gcSat {
}
/* Sunday font color*/
.gcSun {
}
.bodyCalendar {
    margin-top: 0;
    font-weight: normal;
    font-size: 12px;
    margin-left: 0;
}

a.hotelName:link    { font-weight: bold;text-decoration: none;}
a.hotelName:active  { font-weight: bold;text-decoration: none;}
a.hotelName:visited {font-weight: bold;text-decoration: none; }
a.hotelName:hover   { font-weight: bold;text-decoration: none;}

.hotelName {
    font-size: 13px;
    font-weight: bold;
}



.ratePrice {
    font-size: 11px;
    font-weight: normal;
}

.ratePriceTitle {
    font-size: 13px;
    font-weight: bold;
}

.hotelRatePlanType {
    font-size: 11px;
    font-weight: normal;
}

.hotelRoomType {
    font-size: 11px;
    font-weight: normal;
}

.title {
    background: #e7ecef;
    font-size: 13px;
    text-align: left;
    color: red;
}


/*availability calendar styles*/

#availabilityCalendar{
    width: 170px;
    white-space: nowrap;
}

#availabilityCalendar table{
    margin-top: 10px;
}

#availabilityCalendar table td, #availabilityCalendar table th{
    height: 20px;
    text-align: center !important;
    font-weight: bold;
    border: 1px solid #E6E6E6; /*lightgray*/
}

#availabilityCalendar table th{
    background-color: #E6E6E6; /*lightgray*/
}

#availabilityCalendar table td.tdUndefined{
    color: #A8A8A8;
}

#availabilityCalendar table td.tdAvailable{
    background-color: #088A08; /*green*/
}

#availabilityCalendar table td.tdNotAvailable{
    background-color: #FF0000; /*red*/
}
#availabilityCalendar table td.tdBookable{
    background-color: #90EE90;  /*lightgreen*/
}

#availabilityCalendar table td.tdAvailableClosedToArrival{
    background: url( "../images/closedToArrival.gif" ) repeat-x bottom;
    background-color: #088A08; /*green*/
}

#availabilityCalendar table td.tdBookableClosedToArrival {
    background: url( "../images/closedToArrival.gif" ) repeat-x bottom;
    background-color: #90EE90;
}

#availabilityCalendar table td.tdNotAvailableClosedToArrival {
    background: url( "../images/closedToArrival.gif" ) repeat-x bottom;
     background-color: #FF0000;
}

#availabilityCalendar table td a:link {color: #000000; background:none; text-decoration: none;}
#availabilityCalendar table td a:active {color: #000000; background:none; text-decoration: none;}
#availabilityCalendar table td a:visited {color: #000000; background:none; text-decoration: none;}
#availabilityCalendar table td a:hover {color: #000000; background:none; text-decoration: underline;}

#availabilityCalendar table td.tdUndefined a:link {color: #A8A8A8; background-color: #ffffff; text-decoration: none;}
#availabilityCalendar table td.tdUndefined a:active {color: #A8A8A8; background-color: #ffffff ; text-decoration: none;}
#availabilityCalendar table td.tdUndefined a:visited {color: #A8A8A8; background-color: #ffffff ; text-decoration: none;}
#availabilityCalendar table td.tdUndefined a:hover {color: #A8A8A8; background-color: #ffffff; text-decoration: underline;}

.verticalAlign{
    vertical-align: top !important;
}

.verticalAlignBottom{
    vertical-align: bottom !important;
}

span.tab {
   margin-left: 15px;
   padding: 0;
}

/* ---------- IFRAME ---------- */
.iframeContainer {
    width: 100%;
}

iframe.contentFrame {
    width:  100%;
    height: 500px;
}
/* ---------- END OF IFRAME ---------- */
