﻿/* GENERAL STYLES */
/*

CSS document for Darwin Private Equity Corporate 
build: OJL 28/11/2007

*/

@import url(/css/standard.css);

html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 101%;
}

body
{    
    background-color: #dfdfdf;
    font-family: "Arial" ,sans-serif;
    font-size: 70%;
    font-weight: normal;
    line-height: 16px;
    color: #666666;
}


/*-------------------------------------------------- Main Layout */

#page_wrapper
{
    position: relative;    
    width: 1020px;
    margin: 0 auto;
    background:url(/images/background_page.gif) repeat-y top left;    
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content_wrapper
{
    width: 980px;
    margin: 0 auto;
    border-top: 10px solid #000;
}

#header_wrapper
{
    width: 980px;
    height: 80px;
}

#centre_wrapper
{    
    float:left;
    width: 920px;
/*    margin: 0 0 0 30px;*/
    padding-left:30px;
    padding-bottom: 135px;
}

#content_container
{   
   float:left;
   width:100%;
}

#footer
{    
    position: absolute;
    width: 1019px;
    height: 100px;    
    bottom: 0;          
    background: #DFDFDF url(/images/background_footer.gif) top left no-repeat;
    padding:15px 0 0px 0;
    margin:0;    
}


/*-------------------------------------------------- Navigation */

/*------------- Support Navigation ***/

#support_nav
{
    width: 364px;
    height: 30px;
    position: relative;
    float: right;
    top: 0;
    margin-right: 30px;
    background-color: #000;
}

/*------------- Main Navigations ***/

#main_nav
{
    height: 9px;
    position: absolute;
    float: right;
    top: 68px;
    left: 220px;
}

#sub_nav_holder
{
    width: 200px;
    margin-right: 40px;
    float: left;
    margin-top: 0px;
}

/*------------- Footer Navigation ***/

#footer_nav
{    
    /*margin-right: 42px;*/
/*    float: right;    
    width:300px;
    text-align:right;*/
}

/*-------------------------------------------------- Content Layout */

/*------------- Global */

.image_4_container
{
    width: 210px;
    height: 158px;
    float: left;
    margin-right: 20px;
    margin-bottom:10px;
}

.image_6_container
{
    width: 140px;    
    height:150px;
    float: left;
    margin-right: 10px;
    margin-bottom:7px;
}

/*------------- Columns */

/* standard copy column  */

.column_copy
{
    width: 200px;
    margin-right: 40px;
    float: left;
    margin-bottom:50px;
}

.column_copy.last, .column_copy_last
{
    width: 200px;
    margin-right: 0px;
    float:right;
    margin-bottom:20px;
}

/* wide copy column  */

.column_copy_wide
{
    width: 440px;     
    float: left;
    padding-top: 0px;
    /*margin-bottom:75px;*/
}

/* column modules */

.column_copy_module
{
    margin-bottom: 25px;
}

.column_copy_profile
{
    width: 270px;
    float: left;
}

/* utilities */
.column_2-3
{
    float:left;
    width:60%;
}

.column_1-3
{
    float:left;
    width:33%;
    padding-left:25px;
}

.column_left
{
    float:left;
    padding-right:15px;
}

.column_right
{
    float:right;
    padding-left:15px;
}

.column_dotline
{
    background:url(/images/line_dotted_v.gif) repeat-y top right;
}

/*-------------------------------------------------- Text */

/*------------- Headers */

/* H1 */
h1
{
    font-size: 220%;
    color: #000;
    font-weight: normal;
    margin: 0 0 3px 0;
    display: block;
    /*line-height: -1;*/
    line-height:normal;
    text-transform: uppercase;
    margin-bottom: 8px;
}

h1.news_title
{
    /*margin-bottom: 14px;*/
}

/* H2 */
h2
{
    font-size: 115%;
    line-height: normal;
    color: #a9842c;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

h2.home
{
    font-size: 150%;
}

h2 em
{
    color:#000;
    font-style:normal;
}

h2.with_subtitle
{
    margin-bottom:3px;
}

/* H3 */
h3
{
    font-size: 120%;
    line-height: normal;
    color: #000;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

/* H4 */
h4
{
    font-size: 115%;
    color: #a9842c;
    font-weight: normal;
    display: block;
    line-height: normal;
    text-transform: uppercase;
}

/* H5 - no sifr */
h5
{
    font-size: 115%;
    color: #a9842c;
    font-weight: normal;
    display: block;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom:3px;
}

/* Specific */
.image_4_container h3
{
    margin-bottom: 10px;
}

/*------------- General */

.date
{
    font-size: 100%;
    color: #a9842c;
    font-weight: normal;
}

#footer span
{
    float: left;
    width:500px;
    margin-left:50px;
    color: #969696;
}

.footer_nav_list li a
{
    font-size: 112%;
}

.copy_headers
{
    color: #a9842c !important;
}

.dkgrey
{
    color: #626262 !important;
}

.searchbox
{
    float:right;
    margin-right:34px;
    color: #969696;
    font-size: 90%;
    background-color: #000;
    border: 1px solid #626262;
    height: 14px;
    width: 101px;
    margin-top: 6px;
    padding-left: 1px;
}

.searchbox value
{
    margin-top: 30px;
}

/*-------------------------------------------------- Content elements */

/*------------- Line */

.hr
{
    clear: both;
    height: 1px!important;
    width: 100%;
    font-size: 0;
    background-color: #a9842c;
    overflow:hidden;
}

.hr.wide
{
    margin: 16px 0 15px 0;
}

.hr.wide_end
{
    margin: 17px 0 12px 0;
}

.hr.profile
{
    margin: 8px 0 15px 0;
    float: right;
}

.hr.wide_profile
{    
    margin: 5px 0 12px 0;
}

.hr.subnav
{
    margin: 0 0 3px 0;
}

.hr.module
{
    margin: 5px 0 3px 0;
}

.hr.module_home
{
    margin: 5px 0 6px 0;
}

.hr.news
{
    margin: 5px 0 5px 0;
}

.hr.underline
{
    margin: 0px 0 15px 0;
}

.hr_dotline
{
    background:url(/images/line_dotted.gif) repeat-x top left; 
    height:1px;
    font-size:0;
    padding:0 0 15px 0;
}

/*------------- Paragraph */

p
{
    margin: 0 0 11px 0;
}

p.last
{
    margin: 0 0 16px 0;
}

p.intro
{
    color: #403f4c;
    font-size: 120%;
    line-height: 18px;
    margin: 0 0 18px 0;
}

p.black strong
{
    color:#303030;
}

p.subtitle
{
    margin-bottom:5px;
}

/*------------- Images */

img
{
    border: 0px;
}

.img_header
{
    margin-bottom:20px;
    display:block;
}

#logo_holder
{
    position: absolute;
    margin-left: 30px;
    top: 30px;
}

#banner_holder
{
    margin-bottom: 27px;
}

.image_4_container a img, .image_6_container a img
{
    margin-bottom: 7px;
}

#search_button
{
    float: right;
    position: absolute;
    width: 25px;
    height: 16px;
    top: 4px;
    right: 6px;
}

.profile_image
{
    float: left;
    margin: 0 20px 20px 0;
}

/*------------- Links */

a
{
    color: #303030;
    font-family: "Arial";
    line-height: 14px;
    text-decoration: none;
    margin-bottom: 18px;
    display: block;
    padding-left: 10px;
    background: url(/images/arrow_gold.gif) no-repeat 0px 3px;
}

a:hover
{
    text-decoration: underline;
    color: #303030;
}

a.link_inline, #news_content a
{
    display:inline;
    background:none;
    margin:0;
    padding:0;
}

#support_nav a:hover
{
    color:#FFF;
}

#news
{
    width:94%;
}

#news a
{
    margin: 0px;
    background-image: none;
    padding-left: 0;
    margin-bottom: 7px;
}

a.news_readmore, #newslist a.news_readmore
{
    color: #303030;
    font-family: "Arial";
    line-height: normal;
    text-decoration: none;
    margin-top:6px;
    margin-bottom: 18px;
    display: block;
    font-weight:normal;
    padding-left: 10px;
    background: url(/images/arrow_gold.gif) no-repeat 0px 3px;
}


/*------------- Lists */

/* Modules */

.module_list li
{
    height: 18px;
    padding-top: 4px;
    width: 100%; /*border-bottom: 1px dotted #969696;*/
    background: url(/images/line_dotted.gif) repeat-x bottom left;
}

.module_list li a
{
    line-height: 13px;
}

/* Support nav */

.support_nav_list
{
    position:absolute;
    top:9px;
}

.support_nav_list li
{
    float: left;
    color: #fff;
    font-size: 90%;
    padding-right: 11px;
    height: 12px;
    margin-left:11px;
}

.support_nav_list li a
{
    background-image: none;
    font-family: "Arial" ,sans-serif;
    font-weight: normal;
    color: #fff;
    padding-left: 0;
    text-transform:uppercase;
}

.support_nav_list li.first
{
    /*border-right: 1px solid #696969;*/
    background: url(/images/seperator_mainnav.gif) no-repeat right 2px;
}

/* Main nav */

#main_nav_list
{
    float:left;
}

#main_nav_list li
{
    float: left;
    color: #000;
    font-size: 110%;    
    margin-left: 15px;
    padding-right: 15px;
    background: url(/images/seperator_mainnav.gif) no-repeat right 2px;
    /*border-right: 1px solid #969696;*/
    height: 14px;
}

#main_nav_list li a
{
    background-image: none;
    font-family: "Arial" ,sans-serif;
    font-weight: normal;
    color: #000;
    padding-left: 0;
    text-transform: uppercase;
}

#main_nav_list li.active a, .sub_nav_selected li.active a
{
    color: #a9842c !important;
}

#main_nav_list li.last
{
    background:none;
    /*border: none;*/
}

/* Sub nav */

#sub_nav li
{
    padding-top: 4px;
    line-height: normal;
    width: 100%; 
    background: url(/images/line_dotted.gif) repeat-x bottom left;
    /*overflow:hidden;*/
}

#sub_nav li a
{
    margin: 0;
    padding: 0 0 4px 10px;
}

#sub_nav li.active, #sub_nav li.active_parent
{
    background: url(/images/line_dotted.gif) repeat-x bottom left;
    height: auto;
    line-height: normal;
}

#sub_nav li.active a
{
    font-weight: bold;
    color: #a9842c; 
    background: url(/images/arrow_down.gif) no-repeat 0px 4px;
    margin: 0;
}

#sub_nav li.active_parent a
{    
    font-weight: bold;
    background: url(/images/arrow_down.gif) no-repeat 0px 4px;
    margin: 0;
}

#sub_nav li.active ul, #sub_nav li.active_parent ul
{
    margin-top: -5px;
    display: block;
}

#sub_nav li ul.sub_nav_selected
{
    padding-bottom: 6px;
}

#sub_nav li ul.sub_nav_selected li
{
    margin-left: 10px;
    border: none;
    background: none;
    line-height: 18px;
    height:14px; 
}

#sub_nav li ul.sub_nav_selected li a
{
    color: #666666;
    background: none;
    font-weight: normal;     
}

#sub_nav li ul.sub_nav_selected li.active a
{
    color: #a9842c;
    font-weight: bold;
}

/* Footer nav */

#footer .footer_nav_list
{    
    float:right;        
    padding-right:48px;
}

.footer_nav_list li
{
    float: left;
    color: #969696;
    font-size: 90%;
    margin-left: 7px;
    padding-right: 7px;
    /*height: 12px;*/
    /*border-right: 1px solid #cacaca;*/
    background: url(/images/seperator_footer.gif) no-repeat right 2px;

}

.footer_nav_list li a
{
    background-image: none;
    font-family: "Arial" ,sans-serif;
    font-weight: normal;
    color: #969696;
    padding-left: 0;
    display:inline;
}

.footer_nav_list li.last_item
{
    background:none;
    padding:0;
    
}


/* bulleted list */

ul.bulleted, #news_content ul
{   
    margin:10px 0 10px 10px;    
}

ul.bulleted li, #news_content ul li
{
    background: URL(/images/bullet.gif) no-repeat top left;
    padding-left:10px;
    margin-bottom: 5px;
}

#news_content ol
{
    margin-top:10px;
    margin-bottom:10px;
}

#news_content ol li
{
    margin-bottom: 5px;
}

/* Site Map */
ul#sitemap a
{
    display:inline;
    margin:0;    
    background:none;
}

/* level 0 */
ul#sitemap li a
{
    padding:0;
    font-weight:bold;
}

/* level 1 */
ul#sitemap ul ul
{
    padding-bottom:10px;
}

ul#sitemap ul li
{
    padding-left:15px;
}

ul#sitemap ul li a
{    
    background: url(/images/arrow_gold.gif) no-repeat 0px 3px;
    padding:0 0 0 10px;
    font-weight:normal;
}

/* level 2 */
ul#sitemap ul ul ul
{
    padding-bottom:0;
}

ul#sitemap ul ul li a
{
    background: none;
}

/* level 3 */
ul#sitemap ul ul ul li a
{
    color:#5B5B5B;
}

/* News list and details */
ul#newslist
{
    float:left;
    padding:10px 0 0 0;
}

ul#newslist li
{
    float:left;
    background:url(/images/line_dotted.gif) repeat-x bottom left;
    width:100%;
    margin-bottom:15px;
}

ul#newslist li.last
{
    background:none;
    margin-bottom:5px;    
}

ul#newslist li .newsdate_container
{
    float:left;
    width:80px;
    color:#a9842c;
}

ul#newslist li .newsoverview_container
{
    float:left;
    width:355px;
}


ul#newslist a
{
    background:none;
    padding:0;
    margin:0 0 5px 0;
    font-weight:bold;    
}

ul#newslist a.news_readmore:hover
{
    text-decoration:underline;
}

p.newsdate
{
    color:#a9842c;
    padding-bottom:10px;
    margin-bottom:0;
}

/* Form search */
#form_search_container
{
    background:#000;
    width:100%;
    padding:1px 0 6px 0;
    margin:20px 0 15px 0;
}

#form_search_container label
{
    float:left;
    padding:7px 0 0 10px;
    color:#FFF;
    text-transform:uppercase;
}

#form_search_container .input_container
{
    width:150px;
    float:right;
    text-align:right;
    padding:5px 10px 0 0;
}

#form_search_container select
{
    width:100px;
    margin:0 5px;
    font-size:90%;
    color:#FFF;
    background:#000;
    border:1px solid #626262;
}

#form_search_container #input_submit
{
    color:#FFF;
    background:none;
    border:none;
    font-size:90%;
}

/*------------- XSLT Search */
/* search results */
#xsltsearch_results div.xsltsearch_result
{
    margin-bottom:15px;
}

#xsltsearch_results a
{
    display:inline;
    
}

#xsltsearch_results span.xsltsearch_ordinal
{
    color:#af8f43;
}

#xsltsearch_results p.xsltsearch_result_title
{
    font-weight:bold;
    padding-bottom:3px;
    margin-bottom:0;
}

#xsltsearch_results p.xsltsearch_result_description strong
{
    color:#303030;
}

/* search navigation */
#xsltsearch_navigation
{
    width:100%;
    text-align:right;
}

#xsltsearch_navigation a
{
    display:inline;
    background:none;
    padding:0 2px;
    margin:0;
}

#xsltsearch_navigation strong
{
    padding:0 2px;
}

#xsltsearch_navigation a#previous
{
    background:url(/images/arrow_gold_back.gif) no-repeat 0px 3px;
    padding:0 0 0 10px;
    
}

#xsltsearch_navigation a#next
{
    background:url(/images/arrow_gold.gif) no-repeat 100% 3px;
    padding:0 10px 0 0;
    
}

#xsltsearch_navigation a.disabled
{
    color:#969696;
}

#xsltsearch_navigation a.disabled:hover
{
    text-decoration:none;
}

#xsltsearch_navigation strong
{
    color:#af8f43;
}

/* search form in page */
#xsltsearch .xsltsearch_form
{
    background:#000;
    width:100%;
    padding:1px 0 6px 0;
    margin:0px 0 15px 0;
}

.xsltsearch_form label
{
    color:#FFF;
    text-transform:uppercase;
    margin-left:10px;
}

.xsltsearch_form .input
{
    color: #000;
    background-color: #FFF;
    border: 1px solid #626262;
    margin:6px 0 0 10px;
    padding:0px 2px 1px 2px;
    width:300px;
}


.xsltsearch_form .submit
{
    color:#FFF;
    background:none;
    border:none;
    font-size:90%;
    text-transform:uppercase;
    cursor:pointer;
}

/*------------- Tables */

table
{
    margin: 10px 0 10px 0;
    width:100%;
    border-collapse:collapse;  
    /*background:url(/images/line_dotted.gif) repeat-x bottom left; 
    padding-bottom:15px;  */
}

td 
{    
    color:#666666;
    padding:2px 5px 2px 0;
    margin:0;
    vertical-align:top;
}

td strong
{
    color:#303030;
    font-weight:normal;
}

td a
{
    display:inline;
    margin:0;
    padding:0;
    background:none;
    color:#303030;
}

thead td
{
    border-top:1px solid #a9842c;
    font-size:115%;
    color:#a9842c;
    text-transform:uppercase;
    padding:15px 0 10px 0;
    z-index:0;    
}

tbody td
{
    /*position:relative;*/
    cursor:pointer;
}

tbody tr.hover td, tbody tr.hover td strong, tbody tr.hover td a
{
    background:#303030;
    color:#FFF;    
}

td.cel_company
{
    width:145px;
}

td.cel_sector
{
    width:150px;
}

td.cel_year
{
    width:50px;
}

div.table_hidden_field
{
    /*display:none;*/
    position:absolute;
    width:180px;
    /*top:20px;*/
    left:330px;
    z-index:10;
    /*padding:3px 5px;*/
}

div.table_hidden_field_top
{
    background:url(/images/bg_hidden_field_top.png) no-repeat top left;
    height:10px;
    font-size:0;
    line-height:0;
}

div.table_hidden_field_center
{
    background:url(/images/bg_hidden_field_center.png);        
}

div.table_hidden_field_bottom
{
    background:url(/images/bg_hidden_field_bottom.png) no-repeat top left;
    height:10px;
    font-size:0;
    line-height:0;
}

div.table_hidden_field_content_container
{
    margin:0 24px;
    padding:10px 0;
}

div.table_hidden_field p
{    
    color:#666666;   
    margin:0; 
    padding-bottom:10px;
}

div.table_hidden_field h3.small
{
    margin-bottom:3px;    
}


/*-------------------------------------------------- Utility classes */

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.nodisplay
{
    display: none;
}

.nomargin
{
    margin: 0;
}

.plainlink
{
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.spacer
{
    clear: both;
    height: 8px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.spacer_banner
{
    clear: both;
    height: 30px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: block;
    width: 100%;
}

/*----- Development styles -----*/
#debug
{
    color:Red;
    border:1px solid red;
    padding:5px;
}