/* @override http://mura:8500/mura/default/includes/themes/merced/css/site.css */

/*	Theme: Merced */

/* @group GLOBALS
===================================== */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #FFF;
	background-color:#262626;
	background-image:url(../images/tile09_2.gif)
	}
	
* { -moz-outline: 0; }
div.hr { margin: 0; padding:0; border: none; height:0px; border-top:1px dotted #d7dc28; }
div.hr hr { display: none; }
div.hr.small {
	width:595px;
}
div.hr.smallsidebar {
	width:185px;
}
a {
	text-decoration: none;
	color: #d7dc28;
	}

a:hover {
	text-decoration: underline;
	}

p.intro {
	color: #FFF;
	line-height: 1.4em;
	margin-bottom: 1.25em;
	}


/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	margin-top: 30px;
	}

th {
	border: 1px solid;
	border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #e9f3f7;
	}

td {
	padding: 10px;
	border: 1px solid #d6d6d6;
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
	padding: 2em;
	background: #e9f3f7;
	overflow: hidden;
	max-width: 504px; /*width of #primary in three column layout*/
	}

#primary #svSearchResults form {
	max-width: 100%;
}

#primary fieldset {
	border: none;
	padding: 0;
	}


#primary legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#primary label {
	padding-top: .5em;
	line-height: 1;
	color: #0c2846;
	}

.submit, .buttons input {
	float: right;
	height: 2em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #2e7aa7;
	text-align: center;
	}

/* @group Globals - Forms - Search
===================================== */

#searchForm {
	position: absolute;
	top: 30%;
	right: 0;
	margin: 0;
	padding: 0;
	}

#searchForm fieldset {
	padding: 0;
	border: 0;
	}

#searchForm input.text {
	float: left;
	width: 160px;
	margin: 0 .75em 0 0;
	font-style: italic;
		padding: 1px;
	}

#searchForm .submit {
	float: right;
	}

/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
	}

#login ol {
	padding-top: 0;
	}

#svLoginContainer input.text {
	width: 99%;
	}

#svLoginContainer p.required {
	float: none;
	clear: both;
	}

#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
	}

/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
	}

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
	}

#svComments dl {
	border-bottom: 1px dotted #ccc;
	}



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0 57px 57px;
	}

#content {
	position: relative;
	padding-bottom:12px;
	width:800px;
	}
#content a {
	font-weight:bold;
}
#main-content {
	padding-top: 13px;
}
#main-content h1 {
	text-transform:uppercase;
}
#main-content p {
	line-height:1.4em;
	padding-bottom:12px;
}
.home #content {
	margin-top: 0;
	}

#primary {
	float: left;
	width: 100%;
	color: #FFF;
	}
.home .content {
	padding-top:13px;
}
.home #primary {
	width: 595px;
	}
.home #primary h1 {
	text-transform:uppercase;
	font-size:1.7em;
}
.home #primary p {
	line-height:1.4em;
	padding-bottom:12px;
}
.twoColSL #primary {
	float: right;
	width: 707px;
	}

.twoColSR #primary {
	float: left;
	width: 585px;
	}

.threeCol #primary {
	width: 504px;
	}

.content,
.sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}

#left {
	float: left;
	width: 167px;
	margin-right: 26px;
	padding: 30px 0;
	}

.home #left {
	width: 687px;
	padding: 0;
	}

#right {
	float: right;
	width: 185px;
	/*margin: 13px 0 0;
	padding: 16px 13px;*/
	}

.home #right {
	width: 185px;
	/*margin: -40px 0 0;*/
	padding: 0;
	}

.threeColSR {
	width: 185px;
	}

.sidebar {}
#sidebaritems {
}
#left.sidebar {}
#right.sidebar {}


/* @group Layout - Header
===================================== */

#header {
	position: relative;
	padding-top: 35px;
	text-align:center;
	width:800px;
}

#logo a {
	display: block;
	width: 163px;
	height: 38px;
	padding-bottom:0 !important;
	text-indent:-9999px;
	background: url(../images/logo.png) no-repeat;
	}
