

@charset 'UTF-8';

html {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #E9EAEC;
    background-image: url('/images/layout/main/body_bg.jpg');
    background-repeat: repeat-x;
}

body, td, div, p, h1, h2 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #666666;
}

img {
    behavior: url('/css/htc/iepngfix.htc')
}

a:link, a:visited {
    color: #699DD4;
    text-decoration: none;
}

a:hover, a:active {
    color: #222222;
    text-decoration: none;
}

a img {
    border: 0px;
}

table {
    border: 0px;
}

td, div, p, span {

}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

ul {
    margin: 10px;
    padding: 0px;
}

ul li {
    margin: 0 0 4px 14px;
    padding: 0 0 0 -2px;
}

ul.nobullet li {
    list-style-type: none;
}

ol {
    margin: 10px;
    padding: 0px;
}

ol li {
    margin: 0 0 4px 16px;
    padding: 0 0 0 -4px;
}

h1, .h1 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #699DD4;
    text-shadow: 2px 2px 1px #CCCCCC;
}

h2, .h2 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color:#7cabb0;
}

h3, .h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color:#777777
}

h4 {
    margin: 0px;
    padding: 0px;
}

h5 {
    margin: 0px;
    padding: 0px;
}

.heading_normal {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.hidden {
    display: none;
}

/* PAGE LAYOUT */

#ie6Notice {
    display: block;
    margin: 0px;
    padding: 5px 5px 5px 10px;
    background-color: #EF7373;
    border: 4px solid #FFFFFF;
}

#ie6Notice h2 {
    color: #000000;
}

#ie6Notice p {
    margin: 0px;
    padding: 0px;
    color: #222222;
}

#top {
    background-color: #eeeeee;
}

#logo_container {
    width: 100%;
    height: 88px;
    overflow: hidden;
    background-image: url('/images/layout/main/logo_bg.png');
    background-repeat: no-repeat;
}

#logo {
    padding-left: 10px;
}

#top_right {
    padding-right: 15px;
    text-align: right;
    vertical-align: top;
}

#top_login_register {
    height: 56px;
}

#div_top-login-links {
    padding-top: 22px;
}

#div_top-login-form {
    padding-top: 14px;
}

#top_forgot-password, #top_forgot-password a {
    padding-top: 2px;
    line-height: 9px;
    font-size: 9px;
}

#top-welcome {
    padding-top: 20px;
}

#top_search {
    position: relative;
    padding-top: 2px;
}

#header_query {
    height: 16px;
    vertical-align: -1px;
}

#breadcrumb {
    position: relative;
    z-index: 7000;
    height: 22px;
    background-color: #e4e4e4;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#breadcrumb_links {
    width: 100%;
    margin: 4px 0 0 20px;
    border: 0px;
}

#breadcrumb_links td {
    padding-right: 6px;
    white-space: nowrap;
}

#breadcrumb_weather {
    margin: 5px 20px 0 0;
    font-size: 14px;
    cursor: pointer;
}

#top_weather {
    position: absolute;
    z-index: 7005;
    width: 160px;
    top: 22px;
    right: 20px;
    background-color: #e4e4e4;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
}

#top_weather_location_title {
    width: 100%;
    border: 0px;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
}

#top_weather_temp_table {
    padding-bottom: 2px;
    background-color: #FFFFFF;
}

#top_weather_links_table {
    width: 100%;
    border: 0px;
    margin-top: 2px;
}

#top_weather_change_location_link.on {
    background-color: #EFEFEF;
}

#top_weather_location_select {
    padding: 6px 0 4px 0;
    background-color: #EFEFEF;
    text-align: center;
}

#container {
    position: relative;
    margin: 0px auto;
    width: 946px;
}

#header {
    position: absolute;
    z-index: 5500;
    width: 946px;
    height: 355px;
    background-image: url('/images/layout/main/flash_heading_bg.png');
    background-repeat: no-repeat;
}

#header_flash-container {
    position: absolute;
    z-index: 5505;
    top: 14px;
    left: 24px;
    width: 900px;
    height: 320px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

#header_flash {
    position: absolute;
    z-index: 5510;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 320px;
    background-color: #FFFFFF;
}

#content_container {
    padding-top: 336px;
    background-color: #F2F2F2;
}

#page {
    padding-top: 10px;
}

#page_left_shadow {
    background-image: url('/images/layout/main/page_left_shadow.png');
    background-repeat: repeat-y;
}

#page_right_shadow {
    background-image: url('/images/layout/main/page_right_shadow.png');
    background-repeat: repeat-y;
}

#page_bottom {
    position: relative;
}

#content {
    padding: 20px;
}

