/* DEFINES CSS FOR IMAGE BOXES */

/*IMAGE BOX WITHOUT TITLE*/

/*TITLE ONLY - BLUE BACKGROUND OR GREEN BACKGROUND*/
.iBox-to-blueBack{
	text-align:left;
	background: url(/includes/images/imgBoxes/imgBox-blueBack.png) no-repeat top left; 
	width:220px;
	height:130px;
	margin-top:10px;
	position:relative;
	}
.iBox-to-greenBack  {
	text-align:left;
	background: url(/includes/images/imgBoxes/imgBox-greenBack.png) no-repeat top left; 
	width:220px;
	height:170px;
	margin-top:10px;
	}
.iBox-to-blueBack .iBox-mid, .iBox-to-greenBack .iBox-mid {
	padding: 0 10px 5px 10px;
	width:200px;
}
.iBox-to-blueBack .iBox-mid h3, .iBox-to-greenBack .iBox-mid h3 { 
	color: #fff; 
	font-size:14px; 
	text-align:left;
	padding:0;
	font-weight:bold;
}
.iBox-to-blueBack .iBox-mid .imgContent, .iBox-to-greenBack .iBox-mid .imgContent {
	text-align:left;
	padding:0;
}
.iBox-to-blueBack a.moreInfo, .iBox-to-greenBack a.moreInfo, .iBox-wTitleSC a.moreInfo, .iBox-wTitleMB a.moreInfo, .iBox-wTitle-SmallImage a.moreInfo {
	color:#b66d1b;
	text-decoration:none;
	text-transform:none;
}

/* WITH TITLE - SIDE COLUMN */
.iBox-wTitleSC {
	text-align:left;
	background:#CCC;
	margin-top:20px;
}
.iBox-wTitleSC .iBox-mid h3 { 
	color: #333; 
	font-size:18px;
	margin: 10px;
	text-align:left;
	padding:0;
}
.iBox-wTitleSC .iBox-mid .imgContent {
	margin: 0 10px 0 10px;
	text-align:left;
	padding:0;
	color:#333;
}
.iBox-wTitleSC .iBox-mid .imgHolder {
	background: url(/includes/images/imgBoxes/imgBox-shadowBack.png) no-repeat center center;
	height:106px;
	width:206px;
	margin-left:6px;
}
.iBox-wTitleSC .iBox-mid .thumb {
	width:194px;
	height:94px;
	margin-top:6px;
}

/* WITH TITLE - MAIN BODY */
.iBox-wTitleMB {
	text-align:left;
	background:#004869;
	margin-top:20px;
}
.iBox-wTitleMB .iBox-mid h3 { 
	color: #fff; 
	font-size:18px;
	margin: 10px;
	text-align:left;
	padding:0;
}
.iBox-wTitleMB .iBox-mid .imgContent {
	margin: 0 10px 0 10px;
	text-align:left;
	padding:0;
	color:#FFF
}
.iBox-wTitleMB .iBox-mid .imgHolder {
	background: url(/includes/images/imgBoxes/imgBox-shadowBack.png) no-repeat center center;
	height:106px;
	width:206px;
	margin-left:6px;
}
.iBox-wTitleMB .iBox-mid .thumb {
	width:194px;
	height:94px;
	margin-top:6px;
}
/*.iBox-wTitleMB .iBox-mid .imgHolder {
	padding-top:5px;
}
.iBox-wTitleMB .iBox-mid .thumb {
	border:#69C2E4 solid 1px;
}*/

/*IMAGE BOX WITH TITLE - SMALL IMAGE*/
.iBox-wTitle-SmallImage {
	position: relative;
	
}
.iBox-wTitle-SmallImage .frosted {
	background: url(/includes/images/imgBoxes/imgBox-frostBack.png) repeat;
	overflow: hidden;
	padding:4px;
}
.iBox-wTitle-SmallImage .iBox-mid .imgHolder {
	float:left;
	clear:both;
	padding-right: 10px;
}
.iBox-wTitle-SmallImage .iBox-mid .thumb {
	border:#fff solid 3px;
	margin:0;
}
.iBox-wTitle-SmallImage .iBox-mid .imgContent {
	padding: 0;
	margin: 0;
	text-align:left;
}
.iBox-wTitle-SmallImage .iBox-mid h3 { 
	color: #fff; 
	font-size:16px; 
	line-height:16px;
	padding: 0 0 5px 0;
	margin: 0;
	text-align:left;
}

/*	
	Everything defined in thise stylesheet will be displayed in the CMS WYSIWYG editor. 
	All standard HTML elements should be defined here as well as any custom classes that
	we want the users to have access to from the - Styles - dropdown.  This stylesheet
	should be included on the front end before any other stylesheets.
*/
/* RESET - zero out html elements to reduce browser inconsistencies */
html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:12px;font-weight:inherit;}legend{color:#000;}
/* SET STANDARD ELEMENTS - reset html elements to fit our site */
body  { 
	background-color:#FFF; 
	font:62.5% Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	-ms-overflow-x:hidden;
}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
p { padding: .1em 0 .8em 0; font-size:1.2em; line-height:1.3em; }
ul, ol { margin:0 0 10px 0; }
ul li, ol li { list-style-position: outside; padding: .2em 0 .3em 0; margin-left:30px; }
.c1 li, .c2 li, .c3 li, .c1-c3 li, .c2-c3 li { font-size:12px; line-height:16px; }
ol li { list-style-type:decimal; }
ul li { list-style-type:disc; }
a { color:#b66d1b; text-decoration:none; }
a:hover { color:#155773; }
table { border-collapse: collapse; border-spacing: 0; margin: 0.4em 0; }
td, th { padding:5px; }
th { font-weight:bold; }
hr { height:1px; width:100%; border-bottom:1px solid #000 color:#000; clear:both; }
h1,h2,h3,h4,h5,h6 { font-weight:bold; }
h1 { font-size:3.7em; line-height:1em; margin-bottom: 5px;}
h2 { font-size:2.6em; line-height:1em; padding:.3em 0; margin-top:0.8em; }
h3 { font-size:1.6em; line-height:1.1em; padding:.2em 0; }
h4 { font-size:1.4em; line-height:1.5em; padding:.2em 0; }
h5 { font-size:1.2em; line-height:1.4em; padding:.2em 0; }
h6 { font-size:1.1em; line-height:1.3em; padding:.2em 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* CUSTOM STYLES THAT USERES CAN USE */
.note { font-style:italic; }
.notice { color:#DA0C19; }
.req { color: #DA0C19; }
.tableStyle1 {
	display:block;
	border-collapse:collapse;
}
.tableStyle1 td, .tableStyle1 th {
	font-size:1.1em;
	padding:10px;
	border:1px dashed #CCC;
}
.tableStyle1 th {
	text-align:center;
	background-color:#F5F5F5;
}
.detailText1 {
	font-size:0.9em;
}
.detailText2 {
	color:#666;
	font-size:0.9em;
}
.blockImgLeft {
	float: left;
	display: block;
}
body.bodyBG { 
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #av-container selector */
	height:100%;
	background:#000 url(/includes/images/shell/header-placeholder.jpg) no-repeat top center;
	position: relative;
}

body.home {
	background: #000 none;
}

/* ******************* PRIMARY SITE CONTAINERS ******************* */

#siteContainer {position:relative; width: 100%;}

#sv-mainContainer, #sv-popup-mainContainer {
	position:relative;
	margin:0 auto;
	text-align:left;
	z-index: 99;
}
#sv-topContainer {
	position:absolute;
	background: url(/includes/images/shell/mainnav-tile.png) repeat-x top left;
	height: 75px;
	width: 100%;
	top:0px; 
	left:0px;
	z-index: 99;
}
#sv-mainContainer{
	width:990px;
	margin:0 auto 40px auto;
}
#sv-bodyContainer {
	width:100%;
	float:left;
	clear:both;
	color: #FFF;
	position: relative;
	margin-top: 465px;
	padding: 0 5px;
	/* this is messing with the datepicker. z-index: 1; */
	background: url(/includes/images/shell/gradient_bg.png) no-repeat bottom center;
}

#sv-bodyContainerInt {
	width:100%;
	float:left;
	clear:both;
	color: #FFF;
	position: relative;
	margin-top: 20px;
	/* this is messing with the datepicker z-index: 1; */
	background: url(/includes/images/shell/gradient_bg.png) no-repeat bottom center;
}

/* ******************* HEADER ******************* */

#sv-headContainer { 
	position: relative;
	text-align: left;
	margin: 0 auto;
	height: 75px;
/*	width: 990px;*/
	width: 1050px;
	z-index: 999;
}

#sv-headContainer .logo {width: 117px; height: 65px; background: url(/includes/images/shell/logo.png) no-repeat top left; display: block; overflow: hidden; float: left;} 
/*#sv-headContainer .logo a {width: 117px; height: 65px; display: block; cursor: pointer;}*/
#sv-headContainer .logo {width: 183px; height: 65px; background: url(/includes/images/shell/logo.png) no-repeat top left; display: block; overflow: hidden; float: left;} 
#sv-headContainer .logo a {width: 183px; height: 65px; display: block; cursor: pointer;}

.wFlash { display:none; }
.woFlash { display:block; }

.weatherContainer{
	z-index:6;
	position:absolute;
	top:17px;
	left:790px;
	color:white;
	color:white;
	width:200px;
	height:50px;
}
.weatherContainer a {
	position:absolute;
	display:block;
	width:149px;
	height:28px;
	background:url(/includes/images/weather/generated.png) no-repeat center center;
	margin:0;
	padding:0;
	top:22px;
	left:10px;
	z-index:7;
}
.weatherText {
	position:absolute;
	font-size:11px;
	top:18px;
	left:145px;
}
.weatherNumber {
	position:absolute;
	font-size:18px;
	font-weight:bold;
	width:40px;
	top:12px;
	left:10px;
	z-index:6;
	text-align:right;
}
.weatherDegree {
	position:absolute;
	font-size:21px;
	font-weight:bold;
	width:10px;
	top:12px;
	left:48px;
	z-index:6;
}
.homeHead {}
.interiorHead { }

#header-slideshow {position: absolute; top: 0; left: 0; z-index: 1; display: block; width: 100%; text-align: center;}
.header-slideshow {position: relative; height: 833px; width:1600px; z-index:1; text-align:center; margin: 0 auto; overflow:hidden;}
.header-slideshow .slide {}

/* Homepage Header Containers */
#header-thumbs {position: absolute; top: 540px; left: 0; z-index:999; display: block; width: 100%; text-align: center; margin: 0 auto;}
.header-thumbs {position: relative; top: 0; left: -50%; z-index: 1; float: right;}
.header-thumbs ul li {list-style: none; list-style-type: none;}
.header-thumbs #slide-nav {position: relative; left:50%; top:0; float:left; width:100%; display:block; background: url(/includes/images/slideLine.png) no-repeat 12px 10px;}
.header-thumbs #slide-nav li {float: left; margin: 0 7px 0 10px; width:90px; list-style: none; list-style-type: none;}
.header-thumbs #slide-nav li a img {
	border: 1px solid #4d4d4d;
}
.header-thumbs .slideIndicator {margin:0 auto; height: 12px; width: 17px; position: relative;}
.slideIndicator img {display: none}
.activeSlide .slideIndicator img {display:inline;}

