/* GLOBAL STYLES */
html, body{
    height: 100%;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; }

h1, h2, h3, h4, h5, h6{
    color: #0390d5;
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1em; text-transform: uppercase; margin-top: 0px; margin-bottom: 6px; padding-top: 0px; padding-bottom: 6px; }
h4{ padding: 0px; margin: 0px; }

body{
    background: #ffffff url(/images/body_bg.jpg) repeat top left;
    color: #000000;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#pageContainerOuter{
    background: url(/images/page_bg.jpg) repeat-y top left;
    margin: 0px auto;
    width: 963px;
    min-height: 100%;
    text-align: center;
}

#pageContainer{
    margin: 0px auto;
    width: 945px;
    text-align: left;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    position: relative;
    background: url(/images/header.jpg) no-repeat top left;
    height: 104px;
}

.topLogin{
    position: absolute;
    top: 8px;
    right: 8px;
    /* background: url(/images/home_search_bg.jpg) repeat-x top left; */
    background-color: #1367b0;

    width: 440px;
    color: #ffffff;
}
.topLoginInner{
    margin: 8px;
    padding: 8px;
    border: 1px solid #7d9ba9;

    color: #ffffff;
    text-align: center;
}
.topLogin input{
    width: 80px;
}

.topLogin ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.topLogin ul li{
    display: block;
    float: left;
    list-style: none;
}

.topLogin ul li a{
    display: block;
    color: #ffffff;
    padding: 2px 4px;
}
.topLogin ul li a:hover{
    color: #bfd2dc;
}

.topLogin .signup_links{
    text-align: left;
    padding-top: 8px;
}

.topLogin .signup_links a{
    color: #cde8f9;
}
.topLogin .signup_links a:hover{
    color: #ddffff;
}

#header .headerLnk img{
    position: absolute;
    top: 10px;
    left: 10px;
    border: 0px solid #ffffff;
    width: 105px;
    height: 85px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#mbTable{
    width: 100%;
}
#mbLeft{ }
#mbRight{
    width: 230px;
}

.mbOuter{
    background: #0390d5 url(/images/menubar_left.jpg) no-repeat top left;
    height: 36px;
}

.menubar{
    background: url(/images/menubar_right.jpg) no-repeat top right;
    position: relative;
    white-space: nowrap;
    text-align: center;
    height: 36px;
}

.tmenu{
    margin: 0px auto;
    white-space: nowrap;
    width: auto;
}

.tmenu td{
    margin: 0px;
    padding: 0px 1px 0px 2px;
    height: 36px;
    vertical-align: middle;

    background: url(/images/tmenu_pipe.jpg) no-repeat left center;
}

.tmenu td a{
    display: block;
    padding: 6px 10px;

    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
.tmenu td a:hover{
    background-color: #39b0e5;
    color: #ffffff;
    text-decoration: none;
}
.tmenu #tm_0, .tmenu #tmr_0{
    background-image: none;
}


 /* DROP DOWN MENU */
.tmenu td ul{
    position: absolute;
    z-index: 2000;
    display: none;
    top: 1.6em;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
    opacity: .85;
}

.tmenu td ul li{
    display: block;
    float: left;
    margin: 0px;
    width: 150px;
}

.tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    width: 120px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;

    background-color: #57431b;
    color: #ffffff;
}

.tmenu td ul li .first{
    border-bottom: 0px solid #FFF;
}

.tmenu td ul li a:hover{
    background-color: #b37c18;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* COLUMN MAIN */
#contentContainer{
    margin: 0px 13px;
    padding: 0px;
}

#contentTable{
    margin-top: 16px;
    width: 100%;
}

#columnLeft{
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    border: 0px solid #ffffff;
    vertical-align: top;
    text-align: left;
}

#columnRight{
    width: 190px;
    border: 0px solid #89ADDC;
    vertical-align: top;
    text-align: left;
}

#columnMain{
    border: 0px solid #ffffff;
    vertical-align: top;
}

#content{
    position: relative;
    padding: 0px 10px;
    height: auto;
    min-height: 400px;
    vertical-align: top;
    text-align: left;
    line-height: 1.4em;
}

.mcSpacer{
    width: 3px;
    border: 0px;
}

#footer{
    margin: 16px 0px 6px 0px;
    padding: 8px 0px;
    border-top: 1px solid #ededed;
    text-align: center;
    color: #24a0dc;
}

