* {
    padding: 0;
    margin: 0;
}

.hidden {
    display: none;
}

/* 
set some defaults after removing all padding and margins
------------------------------------------------------------------------------------------------ */
p, ul, ol {
    margin: 1em 0;
}

ul, ol {
}

ul li, ol li {
    margin-left: 2em;
}

table {
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    width: 100%;
    border-collapse: collapse;
}

td {
    line-height: 1.4em;
}

td.noEvent {
    border-width: 0 !important;
}

td.unusedSpaceCell {
    background-color: #70CAF2;
}

/* 
set some defaults after removing all padding and margins (end)
------------------------------------------------------------------------------------------------ */

body {
    background-color: white;
    text-align: center;
    margin:0px;
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
    margin: auto;
}

body#home {
    width: 955px;
}

#calendarbox, #calendarbox td, #monthCalendarGrid {
    font-size: 8pt;
}


a:link, a:visited {
    color: #FF6666;
    font-weight: bold;
    text-decoration: none;
}

a.bigLink {
    font-size: 14pt;
}

a:hover, a:active {
    text-decoration: underline;
}

a:link img, a:visited img {
    border-width: 0;
}

a:hover img, a:active img {
    border-width: 0;
}

/*a.blockLink, a.blockLink *, a.blockLink:hover * {
    text-decoration: none;
    border: 0px solid transparent;
    color: inherit;
    font-weight: inherit;
}  */

.rbox ul {
    margin: 1px 1px 1px 15px;
    padding:1px 1px 1px 1px;
}

.rbox li {
    margin: 1px 1px 3px 0px;
    padding:1px 1px 1px 0px;
}
/* ljd (end) */

.pinktext
    {
    color: #FF6666;
    font-weight: bold;
    }

.bluetext
    {
    color: #0DB0FF;
    font-weight: bold;
    }

blockquote
    {
    margin-left: 0px;
    }

.quotelabel
    {
    color: #FF6666;
    font-weight: bold;
    margin-bottom: 2em;
    }

/* 
site structure
------------------------------------------------------------------------------------------------ */

.main
    {
    margin: 4px auto 4px auto;
    width: 955px;
    text-align: left;
    /*background-image: url("../images/main-bg.png");*/
    }

.top
    {
    height: 152px;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0px;
    }

.bottom
    {
    width: 955px;
    height: 22px;
    /*background-image: url("../images/bottom-bg.png");*/
    text-align: center;
    clear: both;
    margin-bottom: 3em;
    }

.preStrap {
    margin: 2em 0 0.5em 0;
    font-style: italic;
    clear: left;
}

.strap:before {
    margin: 0.5em 0 0.5em 0;
    display: block;
    height: 18px;
    background: url("../images/horizontalSeparator.png") no-repeat top left;
    content: " ";
    width: 962px;
}

.strap {
    width: 955px;
    text-align: center;
    clear: both;
    color: #FF6666;
    font-weight: bold;
    /* ljd font-size:8pt; */
    margin: 0.5em 0 0 0;
}

.left {
    margin: 28px 0px 30px 0px;
    width: 781px;
    clear: left;
}

.ie6 .left, .ie7 .left {
    margin-top: 0;
}

.left.fullWidth {
    width: 955px;
}

.right {
    clear: right;
    margin: 15px 0px 30px 0px;
    float: right;
    width: 152px;
    overflow: hidden;
}

.lbox {
    width: 781px;
    margin-bottom: 30px;
    clear: left;
}

.lbox.fullWidth {
    width: 955px;
}

.rbox {
    width: 152px;
    background-image: url("../images/box-bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    font-size: 8pt;
    line-height: 1.2em;
}

.rlogo {
    margin-top: 6px;
    display: block;
}

.lefttext
    {
/*	padding: 10px 9px 2px 9px;*/
    }

.righttext
    {
    padding: 2px 8px 2px 8px;
    }


.ie6 #calendarContent, .ie7 #calendarContent {
    padding: 2px 0;
}

/* 
calendar box
------------------------------------------------------------------------------------------------ */


.calendarToday {
}

#calendarTodayHelperHost {
    border-width: 0px;
    height: 0px;
    position: absolute;
}
#calendarTodayHelper {
    background: url(../images/todayMarker.png) no-repeat center center;
    position: relative;
    display: block;
    width: 30px;
    height: 32px;
    text-decoration: none;
}

.ie6 #calendarTodayHelper {
    background: url(../images/todayMarker.gif) no-repeat center center;
}

#calendarTodayHelper.calendarEvent {
    cursor: pointer;
}

.calendarNoEvent
    {
    text-align: center;
    width: 30px;
    }

.calendarEvent
    {
    text-align: center;
    width: 30px;
    }

.calendarNav {
    text-align: center;
    padding: 3px 0 3px 0;
}

.calendarro {
    visibility: hidden;
    position: absolute;
    width: 120px;
    padding: 0px;
    margin: 0px;
    z-index: 1000;
}

.calendarrotext
    {
    width: 109px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #FF6666;
    padding: 3px;
    margin: 0px;
    float:left;
    
    }

.calendarroimg
    {
    float: left;
    }

.calendarhighlight
    {
    font-weight: bold;
    
    }

table#calendargrid tr th
    {
    font-size: 8pt;
    }

table#calendargrid td {
    padding: 2px 1px 1px 1px;
}