/* Header Popup Bubbles */
.markers {position: absolute; z-index: 100; text-align: center; margin: 0 auto; }
.markers .marker-cont {position:relative; left: 300px; top: -30px; z-index: 99}
#headerFlyout {background: url(/includes/images/info-icon.png) top center no-repeat; height: 45px; width: 35px; display: block; position: absolute; cursor: pointer;}
#headerFlyout a {width: 25px; height: 25px; cursor: pointer; display: block;}
#flyout-info {
	position:absolute;
	left:24px;
	top:0px;
	background:url(/includes/images/flyout-bg-1.png) no-repeat;
	width:219px;
	height:298px;
	padding:10px 15px 5px 36px;
	font-size:.8em;
	display:none;
	z-index:999;
	text-align: left;
}

#flyout-info .popupImg {background: url(/includes/images/flyoutImgBack.png) no-repeat top left; padding: 7px 7px 0; width: 222px; height: 99px; margin-left: -5px;}
#flyout-info .popupTitle, #flyout-info-flip .popupTitle {font-size: 24px; color: #594B40; padding: 0; margin-top: 10px}
#flyout-info .popupDesc, #flyout-info-flip .popupDesc {color: #594B40; font-size: 12px;}
#flyout-info .popupLink-cont {clear:both; text-align: center; margin-left: 50px;}
#flyout-info .popupLink, #flyout-info-flip .popupLink {font-weight: bold; color: #1D65C7; font-size: 12px; text-decoration: none; height: 35px; width: 116px;}

	/* Interior Header Containers */
.headerImage-cont {width: 702px; height: 251px; background: url(/includes/images/shell/intHeader-back.png) no-repeat center center; }
.headerImage-cont img {padding: 9px 0 0 9px; width: 684px; height:234px;}
.c2-c3-header .headerImage-cont {width: 740px; height: 271px; background: url(/includes/images/shell/intHeader-back-2col.png) no-repeat center center; }
.c2-c3-header .headerImage-cont img {padding: 8px 0 0 8px; width: 724px; height:255px;}

	/*  SITE SEARCH  */

#sv-siteSearch {float: left; width: 200px; margin-top: 18px;}
.siteSearchBox {
	position:relative;
	top:-4px;
	right:2px;
	width:200px;
	height:41px;
	background: url(/includes/images/shell/search-back.jpg) top left no-repeat;
}
.siteSearchBox .txtInput {
	width:200px;
	margin:7px 1px 0 10px;
	padding:3px 0;
	font-size:16px;
	color:#777;
	border: none;
	background: transparent;
}
.siteSearchBox .submitBtn {
	position:absolute;
	top:6px;
	right:2px;
	border:none;
	width:56px;
	height:34px;
	display: block;
	background: url(/includes/images/shell/siteSearch_goBtn.jpg) top left no-repeat;
	cursor: hand !important;
	cursor: pointer;
}

/* ******************* COLUMNS ******************* */

.c1, .c2, .c2-home, .c3, .c2-c3, .c2-c3-header, .c3-home {
	position:relative;
	float:left;
}
.c1-c3 {
	width:980px;
	padding: 0 0 25px 0;
	margin:0 auto;
}
.c1 {
	width:220px;
	padding:0px;
	height:auto !important;
	height:600px;
	text-align: center;
}
.c1 .vspacer {
	position:absolute;
	top:0px;
	left:-1px;
	width:1px;
	height:500px;
	overflow:hidden;
}
.c2-home { width:456px; padding: 0 12px 10px; margin: 80px 40px 0 15px;}
.c2 { width:456px; padding: 0 12px 10px; margin: 0 30px;}
.c3 { width:220px; padding: 0 0px; text-align: center; }
.c3-home { width:220px; padding: 0 0px; text-align: center; }
.c2-c3 { width:702px; padding:14px; margin: 0 0 0 30px;}
.c2-c3-header { width:702px; padding:14px; margin: -18px 0 0 10px;}

#sv-bodyContainerInt .c2, #sv-bodyContainerInt .c2-c3 {background-color: #fff; color: #000; min-height:310px;}
#sv-bodyContainerInt .c2-c3 {background: #fff url(/includes/images/shell/intBody-back.jpg) repeat-x bottom center; min-height: 500px;}
#sv-bodyContainerInt h1 {color: #000; margin-top: 10px;}

/* ******************* FOOTER ******************* */
	
#footContainer {
	position:relative;
	margin: 10px 0 85px 0;
	clear:both;
	width:990px;
	height:88px;
	color:#FFF;
}
#footContainer p, #footContainer li a { font-size:10px; }
#footContainer li a:hover { text-decoration:underline; }
#bodyContainer .content { padding-top:15px; height:100%; }
#footContainer .content {
	padding:10px 15px;
	float:left;
	clear:both;
}

/* ******************* NAV ******************* */