#right_column_container {
    height: 617px;
    background-image: url('/images/layout/main/right_column_bg.png');
    background-repeat: no-repeat;
}

#right_column {
    width: 200px;
    padding-top: 10px;
}

#right_column .divider {
    overflow: hidden;
    width: 175px;
    height: 1px;
    background-color: #D5D5D5;
    border-bottom: 1px solid #FFFFFF;
    margin:5px 0 5px 0;
}

#right_column_container h3.teal {
    margin: 0px;
    padding: 0px;
    color: #7CABB0;
    font-size: 16px;
    font-weight: normal;
}

#page_footer {
    position: absolute;
    z-index: 2510;
    top: 0px;
    left: 0px;
    width: 946px;
    height: 44px;
    background-image: url('/images/layout/main/page_footer.png');
    background-repeat: no-repeat;
}

#page_footer_tabs_container {
    position: relative;
    width: 405px;
    margin-left: 270px;
    padding-top: 15px;
    text-align: center;
}

#page_footer_tabs_hider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 405px;
    height: 28px;
    background-color: #F2F2F2;
}

.page_footer_tab {
    float: left;
    cursor: pointer;
}

.page_footer_tab_bg {
    width: 135px;
    height: 45px;
    background-image: url('/images/layout/main/footer_form_tab.png');
    background-repeat: no-repeat;
}

.page_footer_tab_link {
    padding-top: 18px;
}

.page_footer_tab_link a:link, .page_footer_tab_link a:visited {
    font-family: Georgia;
    color: #555555;
}

#page_footer_form_dropdown {
    position: absolute;
    z-index: 2500;
    top: 0px;
    left: 185px;
    width: 580px;
}

#page_footer_form_container {
    background-image: url('/images/layout/main/footer_form_bg.png');
}

#page_footer_form_slider {
}

#page_footer_form_content_container {
    padding: 80px 20px 0px 20px;
}

#page_footer_form_bottom {
    height: 19px;
    background-image: url('/images/layout/main/footer_form_bottom.png');
}

#footer {
    height: 230px;
}

#footer_copyright {
    margin-top: 80px;
    text-align: center;
}

#footer_3rdparty {
    margin-top: 40px;
    text-align: center;
}

#footerbar {
    position: fixed;
    z-index: 9991;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
}

#footerbar2 {
    opacity: .9;
    filter:Alpha(opacity=90);
    height: 25px;
    margin: 0 10px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background-color: #E5E5E5;
    padding-left: 5px;
    line-height: 25px;
}

/* ACCORDION */

div.accordion {
    position: relative;
    border: 1px solid #8AB6FF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px #BBBBBB;
    -moz-box-shadow: 0 0 10px #BBBBBB;
    -webkit-box-shadow: 0 0 10px #BBBBBB;
}

div.accordion-toggle {
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-bottom: 1px;
    padding: 4px;
    background-color: #C5DBFF;
    font-weight: bold;
    color: #555555;
}

div.accordion-toggle:hover, div.accordion-toggle-active {
    background-color: #8AB6FF;
}

div.accordion-toggle-active {
    margin-bottom: 0px;
    color: #FFFFFF;
}

div.accordion-content {
    overflow: hidden;
    padding: 0px;
}

/* ARTICLES */

#article_content p, .mceContentBody p {
    text-align: justify;
}

#article_content img, .mceContentBody img {
    border: 1px solid #BBBBBB;
}

#article_content a.link_youtube-120x90 {
    display: block;
    width: 120px;
    height: 68px;
    overflow: hidden;
    border: 1px solid #000000;
}

#article_content a.link_youtube-120x90 img {
    margin: -11px 0;
    border: 0px none;
}