.adminOnlyEvent, .adminOnlyEvent span {
    color: #888 !important;
    text-decoration: line-through !important;
}

.adminEventEdit {
    margin-left: 3px;
    color: red !important;
    cursor: pointer;
    font-weight: normal !important;
}


/* 
main month calendar
------------------------------------------------------------------------------------------------ */

.lefttext#monthCalendarLT
    {
    padding: 10px 0px 2px 0px;
    }

.lefttext#monthCalendarLT h1
    {
    color: #FF6666;
    padding: 0 0 0 10px;
    text-align: center;
    }

.lefttext#monthCalendarLT h1 img
    {
    margin: 0 2px 0 2px;
    }



table#monthCalendarGrid tr td
    {
    border: 1px solid #66CCFF;
    text-align: left;
    min-width: 67px;
    height: 67px;
    vertical-align: top;
    padding: 0px;
    }

table#monthCalendarGrid tr th
    {
    color: #66CCFF;
    font-size: 8pt;
    }

table#monthCalendarGrid tr td a
    {
    font-weight: normal;
    }

table#monthCalendargrid tr td p
    {
    padding: 1px;
    }

.mcdate
    {
    background-color: #66CCFF;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    }

.monthCalendarEvent
    {
    background-color: #FFFFFF;
    }

.monthCalendarNoEvent
    {
    /* background-color: #EFFAFF; */
    }



/* 
forms
------------------------------------------------------------------------------------------------ */

.inputtext
    {
    border: 1px solid #66CCFF;
    margin: 2px;
    }

.submit {
    margin: 2px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.25em 0.6em;
    background-color: #FF6666;
    border: 1px solid white;
    border-right-color: #ffa0a0;
    border-top-color: #ffa0a0;
    border-left-color: #c00000;
    border-bottom-color: #c00000;
    cursor: pointer;
}

.submit .disabled {
    background-color: Red;
}

input.textField, textarea, select {
    border: 1px solid #66CCFF;
    margin: 2px;
}

/* 
special box cases
------------------------------------------------------------------------------------------------ */

.lbox#eventpromo
    {
    text-align: center;

    background-image:url("../images/eventpromo-bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    }

.lbox#scrollingnews
    {
    text-align: center;

    background-image:url("../images/news-bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    }

.righttext#offers
    {
    text-align: center;
    padding: 10px;
    }

.righttext#randomimage
    {
    text-align: center;
    padding: 10px;
    }

/* 
gallery
------------------------------------------------------------------------------------------------ */

.lbox.galleryContainer {
    text-align: center;
}

.lbox.galleryContainer #curImage {
    border:1px solid #AAAAAA;
}

.gallerybox {
    text-align: center;
    width: 120px;
    height: 90px;
    margin: 5px;
    float: left;
    white-space: nowrap;
    border:1px solid #ccc;
    overflow:hidden;
}

.thumbBar {
    border: 0px solid #63c9ff;
    overflow: hidden;
    height: 104px;
    margin: 0 0 2em 0;
    position: relative;
    width: 781px;
}

.thumbBar .inner {
    width: 702px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    margin: 0;
    left: 35px;
    border: 2px solid #63c9ff;
    padding-left: 5px;
}

.thumbBar .inner .gallerybox {
    float:none;
    vertical-align: middle;
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.thumbBar .nav {
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 100px;
    margin: 0;
    display: inline-block;
    position: absolute;
    cursor: pointer; 
}

.thumbBar .inner img {
    cursor: pointer; 
}

.thumbBar #prevThumbPage.nav {
    left: 0;
    top: 0;
    background:url(../images/parts/leftThumbNav.png) no-repeat 0px 2px;
}
.thumbBar #nextThumbPage.nav {
    right: 0;
    top: 0;
    background:url(../images/parts/rightThumbNav.png) no-repeat 0px 2px;
}

/* 
events
------------------------------------------------------------------------------------------------ */

#events li.eventSummary {
    margin: 2em 0;
    position: relative;
    list-style-type: none;
    border: 1px solid #66ccff;
    border-width: 0 0 1px 0;
    display: block;
}

#events li.eventSummary .thumbImg {
    float: left;
    margin-right: 1em;
    width: 100px;
    height: 75px;
}

#events .eventSummary p {
    display: inline-block;
    width: 650px;
    margin: 0 0 1em 0;
}

.lefttext#eventdetailLT h2 {
    color: #FF6666;
}

ul#othereventslist
    {
    margin-left: 0;
    }

.featuredEvent h2 
    {
    /* ljd  font-size: 12pt; */
    }
    
.eventDetail {
    margin-top: -1px;
}

.eventDetail td {
    border: 1px solid;
    padding: 0.2em 0.5em;
}

.eventDetail td.hdrCol {
    background-color: #ffff7f;
}

.eventDetail td.spacious {
    padding: 2em 0 0 0;
    border: 0px;
}

.eventDetail td.spacious.eventDesc {
    line-height:inherit;
}

.eventDetail .eventLocked {
    font-size: 20pt;
    color: White;
    font-style: bold;
    background-color: Red;
    line-height: 28pt;
    text-align: center;
}

.eventDetail .rightmostImage {
    margin: 2em 0 2em 2em;
    float: right;
}

.eventDetail .leftmostImage {
    margin: 2em 2em 2em 0;
    float: left;
}

