.module {
  background: white url(/images/bkgr/pod-bkgr.gif) repeat-y 0px 0px;
  clear: both;
  margin: 10px 0px 0px 5px;
  padding: 10px 10px 18px 0px;
}

.poc {
  display: block;
}

.po {
  background: #202020;
  opacity: 0.5;
  
}

.pm {
  position: absolute;
  background: #fff;
  margin-top: 50px;
  margin-left: -20px;
  padding: 10px 50px 10px 50px;
  z-index: 10;
  color: #bbb;
  font-size: x-large;
  font-weight: bold;
}

.level02 .detailCol01,
.level02 .detailCol02 {
  height: auto;
}

.level02 .detailCol02 {
  width: 400px;
  padding: 0 0 0 10px;
}

.level02 .detailCol02 p {
  float: left;
  clear: right;
  width: 190px;
  margin-right: 10px;
}

.level02 .detailCol02 p.hours {
  float: right;
}

.level02 .detailCol02 p.price {
  float: right;
}


#tagFinderContainer.detail {
  background-color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.mapLegendCol {
  width: 140px;
}

.module.first {
  background-image: url(/images/changes/pod-bkgr.gif);
}

.map-info-window h2 {
  margin: 0 10px 10px 0;
  padding: 0;
}
.map-info-window p.address {
  clear: left;
  float: left;
}
.map-logo {
  float: right;
  margin-top: 10px;
}

.module {
  width: 690px;
}
.module h1 {
  float: left;
  clear: both;
  width: 670px;
  margin: 0 0 10px 15px;
}
.module .liner {
  padding: 0 15px;
}

ol.tags {
  padding: 0;
  margin: 0;
}
.tags li {
  margin: 0;
  border-bottom: 1px solid #C2C2C2;
  padding: 15px 15px 15px 0;
  list-style: none;
  display: block;
  width: 100%;
}
.tags li a.title {
  font: normal normal normal 14px/normal Helvetica, 'Arial sans-serif';
}

div.event,
div.special {
  margin-bottom: 1em;
}

div.eventSpecialCol div.event {
	height: 55px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.eventSpecialCol div.events {
	height: 199px;
}
div.eventSpecialCol .specials {
  clear: left;
}
/*
#mainCol div.event h3,
#mainCol div#specials h3
{
float: none;
clear: both;
width: auto;
height: auto;
margin: 0 0 0 0;
padding: 0 0 0 0;
color: #333;
font: bold 14px Helvetica, Arial sans-serif;
}
*/

.moreLink {
  clear: both;
  padding: 0 10px 0 0;
  color: #84c7e1;
  font: bold 12px Helvetica, Arial sans-serif;
  text-decoration: none;
}

.pod .tweets {
  padding: 5px 15px 5px 20px;
}
#mainCol p.tweet,
.tweets p.tweet {
  margin-bottom: 1em;
}
#mainCol p.tweet span,
.tweets p.tweet span
{
color: #dadada;
}
#mainCol p.tweet span a,
.tweets p.tweet span a
{
color: #dadada;
text-decoration: none;
}

.search-results { margin: 1em 0 1em 0; }
.search-results img { float: left; margin: 0 1em 1em 0; }
.search-results div { clear: left; padding: 0.5em 0 0.5em 0; }
.search-results div.tag { margin-bottom: 1em; }

strong.highlight { background-color: yellow; }
.search-results a { font-size: 13px; font-weight: bold;}

.calendar { margin-left: 10px; clear: both; border-top: 1px dotted #BFBFBF; padding: 0 0 10px 0; }
#calendarContainer > h2.date { padding-left: 10px; }

.calendar .events,
.calendar .specials,
.calendar .coming-soon { padding-top: 10px; }

.calendar .events,
.calendar .specials { width: 240px; float: left; padding: 10px 10px 10px 0; }
.calendar .coming-soon { width: 140px; float: left; }

#mainCol .calendar h3 { text-transform: uppercase; color: #919191; padding: 0 0 10px 0; }

.calendar div.event,
.calendar div.special { clear: left; padding-left: 54px; position: relative; }
div.event { clear: left; }

.calendar .event img,
.calendar .special img { position:absolute; top: 0px; left: 0px; padding-right: 10px; }

div.eventSpecialCol div.special {
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}

.calendar .specials { border-left: 1px dotted #BFBFBF; border-right: 1px dotted #BFBFBF; min-height: 600px; }
.calendar .specials .special { margin-bottom: 20px; }
.calendar .specials p { font-size: 13px;}
.calendar .specials,
.calendar .coming-soon { padding: 10px }
.calendar .coming-soon h2.date { clear: both; margin-bottom: 10px;}
.calendar .coming-soon h6 { clear:both; }
.calendar .coming-soon .day { margin-bottom: 10px; }
.calendar .coming-soon a.event { text-decoration: none; color: #0A94C5; }
.calendar .coming-soon a.view-more { text-transform: uppercase; font-size: 10px; text-decoration: none; color: #F6901F; }

.change-date { float: right; text-decoration: none; color: #C0C0C0; }
.ui-datepicker-trigger { cursor: pointer; }



form fieldset {
  border: none;
}

form li {
  list-style: none;
  clear: left;
}

form label {
  display: block;
  float: left;
  width: 35%;
  text-align: right;
  padding: 5px;
}
form ul, form ol {
  margin: 0;
  padding: 0;
}

form .buttons {
  clear: left;
  padding-left: 35%;
}

form input[type=text], form input[type=password] {
  width: 200px;
}

form textarea {
  height: 75px;
}


form .error input {
  border: 1px solid red !important;
}
form .inline-errors {
  color: red !important;
  font-weight: bold;
  margin: 3px 0 0 115px;
}

.ui-dialog .buttons {
  display: none;
}

#searchForm input {
  outline: none!important;
}

html, body, p, h1, h2, h3, h4, h5, h6
{
margin: 0;
padding: 0;
}

img
{
border: none;
}

em {
	font-weight: normal;
	font-style: normal;
}

/* @group typography */

/* @group links */

a {
	color: #333;
	text-decoration: none;
	margin-bottom: 1px;
}

a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 0;
}

a.more {
	font-weight: bold;
	color: #84c7e1;
	text-decoration: none;
	font-size: 11px;
}



/* @end */

/* @group type families */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

body, p {
	font: 11px Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

#nav {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/* @end */

/* @group type styles */

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #ccc;
}

h2 {
	color: #f6901f;
	font-weight: bold;
}

h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 10px;
	color: #333;
}

b {
	font-weight: bold;
	color: #333;
}



/* @end */



/* @end */

body
{
background-color: #f4f4f4;
}

#headerContainer
{
clear: both;
width: 100%;
height: 50px;
background: #e8e8e8 url('/images/bkgr/header.jpg') center top;
}

#header
{
width: 940px;
height: 50px;
margin: 0 auto;
	padding-top: 15px;
	padding-left: 15px;
}

#logo {
	float: left;
	margin-right: 15px;
}

#logo:hover {
	border-bottom-style: none;
}

#neighborhoodCurrent {
	width: 500px;
	float: left;
}

#neighborhoodCurrent a.area {
	font-size: 20px;
	font-weight: bold;
	color: #f6901f;
	text-decoration: none;
}

#mySceneHeader
{
float: right;
width: 225px;
}

#header select
{
	width: 140px;
	border: 1px solid #c2c2c2;
	color: #777;
	font-weight: bold;
	height: 20px;
	margin-right: 5px;
	background-color: #fff;
}

.detailFooter {
	height: 10px;
	background-color: #fff;
	width: 690px;
	float: left;
	clear: both;
	margin: 0 15px;
}

#myscene_interactions h2, #myscene_interactions a {
	color: #f6901f;
}

#mySceneHeader p
{
float: left;
width: 70px;
margin: 5px 10px 0 0;
font: bold 14px Helvetica, Arial sans-serif;
background: transparent url('/images/bkgr/gray-arrow.gif') no-repeat right center;
color: #666;
}

#mySceneHeader img
{
float: left;
}

#mySceneControlForm {
	display: inline;
	float: left;
}

#navContainer
{
clear: both;
width: 100%;
border-bottom: 1px solid #e1e6d4;
background: #fff;
}

.homePod h2
{
position: absolute;
top: 180px;
width: 440px;
height: 15px;
padding: 0 8px;
color: #fff;
z-index: 10;
overflow: hidden;
	font-weight: bold;
	font-size: 16px;
}

#nav
{
	width: 925px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#nav a.nav, #whats_hotContainer a
{
	float: left;
	width: auto;
	height: 15px;
	margin: 12px 0 0;
	padding: 5px 10px;
	color: #666;
	font-weight: bold;
	font-size: 13px;
	border-right: 1px dotted #ccc;
}

#whats_hotContainer a
{
	margin: 0 0 20px;
	font-size: 13px;
}

#nav a.nav:hover, #whats_hotContainer a:hover
{
	color: #999;
	text-decoration: none;
	border-bottom-style: none;
}

#nav img {
	margin: 12px;
}

#contentContainer
{
clear: both;
width: 100%;
background-color: #f4f4f4;
position: relative;
}

