﻿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; }

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: #741918; text-decoration: underline; line-height:1.5em; }
a:hover { text-decoration: none; }

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;
}

.border  {
	border:8px 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);
}

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:url("/layout/img/bg.jpg") repeat center top;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContainer {
	position:relative;
	z-index:10;
	width:1020px;
	margin:25px auto 0;		
}

#innerContent {
	margin:0 auto 0 41px;
	position:relative;
	z-index:40;
	text-align:left;
	float:left;
	width:947px;
	background:url(/layout/img/page-bg.jpg) repeat-y center 300px;
	-moz-box-shadow: 10px 0 10px -10px #000000, -10px 0 10px -10px #000000; /* FF3.5+ */
	-webkit-box-shadow: 10px 0 10px -10px #000000, -10px 0 10px -10px #000000; /* Saf3.0+, Chrome */
	box-shadow: 10px 0 10px -10px #000000, -10px 0 10px -10px #000000; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);
	padding-bottom:55px;		
}
#rectangle {
	height: 400px;
    left: -70px;
    position: absolute;
    top: 293px;
    width: 164px;
    z-index: 2;
}
#rectangle2 {
  	height: 400px;
    position: absolute;
    right: -15px;
    top: 150%;
    width: 60px;
    z-index: 2;
}

#pageContent {
	float:left;
	width:650px;
	z-index:12;
	position:relative;
	margin-left:40px;
}

#pageContent a span {
	color:#510000 !important;
}

.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;
}


/****************************************************
*
*		Logo and Logotype
*
****************************************************/

#pageTopWrapper {
	width:100%;
	position:relative;
	z-index:250;
	background:url(/layout/img/page-top-bottom.png) no-repeat center top;
	height:192px;
}

div.globalSearch {
	position:absolute;
	z-index:100;
	background:none;
	top:38px;
	right:56px;
	width:227px;
	height:22px;
}
div.globalSearch input {
	background:none;
	border:none;
	color:#251300;
	width:180px;
	font-size:12px;
	position:absolute;
	left:5px;
	top:1px;
}

div.globalSearch button {
	border:none;
	background:none;
	cursor:pointer;
	width:28px;
	height:21px;
	display:block;
	text-indent:-99999px;
	position:absolute;
	right:5px;
	top:0px;
}
div.embeddedGlobalSearch {
	display:none;
}
#logo {
	position:relative;
	z-index:50;
	text-align:left;

}
#logo a {
	position:absolute;
	display:block;
	width:500px;
	height:100px;
	top:0;
	left:0;
	text-indent:-9999px;
	z-index:15;	
}
#flashingArrow {
	position:absolute;
	top:0px;
	left:-5px;
	z-index:10;
	cursor:pointer;
}


/****************************************************
*
*		Promotions
*
****************************************************/

ul.promotionList {
	list-style:none;
	margin:0 20px 0 0;
	display:block;
	width:210px;
	float:right;
	position:relative;
	right:0px;
	z-index:200;
	top:0;
	font-size:12px;
}

ul.promotionList p {
	margin:0;
}

ul.promotionList li {
	display:block;
	float:left;
	position:relative;
	margin:0px 0 30px;
	width:210px;
}
ul.promotionList li div.promotion {
	display:block;
	text-align:center;
}
ul.promotionList li div.promotion:hover{
	text-decoration:none;	
}
ul.promotionList .promo-frame-wrapper {
	position:relative;
	margin-bottom:16px;
}
ul.promotionList .promo-image-frame {
	position:absolute;
	width: 210px;
	height: 155px;
	left:0px;
	top:0;
	background:url(/layout/img/thumbnail-frame.png) no-repeat left top;
}
ul.promotionList .promo-frame-wrapper img {
	width:155px;
	height:125px;
	margin-top:14px;
}
ul.promotionList a {
	color:#0d2d82;
	font-weight:bold;
}

