@import url("Reset.css");

@import url("../JQuery/ui.all.css");

/**** Common Tags Predefinition **********************/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f4e5 url(../Images/Summer/MainBkg.jpg) repeat-x;
	scrollbar-face-color: #489137;
	scrollbar-shadow-color: #E0E4EF;
	scrollbar-highlight-color: #7C7C7C;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #94ABB5;
	scrollbar-track-color: #E6FFDB;
	scrollbar-arrow-color: #FFFFFF;
}

form
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

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
{
	padding: 2px;
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #C0BA93;
}

.formInputTextDisabled
{
	background-color: #F0F0F0;
	padding: 2px;
	color: #555555;
	border: solid 1px #38702A;
}

.formInputTextArea
{
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #38702A;
	border-bottom-color: #C0BA93;
	border-right-color: #C0BA93;
}

.formInputTextAreaDisabled
{
	background-color: #F5F5F5;
	color: #000000;
	border: solid 1px #38702A;
}

.formInputTextCaption
{
	color: #666666;
	padding: 3px;
	padding-right: 1px;
	font-weight: bold;
	cursor: default;
}

.formInputDescription
{
	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-size: 11px;
	font-weight: normal;
	color: Black;
	height: 21px;
	cursor: pointer;
}

.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-size: 10px;
	font-weight: normal;
	color: Black;
	cursor: pointer;
}

.formTextValue
{
	font-size: 11px;
}

.formInputRow
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #E5E5E5;
}

.formInputButtonsRow
{
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 2px;
	border-top: solid 1px #E5E5E5;
}

.formRequiredSign
{
	font-size: 9px;
	color: #808080;
}

/**** SideColumn *******************************************/
.formInputTextCaptionSideColumn
{
	color: #636255;
	padding: 3px;
	padding-left: 0;
	cursor: default;
}

.formInputTextSideColumn
{
	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-size: 10px;
	font-weight: bold;
	color: #FFF;
	height: 17px;
	cursor: hand;
}


/**** Message Blocks ***********************/
.errorMessage
{
	color: #B35757;
	line-height: 16px;
	padding-bottom: 8px;
}

.notifyMessage
{
	color: #656EAD;
	font-weight: normal;
	line-height: 16px;
	display: block;
	padding-bottom: 5px;
}

.notifyMessageXL
{
	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/Summer/MainFrameRoundedTop.gif) no-repeat;
	height: 5px;
	font-size: 1px;
}

#masterBodyBottom
{
	background: url(../Images/Summer/MainFrameRoundedBottom.gif) no-repeat;
	height: 5px;
	font-size: 1px;
}

#masterBodyMain
{
	background: #FFF url(../Images/Summer/MenuBkg.gif) repeat-x;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
}

#masterColumnMain
{
	float: left;
	width: 724px;
	overflow: hidden;
	text-align: left;
}

#masterColumnRight
{
	float: right;
	width: 260px;
	text-align: left;
	padding-right: 5px;
}

#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/Summer/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/Summer/InsidePageBkg.gif) repeat-x;
}

#master3ColContent
{
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 2px;
	padding: 5px;
	background: #FFFFFF url(../images/Summer/InsidePageBkg.gif) repeat-x;
}

#masterHomeWallpaper
{
	margin-top: 7px;
	margin-left: 7px;
	margin-top: 10px;
	padding-left: 10px;
	background: url(../images/Summer/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 #35a235;
	border-bottom: solid 5px #e6e2bd;
}

#masterColumnRightRegionHeader
{
	margin-top: 10px;
	background: url(../Images/Summer/RightColumnRegionHeader.gif) no-repeat;
	width: 260px;
	height: 3px;
	font-size: 1px;
}

#masterColumnRightRegionFooter
{
	background: url(../Images/Summer/RightColumnRegionFooter.gif) no-repeat;
	width: 260px;
	height: 3px;
	font-size: 1px;
}

#masterColumnRightRegion
{
	background: #E6E2BD;
	padding-top: 3px;
}

#masterColumnRightRegion A
{
	color: #2C4095;
}

#masterMainMenu
{
	height: 64px;
	padding-top: 8px;
	padding-left: 12px;
	position: relative;
	z-index: 1000;
}

#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;
}

.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: #765f00;
	vertical-align: middle;
	padding: 5px;
	border: solid 1px #ddd7b0;
}

.csControlTitleRight
{
	width: 1px;
	height: 100%;
}

.csControlBodyLeft
{
	width: 1px;
}