#content
{
width: 940px;
margin: 0 auto;
padding: 0 0 20px 0;
position: relative;
z-index: 100;
}

#mainCol
{
float: left;
width: 705px;
}

#homeFeaturePod
{
float: left;
width: 690px;
height: 280px;
margin: 8px 0 0 15px;
padding: 10px 0 0 0;
background: #333;
}

#homePodMain
{
float: left;
width: 338px;
height: 280px;
margin: 0 7px 0 10px;
background: transparent url('/images/home/lead01.jpg') no-repeat 0 0;
}

#homePodMain2
{
float: left;
width: 440px;
height: 280px;
margin: 0 10px;
background: transparent url(/images/home/lead01b.jpg) no-repeat 0 0;
}

#homePodMain h1
{
position: absolute;
top: 360px;
width: 322px;
height: 17px;
padding: 0 8px;
color: #fff;
z-index: 10;
overflow: hidden;
	font-weight: bold;
	font-size: 16px;
}

#homePodMain2 h1
{
position: absolute;
top: 360px;
width: 440px;
height: 20px;
padding: 0 8px;
color: #fff;
z-index: 10;
overflow: hidden;
	font-weight: bold;
	font-size: 16px;
}

#homePodMain p
{
position: absolute;
top: 378px;
width: 322px;
height: 15px;
padding: 0 8px;
color: #fff;
z-index: 10;
overflow: hidden;
	font-style: normal;
	font-size: 12px;
}

#homePodMain2 p
{
position: absolute;
top: 380px;
width: 440px;
height: 15px;
padding: 0 8px;
color: #fff;
z-index: 10;
overflow: hidden;
	font-style: normal;
	font-size: 12px;
}

#homePodMainContent
{
position: absolute;
top: 355px;
width: 440px;
height: 44px;
background: #000;
}

.homePod
{
float: left;
width: 158px;
height: 136px;
margin: 0 0 6px 3px;
overflow: hidden;
}

.homePod2
{
float: left;
width: 220px;
height: 135px;
margin: 0 0 10px;
overflow: hidden;
}

.homePod .podImage
{
overflow: hidden;
}

.homePod2 .podImage
{
width: 220px;
height: 135px;
overflow: hidden;
}

#podImage02
{
background: transparent url('/images/home/lead02.jpg') no-repeat 0 0;
}

#podImage03
{
background: transparent url('/images/home/lead03.jpg') no-repeat 0 0;
}

#podImage04
{
background: transparent url('/images/home/lead04.jpg') no-repeat 0 0;
}

#podImage05
{
background: transparent url('/images/home/lead05.jpg') no-repeat 0 0;
}

