﻿
/* Core Structural Elements ******************************/

body
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #72b4e6;
    background-image: url(bg_body.jpg);
    background-repeat: repeat-x;    
    font-family: Helvetica, Tahoma, Verdana, Arial;
    font-size: 12px;
    color: #4B4B4B;
    line-height: 19px;
}

.wrapper
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.header
{
    width: 940px;
    height: 137px;    
    background-image: url(bg_header_blue1.jpg);
    background-repeat: no-repeat;
}

.message
{
    width: 940px;
    height: 60px;   
}

.location_panel
{
    width: 940px;
    height: 2px;
    text-align: center;
    font-size: 16px;
    color: #b2060e;
    padding-left: 20px;
}

.main_panel
/* Main Panel encases Content ******************************/

{
    width: 940px;   
}

.panel_padding
{
    padding: 12px 12px 12px 12px;
}

/* Default Layout ******************************/

.default_left_panel
{
    padding-top: 40px;
    width: 170px;
    vertical-align: top;
    padding-left: 0px;
}

.default_main_panel
{
    vertical-align: top;
    width: 600px;
}

.default_right_panel
{
    padding-top: 40px;
    width: 140px;
    vertical-align: top;
}

.table_top
{
    background-image: url(bg_table_top.jpg);
    background-repeat: no-repeat;
    height: 20px;
}

.table_middle
{
    background-image: url(bg_table_middle.jpg);
    background-repeat: repeat-y;
}

.table_bottom
{
    background-image: url(bg_table_bottom.jpg);
    background-repeat: no-repeat;
    height: 20px;
}

.table_top_sm
{
    background-image: url(bg_table_top_sm.jpg);
    background-repeat: no-repeat;
    height: 10px;
}

.table_middle_sm
{
    background-image: url(bg_table_middle_sm.jpg);
    background-repeat: repeat-y;
}

.table_bottom_sm
{
    background-image: url(bg_table_bottom_sm.jpg);
    background-repeat: no-repeat;
    height: 10px;
}

.concierge_table_top
{
    height: 10px;
    background-image: url(bg_concierge_top.jpg);
    background-repeat: no-repeat;
}

.concierge_table_middle
{
    background-image: url(bg_concierge_middle.jpg);
    background-repeat: repeat-y;
    padding-left: 12px;
}

.concierge_table_bottom
{
    height: 10px;
    background-image: url(bg_concierge_bottom.jpg);
    background-repeat: no-repeat;
}

.legend
{
    background-color: #FFFFFF;
    width: 130px;
    padding: 16px;
    margin-left: 13px;
    margin-top: 8px;
    border: solid 1px #585858;
}

.credos
{
    background-color: #FFFFFF;
    padding: 6px;
    border: solid 1px #585858;
}


.what_we_offer
{
    font-size: 14px;
    vertical-align: top;
}

.layout_pad_lft
{
    height: 30px;
    width: 140px;
}

.layout_pad_rght
{
    height: 12px;
    width: 140px;
}

.def_location
{
    text-align: center;    
    padding-bottom: 8px;
}

/* Internal Layout ******************************/

.left_panel_internal
{
    width: 190px;
    vertical-align: top;
    background-color: #72b4e6;
}

.layout_pad_int
{
    height: 10px;
    width: 140px;
}

.internal_main_panel
{
    vertical-align: top;
    background-color: #FFFFFF;
    border-right: solid 2px #585858;
    border-bottom: solid 2px #585858;
    border-left: solid 2px #585858;
    border-top: solid 2px #585858;
}

/* Internal Formatting ******************************/

.content
/* Content holds website content placed on the .aspx page, the content class is placed on the .master page */
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top;
}

/* Cash Price Table formatting **********************/

.tbl_cat_head
{
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 2px black;
    background-color: #c3c3c3;
}

.tbl_lft
{   
    width: 75%;
    padding-left: 6px;
    text-align: left;
    border-bottom: dotted 1px gray;
}

.tbl_rght
{
    width: 25%;
    padding-left: 6px;
    text-align: right;
    border-bottom: dotted 1px gray;
}

.cathead_note
{
    font-size: 11px;
    font-weight: normal;
}

.table_note
{
    font-size: 10px;
    line-height: 10px;
}

.tbl_cash
{
    border: solid 2px black;
}

.tbl_cash_row
{
    border-bottom: dashed 1px black;
}

/*.buzz_head_br
{
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    text-align: center;
    background-color: #FFFFFF;
    padding: 6px;
    border-top: solid 2px #585858;
    border-left: solid 2px #585858; 
    border-right: solid 2px #585858; 
    background-color: #dbbd63;
}

.buzz_main_br
{
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 6px;
    border-bottom:  solid 2px #585858;
    border-left:  solid 2px #585858;
    border-right:  solid 2px #585858;
    vertical-align: top;
}*/

.buzz_head
{
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    background-color: #FFFFFF;
    padding: 6px;
    border-top: solid 2px #585858;
    border-left: solid 2px #585858; 
    border-right: solid 2px #585858; 
    background-color: #000000;
}

.buzz_main
{
    background-color: #FFFFFF;
    padding: 6px;
    border-bottom: solid 2px #585858;
    border-left:  solid 2px #585858;
    border-right:  solid 2px #585858;
    vertical-align: top;
}

.buzz_head_cn
{
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    text-align: center;
    padding: 6px;
    border-top: solid 2px #585858;
    border-left: solid 2px #585858; 
    border-right: solid 2px #585858; 
    background-color: #dbbd63;
}