#bottomMenu{
    margin: 0px auto;
    width: 100%;
    text-align: center;
}
#bmenu{
    list-style: none;
    margin: 4px 0px 20px 0px;
    padding: 0px;
}
#bmenu li{
    list-style: none;
    display: inline;
    padding: 0px;
    margin: 0px;
    background: url(/images/tmenu_pipe.jpg) no-repeat left center;
}
#bmenu li#bli_0{
    background-image: none;
}
#bmenu li a{
    font-size: 12px;
    margin: 0px 8px;
    padding: 0px;
    text-decoration: underline;
}

#copyright{
    float: left;
    text-align: left;
    font-size: 10px;
}

#bbb{
    float: right;
    text-align: right;
    font-size: 10px;
}

#footer a{
    text-decoration: none;
    font-size: 10px;
}

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    background-color: #65cefd;
    text-decoration:none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #6e90a9;
    color: #ffffff;
}
td.cellHeader a{
    color: #ddddff;
    text-decoration: underline;
}
td.cell{
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    background-color: #dddddd;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

.vcTable{
        width: 98%;
}


/* END DATA TABLES */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #b5c6cf;
}

.button, .buttonOver, .button:hover{
    background-color: #edf5ff;
    border: 1px solid #88c0cf;
    font-weight: bold;
    font-size: 12px;
    color: #0a8ecc;
    padding: 2px 4px;
    cursor: pointer;
    text-decoration: none;
}
.buttonOver, .button:hover{
    background-color: #d1e8fd;
    color: #0a8ecc;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #24a0dc; }
a:hover{ color: #305985;}
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC; padding: 0px 2px;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    margin: 16px;

    width: 577px;
    height: auto;

}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
}

ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    text-decoration: none;
}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}
/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 500px;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

/* splash page */
#dirTabBlock{
    position: relative;
    margin-top: 30px;
    border: 0px solid #EEE;
}
#dirTabs{
    position: absolute;
    top: -17px;

    margin: 0px 0px 0px 4px;
    padding: 0px;
}
#dirTabs li{
    list-style: none;
    float: left;
    text-align: center;
}
#dirTabs li a{
    display: block;

    height: 16px;

    padding: 0px 15px;

    color: #413424;
    font-size: 12px;
    text-decoration: none;

    background-color: #E5EAEE;
    border-top: 1px solid #5B658F;
    border-right: 1px solid #5B658F;
    border-bottom: 1px solid #5B658F;
    border-left: 0px solid #5B658F;
}
#dirTabs li a:hover{
    text-decoration: underline;
}
#dirTabs li .cur{
    height: 17px;

    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom: 0px solid #5B658F;
}
#dirTabs #pbt_first{
    border-left: 1px solid #5B658F;
}

#dirTabContent{
    padding: 8px;
    border: 1px solid #5B658F;
    min-height: 400px;
    overflow: auto;
    background-color: #FFF;
    text-align: left;
}
#dirTabContent h4 a{ color: #A90504; }
#dirTabContent h4 a:hover{ color: #DF6161; }

#listing_map{ height: 410px; width: 560px; border: 1px solid #000; }
#dir_content_inner #dirTabContent #listing_map{ min-height: 350px; width: 99%; border: 1px solid #000; }

#pop_overlay{
    display: none;
    position: fixed;
    z-index: 8000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.6;
}

#pop_container{
    display: none;
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
}

#pop_inner{
    display: block;
    position: relative;
    z-index: 10000;
    width: 480px;
    padding-bottom: 4px;
    margin: 120px auto 0px auto;
    background-color: #333333;
    border: 1px solid #000;
    text-align: center !important;
}
#pop_inner h2{ color: #FFF; margin: 8px 0px; }
#pop_inner a{ color: #FFF; }

#pop_overlay_dir{
    display: none;
    position: fixed;
    z-index: 8000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.6;
}

#pop_container_dir{
    display: none;
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
}

#pop_inner_dir{
    display: block;
    position: relative;
    z-index: 10000;
    width: 600px;
    margin: 10px auto 0px auto;
    border: 1px solid #000;
    background-color: #FFF;
}

#pop_inner_btContainer{
    background: #354953 url(/images/home_search_bg.jpg) repeat-x top left;
    padding: 0px 10px 8px 10px;
    border-top: 1px solid #5B658F;
}
#pop_inner_btContainer #dirTabBlock #dirTabContent{
    overflow: auto !important;
    min-height: 400px;
}

#popup_header{ position: relative; min-height: 118px; height: auto;background-color: #ffffff;  }
#popup_header h2{ color: #000; margin-top: 0px; padding-top: 0px; }

#listingContainer td{ padding: 0px 10px; vertical-align: top; }
#listingContainer #popup_logo, #listingContainer #popup_address{ text-align: left; }