#logo {
	width: 171px;
	height: 38px !important;	
	margin: 0 auto;
	margin-bottom:34px;
}
#main-menu {
	padding-bottom:9px;
	width:800px;
}
#main-image {
	width:800px;
	height:380px;
	margin-top:20px;
	margin-bottom:20px;
}
/* @end Layout - Header
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
	}

/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	padding-top: 18px;
	}
.footerlinks {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:3px;
}
#footerinfo {
	text-transform:uppercase;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-size:0.9em;
	width:800px;
	position:relative;
}
#footer #footerinfo ul {
	margin:0 auto 1em 10em;
}
#footer #footerinfo li.first {
	background-image:none !important;
}
#footer #footerinfo li {
	list-style: none !important;
	float:left;
	padding-right:6px;
	padding-left:12px;
	font-size: 1.1em !important;
	background-image:url(../images/bullet.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
}	
#footer p {
	float: right;
	font-size: 1.1em;
	color: #FFF;
	}
#footerinfo p {
	margin:0;
	padding:0;
	float:none;
}
.snlogos {
	float:right;
	height:43px;
	padding-top:12px;
	padding-right:3px;
}	
img.twitter {
}
img.tripadvisor {
	padding-right:7px;
}
#sponsorlinks {		
	height:102px;
	padding-top:15px;
}
.sponsor {
	float:right;
	padding-right:2px;
}
.sponsortxt {
	padding-right:10px;
}
/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 1.5em;
	}

#crumbList li {
	font-size: 1.1em;
	}

#crumbList li a:hover {
	text-decoration: underline;
	}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.navUtility {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.navUtility li {
	margin: 0 .5em 0 -0.5em;
	padding: 0 10px;
	list-style: none;
	font-size: 1em !important;
	}

#footer .navUtility {
width:300px;
float:left;
	}

#footer .navUtility li {
	padding: 0 5px;
	}

#header .navUtility li {
	}

#footer .navUtility li a {
	font-size: 1.1em !important;
	color: #FFF;
	text-transform:uppercase;
	}

/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */

#navPrimary {
	margin: 0 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size:1.2em;
	letter-spacing:0em;
	width:800px !important;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	}
#navPrimary ul {
	text-align:center;
	margin:0px auto 0px auto;
	position:relative;
	width:800px;
}
#navPrimary li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline; 
	position:relative;
	text-align: center;
	background-image:url(../images/bullet.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	}
#navPrimary li.first, #navPrimary li.first.current {
	background-image:none;
	}
#navPrimary li.first.current a {
	margin-left: 0px;
	color: #FFF;
	}
#navPrimary li.first.current a:hover {
	margin-left: 0px;
	color: #d7dc28;
	}
#navPrimary li a {
}
#navPrimary a {
	padding: 0 12px;
	padding-left:10px;
	padding-right:4px;
	color: #FFF;
	text-decoration: none;
	display: inline; 
	}

#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
	color: #d7dc28;
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #d7dc28;
	}

#navPrimary li li a:hover {
	color: #d7dc28;
	text-decoration: underline;
	}

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background: #2e7aa7;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
	margin: 0 !important;
	}

#navPrimary li li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
		z-index: 1001;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* @end Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */
#customNav {
	padding-bottom:13px;
}
#navSecondary {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top:13px;
	padding-bottom:13px;
	}
#navSecondary h3 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.7em;
	color:#FFF;
	padding-bottom:6px;
}
#navSecondary ul {
	margin:0;
	padding:0;
}
#navSecondary li {
	margin: 0;
	padding: 0px 0 0px 12px;
	height:1.2em;
	line-height: 1.2;
	list-style: none;
	background: url('../images/dash.gif') no-repeat 0px 2px;
	}

#navSecondary .last {
	border: 0;
	padding-bottom: 0;
	}

#navSecondary li {
	margin-bottom: 2px;
	}

#navSecondary li a {
	display: block;
	font-weight:normal;
	text-transform:uppercase;
	color: #FFF;
	}
#navSecondary li a:hover {
	color:#d7dc28;
	}

#navSecondary li.current a {
	color: #d7dc28;
	}
/* related content
================== */
#relatedContent {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom:13px;
	}
#relatedContent h3 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.7em;
	color:#FFF;
	padding-bottom:6px;
}
#relatedContent ul {
	margin:0;
	padding:0;
}
#relatedContent li {
	margin: 0;
	padding: 0px 0 0px 12px;
	list-style: none;
	background: url('../images/dash.gif') no-repeat 0px 2px;
	}

#relatedContent .last {
	border: 0;
	padding-bottom: 0;
	}

#relatedContent li {
	margin-bottom: 2px;
	}

#relatedContent li a {
	display: block;
	font-weight:normal;
	text-transform:uppercase;
	}
#relatedContent li a:hover {
	}

#relatedContent li.current a {
	color: #f394bc;
	}
#rcDivider {
	padding-bottom:13px;
}
/* end of related content
========================= */

/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	}

.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
	}

.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
	}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.moreResults {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.5em;
}

/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
	}
	
.moreResults li.resultsFound {
	padding-right: .5em;
}
	
.moreResults li.navNext {
	border-right: 0;
	}
	
