/*
	Title:		Moraira Private Villas
	Author:		Ian Houghton
	Website:	http://www.redmorello.com
*/


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix {display: inline-block;}  /* for IE/Mac */

a:active, a:focus
{
    outline: none;
}

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

hr
{
    width:80%;
    color:#bfbfbf;
}

#container
{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    min-height:100%;
    position:relative;
}

#innerContainer
{
    margin-left:auto;
    margin-right:auto;
    width:958px;
    min-height:100%;
    border-left:solid 1px #bfbfbf;
    border-right:solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}

/*
================================
MAIN STYLES
================================
*/

body
{
	font-size: 62.5%;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #262626;
	/*letter-spacing: -1px;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 75%;
    color:#737a7f;*/
    background:#ffffff url('images/bg.jpg') no-repeat center top;
}

a
{
    color:#545454;
    text-decoration:none;
}

a:hover
{
    color:#282828;
}

.external
{
    background:url('images/external.jpg') no-repeat center right;
    padding-right:15px;
    margin-right:3px;
}

.external2
{
    background:url('images/external.jpg') no-repeat center right;
    padding-left:15px;
    padding-right:15px;
    margin-right:3px;
}

h1
{
    font-size:18px;
    font-weight:bold;
    color:#2b3842;
}

h2
{
    font-size:18px;
    font-weight:bold;
    color:#2b3842;
}

h3
{
    font-size:30px;
    font-weight:bold;
    color:#2b3842;
}

.button
{
    margin-left:-7px;
    margin-bottom:10px;
}

.offer
{
    color:Red;
    font-size:13px;
}

/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:1000px;
    height:165px;
    margin-left:auto;
    margin-right:auto;
}

#headerLogo
{
    width:400px;
    height:165px;
    margin-left:8px;
}

#logo
{
    width:400px;
    height:165px;
    background:url('Images/logo.png') no-repeat bottom left;
}

.headerText
{
    padding-left:40px;
    padding-top:60px;
    color:#535353;
    font-size:30px;
    font-weight:bold;
}

#banner
{
    height:346px;
    width:1000px;
    margin-bottom:70px;
}

/*
================================
IMAGE STYLES 
================================
*/

.img-villa
{
    margin-left:20px;
}


/*
================================
NAVI STYLES 
================================
*/

#menu
{
    width:563px;
    height:30px;
    display:table;
    margin-top:132px;
}

#nav-left
{
    width:31px;
    height:33px;
    background:url('images/nav-left.png') no-repeat bottom left;
}

#nav-right
{
    width:14px;
    height:33px;
    background:url('images/nav-right2.png') no-repeat bottom left;
}

#menudiv
{
    display:table-cell;
    vertical-align:middle;
}

#menu ul
{
    position:relative;
}

#menu li
{
    float:left;
    width:129px;
    height:33px;
    text-align: center;
    background-image: url('images/nav-bg.gif');
    background-repeat:repeat-x;
    background-position: top left;
}

#menu li.last
{
}

#menu li a
{
    display:table-cell;
    font-size: 14px;
    color:#ffffff;
    letter-spacing:1px;
    white-space:normal;
    text-align:center;
    vertical-align:middle;
	padding-left:14px;
    padding-right:14px;
    padding-top:9px;
    width:134px;
}

#menu li a:hover
{
    color:#e1e1e1;
    font-weight:normal;
}

/*
================================
MAINCONTENT STYLES 
================================
*/

#bannerOuterContainer
{
    width:1000px;
    height:385px;
    margin-left:auto;
    margin-right:auto;
    background:url('images/banner-bg.png') no-repeat;
}

#bannerContainer
{
    position:relative;
    width:935px;
    height:305px;
    padding:15px 0 0 19px;
}

.pics
{
    position:absolute;
    top:15px;
    left:20px;
    width:935px;
    height:305px;
    overflow:hidden;
    z-index:1;
}

.banner
{
    position:absolute;
    bottom:20px;
    right:10px;
    background-color:#535353;
    color:#ffffff;
    width:610px;
    z-index:100;
    padding: 15px 20px 15px 20px;
}

