/*****************************************************
Reset the styling 
@import url("Reset.css");
*****************************************************/

/*****************************************************
Modify this stylesheet to change the style and appearance
*****************************************************/
@import url("../JQuery/ui.all.css");


/**** Common Tags Predefinition **********************/
BODY
{
    font-size: 11px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f3f4f9 url(../Images/Winter/MainBkg.jpg) repeat-x;
	scrollbar-face-color: #6181be;
	scrollbar-shadow-color: #E0E4EF;
	scrollbar-highlight-color: #7C7C7C;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #94ABB5;
	scrollbar-track-color: #E0E4EF;
	scrollbar-arrow-color: #FFFFFF;
}

FORM
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
}

HTML *
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
}

A
{
    color: #194829;
    text-decoration: underline;
}

A:hover
{
	color: #236338;
    text-decoration: underline;
}

A.sideColumnLink
{
	font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
}

A.sideColumnLink:hover
{
	color: #E7FFE9;
    text-decoration: underline;
}


/**** Form Inputs **********************/
.formInputText
{
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	background: #FFFFFF;
	color:#000000;
	border: solid 1px #C0BA93;
	padding:2px;
}

.formInputTextDisabled
{
	background-color:#F0F0F0;
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	color:#555555;
	padding:2px;
	border: solid 1px #38702A;
}

.formInputTextArea
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #38702A;
	border-bottom-color: #C0BA93;
	border-right-color: #C0BA93;
}

.formInputTextAreaDisabled
{
	background-color:#F5F5F5;
	font-family: Verdana,Tahoma,Arial;
	font-size:11px;
	color:#000000;
	border: solid 1px #38702A;
}

.formInputTextCaption
{
	font-family: Verdana,Tahoma,Arial;
	font-size:10px;
	color:#666666;
	padding:3px;
	padding-right:1px;
	font-weight:bold;
	cursor:default;
}

.formInputDescription
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #777777;
	padding: 2px;
	padding-left: 10px;
	vertical-align:middle;
	display:block;
}

.formInputButton
{
	background: #ABABA3;
	text-align:center;
	border-top: solid 1px #9C9B94;
	border-left: solid 1px #9C9B94;
	border-bottom: solid 1px #9C9B94;
	border-right: solid 1px #9C9B94;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	height:21px;
	cursor:hand;
}

.formInputButtonSmall
{
	background: #ABABA3;
	text-align:center;
	border-top: solid 1px #9C9B94;
	border-left: solid 1px #9C9B94;
	border-bottom: solid 1px #9C9B94;
	border-right: solid 1px #9C9B94;
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	cursor:hand;
}

.formTextValue
{
	font-size:11px;
}

.formInputRow
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-bottom: dashed 1px #E5E5E5;
}

.formInputButtonsRow
{
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 2px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	border-top: solid 1px #E5E5E5;
}

.formRequiredSign
{
	font-size: 9px;
	color: #808080;
}

 /**** SideColumn *******************************************/
.formInputTextCaptionSideColumn
{
	font-family: Verdana,Tahoma,Arial;
	font-size:10px;
	color:#636255;
	padding:3px;
	padding-left:0;
	cursor:default;
}

.formInputTextSideColumn
{
	font-size:11px;
	height:18px;
	background: #f8f8ff;
	padding-left:2px;
	color:#000000;
	border: solid 1px #C0BA93;
}

.formInputButtonSideColumn
{
	background: #ABABA3;
	text-align:center;
	border-top: solid 1px #9C9B94;
	border-left: solid 1px #9C9B94;
	border-bottom: solid 1px #9C9B94;
	border-right: solid 1px #9C9B94;
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	font-weight: bold;
	color:#FFF;
	height:17px;
	cursor:hand;
}


/**** Message Blocks ***********************/
.errorMessage
{
	font-size: 10px;
	color :#B35757;
	font-weight: normal;
	line-height: 16px;
	padding-bottom:8px;
}

.notifyMessage
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #656EAD;
	font-weight: normal;
	line-height: 16px;
	display:block;
	padding-bottom:5px;
}

.notifyMessageXL
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #656EAD;
	font-weight: bold;
	line-height: 16px;
	display:block;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}

.captcha .imageContainer
{
    text-align:center;
    width: 150px; 
    height: 50px;
}