.moreResults li.navPrev {
	border-right: 0;
	}

.moreResults li a {
	padding: 0;
	}

/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

#svGallery {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.8em;
}

.oneCol #svGallery li {
	width: 9%;
	}
	
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width: 11%;
	}

.threeCol #svGallery li {
	width: 18%;
	}


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th {
	background: #0c2846;
	vertical-align: middle;
	}

.svCalendar th a, .svCalendar th a:hover {
	background: #0c2846;
	}

.svCalendar th a:hover {
	color: #2e7aa7;
	}


.svCalendar tr.dayofweek td {
	background: #2e7aa7;
	color: #fff;
	}

.svCalendar th,
.svCalendar td {
	border: 1px solid #fff;
	}

.svCalendar td {
		background: #e9f3f7;
	}


/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #2e7aa7 !important;
	font-size: 11px !important;
	}

/* @end */



/* @group Features
===================================== */

#features {
	width:800px;		
}
.feature {
	float:left;
	margin-right:20px;
	width:185px;
	margin-top:11px;
	padding-bottom:22px;
}
.feature.last {
	margin-right:0;
}
.feature a {
	color:#d7dc28;
}
.feature h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1.7em;
	text-transform:uppercase;
	margin-bottom:16px;
}
.feature p {
	padding:0;
	margin:0;
	font-size:1.1em;
	text-transform:uppercase;
}
.feature p.title {
	font-weight:bold;
	padding-top:13px;
	padding-bottom:0;
	margin:0;
}


/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.home .sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #ff3405;
	}

.home .sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	}

.home .sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	}

.home .sidebar .svIndex dt {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
	}

.home .sidebar .svIndex dt.releaseDate {
	margin: 0 0 3px;
	font-size: 1em;
	text-transform: uppercase;
	color: #979797;
	}

.home .sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
	}

.home .sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
	}

/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.home .sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
	}

.home .sidebar .svIndex dl.hasImage .image img {
	width: 50px;
	}

.home .sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	}

.home .sidebar .svIndex span.readMore a {
	display: none;
	}

/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */

.svIndex dl {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	}

.sidebar .svIndex dl {
	margin: .5em 0;
	padding: .5em 0 .5em;
	}

.svIndex dl.hasImage {
		padding-left: 90px;
		position: relative;
		min-height: 90px;
		}

.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
	}

.svIndex dl.hasImage .image {
		float: none;
		}

.sidebar .svIndex dl.hasImage .image {
	display: none;
	}

.content .svIndex {
	margin-top: 2em;
	}

.content .svIndex dt {
	font-size: 1.6em;
	margin-bottom: .5em;
	}

.svIndex dt.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
	}

.svIndex dd {
	line-height: 1.2;
	}

.svIndex dd.image {
	position: absolute;
	top: 0;
	left: 0;
	}

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}

.zero { background-image: url(../images/rater/star_zero.png); }
.one { background-image: url(../images/rater/star_one.png); }
.onehalf { background-image: url(../images/rater/star_onehalf.png); }
.two { background-image: url(../images/rater/star_two.png); }
.twohalf { background-image: url(../images/rater/star_twohalf.png); }
.three { background-image: url(../images/rater/star_three.png); }
.threehalf { background-image: url(../images/rater/star_threehalf.png); }
.four { background-image: url(../images/rater/star_four.png); }
.fourhalf { background-image: url(../images/rater/star_fourhalf.png); }
.five { background-image: url(../images/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */
.svSlides dl {
	border: 0;
	margin: 0;
	}
	
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/	position: relative;
	padding-left: 200px;
	min-height: 180px;
	}
	
.home .svSlideshow {
	position: relative;
	width: 627px;
	/*height: 234px;*/
	overflow: hidden;
	padding: 30px 30px 10px;
	margin: 0 0 2.2em;
	color: #b4dffa;
	background: #102e50 url(../images/bg-hero.jpg) no-repeat !important;
	border: 0;
	}

.home .svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 186px;
	}

.home .svSlides dl {
	/*width: 440px;*/
	height: 200px;
	padding-bottom: 0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
	}

.home .svSlides dt {
	margin-bottom: .35em !important;
	font-size: 2.6em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #fff;
	}

.home .svSlides dt.releaseDate {
	color: #abdffa;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
	}

.home .svSlides dt a {
	color: #fff;
	}

.home .svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	font-size: 1.4em !important;
	line-height: 1.2em;
	padding: 0;
	}

.home .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
	width: 180px;
	height: 180px;
	float: none;
	padding: 0;
	border: 3px solid #1c5981;
	}