.eventDetail table td {
    border-width: 0;
}

.shrinkFit {
    width: auto;
}

.newEventHeader {
    background-color: #63c9ff;
    text-align: center;
    margin-top: 3em;
}

.newEventHeader #curMonthName {
    color: #FFFF55;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    height: 40px;
    padding-top: 20px;
    vertical-align: bottom;
    font-family: "Century Gothic", Euphemia, verdana, arial, sans-serif;
}

.newEventHeader #prevMonthNav, .newEventHeader #nextMonthNav {
    display: inline-block;
    width: 52px;
    height: 60px;
    vertical-align: bottom;
    cursor: pointer;
}

.newEventHeader #prevMonthNav {
    background: url(../images/parts/eventHeaderPrevNav.png) top left no-repeat;
    /*float: left;*/
}

.newEventHeader #nextMonthNav {
    background: url(../images/parts/eventHeaderNextNav.png) top left no-repeat;
    /*float: right;*/
}

.centreBlock {
    display: block;
    text-align: center;
}

/* 
vertical banner
------------------------------------------------------------------------------------------------ */

.outer
    {
    margin: 0 auto;
    }

#verticalbanner
    {
    float: left;
    width: 150px;
    margin: 4px 0 10px 0px;
    }



/* 
splash screen
------------------------------------------------------------------------------------------------ */

.splash
    {
    position: absolute;
    width: 760px;
    height: 400px;
    margin-top: -200px;
    margin-left: -365px;
    top: 50%;
    left: 50%;
    }
    
.title, .title2, .title3, .title4, .title5, .panelTitle {
    color:#FFFFFF;
    background: #63c9ff;
    font-weight: bolder;
    font-family: arial, verdana, sans-serif;
    padding:0.25em 0.25em 0.25em 0.75em;
    letter-spacing:0.25px;
    margin: 3.5em 0 0 0;
}
.title, .panelTitle {
    font-size:16px;
}
.title2 {
    font-size:14px;
}
.title3 {
    font-size:12px;
}
.title4 {
    font-size:10px;
    padding:0.125em 0.125em 0.125em 0.325em;
}
.title5 {
    font-size:9px;
    padding:0.125em 0.125em 0.125em 0.325em;
}

.dynamicTitle1, 
.dynamicTitle2, 
.dynamicTitle3, 
.dynamicTitle4, 
.dynamicTitle5 {
    margin: 3.5em 0 1em 0;
}

.dynamicTitle1.first, 
.dynamicTitle2.first, 
.dynamicTitle3.first, 
.dynamicTitle4.first, 
.dynamicTitle5.first {
    margin: 0 0 1em 0;
}

.dynamicTitle1.first.flush, 
.dynamicTitle2.first.flush, 
.dynamicTitle3.first.flush, 
.dynamicTitle4.first.flush, 
.dynamicTitle5.first.flush {
    margin: 0 0 0 0;   
}

.panelTitle {
    text-align: center;
    padding: 6px;
    margin: 0;
}

.disabledTitle {	
    display: none;
}


.dynamicTitle2 {
}

.dynamicTitle3 {
}

.dynamicTitle4 {
}

.dynamicTitle5 {
}


.rightCallout {
    float: right;
    background-image:url(../images/box-bg.png);
    border: 1px solid #63c9ff;
    padding: 1em;
    margin: 2em 0 2em 2em;
    line-height: 1.8em;
}

.rightCallout ul {
    margin: 0.25em 0.125em 0.25em 0.125em;
    padding-left: 1em;
}

.signup-top
    {
    /* ljd  background-image: url("../images/heading-bluebg.png"); */
    color:#FFFFFF;
    background: #63c9ff;
    font-size:10px;
    padding:2px;
    padding-left:10px;
    letter-spacing:0.25px;
    margin-bottom:2px;
    }

.signup-top a
    {
    color:#FFFFFF;	}
    
#signupbox {
    clear: right;
    margin: 15px 0 0 0;
    float: right;
    width: 152px;
    height: 154px;
}

#signupbox .inputtext {
    margin: 0;
}

#signupbox p {
    margin: 0.75em 0;
}

.title a
    {
    color:#FFFFFF;
    }
.title a:visited
    {
    color:#FFFFFF;
    }

.title a:active
    {
    color:#FFFFFF;
    }
.title a:hover
    {
    color:#FFFFCC;
    text-decoration:none;
    }

    
/*top nav */	
    #main-nav  
{
padding-top:1em;
padding-left:1em;

}
#main-nav  li
{
    list-style-type:none;
    padding:0em;
}
#main-nav  a
{
    color:#FFFFFF;
    font-size:17px;
    font-weight:bold;
}

#main-nav  #col-1
{
    float:left;
}

#main-nav  #col-2
{
    margin-left:180px;
    
}
#main-nav  #col-2a
{
    margin-left:180px;
}
#main-nav  #col-3
{
    margin-left:180px;
}
#content-top {margin: 0 10px; position: relative;}

 
#main-nav #col-r {position: relative; float: left; width: 20%; font-size:8pt; color:#FFFF00; }
#main-nav #col-l {position: relative; width: 20%; float: left;}
#main-nav #col-m {position: relative; float: left; width: 22%;}

 #main-nav a:hover
{
    color:#FFFF99;
    text-decoration:none;

}

.ppbutton
    {
    border: 0;
    }
    
