* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
body {
	margin:0px;
	background-color:#5ad2ff;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	}
.iH { display:none }
a, a:active, a:visited, input { /* link dotted lines fix */
	outline: none;
	-moz-outline-style: none;
	}
hr {
	height:1px;
	font-size:0px;
	border:0px solid #cccccc;
	color:#cccccc;
	background-color:#cccccc;
	margin:6px 0;
	}
hr.cline {
	height:1px;
	font-size:0px;
	border:0px solid #888888;
	color:#888888;
	background-color:#888888;
	margin:2px 0;
	}
#noJS {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:yellow;
	}

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#header {
   width:988px;
   height:189px;
   margin-top:13px;
	margin-right:auto; margin-left:auto;
	position:relative;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}
#logo {
	position:absolute;
	left:49px;
	top:2px;
	}
#specials {
	position:absolute;
	left:306px;
	top:18px;
	}
#headerButtons {
	position:absolute;
	left:610px;
	top:22px;
	}
.headerButton {
	width:114px;
	height:25px;
	background-image:url(../images/headerButton.jpg);
	font-size:16px;
	font-weight:bold;
	color:white;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	float:left;
	margin-right:6px;
	}
.headerButton:hover {
	background-image:url(../images/headerButton_over.jpg);
	}
.header_paypal {
	position:absolute;
	left:841px; top:116px;
	}
#phoneBlurb {
	position:absolute;
	left:627px;
	top:62px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:black;
	text-align:right;
	}
#phoneBlurb span {
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:20px;
	color:#004579;
	}
#licenced {
	margin:20px 0 0 62px;
	}
a.headerCart {
   display:block;
	width:75px; height:30px;
	background-image:url(../images/cart_button.jpg);
   position:absolute;
   left:610px; top:22px;
   z-index:99;
   padding-left:39px;
   font-size:16px;
	color:white;
	line-height:30px;
	text-decoration:none;
	}
a.signinButton {
	display:block;
	width:114px; height:30px;
	background-image:url(../images/signin_button.jpg);
   position:absolute;
   left:850px; top:22px;
   z-index:99;
	}
a.signoutButton {
	display:block;
	width:114px; height:30px;
	background-image:url(../images/signout_button.jpg);
   position:absolute;
   left:850px; top:22px;
   z-index:99;
	}
a.myAccountButton {
	display:block;
	width:114px; height:30px;
	background-image:url(../images/myAccount_button.jpg);
   position:absolute;
   left:730px; top:22px;
   z-index:99;
	}
a.signinButton:hover, a.signoutButton:hover, a.headerCart:hover, a.myAccountButton:hover {
	background-position:0 30px;
	cursor:pointer;
	}

/* ========================== */
/* ========== Menu ========== */
/* ========================== */

#menuBar {
   width:980px; height:30px;
   position:absolute;
	left:2px; top:161px;
	background-image:url(../images/menuBack.jpg);
	z-index:999;
	}
/*#menuBarLeft {
	width:6px; height:30px;
	background-image:url(../images/menuLeft.jpg);
	float:left;
	margin-right:2px;
	font-size:0px;
	}
#menuBarRight {
	width:6px; height:30px;
	background-image:url(../images/menuRight.jpg);
	float:right;
	font-size:0px;
	}*/
#menuBar a {
	display:block;
	line-height:30px;
	color:white;
	text-decoration:none;
	background-image:url(../images/menuBack.jpg);
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0 9px;
	}
#menuBar a:hover {
	background-image:url(../images/menuOver.jpg);
	}
/*#menuBar span {
	display:block;
   width:2px; height:30px;
	background-image:url(../images/menuDiv.jpg);
	float:left;
	font-size:0px;
	}*/

/* ============================= */
/* ========== Content ========== */
/* ============================= */

#contentTable {
   width:988px;
	margin:0 auto;
	/*position:relative;*/
	z-index:1;
	}
#contentDiv{
	width:940px;
	padding:6px 22px 0 22px;
	margin:0 auto;
	}
#contentDiv, #contentDiv p, #contentDiv li {
	font-size:14px;
	color:black;
	}