.article_post {
    padding: 5px 0;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

.article_post, .article_post td, .article_post div, .article_post p  {
    color: #888888;
}

/* AUTOCOMPLETE */

/*.autocomplete-w1 {
    position: absolute;
    top: 4px;
    left: 3px;
    background:url(/images/misc/autocomplete/shadow.png) no-repeat bottom right;
    _background: none;
    _top: 1px;
}

.autocomplete-w2 {
    padding: 0 6px 6px 0;
}

.autocomplete {
    width: 200px;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px;
    border: 1px solid #999;
    background: #FFFFFF;
    cursor: default;
    text-align: left;
    _height: 350px;
    _margin: 0px 6px 6px 0;
    overflow-x: hidden;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
}

.autocomplete strong {
    font-weight: normal;
    color: #3399FF;
}
*/

.autocomplete-w1 {
    background: url(/images/misc/autocomplete/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 7px;
    left: 6px;
    /* IE6 fix: */
    _background: none;
    _top: 1px;
}

.autocomplete {
    width: 300px;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 305px;
    overflow: auto;
    margin: -6px 6px 6px -6px;
    /* IE specific: */
    _height: 305px;
    _margin: 0px 6px 6px 0;
    overflow-x: hidden;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
}

.autocomplete strong {
    font-weight: normal;
    color: #3399FF;
}

/* BACKGROUND COLORS */

table.bg1, tr.bg1, td.bg1, div.bg1 {
    background-color: #CCCCCC;
}

table.bg2, tr.bg2, td.bg2, div.bg2 {
    background-color: #DEDEDE;
}

table.bg3, tr.bg3, td.bg3, div.bg3 {
    background-color: #EFEFEF;
}

table.bg4, tr.bg4, td.bg4, div.bg4 {
    background-color: #FFFFFF;
}

/* BACKGROUND COLORS */

table.bg1, tr.bg1, td.bg1, div.bg1 {
    background-color: #CCCCCC;
}

table.bg2, tr.bg2, td.bg2, div.bg2 {
    background-color: #DEDEDE;
}

table.bg3, tr.bg3, td.bg3, div.bg3 {
    background-color: #EFEFEF;
}

table.bg4, tr.bg4, td.bg4, div.bg4 {
    background-color: #FFFFFF;
}

/* BANNERS */

.banner_180x150_blue1 {
    width: 200px;
    height: 167px;
    overflow: hidden;
    background-image: url('/images/banners/backgrounds/180x150_blue1.png');
    background-repeat: no-repeat;
}

.banner_180x150_blue1 img, .banner_180x150_blue1 object {
    margin: 7px 0 0 0px;
}

.banner_180x150_green1 {
    width: 200px;
    height: 167px;
    overflow: hidden;
    background-image: url('/images/banners/backgrounds/180x150_green1.png');
    background-repeat: no-repeat;
}

.banner_180x150_green1 img, .banner_180x150_green1 object {
    margin: 7px 0 0 0px;
}

/* BARNAV */

.barnav {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 3px 3px 3px 6px;
    background: #E4E4E4;
    font-size: 12px;
    line-height: 19px;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.barnav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.barnav li {
    position: relative;
    float: left;
    margin: 0 2px 0 13px;
}

.barnav li a {
    float: left;
    display: block;
    padding: 1px 14px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.barnav li a:hover {
    background: #CEDAE6;
    text-decoration: none;
    color: #666666;
}

.barnav li.on {
    background: #BDCFE5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.barnav li.on a {
    color: #666666;
}

.barnav li.on a:hover {
    background: #BDCFE5;
}

/* BLOCKS */

.block_right {
    margin-bottom: 10px;
}

.block_right-title {
    padding: 4px 0;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

/* BLOCK - CALENDAR */

.block_calendar-container {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

.block_calendar {
    text-align: center;
}

.block_calendar-table {
    width: 100%;
    border: 0px;
}

.block_calendar-table td {
    width: 14%;
    padding: 2px;
}

.block_calendar-table td.week {
    padding: 5px;
    background-color: #E4E4E4;
}

.block_calendar-table td.day {
    background-color: #EDEDED;
}

.block_calendar-table td.today {
    background-color: #BDCFE5;
}

.block_calendar-table td.selday {
    background-color: #DFE4CB;
}

.block_calendar-search {
}

/* BLOCK - CLASSIFIEDS */

.block-classifieds_search {
    padding: 0px 8px;
}

/* BLOCK - NEWS FOR COMMUNITY */

.block-news_for_community {
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 10px 0 10px;
    /*margin: 0px 10px 10px 10px;*/
}

.block-news_for_community-content {
    padding-top: 1px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}

/* BLOCK - RESTAURANTS */

.block-restaurant_search {
    padding: 0px 8px;
}

/* BLOCK - SPORTS (PELICANS - NEXT GAME) */

.block-sports_pelicans_next-game {
    width: 190px;
    height: 249px;
    margin: 0px auto 10px;
    background-image: url('/images/blocks/sports/pelicans_next-game.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.block-sports_pelicans_next-game center {
    padding-top: 134px;
}

.block-sports_pelicans_next-game .vs_box {
    width: 76px;
    padding: 1px;
    background-color: #FFFFFF;
    border: 1px solid #040842;
    text-align: center;
    color: #000000;
}

.block-sports_pelicans_next-game .vs_box img {
    width: 76px;
}

.block-sports_pelicans_next-game .vs_spacer {
    width: 18px;
}

.block-sports_pelicans_next-game .details {
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

/* BLOCK - WEATHER */

#block_weather-location_title {
    width: 100%;
    border: 0px;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
}

#block_weather-temp_table {
    padding-bottom: 2px;
    background-color: #FFFFFF;
}

/* BLOCK - WEATHER FOR */

.block-weather_for {
    background-image: url('/images/blocks/weather/weather_for.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 53px 10px 0 10px;
}

.block-weather_for-content {
    padding-top: 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}

.block-weather_for-content ul {
    margin-left: 8px;
}

.block-weather_for-content a.selected {
    color: #E67E19;
}

.block-weather_for-content a.selected:hover {
    color: #000000;
}

/* BULLETS */

ul.bullet-beachball1 li ul.bullet-arrow1 li {
    background-image: none;
    list-style: url('/images/bullets/arrow1.png');
}


.bullet-beachball1 {
    margin-right: 4px;
    padding-left: 11px;
    zoom: 1.0;
    background-image: url('/images/bullets/beachball1.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

ul.bullet-beachball1 {
    background-image:none;
}

ul.bullet-beachball1 li {
    background-image: none;
    list-style: url('/images/bullets/beachball1.png');
}

.bullet-arrow1 {
    margin-right: 4px;
    padding-left: 12px;
    zoom: 1.0;
    background-image: url('/images/bullets/arrow1.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    vertical-align: -3px;
}

ul.bullet-arrow1 {
    background-image:none;
}

ul.bullet-arrow1 li {
    background-image: none;
    list-style: url('/images/bullets/arrow1.png');
}

/* BUSINESS DIRECTORY */

#directory_letters {
    text-align: center;
    font-weight: bold;
}

#directory_letters a {
    margin: 0 5px;
    padding-top: 4px;
    font-size: 14px;
}

#directory_letters a.selected {
    color: #222222;
    background-image: url('/images/directory/arrow_down.gif');
    background-repeat: no-repeat;
    background-position: top center;
}

.bd_picbg-shadow1 {
    position: relative;
    width: 262px;
    height: 80px;
    background-image: url('/images/directory/banner_shadow.png');
    background-repeat: no-repeat;
}

.bd_picbg-shadow1 img {
    margin: 10px 0 0 14px;
}

.bd_lvl3-listings {
    margin: 0 0 15px 30px;
}

.bd_lvl3-listing_td {
    padding: 5px 0 5px 10px;
}

.bd_lvl3-listing .title {
    padding-left: 5px;
}

.bd_lvl3-listing .title a {
    font-size: 14px;
}

.bd_lvl3-listing .phone {
    padding-left: 5px;
}

.bd_lvl3-listing .icons img {
    padding-left: 5px;
}

.bd_lvl2-listings {
    padding-bottom: 15px;
}

.bd_lvl2-listings h2 {
    margin-bottom: 2px;
    color: #EFA810;
    text-shadow: 2px 2px 1px #FFFFFF;
}

.bd_lvl2-listing {
    margin: 0 0 4px 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
}

.bd_lvl2-listing.alt1 {
    background-color: #F1F6EE;
}

.bd_lvl2-listing.alt2 {
    background-color: #F2ECE7;
}

.bd_lvl2-listing .title {
    font-size: 14px;
    color: #454545;
}

.bd_lvl2-listing .phone {
    color: #888888;
}

.bd_lvl2-listing .icons {
}

.bd_lvl2-listing .icons img {
    padding-left: 5px;
}

.bd_lvl1-listings {
    padding-bottom: 15px;
}

.bd_lvl1-listing {
    margin: 0 0 4px 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
}

.bd_lvl1-listing.alt1 {
    background-color: #F1F6EE;
}

.bd_lvl1-listing.alt2 {
    background-color: #F2ECE7;
}

.bd_lvl1-listing .title {
    font-size: 14px;
}

.bd_lvl1-listing .phone {
    color: #888888;
}

.bd_lvl1-listing .icons {
}

.bd_lvl1-listing .icons img {
    padding-left: 5px;
}

/* CLASSIFIEDS */

.classifieds_listing {
    margin-bottom: 10px;
    padding: 0px;
    border: 1px solid #CCCCCC;
}

.classifieds_listing.paid {
    border: 1px solid #F1D78B;
}

.classifieds_listing .cl_heading {
    padding: 3px 4px;
    background-color: #E6E6E6;
}

.classifieds_listing.paid .cl_heading {
    background-color: #F4E9CA;
}

.classifieds_listing .cl_heading-link {
    font-size: 13px;
}

.classifieds_listing.paid .cl_heading-link {
    font-weight: bold;
}

.classifieds_listing .cl_footer {
    padding: 3px 4px;
    background-color: #EEEEEE;
}

/* COMMUNITIES */

.community_list-image {
    float: left;
    margin-bottom: 10px;
}

.community-sign {
    float: right;
}

.communities-links-left {
    float:left;
    width:330px;
}

.communities-links-right {
    float:left;
    width:330px;
}

.greyline {
    background-color:#DDDDDD;
    height:1px;
    overflow:hidden;
    width:auto;
    margin:10px 0 10px 0;
}

/* FORMS */

form {
    margin: 0px;
    padding: 0px;
}

input {
    font-size: 12px;
    color: #666666;
}

select {
    font-size: 12px;
    color: #666666;
}

.input_text {
    padding: 2px;
    border: 1px solid #555555;
}

.input_image {
    vertical-align: -9px;
}

.input_submit_image {
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    background-color: transparent;
}

textarea {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #666666;
}

fieldset {
    position: relative;
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCCCCC;
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    background-color: #FFFFFF;
}

fieldset legend {
    /*position: absolute;*/
    top: -.5em;
    left: .2em;
    display: block;
    color: #333333;
    font-weight: bold;
}

/* HOME PAGE */

.home_divider1 {
    margin: 10px 0;
    height: 2px;
    overflow: hidden;
    background-color: #DEDEDE;
}

.home_highlights_link {
    height: 20px;
}

#home-business-directory-button{
	text-align:center;
	margin:5px 0 5px 0;
}

.home_communities_link {
    height: 20px;
}

.home_news-item {
    margin: 0 10px 4px 0;
    padding: 4px;
    border: 1px solid #DDE2BF;
    background-color: #F4F6EB;
}

.home_news-item.active {
    background-color: #FFFFFF;
}

.home_news-item_date {
    color: #A4A4A4;
    font-size: 11px;
    padding-left: 5px;
}

/* MAPS */

#business_map {
    height: 300px;
    border: 1px solid #000000;
}

#classified_map {
    width: 640px;
    height: 300px;
    border: 1px solid #000000;
}

#event_map {
    width: 320px;
    height: 140px;
    border: 1px solid #000000;
}

#theater_map {
    height: 300px;
    border: 1px solid #000000;
}

/* MESSAGE CLASS */

.message-err {
    margin-bottom: 10px;
    padding: 5px 5px 5px 30px;
    border: 1px solid #FF0000;
    background-color: #F9F9F9;
    background-image: url('/images/icons/exclamation.png');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    color: #FF0000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 10px #BBBBBB;
    -moz-box-shadow: 0 0 10px #BBBBBB;
    -webkit-box-shadow: 0 0 10px #BBBBBB;
}

.message-msg {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #777777;
    background-color: #F9F9F9;
    color: #000000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 10px #BBBBBB;
    -moz-box-shadow: 0 0 10px #BBBBBB;
    -webkit-box-shadow: 0 0 10px #BBBBBB;
}

.message-success {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #008000;
    background-color: #F9F9F9;
    color: #000000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 10px #BBBBBB;
    -moz-box-shadow: 0 0 10px #BBBBBB;
    -webkit-box-shadow: 0 0 10px #BBBBBB;
}

.message-basic {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px #DDDDDD;
    -moz-box-shadow: 0 0 10px #DDDDDD;
    -webkit-box-shadow: 0 0 10px #DDDDDD;
}

/* MISC */

.noflash {
    text-align: center;
    padding-top: 10px;
}

.clickable {
    cursor: pointer;
}

.tooltip {
    color: #7283c1;
    cursor: default;
}

.tooltip_question {
    vertical-align: -2px;
    cursor: pointer;
}

.roundedcorner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/css/htc/border-radius.htc);
}