ul.nav, ul.noPoints-block, ul.noPoints-inline { margin:0; }
ul.nav, ul.noPoints-block { clear:left; }
ul.nav li, ul.noPoints-inline li { float:left; list-style: none; margin:0; padding:0; }
ul.noPoints-block li, ul.boPoints-inline li { list-style: none; margin:2px 0; }
ul li label, .label { padding-right:10px; font-weight:bold; }

	/* TOP NAV */
	
#sv-topNav {
	background-color:#88CDE8;
	padding:0 10px;
}
#sv-topNav-lvl2 {
	position:relative;
	float: left;
	width: 647px;
	margin: 0px 0 0 15px;
	/*padding:0 235px 0 20px;*/
}
#sv-topNav-lvl2 li.lvl1:hover {background-color: #fff; border-left: 10px solid #000; border-right: 10px solid #000; margin: 0px;}
#sv-topNav-lvl2 li, #sv-topNav li {
	display:inline;
	list-style-position:outside;
}
#sv-topNav li a, #sv-topNav-lvl2 li a {
	height:75px;
	display:inline-block;
	line-height:33px;
	padding:0 0px 17px 17px;
	vertical-align:middle;
	font-size:1.3em;
	text-decoration:none;
}
#sv-topNav li a:link, #sv-topNav li a:active, #sv-topNav li a:hover, #sv-topNav li a:visited { color:#FFF; }
#sv-topNav li a:hover { background-color:#000; }
#sv-topNav-lvl2 li.lvl1 { height: 70px; line-height: 70px; vertical-align: middle; }
#sv-topNav-lvl2 li li { background-image:none; line-height: 16px; }
#sv-topNav-lvl2 li a.lvl1Link {
	text-shadow:none;
	padding:0px 15px 0 10px;
	margin-left:5px;
	font-size:2em;
	white-space:normal;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	color: #fff;
}

.cufon-active a.over {
	color: black;
}
#sv-topNav-lvl2 li a.lvl1Link:hover {}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	z-index:10;
	zoom:1;
}
ul.nav li, ul.noPoints-inline li { float:left; list-style: none; margin:0; padding:0; }
ul.noPoints-block li, ul.boPoints-inline li { list-style: none; margin:2px 0; }

.nav li:hover, .nav li.sfHover {}

.nav div.dropdown {
	background: #fff;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	border-bottom: 10px solid #000;
	color:#333;
	list-style: none;
	margin: 0;
	padding: 15px 0;
	position: absolute;
	left: -999em;
	width: 626px;
	z-index:99;
	/*background: #fff url(/includes/images/shell/intBody-back.jpg) bottom center repeat-x;
	-moz-box-shadow: 0 0 15px rgba(111,164,200,0.5);
	-webkit-box-shadow: 0 0 15px rgba(111,164,200,0.5);*/
}
.nav li:hover div,.nav li.sfHover div {left: 0;}

#sv-topNav-lvl2 li li a, #sv-topNav-lvl2 li li a:link, #sv-topNav-lvl2 li li a:active, #sv-topNav-lvl2 li li a:visited {
	color: #777;
	display: block;
	text-align:left;
	text-decoration: none;
	padding: 0px 8px 20px 8px;
	cursor: pointer;
}

#sv-topNav-lvl2 .navTitle {color:#18286e; font-weight: bold; font-size: 14px; padding: 7px 0 !important; margin: 0; line-height: 18px;}
a.navItemSmall {width:185px; height:60px; border-bottom:1px solid #e1ddd8; display:block; padding:10px 10px 28px 0px; color:#999; font-size:11px; line-height:14px;}
a.navItemSmall:hover {background-color: #eee;}
a.navItemSmall.last {border-right:none !important;}

ul.subnav {margin: 0 0 0 10px;}

#sv-topNav-lvl2 .navImg {float: right; width: 50px; margin-left: 5px; margin-right: 5px; border: none;}
#sv-topNav-lvl2 .navImg img {border: 1px solid #000;}
#sv-topNav-lvl2 .navDesc {font-size: 10px; color: #888; float: left; width: 120px; border: none; line-height: 12px;}

.dropdown {z-index: 999; position: relative; top: 70px; left: -20px; padding-top:15px; background: url(/includes/images/shell/intBody-back.png) bottom center repeat-x;}

	/* SIDE NAV */

#secondaryNav {background: url(/includes/images/shell/sidenav-back.png) repeat; width: 220px; position: relative; overflow: hidden; margin-bottom: 10px;}
#secondaryNavSlideContainer {float: left; width: 1000px;}
#secondaryNav h2 {padding: 0px; color: #fff; text-align:left; font-size: 30px; margin: 12px 0 0 15px; text-transform:lowercase}
#secondaryNav h2 a {color: #fff; text-decoration: none;}
#secondaryNav ul {float:left; width:220px;}
#secondaryNav ul li { display:block; float:left; line-height: 21px; width: 210px; margin-left: 18px; padding: 0;}
#secondaryNav ul li:hover, #secondaryNav ul li.sel {background-color: #E3964F; cursor:pointer;}

#secondaryNav ul li a {font-size:12px; line-height: 21px; color: #fff; text-decoration: none;}
#secondaryNav ul li a.navLink { float:left; font-family: Arial, Helvetica, sans-serif;}
#secondaryNav ul li a.secondaryMore {float:right; margin-right:20px;} 
#secondaryNav ul li .sel {background: url(/includes/images/subnav-sel.jpg) no-repeat 0px 0; margin-left: -30px; padding-left: 30px;}
#secondaryNav #backTo a {text-align: left; width: 100%; float: left}

	/* FOOTER NAV */
#footContainer .nav li {
	margin:0 5px 5px 5px;
}
#footContainer .content {
	float: left;
	width: 220px;
}
#footContainer .footerNav {
	float: left;
	width: 495px;
	/*margin-right: 15px;*/
	text-align: center;
	color: #999;
	/*margin-left:80px;*/
	margin:20px 15px 0 80px;
}
#footContainer .footerNav #btmNav {margin-left:80px; }
#footContainer .footerNav a {color: #999; text-decoration: none; font-size: 12px;}
/*#footContainer .footerNav #translations { margin-left:20px;} */
#footContainer .footerNav #translations li { margin:0 6px;}
#footContainer .simpleLink { float: left; width: 150px;	margin-top:20px;}

/* ******************* IMAGE BOXES ******************* */