.captcha .captchaImage
{
    border: solid 1px #DDD;
}

.captcha .loading
{
    
}

.captcha .buttonsContainer
{
    width: 30px;
    text-align:center;
    vertical-align:top;
}

.captcha .buttonsContainer IMG
{
    margin-bottom: 3px;
    width:22px;
    height:22px;
    cursor:pointer;
}

.captcha .inputContainer
{
    vertical-align:top;
    padding-right:4px;
}

.captcha .inputContainer INPUT
{
    width: 140px;
    margin-top:5px;
    border: solid 1px #C0BA93;
    padding:2px;
}

/*** Master Page ***********************/

#masterMainOuther
{
	width: 100%;
	min-width: 995px;
	overflow: hidden;
}

#masterMainFrame
{
	width: 995px;
	margin: 0 auto;
}

#masterTop
{
    height:20px;
}

#masterBottom
{
}

#masterBodyTop
{
    background: url(../Images/Winter/MainFrameRoundedTop.gif) no-repeat;
    height: 5px;
    font-size:1px;
}

#masterBodyBottom
{
    background: url(../Images/Winter/MainFrameRoundedBottom.gif) no-repeat;
    height: 5px;
    font-size:1px;
}

#masterBodyMain
{
    background: #FFF url(../Images/Winter/MenuBkg.gif) repeat-x;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
}

#masterColumnMain
{
    float:left;
    width:724px;
    overflow: hidden;
    text-align:left;
    background: url(../Images/Winter/MainMenuLeft.gif) no-repeat top left;
}

#masterColumnRight
{
    float:right;
    width: 260px;
    text-align:left;
    padding-right: 5px;
    background: url(../Images/Winter/MainMenuRight.gif) no-repeat top right;
}

#master3ColColumnLeft
{
    float:left;
    width:190px;
    padding-right: 4px;
    text-align:left;
}

#master3ColColumnCenter
{
    float:left;
    width:503px;
    padding-left: 3px;
}

#master360ColumnMain
{
    float:left;
    width:984px;
    overflow: hidden;
    text-align:left;
    background: url(../Images/Winter/MainMenuLeft.gif) no-repeat top left;
}

#master360ColumnCenter
{
    float:left;
    width:760px;
    padding-left: 3px;
}

#masterContent
{
    margin-top:7px;
    margin-left:7px;
    margin-right:7px;
    padding: 5px;
    background: #FFFFFF url(../images/Winter/InsidePageBkg.gif) repeat-x;

}

#master3ColContent
{
    margin-top:7px;
    margin-left:7px;
    margin-right:2px;
    padding: 5px;
    background: #FFFFFF url(../images/Winter/InsidePageBkg.gif) repeat-x;
}

#masterHomeWallpaper
{
    margin-top:7px;
    margin-left:7px;
    margin-top:10px;
    padding-left: 10px;
    background: url(../images/Winter/HomeWallpaperBkg.gif) no-repeat bottom;
    position:relative;
}

#masterHomePromo
{
    margin-left:5px;
    margin-right:5px;
    margin-top: 12px; 
    margin-bottom: 6px;
    padding-top:5px;  
    padding-bottom:3px;  
    border-top: solid 1px #ff0000;
    border-bottom: solid 5px #2c4095; 
}

#masterColumnRightRegionHeader
{
    margin-top:10px;
    background: url(../Images/Winter/RightColumnRegionHeader.gif) no-repeat;
    width:260px;
    height: 3px;
    font-size:1px;
}

#masterColumnRightRegionFooter
{
    background: url(../Images/Winter/RightColumnRegionFooter.gif) no-repeat;
    width:260px;
    height: 3px;
    font-size:1px;
}

#masterColumnRightRegion
{
    background:#dee9fa;
    padding-top:3px;
}

#masterColumnRightRegion A
{
    color:#2C4095;
}

#masterMainMenu
{
    height: 64px;
    padding-top:8px;
    padding-left:12px;
}

#masterCopyrightText
{
	color: #777777;
	font-size: 9px;
	padding: 4px;
}

.hotelContactInfo
{
    background:#f2f0dd;
    margin-top: 10px;
    margin-bottom:10px;
    padding:5px;
}