#close_popup{ position: absolute; right: 8px; top: 3px; z-index: 40000; }
#close_popup a{ color: #223F70; }
#close_popup a:hover{ color: #8FA5B2; }
#close_popup a img{ border: 0px solid #000; }

/* end splash page */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}

/* THIS IS WHERE BOB'S STUFF GOES */

#presentedBy{ text-align: center; margin-top: 8px; }
#presentedBy a img{ border: 0px solid #FFF; }

#bizMap{
    width: 100%;
    height: 360px;
}

#mapDirectionsC{
    padding: 15px 8px 8px 8px;
    border-top: 1px solid #57431B;
    border-bottom: 1px solid #57431B;
    background-color: #EEEEEE;
    color: #000;
}

.listing_contact_info{ text-align: center; margin: 8px 0px }

.startAddress{
    width: 330px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    border: 1px solid #57431B;
    background-color: #fff;
}
.printDirections{
    text-align: right;
}

/* listing styles */

.category_info{ border: 1px solid #daeaf0; padding: 8px; margin-bottom: 15px; }
.category_info h1{ margin-top: 3px; }

.category_cell{ padding: 5px; vertical-align: top; width: 50% !important; }

.category_container{ margin-bottom: 8px; }
.category{ background-color: #f9fdff; border: 1px solid #eaf1f4; padding: 10px; }
.category_imgC{ width: 95px; padding-right: 10px; }
.category_img{
    background-color: #fff;
    border: 1px solid #daeaf0;
    width: 85px;
    height: auto;
    min-height: 68px;
    text-align: center;
    padding: 5px;
}
.category_img a img{ border: 0px solid #fff; display: block; }

.category_name, .category_blurb{ padding: 3px 0px; }

.category_name a{ font-size: 14px; font-weight: bold; }

.listing_container{ margin-bottom: 8px; }
.listing{ background-color: #ebf6fb; border: 1px solid #d5d5d5; padding: 10px; }
.listing_imgC{ width: 95px; padding-right: 10px; }
.listing_img{
    background-color: #fff;
    border: 1px solid #daeaf0;
    width: 85px;
    height: auto;
    min-height: 68px;
    text-align: center;
    padding: 5px;
}
.listing_img a img{ border: 0px solid #fff; display: block; }

.listing_name, .listing_cats, .listing_blurb{ padding: 3px 0px; }

.listing_name a{ font-size: 14px; font-weight: bold; }

.phoneText{ cursor: pointer; font-weight: bold; }

/* Stars  */
.stars_float{ float: right; width: 89px; }
.starContain{
    position: relative;
    width: 89px;
    height: 16px;
    margin: 0px auto;
}
.starContain .starFill{
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;

    width: 0px;
    height: 16px;
    background-color: #FFD100;
}
.starContain .stars{
    position: absolute;
    z-index: 400;
    top: 0px;
    left: 0px;

    background: url(/images/stars.gif) no-repeat top left;
    width: 89px;
    height: 16px;
}

/* End Stars */

/* star rating styles */

#starImg{
    border: 0px solid #FFF;
}

#rateStatus, .rateStatus{
    text-align: center !important;
    color: #810000;
    font-weight: bold;
}

#starsRateElement, .starsRateElement{
    text-align: center !important;
}

/* end star rating styles */

/* comments */

.commentContainer{ margin-top: 15px; border: 1px solid #1052A9; width: 100%; height: auto; overflow: auto;}
.commentBlockHeader{
    border-bottom: 1px dotted #1052A9;
}
.commentContent{
    border-top: 0px solid #1052A9;
    padding: 8px;
}

.commentUserImg{ width: 10%; padding: 0px; }
.commentUserImg img{
    margin: 3px;
    border: 1px solid #000000
}

.commentHeadInfo{ width: 230px; }

#under_comment_text{
    margin: 3px 0px;
    font-size: 10px;
}

.commentBlockHeader{
    vertical-align: top;
}

.commentHeadImg{
    width: 1px;
    padding-right: 8px;
}

.comment_reply{
    position: relative;
    color: #929292;
    font-size: 9px;
    cursor: pointer;
}

.comment_blurb{
    display: none;
    position: absolute;
    z-index: 2000;
    left: 200px;
    top: 4px;

    padding: 4px;

    background-color: #FFFFFF;

    width: 220px;
    height: 160px;

    border: 1px solid #1052a9;
    color: #000000;

    font-size: 10px;
    cursor: default;
}
.comment_blurb a{
    font-size: 10px;
}

.commentHeadRating{
    width: 142px;
    text-align: center;
    font-size: 10px;
    padding: 8px 20px 0px 0px;
}
.commentHeadRating strong{
    font-size: 11px;
    font-weight: bold;
}
.commentHeadRating .starContain{ margin: 0px auto; }

.helpfulC{
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #E2E2E2;
    font-size: 10px;
}
.helpfulC div{
    font-size: 9px;
}

.ratingError{
    text-align: center;
    padding: 12px 0px;
}
.ratingError .error{
    font-size: 16px;
}

/* end comments */

/* end listing styles */

 /* events */

#eventFrom{ display: none; }
#eventRecur{ display: none; }

/* ############# POPUP CALENDAR ############# */
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

/* end calendar popup */

/* main member calendar */
#content .calTop{}
#content .calTop table{ width: 100%; }
#content .calTop td a{
    text-decoration: none;
    font-size: 10px;
}
#content .calTop .calHeadL{ padding: 1px 2px; text-align: right; }
#content .calTop .calHead{ text-align: center; font-weight: bold; white-space: nowrap; width: 200px; font-size: 18px; color: #354EA6; }
#content .calTop .calHead #mainDate{ text-align: center; }
#content .calTop .calHeadR{ padding: 1px 2px; text-align: left; }

#content .cal{
    font-size: 9px;
}
#content .cal a{
    font-size: 9px;
    color: #000;
    text-decoration: none;
}