div.promotion span.title {
	color:#aa2423;
	font-weight:normal;
	position:relative;
	font-size:30px;
}
div.promotion span.subtitle {
	color:#f5f2e2;
	display:block;
	font-variant:small-caps;
	font-size:1.3em;
	font-weight:bold;	
}
#promotionItem_Email-Signup #email-signup fieldset {
	padding:0;
}

#promotionItem_Email-Signup #email-signup div.singleFormItem {
	margin:0;	
}
#promotionItem_Email-Signup #email-signup div.singleFormItem label {
	display:none;
}
#promotionItem_Email-Signup #email-signup div.singleFormItem input {
	margin:10px 8% 0;
	font-size:11px;
	width:150px;
	border:3px 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);
	background:rgba(255,255,255,0.5);
	padding:4px 10px;
}
#promotionItem_Email-Signup #email-signup div.singleFormItem input:hover, #promotionItem_Email-Signup #email-signup div.singleFormItem input:focus {
	background:#FFF;
	color:#000;	
}

#promotionItem_Email-Signup #email-signup button {
	background: rgb(240,183,161);
	background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
	background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:12px 0 0 10px;
	padding:5px 15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #000;
     -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);			  
}	
#promotionItem_Email-Signup #email-signup button: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 */

}
#promotionItem_Email-Signup #email-signup button: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+ */	
}



/****************************************************
*
*		Top Nav
*
****************************************************/

.horizontalNav{
	position:absolute;
	float:left;
	z-index:20;
	left:267px;
	top:82px;
	width:720px;
	height:90px;
}

ul.primaryNav {
	list-style:none;
	margin:0 auto 0 15px;
	width:985px;
	padding:0;
}
ul.primaryNav li.primaryNav1 {
	position:relative;
	top:0;
	left:0;
	float:left;
	z-index:10;	
}

ul.primaryNav li.primaryNav1:hover {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,232,193,0.53) 0%, rgba(255,248,235,0) 68%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,232,193,0.53)), color-stop(68%,rgba(255,248,235,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,232,193,0.53) 0%,rgba(255,248,235,0) 68%,rgba(255,255,255,0) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,232,193,0.53) 0%,rgba(255,248,235,0) 68%,rgba(255,255,255,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,232,193,0.53) 0%,rgba(255,248,235,0) 68%,rgba(255,255,255,0) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(255,232,193,0.53) 0%,rgba(255,248,235,0) 68%,rgba(255,255,255,0) 100%);
}

#topNav-1 { top:20px; }
#topNav-2 { top:10px; }
#topNav-3 { top:0px; }
#topNav-4 { top:5px; }
#topNav-5 { top:-5px; }

a.primaryLink1 {
	float:left;
	display:block;
	outline:none;
	position:relative;
	z-index:100;
	text-align:center;
	padding:13px 15px 7px;
	font-size:20px;
	color:#FFF;
	text-shadow:1px 1px 1px #333;
	font-weight:bold;
	text-transform:uppercase;		
}

#topNav-5 a.primaryLink1, #topNav-2 a.primaryLink1 {
	text-transform:none;
	font-size:24px;
}
#topNav-3 a.primaryLink1 {
	font-size:27px;
}

a.primaryLink1:hover, a.primaryLink1.activeLink:hover {
	text-shadow:1px 1px 1px #CCC;
	color:#fcb116;
	text-decoration:none;
	border-top-color:#999;
}
a.primaryLink1 .cufon, a.primaryLink1.activeLink:hover .cufon {
	border-bottom:1px solid transparent;
}


ul.primaryNav .noLink {
	cursor: default !important;	
}
div.topNavDropdown {	
	background: #FFF;
	width: 230px !important;
	z-index: 999999;
	top: 65px;
	text-align:left; 
	left:0px;
	position:absolute;
	padding:10px;
	width:180px;
	display:none;
	-moz-box-shadow: 0px px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 5px 4px #000; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);		
}

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:#741918;
	color:#fdfdf5;
	text-decoration:none;
}
a.primaryLink2 {
	font-weight:bold;
}