.homePod h2
{
float: left;
clear: both;
width: 220px;
color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.homePod p
{
float: left;
clear: both;
width: 158px;
color: #fff;
	font-style: normal;
	line-height: 10px;
	font-size: 10px;
}

.homePod2 p
{
float: left;
clear: both;
width: 158px;
color: #fff;
	font-style: normal;
	line-height: 10px;
	font-size: 10px;
}

#mainCol h3.ribbon
{
	float: left;
	width: auto;
	padding: 2px 15px 0 12px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height: 25px;
}

#mainCol h3.orange
{
background: transparent url('/images/bkgr/h3-orange.gif') no-repeat 0 0;
}

#mainCol h3.red
{
background: transparent url('/images/bkgr/h3-red.gif') no-repeat 0 0;
}

#mainCol h3.green
{
background: transparent url('/images/bkgr/h3-green.gif') no-repeat 0 0;
}

#mainCol h3.blue
{
background: transparent url('/images/bkgr/h3-blue.gif') no-repeat 0 0;
}


#mainCol a.viewFull,
#mainCol a.viewFull:visited,
#mainCol a.viewFull:active
{
float: right;
width: 200px;
margin: 5px 0 0 0;
color: #84c7e1;
text-align: right;
text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#mainCol #exploreContainer .viewFull,
#mainCol #exploreMySceneContainer viewFull
{
width: 100px;
}

.module
{
float: left;
clear: both;
margin: 10px 0 10px 5px;
background: #fff url('/images/bkgr/pod-bkgr.gif') repeat-y 0 0;
}

.module img.edit {
	margin-left: 15px;
}

#homeEventsSpecial
{
width: 690px;
padding: 10px 10px 10px 0;
}

#homeEventsSpecial.module .content
{
float: left;
width: 670px;
margin: 5px 0 0 20px;
padding: 10px 0 0 0;
background: transparent url('/images/bkgr/horizontal-line.gif') repeat-x 0 0;
}

#homeEventsSpecial h4
{
float: left;
margin: 0 0 15px 0;
padding: 0 10px 0 0;
color: #f6901f;
	font-weight: bold;
	font-size: 18px;
}

h2.date { float: left; padding: 0 10px 0 0; margin: 0 0 10px 0; }
h2.date,
h2.date a,
h2.date a:active,
h2.date a:visited {
  color: #f6901f;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#homeEventsSpecial h5,
h5.date
{
float: left;
width: 40px;
margin: 5px 0 0 0;
color: #999;
	font-style: normal;
	font-size: 10px;
}

#homeEventsSpecial h6
{
float: left;
clear: both;
width: 155px;
	font-style: normal;
	font-size: 12px;
}

#homeEventsSpecial h6.small
{
float: left;
clear: both;
width: 155px;
	font-weight: bold;
	font-size: 10px;
}

#homeEventsSpecial p
{
float: left;
clear: both;
width: 155px;
margin: 0 0 15px 0;
}

.eventSpecialCol
{
float: left;
width: 155px;
margin: 0 10px 0 0;
background: transparent url('/images/bkgr/vertical-line.gif') repeat-y right top;
}

.weatherPod
{
float: left;
clear: both;
width: 155px;
}

.weatherPod img
{
float: left;
margin: 0 10px 0 0;
}

#homeEventsSpecial .weatherPod p
{
float: left;
clear: none;
width: 20px;
padding: 6px 2px 0 2px;
color: #666;
	font-style: normal;
	font-size: 12px;
}

#homeEventsSpecial .weatherPod p.slash
{
width: 5px;
font-weight: normal;
text-align: center;
}

#whats_hotContainer
{
width: 690px;
height: 28px;
overflow: hidden;
padding: 10px 10px 10px 0;
}

#whats_hotContainer h3
{
margin: 0 20px 20px 0;
}

#exploreContainer,
#exploreMySceneContainer,
#moreResultsContainer,
#blogResultsContainer,
#exploreContainer,
#myDashContainer
{
width: 690px;
padding: 10px 10px 18px 0;
}

#blogContent
{
width: 680px;
padding: 10px 20px 18px 0;
}

#exploreContainer h4,
#exploreMySceneContainer h4,
#moreResultsContainer h4,
#blogResultsContainer h4,
#myDashContainer h4
{
float: left;
width: 450px;
margin: 3px 0 0 14px;
color: #666;
	font-weight: bold;
	font-size: 15px;
}

.exploreLink
{
float: left;
width: 206px;
height: 32px;
margin: 5px 0 0 8px;
padding: 8px 6px 2px 6px;
border: 1px solid #f2f6f7;
background-color: #fbfdfe;
text-decoration: none;
overflow: hidden;
	font-style: normal;
}

.myDashLink
{
float: left;
width: 177px;
height: 32px;
margin: 5px 0 2px 8px;
padding: 8px 6px 2px 35px;
border: 1px solid #f2f6f7;
background: #fbfdfe;
color: #333;
text-decoration: none;
overflow: hidden;
	font-weight: bold;
	font-size: 14px;
}

.myDashLink span
{
	font-style: normal;
	font-size: 12px;
}

.myDashLink.orange
{
background: #fbfdfe url('/images/bkgr/mydash-orange.gif') no-repeat 17px 15px;
}

.myDashLink.blue
{
background: #fbfdfe url('/images/bkgr/mydash-blue.gif') no-repeat 17px 15px;
}

.myDashLink.magenta
{
background: #fbfdfe url('/images/bkgr/mydash-magenta.gif') no-repeat 17px 15px;
}

.myDashLink.green
{
background: #fbfdfe url('/images/bkgr/mydash-green.gif') no-repeat 17px 15px;
}

.relatedLink
{
float: left;
width: 200px;
margin: 5px 15px 5px 0;
padding: 5px 5px 0 2px; 
border: 1px solid #f2f6f7;
background: #fbfdfe;
overflow: hidden;
cursor: pointer;
	height: 50px;
}

.relatedLink .imgPod,
.suggest-item .imgPod {
  text-indent: -1000px;
}

#mainCol .relatedLink h3
{
float: left;
width: 14px;
height: 13px;
margin: 0 0 0 0;
padding: 1px 0 0 0;
background: transparent url('/images/bkgr/circle.gif') no-repeat 0 0;
color: #fff;
text-align: center;
	font-weight: bold;
	font-size: 11px;
}

.imgPod
{
float: left;
margin: 0 5px;
width: 44px;
height: 44px;
border: 1px solid #f2f6f7;
background-color: white;
background-position: center center;
background-repeat: no-repeat;
	clear: both;
}

.relatedLink h4 {
	float: left;
	width: 100px;
	margin-top: 5px;
}

.relatedLink h4 a
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.exploreLink.first,
.relatedLink.first,
.myDashLink.first
{
margin-left: 14px;
}

.relatedLink.last
{
margin-right: 0;
}

#overviewContainer
{
float: left;
clear: both;
width: 670px;
margin: 10px 0 10px 15px;
padding: 20px 10px;
background: #fff;
}

#overviewContainer h2
{
float: left;
clear: both;
width: 670px;
margin: 0 0 10px 0;
color: #333;
	font-weight: bold;
	font-size: 14px;
}

#overviewContainer p
{
color: #333;
	font-style: normal;
	font-size: 12px;
}

#overviewContainer .topP
{
width: 670px;
margin: 0 0 10px 0;
}

.moreBtn
{
float: left;
clear: both;
width: 35px;
padding: 0 10px 0 0;
background: transparent url('/images/bkgr/arrow-down.gif') no-repeat right 1px;
color: #84c7e1;
text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#overviewCol01
{
float: left;
clear: both;
width: 510px;
padding: 0;
}

#overviewCol01Content
{
float: left;
clear: both;
width: 500px;
padding: 5px;
border: 1px solid #dfe9ec;
}

#overviewTabs
{
float: left;
clear: both;
width: 495px;
margin: 0 0 0 5px;
}

#overviewTabs a
{
float: left;
padding: 5px;
border: 1px solid #d6e5eb;
border-bottom: none;
background: #f5fbfd;
color: #5f8fa1;
text-decoration: none;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
	font-weight: bold;
	font-size: 12px;
}

#overviewTabs a:hover,
#overviewTabs a.currentPage
{
background: #84c7e1;
color: #fff;
}

#overviewSubCol01
{
float: left;
width: 252px;
margin: 0 25px 0 0;
padding: 15px 0 0 0;
}

#overviewSubCol01 img
{
border: 1px solid #ccc;
}

#overviewSubCol02
{
float: left;
padding: 15px 0 0 0;
}

.transportPod
{
float: left;
clear: both;
width: 200px;
padding: 10px 0 7px 0;
background: transparent url('/images/bkgr/horizontal-line.gif') repeat-x left bottom;
color: #666;
	font-style: normal;
	font-size: 12px;
}

.transportPod br
{
clear: both;
}

#overviewContainer .transportPod p
{
float: left;
width: 120px;
padding: 5px 0 0 0;
color: #666;
	font-weight: bold;
	font-size: 12px;
}

.transportPod img
{
float: left;
margin: 0 10px 0 0;
}

#overviewCol02
{
float: left;
width: 135px;
margin: 0 0 0 10px;
padding: 40px 0 0 0;
}

#overviewCol02 h3
{
float: left;
clear: both;
width: 135px;
margin: 0 0 5px 0;
padding: 0 0 0 0;
color: #333;
	font-weight: bold;
	font-size: 12px;
}

#overviewCol02 h3.twitterh3
{
width: 115px;
padding: 2px 0 0 20px;
background: transparent url('/images/common/twitter-icon.jpg') no-repeat 0 0;
}

#overviewCol02 p
{
float: left;
clear: both;
width: 135px;
margin: 0 0 25px 0;
padding: 0 0 0 0;
color: #333;
}

#overviewCol02 p span
{
color: #dadada;
}

#overviewCol02 a, a.more
{
color: #84c7e1;
font-weight: bold;
text-decoration: none;
}

#overviewCol02 a:hover
{
text-decoration: underline;
}

#sidebar
{
float: left;
width: 200px;
margin: 0 0 0 20px;
}

#homeSideBarLinks
{
float: left;
width: 200px;
margin: 15px 0;
}

#homeSideBarLinks a
{
	float: left;
	clear: both;
	width: 195px;
	padding: 8px 0 0 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted #fff;
}

#homeSideBarLinks a:hover {
	text-decoration: none;
	margin-bottom: 1px;
}

#searchForm
{
float: left;
clear: both;
width: 200px;
margin: 0 0 0 0;
padding: 0;
	position: relative;
}

#searchForm img
{
float: left;
margin: 0;
padding: 0;
}

#searchForm .text
{
float: left;
width: 145px;
height: 13px;
margin: 0;
padding: 5px 0 0 0;
border-top: 1px solid #667e27;
border-right: none;
border-bottom: 1px solid #667e27;
border-left: none;
color: #999;
	font-weight: bold;
	font-size: 12px;
}

#homeSideBarLinksSecondary
{
float: left;
clear: both;
width: 200px;
margin: 15px 0 16px 0;
	height: 140px;
}

#homeSideBarLinksSecondary a
{
float: left;
clear: both;
width: 195px;
padding: 7px 0 5px 3px; 
background: transparent url('/images/bkgr/horizontal-line2.gif') repeat-x left bottom;
color: #fff;
text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.widgetPod
{
float: left;
clear: both;
width: 220px;
margin: 10px 0;
padding: 9px 0 1em 0;
background: #fff url('/images/bkgr/pod-bkgr.gif') repeat-y 0 0;
}

.widgetPod h3
{
float: left;
clear: both;
width: 71px;
height: 23px;
padding: 3px 0 0 10px;
background: transparent url('/images/bkgr/h3-widget.gif') no-repeat 0 0;
color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#mainCol .widgetPod
{
clear: none;
margin: 20px 14px 20px 0;
}

#mainCol .widgetPod.firstPod
{
margin-left: 16px;
}

#mainCol .widgetPod.last
{
margin-right: 0;
}

div.utilities a img {
	opacity: 0.65;
}

div.utilities a:hover img {
	opacity: 1;
}

.detail .phoneNum
{
float: left;
clear: both;
width: 280px;
	font-style: normal;
	font-size: 16px;
}

.detail .phoneNum span {
	font-size: 14px;
}

.detail.level02 .phoneNum
{
clear: none;
}

.detail .address
{
float: left;
clear: both;
width: 280px;
	font-style: normal;
	font-size: 14px;
}

.detail.level02 .address
{
clear: none;
}

.level01 .detailCol02
{
width: 260px;
	border-left: 1px dotted silver;
	padding-left: 10px;
}

.level01 .detailCol02 h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.level01 .detailCol02 p
{
width: 215px;
margin: 0 0 15px 0;
}
.highlights.detailCol02 p
{
  width: auto !important;
  clear: both !important;
  float: none !important;
}

.level01 .detailCol02 a:hover
{
text-decoration: none;
}

.level02 .detailCol02
{
float: left;
width: 175px;
height: 250px;
padding: 0 10px;
}

.level02 .detailCol02 p,
.level02 .detailCol03 p
{
float: left;
clear: both;
width: 175px;
margin: 0 0 15px 0;
padding: 5px 0 0 0;
color: #666;
	font-style: normal;
	font-size: 11px;
}

.level02 .detailCol03 p
{
width: 195px;
}

.level02 .detailCol03 p div
{
width: 40px;
border: 1px solid red;
}

.level02 .detailCol03
{
float: left;
width: 195px;
height: 250px;
padding: 0 10px;
background: transparent url('/images/bkgr/vertical-line.gif') repeat-y 0 0;
}

.likeCount
{
height: 18px;
padding: 2px 0 0 25px;
background: transparent url('/images/common/thumbs-like.jpg') no-repeat 0 0;
	font-style: normal;
	font-size: 14px;
}

.level02 .detailCol01 .likeCount
{
float: left;
clear: both;
width: 220px;
margin: 45px 0 0 0;
padding: 2px 0 0 25px;
}

.sceneCount
{
height: 17px;
padding: 2px 0 0 25px;
background: transparent url('/images/common/plus.jpg') no-repeat 0 0;
	font-style: normal;
	font-size: 12px;
}

.level02 .detailCol01 .sceneCount
{
float: left;
clear: both;
width: 220px;
height: 17px;
margin: 15px 0 0 0;
padding: 2px 0 0 25px;
background: transparent url('/images/common/plus.jpg') no-repeat 0 0;
	font-style: normal;
	font-size: 12px;
}



.businessLink
{
height: 17px;
padding: 2px 0 0 25px;
background: transparent url('/images/common/question.jpg') no-repeat 0 0;
	font-style: normal;
	font-size: 12px;
}

.level02 .detailCol01 .itineraryLink
{
float: left;
clear: both;
width: 220px;
height: 17px;
margin: 15px 0 0 0;
padding: 2px 0 0 25px;
background: transparent url('/images/common/itinerary.jpg') no-repeat 0 0;
	font-style: normal;
	font-size: 12px;
}

.level01 .detailCol02
{
width: 260px;
	border-left: 1px dotted silver;
	padding-left: 10px;
}

.level01 .detailCol02 h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.level01 .detailCol02 p
{
width: 215px;
margin: 0 0 15px 0;
}

.level01 .detailCol02 a
{
color: #5f8fa1;
}

.level01 .detailCol02 a:hover
{
text-decoration: none;
}

#relatedListings,
#featuredListings
{
width: 690px;
padding: 10px 10px 18px 0;
}

#relatedListings .moreBtn,
#featuredListings .moreBtn
{
float: right;
width: 40px;
margin: 5px 0 0 0;
padding: 5px 10px;
background: #b5dded url('/images/bkgr/right-arrow-on-blue.gif') no-repeat 45px center;
color: #fff;
font: bold 12px Helvetica, Arial sans-serif;
text-decoration: none;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}

#blogContent h1,
#blogContent h2
{
float: left;
clear: both;
width: 520px;
margin: 0 0 10px 15px;
}

#blogContent h1
{
color: #333;
font: normal 24px Helvetica, Arial sans-serif;
}

#blogContent h2
{
color: #666;
font: bold 12px Helvetica, Arial sans-serif;
text-transform: uppercase;
}

#blogContent blockquote
{
float: left;
clear: both;
width: 650px;
margin: 0 0 20px 10px;
padding: 15px 20px;
background-color: #f5fbfd;
color: #333;
font: italic 14px Helvetica, Arial sans-serif;
}

#blogContent .leadImg
{
float: left;
margin: 0 10px 5px 25px;
border: 1px solid #666;
}

#blogContent p
{
margin: 0 0 15px 25px;
color: #5c5c5c;
font: normal 12px Helvetica, Arial sans-serif;
line-height: 15px;
}

#blogContent p a
{
color: #5c5c5c;
}

#blogContent p a:hover
{
text-decoration: none;
}

#exploreContainer h1,
#exploreMySceneContainer h1,
#calendarContainer h1
{
float: left;
clear: both;
width: 670px;
margin: 0 0 10px 15px;
}

#exploreContainer h1 span,
#exploreMySceneContainer h1 span,
#calendarContainer h1 span
{
color: #333;
}

.mapCol
{
float: left;
width: 520px;
height: 360px;
margin: 0 0 0 15px;
}

.mapLegendCol
{
float: left;
width: 130px;
height: 345px;
padding: 15px 0 0 10px;
background: #f2f9fc;
}

.mapLegendCol h2
{
float: left;
clear: both;
width: 120px;
margin: 0 0 15px 0;
font: normal 18px Helvetica, Arial sans-serif;
color: #333;
}

#showMapForm
{
float: left;
clear: both;
width: 120px;
margin: 0;
padding: 0;
}

#showMapForm input
{
float: left;
clear: both;
margin: 0 5px 5px 0;
padding: 0;
}

#showMapForm label
{
float: left;
width: 100px;
margin: 0;
padding: 2px 0 0 0;
color: #333;
font: normal 12px Helvetica, Arial sans-serif;
}

#showMapForm br
{
clear: both;
}

#footerTopContainer
{
clear: both;
width: 100%;
background: #696969 url('/images/bkgr/footer-top.jpg') repeat-x 0 0;
}

.blogBtn
{
float: left;
margin: 0 0 0 4px;
}

#footerTop
{
width: 940px;
margin: 0 auto;
padding: 0 0 30px 0;
}

#footerTop a
{
float: left;
width: 143px;
margin: 0 100px 0 0;
padding: 86px 0 0 0;
color: #fff;
font: bold 18px Helvetica, Arial sans-serif;
text-align: center;
text-decoration: none;
}

#footerTop a#advertiseBtn
{
width: 160px;
background: transparent url('/images/btn/footer-advertise.png') no-repeat center top;
}

#footerTop a#eventSubmitBtn
{
background: transparent url('/images/btn/footer-event.png') no-repeat center top;
}

#footerTop a#signUpBtn
{
background: transparent url('/images/btn/footer-signup.png') no-repeat center top;
}

#footerTop a#buyStuffBtn
{
margin: 0;
background: transparent url('/images/btn/footer-buy.png') no-repeat center top;
}

#footerMidContainer
{
clear: both;
width: 100%;
background-color: #5e5e5e;
}

#footerMid
{
width: 900px;
margin: 0 auto;
padding: 20px;
}

#footerMid ul
{
float: left;
width: 160px;
padding: 0 0 0 11px;
background: transparent url('/images/bkgr/footer-line.gif') repeat-y 0 0;
color: #999;
list-style-type: none;
margin: 0;
}

#footerMid ul.wide {
	width: 900px;
}

#footerMid ul li
{
float: left;
clear: both;
width: 160px;
margin: 0 0 9px 0;
}

#footerMid ul li.wide {
	float: left;
	clear: none;
	display: inline;
	width: 171px;
}

#footerMid ul a
{
color: #999;
}

#footerMid ul li.first, #footerMid ul li.first a
{
  color: #fff;
  font: bold 18px Helvetica, Arial sans-serif;
  text-decoration: none;
  text-transform: lowercase;
	clear: both;
	display: block;
}

#footerMid ul.wide li.first {
	width: 900px;
}

#footerMid ul a:hover
{
text-decoration: none;
}

#footerBottomContainer
{
clear: both;
width: 100%;
background-color: #696969;
}

#footerBottom
{
width: 900px;
margin: 0 auto;
padding: 10px 20px;
}

#footerBottom h6
{
margin: 0;
padding: 0;
color: #999;
font: bold 12px Helvetica, Arial sans-serif;
}

#footerBottom p
{
float: left;
clear: both;
width: 650px;
margin: 0 0 16px 0;
color: #999;
}

#footerBottom a
{
color: #999;
text-decoration: none;
}

#footerBottom a:hover
{
text-decoration: underline;
}

.noPadLeft,
#navContainer .noPadLeft
{
padding-left: 0;
}

.noBkgr, #homeSideBarLinksSecondary .noBkgr, #navContainer .noBkgr, #whats_hotContainer .noBkgr
{
background: none;
}

.trans
{
opacity: .56;
filter: alpha(opacity=56); 
-moz-opacity: .56;
}

.clear
{
clear: both;
}

/*
.pagination {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  text-align: center;
  padding: 1em; }
  .pagination a, .pagination span {
    padding: .2em .5em; }
  .pagination span.disabled {
    color: #AAA; }
  .pagination span.current {
    font-weight: bold;
    color: #F97D0D; }
  .pagination a {
    border: 1px solid #DDDDDD;
    color: #84C7E1;
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      border-color: #003366;
      background: #84C7E1;
      color: white; }
  .pagination .page_info {
    color: #aaa;
    padding-top: .8em; }
  .pagination .prev_page, .pagination .next_page {
    border-width: 2px; }
  .pagination .prev_page {
    margin-right: 1em; }
  .pagination .next_page {
    margin-left: 1em; }
    
*/
    
    .pagination {
    	height: 20px;
    	margin: 10px 0 0;
    	text-align: center;
    }

    .pagination a, .pagination span, .pagination em {
    	display: inline;
    }

    .pagination a, .pagination span, .pagination em {
    	width: 25px;
    	height: 19px;
    	display: inline-block;
    	text-decoration: none;
    	color: #666;
    	font-weight: bold;
    	font-size: 12px;
    	text-align: center;
    	padding-top: 6px;
    	background: url(../images/btn/media/medianavi_now.png) no-repeat center -50px;
    }

    .pagination a.previous_page, .pagination span.previous_page {
    	background-image: url(../images/btn/media/medianavi_previous.png);
    }

    .pagination a.disabled, .pagination span.disabled {
    	background-position: center -75px;
    }

    .pagination a.disabled:hover {
    	background-position: center -75px;
    }

    .pagination a.next_page, .pagination span.next_page {
    	background-image: url(../images/btn/media/medianavi_next.png);
    }

    .pagination a:hover {
    	background-position: center -25px;
	text-decoration: none;
	border-style: none;
}

    .pagination a.current, .pagination span.current {
    	color: #fff;
    	background-position: center 0;
    }

.pagination em {
	background-position: center 0;
}



/* @group myScene */

#signup p.signup {
	font-size: 16px;
	color: #666;
	margin: 10px 30px 0;
}



/* @end */

/* @group Public Forms */

form.public, div.publicformprocess {
	margin: 25px;
	border: 1px solid #ccc;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 25px;
	background-color: #fbfbfb;
}

form.public input[type=file] {
  width: 150px;
}

form.public h2, div.publicformprocess h2, form.public legend {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #f6901f;
}


form.public fieldset {
  clear:left;
  padding: 15px 0 0 0;
	margin: 15px 0 0 0;
  border: none;
}

form.public legend, div.publicformprocess legend {
	font-size: 16px;
	padding: 0;
	font-weight: bold;
	clear: both;
	color: #f6901f;
}

form.public legend span.sub {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666;
}

form.public p {
	font-size: 10px;
	color: #666;
	margin: 0 0 20px;
	padding: 0;
	width: 400px;
	line-height: 12px;
}

form.public ul, div.publicformprocess ul,
form.public ol, div.publicformprocess ol {
	clear: both;
	margin: 0;
	padding: 0;
}

form.public li, div.publicformprocess li {
	list-style-type: none;
	width: 50%;
	float: left;
	clear: none;
	display: inline-block;
	height: 50px;
	margin-bottom: 10px;
	position: relative;
}

form.public label {
	display: block;
	float: left;
	width: 80%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

form.public label span {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

form.public li.full {
  width: 100%;
  clear: left;
}
form.public li.full select {
  width: 100%;
}

form.public li.boolean, form.admin .check_boxes li {
  width: 100%;
}
form.public li.boolean label, form.admin .check_boxes label {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #484848;
	width: 100%;
	display: inline;
}

form.public li.boolean {
	height: 25px;
}

form.admin .check_boxes input[type=checkbox] {
  margin-left: 75px;
}

form.admin .check_boxes label {
  text-align: left;
}

form.public input, form.public select {
	width: 250px;
	color: #484848;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	padding: 3px;
}

form.public input[type="image"] {
  width: 105px;
}

form.public input[type="checkbox"] {
	width: 20px;
}

form.public input {
	font-size: 14px;
}

form.public select {
	font-size: 12px;
}

form.public ul.action li, div.publicformprocess ul.action li,
form.public .buttons li, div.publicformprocess .buttons li {
	width: 100%;
	text-align: right;
	border-top: 1px dotted silver;
	padding-top: 10px;
}

form.public #birthday, form.public #birthmonth, form.public #birthyear,
form.public .date li {
	width: 25%;
}
form.public .date li select {
  width: 100%;
}
form.public .date fieldset,
form.public .date legend,
form.public .date label {
  padding: 0;
  margin: 0;
}
form.public .date li label {
  display: none;
}

form.public p.inline-errors {
	background: url(../images/btn/forms/error.png) repeat;
	width: 185px;
	height: 15px;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 15px 35px 35px;
	overflow: hidden;
	position: relative;
	left: 225px;
	bottom: 45px;
	z-index: 500;
}



/* @end */

/* @group dock */

div#dock {
	width: 100%;
	background: url(../images/dock/dock.jpg) repeat-x 0 bottom;
	clear: both;
	height: 110px;
}

div#dockcontainer {
	width: 960px;
	height: 75px;
	margin: 0;
	padding: 0;
}

div#dock a {
	width: 100px;
	display: inline-block;
}