.arrow-up1 {
    margin-right: 4px;
    padding-left: 6px;
    zoom: 1.0;
    background-image: url('/images/icons/arrow-up1.png');
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

#tag_suggestions_list .tag-suggestion {
    display: block;
    float: left;
    margin: 2px;
    padding: 4px;
    border: 1px solid #BCBCBC;
    background-color: #e7eff7;
    cursor: pointer;
}

#tag_suggestions_list .tag-suggestion:hover, #tag_suggestions_list .selected {
    background-color: #fdf6e0;
}

.tag-suggestion span.match {
    font-weight: bold;
}

.loading_blue1 {
    vertical-align: -2px;
    padding-left: 6px;
}

.red_alert {
    color: #FF0000;
}

.dshadow1 {
    text-shadow: 2px 2px 1px #CCCCCC;
}

.beta1 {
    padding-left: 5px;
    font-size: 13px;
    color: #e76e6e;
}

.contentbox1 {
    padding: 5px;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    box-shadow: 0 2px 3px #DEDEDE;
    -moz-box-shadow: 0 2px 3px #DEDEDE;
    -webkit-box-shadow: 0 2px 3px #DEDEDE;
}

.contentbox1 > p:last-child {
    margin-bottom: 0px;
}

/* NIGHTLIFE */