.banner p
{
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    padding-top:5px;
}

.banner p.bannerLarge
{
    font-size:16px;
}

.image
{
    margin-left:30px;
    width:220px;
    height:302px;
}

/*
================================
SIDEBAR STYLES 
================================
*/

#sideBar
{
    width:245px;
    height:auto;
    margin:0 0 20px 0;
    background:url('images/sidebar-bg.gif') repeat-y top left;
    border-bottom:solid 10px #366ba1;
}

#inner-sidebar
{
    width:auto;
    height:auto; /* TODO change this later */
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    padding: 0 40px 0 30px;
}

#inner-sidebar p
{
    font-size:12px;
}

#inner-sidebar h2
{
    padding-bottom:10px;
}

.sidebar-title
{
    background-position: left top;
    height:20px;
    width:100%;
    color:#ffffff;
    text-align:center;
    text-transform:capitalize;
    font-size:13px;
    padding-top:2px;
}

#inner-sidebar ul
{
    list-style-type:none;
    margin-left:18px;
    margin-top:10px;
    line-height:35px;
}

.availabilityBtn
{
    padding-left:40px;
    margin-bottom:25px;
    outline:none;
}

#weather table, td{font-size:12px;}
#weather table{width:100%;border-collapse:collapse;margin:1em 0;}
#weather th, td{text-align:center;padding:.5em;}
#weather th, td b{font-weight:normal;}
#weather th{background:#ffffff;}
#weather td{background:#ffffff;}

/* tablecloth styles 

#weather tr.even td{background:#e5f1f4;}
#weather tr.odd td{background:#f8fbfc;}*/

#weather th.over, tr.even th.over, tr.odd th.over{background:#fff;}
#weather th.down, tr.even th.down, tr.odd th.down{background:#fff;}
#weather th.selected, tr.even th.selected, tr.odd th.selected{}

#weather td.over, tr.even td.over, tr.odd td.over{background:#fff;}
#weather td.down, tr.even td.down, tr.odd td.down{background:#fff;color:#000;}
#weather td.selected, tr.even td.selected, tr.odd td.selected{background:#fff;color:#000;}
/* use this if you want to apply different styleing to empty table cells*/
#weather td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}

/*
================================
CONTENT STYLES 
================================
*/

#mainContent
{
    width:705px;
    height:auto;/*auto;*/
    background:url('images/curve.png') no-repeat top right;
    line-height:24px;
}

    #mainContentInner
    {
        padding:40px 30px 0 40px;
    }

    #mainContent p
    {
        margin:10px 0;
        line-height:30px;
        font-size:12px;
    }

    #mainContent strong
    {
        font-weight:bold;
        color:#2b3842;
    }
    
    #mainContent ol, #mainContent ul
    {
        list-style-position:outside;
    }
    
    #mainContent ol
    {
        list-style-type:decimal;
    }
    
    #mainContent ul
    {
        list-style-type:none;
        line-height:30px;
        /*padding:0 10px 0 10px;*/
    }
    
    #mainContent ul.link
    {
        list-style-type:none;
        line-height:50px;
        padding:10px 10px 10px 20px;
    }
    
    #mainContent li
	{
	}
	
	#mainContent h3
	{
	    padding-left:40px;
	    padding-bottom:15px;
	}
	
	#mainContentLeft
	{
	    width:275px;
	    height:auto;
	    margin-top:30px;
	    border-right:solid 1px #989898;
	    padding-right:30px;
	}
	
	#mainContentRight
	{
	    width:275px;
	    height:auto;
	    margin-top:30px;
	    padding:0 15px 0 30px;
	}
	
	.gettinghere td.link
	{
	    width:150px;
	    text-align:center;
	}
	
	.gettinghere td.link b
	{
	    font-weight:bold;
	}
	
	.gettinghere td.text
	{
	    width:400px;
	    text-align:left;
	}
	
	.gettinghere td.text2
	{
	    width:400px;
	    text-align:center;
	}

