/*the following settings override/add to those in the common ojs stylesheet (common.css)*/

body {
color:black;
background: #FFF url(http://cochrane.org/assets_local/images/logo-collaboration_flip5_30.jpg) no-repeat scroll left top;
font-family: /*Verdana, Arial, Helvetica,*/ sans-serif;
}

table {

 color:black;
}

a:link {
  color: #444FB0;
}

a:active {
	color: #000B70;
}

a:visited {
        color: #444FB0;
}

a:hover {
	color: #000B70;
}

#header {
background-color: transparent;
}

#headerTitle {
color: black;
}

#footer {
background-color: white; 
}

#sidebar {
 margin-top: 10em; 
}

#content {
color: black;
width: 550px;
/* width: 620px; changed 31/03/06, from 620px narrower than main element to accomodate menu. removed as menu no longer included */
}

#sidebar div.block {
color: black;
}

#sidebar ul li a {
color: #444FB0; /*added (20/03/06) */
}

#breadcrumb a {
 color: #444FB0; /* added (20/03/06) */
}

table.data {
   color: black; /*added 20/03/06 */
}

#menu { 
float: left;
width: 150px;
margin: 0;
padding: 1em 0em 1em 0em;
font-size: 0.75em; 
}