/****************************************************
*
*		Header Layout
*
****************************************************/
.interiorPage #highwaySign {
	display:none;
}
#homePage #highwaySign {
    background: url("/layout/img/street-sign.png") no-repeat scroll left top transparent;
    height: 254px;
    left: -29px;
    position: absolute;
    text-indent: -99999px;
    top: 142px;
    width: 159px;
    z-index: 260;
}
#header {
    height: 253px;
    left: 39px;
    position: relative;
    text-align: right;
    width: 645px;
    z-index: 10;
}

.header_0, .header_1 {
	display:none;
}
.header_None {
	display:none;	
}
.header_Small {
	height:253px;
}
.header_Large {
	height:314px;
}
#headerContent {
	position:absolute;
	top:18px;
	left:0px;
	z-index:2;		
}

.header_Small #header img, .header_Small #headerContent, .header_Small #headerSlideshow {
	width:645px;
	height:253px;
}
.header_Large #header img, .header_Large #headerContent, .header_Large #headerSlideshow {
	width:645px;
	height:253px;
}

#headerFrame {
	-moz-box-shadow: 0 0 5px #000000 inset;
	-webkit-box-shadow: 0 0 5px #000000 inset;
	box-shadow: 0 0 5px #000000 inset;
    height: 217px;
    left: 17px;
    position: relative;
    top: 18px;
    width: 610px;
    z-index: 100;	
}

#headerCaption {
    bottom: 37px;
    color: #FFF;
    font-size: 12px;
    max-width: 300px;
    padding: 6px 50px 8px 40px;
    position: absolute;
    right: 18px;
    text-align: left;
    z-index: 10;
	text-shadow:0 0 1px #000;
	text-shadow:0 0 1px #000,0px 0px 3px #000,0px 0px 5px #000, 1px 1px 3px #000;	
}

#headerCaption a {
	color:#000;
}
#headerFrameBack {
	background:url(/layout/img/header-bg.jpg) no-repeat center top;
	width:645px;
	height:253px;
	top:0px;
	left:0px;
	position:absolute;	
}
#headerSlideshow {
	position:absolute;
	z-index:9;
	overflow:hidden;
	top:0px;
	left:18px;
}

/****************************************************
*
*		Page Content
*
****************************************************/

h1 {
	padding:0;
	text-indent:0;
	line-height:1.5em;
	vertical-align:bottom;
	color:#251300;
}

h2 {
	color:#aa2423;
	font-weight:normal;
	margin:0 0 0 40px;
	position:relative;
	top:-20px;
	font-size:30px;	
}
h3 {
	color:#aa2423;
	font-size:30px;
	border-bottom:2px groove #aa2423;		
}

.ui-tabs-panel h2 {
	text-shadow:none;
	color:inherit;
	margin:0;
	top:0;	
}

h3.section {
    color: #aa2423;
	margin:30px 0 10px;
	border-bottom:2px groove #aa2423;
}
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;
}

#registration_container {
	background: url("/layout/img/page-bg.jpg") repeat-y scroll -25px top transparent;	
}


.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:10px 20px 10px 0;	
}
.mediaSmall.right {
	margin:0 0 20px 20px;	
}
.mediaSmall.left {
	margin:0 20px 10px 0;	
}
#popeye_page .ppy-imglist li, .mediaMedium img, .mediaMedium .mediaSlideshow, #popeye_page .ppy-stage {
	height:225px;
	width:300px;
}
.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;
	height:241px !important;
	width:316px !important;		
}
.mediaSlideshow img, div.cycle > a img {
	border:8px solid #FFF !important;
	-moz-box-shadow: 0px 0px 8px #333, 0 -2px 4px #999 inset; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #333, 0 2px 4px #999 inset; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #333, 0 2px 4px #999 inset; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);		
}