.tooltip {
	display: none;
	width: 220px;
	height: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	z-index: 203;
	background: url(../images/dock/dock-label-bkgr-3.png) no-repeat center top;
}

/* @end */

/* @group myScene */

#mySceneInteractions h2, #mySceneInteractions a {
	color: #f6901f;
}

#mySceneInteractions h2 {
  text-transform: none;
  font-size: 14px;
}



/* @end */

/* @group common */

.listingmodule {
	background-color: #fff;
	float: left;
	width: 650px;
	margin: 15px 0 0 15px;
	padding: 20px;
}

.widemodule {
	background-color: #fff;
	float: left;
	margin: 15px 0 0 15px;
	padding: 20px;
	width: 900px;
}

.detail .heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
.listingdetail {
	background-color: #f5fbfd;
	margin-top: 0;
}

.collapsable {
	overflow: hidden;
}

.div_slide_trigger {
	width: 660px;
	height: 20px;
	margin-left: 15px;
	padding: 7px 0 0 30px;
	background: #f4fafc url(../images/btn/open.png) no-repeat 10px center;
}

#footerMidContainer .div_slide_trigger {
	width: 900px;
	height: 20px;
	padding: 7px 0 0 40px;
	background: #5e5e5e url(../images/btn/open-footer.png) no-repeat 10px center;
	margin: 0 auto;
	border-top: 3px solid #ccc;
}