.inputbut
    {
    color: #FF6666;
    font-weight: bold;
    padding: 0.5px;
    background-color: white;
    border-width:thin;
    width:150PX;
    font-size:8pt;}


/* 
membership page
------------------------------------------------------------------------------------------------ */

.left-fluid
    {
    margin: 28px 30px 30px 30px;
    clear: left;
    }
    
.pink-title
{
    background-color:#FF6565; 
    padding:0.25em; 
    color:#FFFFFF;
    font-size: 14px;
}
.member-top{
    text-align:center;

}
.member-top-intro
{
    color: #000; 
    font-size: 36px; 
    font-weight: bold;
}

.member-top-sub
{
        color: #FF6565;
        font-size: 18px;
        font-weight:bold;
}

#member-box
{
        border-style:solid; 
        border-color:#66ccff; 
        padding:0.5em;
        font-size: 12px;
        
}

.ie6 object {
    margin-top: 0px;
}

.ie7 object {
    margin-top: 0px;
}

.ie8 object {
    margin-top: -5px;
}

.ie6 #flashFilmStripHost, .ie7 #flashFilmStripHost {
    margin-bottom: 0;
}

#flashFilmStripHost {
    float: left;
    width: 780px;
    margin: 15px 0 15px 0;
}

#flashWhatsOnHost {
    width: 781px;
    margin: 15px 0;
}

#topBar {
    height: 38px;
    background: url(../images/parts/TopBar.png) no-repeat;
    background: url(../images/parts/TopBar_blank.png) no-repeat;
}

#topBar.loggedIn {
    height: 38px;
    background: url(../images/parts/TopBar_blank.png) no-repeat;
}

#topBar #loginInfo {
    float: right;
}


.logIn, .logOut, .join {
    height: 33px;
    display: inline-block;
    cursor: pointer;
}

.join {
    background: url(../images/parts/header-join-now.png) right no-repeat;
    width: 103px;
}
.logIn {
    background: url(../images/parts/LogIn.png) right no-repeat;
    width: 93px;
}

.logOut {
    background: url(../images/parts/LogOut.png) right no-repeat;
    width: 251px;
    padding-right: 105px;
    text-align: right;
}

.logOut .userInfo {
    color: white;
    cursor: default;
    display: inline-block;
    font-weight: bold;
    margin: 7px 1px 0 0;
    text-align: right;
}

#headerDiv
{
    position: relative;
}

.structuralLabel {
    left: -10000px;
    position:absolute;
}



/* menu links
------------------------------------------------------------------------------- */
#menu {
    margin: 0 0 0 0;
    height: 42px;
    position: relative;
    z-index: 1000;
    background: url(../images/menuBarParts/menuBarBackground.png) repeat-x;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu a:link img, #menu a:visited img
{
    border-width: 0;
    /*margin-top: -1px;*/
}

.hugeLink {
    font-size: 20pt;
}

.hugeLink2 {
    font-size: 27pt;
}

.largerLink {
    font-size: 11pt;
}

#menuContainer 
{
    padding: 0;
    width: 100%;
}

#menu li {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
    position: relative;
}

#menu li.topLevelMenuItem {
    margin: 0 6px;
}

#menu li ul {
    display: none;
}

#menu li.openMenu ul {
    display: block;
    position: absolute;
    top: 33px;
    margin: 0;
    background: #64ccff;
    color: Black;
    width: 200px;
    left: 0;
}

#menu li.openMenu ul a {
    color: Black;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

#menu li.openMenu ul li
{
    padding: 0 12px 0.35em 1em;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    clear: left;
    border: 1px solid #64ccff;
    width: 174;
}

#menu li.openMenu li.curPage a {
}

#menu li.openMenu li.curPage {
    background-color: #ffff7f;
    border: 1px solid black;
    z-index: 1000;
}

#menu li.openMenu li.curPage.selectedMenuItem {
    border: 1px solid black;
}

#menu li.openMenu li.selectedMenuItem 
{
    background: url(../images/parts/whiteMask.png) repeat-x !important;
    cursor: pointer;
    border: 1px solid white;
    z-index: 1000;
}

/* leeForms
------------------------------------------------------------------------------- */

.leeForm table {
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
}

.leeForm td {
    padding: 0.75em 0.25em;
    vertical-align: top;
}

.leeForm td.labelCol {
    text-align: right;
}

.leeForm {
    line-height: 2.5em;
}

.leeForm label {
    width: 15em;
    display: inline-block;
    text-align: right;
    margin-right: 0.25em;
}

.leeForm label:after {
}

.requiredFieldLabel_after {
    color: Red;
}

.requiredFieldNeedsAttention {
    outline: 2px solid red;
}

.ie6 .requiredFieldNeedsAttention {
    outline-width: 0px;
    border: 2px solid red;
}

.leeForm .yourDetails label {
}

.leeForm .wider label {
    width: 25em;
}

.leeForm .autoWidth {
    display: inline-block;
}

.leeForm .widerLabel label {
    width: 19em;
}

.leeForm .mediumLabel label {
    width: 9em;
}

.leeForm .optGroup label {
    width: auto;
/*	margin: -6px 0.8em 0 0;*/
}

.checkboxLabel {
    margin: -6px 13px 6px -3px;
}

.radioLabel {
    margin: -3px 13px 3px -3px;
}