.iBox-1 {}
.iBox-1 .imgShadow, .iBox-2 .imgShadow { text-align:center; }
.iBox-thHolder .imgShadow { margin-top:-5px; margin-bottom:5px;}
.iBox-thHolder { text-align:center; }
.iBox-thHolder.onLeft { float:left; margin-right:15px; }
.iBox-thHolder.onRight { float:right; margin-left:15px; }
.iBox-mid h3 { color: #DA0C19; font-size:12px; line-height:14px; }
.iBox-mid .thumb { margin-bottom:8px; vertical-align:middle; }
.iBox-mid .imgHolder { text-align:center; }
.iBox-mid .thumb.onRight { margin-left:15px; }
.iBox-mid .thumb.onLeft { margin-right:15px; }
.iBox-1 a.moreInfo {
	background:url(/includes/images/shell/goArrow.gif) no-repeat right center;
	display:block;
	margin:5px 0;
	text-align:right;
	padding:0 30px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#D00812;
	text-decoration:none;
}

/* ******************* Events Widget ******************* */

.eventsNewsContainer {
	position:relative;
	background:url(/includes/images/shell/eventsNews_bg.jpg) no-repeat;
	padding:4px;
	width:218px;
	height:267px;
}
a.topTab {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	z-index:2;
	display:block;
	width:101px;
	height:52px;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	text-decoration:none;
}
a.topTab span { display:none; }
a.topTab.sel {
	background:url(/includes/images/shell/eventsNews_btn_bg.png) no-repeat;
	cursor:default;
	color:#FFF;
}
a.topTab.sel span { display:block; }
.ftEventsHolder, .ftNewsHolder {
	position:absolute;
	top:43px;
	left:5px;
	width:210px;
	height:125px;
	z-index:1;
}
.ftNewsHolder { display:none; }
.featured {
	padding:5px;
}
.featured img {
	float:left;
	margin-right:8px;
}
.featured p {
	color:#FFF;
	font-size:11px;
	line-height:14px;
}
.eventsNewsContainer .prv, .eventsNewsContainer .nxt {
	position:absolute;
	z-index:10;
	background:url(/includes/images/shell/arrows-green.png) no-repeat;
	top:140px;
	width:20px;
	height:72px;
}
.eventsNewsContainer .prv { background-position:0 0; left:-10px; }
.eventsNewsContainer .nxt { background-position:-20px 0; right:-10px; }
.eventsNewsContainer .prv.disabled { background-position: 0px -75px; }
.eventsNewsContainer .nxt.disabled { background-position: -20px -75px; }
.eventsNewsContainer .disabled { cursor:default; }
.eventsNewsContainer .window {
	position:absolute;
	z-index:2;
	top:125px;
	left:5px;
	width:199px;
	height:100px;
	overflow:hidden;
}
.eventsNewsContainer .track {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	width:5000px;
	height:100px;
}
.eventsNewsContainer .item {
	position:relative;
	width:205px;
	height:100px;
	overflow:hidden;
	float:left;
}
.eventsNewsContainer .item a {
	background:url(/includes/images/blank.gif) no-repeat;
	position:absolute;
	z-index:9;
	top:0;
	left:10px;
	display:block;
	width:180px;
	height:100px;
}
.eventsNewsContainer .dateSingle, .eventsNewsContainer .dateDouble {
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	display:block;
	width:90px;
	height:100px;
}
.eventsNewsContainer .details {
	position:absolute;
	z-index:4;
	top:0;
	left:90px;
	width:102px;
	padding:2px 5px;
}
.eventsNewsContainer .dateSingle {
	width:70px;
}
.eventsNewsContainer .dateOne {
	background:url(/includes/images/shell/calDays.gif) no-repeat;
	position:absolute;
	z-index:5;
	width:50px;
	height:50px;
}
.eventsNewsContainer .dateTwo {
	background:url(/includes/images/shell/calDays.gif) no-repeat;
	position:absolute;
	z-index:6;
	left:40px;
	top:45px;
	width:50px;
	height:50px;
}
.eventsNewsContainer .dateSingle .dateOne { left:10px; top:25px; }
.eventsNewsContainer .dateDouble .dateOne { left:4px; top:8px; }
.eventsNewsContainer .d-month, .eventsNewsContainer .d-year { display:block; text-align:center; color:#FFF; font-weight:bold; }
.eventsNewsContainer .d-year { margin-top:23px; color:#7C7407; }
.eventsNewsContainer .dNum-1 { background-position:0 0; }
.eventsNewsContainer .dNum-2 { background-position:0 -50px; }
.eventsNewsContainer .dNum-3 { background-position:0 -100px; }
.eventsNewsContainer .dNum-4 { background-position:0 -150px; }
.eventsNewsContainer .dNum-5 { background-position:0 -200px; }
.eventsNewsContainer .dNum-6 { background-position:0 -250px; }
.eventsNewsContainer .dNum-7 { background-position:0 -300px; }
.eventsNewsContainer .dNum-8 { background-position:0 -350px; }
.eventsNewsContainer .dNum-9 { background-position:0 -400px; }
.eventsNewsContainer .dNum-10 { background-position:0 -450px; }
.eventsNewsContainer .dNum-11 { background-position:-50px 0; }
.eventsNewsContainer .dNum-12 { background-position:-50px -50px; }
.eventsNewsContainer .dNum-13 { background-position:-50px -100px; }
.eventsNewsContainer .dNum-14 { background-position:-50px -150px; }
.eventsNewsContainer .dNum-15 { background-position:-50px -200px; }
.eventsNewsContainer .dNum-16 { background-position:-50px -250px; }
.eventsNewsContainer .dNum-17 { background-position:-50px -300px; }
.eventsNewsContainer .dNum-18 { background-position:-50px -350px; }
.eventsNewsContainer .dNum-19 { background-position:-50px -400px; }
.eventsNewsContainer .dNum-20 { background-position:-50px -450px; }
.eventsNewsContainer .dNum-21 { background-position:-100px 0; }
.eventsNewsContainer .dNum-22 { background-position:-100px -50px; }
.eventsNewsContainer .dNum-23 { background-position:-100px -100px; }
.eventsNewsContainer .dNum-24 { background-position:-100px -150px; }
.eventsNewsContainer .dNum-25 { background-position:-100px -200px; }
.eventsNewsContainer .dNum-26 { background-position:-100px -250px; }
.eventsNewsContainer .dNum-27 { background-position:-100px -300px; }
.eventsNewsContainer .dNum-28 { background-position:-100px -350px; }
.eventsNewsContainer .dNum-29 { background-position:-100px -400px; }
.eventsNewsContainer .dNum-30 { background-position:-100px -450px; }
.eventsNewsContainer .dNum-31 { background-position:-150px 0; }
.subHeading { color:#DA0C19; font-size:14px; }
.subList { color:#DA0C19; }
.subList a { color:#DA0C19; }


/* ******************* MEDIA TOUR WIDGET ********************* */
.video-cont {
	width: 220px;
	position: relative;
	margin-bottom: 15px;
	z-index: 1;
}

.video-cont .video-title {text-align:left; margin: 0; padding: 0;}
.video-cont .vid-tabs-cont {width: 220px; height: 20px; display: block; background: transparent url(/includes/images/shell/widgets/mediatour-widget-bg.jpg) no-repeat scroll 0 0; margin-bottom: 5px;}
.video-cont .videos-link {
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	padding: 4px 0px 4px 3px;
	width: 100px;
	margin: 0;	
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.video-cont .photos-link {
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	padding: 4px 0px 4px 11px;
	width: 100px;
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

/* ******************* ICONS ******************* */

.calIcon {
	background:url(/includes/images/iconCal.gif) no-repeat center center;
	width:15px;
	height:13px;
	margin:3px;
}
input.calIcon {
	cursor:pointer;
	border:none;
	margin-top:10px;
}
.viewItinLink {
	text-align:right;
	height:25px;
	margin-top:-25px;
}
a.iconDetails, a.iconAddItin, a.iconRemoveItin, a.iconViewOnMap, a.iconBookNow, a.viewItin, .l-itemContainer h4 a {
	height:10px;
	line-height:25px;
	font-weight:bold;
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding:4px 10px 3px 28px;
	margin:0 5px;
}
.l-itemContainer h4 a {
	padding-left:0px;/*Added when the icon in listing layout changed to the map imagtes*/
}
a.iconDetails { background:url(/includes/images/shell/iconDetails.jpg) no-repeat 0 0; }
a.iconAddItin { background:url(/includes/images/shell/iconItinerary.jpg) no-repeat 0 0; }
a.iconRemoveItin { background:url(/includes/images/shell/iconItinerary.jpg) no-repeat 0 -22px; }
a.iconViewOnMap { background:url(/includes/images/shell/iconViewOnMap.jpg) no-repeat 0 0; }
a.iconBookNow { background:url(/includes/images/shell/iconBookNow.jpg) no-repeat 0 0; }
a.viewItin { background:url(/includes/images/shell/iconItinerary.jpg) no-repeat 0 -44px; }

/* ******************* ITINERARY ******************* */

.itinSteps { text-align:center; }
.itinActions a {
	padding:6px 0px 6px 26px;
	line-height:25px;
	margin:0 20%;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.itinActions a.emailLink { float:left; text-align:center; }
.itinActions a.printLink { float:right; text-align:center; }
a.printLink { background:url(/includes/images/iconPrint.jpg) no-repeat center left; }
a.emailLink { background:url(/includes/images/iconEmail.jpg) no-repeat center left; }
a.printLink:hover, a.emailLink:hover { text-decoration:underline; }

/* ********************** ARTICLES ********************** */

.listTB1 {
	width:100%;
}
.listTB1 td {
	vertical-align:top;
	width:auto;
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.listTB1 .dates {
	font-size:1.2em;
	font-weight: bold;
	color: #000;
	width:50px;
}
.listTB1 .lDesc {
	width:600px;
}
.listTB1 .descLabel {
	font-size:1.1em;
	color:#DA2224;
	width:175px;
}
.listTB1 td a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.listTB1 td a.more, .articleLinks a {
	color:#F59122;
	text-decoration:none;
	font-weight:bold;
}
.articleLinks {font-family: Arial, Helvetica, sans-serif;}
.tb25pct, .tb50pct, .tb75pct {
	margin:5px auto;
}
.tb25pct { width:25%; }
.tb50pct { width:50%; }
.tb75pct { width:75%; }
td.buttonHolder input { margin: 0 40%; }

a.option {
	background-color:#EEE;
	text-transform:uppercase;
	color:#333;
	padding:3px 8px;
	text-decoration:none;
}

.archives {
	color:#C53553;
	width:90px;
	text-align:right;
	margin:-10px 10px 0 0;
	font-size:1.2em;
	font-weight:bold;
	
}

/* ******************* COUPONS ******************* */

a.option {
	background-color:#EEE;
	text-transform:uppercase;
	color:#333;
	padding:3px 8px;
	text-decoration:none;
}
.couponDetail {
	position:relative;
	width:634px;
	border:1px solid #E1E1E1;
	float:left;
}
.couponDetail h2 {
	margin-top:0;
	font-size:24px;
}
.couponDetail h2.subHeading {
	margin-top:0;
	font-size:18px;
	color:#DA2224;
	line-height:20px;
	overflow:hidden;
}
.couponDetail .date, .couponHolder .date {
	font-size:1.1em;
	color:#DA2224;
	margin-left:5px;
}
.couponLeft {
	position:relative;
	background-color:#E1E1E1;
	width:170px;
	height:275px;
	text-align:center;
	float:left;
	border:1px solid #E1E1E1;
}
.couponLeft img {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	border-top:20px solid #E1E1E1;
	border-right:10px solid #E1E1E1;
	border-bottom:20px solid #E1E1E1;
	border-left:10px solid #E1E1E1;
}
.couponLeft h4 {
	position:absolute;
	top:150px;
	left:0px;
	width:170px;
	text-align:center;
}
.couponLeft .copyright {
	position:absolute;
	bottom:10px;
	left:0px;
	width:150px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	padding:10px;
}
.couponRight {
	width:430px;
	position:relative;
	background-color:#FFF;
	padding:15px;
	float:right;
}
.couponRight h4, .couponHolder h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#DA2224;
}
.couponHolder h4 {
	margin:0;
	font-size:14px;
}
.detailDesc {
	margin:10px 0;
}

/* ******************* BLOG ******************* */
.blogform td {
	font-size:11px;
}
.logInOut {
	background-color:#D80C17;
	color:#FFF;
	padding:5px;
	position:relative;
	top:-30px;
	left:650px;
}
a.rss {
	background:url(/includes/images/blog/rss.gif) no-repeat left center;
	line-height:16px;
	padding-left:20px;
	text-decoration:none;
}
.blogNav { padding:5px; }
#sv-sideNav.blogNav p { font-size:12px; }
.postItem { margin:10px 0 20px 0; }
.postItem h4 a {
	color:#000;
	text-decoration:none;
}
a.stico_default {
	background-image:none !important;
}
.postComment { margin:15px 0 25px 0; }
ul.postFooter li { margin:0 5px; }
ul.postFooter a {
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	line-height:32px;
	padding:10px 40px 10px 15px;
}
ul.postFooter .disabled { color:#FDD9DB; }
.cloud_1 { }
.cloud_2 { }
.cloud_3 { }
.cloud_4 { }
.cloud_5 { }
.commentIcon { background:#D80C17 url(/includes/images/shell/blogIcons.gif) no-repeat right 0; }
.shareIcon { background:#D80C17 url(/includes/images/shell/blogIcons.gif) no-repeat right -32px; }
.details {
	font-size:10px;
	color:#333;
}
.groupLink {
	color:#000;
	text-decoration:none;
}
.regProPic {
	display:inline; 
	float:left; 
	padding:5px 5px 5px 0;
} 
.floatL { float:left; }
.floatR { float:right; }
.blogInfoTop p { padding: 0 0 0 5px; }

/* ******************* NEWSLETTER SIGNUP ******************* */

.nlSignupHolder {
	background: url(/includes/images/shell/newsletterSignup_bg.jpg) no-repeat;
	padding:60px 10px 20px 15px;
	width:202px;
	height:142px;
	margin-left:-5px;
}
.nlSignupHolder p {
	display:block;
	width:152px;
	height:90px;
	font-size:11px;
	line-height:16px;
	color:#666;
	padding:0 50px 0 6px;
}
.nlSignupHolder form {
	display:block;
	width:202px;
	height:42px;
	vertical-align:middle;
}
.nlSignupHolder input.nlEmail {
	border:0 none;
	background-color:transparent;
	width:140px;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#666;
	padding:5px 10px 0 10px;
	vertical-align:middle;
}
.nlSignupHolder input.goBtn {
	border:0 none;
	background-color:transparent;
	cursor:pointer;
	width:33px;
	height:32px;
	margin:6px 0 0 4px;
}

/* ******************* DTN ******************* */

.dtnAd {  }
.c1 .dtnAd, .c3 .dtnAd { margin:10px auto; clear:both; }
.c2 .dtnAd, .c2-c3 .dtnAd, .c1-c3 .dtnAd { display:inline; margin:10px 0 10px 10px; float:right; }

/* ******************* BOOKING WIDGET ******************* */

.bookingHolder {
	background:#D00812 url(/includes/images/shell/booking_btmBG.jpg) no-repeat center bottom;
	width:219px;
	float:left;
	clear:both;
	margin:10px;
}
.bookingHolder p {
	color:#FFF;
}
.bookingOptions {
	background:url(/includes/images/shell/booking_topBG.jpg) no-repeat center top;
	height:48px;
	padding-left:5px;
}
.bookingHolder a.bookingTab {
	display:block;
	float:left;
	margin-right:1px;
	width:69px;
	text-decoration:none;
}
.bookingHolder a.bookingTab.sel {
	text-decoration:underline;
	color:#FFF;
}
.bookingHolder .bookingTab span {
	display:block;
	font-size:16px;
	line-height:52px;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
}
.bookingHolder form {
	padding:10px 8px;
}
.bookingHolder .row {
	padding:5px;
	margin:7px 5px;
}
.bookingHolder .slimrow {
	padding:5px 0;
	margin:0 5px;
	text-align:left;
	color:#FFF;
}
.bookingHolder .slimrow a {
	color:#FFF;
}
.bookingHolder .dateInput {
	background:url(/includes/images/shell/booking_inputBG.jpg) no-repeat center center;
}
.bookingHolder .clearInput {
	background:url(/includes/images/shell/booking_clearInputBG.jpg) no-repeat center center;
	height:50px;
	line-height:12px;
	padding:5px 10px;
}
.bookingHolder input {
	background-color:transparent;
	border-style:none;
	vertical-align:middle;
}
.bookingHolder .clearInput input {
	background-color:#FFF;
	border:1px solid #EEE;
	vertical-align:middle;
	font-size:12px;
	float:left;
	clear:both;
	height:15px;
	line-height:20px;
	width:160px;
	padding:5px;
}
.bookingHolder .date {
	height:20px;
	line-height:20px;
	width:100px;
	padding:15px 0 15px 10px;
	margin:0;
	font-size:12px;
	color:#666;
}
.bookingHolder .calBtn {
	width:64px;
	height:51px;
	margin:4px 0;
	cursor:pointer;
}
.bookingHolder .groupedOptions {
	width:46px;
	height:40px;
	padding:5px 7px;
	margin:0 2px;
	float:left;
}
.bookingHolder label {
	font-size:11px;
	padding-bottom:3px;
	color:#FFF;
	float:left;
	clear:both;
}
.bookingHolder .groupedOptions select {
	width:45px;
	border:0px none #FFF;
	background-color:#FFF;
}
.bookingHolder .groupedOptions2 select {
	width:75px;
	border:0px none #FFF;
	background-color:#FFF;
}
.bookingHolder .bookingSbmt {
	background:url(/includes/images/shell/booking_btnBG.jpg) no-repeat center center;
	width:118px;
	height:66px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
}

/* ******************* ARES OVERRIDE ******************* */

#tbs {
	padding:0;
}
#bot_body {
	padding-left:10px !important;
	width:204px !important;
}
#bot_body a, #bot_body a:hover, #bot_body a:active, #bot_body a:visited {
	color:#FFF;
}
#checkOut {
	margin-right:25px;
}
#bot_body a.drop2 {
	white-space:nowrap;
}
#bot_body {
	padding-bottom:15px;
}
#bot_nav table {
	margin:0 0 4px 0;
}
#Search-bot table {
	text-align:left;
}
#Search-bot .car_back td {
	padding-right:5px !important;
}

/* ******************* SEARCH RESULTS*******************  */

.keyword { 
	font-size:1.4em;
	font-weight:bold;
	color:#DA0C19;
}
.resultsHolder {
	padding:0 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.resultsHolder ul h4 {
	margin-left:10px;
	color:#505050;
}
.resultsHolder li {
	padding-bottom:5px;
}
.resultsHolder li a {
	font-size:1.2em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#soHeaderNoFlash {
	position:relative;
	background:url(/includes/images/shell/headerSlideBG.jpg) no-repeat center bottom;
	width:990px;
	height:285px;
	text-align:center;
}
#soHeaderNoFlash img {
	position:absolute;
	top:40px;
	left:10px;
}

/* ******************* GOOGLE MAPS ******************* */

.gMapHolder {background: url(/includes/images/shell/gMaps-back.png) left 0px no-repeat; width: 699px; height: 260px; margin: 30px 0 0 -10px}
.gMap {
	margin-top: 12px;
	padding-top: 14px;
}
.gMapLoading {
	width:120px;
	text-align:center;
	margin:150px auto;
	background-color:#CCC;
}
ul#gMapTabs { 
	margin:15px 0 0 0; 
	line-height:24px;
	float:none;
	display: none;
}
ul#gMapTabs li { display:inline-block; padding:0; line-height:24px; list-style:none; margin:0; }
ul#gMapTabs li a {
	background:url(/includes/images/shell/navRollover_icon.gif) no-repeat;
	padding:5px 5px 5px 30px;
	margin:0 5px;
	font-size:11px;
	color:#333;
	text-decoration:none;
}
ul#gMapTabs li a.tab-on { background-position:left center; font-weight:bold; color:#DA2224; }
ul#gMapTabs li a.tab-off { background-position:left 30px; color:#DA2224; }
ul#gMapTabs li a:hover.tab-off { text-decoration:underline; }

#map_detailMap {margin-left: 11px;}

/* ******************* FORMBUILDER ******************* */

td.formtextreq label, td.formreq label{
	color:red;	
	font-weight:bold;
	font-size:11px;

}

td.formtextreq label, td.formtext label, td.formtextreq label{
	font-weight:bold;
	font-size:11px;
}
tbody tr td.boldtext {
	font-weight:bold;
	font-size:1.5em;
	
}

/*.rssLink{
	color:#C53553;
	width:90px;
	text-align:right;
	margin:-10px 20px 0 10px;
	font-size:1.2em;
	font-weight:bold;	
}*/
.rssLink {
	background:url(/includes/images/button-rss.png) no-repeat bottom;
	height:35px;
	width:80px;
	display:block;
	border:none;
	float:right;
}

.c2 .rssLink{
	left:350px;
}
.footerRssLink {
	display:block;
	float:right;
	margin:10px 20px 0 20px;
	width:32px;
}

/* ******************* User Accessable classes ******************* */

.tableStyle1 {}
.tableStyle1 td, .tableStyle1 th { width:1%; border-style:none; }
.tableStyle1 .dateCol {
	width:50px;
	font-weight:bold;
	vertical-align:top;
}
.c2 .tableStyle1 .descCol {
	width:393px;
}
.c2-c3 .tableStyle1 .descCol {
	width:650px;
}
.tableStyle1 .descCol a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.dataTable1 {
	display:block;
	border-collapse:collapse;
	border:1px solid #EEE;
}
.dataTable1 td, .dataTable1 th {
	font-size:1.2em;
	padding:10px;
}
.dataTable1 th { text-align:center;
}
.dataTable1 tr th {
	border:1px solid #EEE !important; 
	border-collapse:collapse;
}
.tabs .tabs-hide {
     display: none;
}
.dataTable1 td, .dataTable1 th { width:1%; border-style:none; }
tr.even { background-color:#F9F9F9; }
.dataTable1 tbody tr:hover {  }
.dataTable1 tbody tr:hover td { font-weight:bold; }
.dataTable1 caption {
	margin:6px 0;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}

/* ******************* Member directory ******************* */
.memberSort { font-size:1.2em;}

/******************** Trip Advisor ********************/
.trip-advisor {
	padding: 9px;
	text-align: left;
	background-color:#FFF;
	width:202px;
	color:#000;
}

.trip-advisor a {
	font-weight: bold;
	color: #B66D1B;
}

/* ******************* CUSTOM ******************* */

/*#sb-container {display: none;}<-	THIS WILL BEAK SHADOWBOXES THAT OPEN WHEN USING THE onload EVENT */

.hint { color:#999; }
.hidden { visibility:hidden; }
.visible{ visibility:visible; }
.button {
	background:#F29023 url(/includes/images/shell/gradient-1.jpg) repeat-x;
	border:1px solid #DE831F;
	color:#FFF;
	font-size:1.2em;
}
.disabled { cursor:default; }
span.disabled { color:#999; }
.loading {
	background: url(/includes/images/shell/loading.gif) no-repeat center center;
	width:120px;
	height:120px;
	text-align:center;
	margin:150px auto;
}
.v-separator {
	height:5px;
	line-height:1px;
	overflow:hidden;
	margin:10px 0;
	border-top:1px solid #CCC;
}
.hr {
	height:3px;
	line-height:3px;
	overflow:hidden;
	border-top:1px solid #CCC;
	margin:5px 0;
}
.hr-shadow {
	background:transparent url(/includes/images/shell/holderBottomBorder.gif) no-repeat center center;
	position:absolute;
	z-index:3;
	bottom:-8px;
	left:0;
	height:8px;
	margin-top:18px;
	margin-bottom:-8px;
}
.c2 .hr-shadow { width:480px; }
.c2-c3 .hr-shadow { width:700px; }
.moreInfo {
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
}
.scrolly { background:transparent url(/includes/images/shell/hr-horiz.gif) no-repeat 0 0; height:30px; clear:both; margin: 5px 0; text-align:center; 
border:none;}
.c2-c3 .scrolly { background-position: center 0; }
.c2 .scrolly { background-position: center -30px; }
.c3 .scrolly { background-position: center -60px; }
.c1 .scrolly { background-position: center -90px; }

fieldset.form{
	padding:15px;
	border:1px solid #dfdfdf;
}
fieldset.form legend{
	color:#000;
	font-weight:bold;
	font-size:1.5em;
	padding:5px 10px;
	border:1px solid #dfdfdf;
}


fieldset.form li input {
	padding:3px 0;
	font-size:1.25em;
	width:200px
}


fieldset.form li label {
	display:block;
	font-size:1.35em;
	width:100px;	
	float:left;
	text-align:right;
}

fieldset.margin{
	margin:20px;
	padding:10px;
}

fieldset .warn{
	font-weight:bold;
	
}

fieldset.bordered{
	border: 1px solid #d1d1d1;
}
fieldset.bordered legend{
	border: 1px solid #d1d1d1;
	padding:3px 5px;
	margin: 0 0 0 5px;
}

#popUpMainContainer .simpleForm{
	margin:10px;
}
.simpleForm .warn{
	font-weight:bold;
}
.simpleForm legend{
	font-size:1.1em;
	color:#222;
	font-weight:bold;
}

.simpleForm p.readonly{
	font-size:1em;
}

fieldset.small{
	width:50%;
}

.simpleForm legend{
	padding:3px;
}

.simpleForm fieldset, .simpleForm legend{
	border: 1px solid #eaeaea;
}

.simpleForm fieldset, fieldset.simpleForm {
	padding:6px;
}

.simpleForm .labelPadded{
display:block;
padding:10px 0 0 110px; /*This needs to be the same width as the label plus the margin between the textbox*/	
}

.simpleForm ul {
	margin:0 !important;
}

.simpleForm ul li{
	list-style-type:none !important;
}

.simpleForm label{
	display:block;
	width:100px;
	float:left;
	padding:0;
	margin: 10px 0 0;	
	text-align:right;
	font-size:1.2em;
	padding:3px 0;

}

.simpleForm input, .simpleForm textarea,  .simpleForm select, .simpleForm p.readonly {
	width:auto;
	margin:10px 0 0 10px;
	padding:3px;
}
.simpleForm textarea{
	overflow:auto;
}

.simpleForm br {
	clear:left;
}
.simpleForm input{
	
}
.simpleForm div.formControls{
	text-align:center;
	margin:2px auto;
}

.formStyle1 div.formControls{
	text-align:center;
}
.formStyle1 label {
	font-size:1.2em;
	font-weight:bold;
	padding:6px 0px;
}
.formStyle1 .checkBoxContainer{
	padding-left:40px;
}

.formStyle1 .checkBoxContainer .checkbox{ /*A class is used instead of an attributes selector to maintain backwars compat. */
	display:block;
	width:30%;
	float:left;
	font-weight:normal;

}
.formStyle1 input, .formStyle1 select{
	padding:6px 4px;
}

td.recur_menu_on{
	padding:5px;
	border:1px solid #ffffff;
}
.recur_menu_on, .recur_menu{
	padding:8px;
	text-align:center;
	font-size:1.2em;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #ffffff;

}
.recur_menu_on{
	background-color:#E18520;
}
.recur_menu{
	background-color:#014769;	
}
.recurOption{	
}
.recurOption legend{
	font-weight:bold;
	padding:3px;
}
fieldset.recurOption{
		padding:10px;
}
fieldset.recurOption legend{
	padding-left:-5px;
}
.labelMargin {
	margin-left:100px;
}
 fieldset.form ul.longWidth li label{
	width:150px;	
} 
ul.longWidth .labelMargin{	
	margin-left:150px;
}

.textCounter{
	font-size:10px;
}

fieldset.form li.optin label{
	width:200px;
	font-size:1.1em;
	padding:3px;
	display:inline;
}
fieldset.form li.optin input{
	float:left;
	width:auto;
	margin-left:100px;
}
fieldset.form li label > input{
	float:right;	
}
img.captcha{
	width:200px;
}
.error, .errorMsg {
	color:#DA2224;
	font-weight:bold;
	font-size:12px;
}
.warning, .warningMsg, .alertMsg {
	color:#CC5B09;
	font-size:12px;
}
.alertMsg, .errorMsg, .warningMsg { text-align:center; font-weight:bold; padding:10px; }
.req {
	color:#DA2224;
}

.response-box{
	margin:5px auto;
	width:80%;
	padding:5px;
	background-color:#FF9C47;
	border:1px inset #ED6D0A;
}
.response-box p{
	color:#FFF;
	margin:0;
	padding:0;
	font-weight:bold;
	
}

.formCntrls{
	width:90%;
	margin:0 auto;
	text-align:center;
}

/* ******************* CLEAR FIX ******************* */

.clear { clear:both; }
.clearfix:after {	/* apply to containers with floted children */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }

/* ******************* GEORGE'S RANDOM STUFF ******************* */

fieldset.form ul li { line-height:20px; }
.floatLeft { float:left; }
.floatRight { float:right; }


#meeting_facility_tab {
	margin:10px auto;
	padding: 0 15px;
}
.halfCol {
	width:300px;
	float:left;
	font-size:1.2em;
	padding:5px 0;
}
#meeting_facility_tab label {
	font-weight:bold;
}

/* ******************* sIFR ******************* */

.sIFR-flash{visibility:visible !important;margin:0;padding:0;}
.sIFR-replaced, .sIFR-ignore{visibility:visible !important;}
.sIFR-alternate{position:absolute;left:0;top:0;width:0;height:0;display:block;overflow:hidden;}
.sIFR-replaced div.sIFR-fixfocus{margin:0pt;padding:0pt;overflow:auto;letter-spacing:0px;float:none;}

/* ******************* APP STYLES ******************* */

.pageError {padding:25px;}.cfdebug {font-size:1.1em !important;text-align:left;}/* DON'T CENTER DEBUG CODE */
#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:10000; /* to be sure it is above the social lounge */
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(/includes/images/shadowbox/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(/includes/images/shadowbox/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(/includes/images/shadowbox/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(/includes/images/shadowbox/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(/includes/images/shadowbox/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
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-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
/* SOCIAL MEDIA FOOTER */
#socialLoungeFooter {
	position:fixed;
	z-index:9999;
	left:0;
	bottom:0;
	width:100%;
	height:80px;
	overflow:hidden;
}
#socialLoungeFooter .loungeHolder {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9999;
	background:url(/includes/images/widgets/socialMedia/footerTab.png) repeat-x top center;
	width:100%;
	height:150px;
}
#socialLoungeFooter .loungeContent {
	position:relative;
	width:990px;
	height:100px;
	margin:0 auto;
	display:none;
}
#socialLoungeFooter .loungeNav {
	position:relative;
	background:url(/includes/images/widgets/socialMedia/theLounge.jpg) no-repeat 28px 20px;
	width:300px;
	height:50px;
	margin:20px auto 0 auto;
}
#socialLoungeFooter .loungeNav .handle {
	position:absolute;
	width:125px;
	height:50px;
	top:0;
	left:20px;
	cursor:pointer;
}
#socialLoungeFooter .loungeNav .arrow {
	position:absolute;
	top:5px;
	left:67px;
	width:30px;
	height:9px;
	background:url(/includes/images/widgets/socialMedia/footerTab-arrow.png) no-repeat top center;
}
#socialLoungeFooter .loungeNav .arrow.pointUp {
	background-position:0 -9px;
}
#socialLoungeFooter .canHolder {
	width:125px;
	margin:10px 25px 0 0;
	float:right;
	clear:right;
}
#socialLoungeFooter .canHolder a {
	background:url(/includes/images/widgets/socialMedia/canIcons-sm.png) no-repeat 0px 0px;
	width:25px;
	height:50px;
	margin:0;
	display:block;
	float:left;
}
#socialLoungeFooter .canHolder a.sel {
	margin-top:7px;
}
#socialLoungeFooter .canHolder a.canFB {
}
#socialLoungeFooter .canHolder a.canTWT {
	background-position:-25px 0px;
}
#socialLoungeFooter .canHolder a.canPIC {
	background-position:-50px 0px;
}
#socialLoungeFooter .canHolder a.canVID {
	background-position:-75px 0px;
}
#socialLoungeFooter .canHolder a.canPCST {
	background-position:-100px 0px;
}