.slide_close {
	background: #f4fafc url(../images/btn/close.png) no-repeat 10px center;
}

.slide_hidden {
	display: none;
}

.div_slide_trigger a {
	text-decoration: none;
	font-weight: bold;
	color: #0990c4;
}

#footerMidContainer .div_slide_trigger a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}

.listingmodule .column01width390 {
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin-right: 10px;
	float: left;
}

.listingmodule .column01width190 {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin-right: 10px;
	float: left;
}

.listingmodule .column02width290 {
	display: inline-block;
	vertical-align: top;
	border-left: 1px dotted silver;
	width: 255px;
	padding-left: 10px;
	float: right;
}

.listingmodule .column02width190 {
	display: inline-block;
	vertical-align: top;
	border-left: 1px dotted silver;
	width: 175px;
	padding-left: 10px;
	float: left;
}

.detail h1 {
	color: #333;
	width: 550px;
}

.listingmodule h1 span, .module h1 span, .widemodule h1 span {
	color: #000;
}

.listingmodule h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.detail h2 {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}

.listingmodule h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
	display: block;
}

.listingmodule p {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	line-height: 18px;
}

.listingmodule .listing1 {
	font-size: 16px;
}

.listingmodule .listing2 {
	font-size: 14px;
	margin-left: 118px;
}

.listingmodule .logo {
	background-color: #fff;
	width: 100px;
	border: 1px solid #abc6d0;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

.listingmodule form.admin, .listingmodule form.wide {
  width: 100%;
  padding: 0;
}

.listingmodule .myScene img {
	float: left;
	margin-right: 10px;
}

ul.datalist {
	margin: 0;
	padding: 0;
}

ul.datalist li {
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul.datalist li a, .listingmodule a, #listingfeature a {
	color: #0990c4;
	font-size: 12px;
}

ul.ldatalist li a:hover {
	color: #35677a;
}



/* @end */

/* @group listing tags */

#listing_tags div.tag_group {
	width: 150px;
	float: left;
	margin: 5px 10px 0 0;
}

#listing_tags {
  min-height: 5px;
}



/* @end */

/* @group listing utilities */

#utilities {
	float: right;
	width: 100px;
	text-align: right;
}

#utilities a {
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	background: url(../images/utilities/utility-center.png) 0 25px;
	display: inline-block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#utilities a.large {
	width: 100px;
	background: url(../images/utilities/utility-lg.png) center 0;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	height: 18px;
	font-size: 10px;
	text-align: left;
	float: none;
	margin: 5px 0 0;
	padding: 7px 0 0;
	vertical-align: top;
}

#utilities a.large img {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	bottom: 7px;
}

#utilities a:hover {
	background-position: 0 0;
}

#utilities a.first {
	background-image: url(../images/utilities/utility-left.png);
}

#utilities a.last {
	background-image: url(../images/utilities/utility-right.png);
}

#utilities a img {
	margin: 0;
	padding: 0;
	border-style: none;
}



/* @end */



/* @end */

/* @group dock */

/* New Dock for Footer by Ken */

div#dock {
	width: 100%;
	background: url(../images/dock/dock.jpg) repeat-x 0 bottom;
	clear: both;
	height: 110px;
}

div#dockcontainer {
	width: 960px;
	height: 75px;
	margin: 0;
	padding: 0;
}

div#dock a {
	width: 100px;
	display: inline-block;
}

.tooltip {
	display: none;
	width: 220px;
	height: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	z-index: 203;
	background: url(../images/dock/dock-label-bkgr-3.png) no-repeat center top;
}

/* @end */

/* @group data features */

.hourtype {
	width: 50px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	font-size: 10px;
}

/* @end */

/* @group listing media tabs */

.tabbedmodule {
	background-color: #fff;
	float: left;
	width: 690px;
	margin: 15px 0 0 15px;
	padding: 0;
}

/* @group tabs */

#media-tabs .tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: url(../images/common/tabs/tab-bkgr.jpg) repeat-x 0 -70px;
	display: block;
	width: 100%;
	height: 35px;
}

#media-tabs .tabs a {
	display: inline-block;
	padding: 0;
	margin: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	float: left;
}

#media-tabs .tabs a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	height: 25px;
	margin: 0;
	padding: 10px 20px 0;
	display: inline-block;
	background: url(../images/common/tabs/tab-bkgr.jpg) no-repeat center -70px;
}

#media-tabs .tabs a:hover {
	background-position: center -35px;
	border-bottom-style: none;
}

#media-tabs .tabs a.current {
	color: #fff;
	background-position: center 0;
}

#media-tabs div.panes {
	padding: 30px 25px 25px;
}

/* @end */

/* @group media viewer */

#media-tabs #media-tabsviewer {
	width: 640px;
	height: 480px;
	overflow: hidden;
	position: relative;
}

#media-tabs #scheduleviewer {
	width: 490px;
	overflow: hidden;
	position: relative;
}

#media-tabs .items {
	width: 12800px;
	position: absolute;
	clear: both;
}

#media-tabs .items .mediaitem {
	float: left;
	width: 640px;
}

#media-tabs #media-tabsviewer img {
	width: 640px;
	height: 480px;
	margin: 0;
	padding: 0;
	float: left;
}

#media-tabs .active {
	position: relative;
	cursor:default;
}

#media-tabs div.mediaviewernav {
	height: 20px;
	margin: 10px 0 0;
	text-align: center;
}

#media-tabs div.mediaviewernav div.navi {
	display: inline;
}

#media-tabs div.mediaviewernav a {
	width: 25px;
	height: 19px;
	display: inline-block;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 6px;
	background: url(../images/btn/media/medianavi_now.png) no-repeat center -50px;
}

#media-tabs div.mediaviewernav a.prev {
	background-image: url(../images/btn/media/medianavi_previous.png);
}

#media-tabs div.mediaviewernav a.disabled {
	background-position: center -75px;
}

#media-tabs div.mediaviewernav a.disabled:hover {
	background-position: center -75px;
}

#media-tabs div.mediaviewernav a.next {
	background-image: url(../images/btn/media/medianavi_next.png);
}

