﻿/* TOC

ELEMENTS
CONTENT BY HTML STRUCTURE
    - Home Page Specific
    - L2/L3 Pages
    - Main Navigation
    - navMain L3 Links
    - Content Holders
    - Footer
GENERAL CLASSES
STYLES FOR DATA TABLES / FORMS
    - Tables
    - Form Elements

*/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

html {
    overflow-y: scroll;
}

body {
    font-family: Arial, Verdana, "HelveticaNeueLT Std" , Sans-Serif;
    font-size: 11px;
    color: #2a423f;
    background-color: #1f3433;
}

/* ELEMENTS */
a:link {
    color: #738a54;
    text-decoration: none;
}

a:visited {
    color: #738a54;
    text-decoration: none;
}

a:hover {
    color: #738a54
    text-decoration: underline;
}

a:active {
    color: #738a54;
    text-decoration: none;
}

a.underline, a.underline:visited, a.underline:hover, a.underline:active 
{
    /*color: #4f5f39;*/
    color: #698e38;
    text-decoration: underline;
}

a.contentLink, a.contentLink:visited, a.contentLink:hover, a.contentLink:active 
{
    /*color: #4f5f39;*/
    color: #698e38;
    text-decoration: none;
}

a.bullet {
    padding-left: 12px;
    background-image: url(../images/bullet01.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}

h4.IndentHeader {
	margin-left: 15px;
}

p {
    margin-bottom: 17px;
}

ul {
    list-style: none;
}

ul.bullet {
    padding-left: 10px;
    margin-bottom: 10px;
}

ul.bullet li {
    padding-left: 12px;
    margin-bottom: 3px;
    background-image: url(../images/bullet01.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
}

/* CONTENT BY HTML STRUCTURE */

/* CHANGE */
#wrapperMain {
    float: left;
    width: 100%;
    margin-top: 16px;
    /*margin-bottom: 75px;*/
    background-color: #ebefe7;
}

/* Home Page Specific */
#wrapperMain_home {
    float: left;
    width: 100%;
    height: 529px;
    margin-top: 16px;
    background-color: #ebefe7;
}

table.homeLayoutTable {
    width: 100%;
    height: 529px;
    background-color: #fff;
}

table.homeLayoutTable td {
    border: none;
    padding: 0;
}

td.homeLeftCell {
    height: 529px;
    background-image: url(../images/bg_homeLeftCell.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
}

td.homeCenterCell {
    width: 789px;
    height: 529px;
    padding: 0;
    background-image: url(../images/bg_homeCenterCell.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#homeCenterLeft {
    width: 210px;
    height: 529px;
    float: left;
}

#logoHolderHome {
    width: 210px;
    height: 150px;
    margin-bottom: 132px;
}

#homeCenterRight {
    width: 579px;
    height: 529px;
    float: left;
}

td.homeRightCell {
    height: 529px;
    background-image: url(../images/bg_homeRightCell.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
}

tr.homeFooterRow td {
    background-color: #1f3433;
}

/* L2/L3 Pages */
#wrapperCenter {
    width: 789px;
    margin: 0px auto;
    background-color: #fff;
    background-image: url(../images/bg_wrapperCenter.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
}

#insideCenter_background {
    width: 789px;
    float: left;
    background-color: #fff;
    background-image: url(../images/bg_wrapperCenter.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
}

#insideCenter {
    float: left;
    width: 787px;
    padding: 0 1px;
}

#logoHolder {
    width: 184px;
    height: 153px;
}

#wrapperContent {
    float: left;
    width: 747px;
    padding: 40px 15px 10px 25px;
    background-image: url(../images/bg_wrapperContent.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
}

/* Main Navigation */
#navMain {
    float: left;
    width: 160px;
    padding: 1px 0 0 0;
    border-bottom: 1px solid #bbc2c1;
}

#navMain li, #navMain a {
    display: block;
    width: 160px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#navMain li {
    float: left;
}

#navMain a:hover {
    background-position: 0 -28px;
}

#navMain li.active, #navMain li.active a, #navMain li.activeWithL3, #navMain li.activeWithL3 a {
    background-position: 0 -28px;
}

#navMain li.activeWithL3 {
    margin-bottom: 5px;
}

#navMain a span {
    display: none;
}

li.navMain_aboutOchZiff, li.navMain_aboutOchZiff a {
    background-image: url(../images/navMain_aboutOchZiff.gif);
    height: 28px;
}

li.navMain_investmentStrategy, li.navMain_investmentStrategy a {
    background-image: url(../images/navMain_investmentStrategy.gif);
    height: 28px;
}