.eventleft {
    float: left;
    padding: 5px;
    border: none;
}

.eventright {
    float: right;
    padding: 5px;
    border: none;
}

.nobottommargin {
    margin: 0;
}

/* ONEPAGE */

#onepage_container h1 {
    margin-bottom: 10px;
}

#onepage_container #info {
    padding: 8px;
    background-color: #FFFFFF;
    -moz-border-radius: 5px 5px 5px 5px;
}

#onepage_container #address {
    padding-bottom: 8px;
}

#onepage_container #map {
    font-size: 11px;
}

#onepage_container #phone {
    padding-bottom: 8px;
}

#onepage_container #contact_email {
    padding-bottom: 8px;
}

#onepage_container #book_online {
    padding-bottom: 4px;
}

#onepage_container #purchase_tickets {
    padding-bottom: 8px;
}

#onepage_container #info_right {
    border-left: 1px solid #CCCCCC;
    margin-left: 10px;
    padding-left: 15px;
}

#onepage_container #logo {
    text-align: center;
}

#onepage_container #logo img {
    border: 4px solid #999999;
}

#onepage_container #website {
    text-align: center;
    padding-top: 3px;
}

#onepage_container #local_discount {
    padding: 5px;
    background-color: #DAECFF;
    border: 1px solid #FFFFFF;
}