.homePageContentBox
{
    background:#F3FFF4;
    padding:6px;
}

.homePageContentBoxTitle
{
    color:#000000;
    font-weight:bold;
    font-size: 14px;
    padding-bottom: 6px;
}

.homePageContentBoxMore
{
    color:#E25C03;
}

.rightColumnTitle
{
	background:url(../images/Winter/RightColumnTitleBkg.gif) no-repeat;
	font-size: 18px;
	color:#FFFFFF;
	height:29px;
	padding-top:2px;
	padding-left:15px;
	margin-bottom:5px;
}

.onlineBooking
{
 font-weight:bold;
 font-size:13px;
 color:#f00;
}


/*****************************************************
Center Control
*****************************************************/
.csControl
{
	margin-bottom: 10px;
}

.csControlTitle
{
	height: 21px;
}

.csControlTitleLeft
{
	width: 1px;
	height: 100%;
}

.csControlTitleCenter
{
	background: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	color: #ed1c24;
	vertical-align:middle;
	padding: 5px;
	border: solid 1px #cedaf0;
}

.csControlTitleRight
{
	width: 1px;
	height: 100%;
}

.csControlBodyLeft
{
	width: 1px;
}

.csControlBodyCenter
{
}

.csControlTabBar
{
	border-bottom:solid 1px #DCDCDC;
	font-size: 10px;
	padding:3px;
	margin-top:1px;
}

.csControlTabBar_Item
{
    display:inline;
    margin-right:3px;
}

.csControlTabBar_Item A
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #627A94;
	font-weight:normal;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	white-space:nowrap;
	border: solid 1px #FFFFFF;
	border-bottom: solid 0 #FFFFFF;
	
}

.csControlTabBar_Item A:hover
{

}

.csControlTabBar_Item IMG
{
	border:0;
	margin:0;
	padding:0;
}

.csControlTabBar_SelectedItem
{
    display:inline;
    margin-right:3px;
    border: solid 1px #DCDCDC;
	border-left: solid 1px #DCDCDC;
	border-right: solid 1px #DCDCDC;
	border-bottom: solid 0 #DCDCDC;
}

.csControlTabBar_SelectedItem A
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #627A94;
	font-weight:normal;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	white-space:nowrap;
}

.csControlTabBar_SelectedItem A:hover
{
	text-decoration:underline;
}

.csControlTabBar_SelectedItem IMG
{
	border:0;
	margin:0;
	padding:0;
}

.csToolbar
{
	height:25px;
}

.csToolbar A
{
	border: solid 1px #E0E0E0;
	margin-right: 3px;
	margin-bottom: 4px;
	padding:3px;
	padding-left:20px;
	background-color:#F9FCFF;
	text-decoration:none;
	background-repeat:no-repeat;
	float:left;
}

.csToolbar A:hover
{
	border: solid 1px #C0C0C0;
	background-color:#E7F0F8;
	text-decoration:none;
}

.csControlBodyMain
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.csControlBodyRight
{
	width: 1px;
}

.csControlFooter
{
    height:5px;
}

.csControlFooterLeft
{
}

.csControlFooterCenter
{
}

.csControlFooterRight
{
}

/*****************************************************
Side Control
*****************************************************/
.csSideControl
{
	width:250px;
	margin-left:5px;
}

.csSideControl_Title
{
    text-align:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:6px;
	padding-top:5px;
	display:block;
	background:url(../images/Winter/SideControlHeaderBkg.gif) no-repeat;
}

.csSideControl_TitleLite
{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:0px;
	margin-left:4px;
}

.csSideControl_Body
{
    text-align:left;
	padding: 5px;
	padding-bottom: 11px;
	background-color:#E6E2BD;
	background: url(../images/Winter/SideControlBodyBkg.gif) repeat-x bottom;
	color:#636255;
}

.csSideControl_Footer
{
	height:7px;
}

.csSideControl .formTextValue
{
	font-size:10px;
	color:#636255;
}

.csSideControl .formInputTextCaption
{
	font-size:10px;
	padding-right:1px;
	font-weight:normal;
	cursor:default;
	color:#636255;
}

.csSideControl .errorMessage
{
	font-size: 10px;
	color :#FFFFFF;
	padding:4px;
	background: #c24f4f;
	border: solid 1px #aa2c2c;
	margin-bottom: 5px;
}