#media-tabs div.mediaviewernav a:hover {
	background-position: center -25px;
}

#media-tabs div.mediaviewernav a.active {
	color: #fff;
	background-position: center 0;
}

#media-tabs #scheduleviewer h2 {
	margin-bottom: 15px;
}

#scheduleviewer .mediaitem {
}

#scheduleviewer .events {
	overflow: auto;
	height: 450px;
	width: 490px;
}

#scheduleviewer .event {
	margin-bottom: 15px;
	width: 470px;
}



/* @end */

#media-tabs {
	min-height: 600px;
	overflow: visible;
	color: #666;
	font-size: 11px;
}

div.media_col1 {
	padding-right: 10px;
	margin-top: 15px;
}

div.media_col2 {
	border-left: 1px dotted silver;
	padding-left: 10px;
	float: right;
	margin-top: 15px;
}

div.w240 {
	width: 240px;
}

div.w360 {
	width: 360px;
}

#media-tabs div.w490 {
	width: 490px;
}

#media-tabs h4 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	clear: both;
	padding: 0;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#media-tabs h4 {
	margin-bottom: 10px;
}

#media-tabs h4 span {
	font-weight: normal;
	font-style: normal;
}

#media-tabs p {
	margin-bottom: 5px;
}

#media-tabs div.tweet ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#media-tabs div.tweet ul li {
	margin-bottom: 15px;
}

#media-tabs div.tweet p {
	margin: 0;
	padding: 0;
}

#media-tabs div.items ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#media-tabs div.items ul li {
	margin: 0 0 15px;
	padding: 0;
}



/* @end */


/* @group listing current */

#current-event a {
	color: #333;
	text-decoration: none;
}

#current-event span {
	font-size: 10px;
}

div.tweet p {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.tweet a {
	text-decoration: none;
	font-weight: bold;
	color: #0990c4;
}

div.tweet p.from 
 {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 10px;
}

/* @end */



/* @group coupon */

div#coupon {
	width: 460px;
	border: 1px dotted gray;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#coupon #container {
	margin: 0 0 10px;
	padding: 15px;
	width: 430px;
}

#coupon #offer {
	width: 315px;
	margin-left: 115px;
}

#coupon img.custom {
	float: left;
	margin-right: 15px;
}

#coupon h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
}

#coupon h2 {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: right;
}

#coupon p.description {
	font-size: 11px;
	margin-bottom: 10px;
	text-align: right;
}

#coupon p.limitations {
	font-size: 9px;
	color: #ccc;
	text-align: right;
}

#coupon #coupon-footer {
	padding: 0;
	margin: 0 0 -3px;
}

span.daysblock {
  color: #cecece;
	letter-spacing: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
span.daysblock strong {
  color: #000;
}

/* @end */

/* @group buttons */

a.download {
	width: 240px;
	height: 25px;
	display: inline-block;
	background: url(../images/btn/download.jpg) no-repeat center -25px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

a.download:hover {
	background-position: 0 0;
}

a.download img {
	margin: 0;
	padding: 0;
	border-style: none;
}

a.download span {
	position: relative;
	bottom: 8px;
	margin-left: 5px;
}

a.more img {
	border-style: none;
	margin-bottom: -4px;
}

a.button, input.button {
	width: 30px;
	height: 30px;
	background: url(../images/btn/single.png) center -3px;
	display: inline-block;
}

a.button:hover {
	background-position: center -33px;
}

a.button img {
	border-style: none;
	padding: 0;
	margin: 0;
}



/* @end */


/* @group event image rotation */

#homeFeaturePod
{
margin: 0 0 0 15px;
padding: 0 0 0 0;
height: 290px;
width: 670px;
border-top: 10px #666 solid;
border-left: 10px #666 solid;
border-right: 10px #666 solid;
}

#leftAdvGroup
{
float: left;
width: 440px;
height: 290px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-right: 10px #666 solid;
overflow: hidden;
}

#leftAdvGroupAd
{
height: 290px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#leftAdvGroup h1
{
position: relative;
top: 225px;
width: 322px;
height: 17px;
padding: 0 8px;
color: #fff;
font: bold 16px Helvetica, Arial sans-serif;
z-index: 10;
overflow: hidden;
}
	
#leftAdvGroup p
{
position: relative;
top: 225px;
width: 440px;
height: 15px;
padding: 0 8px;
color: #fff;
font: normal 12px Helvetica, Arial sans-serif;
z-index: 10;
overflow: hidden;
}	

#rightAdvGroup
{
width: 220px;
float: left;
height: 290px;
margin: 0 0 0 0;
overflow: hidden;
}

.rightAdvGroupAd
{
width: 220px;
margin: 0 0 0 0;
height: 140px;
border-bottom: 10px #666 solid;
overflow: hidden;
}

.rightAdvGroupAd .rightAdvGroupAdImage
{
width: 220px;
height: 140px;
margin: 0 0 0 0;
border-bottom: 10px #666 solid;
}

div.special p {
  color: #666;
}

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

.list ul { margin: 0; padding: 0; }
.list li { list-style: none; }
.box.list li { float: left; padding: 1em; }

/* @group eventgroup tabs */

#eventgroupdates {
	width: 690px;
	margin: 15px 0 -13px 15px;
	height: 35px;
}

#eventgroupdates ul {
	list-style-type: none;
	border-bottom: 2px solid #808080;
	height: 35px;
	width: 690px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#eventgroupdates ul li {
	float: left;
	border-right: 1px solid #999;
	height: 23px;
	width: 128px;
	text-align: center;
	padding-top: 12px;
	border-left: 1px solid #fff;
	background: url(../../images/bkgr/eventgroupdateselect.png) repeat-x left 0;
}

#eventgroupdates ul li.current {
	width: 268px;
	text-align: center;
	padding: 12px 15px 0;
	background-position: 0 -70px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#eventgroupdates ul li a {
	border-style: none;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#eventgroupdates ul li a:hover {
	color: #666;
}



/* @end */

/* @group areas */

#areas {
	list-style-type: none;
	width: 400px;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}

#areas li {
	padding: 5px 0 0;
	font-weight: bold;
	border-top: 2px solid #ccc;
	margin: 0;
}

#areas li.active {
	color: #333;
}

#areas li.inactive {
	color: #999;
}

#areas li div.market {
	height: 30px;
}

#areas li div.tools {
	float: right;
	width: 250px;
	font-weight: normal;
	font-style: normal;
}

#areas li div.tools a {
	display: inline-block;
	width: 45px;
	color: #666;
	text-decoration: none;
	height: 15px;
	background: url(../images/admin/editbutton.png) no-repeat -5px -3px;
	margin: 0 0 0 5px;
	padding: 6px 0 0 25px;
	font-size: 9px;
}

#areas li div.tools a:hover {
	background-position: -5px -28px;
	color: #333;
}

#areas li ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 15px;
}

#areas li ul li {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	border-style: none;
	height: 30px;
	display: block;
	padding: 5px 0 0;
	border-top: 1px solid #e8e8e8;
}



/* @end */

/* @group page management */

#pm {
	padding: 1.5em;
}

#pm h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 5px 0;
	clear: left;
}

#pm ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pm ul li {
	height: 25px;
	margin-top: 0;
	overflow: hidden;
}

#pm img.action {
	vertical-align: middle;
	margin-bottom: 6px;
	margin-right: 5px;
	cursor: pointer;
}

#pm input.find {
  width: 144px;
  height: 13px;
  margin: 0;
  padding: 5px 0 0;
  border-top: 1px solid #667e27;
  border-right: none;
  border-bottom: 1px solid #667e27;
  border-left: none;
  color: #999;
  font: bold 12px Helvetica, Arial sans-serif;
	float: left;
}

#pm .go {
	margin: 0;
	padding: 0;
	border-style: none;
}



/* @end */

/* @group homepage featured listing */

#listingfeature {
	width: 655px;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	background: #fbfdfe url('/images/bkgr/horizontal-line.gif') repeat-x 0 0;
	margin: 10px 0 10px 15px;
}

#listingfeature a img {
	float: left;
	margin-right: 10px;
}

#listingfeature a.featureLink {
	color: #686969;
	text-decoration: none;
	font: normal 12px Helvetica, Arial sans-serif;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

#listingfeature a.featureLink strong {
	font-size: 12px;
}

#listingfeature a.more {
	float: right;
}



/* @end */

/* @group event calendar */

#eventList, #specialsList {
	margin-left: 15px;
}

#dateChange {
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
	float: right;
	display: block;
	position: relative;
	bottom: 10px;
}

#dateChange a {
	position: relative;
	top: 3px;
}

#eventList p {
	font-size: 11px;
	margin: 0;
}

#eventList h2, #eventList h2 a, #eventList h2 a:hover, #eventList h2 a:visited, #specialsList h2 {
	color: #f6901f;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 15px;
	padding-bottom: 5px;
}

#eventList h2.major, #specialsList h2.major {
	border-bottom: 4px solid #ccc;
	margin-top: 10px;
}

#eventList h2 span, #specialsList h2 span {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 5px;
}