#onepage_container #content {
    padding: 8px 0 0 0;
}

#onepage_container #pictures {
    border-top: 1px solid #CCCCCC;
    padding-top: 4px;
}

/* PICTURE BACKGROUNDS */

.pic_bg_bd-shadow1 {
    position: relative;
    width: 262px;
    height: 80px;
    background-image: url('/images/directory/banner_shadow.png');
    background-repeat: no-repeat;
}

.pic_bg_bd-shadow1 img {
    margin: 10px 0 0 14px;
}

.pic_bg_white1 {
    position: relative;
    width: 178px;
    height: 124px;
    overflow: hidden;
    background-image: url('/images/misc/pic_bg/pic_bg_white1.png');
    background-repeat: no-repeat;
}

.pic_bg_white1 img {
    margin: 5px 0 0 5px;
}

.pic_bg_blue1 {
    position: relative;
    width: 302px;
    height: 190px;
    overflow: hidden;
    background-image: url('/images/misc/pic_bg/pic_bg_blue1.png');
    background-repeat: no-repeat;
}

.pic_bg_blue1 img {
    margin: 25px 0 0 25px;
    border: 2px solid #FFFFFF;
}

.pic_bg_blue2 {
    position: relative;
    width: 299px;
    height: 184px;
    overflow: hidden;
    background-image: url('/images/misc/pic_bg/pic_bg_blue2.png');
    background-repeat: no-repeat;
}

.pic_bg_blue2 img {
    margin: 22px 0 0 24px;
    border: 2px solid #FFFFFF;
}

.pic_bg_green1 {
    position: relative;
    width: 302px;
    height: 190px;
    overflow: hidden;
    background-image: url('/images/misc/pic_bg/pic_bg_green1.png');
    background-repeat: no-repeat;
}

.pic_bg_green1 img {
    margin: 25px 0 0 25px;
    border: 2px solid #FFFFFF;
}

.pic_bg_green2 {
    position: relative;
    width: 299px;
    height: 184px;
    overflow: hidden;
    background-image: url('/images/misc/pic_bg/pic_bg_green2.png');
    background-repeat: no-repeat;
}

.pic_bg_green2 img {
    margin: 22px 0 0 24px;
    border: 2px solid #FFFFFF;
}

/* RESTAURANT GUIDE */

.rg_listings {
    margin-bottom: 5px;
}

.rg_listings .boxbg_u_top {
    height: 7px;
    background-image: url('/images/restaurants/boxbg_u_top.png');
    background-repeat: no-repeat;
}

.rg_listings .boxbg_u_repeat {
    background-image: url('/images/restaurants/boxbg_u_repeat.png');
    background-repeat: repeat-y;
}

.rg_listings .container_u {
    margin: 0 10px;
    padding: 10px;
    background-color: #FFFFFF;
}

.rg_listings .container_u .logo {
    margin-right: 20px;
    padding: 2px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px #DDDDDD;
    -moz-box-shadow: 1px 1px 3px #DDDDDD;
    -webkit-box-shadow: 1px 1px 3px #DDDDDD;
}

.rg_listings .container_u h3 {
    font-size: 18px;
    font-weight: normal;
    color: #0264C8;
}

