﻿/**
 * Classes
 *
 **************************************************************************/


/**
 * CornerBox (OuterBox)
 *
 ***********************/
    .cornerbox {
	position: relative;
	background: #6dafe8;
	width: 100%;
        height: auto;
        padding-bottom: 10px;
        overflow: hidden;
    }
    
    .corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff url('../hotel-bg/corners.gif') no-repeat;
	font-size: 0%;
    }
    
    .cornerbox-inner {
	padding: 10px;
        overflow: hidden;
    }
    
    .TL {
	top: 0;
	left: 0;
	background-position: 0 0;
    }

    .TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
    }

    .BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
    }

    .BR {
	bottom: 0;
	right: 0;
	background: #fff url('../hotel-bg/corners.gif') no-repeat -10px -10px;
	/*border: 1px solid red*/
    }
    

/**
 * CornerBox - White
 *
 ***********************/
    .cornerbox-white {
	position: relative;
	background: #fff;
	width: 100%;
        /*overflow: hidden;*/
    }
    
    .corner-white {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff url('../hotel-bg/corners-white.gif') no-repeat;
	font-size: 0%;
    }
    
    .cornerbox-inner-white {
	padding: 10px;
        overflow: hidden;
    }
    
    .TL-white {
	top: 0;
	left: 0;
	background-position: 0 0;
    }

    .TR-white {
	top: 0;
	right: 0;
	background-position: -10px 0;
    }

    .BL-white {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
    }

    .BR-white {
	bottom: 0;
	right: 0;
	background: #fff url('../hotel-bg/corners-white.gif') no-repeat -10px -10px;
    }
    
    
/**
 * Curvebox (InnerBox)
 *
 ***********************/
    div.curvebox {
        background: url(../hotel-bg/curvebox-topleft.gif) no-repeat top left;
        position: relative;
        /*margin-bottom: 10px;*/
        /*overflow: hidden;*/
        /*border: 1px solid orange;*/
    }
    
    div.curvebox span {
        display: block;
        position: relative;
        background: url(../hotel-bg/curvebox-topright.gif) no-repeat top right;
        font-size: 1.3em;
        /*padding: 15px;*/
        padding: 5px;
        padding-left: 0;
        margin: 0;
        right: -10px;
        /*border: 1px solid red;*/
    }
    
    div.curvebox-body {
        background: url(../hotel-bg/curvebox-right.gif) repeat-y top right;
        width: 100%;
        /*margin-top: -2em;*/
        /*padding:15px;*/
        padding-left: 0;
        /*padding-right: 10px;*/
        position: relative;
        right: 0px;
        margin: 0 10px;
        overflow: hidden;
        /*border: 1px solid orange;*/
    }
    
    div.curvebox-bottom {
        background: url(../hotel-bg/curvebox-bottomleft.gif) no-repeat bottom left;
        position: relative;
        top: 10px;
        /*overflow: hidden;*/
        /*border: 1px solid red;*/
    }

    div.curvebox-bottom span {
        background: url(../hotel-bg/curvebox-bottomright.gif) no-repeat bottom right;
        padding: 15px;
        padding-left: 0;
        display: block;
        margin: -2em 0 0 0;
        position: relative;
        right: -10px;
        /*border: 1px solid red;*/
    }
    
    
/**
 * Side Block
 *
 ***********************/
    .sideblock {
        background: url(../hotel-bg/sideblock-top.jpg) no-repeat center 25px;
        padding-top: 10px;
        margin: 10px auto;
    }
    
    .sideblock-body {
        margin: 0 auto;
        text-align: center;
    }
    
    .sideblock-body h2 { /** SideBlock Icon **/
        width: 210px;
        height: 47px;
        margin: 0 auto;
        text-indent: -9999px;
        position: relative;
        top: -10px;
    }
    
    .sideblock-bottom {
        background: url(../hotel-bg/sideblock-bottom.jpg) no-repeat bottom center;
        padding-bottom: 15px;
    }
    

/**
 * Content
 *
 ***********************/
    .content {
        overflow: hidden;
        margin: 10px;
        clear: both;
    }
    

        
/**
 * zone
 *
 ***********************/
    .zone {
        clear: both;
        width: 100%;
        margin: 10px auto;
        overflow: hidden;
    }
    
    .zone-content {
        padding-right: 10px;
    }
    
    .zone-container {
        padding: 10px;
        margin-bottom: 10px;
        clear: both;
    }
    
    .zone h2 {
        margin-bottom: 10px;
        color: #fff;
    }
    
    .zone ul {
        float: left;
        margin: 10px 10px;
    }
	
    .zone ul li {
        margin: 0;
        font-size: 10px;
    }
        