#content .cal table{
    width: 100%;
    border-top: 1px solid #6C87B0;
    border-left: 1px solid #6C87B0;
}
#content .cal table td{
    border-right: 1px solid #6C87B0;
    border-bottom: 1px solid #6C87B0;
    text-align: center;
    width: 14%;
}

#content .cal .calHeadDOW{
    color: #356D91;
    font-weight: bold;
    background-color: #C4D7E3;
    height: 20px;
}

#content .cal .calDayC{
    position: relative;
    height: 100px;
    background-color: #FFFFFF;
}

#content .cal .calDayTop{
    width: 100%;
    text-align: right;
}

#content .cal .calDayTop a{
    display: block;
    padding: 1px 3px 1px 0px;
    color: #000;
    font-weight: bold;
    background-color: #DFDFDF;
    width: 100%;
}
#content .cal .calDayTop a:hover{
    background-color: #CFCFCF;
}

#content .cal .calDayC ul{
    list-style: none;
    margin: 5px 5px 0px 5px;
    padding: 0px;
}
#content .cal .calDayC ul li a{
    text-align: left;
    display: block;
    width: 60px;
    margin-bottom: 1px;
    padding: 3px;
    background-color: #0390d5;
    color: #FFF;
    font-weight: normal;
}
#content .cal .calDayC ul li a:hover{
    background-color: #65cefd;
}
#content .cal .calDayC ul .localE a{ background-color: #29477B; }
#content .cal .calDayC ul .localE a:hover{ background-color: #3E69B7; }

#content .cal .calToday .calDayC{
    background-color: #e8f3f9;
}

#content .cal .calToday .calDayTop a{
    background-color: #BBCCDD;
}
#content .cal .calToday .calDayTop a:hover{
    background-color: #A8BCCF;
}

#content .cal .calEvent, .cal .calEvent a{
    background-color: transparent;
}

#content .cal .calToday, .cal .calToday a{
    background-color: transparent;
}
#content .cal .calCurrent, .cal .calCurrent a{
    background-color: transparent;
}

.eventLnk{
    font-size: 15px;
}

.eventList{
    padding-left: 15px;
}
.eventItem{
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ECF2F6;
}
.eventTitle a{
    font-weight: bold;
    font-size: 14px;
}
.eventDesc{
    padding: 8px;
}


#event_list td{ padding: 15px 0px; border-bottom: 1px solid #ccc; }
#event_list .event_spacer{ padding: 4px 0px; }

#event_list .event_main a{ font-weight: bold; }

#event_list .event_name{ font-weight: bold; color: #198ecf; font-size: 15px; }
#event_list .event_blurb{ padding: 8px 0px 12px 0px; }
#event_list .event_date{ width: 75px; padding: 4px 8px; text-align: center; border-right: 1px dotted #ccc; }
#event_list .event_time{ width: 75px; padding: 4px 8px; text-align: center; border-right: 1px dotted #ccc; }

/* end events */

/* trainer gallery */

#trainer_gallery{}
#trainer_gallery table td{ padding: 0px; }
#trainer_gallery a{ display: block; width: auto; }
#trainer_gallery a img{ border: 0px solid #ffffff; }

.terms_box{ overflow: auto; height: 200px; }

#workNode{ display: none; }