.padding
{
    padding:0 100px 0 10px;
    width:250px;
}

.padding2
{
    width:200px;
}

.padding3
{
    padding:0 25px 0 10px;
}

#clientreviews h2
{
    font-size:18px;
    font-weight:bold;
    color:#366ba1;
    font-style:italic;
}

#clientreviews h3
{
    font-size:13px;
    color:#366ba1;
    font-weight:bold;
    padding:10px 0 10px 0;
}

#clientreviews p
{
    font-size:12px;
    line-height:24px;
}

/*
================================
CONTACT STYLES
================================
*/

#bookingform ol
{
    margin:0;
    padding:0;
}

#bookingform li
{
    list-style:none;
    padding:5px;
    margin:0;
}

#bookingform li a
{
    margin-left:40px;
    font-size:12px;
    cursor:pointer;
}

#bookingform li.thin
{
    line-height:12px;
}

#bookingform fieldset
{
    border:solid 1px #366ba1;
    width:550px;
    background-color:#deeefa;
    margin-bottom:25px;
    padding:10px 0 20px 0;
}

#bookingform fieldset legend
{
    border:solid 1px #366ba1;
    background-color:#ffffff;
    background:url('images/tabs/tab-green.jpg') repeat-x left;
    margin-left:20px;
    padding:5px 10px 5px 10px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

#bookingform fieldset p
{
    padding:0 40px 0 40px;
    line-height:18px;
}

#bookingform fieldset label
{
    display:inline-block;
    margin:0 0 0 40px;
	font-size:12px;
	width:150px;
	vertical-align:top;
}

#bookingform fieldset label.number
{
	width:35px;
}

#bookingform fieldset label.age
{
	width:30px;
}

#bookingform fieldset label.option
{
	width:300px;
}

#bookingform fieldset input.option
{
	width:30px;
	margin-left:40px;
}

#bookingform fieldset input
{
	height:15px;
    padding:2px;
    color:#535353;
    font-size:12px;
	width:175px;
}

#bookingform fieldset input.age
{
	width:30px;
}

#bookingform fieldset input.bookingSubmitBtn
{
	margin-left:30px;
}

#bookingform fieldset select
{
    width:175px;
    height:25px;
    padding:2px;
    color:#535353;
    font-size:12px;
}

#bookingform fieldset input:focus, fieldset textarea:focus, fieldset select:focus
    {
        border:2px solid #366ba1;
    }

#bookingform fieldset input.error, fieldset textarea.error, fieldset select.error
{
    border:2px solid #d72323;
}

#bookingform fieldset input.error:focus
{
    border:2px solid #d72323;
}

#bookingform fieldset em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

#bookingform th, td
{
    padding:0;
}

#bookingform li.AspNet-CheckBoxList-Item input
{
    width:30px;
    margin-left:30px;
}

#bookingform li.AspNet-CheckBoxList-Item label
{
    width:300px;
    margin:0 0 0 10px;
}

#bookingform li.AspNet-RadioButtonList-Item input
{
    width:30px;
    margin-left:30px;
}

#bookingform li.AspNet-RadioButtonList-Item label
{
    width:300px;
    margin:0 0 0 10px;
}

.label
{
    padding-left:40px;
    font-size:12px;
}
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:#ffffff;
}

.MyCalendar .ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:220px;font-size:10px;text-align:center;}
.MyCalendar .ajax__calendar_body {height:169px;width:220px;position:relative;overflow:hidden;margin:auto;}
.MyCalendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:169px;width:220px;position:absolute;text-align:center;margin:auto;font-size:9px;}
.MyCalendar .ajax__calendar_container TABLE {font-size:10px;}
.MyCalendar .ajax__calendar_container TD {font-size:10px;background:#f7f7f7;padding:3px;border:solid 1px #737373}
.MyCalendar .ajax__calendar_header {height:20px;width:100%;}
.MyCalendar .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);}
.MyCalendar .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);}
.MyCalendar .ajax__calendar_title {cursor:pointer;font-weight:bold;}
.MyCalendar .ajax__calendar_footer {height:15px;}
.MyCalendar .ajax__calendar_today {cursor:pointer;padding-top:3px;}
.MyCalendar .ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;font-size:10px;font-weight:bold;}
.MyCalendar .ajax__calendar_day {height:15px;width:15px;text-align:right;padding:0 2px;cursor:pointer;font-size:10px;}
.MyCalendar .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;font-size:10px;}
.MyCalendar .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;font-size:10px;}

