/* Reset */
html, body, #wrapper , #layout_body, table#wrap, .layout_header, .layout_footer {
    width:100%;
    margin:0;
    padding:0;
}
body {
    background:white !important;
}
.menu_container {
    padding:0;
}

/* GLOBAL STRUCTURE */
#left_col, table#wrap td.left_col_container {
    width:30mm !important; 
}
#right_col, table#wrap td.right_col_container {
    width:40mm !important;  
}
#layout_body, .menu_container, .expandingbox_container {
    overflow:visible;
}

/* Typography */
#wrapper { 
    color: #111;
}
a, a:hover, h1.title_box_content a {
    color: #0000ff;
}

/* Utils */
.box {
    border:1px solid #dedede;
}
.box h1 {
    font-size: 15px;
    color: #666;
}
.box p {
    line-height:1.3em;
}

/* HEADER */
.tab a:visited, .tab a, .tab a.current {
    color:#0000ff;
}
#ws .ws_txt {
    color:#000;
}
.ws_input_txt {
    border:1px solid #069;
    width:auto;
}
.button_search .button-text {
    color:#000;
}
#breadcrumb ul li {
    color: #000;
}

/* SOCIAL BOOKMARKS */
.share_link_title {
    color: #000;
}
#box_sendmail {
    width: auto;
}
.box_email_title {
    color:#000;
}
.box_email_title a {
    color:#0000ff;
    background: #fff;
}
.container_button input#send_button {
    background:#999;
    color:#fff;
}
.bookmarks.column .container_button input#send_button {
    background:#999;
    color:#fff;
}

/* CONTENT LIST */
.expandingbox_container, .expandingbox_container h2, .expandingbox_container h3{
    color: #000;
}
.expandingbox_container h2 a, .expandingbox_container h3 a{
    color: #0000ff;
}
.expandingbox_container li.collapsed span.more a, .expandingbox_container li.expanded span.more a{
    color: #0000ff;
}

/* CONTENT CUSTOM */
.content_custom h1 a {
    background:#0000ff;
}

/* FULL LIST */
#featured h3 {
    color:#000;
}
ul.full_list_container li .articleMeta a {
    color:#0000ff;
}   
a.read_more {
    color:#0000ff;
}