#socialLoungeFooter .pod {
	width:870px;
	overflow:hidden;
	padding:0 100px 0 60px;
}
#socialLoungeFooter .podItem {
	width:265px;
	height:80px;
	margin:0 10px 0 0;
	padding:0;
	color:#FFF;
	float:left;
	text-align:left;
}
#socialLoungeFooter .podItem h4, #socialLoungeFooter .podItem p {
	font-size:11px;
	line-height:12px;
	color:#FFF;
}
#socialLoungeFooter .twtPod .podItem, #socialLoungeFooter .picPod .podItem {
	margin-top:7px;
}
#socialLoungeFooter .fbMoreBtn, #socialLoungeFooter .twtMoreBtn, #socialLoungeFooter .picMoreBtn,
#socialLoungeFooter .vidMoreBtn, #socialLoungeFooter .pcstMoreBtn {
	background:url(/includes/images/widgets/socialMedia/moreBtn.jpg) no-repeat center top;
	position:absolute;
	right:0;
	top:20px;
	display:block;
	font-size:14px;
	color:#FFF;
	width:100px;
	height:30px
}
#socialLoungeFooter .fbMoreBtn {
	background-position:center 0px;
}
#socialLoungeFooter .twtMoreBtn {
	background-position:center -30px;
}
#socialLoungeFooter .picMoreBtn {
	background-position:center -60px;
}
#socialLoungeFooter .vidMoreBtn {
	background-position:center -90px;
}
#socialLoungeFooter .pcstMoreBtn  {
	background-position:center -120px;
}
#socialLoungeFooter .vidPod .podItem, #socialLoungeFooter .pcstPod .podItem {
	position:relative;
	float:left;
	width:190px;
	margin:7px 5px 0 0;
	padding-left:80px;
}
#socialLoungeFooter .picPod .podItem {
	height:60px;
	width:auto;
	margin:7px 12px 0 0;
	padding:0;
}
#socialLoungeFooter .picPod .podItem img {
	height:60px;
}
.picPod a.picThumb {
	width:60px;
}
#socialLoungeFooter .vidPod .podItem img, #socialLoungeFooter .pcstPod .podItem img {
	width:75px;
}
.vidPod a.playOverlay, .vidPod .vidThumb, .pcstPod a.playOverlay, .pcstPod .pcstThumb {
	display:block;
	width:75px;
	height:60px;
	position:absolute;
	top:0px;
	left:0px;
}
.vidPod a.playOverlay, .pcstPod a.playOverlay {
	background:url(/includes/images/widgets/socialMedia/socialMedia_vid_play_cover.png) no-repeat center center;
	z-index:3;
}
.vidPod .vidThumb, .pcstPod .pcstThumb {
	z-index:2;
}