div.cycle > a img {
	width:auto;
	height:auto;
}
.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:10px 0;	
}
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.cycle.mediaMedium.left {
	margin-top:20px;
}
div.cycleControlsWrapper, div.cycleFrameControls {
	width:316px;
}

div.cycleFrame {
	float:left;
	clear:both;
	position:relative;
	z-index:100;
	min-width:250px;
	min-height:250px;
}
div.cycleControlsWrapper {
	position:absolute;
	left:0;
	top:0px;
	background:rgba(251,245,221,0);
	transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-webkit-transition:  background-color .3s linear;
	-moz-transition: background-color .3s linear;
	z-index:100;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;						
}
div.cycleControlsWrapper a {
	text-decoration:none !important;
}
div.cycleFrame:hover div.cycleControlsWrapper {
	background:rgb(251,245,221);
	background:rgba(251,245,221,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;
	text-align:center;
	min-width:320px !important;
}
div.cycleCaption {
	padding:5px;
	height:auto;
	font-weight:normal;
	font-size:12px;
	display:none;
	position:relative;
	float:left;					
}
div.cycleFrameControls {
	float:left;
	clear:both;
	font-weight:normal;
	font-size:12px;							
}
div.cycleFrameControls a, div.cycleFrameControls a:hover {
	text-decoration:none;
}
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;
	float:left;
}
.cycleCredit, .photoCredit {
	float:left;
	clear:both;
}


/****************************************************
*
*		Sidebar and Columns
*
****************************************************/
#pageBottomWrapper {
	width:100%;
	position:relative;
	z-index:50;
	float:left;
	background:url(/layout/img/page-top-bottom.png) no-repeat -6px -240px;
	height:150px;
	top:-55px;
	padding-top:140px;
}

div.bottomNav {
	position: relative;
	float: right;
	right:50%;
}

div.bottomNav ul {
	display:inline;
	list-style:none;
	position:relative;
	left:50%;
	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: 15px;
	color: white;
	font-weight: bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #000;	
}


span.simulateLink {
	margin:15px auto;
	border:none;
}
div.bottomNav a:hover {
	color:#BBB;
}
div.bottomNav span.simulateLink {
	text-align:center;
	display:block;
}
#bottomNav-6, #bottomNav-7 {
	background:url(/layout/img/social-icon.png) no-repeat center top;
	width:64px;
	text-align:left;
	text-indent:-99999px;
	margin:8px 10px 0;
	height:32px;
}
#bottomNav-6 a, #bottomNav-7 a {
	display:block;
	width:100%;
	height:100%;
}
#bottomNav-7 {
	background-position:center -34px
}
#bottomNav-6:hover, #bottomNav-7:hover {
	opacity:0.8; -moz-opacity:.80;filter:alpha(opacity=80);
}

#copyright {
	clear:both;
	font-size:12px;
	margin:0 auto;
	text-transform:none;
	height:40px;
	position:relative;
	z-index:10;
	text-align:center;
	padding-top:20px;
	color: #FAFAFA;
	line-height:1.5em;		
}
#copyright a {
	color: #FAFAFA;
	font-size:12px;
}

/**********************************

Directions Map

***********************************/

#dip_map h3 {
	font-size:16px;	
}

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:300px;
	margin:0px auto;
}
.dip_contact_form #communicationFormWrapper  {
	width:auto;
	margin:0px auto !important;	
}
.dip_contact_form button.emailButton {
	float:left;
	clear:both;
}
#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;
	float:left;
	text-align:left;
	clear: left;
}
form.cmxformlarge label {
	clear:none;
}

form.cmxform label.error {
	margin-left: 103px;
	width: 145px;
}

#formCommunication legend, #formCommunication label {
	color: #2C2C2C;
}

form.cmxform fieldset {
	padding:20px;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	text-align:left;
	float:left;
	margin-bottom:0;
}
#contact_form_phone_evening, #contact_form_phone_day {
	width:189px !important;
}

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%;	
}