#contentDiv a {
	font-size:14px;
	color:#007d9f;
	}
#contentDiv a:hover {
	color:#13abd6;
	}
#contentDiv h1 {
	font-size:18px;
	font-weight:bold;
	color:#13abd6;
	display:block;
	border-bottom:1px solid #b2c7d7;
	}
.contentInner {
	padding:0 45px;
	}
.indent {
	margin-left:20px;
	}
#servingBox {
	width:253px;
	padding:11px 0 0 17px;
	background-image:url(../images/servingBox.jpg);
	background-repeat:no-repeat;
	background-color:#b54ad8;
	margin-top:4px;
	font-size:16px;
	font-weight:bold;
	color:white;
	}
#servingBoxBottom {
	width:270px; height:6px;
	background-image:url(../images/servingBox_bottom.jpg);
	margin-bottom:6px;
	}
#servingBox ul {
	list-style-image:url(../images/serving_bullet.gif);
	margin-top:12px;
	margin-bottom:0;
	}
#servingBox li {
   font-size:12px;
	font-weight:bold;
	color:white;
	line-height:11px;
	}
#calendarBox {
	width:270px;
	margin-top:6px;
	padding-top:1px;
	background-image:url(../images/calendarBox.jpg);
	background-color:#fcab28;
	background-repeat:no-repeat;
	}
#calendarInner {
	background-color:white;
	width:220px;
	margin:6px 0 0 15px;
	padding:1px 10px;
	}
#calendarBoxBottom {
	width:270px; height:6px;
	background-image:url(../images/calendarBox_bottom.jpg);
	border-top:1px solid #fdac29;
	font-size:1px;
	}
#contentDiv #calendarNew a {
	font-size:11px;
	}
#calendarNew {
	margin-top:5px;
	}
.ui-datepicker-inline {
	margin:0 auto;
	}
#weather td {
	font-size:11px;
	}
#weather a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	}
#weather a:hover {
	color:#E7EF44;
	}
.ALERHsmLinks {
	display:none;
	}
.bounceBlurb {
	width:717px;
	height:63px;
	padding:11px 20px 0 20px;
	background-image:url(../images/bounceBlurb.jpg);
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
	}
.combosBlurb {
	width:717px;
	height:63px;
	padding:11px 20px 0 20px;
	background-image:url(../images/comboBlurb.jpg);
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
	}
.slidesBlurb {
	width:717px;
	height:63px;
	padding:11px 20px 0 20px;
	background-image:url(../images/slidesBlurb.jpg);
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
	}
.interactivesBlurb {
	width:717px;
	height:63px;
	padding:11px 20px 0 20px;
	background-image:url(../images/interactivesBlurb.jpg);
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:right;
	margin-right:1px;
	}
.partyBlurb {
	width:896px;
	height:63px;
	padding:35px 20px 0 24px;
	background-image:url(../images/partyBlurb.jpg);
	background-repeat:no-repeat;
	color:#0c4975;
	font-size:14px;
	font-weight:bold;
	float:left;
	}
.forsaleBlurb {
	width:896px;
	height:63px;
	padding:35px 20px 0 24px;
	background-image:url(../images/forsaleBlurb.jpg);
	background-repeat:no-repeat;
	color:#0c4975;
	font-size:14px;
	font-weight:bold;
	float:left;
	}
.equipmentBlurb {
	width:896px;
	height:63px;
	padding:35px 20px 0 24px;
	background-image:url(../images/equipmentBlurb.jpg);
	background-repeat:no-repeat;
	color:#0c4975;
	font-size:14px;
	font-weight:bold;
	float:left;
	}
.productTable {
	width:849px;
	border-collapse:collapse;
	margin-right:auto; margin-left:auto;
	}
.productTable h2 {
	font-size:16px;
	font-weight:bold;
	color:#007d9f;
	}
.productTable p {
	font-size:14px;
	color:black;
	}
.productTableLink {
	font-size:12px;
	}
.moreInfo {
	border:1px solid #b2c7d7;
	padding:7px;
	font-size:11px;
	}
#contentDiv .moreInfo a {
	font-size:11px;
	}
.contactTable {
	margin-right:auto; margin-left:auto;
	}