.leeForm .checkableInput {
}
.leeForm .optGroup label {
    vertical-align: middle;
}

.leeForm .optGroup.listview .inner {
    margin: 0.25em 0.75em;
    display: block;
}

.leeForm .optGroup.compact {
    display: inline-block;
}

.leeForm .optGroup.listview {
    display: inline-block;
    border: 1px solid #66ccff;
    line-height: 1.6em;
    padding: 0.75em 0;
}

.leeForm .textField, .leeForm .optGroup.listview {
    width: 200px;
}

.leeForm .wider .textField, .leeForm .wider .optGroup.listview {
    width: 350px;
}

.leeForm .textField.narrowField {
    width: 50px;
}

.leeForm .textField.autoWidthField {
    width: auto;
}

.leeForm fieldset {
    border: 1px solid #66ccff;
    margin: 4em 0em 2em 0em;
    padding: 1em 1.5em 1.5em 1.5em;
}

.leeForm fieldset legend {
    display: inline-block;
    line-height: 2em;
    border: 1px solid #66ccff;
    padding: 0.25em 1em;
    margin: 0 1em;
}

.leeForm fieldset p {
    margin: 0;
    text-align: left;
}

.leeForm input.textField {
    padding-left: 3px;
    padding-right: 3px;
}
.leeForm .selectedField {
    background-color: #fcf7d3;
}
.leeForm .selectedField.checkableInput {
    outline: 2px solid #66ccff !important;
}

.leeForm select option {
    padding: 0 0.5em;
 }

.leeForm #helpNodeHost {
    display: inline-block;
    width: 330px;
    margin: 0 1em 0 0;
    padding: 0 0 0 1em;
    float: right;
    border: 1px solid red;
    line-height: 3em;
}

.leeForm .submit {
    float: right;
    margin: 0 2em 2em;
}

.leeForm .submit2 {
}

.rightContainer {
    text-align: right;
}

div#statusBarContainer div.rightContainer input[submit] {
    margin: -15px 8px 8px 0px !important;
}

.leadingEmphasis {
    font-family: Georgia, Verdana, arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 1.5em;
}

.error {
    color: Red;
}

.attention {
    color: red;
    font-style: italic;
}

.meta {
    font-style: italic;
}

.footnote {
    color: #999;
    font-style: italic;
    font-size: 0.9em;
}

.footnoteMarker {
    vertical-align: super;
}

.positive {
    color: green;
    font-style: italic;
}

.negative {
    color: red;
    font-style: italic;
}

.hasTitle {
    border-bottom: 1px dotted #FF6666;
}

.leeForm .metaText {
    color: #888;
    font-style: italic;
    font-size: 90%;
}

.watermark {
    color: #aaa;
}

.leeForm td.centered {
    text-align: center;
}

/* 
faq
------------------------------------------------------------------------------------------------ */
#faqList dt:before, #faqList dd:before {
    font-family: Georgia, Verdana, arial, sans-serif;
    font-style: italic;
    font-size: 1.5em;
    font-weight: bold;
}

#faqList dt.title:before {
    content: "Q. ";
}

#faqList dd {
    margin-bottom: 5em;
}

a.helperLink {
    font-size: 8pt;
    font-weight: normal;
    margin: 0 0.25em;
}

/* 
dialog
------------------------------------------------------------------------------------------------ */
.dialogContent {
    display: none;
}
.dialogContent iframe {
    border-width: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

body.dialog .dialogBody {
    width: auto !important;
    padding: 1em;
    overflow: auto;
}

body.dialog .dialogBody .footnote {
    font-size: 0.9em;
    text-align: left;
    display: block;
    margin-top: 3em;
    line-height: 1.6em;
    font-style: italic;
    color: #999;
}

body.dialog .footer {
    background: #63c9ff;
    text-align: center;
    margin-bottom: 0;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix.footer .message {
    color: #eeef1d;
    font-weight: bold;
    margin: 0 auto;
    width: 400px;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix.footer .message a {
    color: #eeef1d;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix.footer .message .phone {
    color: #e95655;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix.footer .message,
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix.footer .message a,
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix.footer .message .phone {
    color: white;
}


/* 
video gallery
------------------------------------------------------------------------------------------------ */
#videoGallery {
    display: block;
    margin: 2em 0;
}

#videoGallery .vidThumb, #videoGallery #playerContainer {
    margin: 0 8px 8px 0;
    border: 1px solid #aaa;
}

#videoGallery .vidThumb {
    cursor: pointer;
    display: inline-block;
}

#videoGallery .vidScreen {
    margin: 0;
}

#videoGallery #playerContainer {
    float: left;
    padding: 0;
}

#videoGallery #videoGrid {
    width: auto;
    border-collapse: collapse;
    margin: 0 auto;
}

#videoGallery #videoGrid td {
    border: 0px solid red;
    padding: 0;
}

#videoGallery .linkBar {
    text-align: center;
}

#videoGallery .linkBar .inner {
    border: 0px solid red;
    display: block;
    margin: 0 10px 10px 0;
}

#videoGallery .linkBar a.helperLink, #videoGallery .linkBar .curPageDisplay {
    font-size: 10pt;
    font-weight: normal;
    margin: 0 1.25em;
}


/* 
tooltip
------------------------------------------------------------------------------------------------ */

.tooltip {
    position: absolute;
    z-index: 10000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.88;
    max-width: 400px;
}