.csSideControl .notifyMessage
{
	font-size: 10px;
	font-weight:bold;
	color :#2C4095;
	padding:4px;
	background: #ffffff;
	border: solid 1px #9CA5CC;
	margin-bottom: 5px;
}

/*****************************************************
GridView
*****************************************************/
.csGridView
{
	border-width: 0;
	border-collapse:collapse;	
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #112211;
	margin-bottom:1px;
}

.csGridView_Item TD
{
	height: 22px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: solid 1px #F6F6F6;
}

.csGridView_AltItem TD
{
	height: 22px;
	padding-top:3px;
	padding-bottom:3px;
	background:#F7F7F7;
	border-bottom: solid 1px #F6F6F6;
}

.csGridView_EditItem TD
{
	background:#F9F8F3;
	border-bottom: solid 1px #D6D6D6;
}

.csGridView_Header TD
{
	background: #F0F0F0;
	border-bottom: solid 1px #E8A959;
	font-size: 10px;
	color: #6C6C6C;
	height: 20px;
	padding: 2px;
	font-weight: bold;
}

.csGridView_SortOrderASC
{
	width: 12px;
	height:12px;
	background:url(../images/imgSortASC.gif);
	display:inline;
	margin-right:2px;
}

.csGridView_SortOrderDESC
{
	width: 12px;
	height:12px;
	background:url(../images/imgSortDESC.gif);
	display:inline;
	margin-right:2px;
}

.csGridView_pnlResultInfo
{
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	padding: 3px;
	color: #000000;
	font-size:11px;
}

/*****************************************************
Context Menu Popup
*****************************************************/
.csContextMenuItem
{
	padding-left: 3px;
	white-space:nowrap;
}

.csContextMenuItem A
{
	font-size: 10px;
}

.csContextMenuItem A:hover
{
	font-size: 10px;
}

.csContextMenuItem IMG
{
	margin: 2px;
	background-color: #F0F0F0;
}


/*****************************************************
Other common style classes
*****************************************************/

/* Usualy separates categories from the list items */
.csSeparatorH1
{
	margin-top:5px;
	margin-bottom:5px;
	border-top:solid 1px #E0E0E0;
	border:solid 1px #E0E0E0;
	font-size:1px;
}

/* Not translated item */
strong.notTranslated
{
	font-weight:normal;
	color: #A2BAC4;
}


/*To be Removed:*/
.csControlHBorder
{
	background: #FFFFFF url(../images/CtrlHBorders.gif);
}

.csControlVBorder
{
	background: #FFFFFF url(../images/CtrlVBorders.gif);
}


/*****************************************************
Control Rights Manager
*****************************************************/
.rmMain table
{
	font-family: Verdana;
	color: #444444;
	border: solid 1px #C6C6C6;
	border-collapse:collapse;
}

.rbRightTitle
{
	height: 28px;
	border-top: solid 1px #FFFFFF;
	background: #DAE3EC;
	text-align:right;
	padding: 2px;

	font-size: 9px;
	font-family: Verdana;
	color: #444444;
	font-weight:bold;
	white-space:nowrap;
}

.rmGroupTitle
{
	width: 33px;
	background: #F7F7F7;
	border: solid 1px #C6C6C6;
	vertical-align:bottom;
	text-align: center;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 9px;
	font-family: Verdana;
	color: #444444;
}

.rmCellBox
{
	border: solid 1px #C6C6C6;
	text-align:center;
	height:28px;
}


/*****************************************************
Control Panel Items 
*****************************************************/
.frmControlPanel_Item
{ 
	text-align:center;
	vertical-align:middle;
	padding: 4px; 
	width:116px;
	display:block;
	float:left;
}

.frmControlPanel_Item A
{
	margin-top: 0px;
	color: #444444;
	padding: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: solid 1px #999999;
	text-decoration: none;
	display:block;
	height:37px;
	overflow:hidden;
}

.frmControlPanel_Item A:hover
{
	color:#000000;
	text-decoration: none;
}


/*****************************************************
Shortcuts
*****************************************************/
.ctrlShortCuts_link
{
	margin-top: 0px;
	margin-bottom:2px;
	color: #444444;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: solid 1px #DEDEDE;
	background: #FFFFFF;
	text-decoration: none;
	display:block;
}