#eventList #viewAllDay {
	text-decoration: none;
	float: right;
	color: #666;
	font-size: 10px;
}

#eventList #todaysEvents {
	width: 470px;
	border-right: 1px dotted #ccc;
	padding-right: 10px;
	float: left;
}

#eventList #futureEvents {
	width: 180px;
	float: right;
}

#eventList .futureEvent {
	margin-bottom: 15px;
}

#eventList .futureEvent b a {
	font-weight: bold;
}

#eventList .time {
	background: url(../images/common/ccc.gif) repeat-x left center;
}

#eventList .time span {
	background-color: #fff;
	padding-right: 10px;
	font-weight: bold;
	color: #808080;
}

#eventList .event {
	margin-left: 45px;
	padding: 8px;
}

#eventList .eventfeatures {
	padding: 8px;
	height: 25px;
	border-bottom: 1px dotted #ccc;
	margin: 0 15px;
}

#eventList .featured {
	background-color: #fbfdfe;
	border: 1px solid #f2f6f7;
}

#eventList .title {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
}

#eventList .eventLogo {
	float: left;
	margin-right: 10px;
}

#eventList .eventDetails {
	margin: 0;
	font-size: 10px;
}

#eventList .eventDetails a {
	font-size: 10px;
	font-weight: bold;
}

#eventList .eventDescription {
	font-size: 11px;
	line-height: 13px;
}

#specialsList a.special {
	display: block;
	width: 184px;
	height: 40px;
	padding: 7px;
	border: 1px solid #f2f6f7;
	background-color: #fbfdfe;
	float: left;
	margin: 0 10px 10px 0;
	text-decoration: none;
	color: #666;
	overflow: hidden;
}

#events_and_specials.featured {
  margin-bottom: 1em;
}

#events_and_specials.featured h2 {
  margin-top: 1em;
  margin-left: 1em;
}

.events_and_specials_admin {
	width: 75px;
}
  
/* @end */

textarea#event_description {
  width: 100%;
  height: 300px;
}

/* @group search suggest */

#suggest {
  position: absolute;
	width: 235px;
	margin: 0;
	padding: 15px 0 0;
	background: transparent url(../images/search/search-head.png) no-repeat left top;
	top: 20px;
	left: 0;
}

#suggest span.liner {
	background: transparent url(../images/search/search-body.png) repeat-y scroll left top;
	clear: both;
	display: block;
}

#suggest div {
	padding: 5px 20px 5px 15px;
	margin: 0;
	clear: both;
}

#suggest div.clear {
	margin: 0;
	padding: 0;
}

#suggest div.head {
	height: 15px;
	color: #fff;
	background-image: url(../images/search/search-category.png);
}

#suggest div.foot {
	background-image: url(../images/search/search-foot.png);
	clear: both;
	height: 15px;
	margin: 0;
	padding: 0;
}

#suggest div.head h5 {
	color: #fff;
}

/* @end */


#detail {
	width: 180px;
	height: 140px;
	padding: 25px 25px 25px 30px;
	background-image: url(/images/common/detail-member-bkgr.png);
}

#detail h1 {
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0 0 20px;
	width: 180px;
	height: 15px;
	overflow: hidden;
}

#detail img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#detail p {
	font-size: 10px;
	padding: 0;
	margin: 0 0 5px;
}

#detail p#description {
	width: 95px;
	float: right;
	height: 73px;
	overflow: hidden;
}

#detail .datatype {
	width: 60px;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
}

#event_promotion .block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 10px;
    padding: 0;
}

/* @group main image */

#event_promotion .main_image {
    width: 450px;
    height: 300px;
    float: left;
    position: relative;
    overflow: hidden; 
    /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
#event_promotion .main_image h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
#event_promotion .main_image p {
    font-size: 12px;
    padding: 10px;
    margin: 0;
	overflow: hidden;
	line-height: 16px;
	color: #fff;
}

#event_promotion .main_image .block a {
	padding: 10px;
	font-size: 11px;
	color: #ccc;
}
#event_promotion .main_image .block small {
	margin-left: 10px;
}

#event_promotion .main_image .desc {
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
#event_promotion .main_image .block{
    width: 100%;
    background: #111;
	padding-bottom: 10px;
}
#event_promotion .main_image a.collapse {
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}
#event_promotion .main_image a.show {
	background-position: left bottom;
	}

/* @end */

/* @group thumbnails */

#event_promotion .image_thumb {
    float: left;
    width: 255px;
}
#event_promotion .image_thumb img {
    float: left;
}
#event_promotion .image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
	height: 300px;
	overflow: hidden;
	width: 255px;
}
#event_promotion .image_thumb ul li{
    margin: 0;
    background: #f0f0f0 url(../images/promotions/widget/bkgrd-up.jpg) repeat-x 0 center;
    width: 235px;
    float: left;
	padding: 10px;
	height: 55px;
}
#event_promotion .image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd url(../images/promotions/widget/bkgrd-over.jpg);
    cursor: pointer;
}
#event_promotion .image_thumb ul li.active { /*--Active State--*/
    background: #fff url(../images/promotions/widget/bkgrd-down.jpg);
    cursor: default;
	color: #ccc;
}

#event_promotion .image_thumb ul li.active h2 {
	color: #ccc;
}
#event_promotion .image_thumb ul li h2 {
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
	font-weight: bold;
	color: #333;
	height: 15px;
	overflow: hidden;
}
#event_promotion .image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
#event_promotion .image_thumb ul li p, #event_promotion .image_thumb ul li a.more{display: none;}

#event_promotion .image_thumb .admin { display: none; }

/* @end *//*--Hide the description on the list items--*/


#store #cart {
	text-align: right;
}

#store div.item {
	clear: both;
	margin: 10px 0;
	border-top: 1px dotted silver;
	padding: 20px 0 10px;
}

#store div.item img {
	float: left;
	margin-right: 20px;
	width: 300px;
}

#store div.description {
	display: inline-block;
}

#store h2 {
	color: #f97d0d;
	padding-top: 25px;
}

#store p {
	font-size: 11px;
}

#store .price {
	color: #999;
}

.module, .detail {
  position: relative;
}

.pod
{
float: left;
clear: both;
width: 220px;
margin: 10px 0;
padding: 9px 0 0 0;
background: #fff url('/images/bkgr/pod-bkgr.gif') repeat-y 0 0;
}

.pod h3.orange
{
background: transparent url('/images/bkgr/h3-orange.gif') no-repeat 0 0;
}

.pod h3
{
float: left;
width: auto;
height: 22px;
padding: 3px 25px 0 10px;
color: #fff;
font: bold 14px Helvetica, Arial sans-serif;
}

.administration-container { float: right; }

.admin form h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #d4d4d4;
	border-bottom: 1px solid #000;
}

.admin form h1 span {
	color: #000;
}

.admin form ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

.admin form ul .admin form .buttons {
	width: 340px;
	text-align: right;
}
.admin form .buttons { padding-left: 120px; }
.admin form .buttons input { width: 75px; height: 25px; }

.admin form label {
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
	padding-right: 5px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

/*
form .required label {
	color: #000;
	border-right: 4px solid #999;
}
*/
form .required label abbr {
  display: none;
}

.admin form label.txtarea {
	position: relative;
	bottom: 30px;
}

.admin form input, .admin form select, .admin form textarea {
	width: 225px;
	color: #666;
	border: 1px solid #999;
}

.admin form input[type="image"] {
	margin-left: 10px;
	border-style: none;
}

.admin form li.datetime input.date {
	width: 75px;
}

.admin form li.datetime select {
	width: 50px;
}

.admin form li.datetime img {
	top: 5px;
	position: relative;
}

div.adminadd {
	width: 275px;
	border-top: 1px solid #d9d9d9;
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
}

div.adminadd a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

div.adminadd a img {
	position: relative;
	top: 5px;
	margin-right: 10px;
}

p.edit,p.add,p.admin { margin-top: 1em; }
.panes p.edit, .panes p.add, .panes p.admin { margin-top: 0; }

p.admin,
p.add.top,
p.edit.top {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
	clear: both;
	height: 20px;
}

a.edit,
a.add {
  margin-top: 1em;
  text-decoration: none;
  color: #84c7e1;
  font-weight: bold;
}

a.edit img,
a.add img { margin: -4px 5px 0 0; float: left; }

a.delete img { margin: -4px 0px 0 0; float: left; }

form li.datetime {
  position: relative;
}
form li.datetime fieldset {
  padding: 0;
  margin: 0;
}
form li.datetime fieldset legend {
  padding: 0;
  height: 2em;
}
form li.datetime li {
  clear: none;
  float: left;
  width: auto;
  margin: 0 2px;
}
form li.datetime li label {
  display: none;
}
form li.datetime ol {
  position: absolute;
  top: 0px;
  left: 113px;
}

form.admin h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #d4d4d4;
	border-bottom: 1px solid #000;
	width: auto !important;
}

form.admin h1 span {
	color: #000;
}

form.admin ul {
	margin: 0;
	padding: 0;
}

form.admin ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

form.admin ul li.actions {
	width: 340px;
	text-align: right;
}