.rg_listings .boxbg_u_bottom {
    height: 16px;
    background-image: url('/images/restaurants/boxbg_u_bottom.png');
    background-repeat: no-repeat;
}

.rg_listings .boxbg_top {
    height: 7px;
    background-image: url('/images/restaurants/boxbg_top.png');
    background-repeat: no-repeat;
}

.rg_listings .boxbg_repeat {
    background-image: url('/images/restaurants/boxbg_repeat.png');
    background-repeat: repeat-y;
}

.rg_listings .container {
    padding: 3px 16px;
}

.rg_listings .container h3 {
    font-size: 16px;
    color: #666666;
}

.rg_listings .container .description {
    padding-top: 4px;
}

.rg_listings .line {
    margin: 4px 0;
    height: 1px;
    background-color: #DDDDDD;
    border-bottom: 1px solid #EFEFEF;
}

.rg_listings .boxbg_bottom {
    height: 16px;
    background-image: url('/images/restaurants/boxbg_bottom.png');
    background-repeat: no-repeat;
}

.rg_listing {
    padding: 10px 12px;
}

.rg_listing h2.title {
    font-size: 18px;
    font-weight: normal;
    color: #699DD4;
}

.rg_listing .address {
    padding-top: 5px;
}

.rg_listing .phone {
}

.rg_listing .emu {
    padding-top: 4px;
}

.rg_listing .description_line {
    margin: 10px auto;
    height: 1px;
    background-color: #DCDCDC;
}

.rg_listing .description {
    padding: 0 5px;
    text-align: justify;
}

.rg_listing .info div {
    padding-bottom: 4px;
}

.rg_listing .logo {
    text-align: right;
}

.rg_listing .logo img {
    padding: 2px;
    background-color: #FFFFFF;
    box-shadow: -1px 1px 3px #DDDDDD;
    -moz-box-shadow: -1px 1px 3px #DDDDDD;
    -webkit-box-shadow: -1px 1px 3px #DDDDDD;
}

.rg_listing .top_rating {
    margin-top: 8px;
    text-align: center;
}

.rg_listing .top_rating .links {
    padding-top: 2px;
}

.rg_listing .hours_container {
    padding: 12px 2px 0 5px;
}

.rg_listing .hours {
    padding: 8px 10px;
    border-top: 1px solid #DCDCDC;
    background-color: #FCFCFC;
    box-shadow: -1 2px 2px #EFEFEF;
    -moz-box-shadow: -1 2px 2px #EFEFEF;
    -webkit-box-shadow: -1 2px 2px #EFEFEF;
}

.rg_listing .closed {
    padding-top: 6px;
    color: #FF0000;
    font-weight: bold;
}

/* REVIEWS */

.reviews_container {
    padding: 4px 6px;
}

.reviews_container .paging td {
    font-size: 11px;
}

.reviews_container .reviews_item {
    margin: 8px 0;
    padding: 4px 8px 8px 8px;
    border: 1px solid #E9E9E9;
    background-color: #FEFEFE;
    box-shadow: 0 1px 3px #E9E9E9;
    -moz-box-shadow: 0 1px 3px #E9E9E9;
    -webkit-box-shadow: 0 1px 3px #E9E9E9;
}

.reviews_container .reviews_item h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #A3AE68;
}

.reviews_container .review_content {
    padding-top: 5px;
}

/* SCHOOLS */

.school_list-image {
    float: left;
    margin-bottom: 20px;
}

/* SHARE BLOCK */

.share-block {
    margin-top: 10px;
    padding: 8px 0;
    border-top: 1px solid #EBEBEB;
}

.share-buttons {
    margin: 0 0 0 42px;
    padding: 0px;
}

.share-buttons li {
    display: inline;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 9px;
    padding-top: 1px;
}

.share-buttons a {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url('/images/misc/share.gif') no-repeat scroll 0 0;
}

.share-buttons a {
    color: #808080;
    display: block;
    font-size: 7px;
    height: 14px;
    overflow: hidden;
    padding: 33px 0 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 46px;
}

.share-buttons .digg a {
    background-position: 0 0;
}

.share-buttons .digg a:hover {
    background-position: 0 -47px;
}

.share-buttons .twitter a {
    background-position: -46px 0;
}

.share-buttons .twitter a:hover {
    background-position: -46px -47px;
}

.share-buttons .stumbleupon a {
    background-position: -92px 0;
}

.share-buttons .stumbleupon a:hover {
    background-position: -92px -47px;
}

.share-buttons .del-icio-us a {
    background-position: -138px 0;
}

.share-buttons .del-icio-us a:hover {
    background-position: -138px -47px;
}

.share-buttons .facebook a {
    background-position: -184px 0;
}

.share-buttons .facebook a:hover {
    background-position: -184px -47px;
}