fieldset.niceForm {
	padding:21px;
}
fieldset.niceForm div.group {
	margin:0 auto;
}
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.vertical.uniqueEmailForm label.error {
	top:10px;
	right:-123px;
	padding:5px;
	background:#FFF;
	width:100px;
	height:20px;
}
fieldset.niceForm input, 
fieldset.niceForm select, 
fieldset.niceForm textarea,
form.cmxform input,
form.cmxform select,
form.cmxform textarea {
	float:left;
	line-height:1.5em;
	border: #0A3B47 1px solid;
	padding:3px 5px;
	margin-bottom:5px;
	width:200px;	
	background: -moz-linear-gradient(top, rgba(30,87,153,0.1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e5799', endColorstr='#007db9e8',GradientType=0 );
	background: linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
}
fieldset.niceForm.vertical input, 
fieldset.niceForm.vertical select, 
fieldset.niceForm.vertical textarea {
	float:left;
	clear:both;	
}
fieldset.niceForm input.hasDatepicker {
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -moz-linear-gradient(top, rgba(30,87,153,0.1) 0%, rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.1)), color-stop(100%,rgba(125,185,232,0)));
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -webkit-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -o-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -ms-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e5799', endColorstr='#007db9e8',GradientType=0 );
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);	
}
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.normal {
	width:212px;
}
fieldset.niceForm input.required {
	border:1px solid #0A3B47;	
}
fieldset.niceForm input:focus, 
fieldset.niceForm select:focus, 
fieldset.niceForm textarea:focus,
form.cmxform input:focus,
form.cmxform select:focus,
form.cmxform textarea:focus  {
	background:#FFF;
	border:1px solid #000;
}
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;	
}

fieldset.niceForm select[name="state"] {
	margin-right:20px;
}

#bigCommunicationFormWrapper label.required:after{
	content:"(required)";
	font-style:italic;
	padding:0 5px;
	font-size:0.8em;
	color:red;
}

button.emailButton {
	background: rgb(240,183,161);
	background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
	background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0 auto;
	padding:5px 15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #000;
     -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.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-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: rgba(120,80,16,0.2); 
	padding: 15px 12px 15px 48px; 
	position:relative;
	z-index:20;
	-moz-box-shadow: 0px 0px 8px #cdc3a7; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #cdc3a7; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #cdc3a7; /* Opera 10.5, IE 9 */
	behavior: url(/layout/css/PIE.htc);
	width:575px;		
}

div.srpField {
	width:48%;
	float:left;
	margin-bottom:16px;
	min-height:30px;
	position:relative;
}
div.srpField > label {
	float:left;
	line-height:1.5em;
	padding-right:10px;
	min-width:25%;
}
div.srpField > input {
	width:58%;
	padding:3px;	
}
div.srpField button.ui-multiselect {
	width:60% !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}
div.srpField > input, div.srpField > button {
	background: #FFF !important;
	border:1px solid #999 !important;
	color:#999;
}
div.srpField > input:focus, div.srpField > button:focus, div.srpField > button.ui-state-active {
	border:1px solid #000 !important;
	color:#000;		
}
div.searchButtonWrapper {
	float:left;
	text-align:center;
	width:100%;
}

							div.livewire {
								background: #fff;
								opacity: .9;
								position: absolute;
								top:24px;
								right:30px;
								width:167px;
							}

							.livewire div {
								border:solid #CCC;
border-width:0px 1px 1px;
								cursor: pointer;
								padding: 2px 10px;
								width: 146px;
								font-size:12px;
							}
							.livewire div:hover {
								background: #DADADA
							}
.multinode {
	float:left; padding:5px 10px;
	background:none !important;
	border:none !important;
	font-size:12px;
}
.multinode img {
	margin-top:11px !important;
}