/**
 * CSS Plug-In
 *
 * Ajaxtabs
 *
 ***********************/

	.shadetabs {
		padding: 3px 0;
		margin-left: 0;
		margin-top: 1px;
		margin-bottom: 0;
		font: bold 12px Verdana;
		list-style-type: none;
		text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

	.shadetabs li {
		display: inline;
		margin: 0;
	}

	.shadetabs li a {
		text-decoration: none;
		position: relative;
		left: 10px;
		z-index: 1;
		padding: 3px 7px;
		margin-right: 3px;
		border: 1px solid #778;
		color: #2d2b2b;
		background: white url(shade.gif) top left repeat-x;
	}

	.shadetabs li a:visited {
		color: #2d2b2b;
	}

	.shadetabs li a:hover {
		text-decoration: underline;
		color: #2d2b2b;
		border-top: 5px solid #0072bc;
	}

	.shadetabs li a.selected { /*selected main tab style */
		position: relative;
		top: 1px;
		border-top: 5px solid #0072bc;
	}

	.shadetabs li a.selected { /*selected main tab style */
		background-image: url(shadeactive.gif);
		border-bottom-color: white;
	}

	.shadetabs li a.selected:hover { /*selected main tab style */
		text-decoration: none;
	}
    
    
/**
 * CSS Plug-In
 *
 * jQuery DatePicker
 *
 ***********************/
    table.jCalendar {
    	border: 1px solid #000;
    	background: #aaa;
        border-collapse: separate;
        border-spacing: 2px;
    }

    table.jCalendar th {
    	background: #333;
    	color: #fff;
        font-weight: bold;
        padding: 3px 5px;
    }   

    table.jCalendar td {
    	background: #ccc;
    	color: #000;
    	padding: 3px 5px;
    	text-align: center;
    }

    table.jCalendar td.other-month {
    	background: #ddd;
    	color: #aaa;
    }

    table.jCalendar td.today {
    	background: #666;
    	color: #fff;
    }
    
    table.jCalendar td.selected {
    	background: #f66;
    	color: #fff;
}

    table.jCalendar td.selected.dp-hover {
    	background: #f33;
    	color: #fff;
    }

    table.jCalendar td.dp-hover,
    table.jCalendar tr.activeWeekHover td {
    	background: #fff;
    	color: #000;
    }

    table.jCalendar tr.selectedWeek td {
    	background: #f66;
    	color: #fff;
    }

    table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
    	background: #bbb;
    	color: #888;
    }

    table.jCalendar td.unselectable,
    table.jCalendar td.unselectable:hover,
    table.jCalendar td.unselectable.dp-hover {
    	background: #bbb;
    	color: #888;
    }

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

    div.dp-popup {
    	position: relative;
    	background: #ccc;
    	font-size: 10px;
    	font-family: arial, sans-serif;
    	padding: 2px;
    	width: 171px;
    	line-height: 1.2em;
    }

    div#dp-popup {
    	position: absolute;
    	z-index: 199;
    }

    div.dp-popup h2 {
    	font-size: 12px;
    	text-align: center;
    	margin: 2px 0;
    	padding: 0;
}

    a#dp-close {
    	font-size: 11px;
    	padding: 4px 0;
    	text-align: center;
    	display: block;

}
    a#dp-close:hover {
    	text-decoration: underline;
    }

    div.dp-popup a {
    	color: #000;
    	text-decoration: none;
    	padding: 3px 2px 0;
    }

    div.dp-popup div.dp-nav-prev {
    	position: absolute;
    	top: 2px;
    	left: 4px;
    	width: 100px;
}

    div.dp-popup div.dp-nav-prev a {
    	float: left;
    }

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
    div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    	cursor: pointer;
    }

    div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    	cursor: default;
    }

    div.dp-popup div.dp-nav-next {
    	position: absolute;
    	top: 2px;
    	right: 4px;
    	width: 100px;
}

    div.dp-popup div.dp-nav-next a {
    	float: right;
    }

    div.dp-popup a.disabled {
    	cursor: default;
    	color: #aaa;
    }

    div.dp-popup td {
    	cursor: pointer;
    }

    div.dp-popup td.disabled {
    	cursor: default;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
    a.dp-choose-date {
    	float: left;
    	width: 18px;
    	height: 18px;
    	padding: 0;
    	margin: 5px 3px 0;
    	display: block;
    	text-indent: -2000px;
    	overflow: hidden;
    	background: url(../hotel-bg/calendar.png) no-repeat top left; 
}

    a.dp-choose-date.dp-disabled {
    	background-position: 0 -20px;
    	cursor: default;
    }

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
    input.dp-applied {
    	width: 140px;
    	float: left;
    }
    

/**
 * Marquee Text
 *
 ***********************/
 	.runtext {
		float: left;
		width: 380px;
		margin: 10px 10px 10px 10px;
	}
	
	.runtext span {
		float: left;
		padding: 3px 5px;
		background: #ccc;
	}
	
	.runtext marquee, .runtext marquee p {
		width: auto;
		float: left;
	}

/**
 * More Classes
 *
 ***********************/
 	.float {
		float: left;
	}
	
	.floatr {
		float: right;
	}
	
    .center {
        text-align: center;
        margin: 0 auto;
    }
    
    .clear {
        clear: both;
    }
    
    .txtleft {
		text-align: left;
	}
	
	.txtright {
		text-align: right;
	}
    
    .floatcontent {
        float: left;
    }
    
    .floatcontent-r {
        float: right;
    }
    
    .block {
		display: block;
	}
	
	.inline {
		display: inline;
	}
	
	.wide50 {
		width: 50%;
	}
	
	.clip {
		overflow: hidden;
	}
	
	blockquote {
		margin: 10px;
		padding: 10px;
		background: #eee;
		color: #000;
	}
		
	.button {
		cursor: pointer;
	}
	
	.wireframe { border: 1px dotted #666; }


	