#socialLoungeFooter .podItem a {
	color:#EDDFB1;
}
#socialLoungeFooter .podItem .avatar {
	float:left;
}
#socialLoungeFooter .twtPod .podItem .avatar {
	display:none;
}
#socialLoungeFooter .podItem .postTime, #socialLoungeFooter .podItem .clear {
	display:none;
}
#socialLoungeFooter .loungeContent a.canFB, 
#socialLoungeFooter .loungeContent a.canTWT, 
#socialLoungeFooter .loungeContent a.canPIC, 
#socialLoungeFooter .loungeContent a.canVID, 
#socialLoungeFooter .loungeContent a.canPCST {
	display:block;
}
#socialLoungeFooter .loungeContent a.canFB span, 
#socialLoungeFooter .loungeContent a.canTWT span, 
#socialLoungeFooter .loungeContent a.canPIC span, 
#socialLoungeFooter .loungeContent a.canVID span, 
#socialLoungeFooter .loungeContent a.canPCST span {
	display:none;
	position:absolute;
	top:-25px;
	left:0;
	background-color:#FFF;
	border:1px solid #666;
	padding:5px 10px;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
#socialLoungeFooter .loungeContent a:hover.canFB span, 
#socialLoungeFooter .loungeContent a:hover.canTWT span, 
#socialLoungeFooter .loungeContent a:hover.canPIC span, 
#socialLoungeFooter .loungeContent a:hover.canVID span, 
#socialLoungeFooter .loungeContent a:hover.canPCST span {
	display:block;
}
#socialLoungeFooter .loungeContent .canFB, #socialLoungeFooter .loungeContent .canTWT, #socialLoungeFooter .loungeContent .canPIC, 
#socialLoungeFooter .loungeContent .canVID, #socialLoungeFooter .loungeContent .canPCST {
	position:absolute;
	top:-25px;
	left:10px;
	background:url(/includes/images/widgets/socialMedia/canIcons-lg.png) no-repeat 0px 0px;
	width:30px;
	height:90px;
}
#socialLoungeFooter .loungeContent .canTWT {
	background-position:-30px 0px;
}
#socialLoungeFooter .loungeContent .canPIC {
	background-position:-60px 0px;
}
#socialLoungeFooter .loungeContent .canVID {
	background-position:-90px 0px;
}
#socialLoungeFooter .loungeContent .canPCST {
	background-position:-120px 0px;
}
#socialLoungeFooter .loungeContent iframe {
	margin-top:-25px;
}
.fan_box .page_stream {
	font-family:Arial,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	border:none;
	overflow:hidden;
	height:80px;
	padding-left:60px;
	padding-right:310px;
}
.fan_box .UIMediaItem {
	height:55px;
}
.UIMediaItem img {
	height:50px;
}
.fan_box a {
	color:#FFF;
}
.fan_box .full_widget {
	border:none;
}
.fan_box .full_widget .connect_top {
	display:none;
}
.fan_box .connections {
	position:absolute;
	right:105px;
	top:5px;
	width:200px;
	border:none;
	min-height:80px;
	padding:100px 0 0 0;
	color:#FFF;
}
.fan_box .connections .connections_grid {
	position:absolute;
	top:0;
	right:0px;
	width:200px;
	height:80px;
}
.fan_box .connections_grid .grid_item {
	width:30px;
	padding: 0 3px 3px 0;
}
.fan_box .connections_grid .grid_item .name {
	display:none;
}
.fan_box .connections_grid .grid_item img {
	width:30px;
}
.fan_box .full_widget {
	background-color:transparent;
}
.fan_box .UIIntentionalStory {
	border:none;
	padding:0;
	margin:0;
}
.fan_box .UIIntentionalStory_Names {
	display:block;
	margin-top:10px;
}
.fan_box .UIStory_Message {
	color:#FFF;
	display:block;
	height:60px;
	padding:5px;
}
.fan_box .UIIntentionalStory h3, .UIIntentionalStory_Info {
	display:none;
}
.fan_box .UIStoryAttachment {
	height:90px;
}
.fan_box .UIStoryAttachment_Title {
	padding-top:0;
}
.UIIntentionalStory_Message, .UIIntentionalStory .location {
	font-size:12px;
}
.fan_box .UIStoryAttachment_Caption, .fan_box .UIStoryAttachment_Copy {
	color:#DEC46E;
	padding-top:2px
}/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-datepicker .ui-helper-hidden, .ui-datepicker.ui-helper-hidden { display: none; }
.ui-datepicker .ui-helper-hidden-accessible, .ui-datepicker.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-datepicker .ui-helper-reset, .ui-datepicker.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-datepicker .ui-helper-clearfix:after, .ui-datepicker.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-datepicker .ui-helper-clearfix, .ui-datepicker.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-datepicker .ui-helper-clearfix, * html .ui-datepicker.ui-helper-clearfix { height:1%; }
.ui-datepicker .ui-helper-clearfix, .ui-datepicker.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%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=444444&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=44&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=14_loop.png&bgImgOpacityContent=25&borderColorContent=555555&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=222222&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=35&borderColorDefault=444444&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=003147&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=33&borderColorHover=0b93d5&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=0972a5&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=20&borderColorActive=26b3f7&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=02_glass.png&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=01_flat.png&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
*/