.share-buttons .myspace a {
    background-position: -230px 0;
}

.share-buttons .myspace a:hover {
    background-position: -230px -47px;
}

.share-buttons .google a {
    background-position: -276px 0;
}

.share-buttons .google a:hover {
    background-position: -276px -47px;
}

.share-buttons .technorati a {
    background-position: -322px 0;
}

.share-buttons .technorati a:hover {
    background-position: -322px -47px;
}

.share-buttons .sharethis a {
    background-position: -460px 0;
}

.share-buttons .sharethis a:hover {
    background-position: -460px -47px;
}

.share-buttons .reddit a {
    background-position: -414px 0;
}

.share-buttons .reddit a:hover {
    background-position: -414px -47px;
}

/* SPORTS */

.sports_game-details h2 {
    margin: 6px 0 5px 0;
}

.sports_game-details .left_info {
    width: 320px;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sports_game-details .vs_text {
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #888888;
}

.sports_game-details .vs_box {
    width: 80px;
    padding: 2px;
    background-color: #FFFFFF;
    box-shadow: -1px 1px 3px #DDDDDD;
    -moz-box-shadow: -1px 1px 3px #DDDDDD;
    -webkit-box-shadow: -1px 1px 3px #DDDDDD;
    text-align: center;
    font-weight: bold;
}

.sports_game-details .score_text {
    padding-top: 6px;
    text-align: center;
    line-height: 10px;
}

.sports_game-details .score_number {
    text-align: center;
    font-size: 22px;
    line-height: 16px;
    font-weight: bold;
}

/* TABS */

.ftabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ftabs li {
    float: left;
    margin: 0px;
    padding: 0px;
}

.ftabs a {
    float: left;
    padding: 6px 8px 4px 8px;
    margin-left: 6px;
    background-color: #DCDCDC;
    text-decoration: none;
    color: #555555;
}

.ftabs a.active-tab {
    background-color: #BED6EE;
    border-top: 1px solid #649DD2;
    border-right: 1px solid #649DD2;
    border-left: 1px solid #649DD2;
    padding-top: 5px;
    color: #222222;
}

.ftabs_panel {
    clear: both;
    padding: 10px;
    border: 1px solid #649DD2;
    background-color: #FFFFFF;
}

.ftabs_panel .active-tab-body {
    display: block;
}

/* VALIDATION */

.formRequired_fail {
    border: 1px solid #FF0000;
}

input.validation-failed, textarea.validation-failed {
    padding: 2px;
    border: 1px solid #FF3300;
    color : #FF3300;
}

select.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
    padding: 2px;
    border: 1px solid #00CC00;
    color : #000000;
}

select.validation-passed {
    border: 1px solid #00CC00;
    color : #000000;
}

.validation-advice, .custom-advice {
    margin: 0 5px;
    color: #FF0000;
}

/* WEATHER */

#tidepredictions {
    margin-top: 20px;
}

/* WYSIWYG */

body.mceContentBody {
    background-image: none;
    background-color: #FFFFFF;
}

#topnav {
	height: 36px;
    padding-left: 4px;
	background-image: url('/images/layout/main/topnav/bg.gif');
    background-repeat: repeat-x;
}

.menuBar {
	float: left;
	position: relative;
	height: 36px;
	z-index: 5000;
}

.menuBar a:link, .menuBar a:visited, .menuBar a:active {
	display: block;
	background-position: 0 -36px;
	background-repeat: no-repeat;
}

.menuBar a:hover, .menuBar a.curpage, .menuBar a.hover {
	background-position: 0 0;
}

#topnav .sep {
    float: left;
    width: 1px;
    height: 30px;
    margin: 4px 2px 0 2px;
    background-color: #838b59;
    border-right: 1px solid #c9d0a3;
}

.submenu {
	background-color: #E1E7C4;
	border-right: solid 1px #D1DAA4;
    border-bottom: solid 1px #D1DAA4;
    border-left: solid 1px #D1DAA4;
}

.submenu .toppadding {
    height: 4px;
    overflow: hidden;
}

.submenu a:link, .submenu a:visited, .submenu a:active {
    padding: 1px 0px 1px 5px;
    #margin-right: -10px;
    display: block;
    color: #305a8a;
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana, sans-serif
}

.submenu a:hover {
    background: #fdfdfd;
}

/* Starbox.css
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #64b2ff; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #ffcc1c; }
.starbox .locked .colorbar { background: #64b2ff; }
.starbox .rated .hover .colorbar { background: #ffcc1c; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars,
.starbox .dotted .rated .hover .stars { background: url(/images/misc/starbox/background_dotted.gif) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar,
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }
