html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
tbody, tfoot, thead, tr, th, td {
	border: none;
	border-collapse:collapse;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	padding:5px;
}
th, td {
/*border: 1px solid #999	*/
}
table p {
	margin:0;
}

/* remember to define focus styles! */
a:hover, a:active {
	outline: 0;
}
body {
	line-height: 1.5em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats without extra markup - give the parent container the group class */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .group { height: 1%; }

/*IE7 */
.group { min-height: 1px; }


/****************************************************
*
*		Typography
*
****************************************************/

html {font-family:sans-serif; color:#2c2c2c; font-size:0.875em; line-height:1.5em;}

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   

   
   

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; margin-bottom:21px; margin-left:40px; }

h1 { font-size: 32px;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em;  }
h4 { font-size: 1.125em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; line-height:1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.0em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #510000; text-decoration: none; line-height:1.5em; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
span.amp { /* For better-looking ampersands */
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

.left {
	float:left;
}
.right {
	float:right;
}

a.button {
	padding: 5px 10px;
	background: #1a5764;
	width:auto;
	display:table;
	margin:10px auto;
	color:#FFF;
	text-shadow: -1px -1px 0 #237783;
    border-color: #7FE0F1 rgba(21, 11, 11, 0.2) #273C40;
    border-style: solid;
    border-width: 1px;	
	background-color: #21878a;
	background-image: -moz-linear-gradient(top, #7bbdc9, #21878a); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7bbdc9),color-stop(1, #21878a)); /* Saf4+, Chrome */
	-pie-background:	linear-gradient(top, #7bbdc9, #21878a);
	behavior: url(/layout/css/PIE.htc);		
}
a.button:hover{
    border-color: #273C40 rgba(21, 11, 11, 0.2)  #7FE0F1;
	text-decoration:none;
	behavior: url(/layout/css/PIE.htc);	
}
.border  {
	border:4px solid #FFF;
	-moz-box-shadow: 0px 0px 4px #000, 0 -2px 4px #999 inset; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000, 0 2px 4px #999 inset; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000, 0 2px 4px #999 inset; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);
}

table.paddedTable {
	width:95%;
}
table.paddedTable td {
	padding:10px;
}
div.clear {
	clear:both;
}
dl.inlineDL dt {
	float:left;
	width:100px;
	clear:left;
	margin-bottom:15px;
}
dl.inlineDL dd {
	float:left;
}


/****************************************************
*
*		Basic Page Layout
*
****************************************************/

body {
	text-align: center;
	width:100%;
	background: #000 url("/layout/img/bg.jpg") no-repeat top center;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContainer {
	position:relative;
	z-index:10;
	width:960px;
	margin:0 auto;
}

#innerContent {
	/*background: url(/layout/img/main-bg.jpg) repeat-y center; */

	margin-top:80px;
	width:960px;
	position:relative;
	z-index:40;
	text-align:left;
	float:left;
	-webkit-box-shadow: 0px 0px 24px 0px #000;
	-moz-box-shadow: 0px 0px 24px 0px #000;
	box-shadow: 0px 0px 24px 0px #000;

}
#rectangle {
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
}
#pageContent {
	z-index:12;
	position:relative;
	color:#cfcdc9;
	padding-bottom:40px;
	float:left;
	width:100%;
	background-image:url(../img/homepage-promotions-bg.png);
}
#pageContent h1 {
	float:none;
	margin-left:40px;
	margin-top:10px;
	font-family: 'ArvoBold';
}
#pageContent p{
	padding-left:40px;
	padding-right:40px;
	font-size:13px;
}
#pageContent ol{
	padding-left:50px;
	padding-right:40px;
	font-size:13px;
}
#pageContent a {
	text-decoration:underline;
	padding: 0 0 1px;
	color:#fff;
}
#pageContent a span {
	color:#510000 !important;
}
/*#pageContent img {
	padding:15px;	
}*/

.twoColumn {
	float:left;
	width:47%;
	margin-right:5px;
	padding:20px 2.4%;		
}

.threeColumn {
	float:left;
	width:27%;
	margin-right:5px;
	padding:20px 2.4%;	
}

.fourColumn {
	float:left;
	width:19%;
	margin-right:5px;	
	padding:20px 2.4%;	
	background:#f2efd4;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/layout/css/PIE.htc);		
}
.group .threeColumn:last-child, .group .fourColumn:last-child, .group .twoColumn:last-child {
	margin-right:0;
	float:right;
}
.group .threeColumn:first-child, .group .fourColumn:first-child, .group .twoColumn:first-child {
	float:left !important;
}

.threeColumn h4, .fourColumn h4, .threeColumn h4 a, .fourColumn h4 a {
	text-align:center;
	font-size:1.3em;
	color:#1A5764;
}
.noBorder, .noBorder td, .noBorder th, table.seamless td, table.seamless th {
	border: none !important;
}
table.summaryTable {
	border-collapse:collapse;
	text-align:center;
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9 */
	margin:0 auto 20px;
}
table.summaryTable td, table.summaryTable tr#summaryTableHeadings th {
	border:1px solid #999;
	border-collapse:collapse;
	text-align:center;
	background:#FFF;
}
table.summaryTable tr#summaryTableHeadings th {
	background:#DDD;
	font-weight:bold;
}
table.summaryTable th#summaryTableTitle {
	background:#621918;
	color:#FFF;
	border:1px solid #621918;
}
table.summaryTable h3 {
	margin:0;
	padding:0;
}
th.summaryTablefooter {
	display:none;
}
table.summaryTable tr:not(#summaryTableHeadings):nth-child(even) td {
	background:#f1f8ff;
}

/****************************************************
*
*		Logo and Logotype
*
****************************************************/

#pageTopWrapper {
	width:100%;
	position:relative;
	z-index:250;
	height:48px;
}

div.globalSearch {
	position:absolute;
	z-index:100;
	background:#FDFDF5;
	top:65px;
	right:-20px;
	padding:2px 5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 4px 4px 4px #a7a7a7 inset; /* FF3.5+ */
	-webkit-box-shadow: 4px 4px 4px #a7a7a7 inset; /* Saf3.0+, Chrome */
	box-shadow:4px 4px 4px #a7a7a7 inset; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);
	border:1px solid;
	border-color:#787981 #787981 #c1c1c5 #c1c1c5;	
}
div.globalSearch input {
	background:none;
	border:none;
	color:#6d6c61;
	width:90px;
	margin-left:23px;
	font-size:10px;
}

div.globalSearch button {
	border:none;
	background:none;
	cursor:pointer;
	background:url(/layout/img/search.png) no-repeat center center;
	width:21px;
	height:21px;
	display:block;
	text-indent:-99999px;
	position:absolute;
	left:5px;
	top:0px;
}
div.embeddedGlobalSearch {
	float:left;
	position:relative;
	left:650px;
	top:-121px;	
}
#logo {
	position:relative;
	top:-70px;
	z-index:50;
}
#logo a, h1 {
	float:left;
}
#logo a {
	background:url(/layout/img/logo.png) no-repeat;
	width:230px;
	height:118px;
	border:none;
	display:block;
	padding:0;
	font-size:0px;
	/* padding:3px 0 10px; */
}
#logo a:hover {
	text-decoration:none;
}
#logo img {
	position:absolute;
	left:-61px;
	top:-14px;
	z-index:10;	
}

/****************************************************
*
*		Promotions
*
****************************************************/

#homePage #promotionsContainer {
	position:relative;
	z-index:100;
	float:left;
	width:960px;
	height:auto;
	margin:0;
	background-image:url(../img/homepage-promotions-bg.png);
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#565654;
	-webkit-box-shadow: 0px 5px 15px -5px #000;
	-moz-box-shadow: 0px 5px 15px -5px #000;
	box-shadow: 0px 5px 15px -5px #000;
	border-left:none;
	border-bottom:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#homePage #promotionsContainer p{
	margin:0;
	padding:0;
}
#homePage ul.promotionList {
	list-style:none;
	display:block;
	position:relative;
	z-index:200;
}
ul.promotionList p {
	margin:0;
}
#homePage ul.promotionList li {
	float:left;
	margin-right:11px;
}
#homePage ul.promotionList li.borderless {

}
ul.promotionList li {
	display:block;
	position:relative;
	margin-top:20px;
	background: url(/layout/img/promotion-bg.gif) no-repeat;
	padding:20px;
}
ul.promotionList li.borderless {
	display:block;
	position:relative;
	margin-top:40px;
	margin-left:-10px;
	background:none;
	padding:10px;
	width:285px;
}
ul.promotionList a {
	color:#FFF;
	text-decoration:none;
}
#pageContent ul.promotionList a {
	text-decoration:none;
}
div.promotionsContent {
	position:relative;
	display:none;
}
ul.promotionList li.borderless div.promotionsContent {
	position:relative;
	display:inline;
	text-align:left;
	color:#fff;
	font-size:12px;
}
#homePage #promotionsContainer li.borderless p{
	margin-top:6px;
	margin-left:20px;
	padding:0;
}
#promotionsContainer li.borderless p{
	margin-top:6px;
	margin-left:10px;
	padding:0;
}
div.promotion.promotionBox {
	background: #a1a2ad; /* Old browsers */
	background: -moz-linear-gradient(top, #a1a2ad 0%, #6a6b72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a2ad), color-stop(100%,#6a6b72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a1a2ad 0%,#6a6b72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a1a2ad 0%,#6a6b72 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a1a2ad 0%,#6a6b72 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a2ad', endColorstr='#6a6b72',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a1a2ad 0%,#6a6b72 100%); /* W3C */
	padding:15px;
	color:#FFF;
	text-shadow:1px 1px 0px #000;
	width:285px;
	-moz-box-shadow: 10px 10px 4px rgba(0,0,0,0.5); /* FF3.5+ */
	-webkit-box-shadow: 10px 10px 4px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
	box-shadow:10px 10px 4px rgba(0,0,0,0.5); /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);
}
#homePage div.promotion {
	margin:0;
}
div.promotion span.title {
	position:relative;
	top:153px;
	/* left:20px; */
	font-size:22px;
	text-align:center;
	display:block;
	font-weight:bold;
	z-index:100;
	line-height:40px;
	color:#fff;
	background: #000;
	opacity: .65;
	filter: alpha(opacity=65);
}
div.promotion span.title font{
	opacity:1 !important;
}
ul.promotionList li.borderless div.promotion span.title {
	display:none;
}
#homePage div.promotion {
	margin-top:-30px;
}
div.promotion {
	margin-top:-30px;
}
div.promotion a span{
	color:#fff;
}
#promotionsContainer { /* Hangs off right side of page */
	position:relative;
	z-index:100;
	float:right;
	height:100%;
	margin: 40px -120px 20px 20px;
	background: rgb(34,34,32); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(34,34,32,1) 0%, rgba(23,23,23,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(34,34,32,1)), color-stop(100%,rgba(23,23,23,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(34,34,32,1) 0%,rgba(23,23,23,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(34,34,32,1) 0%,rgba(23,23,23,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(34,34,32,1) 0%,rgba(23,23,23,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(34,34,32,1) 0%,rgba(23,23,23,1) 100%); /* W3C */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-box-shadow: 25px 0px 15px 0px #000;
	-moz-box-shadow: 25px 0px 15px 0px #000;
	box-shadow: 25px 0px 15px 0px #000;
	behavior: url(/layout/css/PIE.htc);	
/* 
	border-style:solid;
	border-width:1px;
	border-color:#565654; */
}
#promotionsContainer2 { /* Vertical Sectioned */
	position:relative;
	z-index:100;
	float:right;
	height:100%;
	margin-left:20px;
	background: rgb(36,36,34); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(36,36,34,1) 0%, rgba(23,23,23,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(36,36,34,1)), color-stop(100%,rgba(23,23,23,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(36,36,34,1) 0%,rgba(23,23,23,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(36,36,34,1) 0%,rgba(23,23,23,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(36,36,34,1) 0%,rgba(23,23,23,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(36,36,34,1) 0%,rgba(23,23,23,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242422', endColorstr='#171717',GradientType=1 ); /* IE6-9 */
/* 
	border-style:solid;
	border-width:1px;
	border-color:#565654; */
}
ul.promotionList {
	list-style:none;
	display:block;
	position:relative;
	z-index:200;
}
ul.promotionList.hasReservations {
	top:-70px;
	margin-bottom:-70px;	
}
ul.promotionList li div.promotion {
	display:block;
	text-align:center;
}
ul.promotionList li div.promotion:hover{
	text-decoration:none;	
}
div.promotion.promotionNoBox {
	color:#545142;	
}
div.promotion.promotionNoBox span.title {
	margin:0 20px 3px;	
}
div.promotion span.subtitle {
	color:#f5f2e2;
	display:block;
	font-variant:small-caps;
	font-size:1.3em;
	font-weight:bold;	
}
#promotionItem_Reservations div.promotion, #promotionItem_Facebook div.promotion {
	background:none;
	padding:0;	
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter:none;		
}
#reservationsPromo {
	background: #a1a2ad; /* Old browsers */
	background: -moz-linear-gradient(top, #a1a2ad 0%, #6a6b72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a2ad), color-stop(100%,#6a6b72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a1a2ad 0%,#6a6b72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a1a2ad 0%,#6a6b72 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a1a2ad 0%,#6a6b72 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a2ad', endColorstr='#6a6b72',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a1a2ad 0%,#6a6b72 100%); /* W3C */
	padding:15px;
	position:relative;
	width:285px;
	-moz-box-shadow: 10px 10px 4px rgba(0,0,0,0.5); /* FF3.5+ */
	-webkit-box-shadow: 10px 10px 4px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
	box-shadow:10px 10px 4px rgba(0,0,0,0.5); /* Opera 10.5, IE 9 */
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	behavior: url(/layout/css/PIE.htc);	
}
.fb_iframe_widget {
	margin-right:25px;
}

a.greybutton {
	display:block;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;	
	text-shadow:1px 1px 1px #000;
	background: #8f97a1; /* Old browsers */
	background: -moz-linear-gradient(top, #8f97a1 0%, #737d89 50%, #576271 51%, #556170 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f97a1), color-stop(50%,#737d89), color-stop(51%,#576271), color-stop(100%,#556170)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8f97a1 0%,#737d89 50%,#576271 51%,#556170 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8f97a1 0%,#737d89 50%,#576271 51%,#556170 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8f97a1 0%,#737d89 50%,#576271 51%,#556170 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f97a1', endColorstr='#556170',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8f97a1 0%,#737d89 50%,#576271 51%,#556170 100%); /* W3C */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border:1px outset #999;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
	box-shadow:0px 0px 3px rgba(0,0,0,0.5); /* Opera 10.5, IE 9 */
	cursor:pointer;	
	margin:5px auto 0;
	text-decoration:none;
	text-transform:uppercase;
	width:130px;
}
a.greybutton:hover {
	border:1px inset #999;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
	box-shadow:0px 0px 5px rgba(0,0,0,0.5); /* Opera 10.5, IE 9 */
	text-decoration:none;			
}
#startTimeInput {
	width:130px;
	background: url(/layout/img/calendar_icon.gif) no-repeat right bottom #FFF;
}
#reservationsPromo td {
	padding:0;
	font-size:12px;
}
#reservationsPromo h3 {
	font-size:17px;
	margin:0 15px 8px 0;
	text-align:center;	
}
#promotionItem_Reservations span.title, #promotionItem_Facebook span.title {
	display:none;
}
#fb-root {
	display:none;
}




/****************************************************
*
*		Top Nav
*
****************************************************/

div.topNav {
	color:#383f01;
	margin:0 10px;
	float:right;
	padding:0px 51px;
	font-size:8pt;
}
div.topNav ul {
	display:inline;
	float:left;
	margin:0;
	padding:7px 0px 7px 14px;
	list-style:none;
}
div.topNav li {
	float:left;
	padding:0 10px;
	color:#FFF;
}
div.topNav li:first-child {
	border-left:none;
}
div.topNav a {
	color:#FFF;
}
.horizontalNav{
	position:relative;
	background-image:url(../img/homepage-promotions-bg.png);
	height:48px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#565654;
	-webkit-box-shadow: 0px 5px 15px -5px #000;
	-moz-box-shadow: 0px 5px 15px -5px #000;
	box-shadow: 0px 5px 15px -5px #000;
	z-index:20;
}

ul.primaryNav {
	list-style:none;
	margin:0 auto 0 15px;
	width:960px;
	padding:0;
}
ul.primaryNav li.primaryNav1 {
	position:relative;
	top:14px;
	left:0;
	float:left;
	z-index:10;
	border-left:solid;
	border-left-color:#5a5957;
	border-left-width:1px;
}
#topNav-1 {
	border:none;
}
a.primaryLink1 {
	float:left;
	display:block;
	outline:none;
	position:relative;
	z-index:100;
	text-align:center;
	padding:10px 20px 7px;
	/*border-color:transparent #808189 transparent #adaeb6; */
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;		
	font-family:"Copperplate Gothic Light";
	line-height:3px;
	text-shadow: 1px 1px 3px #1d1d1d;
}

a.primaryLink1:hover, a.primaryLink1.activeLink:hover {
	color:#976956;
	text-decoration:none;
	text-shadow: 1px 1px 3px #1d1d1d;
}
a.primaryLink1 .cufon, a.primaryLink1.activeLink:hover .cufon {
	border-bottom:1px solid transparent;
}
a.primaryLink1:hover .cufon {
	border-bottom:1px solid #DCEDF5;
}
a.primaryLink1.activeLink {
	color:#fbd8c5;
	cursor:auto;
}
ul.primaryNav .noLink {
	cursor: default !important;	
}
div.topNavDropdown {	
	background: #FFF;
	width: 230px !important;
	z-index: 999999;
	top: 44px;
	text-align:left; 
	left:0px;
	position:absolute;
	padding:10px;
	width:180px;
	-moz-box-shadow: 0px 8px 8px #555; /* FF3.5+ */
	-webkit-box-shadow: 0px 8px 8px #555; /* Saf3.0+, Chrome */
	box-shadow: 0px 8px 8px #555; /* Opera 10.5, IE 9 */
	display:none;
	-moz-box-shadow: 0px 0px 4px #000, 0 -2px 4px #999 inset; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000, 0 2px 4px #999 inset; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000, 0 2px 4px #999 inset; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);		
}

ul.primaryNav > li:last-child {
	/* border-right:1px solid #adaeb6;	*/
}

ul.primaryNav ul {
	list-style:none;
	margin:0;
}
ul.primaryNav ul ul {
	margin-left:1em;	
}
ul.primaryNav ul li {
	border-bottom: 1px dashed #CCCCCC;
}
ul.primaryNav ul li a {
	display:block;
	padding:5px 15px;
	text-transform: capitalize;
	font-size:14px;
}
ul.primaryNav ul li a:hover {
	background:#510000;
	color:#fdfdf5;
	text-decoration:none;
}
a.primaryLink2 {
	font-weight:bold;
}
#topNav-17 a {
	background:url(/layout/img/facebook.png) no-repeat 10px top;
	text-indent:-99999px;	
}



/****************************************************
*
*		Header Layout
*
****************************************************/

#header {
	margin:0;
	padding:0;
	position:relative;
	z-index:10;
	text-align:right;
}

.header_0, .header_1 {
	display:none;
}
.header_Small {
	width:960px;
	height:200px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#565654;
}
.header_Large {
	position:relative;
	width:645px;
	height:356px;
	float:right;
}
#headerContent {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

.header_Small #header img, .header_Small #headerContent, .header_Small #headerSlideshow {
	width:960px;
	height:200px;
}
.header_Large #header img, .header_Large #headerContent, .header_Large #headerSlideshow {
	width:645px;
	height:356px;
}

#headerFrame {
	
}
#homePage #headerFrame {
}

.header_Small #headerFrame {
	height:150px;
}
#headerCaption {
	position:absolute;
	text-align:left;
	bottom:0px;
	left:0px;
	z-index:10;
	color:#FFF;
	font-size:12px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	width:800px;
	padding:1px 50px 0px 20px;
}
#homePage #headerCaption {
	display:none;
}
#headerCaption a {
	color:#FFF;
}

#headerSlideshow {
	position:absolute;
	z-index:9;
	overflow:hidden;
	top:0;
	left:0;
}

/****************************************************
*
*		Page Content
*
****************************************************/

#homePage #pageContent {
	position:absolute;
	width: 470px;
	height:356px;
	left:0px;
	top:48px;
	color:#FFF;
	z-index:10;
	background-image:url(../img/homepage-bg.png);
	font-size:13px;
	line-height:16px;
	text-align:left;
}
h1 {
	padding:0;
	text-indent:0;
	line-height:1.5em;
	vertical-align:bottom;
	font-size:32px;
	color:#ffffff;
	text-shadow: 2px 1px 8px #0e0e0e;
}
#homePage h1 {
	padding-top:25px;
	font-size:20px;
	text-align:center;
	float:left;
}
#homePage h1 cufon {
	display:none;
}
h2 {
	color:#dab3a0;
	font-weight:normal;
	margin:0 0 0 84px;
	position:relative;
	top:-21px;
}
#homePage h2 {
	font-size:35px;
	line-height: 50px;
	text-align:center;
	padding-bottom:20px;
	color:#fff;
    font-family: 'ArvoBold';
	margin:0;
	top:0;
}
.ui-tabs-panel h2 {
	text-shadow:none;
	color:inherit;
	margin:0;
	top:0;	
}
.quote {
	font-style:italic;
	line-height:1.3em;
}
.quoteMark {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:normal;
	color:#74A47D;
	font-size: 40pt;
	float:left;
	padding:0 10px 10px 0;
	margin:0;
	line-height:10px;
	position:relative;
	top:15px;
	text-shadow:1px 1px 1px #333;	
}
h3.section {
	font-size:17px;
	color: #fff;
	font-weight:bold;
	margin:5px 50px 15px 40px;
	padding-left:5px;
	border-bottom:2px groove #999;
}
h4.solid {
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3-4 */
	border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome */
	background:#458BBF;
	color:#FFF;
    font-family: Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	padding:3px 10px;
}
h4.solid span {
	padding-left:10px;
	font-size:smaller;
	font-weight:normal;
	line-height:1.5em;
}
#lhn {
    float: left;
    padding-right: 20px;
    width: 20%;
	text-align:right;
}
#lhn ul {
	list-style:none;
	padding:0;
	margin:0;
}
#lhn li {
	padding:10px 0;	
}
#lhn a {
	color:#1A5764;
}
#lhn_content {
	border-left: 1px solid;
    float: left;
    padding-left: 20px;
    width: 75%;
}
#lhn_content h3.section {
	border-top: 1px dashed #1A5764;
	font-size:1.7em;
	text-align:left;
}
#lhn_content a.returnToTop {
	float:right;
	position:relative;
	font-size:0.8em;
	top:-1.3em;
}
ul.sitemap, ul.sitemap up {
	list-style:disc outside;	
}
ul.sitemap li {
	line-height:1.3em;
}
ul.sitemap i {
	margin-left:15px;
	display:block;
	font-size:smaller;	
}
ul.sitemap li ul {
	margin-bottom:0;
	list-style: circle;
}
.box {
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
	behavior: url(/layout/css/PIE.htc);
	position:relative;
}
.media {
	position:relative;
	z-index:1;
}
.mediaMedium.right {
	margin:0 0 20px 20px;	
}
.mediaMedium.left {
	margin:0px 20px 10px 20px;
}
.mediaSmall.right {
	margin:0 0 20px 20px;	
}
.mediaSmall.left {
	margin:0 20px 10px 5px;	
}
#popeye_page .ppy-imglist li, .mediaMedium img, .mediaMedium .mediaSlideshow, #popeye_page .ppy-stage {
	height:165px;
	width:220px;
}
.mediaMedium img, .mediaMedium .mediaSlideshow {
	position:relative;
	z-index:10;	
}
.mediaSmall.left img {
}
.mediaMedium.left a:hover:after {
	content:"Expand";
	position:absolute;
	display:block;
	width:30px;
	height:22px;
	text-indent:-99999px;
	background:url(/layout/img/media-sprites.png) no-repeat -45px center;	
	top:5%;
	left:5%;
	z-index:20;
}
.mediaMedium.right a:hover:after {
	content:"Expand";
	position:absolute;
	display:block;
	width:30px;
	height:22px;
	text-indent:-99999px;
	background:url(/layout/img/media-sprites.png) no-repeat -45px center;	
	top:10%;
	left:5%;
	z-index:20;

}
.mediaMedium.right.ppy a:hover:after, .mediaMedium.left.ppy a:hover:after  {
	display:none;
}

.mediaSlideshow {
	overflow:visible !important;	
}
.mediaSlideshow img {
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 4px #000, 0 -2px 4px #999 inset; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000, 0 2px 4px #999 inset; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000, 0 2px 4px #999 inset; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);		
}
.mediaMedium .mediaBacking {
	display:none;
}

ul.thumbnailGallery {
	list-style:none;
}
ul.thumbnailGallery li {
	float:left;
	margin-bottom:21px;
}
ul.thumbnailGallery img {
	padding:2px;
}
ul.thumbnailGallery span.thumbnailTitle {
	display:block;
	text-align:center;
}
.sb-desc {
	display:none;
}
#sb-info-description { color:#FFF; font-size:16px}

select.jankoSelect {
	display:none;
}
label.jankoSelect {
	display:block;
	margin-bottom:20px;	
}
label.jankoSelect span {
	float:left;
	margin-left:21px;
	display:block;
	line-height:1.5em;
	font-style:italic; 
}
dl.dropdown {width:250px; margin-left:5px; float:left; position:relative; z-index:1000;}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
#pageContent .dropdown a, #pageContent .dropdown a:visited { color:#2C2C2C; text-decoration:none; outline:none;}
.dropdown a:hover { color:#2C2C2C;}
.dropdown dt a:hover { color:#2C2C2C; border: 1px solid #CCC;}
.dropdown dt a {background:#DFDFDF url(arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
				border:1px solid #CCC; width:300px; padding:5px;}
.dropdown dt a:after {				
	content: " \25BC";
	font-size:9pt;
	float:right;
	text-decoration:none !important;
}
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dd ul { background:#DFDFDF none repeat scroll 0 0; border:1px solid #CCC; color:#2C2C2C; display:none;
				  left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:210px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#CCC;}

div.cycleControlsWrapper, div.cycleFrameControls {
	width:300px;
}

div.cycleFrame {
	float:left;
	position:relative;
	z-index:100;
	min-width:250px;
	min-height:290px;
	margin-left:20px;
}
div.cycleControlsWrapper {
	position:absolute;
	left:20px;
	padding-top:5px;
	background:rgba(234,234,234,0);
	transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-webkit-transition:  background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	z-index:100;				
}
div.cycleFrame:hover div.cycleControlsWrapper {
	background:rgb(234,234,234);
	background:rgba(234,234,234,1);
	transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-webkit-transition:  background-color .3s linear;
	-moz-transition: background-color .3s linear;	
}
div.cycle a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;
}
div.cycleCaption {
	padding:10px;
	height:auto;
	font-weight:normal;
	font-size:12px;
	display:none;
	position:relative;
	float:left;			
	color:#847857;
}
div.cycleFrameControls {
	float:left;
	clear:both;
	font-weight:normal;
	font-size:12px;							
}
div.cycleFrameControls a, div.cycleFrameControls a:hover {
	text-decoration:none !important;
	color:#847857 !important;
}
div.cycleFrameControls .left {
	float:left;
	width:70%;
}
div.cycleFrameControls .right {
	float:right;
	width:25%;
}
.cyclePrev {
	float:left;
	width:32%;
	text-align:left;							
}
.cyclePrev:before {
	content: " \25C0";
	padding-right:4px;
}
.cycleNext {
	float:right;
	width:32%;
	text-align:right;
}
.cycleNext:after {
	content: " \25B6";							
}
.cycleEnlarge {
	float:right;
	text-align:right;						
}
.cycleStop, .cyclePlay {
	float:left;
	text-align:center;
	width:32%;							
}
.cycleStop:before {
	content: " \25A0";
	padding-right:3px;		
}
.cyclePlay:before {
	content: " \25B6";
	padding-right:3px;	 
}
.cycleTitle {
	font-weight:bold;
	padding: 0 10px 0 0;
}
.cycleCredit, .photoCredit {
	float:left;
	clear:both;
	display:none;
}
#sb-player .ad-gallery {
	margin:0 auto;
}

/* media of random sizes overrides */

.mediaRandom img, div.mediaSlideshow img, div.cycle img {
	height:auto !important;
	width: auto !important;
	margin-top:5px;
	border:4px #fff solid !important;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	behavior: url(/layout/css/PIE.htc);	
}
div.mediaSlideshow, div.cycle {
	height:auto !important;
	width: auto !important;	
	min-height:225px;
	min-width:300px;
	margin-left:10px;
}
div.cycleFrame {
	min-height:0 !important;	
}
div.cycle.mediaMedium.left {
	margin-top:19px;	
}
.ppy-stage, .ppy-stage.border {
	border:none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;		
}
div.cycleControlsWrapper {
	top:0px;
	width:308px;
}

@font-face {
    font-family: 'ArvoBold';
    src: url('../fonts/Arvo-Bold-webfont.eot');
    src: url('../fonts/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arvo-Bold-webfont.woff') format('woff'),
         url('../fonts/Arvo-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
#homepage-content {
	position:relative;
	background-color:#000000;
	background-image:url(../img/homepage-bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	color:#ffffff;
	height:356px;
	width:960px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#565654;
}
.introPageSection h3 {
	font-size:17px;
	color: #fff;
	font-weight:bold;
	margin:40px 50px 15px 40px;
	padding-left:5px;
	border-bottom:2px groove #999;
}



/****************************************************
*
*		Sidebar and Columns
*
****************************************************/
#pageBottomWrapper {
	width:100%;
	background:#7b1212;
	position:relative;
	z-index:9;
	padding:0 0 50px;
	border-top:1px solid #525353;
}
#pageBottomColor {
	float:left;
	width: 100%;
	border: solid white;
	background: #A10202;
	background: -moz-linear-gradient(top, #A10202 0%, #C10303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A10202), color-stop(100%,#C10303));
	background: -webkit-linear-gradient(top, #A10202 0%,#C10303 100%);
	background: -o-linear-gradient(top, #A10202 0%,#C10303 100%);
	background: -ms-linear-gradient(top, #A10202 0%,#C10303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10202', endColorstr='#c10303',GradientType=0 );
	background: linear-gradient(top, #A10202 0%,#C10303 100%);
	border-width: 5px 0;
	-moz-box-shadow: 0px 0px 4px #390303;
	-webkit-box-shadow: 0px 0px 4px #390303;
	box-shadow: 0px 0px 4px #390303;
}

div.bottomNav {
	position: relative;
	float:left;
	width:960px;
	height:46px;
	background:url(/layout/img/bottom-nav-bg.png) no-repeat left;
}

div.bottomNav ul {
	display:inline;
	list-style:none;
	position:relative;
	left:10px;
	top:4px;
	float:left;
	margin:0;
}
div.bottomNav li {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	z-index: 10;
}

div.bottomNav a, span.simulateLink {
	display: block;
	outline: none;
	position: relative;
	z-index: 100;
	text-align: center;
	padding: 10px 17px;
	font-size: 14px;
	color: white;
	border-color: transparent #CD4242 transparent #900202;	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
div.bottomNav li:first-child a, div.bottomNav li:last-child a {
	padding-left:21px;	
}

span.simulateLink {
	margin:15px auto;
	border:none;
}
div.bottomNav a:hover {
	color:#BBB;
}
div.bottomNav span.simulateLink {
	text-align:center;
	display:block;
}

#copyright {
	clear:both;
	font-size:13px;
	font-weight:bold;
	margin:0 auto;
	text-transform:none;
	height:40px;
	position:relative;
	z-index:10;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	color: #474747;
	line-height:1.5em;
}
#copyright a {
	color: #474747;
	font-size:12px;
	text-decoration:underline;
}

/**********************************

Directions Map

***********************************/

div.directions #directions {
	overflow:auto;
	width: 560px;
	float:left;
	height:auto;
	padding-right:21px;
}
div.directions #map_canvas {
	width: 585px;
	height: 500px;
}
#directions_print {
	display:none;
}
#directions_print #directions {
	width:100%;
	height:auto;
}

div.directions #directions-distance, div.directions #directions-duration {
	font-size:32pt;
	font-weight:bold;
	line-height:1.0em;
}
div.directions > p {
	text-align:center;
}
#printDirectionsLink {
	float:left;
	padding-bottom:0px;
	height:20px;
}


/**********************************

Name: cmxform Styles

***********************************/

#communicationFormWrapper {
	width:350px;
	margin:0px auto;
}
#dip_contact_form #communicationFormWrapper  {
	width:auto;
}
#bigCommunicationFormWrapper {
	width:550px;
	margin:10px auto;
	position:relative;
	z-index:10;
}
#communicationFormWrapper input {
	display:block;
	float:left;
	width:200px;
}
#communicationFormWrapper .box {
	background:none;
	padding:0;
}
form.cmxform {
	font-size: 1.0em;
	color: #333;
	float:left;
}
#dip_contact_form form.cmxform, form.cmxformlarge {
	width:100%;
}
#bigCommunicationFormWrapper form.cmxform {
	width:550px;	
}

form.cmxform legend {
	padding:0 20px;
	font-weight:bold;
	line-height:2.0em;
}

form.cmxform label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	width: 50px;
	text-align:left;
	clear: left;
}
form.cmxformlarge label {
	clear:none;
}

form.cmxform label.error {
	margin-left: 103px;
	width: 145px;
}
form.cmxform legend, form.cmxform label {

}

#formCommunication legend, #formCommunication label {
	color: #cfcdc9;
}

form.cmxform fieldset {
	border:1px solid #ccc;
	padding:20px;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
form.cmxformlarge input {
	float:right;
	margin-right:24px;
}
div.error { display: none; }
input, textarea { }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

fieldset.niceForm legend {
	font-weight:bold;
	margin:5px 10px 5px 5%;	
}

#reservations {
	float:left;
	margin-left:80px;
}
fieldset.niceForm div.group {
	margin:0 auto;
	width:575px;
}
fieldset.niceForm.captcha {
	text-align:center;
}
fieldset.niceForm.captcha div.group {
	width:auto;
}
fieldset.niceForm label {
	float:left;
	width:100px;
	line-height:1.7em;
	padding:0 10px;
	text-align:right;
}
fieldset.niceForm.vertical label {
	text-align:left;
	clear:both;	
	width:auto;
}
fieldset.niceForm label.short {
	width:auto;	
}
fieldset.niceForm label.required:after {
	content:"*";
	color:#F00;	
}
fieldset.niceForm label.noStar:after {
	content:none !important;
}
fieldset.niceForm label.error {
	float:left;
	display:block;
	position:absolute;
	top:1px;
	right:0;
	width:65px;
	line-height:1em;
	font-size:x-small;	
}
fieldset.niceForm.vertical label.error {
	float:left;
	display:block;
	position:absolute;
	top:25px;
	right:-80px;
	width:65px;
	line-height:1em;
	font-size:x-small;	
}
fieldset.niceForm input, fieldset.niceForm select, fieldset.niceForm textarea {
	float:left;
	line-height:1.5em;
	border: #DAB3A0 1px solid;
	padding:3px 5px;
	margin-bottom:5px;
	width:200px;	
	background: #AAA;
}
fieldset.niceForm.vertical input, fieldset.niceForm.vertical select, fieldset.niceForm.vertical textarea {
	float:left;
	clear:both;	
}
fieldset.niceForm input#tourDate {
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, #AAAAAA;	
}
fieldset.niceForm select {
	width:auto;
	padding:2px 2px 2px 5px;		
}
fieldset.niceForm textarea {
	height:100px;
}
fieldset.niceForm input.short, fieldset.niceForm textarea.short {
	width:65px;	
}
fieldset.niceForm input.full, fieldset.niceForm textarea.full {
	width:530px;	
}
fieldset.niceForm select.margin {
	margin-right:110px;
}
fieldset.niceForm select.normal {
	width:212px;
}
fieldset.niceForm input.required {
	border:1px solid #DAB3A0;	
}
fieldset.niceForm input:focus, fieldset.niceForm select:focus, fieldset.niceForm textarea:focus {
	background:#FFF;
	border:1px solid #AAA;
}
fieldset.niceForm input.dateTime, fieldset.niceForm #startTimeInput {
	background:	url(/layout/img/calendar_icon.gif) no-repeat right center;
	width:200px;		
}
fieldset.niceForm input.hasDatepicker:focus {
	background:	url(/layout/img/calendar_icon.gif) no-repeat 190px center #FFF;
}

fieldset.niceForm input[type="checkbox"] {
	width:auto;
	float:none;
	margin-top:5px;
}
fieldset.niceForm input.error, fieldset.niceForm select:error,  fieldset.niceForm textarea:error{ border: 1px dotted red !important; }
fieldset.niceForm div.singleFormItem {
	float:left;
	position:relative;
}
fieldset.niceForm.vertical div.singleFormItem:first-child {
	margin-right:118px;	
}
fieldset.niceForm.vertical div.singleFormItem:last-child {
	margin-right: 0 !important;	
}

#bigCommunicationFormWrapper label.required:after{
	content:"(required)";
	font-style:italic;
	padding:0 5px;
	font-size:0.8em;
	color:red;
}

/*	padding: 5px 10px;
	background: #1a5764;
	width:101px;
	margin:0 6px;


	text-align:center;
	display:block;*/


button.emailButton {
	padding:10px 30px;
	margin:0 38%;
	display:block;
	background: #9f8d87;
	background: -moz-linear-gradient(top, #9f8d87, #735b53); /* FF3.6 */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9f8d87),color-stop(1, #735b53)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f8d87', endColorstr='#735b53',GradientType=0 ); /* ie */	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    border-color: #bdb1ad rgba(21, 11, 11, 0.2) #6a534c;
    border-style: solid;
    border-width: 1px;	
	cursor:pointer;
	text-shadow: -1px -1px 0 #6a534c;
	font-weight:bold;
	color:#FFF;	
	-moz-box-shadow: 0px 0px 8px #555; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #555; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #555; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);		
}
button.emailButton:hover{
    border-color: #6a534c rgba(21, 11, 11, 0.2)  #bdb1ad;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
	behavior: url(/layout/css/PIE.htc);		
}
button.emailButton:active {
	background-color: #6bcc69;
	background-image: -moz-linear-gradient(top, #6bcc69, #179835); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6bcc69),color-stop(1, #179835)); /* Saf4+, Chrome */
	-pie-background: linear-gradient(top, #6bcc69, #179835);
	behavior: url(/layout/css/PIE.htc);		
}
form.travelPlannerRequestForm {
	width:700px;
	margin:0 auto;
}
form.travelPlannerRequestForm label {
	width:100px;
}
form.travelPlannerRequestForm input {
	width:250px;
	float:left;
}
form.travelPlannerRequestForm fieldset > div {
	margin-bottom:24px;	
}
/****************************************************
*
*		SRP Specific Stuff
*
****************************************************/

ul.categoryKey {
	list-style:none;
	padding:24px 0 0;
	font-size:12px;
	width:40%;
	float:left;
}
ul.categoryKey:first-child {
	margin-left:48px;
	margin-right:48px;
}
ul.categoryKey li {
	margin:0 15px 20px;
	line-height:2.2em;
}
ul.categoryKey li span {
	font-size:72px;
	line-height:0.3em;
}


div.resultsSet {
	
}
div.form {
	margin: 0px 0px 24px 0px; 
	line-height: 2.5; 
	background: #DFDFDF; 
	border: 1px solid #ccc; 
	padding: 15px 12px 15px 48px;; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	z-index:20;
}
div.form div.searchButtonWrapper {
/*	position:absolute;
	right:72px;
	bottom:-16px;
	background: #DFDFDF; 
	border: 1px solid #ccc; 	*/
}
div.srpField {
	width:48%;
	float:left;
	margin-bottom:16px;
}
div.srpField > label {
	float:left;
	line-height:1.5em;
	padding-right:24px;
	min-width:20%;
}
div.srpField > input {
	width:58%;	
}
div.srpField button.ui-multiselect {
	width:60% !important;
}

div.resultsItem {
	width:96%;
	padding:7px 1%;
	border-top: 1px solid #DDD;
	cursor:pointer;
}
div.resultsItem:hover {
	background:#e7f4f9 !important;	
}
div.resultsItem:first-child {
	border-top:none;	
}

div.resultsItem h3 {
	margin:0 0 3px;	
	font-size:17px;/*2em;*/
}
div.resultsItem h3 a:hover {
	text-decoration:none;
}
ul.resultsFAQs {
	list-style:none;
	padding:0;
	margin:0;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	color:#555;
}
ul.resultsFAQs li {
	float:left;
	width:33%;
	text-align:center;
	display:block;
	min-height:1em;
}
ul.resultsFAQs li:first-child {
	text-align:left;
}
ul.resultsFAQs li:last-child {
	text-align:right;
}
ul.resultsFAQs li[title="email"] {
	background:url(/layout/img/email-icon.gif) no-repeat right 7px;
	padding:0 15px 0 0;
	color: #510000;
	text-decoration:underline;
}

a.mapLink {
	display:block;
	text-align:center;
	font-size:12px;
	position:absolute;
	right:0;
	top:-19px;
	background:url("/layout/img/sprites.png") no-repeat scroll right -258px transparent;
	padding:0 20px 0 0;
}
div.teaser {
	padding:10px 0 0;
	line-height:1.5em;
	position:relative;
}
div.resultsPerPage {
    color: #555555;
    float: left;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
	z-index:15;
	position:relative;	
}
div.pagination {
	position:relative;
	margin-bottom:24px;
	margin-right:28px;
	z-index:10;
}
ul.pagination {
	display:inline;
	position:relative;
	left:50%;
	margin:0;
	float:left;
}
ul.pagination li {
	float:left;
	position:relative;
	right:50%;
	list-style:none;
	font-style:italic;
	font-size:12px;
	color:#555;
	margin-right: 6px;
}
ul.pagination li.resultCounter {
	margin-right:24px;
	display:none;
}
ul.pagination li.pageLabel {
	margin-right:12px;
}
ul.pagination li.currentPage {
	padding:0 5px;	
}
ul.pagination li.pageNumber {
	font-style:normal;

}
ul.pagination li.pageNumber a {
	border: 1px solid;
	padding:2px 5px;
	text-align:center;
	position:relative;
	top:-3px;
	display:block;
}
ul.pagination li.pageNumber a:hover {
	background:#e7f4f9 !important;	
}
.pagVer2 ul.pagination li.pageNumber {
	display:none;
}
ul.pagination li.paginationLast, ul.pagination li.paginationSkip_1, ul.pagination li.paginationSkip_2, ul.pagination li.paginationFirst {
	display:block !important;
}

div.smallerResultsSet.resultsSet div.teaser, div.resultsSetTable.resultsSet div.teaser {
	display:none;
}

div.smallerResultsSet.resultsSet h3, div.resultsSetTable.resultsSet h3 {
	font-size:1em;	
}
div.resultsSetTable.resultsSet h3 {
	display:inline;
	float:left;
	width:59%;
}
div.resultsSetTable.resultsSet {
	
}


.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; background:#FAFAFA; }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto; max-height:175px !important; height:auto !important }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }



/****************************************************
*
*		DIP Specific Stuff
*
****************************************************/

dl.dip_contact_block {
	float:left;	
	margin-right:21px;
}

dl.dip_contact_block dt, dl.dip_multicolumn dt, dl.dip_tab_details dt {
    font-size: 11pt;
	color:#3E000B;	
}
dl.dip_contact_block dd, dl.dip_multicolumn dd {
	margin-bottom:7px;
}
dl.dip_tab_details {
	margin-right:21px;		
}
dl.dip_tab_details dt {
	float:left;
	clear:both;
	margin-bottom:24px;
}
dl.dip_tab_details dd {
	float:left;
	margin-left:24px;
	margin-bottom:24px;	
}




/****************************************************
*
*		jQuery UI styles
*
****************************************************/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }




/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-tabs { 
	position: relative;
	margin-left:40px;
	margin-top:25px;
	zoom: 1;
	width: 815px;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin-left: 10px;
	position:relative;
	z-index:20;
	height:26px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	z-index:1;
	margin-right:5px;
	top:-4px;
}
.ui-tabs .ui-tabs-nav li a { 
	float: left;
	padding: 4px !important;
	text-decoration: none;
	color: #fff !important;
	text-decoration:none !important;
	border: none;
	font-size:11pt;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
    background: none repeat scroll 0 0 #323231;
	opacity:0.7;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-state-hover {
	margin-bottom: 0;
	z-index:10;
	top:-4px;
	border-bottom-color:#323231;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-hover a  {
	color:#FFF !important;
	background: #3e3d3d;
	opacity:1;
	padding:10px;
	top:-4px;
	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
	display: block;
	width: 815px;
	padding: 21px;
	background: none repeat scroll 0 0 #3e3d3d;
	border: 1px solid #595959;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	border-radius: 5px ;
	position:relative;
	z-index:10;
	margin-bottom:21px;
	behavior: url(/layout/css/PIE.htc);		
}

.ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; top:-250px; }

#tabs p {
	padding-left:0px;
	padding-right:0px;
}



/* Datepicker Component containers
----------------------------------*/
.ui-datepicker.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-datepicker.ui-widget .ui-widget { font-size: 1em; }
.ui-datepicker.ui-widget input, .ui-datepicker.ui-widget select, .ui-datepicker.ui-widget textarea, .ui-datepicker.ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-datepicker.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; color: #222222; }
.ui-datepicker.ui-widget-content a { color: #222222; }
.ui-datepicker.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc; color: #222222; font-weight: bold; }
.ui-datepicker.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #595959; background: #e6e6e6; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #595959; background: #dadada font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #595959; background: #595959 font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }


/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }


.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }

.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/****************************************************
*
*		Shadowbox 3.0.3
*
****************************************************/


#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/layout/img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#000;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:26px;line-height:26px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:22px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:22px;width:22px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background:url(/layout/img/media-sprites.png) no-repeat -94px center;}
#sb-nav-next{background:url(/layout/img/media-sprites.png) no-repeat -215px center;}
#sb-nav-previous{background:url(/layout/img/media-sprites.png) no-repeat -122px center;}
#sb-nav-play{background:url(/layout/img/media-sprites.png) no-repeat -153px center;}
#sb-nav-pause{background:url(/layout/img/media-sprites.png) no-repeat -183px center;}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

.ui-widget-overlay { background: #aaaaaa ; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*


/****************************************************
*
*		Popeye 2.0.4
*
****************************************************/

.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
	/*min-height:				245px; */
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

/***********************************************/
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
/*    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;*/
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#popeye_page .ppy-extcaption {
    width:          240px;
    display:        block;
}
#popeye_page .ppy-imglist li {
/*    width:          240px;
    height:         270px;*/
}

/* popeye example 1 */
#popeye_page.ppy-active {
/*    width:          262px;
    float:          left;
    margin:         0 20px 10px 0;*/
}

#popeye_page .ppy-outer {
/*    padding:        10px;
    border:         1px solid #e1f1a1;
    border-radius:          0 10px 10px 10px;
    -moz-border-radius:     0 10px 10px 10px;
    -webkit-border-radius:  0 10px 10px 10px;
    background:     #eff9c7;*/
	z-index:15;
	position:relative;
}

#popeye_page .ppy-stage {
/*    width:          240px;
    height:         173px;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;*/
}

#popeye_page .ppy-outer:hover,
#popeye_page.ppy-expanded .ppy-outer {
/*    border:         1px solid #d5e68e;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;*/
}
#popeye_page.ppy-expanded .ppy-stage {
		-moz-transform: none;
	-webkit-transform: none;		
	width:625px !important;

}
#popeye_page .ppy-caption {
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #CFCDC9;
    background:     #fff;
    /*border-radius:          10px;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc; */
    visibility: visible !important;
	height:auto !important;
	display:none;
}