.tooltip, .tooltip table {
    text-align: left;
    font-size: 12px;
}

.tooltip .label {
    font-style: italic;
}

.tooltip .vidTitle {
    font-weight: bold;
    font-size: 12px;
}





.testimonial {
    text-align: left;
    line-height: 1.4em;
}

.rbox .testimonial {
    background: white;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

.testimonial .emphasizeSC {
    font-weight: bold;
    font-style: italic;
}

.quote:before {
    margin-top: 30px;
    display: block;
    background: url("../images/leftQuote.jpg") no-repeat top left;
    height: 51px;
    content: " ";
}

.quote:after {
    background: url(../images/rightQuote.jpg) no-repeat bottom right;
    height: 50px;
    display: block;
    content: " ";
}

.hangRight {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.hangLeft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.footItem {
    font-size: 8pt;
}

a:link.footItem, a:visited.footItem {
    font-weight: normal;
}
.checkbox {
    margin-right: 0.5em;
}



/* 
live chat
------------------------------------------------------------------------------------------------ */
.liveChat {
    
}

.liveChat .leeForm table {
    width: 80%;
}

.liveChat textarea, 
.liveChat #messages, 
.liveChat #people, 
.liveChat #messageInput,
.liveChat #statusBarContainer {
    border: 1px solid #66CCFF;
    display: block;
    padding: 6px;
}

.liveChat #messages {
}

.liveChat.chatHostView #messages {
    margin-right: 155px;
}

.liveChat #messages {
    width: auto !important;
}

.liveChat #messages .commentTime {
    color: Red;
    font-style: italic;
    margin: 0 0 0 0.5em;
}

.liveChat #messages .commentName {
    font-style: italic;
}

.liveChat #messages .commentTime, .liveChat #messages .commentName {
}

.liveChat #messages .comment {
}

.liveChat .info {
    text-align: left;
    padding: 1em 10% 1em 30%;
    margin: 0 0 2em 0;
    border: 1px solid #63c9ff;
}

.liveChat .info input {
    margin-left: 2em;
}

.liveChat #messages, .liveChat #messageInput {
    text-align: left;
    overflow: auto;
}

.dialog.liveChat .dialogBody #people {
    display: none;
}

body.dialog.liveChat {
}

body.dialog.tellFriend {
}

body.dialog {
    background: url(../images/parts/social-logo-big.jpg)
}

body.dialog.liveChat.rightLogo {
    background: url(../images/parts/social-logo-big.jpg) right top
}

.dialog.liveChat.chatHostView #people {
    float: right;
    width: 128px;
    display: block;
}

.dialog.liveChat #messageInput {
    clear: left;
    margin: 1em 0 ;
    background: transparent;
}

.liveChat #statusBar {
    padding: 2px 0.5em 2px 0.5em;
    text-align: left;
    float: left;
}

.liveChat .person {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    margin-bottom: 0.5em;
}

.liveChat .person.newPerson {
    font-weight: bold;
    font-style: italic;
    background-color: Red;
    color: black;
}

.liveChat .person.currentPerson {
    background-color: #63c9ff;
}

.liveChat .person.newMessagesAvailable {
    font-weight: bold;
    font-style: italic;
    color: white;
    background-color: Red;
}


table.noBorders td {
    border-width: 0;
}

/* 
membership
------------------------------------------------------------------------------------------------ */
.membership .header.bePart 
{
    display: none;
}

.membership #mainTitle 
{
    border: none;
}

.membership .header.bePart h2 {
    display: none;
}

.membership .header.bePart .inner {
    display: none;
}

/* -- */

.membership .header.freeEvents {
    height: 380px;
}

.membership .header.freeEvents h2 {
    display: none;
}

.membership .header.freeEvents .inner {

}

.membership #signupGroup {
    float: right;
}

/* -- */

.membership .header.cityCard {
    background: url(../images/parts/membership-cityCard.jpg) no-repeat;
    padding-top: 1px;
    height: 267px;
}

.membership .header.cityCard h2 {
    display: none;
}

.membership .header.cityCard .inner {
    margin: 49px 316px 0 0;
}

/* -- */

.membership .header.whatsCost {
    background: url(../images/parts/membership-whatsCost.png) no-repeat;
    padding-top: 1px;
    height: 294px;
}

.membership .header.whatsCost h2 {
    display: none;
}

.membership .header.whatsCost .inner {
    margin: 49px 310px 0 0;
}

/* -- */

.membership .header {
    clear: both;
}

.membership .rightImg {
    float: right;
    margin: 0 0 0 1em;
}

.membership .leftImg {
    float: left;
    margin: 0 1em 0 0;
}

.membership .statsTable {
    display: inline-block;
    width: auto;
    float: right;
}

.membership .statsTable.statsTable1 
{
    height: 177px;
}

.membership .statsTable.statsTable2 
{
    float: left;
    height: 193px;
}

.membership .statsTable.hilightLastRow tr.lastRow td 
{
    font-weight: bold;
}

.membership .statsTable td, .membership .statsTable th {
    padding: 2px 15px;
    text-align: center;
}

.membership .statsTable.statsTable2 td, .membership .statsTable.statsTable2 th 
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.membership .statsTable th 
{
}

.membership .statsTable td.leftAlign {
    text-align: left;
}