ul.tagit {
    	padding: 1px 5px;
    	overflow: auto;
    	margin:0;
	padding:0;
    	border-style: solid;
    	border-width: 1px;
    	border-color: #999;
    	background: #FFF;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	width:163px;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 1px 5px 1px 1px;
	font-size:11px;
	line-height:11px !important;
}
ul.tagit li.tagit-choice {
    padding: .2em 18px .2em .5em;
    position: relative;
    line-height: inherit;
}
ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}



ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}


ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;

    background: none;
    background-color: #DEE7F8;

    color: #555;
    font-weight: normal;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #777;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #bbcef1;
    border-color: #6d95e0;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}


div.resultsItem {
	width:96%;
	padding:7px 1%;
	border-top: 1px solid #FFF;
	position:relative;	
}
div.resultsItem:hover {
	background:rgba(255,255,255,0.2);	
}

div.resultsItem:first-child {
	border-top:none;	
}

div.resultsItem h3 {
	margin:0 0 3px;	
	font-size:17px;/*2em;*/
	border:none;
}
#pageContent div.resultsItem h3 a {
	text-decoration:none;
}
div.resultsItem h3 a:hover {
	text-decoration:none;
}
ul.resultsFAQs {
	color: #555555;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.resultsFAQs li {
    display: block;
    min-height: 1em;
    text-align: center ;
    width: 33%;
	float:left;
}
ul.resultsFAQs li:last-child {
	text-align:right;
}
ul.resultsFAQs li:first-child {
	text-align:left;
}
ul.resultsFAQs a.tag {
	padding:0 10px;
}

div.resultsSet.expanded ul.resultsFAQs {
	color: #555555;
    float: right;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	max-width:190px;
}
div.resultsSet.expanded ul.resultsFAQs li {
    display: block;
    min-height: 1em;
    text-align: right !important;
    width: 100% !important;
}

div.resultsSet.blog div.teaser {
	margin:0;
}

a.mapLink {
	display:block;
	text-align:center;
	font-size:12px;
	position:absolute;
	right:17px;
	top:12px;
	padding:0 20px 0 0 !important;
	background:url(/layout/img/favicon.ico) no-repeat right 2px;
	text-align:left;
}
div.resultsSet.expanded a.mapLink {
	right:5px;	
}
div.teaser {
	padding:0 0 10px;
	line-height:1.5em;
}
div.teaser div.mediaSmall {
	-webkit-transform: rotate(3deg);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(3deg);  /* FF3.5+ */
	-ms-transform: rotate(3deg);  /* IE9 */
	-o-transform: rotate(3deg);  /* Opera 10.5 */
	transform: rotate(3deg);
/*	filter: progid:DXImageTransform.Microsoft.Matrix(
	M11=0.9986295347545738, M12=-0.05233595624294383, M21=0.05233595624294383, M22=0.9986295347545738, sizingMethod='auto expand');*/
	zoom: 1;
}
div.resultsItem:nth-child(odd) div.teaser div.mediaSmall {
	-webkit-transform: rotate(-3deg);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(-3deg);  /* FF3.5+ */
	-ms-transform: rotate(-3deg);  /* IE9 */
	-o-transform: rotate(-3deg);  /* Opera 10.5 */
	transform: rotate(-3deg);
/*	filter: progid:DXImageTransform.Microsoft.Matrix(
	 M11=0.9986295347545738, M12=0.05233595624294383, M21=-0.05233595624294383, M22=0.9986295347545738, sizingMethod='auto expand');*/
	zoom: 1;	
}
div.teaser div.mediaSmall a {
	background:url(/layout/img/thumbnail-small-frame.jpg) no-repeat left top;
	display:block;
}
div.teaser div.mediaSmall img {
	padding:10px;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}
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;

}
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.bottomPagination {
	margin-bottom:50px;
}

.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 !important; }
.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;	
}
ul.keywordList {
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	clear:both;
}
ul.keywordList strong {
	color:#3E000B;
	margin:0 0 0 -1em;
}
ul.keywordList li {
	float:left;
	margin-right:1em;
}
ul.keywordList a {
	float:left;
}
.fb_iframe_widget {
	width:600px;
}