.buzz_headline
{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #10407a;
    font-weight: bolder;
}

/*.buzz_main_cn
{
    background-color: #FFFFFF;
    padding: 6px;
    border-bottom: solid 2px #585858;
    border-left:  solid 0px #585858;
    border-right:  solid 0px #585858;
    vertical-align: top;
}*/

.buzz
{
    vertical-align: top;    
}

.archive_list
{
    padding-top: 65px;
    padding-left: 10px;
    vertical-align: top;
    background-image: url(bg_archive_list.jpg);
    background-repeat: no-repeat;
    background-position: middle;
    height: 600px;
    line-height: 20px;
}


.pad
{
    padding-left: 16px;
}

.title_highlight
{
    background-color: #707477;
    width: 100;
    padding: 6px;
    color: #FFFFFF;
}

.map
{
    margin-top: 36px;
    vertical-align: middle;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.shadowbox
{
    background: #707477;
}

.samme
{
    background-color: #FFFFFF;
    padding: 6px;
    border: solid 1px #585858;
    text-align: center;  
}

.status_label
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background-color: #72b4e6;
    text-align: center;
}

.samme_sez
{
    padding-bottom: 8px;
}

/*.panel_top
{
    background: transparent url(bg_off.jpg) repeat-x top left;
    height: 30px;
}*/


/* Horizontal Navigation Menu ++++++++++++++++++++++++++++ */

.main_menu_holder
{
    margin-left: auto;
    margin-right: auto;
    height: 24px;
}

.main_menu
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    vertical-align: middle;
    height: 0px;
    padding-left: 160px;
    height: 26px;
}

/* Horizontal Navigation Menu (center panel - master page + internal pages) */

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #72b4e6;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #72b4e6;
border: 2px solid #585858;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFFFFF;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/* Vertical Navigation Menu (left panel - online concierge)*/

.urbangreymenu{
width: 190px; /*width of menu*/
}

/*.urbangreymenu .headerbar{
/*font: bold 13px Verdana;
color: white;
background: #606060 url(downgreen1.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
/*margin-bottom: 0;*/ /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;
padding: 7px 0 7px 31px;*/ /*31px is left indentation of header text*/
/*}*/

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #dbbd63;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background: #8c0c0c;
}


/* Vertical Navigation Menu (right Panel)*/

.goldmenu
{
    padding-bottom: 5px;
}

.disclaimer
{
    font-size: 11px;
}

#linklist
{
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid gray;
    width: 150px;
}

#linklist li
{
    list-style: none;
    margin: 0;
    padding: 0.25em;
    border-top: 1px solid gray;
}

#linklist li a 
{
    text-decoration: none;
}

/* Content ++++++++++++++++++++++++++++ */

H1
{
    font-size: 22px;
    color: #8c0c0c;
    font-family: "Futura Lt BT", "Trebuchet MS", Helvetica;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

H2
{
    font-size: 19px;
    font-family: "Futura Lt BT", "Trebuchet MS", Helvetica;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

H3
{
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

H4
{
    font-size: 14px;
    color: #8c0c0c;
    font-family: "Futura Lt BT", "Trebuchet MS", Helvetica;
    padding-top: 12px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.small_note
{
    font-size: 10px;
}

UL
{
    margin-top: 0px;
    margin-bottom: 0px;    
}

.anchor_farm
{
    font-size: 11px;
    text-align: center;
}

.sep_bar
{
    background-image: url(sep_bar.jpg);
    background-repeat: no-repeat;
    height: 25px;
}


/* Links ++++++++++++++++++++++++++++ */

a:link
{
    color: #0a56a3;    
    text-decoration: none;
}

a:visited
{
    color: #0a56a3;    
    text-decoration: none;
}

a:hover
{
    color: #8c0c0c;    
    text-decoration: underline;
}

.red_lg:link
{
    color: #7b0c0c;    
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.red_lg:visited
{
    color: #7b0c0c;    
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.red_lg:hover
{
    color: #7b0c0c;    
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
}

/* Highlighting (hl) ++++++++++++++++++++++++++++ */

.hl_panel_grey
{
    border-top: solid 1px #9c9c9c;
    border-bottom: solid 1px #9c9c9c;
    border-left: solid 1px #9c9c9c;
    border-right: solid 1px #9c9c9c;
    background-color: #C9C9C9;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;    
}
    
.hl_panel_blue
{
    border-top: solid 1px #9c9c9c;
    border-bottom: solid 1px #9c9c9c;
    border-left: solid 1px #9c9c9c;
    border-right: solid 1px #9c9c9c;
    background-color: #5f8aa0;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;    
}

.hl_panel_red
{
    border-top: solid 1px #9c9c9c;
    border-bottom: solid 1px #9c9c9c;
    border-left: solid 1px #9c9c9c;
    border-right: solid 1px #9c9c9c;
    background-color: #d3868a;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;    
}



/* Footer ++++++++++++++++++++++++++++ */

.footer_menu
{
    font-size: 9px;
    text-align: center;
    vertical-align: bottom;
    padding-top: 6px;
    padding-bottom: 6px;
}

.footer_link:link, .footer_link:visited
{
    font-size: 11px;
    color: #484d54;
    padding-left: 8px;
    padding-right: 8px;

    text-decoration: none;    
}

.footer_link:hover
{
    font-size: 11px;
    color: #8c0c0c;
    text-decoration: underline;
}

OL
{
    padding-top: 0px;
}