.membership .statsTable td.memberCost 
{
    font-weight: bold;
}

.membership .statsTable td.memberSaving {
}

.membership #memberImageBlock1 
{
    background: url("../images/membership images/members-page-image-block-1.jpg") no-repeat top left;
    clear: right;
    float: right;
    height: 112px;
    width: 419px;
}

.membership #memberImageBlock2 
{
    background: url("../images/membership images/members-page-image-block-2.jpg") no-repeat top left;
    clear: left;
    float: left;
    height: 112px;
    width: 432px;
}

.membership #memberFooter  
{
    background: url("../images/membership images/members-page-bottom-panel.jpg") no-repeat top left;
    clear: left;
    float: left;
    height: 205px;
    width: 100%;
    margin-top: 8px;
    margin-left: -4px;
}

.topEventImgContainer {
    max-width: 953px;
    overflow: hidden;
    display: block;
    border: 1px solid black;
}

/* 
messageboard
------------------------------------------------------------------------------------------------ */
.messageboard .recentActivity td, .messageboard .recentActivity th {
    padding: 5px 5px 5px 8px;
    border: 1px solid #63c9ff;
}

.messageboard table.recentActivity {
    margin: 1em 0;
}






#floatbox-box {
    z-index: 1001;
}


.ajaxMessage {
    background: url(../images/ajax-loader.gif) 10px center no-repeat;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
    display: block;
    width: 200px;
    border: 1px dashed #666;
}

p.clearBoth {
    clear: both;
    margin-top: 1em;
}



/* 
clearfix
------------------------------------------------------------------------------------------------ */
/*
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
*/


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */




/* 
testimonial-videos
------------------------------------------------------------------------------------------------ */

#testimonials {
    position: relative;
    height: 128px;
    margin-top: 1em;
}

#testimonials #videos .vidThumb {
    border: 1px solid #63C9FF;
    display: inline-block;
    margin: 4px 4px 4px 0;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    height: 90px;
}

.ie7 #testimonials #videos .vidThumb {
    padding: 0;
}

.ie7 #testimonials #videos {
    height: 128px;
    width: 852px;
}

#testimonials #videos {
    border: 2px solid #63C9FF;
    display: inline-block;
    height: 124px;
    overflow: hidden;
    padding-left: 5px;
    position: absolute;
    white-space: nowrap;
    width: 842px;
    left: 52px;
    background: url("../images/videoTestimonialsCaption.png") left bottom no-repeat;
}

#testimonials .nav {
    cursor: pointer;
    display: inline-block;
    height: 128px;
    margin: 0;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 52px;
}

#testimonials .nav.prev {
    background: url("../images/parts/videoTestimonialsPrevNav.png") no-repeat scroll left top;
    left: 0;
}


#testimonials .nav.next {
    background: url("../images/parts/videoTestimonialsNextNav.png") no-repeat scroll left top;
    right: 0;
}

#testimonials .ajaxMessage {
    margin-top: 29px;
    width: 76px;
}


.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

.popup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9005;
    background-color: red;
    background-color: #63C9FF;
    background-color: #056EA3;
    background-color: #034B6F;
    background-color: black;
    padding: 8px;
    -moz-border-radius: 17px;
}

.popup .inner {
    background-color: white;
    
    left: 0;
    top: 0;
    z-index: 9010;
    -moz-border-radius: 8px;
    padding: 8px;
}

.popup .titleBar {
    height: 29px;
}

.popup .playerContainer {
    width: 640px;
    height: 390px;
}

.popup .titleBar .close {
    background: url(../images/parts/close-icon.gif) no-repeat center center;
    float: right;
    height: 20px;
    width: 20px;
    cursor: pointer;
    font-size: 12pt;
}

.popup .titleBar .text {
    display: inline-block;
    font-size: 11pt;
    padding-top: 1px;
    padding-left: 1px;
}

.calendarLegend 
{
    float: right;
    font-size: 10pt;
}

.calendarLegend, .calendarCrossLink {
    font-size: 16pt;
    font-family: "Century Gothic", Euphemia, verdana, arial, sans-serif;
 }

.calendarLegend .memberFree 
{
    color: #63c9ff !important;
    font-weight: bold;
}

.calendarTrailingMessage 
{
    clear: left;
    margin-top: 2em;
}

.calendarDownloadBlock 
{
    margin-top: 2em;
}

.calendarDownloadBlock, .footerSection 
{
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
}

.footerSection {
    background-color: #63C9FF;
    background-color: #64CCFF;
    display: block;
    clear: both;
    width: 955px;
    margin: 2em auto 2em auto;
}

.footerSection .jumpOff {
    text-align: left;
}

.footerSection .jumpOff img {
    margin: 1em;
}

.footerSection .leftLinks, .footerSection .rightLinks {
    text-align: left;
    float: left;
    background-color: #63C9FF;
    background-color: #64CCFF;
}

.footerSection .leftLinks {
    padding-left: 1em;
}

.footerSection .rightLinks {
    padding-left: 1em;
    margin-bottom: 3em;
}

.footerSection .innerList {
    float: left;
    list-style-type: none;
    margin-left: 1em;
}

.footerSection .innerList li {
    list-style-type: disc;
    color: #FF6666;
    margin-left: 1.5em;
    margin-top: 4px;
}

.footerSection .innerList .headingLink {
    color: Yellow;
    font-weight: bold;
    text-transform: uppercase;
}

