

@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;
}

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;

        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* You can add focus effects (for everything but IE6 and Safari) like so: */
div.datePicker:focus
        {
        /* Naughty, naughty */
        outline:none;
        }
div.datePicker:focus table,
div.datePicker:focus table td,
div.datePicker:focus table th
        {
        border-color:#aaa;
        }
/* Make the wrapper div larger if weeks are to be displayed */
div.weeks-displayed
        {
        min-width:28em;
        width:28em;
        }
/* Styles for the static datePickers */
div.static-datepicker
        {
        position:relative;
        top:5px;
        left:0;
        }
/* Draggable datepickers */
div.datePicker tfoot th.drag-enabled,
div.datePicker thead th.drag-enabled,
div.datePicker thead th.drag-enabled span
        {
        cursor:move;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        position:relative;
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(/images/misc/datepicker/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
/* IE, Safari & Opera. Seperate CSS rule seems to be required. */
a.date-picker-control
        {
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* Default "button" styles */
div.datePicker th span
        {
        display:block;
        padding:0;
        margin:0;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
/* The "month, year" display */
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        display:inline;
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
/* Next & Previous (month, year) buttons */
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-weight:lighter;
        font-size:2em;
        cursor:pointer !important;
        }
/* Hover effect for Next & Previous (month, year) buttons */
div.datePicker th span.prev-but:hover,
div.datePicker th span.next-but:hover,
div.datePicker th span.today-but:hover
        {
        color:#a84444;
        }
/* Today button */
div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
/* Disabled buttons */
div.datePicker th span.prev-but.fd-disabled:hover,
div.datePicker th span.next-but.fd-disabled:hover,
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* Disabled Today button */
div.datePicker th span.today-but.fd-disabled
        {
        display:none;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        text-decoration:none;
        text-transform:lowercase;
        cursor:pointer;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:2px solid #A3C0E0;
        background:#fff;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        empty-cells:show;
        /* Naughty, naughty */
        -webkit-box-shadow:2px 2px 3px #aaa;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        height:3em;
        /*height:2.8em;*/
        }
div.datePicker table thead th
        {
        height:auto !important;
        }
/* Week number display */
div.datePicker table thead th.date-picker-week-header,
div.datePicker table tbody th.date-picker-week-header
        {
        font-style:oblique;
        border:0 none;
        background:transparent;
        cursor:default;
        }
div.datePicker table thead th.date-picker-week-header
        {
        cursor:help;
        }
/* tfoot status bar */
div.datePicker tfoot th
        {
        cursor:auto;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:0.1em;
        border:0 none;
        background:transparent;
        }
/* TD cell that is _not_ used to display a day of the month */
div.datePicker table tbody td.date-picker-unused
        {
        background:#fff url(/images/misc/datepicker/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
/* The TH cell used to display the "month, year" title */
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header styles */
div.datePicker table thead th.date-picker-day-header
        {
        text-transform:lowercase;
        cursor:help;
        height:auto;
        }
/* The "todays date" style */
div.datePicker table tbody td.date-picker-today
        {
        background:#fff url(/images/misc/datepicker/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table tbody td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
div.datePicker table tbody td.date-picker-highlight,
div.datePicker table thead th.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table tbody td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table tbody td.day-disabled
        {
        color:#aaa !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/* INTERNET EXPLORER WOES
   ======================

   Hover Effects
   -------------

   Cannot deal with :focus and so the datePicker script adds the class "dp-row-highlight" to the
   row currently being hovered over. This should enable you to add hover effects if desired.

   e.g. the following rule will make highlight the cell borders in another colour when a row is moused over:

div.datePicker table tbody tr.dp-row-highlight td
        {
        border-color:#aaa;
        }

   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack - (NTS: move this to it's own file)*/
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }




.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	/*visibility: hidden;*/
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: #FFFFFF;
}
a.highslide-full-expand {
   background: url(/images/misc/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/images/misc/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/images/misc/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 175px;
	height: 40px;
	background: url(/images/misc/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/misc/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(/images/misc/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
    display: none;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
    display: none;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
    display: none;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/images/misc/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	float: right;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/misc/highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	margin: 1px 0.4em;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/images/misc/highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 2px;
	margin: 0;
	/*background: url(/images/misc/highslide/icon.gif) no-repeat 0 1px;*/
}
.controls-in-heading .highslide-controls {
	width: 85px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/images/misc/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/images/misc/highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/images/misc/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/images/misc/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% broke in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/misc/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/misc/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/misc/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/misc/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

.closebutton {
    /* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/misc/highslide/close.png', sizingMethod='scale');

	background: none;
	cursor: hand;
}

/* Viewport fixed hack */
.highslide-viewport {
	position: absolute;
    left: expression( ( ( ignoreMe1 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
	width: expression( ( ( ignoreMe3 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) ) + 'px' );
	height: expression( ( ( ignoreMe4 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
}

/* Thumbstrip PNG fix */
.highslide-scroll-down, .highslide-scroll-up {
	position: relative;
	overflow: hidden;
}
.highslide-scroll-down div, .highslide-scroll-up div {
	/* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/misc/highslide/scrollarrows.png', sizingMethod='scale');
	background: none !important;
	position: absolute;
	cursor: hand;
	width: 75px;
	height: 75px !important;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	left: -50px;
	top: -15px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	top: -15px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	top: -50px;
}

/* Thumbstrip marker arrow trasparent background fix */
.highslide-thumbstrip .highslide-marker {
	border-color: white; /* match the background */
}
.dark .highslide-thumbstrip-horizontal .highslide-marker {
	border-color: #111;
}
.highslide-viewport .highslide-marker {
	border-color: #333;
}
.highslide-thumbstrip {
	float: left;
}

/* Positioning fixes for the control bar */
.text-controls .highslide-controls {
	width: 480px;
}
.text-controls a span {
	width: 4em;
}
.text-controls .highslide-full-expand a span {
	width: 0;
}
.text-controls .highslide-close a span {
	width: 0;
}