.adBox {
	border:1px solid #b2c7d7;
	background-image:url(../images/adBack.jpg);
	background-color:#d3d4d3;
	background-repeat:repeat-x;
	padding:7px;
	font-size:14px;
	width:300px;
	margin-right:auto; margin-left:auto;
	}
#extrasWeddings {
	width:129px;
	height:137px;
	background-image:url(../images/extras_weddings.jpg);
	cursor:auto;
	margin:6px 0;
	float:left;
	}
#extrasTables {
	width:129px;
	height:137px;
	background-image:url(../images/extras_tables.jpg);
	cursor:auto;
	margin:6px;
	float:left;
	}
#extrasConcessions {
	width:129px;
	height:137px;
	background-image:url(../images/extras_concessions.jpg);
	cursor:auto;
	margin:6px 0;
	float:left;
	}
#extrasTents {
	width:129px;
	height:137px;
	background-image:url(../images/extras_tents.jpg);
	cursor:auto;
	margin:6px;
	float:left;
	}
#extrasDjs {
	width:129px;
	height:137px;
	background-image:url(../images/extras_djs.jpg);
	cursor:auto;
	margin:6px 0;
	float:left;
	}
#extrasClowns {
	width:129px;
	height:137px;
	background-image:url(../images/extras_clowns.jpg);
	cursor:auto;
	margin:6px;
	float:left;
	}
#extrasPainting {
	width:129px;
	height:137px;
	background-image:url(../images/extras_painting.jpg);
	cursor:auto;
	margin:6px 0;
	float:left;
	clear:right;
	}
#extrasCakes {
	width:129px;
	height:137px;
	background-image:url(../images/extras_cakes.jpg);
	cursor:auto;
	margin:6px 0;
	float:left;
	}
#extrasDance {
	width:129px;
	height:137px;
	background-image:url(../images/extras_dance.jpg);
	cursor:auto;
	margin:6px;
	float:left;
	}
#extrasStages {
	width:129px;
	height:137px;
	background-image:url(../images/extras_stages.jpg);
	cursor:auto;
	margin:6px 0;
	float:left;
	}
#extrasCharacters {
	width:129px;
	height:137px;
	background-image:url(../images/extras_characters.jpg);
	cursor:auto;
	margin:6px;
	float:left;
	}
#extrasPonies {
	width:129px;
	height:137px;
	background-image:url(../images/extras_ponies.jpg);
	cursor:auto;
	margin:6px 0;
	float:left;
	}
#extrasTrain {
	width:129px;
	height:137px;
	background-image:url(../images/extras_train.jpg);
	cursor:auto;
	margin:6px;
	float:left;
	}
#extrasTrain2 {
	width:129px;
	height:137px;
	background-image:url(../images/extras_train.jpg);
	cursor:auto;
	margin:6px 0;
	float:left;
	}
#funPartyButton {
	width:129px;
	height:137px;
	background-image:url(../images/fun_party_button.jpg);
	cursor:auto;
	}
#extrasWeddings:hover, #extrasTables:hover, #extrasConcessions:hover, #extrasTents:hover, #extrasDjs:hover, #extrasClowns:hover, #extrasPainting:hover, #funPartyButton:hover,
#extrasCakes:hover, #extrasDance:hover, #extrasStages:hover, #extrasCharacters:hover, #extrasPonies:hover, #extrasTrain:hover, #extrasTrain2:hover {
	background-position:0 137px;
	cursor:pointer;
	}
#bigboxBounce {
	width:231px;
	height:246px;
	background-image:url(../images/bigbox_bounce.jpg);
	cursor:auto;
	float:left;
	}
#bigboxCombos {
	width:229px;
	height:246px;
	background-image:url(../images/bigbox_combos.jpg);
	cursor:auto;
	margin:0 5px 0 6px;
	float:left;
	}
#bigboxSlides {
	width:231px;
	height:246px;
	background-image:url(../images/bigbox_slides.jpg);
	cursor:auto;
	float:left;
	}
#bigboxInt {
	width:231px;
	height:246px;
	background-image:url(../images/bigbox_int.jpg);
	cursor:auto;
	margin-left:6px;
	float:left;
	clear:right;
	}