li.navMain_ourTeam, li.navMain_ourTeam a {
    background-image: url(../images/navMain_ourTeam.gif);
    height: 28px;
}

li.navMain_bellRinging, li.navMain_bellRinging a {
    background-image: url(../images/navMain_bellRinging.gif);
    height: 45px;
}

#navMain li.navMain_bellRinging a:hover {
    background-position: 0 -45px;
}

/* CHANGE */
li.navMain_forShareholders, li.navMain_forShareholders a {
    background-image: url(../images/navMain_forShareholders.gif);
    height: 28px;
}

/* CHANGE */
li.navMain_locations, li.navMain_locations a {
    background-image: url(../images/navMain_locations.gif);
    height: 28px;
}

/* navMain L3 Links */
#navMain li.L3Nav {
    float: left;
    width: 135px;
    padding-left: 25px;
    margin-bottom: 5px;
    background-color: #fff;
    background-image: url(../images/bullet_L3Nav.gif);
    background-repeat: no-repeat;
    background-position: 15px 4px;
}

#navMain li.L3Nav a {
    width: 135px;
    background-image: none;
}

#navMain li.L3Nav a.active {
    font-weight: bold;
}

#navMain li.lastL3 {
    margin-bottom: 18px;
}

/* Content Holders */

/* CHANGE */
.contentHolder {
    float: left;
    width: 527px;
    padding-top: 10px;
    padding-left: 35px;
    padding-bottom: 50px;
}

.content {
    height: auto !important;
    min-height: 250px;
    height: 250px;
    padding-left: 1px;
}

.column {
    float: left;
    width: 200px;
    padding-right: 25px;
}

.siteMapColumn h4 {
    margin-bottom: 8px;
}

/* Footer */

/* CHANGE */
#footer {
    /*width: 789px;*/
    width: 764px;
    margin: 0px auto;
    padding-left: 25px;
}

#footer p {
    float: left;
    padding-top: 10px;
    padding-right: 130px;
    padding-bottom: 75px;
    color: #636e69;
}

#footer ul {
    float: left;
    padding-top: 10px;
    padding-bottom: 75px;
}

#footer li {
    display: inline;
    color: #636e69;
}

#footer li.active {
    color: #ccd1d0;
}
#footer li span {
    padding-left: 6px;
    padding-right: 4px;
    color: #636e69;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #636e69;
}

/* GENERAL CLASSES */
.clear {
    clear: both;
    font-size: 0px;
}

.hiddenContent {
    display: none;
}


/* STYLES FOR DATA TABLES / FORMS */

/* Tables */
table.alternating {
    background-color: #f6f8f5;
    margin-bottom: 20px;
}

table.formHolderTable td {
    padding: 0px 7px 20px 0px;
}

table.middleAlign td {
    vertical-align: middle;
}

tr.oddRow td {
    background-color: #eaefe8;
}

th, td {
    text-align: left;
    vertical-align: top;
    padding: 5px 7px;
    border-bottom: 1px solid #fff;
}

td.oddColumn {
    background-color: #eaefe8;
}

td.chartLine {
    width: 250px;
    background-image: url(../images/bg_chartLine.gif);
    background-position: right; 
    background-repeat: no-repeat;
}

.negative, .required {
    color: #e93c3c;
}

.positive {
    color: #8eb45a;
}

.price {
    font-weight: bold;
    color: #738a54;
}

.tableFooter {
    font-size: 10px;
    color: #878d8d;
}

/* Form Elements */
.checkBoxHolder {
    padding-bottom: 5px;
}

.checkBoxHolder input.checkBox1 {
    float: left;
}

.checkBox1 {
    width: 13px;
    height: 13px;
    margin-right: 4px;
}

.label {
    font-weight: bold;
}

.listBox1, .listBox2 {
    height: 18px;
    padding: 1px;
    margin-top: 5px;
    font-size: 11px;
    color: #2a423f;
    border: 1px solid #bfc6c5;
}

.listBox1 {
    width: 205px;
}

.listBox2 {
    width: 105px;
}

.textArea1 {
    width: 458px;
    height: 100px;
    padding: 1px;
    margin-top: 5px;
    font-size: 11px;
    color: #2a423f;
    border: 1px solid #bfc6c5;
    background-color: #f6f8f5;
}

.textBox1 {
    width: 200px;
    height: 15px;
    padding: 1px;
    margin-top: 5px;
    font-size: 11px;
    color: #2a423f;
    border: 1px solid #bfc6c5;
}