form.admin label {
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
	padding-right: 5px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

form.admin label.required {
	color: #000;
	border-right: 4px solid #999;
}

form.admin label.txtarea {
	position: relative;
	bottom: 30px;
}

form.admin input, form.admin select, form.admin textarea {
	width: 225px;
	color: #666;
	border: 1px solid #999;
}

form.admin .right input, form.admin .right select, form.admin .right textarea
{
  width: 100px;
}

form.admin input[type="image"] {
  width: 70px;
  height: 25px !important;
	margin-left: 10px;
	border-style: none;
	text-align: right;
}

form.admin li.datetime input.date {
	width: 75px;
}

form.admin li.datetime select {
	width: 50px;
}

form.admin li.datetime img {
	top: 5px;
	position: relative;
}

div.adminadd a, div.admin-wide a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

div.adminadd a img, div.admin-wide a img {
	position: relative;
	top: 5px;
	margin-right: 5px;
}

a.admindelete img {
	margin-right: 10px;
}

form.admin li.actions {
	margin-top: 10px;
	border-top: 1px dotted silver;
	padding-top: 5px;
}

form.admin div.limit {
	overflow: auto;
	height: 180px;
}

form.wide {
	width: 640px;
	padding: 25px;
}

div.admin-wide {
	width: 310px;
	float: left;
	margin-top: 15px;
}

.right {
	border-left: 1px dotted silver;
	padding-left: 10px;
}

div.admin-wide h2 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 15px;
}

div.admin-wide h2 span {
	font-size: 11px;
}

div.admin-wide label {
	text-align: right;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 75px;
}

div.admin-wide li.short label {
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline;
	width: 150px;
}

div.admin-wide input[type="checkbox"] {
	width: 10px;
}

div.admin-wide li.short {
	float: left;
	width: 150px;
}

div#listing-admin {
	width: 650px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	padding: 5px 20px;
}

div#listing-admin a {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	text-decoration: none;
	background-position: center 0;
	background-repeat: no-repeat;
	letter-spacing: 1px;
	border-right: 1px dotted silver;
	padding: 10px 15px;
}

div#listing-admin a:hover {
	color: #999;
}

div#listing-admin a.selected {
	background-position: center -60px;
}

div#listing-admin a.divide {
	background: url(adminlist-divide.png) no-repeat center center;
	width: 15px;
	height: 25px;
}

div.admin-close {
	float: right;
	display: inline;
}

.delete fieldset {
  padding: 0;
  margin: 0;
}
.delete li.hidden { display: none; }

.buttons ol {
	text-align: right;
}

a.remote.right {
  float: right;
  border: none;
}
a.remote.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.module .admin {
  position: absolute;
  top: 10px;
  right: 0;
}

.exploreLink select {
  width: 100%;
}

.dropdown-menu .handle {
  display: none;
  position: absolute;
  background: #fff;
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 10px;
}
.dropdown-menu.hover .handle {
  display: block;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
}

.dropdown-menu {
  position: relative;
}

.menu-items {
  width: 173px;
  height: 300px;
  overflow: auto;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  cursor: hand;
}
.menu-items .hover {
  background-color: yellow;
}

/* @group will not display */

div.noDisplay {
	background-color: #f6f6f6;
	margin: 10px;
	padding: 15px;
	border: 1px solid #f6901f;
	 -moz-border-radius: 10px; 
	 -webkit-border-radius: 10px;
	font-size: 12px;
	color: #666;
}

div.noDisplay img {
	float: left;
	margin: 0 15px 15px 0;
}

div.noDisplay span {
	font-weight: bold;
}

#listing_overview {
  width: 350px;
  height: 80%;
}

/* @end */

/*
* 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-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


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

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* 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=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .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_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_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_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_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-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3em; } 
button.ui-button-icons-only { width: 3.2em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 1.8em; }
.ui-button-text-icons .ui-button-text { padding-right: 1.8em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-icon-primary, .ui-button-text-icons .ui-icon-primary, .ui-button-icons-only .ui-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-button-set { margin-right: 7px; }
.ui-button-set .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.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*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/* @group standard */

form.jqtransform {
	background-color: #fbfbfb;
	border: 2px solid #ccc;
	padding: 15px 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 15px;
}

fieldset {
	border-style: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

label {
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

p.inline-errors {
	background: url(../images/btn/forms/error.png) repeat;
	width: 185px;
	height: 15px;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 15px 35px 35px;
	overflow: hidden;
	position: relative;
	left: 225px;
	bottom: 45px;
	z-index: 500;
}

/* @group link buttons */

a.formButton {
	background: transparent url(../images/jqforms/button-right.png) no-repeat scroll right top;
	height: 25px;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 8px;
}

a.formButton span {
	display: block;
	height: 19px;
	padding: 6px 5px 0 30px;
	background: transparent url(../images/jqforms/button-left.png) no-repeat scroll left 0;
	color: #808080;
	text-decoration: none;
	font: bold 13px/13px Arial;
	margin-right: 5px;
}

a.formButton:hover {
	border-style: none;
	background-position: right -25px;
}

a.formButton:hover span {
	border-style: none;
	background-position: left -25px;
}

a.formButton:active {
	background-position: right -50px;
}

a.formButton:active span {
	background-position: left -50px;
}



/* @end */

/* @end */

form.jqtransformdone label{
	display: block;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

button.jqTransformButton span {
	background: transparent url(../images/jqforms/button-right.png) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 25px;
}

button.jqTransformButton span span {
	background: transparent url(../images/jqforms/button-left.png) no-repeat left top;
	color: #808080;
	padding: 6px 8px 0px 30px;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 19px;
}

/*hover*/
button.jqTransformButton_hover span span { background-position: left -25px; }
button.jqTransformButton_hover span { background-position: right -25px; }

/*clicked*/
button.jqTransformButton_click span span { background-position: left -50px; }
button.jqTransformButton_click span { background-position: right -50px; }

/* IE 6 */
* html button.jqTransformButton { height: 25px; }
* button.jqTransformButton span span { height: 19px; }
/* IE 7 */
*+ html button.jqTransformButton { height: 25px; }
*+ button.jqTransformButton span span { height: 19px; }


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(../images/jqforms/input/input-text-left.png) no-repeat left top;
	height: 25px;
	padding: 0px;
	float:left;
	margin-right: 15px;
}

.jqTransformInputInner {
	background: transparent url(../images/jqforms/input/input-text-right.png) no-repeat right top;
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 25px;
	margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
	vertical-align: middle;
	height: 25px;
	color: #808080;	
	border: none;
	padding: 4px 0px 0px;
	margin: 0px;
	background:transparent;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 4px 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 2px 0 0;
	margin-left:-10px;
	height:24px;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -25px;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -25px;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -50px;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -50px;}



.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}



/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{
	font-size: 12px;
	line-height: 16px;
}

table.jqTransformTextarea td{
font-size: 1px;
line-height: 1px;
width: 5px;
height: 5px;
margin: 0;
padding: 0;
}
table.jqTransformTextarea{}
table.jqTransformTextarea tr{
/*border: 1px solid red;*/

}
table.jqTransformTextarea textarea{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
table.jqTransformTextarea td#jqTransformTextarea-tl{background: url(../images/jqforms/textarea/textarea_tl.gif) no-repeat left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background: url(../images/jqforms/textarea/textarea_tm.gif) repeat-x left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background: url(../images/jqforms/textarea/textarea_tr.gif) no-repeat left;}

table.jqTransformTextarea td#jqTransformTextarea-ml{background: url(../images/jqforms/textarea/textarea_ml.gif) repeat-y left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background: url(../images/jqforms/textarea/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background: url(../images/jqforms/textarea/textarea_mr.gif) repeat-y left;}

table.jqTransformTextarea td#jqTransformTextarea-bl{background: url(../images/jqforms/textarea/textarea_bl.gif) no-repeat left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background: url(../images/jqforms/textarea/textarea_bm.gif) repeat-x left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background: url(../images/jqforms/textarea/textarea_br.gif) no-repeat left;}

/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image: url(../images/jqforms/textarea/textarea-mm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-position:0px -5px;}

/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{background-position:-10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image: url(../images/jqforms/textarea/textarea-mm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-position: -10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-position:0px -10px;}


table.jqTransformTextarea .jqTransformSafariTextarea div {
	position: relative;
	overflow: hidden;
	border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{
	background: none;
	position: absolute;
	top:-10px;
	left:-10px;
	padding: 10px 10px 10px 10px;
	resize: none;
}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px;	margin-top:5px;}
.jqTransformRadio {
	background: transparent url(../images/jqforms/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(../images/jqforms/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 25px;
	background: url(../images/jqforms/select-left.png) no-repeat left;
	float:left;
	margin-right: 15px;
}

.jqTransformSelectWrapper div span {
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 25px;
	padding: 5px 0 0 10px;
	overflow: hidden;
	cursor:pointer;
	color: #808080;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 25px;
	height: 25px;
	background: url(../images/jqforms/select-right.png) no-repeat center center;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen:hover {
	border-bottom-style: none;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 25px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

,jqTransformSelectWrapper ul li {
	height: 30px;
	margin: 0;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a:hover {
	border-bottom-style: none;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	color: #000;
	background-color: #ccc;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}