.ctrlShortCuts_link:hover
{
	color:#000000;
	text-decoration: none;
}


/*****************************************************
Word Dictionary
*****************************************************/
.ctrlWordDictionary_Panel
{
	position:absolute;
	display:none;
	padding:2px;
	border:solid 1px #C0C0C0;
	background:#FFFFEF;
	width:180px;
}

.ctrlWordDictionary_panelTitle
{
	background: #F6EECA;
	color: #222222;
	padding:2px;
	font-weight:bold;
}

.ctrlWordDictionary_panelBody
{
	padding:2px;
}

.ctrlWordDitionary_Word
{
	text-decoration:none;
	border-bottom:solid 1px #EAA002;
	cursor:hand;
}


/*****************************************************
Paging Control
*****************************************************/
.ctrlPagingControl
{
	background: #F6F6F6;
	padding:4px;
	margin-bottom:1px;
}

.ctrlPagingControl_pagesInfo
{
	float:right;
}

.ctrlPagingControl_recordsInfo
{
	float:left;
}

.ctrlPagingControl_nextPage
{
	margin-left:7px;
	border-left:solid 1px #C0C0C0;
	padding-left:3px;
}

.ctrlPagingControl_prevPage
{
	margin-right:7px;
	border-right:solid 1px #C0C0C0;
	padding-right:3px;
}

.ctrlPagingControl_selectedPage
{
	text-decoration:none;
	font-weight:bold;
	color:#444444;
}

.ctrlPagingControl_pageItems
{
	display:inline;
	padding:0px;
}

.ctrlPagingControl_pageItems A
{
	padding:2px;
}

.ctrlPagingControl_pageItems A:hover
{
	padding:2px;
	background: #FFFFFF;
}


/*****************************************************
Breadcrumb
*****************************************************/
.csBreadcrumb
{
	color:#8b9fba;
	font-size:8px;
	font-weight:bold;
	height: 18px;
	margin-top:1px;
}

.csBreadcrumb A
{
	color: #8b9fba;
	font-size: 9px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	font-weight:normal;
}

.csBreadcrumb A:hover
{
	color: #4e6cb1;
}

/***************************************/

.accomodationsLanding
{
    width: 700px;
}
.accomodationsLanding .hotel
{
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px #d9e0f0;
    float: left;
}
.accomodationsLanding .hotel .title
{
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}
.accomodationsLanding .hotel .photo
{
    margin-right: 10px;
    padding: 3px;
    border: solid 1px #dcdcdc;
    float: left;
}
.accomodationsLanding .hotel .photo IMG
{
    border: 0;
}
.accomodationsLanding .hotel .info
{
    float: left;
    width: 530px;
}
.accomodationsLanding .hotel .desc
{
    height: 70px;
}
.accomodationsLanding .buttons
{
    margin-top: 10px;
}
.accomodationsLanding .buttons A
{
    background: #ccd4e8;
    padding: 3px;
    color: #2d4478;
    text-decoration: none;
}
.accomodationsLanding .buttons A.more
{
    background: #4e6cb1;
    color: #ffffff;
    text-decoration: none;
    float: right;
    font-weight: bold;
}
/***************************************/
.activitiesLanding .activity
{
    float: left;
    border-top: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    margin-right: 8px;
    margin-bottom: 9px;
    padding: 7px;
    padding-bottom: 3px;
    width: 323px;
    height: 115px;
}
.activitiesLanding .activity .title
{
    font-size: 14px;
    font-weight: bold;
    color: #ed1c24;
}
.activitiesLanding .activity .desc
{
    color: #373737;
    height: 65px;
    margin-top: 8px;
}
.activitiesLanding .activity A IMG
{
    float: right;
    border-width: 0px;
    width: 145px;
    height: 115px;
    margin-left: 5px;
}
.activitiesLanding .activity A.more
{
    float: left;
    display: block;
    text-align: center;
    padding: 3px;
    background: #dde2ef;
    border: solid 1px #c4cad9;
    color: #59637c;
    font-size: 11px;
    margin-top: 4px;
    text-decoration: none;
}
.activitiesLanding .activity A.more:hover
{
    background: #c3cde6;
    color: #1f2840;
}