.footerSection .innerList li a {
    color: Black;
}

.footerSection .innerList ul {
    margin-top: 0;
}

.footerSection .inner {
    padding: 10px;
    background-color: #295369;
    clear: left;
    color: #4F9EC8;
}

.footerSection .inner a:link, .footerSection .inner a:visited {
    color: #4F9EC8;
    font-size: 7pt;
 }

.heardOfUs {
    font-weight: bold;
    text-align: left;
    clear: both;
    width: 955px;
    margin: 0 auto;
}

#headerTvArrow {
    width: 52px;
    height: 38px;
    background: url(../images/blueArrow_right.png) left top no-repeat;
    position: absolute;
    /*
    position: relative;
    left: -55px;
    top: 215px;
    */
    display: none;
}

.paymentLogoBlock {
    margin-top: 1em;
}


.right-panel-banner {
    width: 152px;
    height: 450px;
    background: url(../images/banners/right-panel-banner.png) no-repeat;
    margin-bottom: 1em;
    display: block;
}

.success-notification {
    border: 1px solid green;
    font-weight: bold;
    padding: 0.5em;
    color: green;
}

.error-notification {
    border: 1px solid red;
    font-weight: bold;
    padding: 0.5em;
    color: red;
}

.leeForm td.labelCol.leftLabel {
    text-align: center;
}

.leeForm td.labelCol.leftLabel label {
    text-align: left;
}
.leeForm .wider td.labelCol.leftLabel label {
    width: auto;
}


/* 
new calendar
------------------------------------------------------------------------------------------------ */

#monthCalendarGrid2 {
    border-spacing: 5px;
    border-collapse: separate;
    font-family: "Century Gothic", Euphemia, verdana, arial, sans-serif;
    font-size: 14px;
    width: 965px;
    margin-left: -5px;
}

#monthCalendarGrid2 th {
    font-size: 12pt;
    text-align: center;
}

#monthCalendarGrid2 th .headerLabel {
    background: url(../images/calendarPage/HeaderImage.png);
    overflow: hidden;
    display: inline-block;
    width: 102px;
}

#monthCalendarGrid2 td {
    border: 3px solid #70CAF2;
    vertical-align: top;
    width: 126px;
    font-size: 13px;
}

#monthCalendarGrid2 td .cellHeader {
    background-color: #70CAF2;
    background: url(../images/calendarPage/cellHeader.png) no-repeat right;
    height: 31px;
    overflow: hidden;
    font-size: 20px;
    color: #231F20;
    font-weight: bold;
}
#monthCalendarGrid2 td .cellHeader.past {
    background: url(../images/calendarPage/cellHeaderPast.png) no-repeat right;
}
#monthCalendarGrid2 td .cellHeader.today {
    background: url(../images/calendarPage/cellHeaderToday.png) no-repeat right;
}

#monthCalendarGrid2 td .cellHeader.editable {
    background: url(../images/calendarPage/cellHeaderEdit.png) no-repeat right;
}
#monthCalendarGrid2 td .cellContent {
    min-height: 126px;
}

#monthCalendarGrid2 td .cellContent .event, #monthCalendarGrid2 td .cellContent .dayFillerImage {
    background-color: #F5EE36;
    border: 3px solid #0097DC;
    height: 39px;
    margin-bottom: -3px;
    margin-left: -3px;
    margin-right: -3px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

#monthCalendarGrid2 td .cellContent .event.oneHigh, #monthCalendarGrid2 td .cellContent .dayFillerImage.oneHigh {
    height: 39px;
}

#monthCalendarGrid2 td .cellContent .event.twoHigh, #monthCalendarGrid2 td .cellContent .dayFillerImage.twoHigh {
    height: 81px;
}

#monthCalendarGrid2 td .cellContent .event.threeHigh, #monthCalendarGrid2 td .cellContent .dayFillerImage.threeHigh {
    height: 123px;
}

#monthCalendarGrid2 td .cellContent .event.fourHigh, #monthCalendarGrid2 td .cellContent .dayFillerImage.fourHigh {
    height: 165px;
}

#monthCalendarGrid2 td .cellContent .event.fiveHigh, #monthCalendarGrid2 td .cellContent .dayFillerImage.fiveHigh {
    height: 207px;
}

#monthCalendarGrid2 td .cellContent .event.freeForAll, .eventTooltip .eventStatus.freeForAll {
    background-color: #F5EE36;
}
#monthCalendarGrid2 td .cellContent .event.freeForMembers, .eventTooltip .eventStatus.freeForMembers {
    background-color: #F5EE36;
}
#monthCalendarGrid2 td .cellContent .event.paidEvent, .eventTooltip .eventStatus.paidEvent {
    background-color: #F5EE36;
}

#monthCalendarGrid2 td .cellContent .event a {
    margin: 0 auto;
}

#monthCalendarGrid2 td .cellContent .event a, #monthCalendarGrid2 td .cellContent .event a span {
    color: Black;
    font-weight: bold;
}

.eventTooltip, .dayFillerTooltip {
    max-width: 270px;
}

.eventTooltip .eventName, .dayFillerTooltip .fillerTitle {
    font-weight: bold;
}

.eventTooltip .eventStatus {
    font-style: italic;
}

.eventTooltip .eventDesc, , .dayFillerTooltip .fillerText {
    
}