.MyCalendar .ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.MyCalendar .ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.MyCalendar .ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.MyCalendar .ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.MyCalendar .ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.MyCalendar .ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.MyCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.MyCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.MyCalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.MyCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.MyCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.MyCalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

.errorMessage
{
    margin-left:40px;
    color:Red;
    font-weight:bold;
}

.errorMessage ul li
{
    font-weight:normal;
    line-height:18px;
}

/*
================================
TERMS STYLES
================================
*/

#terms
{
    width:700px;
    height:500px;
    padding:10px;
    overflow:scroll;
    border:solid 1px #aeaeae;
    background-color:#ffffff;
}

#terms h1
{
    font-size:11px;
}

#terms p
{
    font-size:9px;
}

.modalBackground
{
    background-color:transparent #ababab;
}
/*
================================
FOOTER STYLES 
================================
*/

#footerUpper
{
    width:1000px;
    height:135px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    background:url('images/footer.jpg') no-repeat;
}

#footer
{
    width:100%;
    height:150px;
    margin-left:auto;
    margin-right:auto;
    background-color:#dde8f1;
}

    #footerInner
    {
        width:1000px;
        margin-left:auto;
        margin-right:auto;
        padding-top:10px;
    }
    
    #footer ul
    {
        margin-right:50px;
    }
    
    #footer ul.first
    {
        margin-left:50px;
    }

    #footer li
    {
        line-height:18px;
        position:relative;
    }
    
    #footer h4
    {
        font-size:14px;
        font-weight:bold;
        color:#2b3842;
    }

/*
================================
LOGO LINKS STYLES
================================
*/ 

#lower-navigation
{
    height:30px;
    margin-top:30px;
    text-align:center;
}

#lower-navigation ul
{
}

#lower-navigation li
{
    display:inline;
    position:relative;
    padding-left:10px;
    padding-right:10px;
}

#lower-navigation li a
{
    color:#7f7f7f;
    font-size:12px;
}

/*
================================
TABLE STYLES 
================================
*/

.table
{
    border:solid 1px #cccccc;
    margin:20px 0 20px 15px;
}

.header
{
    font-weight:bold;
    color:#ffffff;
    background-color:#545454;
    font-size:14px;
}

.firstCell
{
    padding:10px;
    border-top:solid 1px #cccccc;
}

.cell
{
    text-align:center;
    padding:10px;
    border-top:solid 1px #cccccc;
    border-left:solid 1px #cccccc;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TAB CONTAINER CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-size:small;
    border-bottom:solid 10px #366BA1;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url('images/tabs/tab-white.jpg') #d8d8d8 repeat-x;
    margin:0px 0.66em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #bfbfbf;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 1.75em;    
    margin-right:0.01em;
    font-size:14px;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url('images/tabs/tab-ltgreen.jpg') #bfdaff repeat-x left;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url('images/tabs/tab-green.jpg') repeat-x left;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-size:10pt;
    padding:0.25em 0.5em; 
    border-top-width:0px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color:#2b3842;
    /*background-color: #2E4d7B;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 20px 5px 45px;
	background-image: url(images/chevron-a.gif);
	background-repeat:no-repeat;
	background-position: left center;
	vertical-align:middle;
	cursor: pointer;
}

#mainContentInner .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#mainContentInner .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color:#2b3842;
    /*background-color: #5078B3;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 20px 5px 45px;
	background-image: url(images/chevron-b.gif);
	background-repeat:no-repeat;
	background-position: left center;
	vertical-align:middle;
}

#mainContentInner .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#mainContentInner .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.errorpage
{
    width:500px;
    margin:0 auto 0 auto;
}