#bigboxBounce:hover, #bigboxCombos:hover, #bigboxSlides:hover, #bigboxInt:hover {
	background-position:0 246px;
	cursor:pointer;
	}
#partyExtrasButton {
	width:179px;
	height:39px;
	background-image:url(../images/party_extras_button.jpg);
	cursor:auto;
	}
#partyExtrasButton:hover {
	background-position:0 39px;
	cursor:pointer;
	}
#smboxBounce {
	width:231px;
	height:67px;
	background-image:url(../images/smbox_bounce.jpg);
	cursor:auto;
	float:left;
	}
#smboxCombos {
	width:229px;
	height:67px;
	background-image:url(../images/smbox_combos.jpg);
	cursor:auto;
	margin:0 6px;
	float:left;
	}
#smboxSlides {
	width:231px;
	height:67px;
	background-image:url(../images/smbox_slides.jpg);
	cursor:auto;
	float:left;
	}
#smboxInt {
	width:231px;
	height:67px;
	background-image:url(../images/smbox_int.jpg);
	cursor:auto;
	margin-left:6px;
	float:left;
	clear:right;
	}
#smboxBounce:hover, #smboxCombos:hover, #smboxSlides:hover, #smboxInt:hover {
	background-position:0 67px;
	cursor:pointer;
	}
.specials {
   width:254px; height:130px;
	background-image:url(../images/specials.jpg);
	overflow:hidden;
	}
.specialsPhoto {
	width:254px; height:126px;
	overflow:hidden;
	padding-top:4px;
	text-align:center;
	/*position:relative;
	z-index:1;*/
	}
.specialsPhoto img {
	margin:0 auto;
	}
.specialsPhoto_overlay {
	width:254px; height:130px;
	background-image:url(../images/specials_overlay.gif);
	z-index:99;
   position:absolute;
   left:0; top:0;
   cursor:auto;
	}
.specialsPhoto_overlay_over {
	width:254px; height:130px;
	background-image:url(../images/specials_overlay.gif);
	z-index:99;
   position:absolute;
   left:0; top:0;
   cursor:pointer;
	}
.jshowoff-slidelinks, #contentDiv .jshowoff-slidelinks a {
	display:none;
	}

/* =================================== */
/* ========== Shopping Cart ========== */
/* =================================== */

#viewCartForm {
   width:60%;
	margin:50px auto 0 auto;
	}
table.cartTable {
	width:100%;
	margin-top:20px;
	}
.cartTable th {
	background-color:#d8eaf8;
	border:1px solid #76b8da;
	color:#0d4874;
	font-size:18px;
	font-weight:normal;
	padding:5px 10px;
	}
.cartTable td {
	font-size:13px;
	padding:5px 10px;
	border-bottom:1px solid #c0c0c0;
	}
.totalTable {
	margin:7px 0;
	}
.totalTable td {
	font-size:15px;
	}

/* ===================================== */
/* ========== CALENDAR STYLES ========== */
/* ===================================== */

#calendar2 {
	border-radius: 4px 4px 4px 4px;
	display: block;
	padding: 0.2em 0.2em 0;
	width: 17em;
	background: url("/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE;
	border: 1px solid #DDDDDD;
	color: #333333;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
	height:178px;
	}
.calendarDayHighlight {
	color:#333333;
	font-weight: bold;
	text-align: center;
	height:18px;
	line-height:18px;
	}
.calendarTitleText {
	padding: 0.2em 0;
	position: relative;
	border-radius: 4px 4px 4px 4px;
	background: url("/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #F6A828;
	border: 1px solid #E78F08;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-align:center;
	}
.calendarUnavailable {
	font-size: 11px;
	color: #999999;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-weight: bold;
   text-align: right;
	text-decoration: none;
	padding: 0.2em;
	}
.calendarAvailable {
   font-size: 11px;
	color: #007D9F;
	background-color: white;
	border: 1px solid #CCCCCC;
	font-weight: bold;
   text-align: right;
	text-decoration: none;
	padding: 0.2em;
	}
.calendarAvailable_over {
	cursor:pointer;
   font-size: 11px;
	color: #007D9F;
	background-color: #a1d1e5;
	border: 1px solid #CCCCCC;
	font-weight: bold;
   text-align: right;
	text-decoration: none;
	padding: 0.2em;
	}
.calendarToday {
	background-color:#ffe45c;
	border-color:#fed22f;
	color: #333333;
	}
.calendarBooked {
   font-size: 11px;
	color: white;
	background-color: red;
	border: 1px solid #CCCCCC;
	font-weight: bold;
   text-align: right;
	text-decoration: none;
	padding: 0.2em;
	}

/* =========================== */
/* ========== Admin ========== */
/* =========================== */

#adminHeader {
	width:988px; height:134px;
	background-image:url(../images/header_admin.jpg);
	margin:13px auto 0 auto;
	position:relative;
	}
#adminContentDiv {
	width:940px;
	padding:6px 22px 0 22px;
	margin:0 auto;
	background-color:white;
	}
#menuBar2 {
   position:absolute;
   z-index:999;
   left:2px; top:104px;
   width:980px; height:30px;
   }
.nav, .nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
   }
.nav a {
   display:block;
   color:white;
   font-size:12px;
   text-decoration:none;
   text-align:center;
   line-height:30px;
   width:140px;
   }
.nav li {
   float:left;
   margin:0;
   }
.nav li ul {
   position:absolute;
   text-align:left;
   width:140px;
   left:-999em;
   }
.nav li a:hover, .nav li a.active {
	background-image:url(../images/admin_menu_over.jpg);
  }
.nav li a:hover div, .nav li a.active div {
   cursor:default;
   }
.nav li ul li, .nav li ul li:hover {
   border:none;
   display:block;
   }
.nav li ul li a {
   font-size:12px;
   line-height:22px;
   display:block;
   border:none;
   width:130px;
   padding:0px 5px;
   text-align:left;
   background-color:#1166a7;
   position:relative;
   z-index:99;
   }
.nav li ul li a:hover {
	background-color:#3ab7e7;
	background-image:none;
   }
.nav li:hover ul, .nav li.sfhover ul, .nav li ul li:hover ul, .nav li ul li.sfhover ul {
   left:auto;
   display:block;
   }
.navBottom, .navBottom:hover {
   width:140px; height:7px;
   background-image:url(../images/submenu_bottom.gif);
   font-size:0px;
   }
.dataTable {
	margin:0 auto;
	text-align:left;
	width:100%;
   border-left:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
	}
.dataTable2 {
	margin:0 auto;
	}
.noBorders {
	border:none;
	}
#contentDiv .dataTable td {
	border-bottom:1px solid #9e9e9e;
	height:22px;
	padding-left:3px;
	}
#contentDiv .dataTable td, .dataTable td a, #contentDiv .dataTable2 td, .dataTable2 td a {
   text-align:left;
   font-size:12px;
   }
#contentDiv .dataTable th {
   background-color:#969696;
   background-image:url(../images/dataTable_th.jpg);
   color:black;
   font-size:14px;
   height:22px;
   font-weight:normal;
   padding-left:4px;
   }
#contentDiv .dataTable th a {
   color:black;
   font-size:14px;
   text-decoration:none;
   }
#contentDiv .dataTable th a:hover {
   text-decoration:underline;
   }
.heading2 {
   display:block;
   height:28px;
   padding-left:10px;
   background-color:#969696;
   background-image:url(../images/heading2.jpg);
   line-height:28px;
   font-size:18px;
   color:black;
   position:static;
   z-index:1;
   }
.heading4 {
   display:block;
   width:930px; height:28px;
   padding-left:10px;
   background-color:#969696;
   background-image:url(../images/heading2.jpg);
   line-height:28px;
   font-size:18px;
   color:black;
   position:static;
   z-index:1;
   }
.heading3_title {
   float:left;
   margin-right:6px;
   }
.heading3_button {
   float:right;
   margin-right:6px;
   margin-top:2px;
   clear:right;
   }
.heading3_button {
	//margin-top:1px; /* IE Hack */
	}