.home .svSlides dd.image img {
	display: block;
	}

.home .svSlides .readMore {
	float: right;
	}

.home .svSlides .readMore a {
	font-size: 11px !important;
	font-weight: bold;
	color: #fff;
	height: 2.1em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	display: block;
	width: 60px;
	text-align: left;
	padding-right: 22px;
	margin-right: 339px;
	margin-top: .75em;
	background: #2e7aa7 url(../images/arrows_white.gif) no-repeat 6.8em 50%;
	}

.svPager {
	text-align: center;
	line-height: 2;
	}

.home ol.svPager {
	position: relative;
	z-index: 2;
	width: 190px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}

ol.svPager li {

	}

ol.svPager a {
	color: #fff;
	background: #0c243a;
	outline: none;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	background: #ff3405;
		text-decoration: none;
	}



/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
	}

/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#favoriteList li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */
/* slideshow
----------------------------------------------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 800px;
	height: 380px;
	overflow: hidden;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}	
#slideshow ul#slideshowImages {
	width: 800px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}
#slideshow ul#slideshowImages li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 380px;
}
#slideshow ul#slideshowImages a {
	display: block;
}
#slideshow ul#slideshowImages a img {
	display: none;
	border: none;
}
#slideshow ul#slideshowImages h3 {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	width: 400px;
	position: absolute;
	top: 45px;
	left: -400px;
	display: block;
	margin: 0;
	padding: 0;
}
#slideshow ul#slideshowNav {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 200;
	display: none;
}
#slideshow ul#slideshowNav li {
	position: relative;
	color: #999;
	float: left;
	margin-right: 3px;
	font-size: 12px;
	cursor: pointer;
	line-height: 18px;
	text-align: center;
	height: 18px;
	width: 18px;
	padding: 0;
	background-image: url(../images/circle_white18.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#slideshow ul#slideshowNav li:hover, #slideshow ul#slideshowNav li.active {
	color: #d7dc28;
}
/**** tabs for availability checkers ****/
#availability {
	background-color:#000;
	width:290px;
	position:absolute;
	z-index:10000;
	right: 0;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	color:#FFF;
	font-size:14px;
	font-style:italic;
	padding:10px;
	line-height:14px;
}
#availability a {
	color:#FFF;
	background-image:url(../images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	font-size:120%;
}
#availability form {
	margin-bottom: 0;
	
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.ui-state-default {
	float:left;
}
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	height:20px;
}

UL.tabNavigation LI {
	display: inline;
	float:left;
	font-size:1em;
	font-style:normal;
	margin-right:5px;
	text-transform:uppercase;
}

UL.tabNavigation LI A {
	padding: 3px 10px;
	background-color: #333;
	color: #000;
	text-decoration: none;
	background-image:none !important;
	border-bottom:0px;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #ccc;
	color: #000 !important;
	padding: 3px 10px;
}

UL.tabNavigation LI A:focus {
		outline: 0;
}

div.tabs {
	margin-top:10px;
	display:none;
	font-size:0.8em;
}
div.tabs a {
	background-image:none !important;
}
div.tabs > div {
	padding: 10px 0px;
	margin-top: 0px;
	border: 0px solid #ccc;
	text-align:left;
	font-style:normal;
}


#first {	
	width:290px;
}

#second {	
	width:290px;
}

#third {	
	width:290px;
}
#fourth {	
	width:290px;
}
#third p a, #fourth p a {
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-top: 8px;
}
.show {
/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}
				
/**** date picker ****/				
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 {
	color: #fff;
	background-color: #d7dc28;
}
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: 10001;
}
div.dp-popup h2 {
	font-size: 11px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
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;
}
.field {
	clear:both;
	margin-bottom: 7px;
}
.field label {
	padding-bottom:0px;
	width:90px;
	text-align:left;
}
.field input {
	width: 110px;
	margin:0;
	padding: 3px 5px 2px 5px;
	border:0px;
}
.field select {
	width: 40px;
}
.field select#preferred_time {
	width: 63px;
}
#availability #submitroom, #availability #submittable {
	background-image:url("../images/background_submit.gif");
	border:0 none;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:bold;
	height:20px;
	text-align:center;
}
#availability #submit:hover {
	background-position: 0px -25px;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: none !important;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(../images/calendar.gif);
}
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: 110px;
	float: left;
	background-image:url(../images/calendar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.portal-item {
	width:595px;
	padding-bottom:10px;
}
.portal-image {
	width:185px;
	padding-right:10px;
	float:left;
}
.portal-text {
	float:left;
	width:400px;
}
.portal-text a {
	font-size:1.2em;
}
/* EOF */