/* 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 #555555; background: #000000 url(images/ui-bg_loop_25_000000_21x21.png) 50% 50% repeat; color: #ffffff; }
.ui-datepicker.ui-widget-content a { color: #ffffff; }
.ui-datepicker .ui-widget-header { border: 1px solid #333333; background: #444444 url(images/ui-bg_highlight-soft_44_444444_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-datepicker .ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-datepicker .ui-state-default, .ui-datepicker.ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default { border: 1px solid #444444; background: #222222 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #eeeeee; }
.ui-datepicker .ui-state-default a, .ui-datepicker .ui-state-default a:link, .ui-datepicker .ui-state-default a:visited { color: #eeeeee; text-decoration: none; }
.ui-datepicker .ui-state-hover, .ui-datepicker.ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker.ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus { border: 1px solid #0b93d5; background: #003147 url(images/ui-bg_highlight-soft_33_003147_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-datepicker .ui-state-hover a, .ui-datepicker .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active { border: 1px solid #26b3f7; background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-datepicker .ui-state-active a, .ui-datepicker .ui-state-active a:link, .ui-datepicker .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-datepicker.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 #cccccc; background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #2e7db2; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ffb73d; background: #ffc73d url(images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x; color: #111111; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #111111; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #111111; }
.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(images/ui-icons_cccccc_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_4b8e0b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_a83300_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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-datepicker .ui-corner-tl, .ui-datepicker.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-datepicker .ui-corner-tr, .ui-datepicker.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-datepicker .ui-corner-bl, .ui-datepicker.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-datepicker .ui-corner-br, .ui-datepicker.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-datepicker .ui-corner-top, .ui-datepicker.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-datepicker .ui-corner-bottom, .ui-datepicker.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-datepicker .ui-corner-right, .ui-datepicker.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-datepicker .ui-corner-left, .ui-datepicker.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-datepicker .ui-corner-all, .ui-datepicker.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index: 100;}
.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*/
}