/****************************************************
*
*		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:15px 0 21px;; zoom: 1; width:100%; float:left; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0;
	position:relative;
	z-index:11;
	left:-1px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	border:1px solid #999;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	z-index:1; }

.ui-tabs .ui-tabs-nav li a { 
	float: left;
	padding: .3em 1em  !important;
	text-decoration: none !important;
	color: #AA2423;
    line-height: 1.2;
	border: none;
	font-weight:900;
	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 #d9c588;
	-moz-box-shadow: 0 -6px 5px -5px #333333 inset ;
	-webkit-box-shadow: 0 -6px 5px -5px #333333 inset ;
	box-shadow:0 -6px 5px -5px #333333 inset ;		
				
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-state-hover {
	margin-bottom: 0;
	z-index:10;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-hover a  {
	color:#000;
	background: #fbf5dd;
	opacity:1;
	-moz-box-shadow: 0 -6px 5px -5px #333333  ;
	-webkit-box-shadow: 0 -6px 5px -5px #333333  ;
	box-shadow:0 -6px 5px -5px #333333  ;			
}
.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: 93%;
	padding: 21px;
	background: none repeat scroll 0 0 #fbf5dd;

	-webkit-border-radius: 0 0 5px 5px ;
	-moz-border-radius: 0 0 5px 5px ;
	border-radius:0  0 5px 5px ;
	position:relative;
	z-index:10;
	margin-bottom:21px;
	-moz-box-shadow: 0 0 5px #333 ;
	-webkit-box-shadow: 0 0 5px #333 ;
	box-shadow: 0 0 5px #333 ;		
	behavior: url(/layout/css/PIE.htc);		
	}
.ui-tabs-panel img.border {
	margin:0 15px 10px 0 !important;
}

.ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; top:-250px; }

input.ui-autocomplete-input {
	position:relative;

}
.ui-autocomplete {
	position: absolute;
	cursor: default;
	background:#fff;
	border:1px solid #000; 
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}


/* 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 url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-datepicker.ui-widget-content a { color: #222222; }
.ui-datepicker.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; 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 #d3d3d3; background: #FFF url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; 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 #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; 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 #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; 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 url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; 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 url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; 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;
	background-color:#FFF;
}

.ppy-placeholder {
    position:               relative;
	min-height:				310px;
}

.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 {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #241007;
    background:     #F7F1EA;
    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;
}

#popeye_page .ppy-caption a {
    color:          #66bde9;
}
#popeye_page .ppy-caption a:hover {
    text-decoration:underline;
}

#popeye_page .ppy-counter {
    border-bottom:  1px solid #1A5764;
    color:          #7B1212;
    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: #636b87;

    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;
	
}

#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;
	color:#FFF;
	}
.fc-event:hover .fc-event-inner {
	background-color:#3d5982 !important;	
}
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
#pageContent a.fc-event {
	text-decoration: none !important;
	}
#pageContent a.fc-event span {
	color: #FFF !important;
}
	
.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: rgb(240,183,161);
	background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
	background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:12px 0 0 10px;
	padding:5px 15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #000;
     -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 */

}
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;	
}
button.resetButton:hover {
	text-decoration:underline;
	border:none;
}

.ad-gallery {
  width: 650px;

  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: 90%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 90%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      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/cvb-sprites.png) -989px 30px 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/cvb-sprites.png) -1070px 30px 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;
  }
    .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;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: 0px;
      width: 24px;
      display: block;
      background: url(/layout/img/cvb-sprites.png) -989px 30px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: 00px;
      width: 24px;
      background: url(/layout/img/cvb-sprites.png) -1070px 30px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 600px;
	  position:relative;
	  left:-12px;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;

        }
          .ad-gallery .ad-thumbs li a {
            display: block;
			  width:100px;
			  height:75px;			
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
			  width:100px;
			  height:75px;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
#sb-player .ad-gallery {
	width:750px;
}
#sb-player .ad-image-description > span > span {
	float:left;
	clear:both;
}