div.xtitle {
	color:white;
	display:block;
	height:28px;
	line-height:28px;
	background-color:#801519;
	background-image:url(../images/title.jpg);
	padding-left:10px;
	}
#contentDiv .title2, .heading3, .heading1 {
	color:white;
	font-size:18px;
	font-weight:bold;
	margin:12px 0 0 0;
	display:block;
	width:930px; height:28px;
	line-height:28px;
	background-color:#13abd6;
	background-image:url(../images/title2.jpg);
	padding-left:10px;
	border-bottom:none;
	}
.heading1 {
	background-image:url(../images/title.jpg);
	}
.isHidden {
	color:#888888;
	}
.detailsTable {
	border:1px solid #7f7f7f;
	}
.detailsTable th {
   display:table-cell;
   height:28px;
   padding-left:10px;
   background-color:#969696;
   background-image:url(../images/heading2.jpg);
   line-height:28px;
   font-size:16px;
   font-weight:normal;
   color:black;
	}
.detailsTable td, .detailsTable a {
	font-size:12px;
	}
.detailsTable {
	border:1px solid #7f7f7f;
	}
.detailsTable th {
   display:table-cell;
   height:28px;
   padding-left:10px;
   background-color:#969696;
   background-image:url(../images/heading2.jpg);
   line-height:28px;
   font-size:16px;
   font-weight:normal;
   color:black;
	}
.detailsTable td, .detailsTable a {
	font-size:12px;
	}
.add2cart_calendar {
	float:right;
	}

/* ============================ */
/* ========== Paging ========== */
/* ============================ */

.paging {
	width:940px; height:22px;
	background-image:url(../images/pagingBottom.gif);
	text-align:center;
	position:relative;
	font-size:1px;
	}
.pagingText {
	width:105px;
	height:22px;
	font-size:12px;
	color:black;
	text-align:center;
	position:absolute;
	top:3px;
	left:415px;
	}
.pagingPrevious {
	width:22px;
	height:22px;
	background-image:url(../images/pagingPrevious.gif);
	}
.pagingPrevious_inactive {
	width:22px;
	height:22px;
	background-image:url(../images/pagingPrevious_inactive.gif);
	}
.pagingPrevious_over {
	width:22px;
	height:22px;
	background-image:url(../images/pagingPrevious_over.gif);
	}
/*.paging2 {
	height:22px;
	background-image:url(../images/pagingBottom2.gif);
	text-align:center;
	position:relative;
	font-size:1px;
	}
.paging2Text {
	width:99%;
	height:22px;
	font-size:12px;
	color:black;
	text-align:center;
	position:absolute;
	top:3px;
	margin:0 auto;
	border:1px solid red;
	}
.paging2_right {
	float:right;
	width:5px;
	height:22px;
	background-image:url(../images/pagingBottom2_right.gif);
	}*/

/* =============================== */
/* ========== HighSlide ========== */
/* =============================== */

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-html-content {
   position: absolute;
    display: none;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	background: url(../highslide/graphics/icon.gif) no-repeat 0 1px;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(../highslide/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
.no-footer .highslide-footer {
   display: none;
}
.closeClipButton {
   display:block;
   float:right;
   width:29px; height:29px;
   background-image:url(../images/close_white.jpg);
   }
.closeClipButton:hover {
   background-position:0 29px;
   }
.highslide-wrapper div .highslide-jtitle-narrow {
   float:left;
   font-size:20px;
   color:#0c4b81;
   font-family:Arial, Helvetica, sans-serif;
   line-height:28px;
   padding-left:15px;
   width:385px;
   }

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

#contentDiv .bottomLinks {
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:30px auto 0 auto;
	}
#contentDiv .bottomLinks a, #contentDiv .bottomLinks a:hover {
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:black;
	}
#footer {
	width:988px;
	height:31px;
	margin-right:auto; margin-left:auto;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	}
#footer div {
	text-align:center;
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
	}
#footer table {
	width:938px;
	padding:35px 25px 10px 25px;
	margin-right:auto; margin-left:auto;
	}
#footer td, #footer td a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004579;
	}
#footer td a:hover {
	color:white;
	}