#popeye_page .ppy-caption a {
    color:#fff;
}
#popeye_page .ppy-caption a:hover {
    text-decoration:underline;
}

#popeye_page .ppy-counter {
    border-bottom:  1px solid #DAB3A0;
    color:          #fff;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

#popeye_page .ppy-stagewrap {
/*    background:     #0c3b3d;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;*/
}

#popeye_page .ppy-loading {
    background:     #0c3b3d url(/layout/img/loading.gif) no-repeat center !important;
}

#popeye_page .ppy-nav {
	background-color: #000;
	width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          0 0 5px 5px;
    -moz-border-radius:     0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */	
}

#popeye_page .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

#popeye_page .ppy-prev {
    width:          22px;
    background:     url(/layout/img/media-sprites.png) no-repeat -120px center;
}

#popeye_page .ppy-next {
    width:          22px;
    background:     url(/layout/img/media-sprites.png) no-repeat -210px center;
}

#popeye_page .ppy-switch-enlarge {
    width:          30px;
    background:     url(/layout/img/media-sprites.png) no-repeat -40px center;
}

#popeye_page .ppy-switch-compact {
    width:          30px;
    background:     url(/layout/img/media-sprites.png) no-repeat -85px center;
}

#popeye_page .ppy-nav a:hover {
    background-color:   #CECCC8;
    cursor:         pointer;
}

/*
 * FullCalendar v1.5.1 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Sat Apr 9 14:09:51 2011 -0700
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	margin-bottom:40px;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin: 0;
	top:0;
	white-space: nowrap;
	text-shadow:none;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #ffc !important;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
	}
	
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9);
	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	background: #F3F3F3;
	color: #000;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #999;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: pointer;
	}
.fc-event:hover .fc-event-inner {
	background-color:#3E000B !important;	
}
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #36c;     /* default BORDER color */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	

	
button.searchButton , a.searchButton{
background: #dab3a0;
background: -moz-linear-gradient(top,  #dab3a0 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dab3a0), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e));
background: -webkit-linear-gradient(top,  #dab3a0 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
background: -o-linear-gradient(top,  #dab3a0 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
background: -ms-linear-gradient(top,  #dab3a0 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
background: linear-gradient(top,  #dab3a0 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dab3a0', endColorstr='#bf6e4e',GradientType=0 );
	color:#FFF;
	text-shadow:1px 1px 0px #000;
	border:4px double #DAB3A0;
	margin:12px 0 0 10px;
	padding:8px 25px;
     -moz-box-shadow: 0px 0px 3px #D87122 inset; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 3px #D87122 inset; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 3px #D87122 inset; /* Opera 10.5, IE9, Chrome 10+ */	
	behavior: url(/layout/css/PIE.htc);			  
}	
button.searchButton:hover, a.searchButton:hover {
	background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	color:#000;
	text-shadow:1px 1px 0px #FFF;		
}
button.searchButton:active, a.searchButton:active {
	
     -moz-box-shadow: 0px 0px 3px #000 inset; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 3px #000 inset; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 3px #000 inset; /* Opera 10.5, IE9, Chrome 10+ */	
}
button.resetButton {
	background:none;
	border:none;
	color:#fff;	
}
button.resetButton:hover {
	text-decoration:underline;
	border:none;
}



/****************************************************
*
*		Ad Gallery
*
****************************************************/

.ad-gallery{ width:100%; margin:0 0 24px 0}
.ad-gallery.hiddenGallery{position:absolute; left:-999999px}
.ad-gallery .ad-image-wrapper{ width:100%; height:525px; margin-bottom:10px; position:relative; overflow:hidden}
.ad-gallery .ad-image-wrapper .ad-loader{ position:absolute; z-index:10; top:48%; left:48%; border:1px solid #CCC; background:url(/layout/img/loading.gif) no-repeat center center !important; width:24px; height:24px; border:none}
.ad-gallery .ad-image-wrapper .ad-next{ position:absolute; right:0; top:0; width:25%; height:100%; cursor:pointer; display:block; z-index:100}
.ad-gallery .ad-image-wrapper .ad-prev{ position:absolute; left:0; top:0; width:25%; height:100%; cursor:pointer; display:block; z-index:100}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next{ margin:20px;background:url(non-existing.jpg)\9 }
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image{ background:url(/layout/img/media-sprites.png) -120px 5px no-repeat; width:30px; height:30px; display:none; position:absolute; top:47%; left:0; z-index:101}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image{ background:url(/layout/img/media-sprites.png) -209px 5px no-repeat; width:30px; height:30px; right:0; left:auto}
.ad-gallery .ad-image-wrapper .ad-image{ position:absolute; overflow:hidden; top:0; left:0; z-index:9}
.ad-gallery .ad-image-wrapper .ad-image a img{ border:0}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description{ position:absolute; bottom:0px; left:0px; padding:7px; text-align:left; width:100%; z-index:2; background:#DFDFDF; opacity:0.75; color:#000; margin-bottom:0}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description{ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,sizingMethod=scale,src='opa75.png')}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title{ display:block}
.ad-gallery .ad-controls{ height:20px;padding-right:40px;}
.ad-gallery .ad-info{ float:left}
.ad-gallery .ad-slideshow-controls{ float:right}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop{ padding-left:5px; cursor:pointer}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown{ padding-left:5px; font-size:0.9em}
.ad-gallery .ad-slideshow-running .ad-slideshow-start{ cursor:default; font-style:italic}
.ad-gallery .ad-nav{ width:100%; position:relative; float:left; clear:both;}
.ad-gallery .ad-forward, .ad-gallery .ad-back{ position:absolute; top:0; height:100%; z-index:10}
* html .ad-gallery .ad-forward, .ad-gallery .ad-back{ height:100px}
.ad-gallery .ad-back{ cursor:pointer; left:10px; width:24px; display:block; background:url(/layout/img/media-sprites.png) -123px 27px no-repeat}
.ad-gallery .ad-forward{ cursor:pointer; display:block; right:10px; width:24px; background:url(/layout/img/media-sprites.png) -209px 27px no-repeat}
.ad-gallery .ad-nav .ad-thumbs{ overflow:hidden; width:890px; position:relative; left:34px; float:left;}
.ad-gallery .ad-thumbs .ad-thumb-list{ float:left; width:9000px; list-style:none; margin:0;}
.ad-gallery .ad-thumbs li{ float:left; padding-right:5px}
.ad-gallery .ad-thumbs li a{ display:block; width:100px; height:80px}
.ad-gallery .ad-thumbs li a img{ border:3px solid #CCC; display:block}
.ad-gallery .ad-thumbs li a.ad-active img{ border:3px solid #616161}
.ad-preloads{ position:absolute; left:-9000px; top:-9000px}
#sb-player .ad-gallery .ad-nav .ad-thumbs {width:685px;}