.csControlBodyCenter
{
}

.csControlTabBar
{
	background: #f0f0f0 url(../Images/TabBarBkg.gif);
	padding: 3px;
	padding-bottom: 0;
	margin-bottom: 8px;
	border-bottom: solid 1px #fff;
	clear: both;
}

.csControlTabBar .item
{
	display: block;
	float: left;
	padding: 4px;
	margin-right: 2px;
	border-left: solid 1px #C3CFD9;
	border-right: solid 1px #DFE6EB;
	border-top: solid 1px #C3CFD9;
	border-bottom: solid 1px #f0f0f0;
	background: #f8f8f8;
}

.csControlTabBar .item A
{
	color: #97a7b8;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.csControlTabBar .item A:hover
{
	text-decoration: underline;
}

.csControlTabBar .item IMG
{
	border: 0;
}

.csControlTabBar .item.selected
{
	background: #ffffff;
	border-bottom: solid 1px #fff;
}

.csControlTabBar .item.selected A
{
	font-weight: bold;
	color: #555;
}

.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;
}

.csToolbar a:hover
{
	border: solid 1px #C0C0C0;
	background-color: #E7F0F8;
	text-decoration: none;
}

.csToolbar a.csButtonAdd
{
	background-image: url(../../Resources/Buttons/btnAdd.gif);
}

.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: 8px;
	padding-right: 0px;
	padding-top: 7px;
	display: block;
	background: #E6E2BD url(../images/Summer/SideControlHeaderBkg.gif) no-repeat;
}

.csSideControl_TitleLite
{
	color: #35a235;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-left: 4px;
}

.csSideControl_Body
{
	text-align: left;
	padding: 5px;
	background-color: #E6E2BD;
	background: url(../images/Summer/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;
	color: #FFFFFF;
	padding: 4px;
	background: #4d8e59;
	border: solid 1px #367041;
	margin-bottom: 5px;
}

/*****************************************************
GridView
*****************************************************/
.csGridView
{
	background: #fff;
	border-width: 0;
	border-collapse: collapse;
	color: #112211;
	margin-bottom: 1px;
}

.csGridView_Item TD
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #F6F6F6;
}

.csGridView_AltItem TD
{
	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
{
	padding-right: 13px;
	background: url(../images/imgSortASC.gif) right no-repeat;
}

.csGridView_SortOrderDESC
{
	padding-right: 13px;
	background: url(../images/imgSortDESC.gif) right no-repeat;
}

.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;
}


/*****************************************************
csBreadcrumb
*****************************************************/
.csBreadcrumb
{
	color: #a5a075;
	font-size: 8px;
	font-weight: bold;
	height: 18px;
	margin-top: 1px;
}

.csBreadcrumb A
{
	color: #a5a075;
	font-size: 9px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	font-weight: normal;
}

.csBreadcrumb A:hover
{
	color: #35a235;
}

.csBreadcrumb .separator
{
}

/***************************************/

.accomodationsLanding
{
	width: 700px;
}
.accomodationsLanding .hotel
{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #cbe6cb;
	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 #dfddc0;
	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: #dfddc0;
	padding: 3px;
	color: #236823;
	text-decoration: none;
}
.accomodationsLanding .buttons A.more
{
	background: #35a235;
	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: 16px;
	font-weight: bold;
	color: #bd6e07;
}
.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: #f1f0e3;
	border: solid 1px #e2e0cd;
	color: #7b6c30;
	font-size: 11px;
	margin-top: 4px;
	text-decoration: none;
}
.activitiesLanding .activity A.more:hover
{
	background: #fdecbe;
}

.csLanguageTraslations td
{
	width: 25px;
}


.bookingAdmin .panelLeft
{
	float: left;
	margin-right: 20px;
	width: 190px;
}

.bookingAdmin .panelFilter
{
	background: #e0e0e0;
	padding: 5px;
}

.bookingAdmin .panelContent
{
	float: left;
	width: 730px;
}

/*** ShareWithFriends ***/
.csShareWithFriends
{
	cursor: pointer;
}

.csShareWithFriends ul
{
	background: #ddd;
	margin:0;
	padding:0;
	list-style:none;
}

.csShareWithFriends ul li
{
	background: #fff;
	margin: 1px;
	padding: 3px;
	text-align: left;
}

.csShareWithFriends ul li a
{
	display: block;
	text-decoration: none;
}

.csShareWithFriends ul li img
{
	vertical-align: middle;
	margin-right: 4px;
}

