@CHARSET "UTF-8";

a img {
	border: 0;
}
a {
	color: #31797C;
	text-decoration: none;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
	list-style-type: none;
}

h1 {
	color: #990033;
}

h2 {
	color: #990033;
}

h3 {
	color: #990033;	
}

h4 {
	color: #990033;
}

body {
	margin: 0px;
	padding: 0;
	font: normal 14px/20px Helvetica, Arial, Verdana, Sans-serif;
	background-image: url('../pagechrome/legacyframe_mkii/background.v9.5.8.1.png');
	background-color: #000;
	background-repeat: repeat-x;
	text-align: center;
}

#mainPage {
	width: 940px;
	padding: 0px;
	margin: auto;
	background-image: none;
	text-align: left;
}
#webPage {
	padding: 0px;
	margin: 0px;
	
}

/********************** TOP LEFT MENU **********************/

#topMenuArea {
	overflow: hidden;
	height: 50px;
	color: #FFFFFF;
	font-size: 0.85em;
	font-family: 'Helvetica Neue', 'Helvetica', Arial;	
}
#topMenu {
	overflow: hidden;
	padding-top: 18px;

	float: left;
}
#topMenu ul {
	overflow: hidden;
	padding: 0px;
	margin-left: 15px;
}
#topMenu a {
	color: #FFFFFF;
}
#topMenu li {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	padding: 0px;
}

/********************** LOGIN AREA  + BUTTON **********************/

#loginArea {
	overflow: hidden;
	float: right;
	height: 50px;
	padding-top: 16px;
	width: 300px;
	margin-right: 15px;
	text-align: right;
}
#greeting {
	overflow: hidden;
	float: right;
	margin-right: 20px;
}
#signout-button {
	background-image: url('../pagechrome/signout-button-bg.png');
	color: #88D1D5;
	font-size: 0.9em;	
	text-align: center;
	float: right;
}
#signout-button, #signout-button a, #signout-button span {
	overflow: hidden;
	display: block;
	width: 68px;
	height: 22px;	
}
#signout-button a:hover {
	color: #FFFFFF;
}
#signout-button span {
	padding-top: 1px;
}

/********************** DEFINE MAIN AREAS **********************/

#main-box {
	border: 1px solid #FFFFFF;
	width: 938px;
	overflow: hidden;
}
#top-area {
	overflow: hidden;
	height: 333px;
	background-image: url('../pagechrome/top-area-bg.png');
}
#top-area-signedin {
	overflow: hidden;
	height: 333px;
	background-image: url('../pagechrome/top-area-bg-signedin.png');
}
#bottom-area {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 283px;
	background-image: url('../pagechrome/bottom-area-bg.png');
	background-repeat: no-repeat;
}
#bottom-area-inner {
	overflow: hidden;
	padding: 20px;
}
#copyright-area {
	background-image: url('../pagechrome/bottom-shade.png');
	height: 24px;
	overflow: hidden;
	text-align: center;
	font-size: 0.7em;
	clear: left;
}

/***************************  MESSAGE CENTER *****************************/

#message-box {
	
	overflow: hidden;
	width: 440px;
	height: 230px;
	border: 1px solid  #CCCCCC;	
	margin-left: 60px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#tab-menu a.messages {
	background-image: url('../tab_messages.png');
}
#tab-menu a.messages-on {
	background-image: url('../tab_messages_on.png');
}
#tab-menu a.alertsx {
	background-image: url('../tab_alertsx.png');
}
#tab-menu a.alertsx-on {
	background-image: url('../tab_alertsx_on.png');
}

.message-list {
	
	height: 180px;
	overflow: auto;
	background-color: #FFFFFF;
}

.message-list ul {
        overflow: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}
.message-list li {
	overflow: hidden;
	border-bottom: 1px #CCCCCC dashed;
	border-top: 1px solid white;
	margin: 0px;
        background-color: #F4F4F4;
        width: 100%;
}
.message-list li:hover {
        background-color: #FFFFFF !important;

}
.message-list li div {
	float :left;
        overflow: hidden;
}
.message-list .mc-link {
        color: #000000 !important;
        overflow: hidden;
        display: block;
        cursor: pointer;
        cursor: hand;
        padding: 10px;
}
.message-list a.dismiss-button {
	display: block;
	overflow: hidden;
	width: 62px; height: 17px;
	background-image: url('../dismiss-button.png');
        margin-top: 4px;
}
.message-list a.reply-button {
	display: block;
	overflow: hidden;
	width: 62px; height: 17px;
	background-image: url('../replybutton.png');
	
}
.message-list a.view-button {
	display: block;
	overflow: hidden;
	width: 62px; height: 17px;
	background-image: url('../viewbutton.png');
	margin-top: 4px;
}
.message-list .mc-msg {
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
        
}
.message-list .mc-time {
        width: 60px;
}
/******* MESSAGE LIST - FULL SCREEN ************/

#msg-back {
    /*background-image: url('../grey-bg.png');*/
    overflow: auto;
    height: 100%;
}
#msg-folders {
    float:right;
    margin-right: 20px;
    overflow: hidden;
    height: 50px;
    width: 400px;
}
#msg-folders div {
    float: left;
   
}
#msg-folders .text {
    padding-top: 5px;
    overflow: hidden;
    font-size: 0.9em;
    margin-right: 25px;
}
#msg-folders .folder-icon {
    width: 32px;
    height: 50px;
    margin-right: 10px;
}
#msg-folders .folder-icon a {
    display: block;
    width: 32px;
    height: 50px;
    overflow: hidden;
}
#msg-folders #msg-folder-inbox {
    background-image: url('../inbox.png');
}
#msg-folders #msg-folder-old {
    background-image: url('../old_msgs.png');
}
#msg-folders #msg-folder-settings {
    background-image: url('../message-settings-icon.png');
}
#message-lists {
    overflow: hidden;
    float: left;
    border-right: 1px solid #999999;
    height: 100%;
    width: 440px;
}
#message-lists .preview .mc-msg {
    width: 300px !important;
    overflow: auto;
}
.message-list.full {
    height: 100%;
    
}

#ml-messages, #ml-alerts {
    
}
#msg-folder-header {
    overflow: hidden;
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    
    border-bottom: 1px solid #999999;
    padding-left: 10px;
    padding-top: 2px;
    height: 17px;
}
#message-list {
    overflow: hidden;
    padding: 20px;
}
#message-lists .readmarker {
    overflow: hidden;
    height: 16px;
    width: 16px;
    background-image: url('../newmsg.gif');
   
}
#message-lists .alertmarker {
    overflow: hidden;
    height: 16px;
    width: 16px;
    background-image: url('../mini_warning_red.png');
}
#message-view {
    overflow: auto;
    padding-left: 10px;
    font-size: 0.9em;
    height: 560px;
}
#message-view #reply-box {
    overflow: hidden;
}
#message-view #reply-box textarea {
    margin-right: 20px;
}
#message-buttons {
    overflow: hidden;
    background-color: #EEEEEE;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    height: 20px;
    padding-left: 10px;
}
#message-buttons .button {
    float:left;
}
#message-buttons .button img {
    vertical-align: top;
}
#message-buttons .divider {
    overflow: hidden;
    border-left: 1px solid #999999;
    border-right: 1px solid #FFFFFF;
    width: 0px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.message-block {
    overflow: hidden;
    margin-bottom: 20px;
    
}

#message-header {
    overflow: hidden;
    background-color: #F6FCFF;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #CCCCCC;
    height: 50px;
    padding-left: 10px;
    padding-top: 10px;
    
}
.rep #message-header  {
    background-color: #FFFFF6;
}

.message-mini-header {
    overflow: hidden;
    background-color: #F6FCFF;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #CCCCCC;
    height: 20px;
    padding-left: 10px;
     font-size: 0.9em;

}
.rep .message-mini-header  {
    background-color: #FFFFF6 !important;
    color: #006600;
}
.message-mini-header .msg-date {
    float: right;
    overflow: hidden;
    padding-top: 2px;
    font-size: 0.9em;
    padding-right: 15px;
}

#message-header .msg-date {
    float: right;
    overflow: hidden;
    
    font-size: 0.9em;
    padding-right: 15px;
}

.msg-body {
    background-image: url('../faidstrip1.png');
    background-repeat: repeat-x;
    padding-bottom: 20px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
.rep .msg-body {
    background-image: url('../faidstrip2.png');
}

/********************** - **********************/



#search-area {
	overflow:hidden;
	float: left;
        width: 375px;
}
#search-results {
	overflow:hidden;
	font-size: 0.8em;
        width: 515px;
}

#vertic #search-area {
	background-color: #FFFFFF !important;
	padding-left: 20px;
	width: 400px;
	height: 616px;
        border: 0px solid blue;
}
#vertic {
	overflow: hidden;
	float:left;
        width: 420px;
        border: 0px solid green;
}

#search-results #headers {
	background-color: #333333;
	overflow: hidden;
}
#search-results #headers div {
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	background-color: #333333;
}
#search-results .company {
	width: 425px;
}
#search-results .refs {
	width: 70px;
}
.ref-count {
	overflow: hidden;
	float: right;	
	padding-top:2px;
}
#search-results ul {
	padding: 0px;
	margin: 0px;
}
#search-results li {
	overflow:hidden;
	width: 100%;
	background-image: url('../dither.gif');
}
#search-results .result-item {
	overflow: hidden;
	margin: 4px;
	padding: 2px;
	background-color: #222222;
}
#search-results .result-item a {
	display: block;
	overflow: hidden;
}

#search-results .result-item a:hover {
	color: #FFFFFF;
	background-color: #333333;
}

.reports-search-label {
	width: 120px;
	display: block;
	overflow: hidden;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}
.search-item {
	margin-bottom: 10px;
}
#full-page {
	overflow: hidden;
	padding: 20px;
	background-color: #FFFFFF;
	height: 600px;
}
#terms-conditions {
  	overflow: auto;
	padding: 20px;
	background-color: #FFFFFF;
	height: 600px;
}
#terms-conditions pre {
        font-size: 0.8em;
        white-space: pre-wrap;
}
/**************************** VIEW CONTROLS *****************************/

#----view-controls {
	overflow: hidden;
	height: 25px;
	background-color: #CCCCCC;	
}
/****************************  PORTFOLIO LIST ***************************/

#portfolio-list {
	overflow: auto;
	height: 550px;
}
#portfolio-list table {
	font-size: 0.8em;
}
#portfolio-list table td {
	border-bottom: 1px solid #cccccc;
	padding-left: 8px;
}
#portfolio-list table th {
	background-color: #DDDDDD;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.9em;
        overflow: hidden;
}
.order-link {
	overflow: hidden;
	display: block;
}
.ordering-arrow {
	float: right;
}
.download-button {
	overflow: hidden;
	float: right;
}
.addco-button {
	overflow: hidden;
	float: right;
	margin-right: 20px;
}
.updateoverdue {
	color: #FF0000;
	font-weight: bold;
}
/****************************  REFERENCE LIST ***************************/
	
#reference-results {
	overflow: hidden;
	font-size: 0.8em;
        width: 515px;
}
#reflist {
	overflow: auto;	
	height: 170px;	
	background-image: url('../dither.gif');	
}
#reflistfull {
	overflow: auto;	
	height: 616px;	
	background-image: url('../dither.gif');	
}
#reference-results table {
	width: 100%;
	background-image: none;
}
#reference-results ul {
	overflow: auto;	
	padding: 0px;
	margin: 0px;
	height: 160px;	
}
#reference-results li {
	overflow:hidden;
	width: 100%;
	background-image: url('../dither.gif');	
}
#reference-results tr {
	overflow:hidden;
	width: 100%;
	background-image: url('../dither.gif');	
}	
#reference-results li .row {
	overflow:hidden;
	height: 20px;
	margin: 4px;

}
#reference-results td {
	background-color: #222222;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #31797C;
        background-image: none;
}
#reference-results td.yourcompany {
	color: #CCCCCC !important;
}
#reference-results .result-item a {
	display: block;
	overflow: hidden;
}
#reference-results li div.cell {
	float: left;
	
	background-color: #222222;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#reference-results #headers {
	background-color: #333333;
	overflow: hidden;
        background-image: none;
}
#reference-results #headers div {
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	background-color: #333333;
	
}
#reference-results th {
	overflow: hidden;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	background-color: #333333;
	
}
#reference-results .col1 { width: 53px; }
#reference-results .col2 { width: 80px; }
#reference-results .col3 { width: 188px; }
#reference-results .col4 { width: 104px; }
#reference-results .col5 { width: 20px; }

#candle-box {
	overflow: hidden;
	width: 100%;
	text-align: center;
	background-image: url('../dither.gif');
}
#candle-box-inner {
	background-color: #FFFFFF;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
#more-refs-link {
	overflow: hidden;
	text-align: center;
	background-color: #000000;
}
.commentbubble {
	float: right;
}
/***************************     CO HEADER     ****************************/
#co-header {
	overflow: hidden;
}
#co-header h3 {
	overflow: hidden;
	display: block;
}
#ret-search {
	overflow: hidden;
	display: block;
	float: left;	
	margin-right: 10px;
	margin-top: 15px;
}
/***************************     MENU TAB S    ****************************/
#tab-menu-container {
	overflow: hidden;	
}
#tab-menu {
	overflow: hidden;
	display: block;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #999999;
	float: left;
}
#tab-menu a, #tab-menu li {
	display: block;
	overflow: hidden;	
	width: 91px;
	height: 21px;
	float: left;
	border: 0px solid red;
}
#tab-menu a.contact {
	background-image: url('../tab_contact.png');
}
#tab-menu a.contact-on {
	background-image: url('../tab_contact_on.png');
}
#tab-menu a.reference {
	background-image: url('../tab_reference.png');
}
#tab-menu a.reference-on {
	background-image: url('../tab_reference_on.png');
}
#tab-menu a.alerts {
	background-image: url('../tab_alerts.gif');
}
#tab-menu a.alerts-on {
	background-image: url('../tab_alerts_on.png');
}
#tab-menu a.alerts-amber {
	background-image: url('../tab_alerts_amber.gif');
}
#tab-menu a.alerts-amber-on {
	background-image: url('../tab_alerts_amber_on.png');
}
#tab-menu a.report {
	background-image: url('../tab_report.png');
}
#tab-menu a.report-on {
	background-image: url('../tab_report_on.png');
}
/***************************  CONTACT DETAILS *****************************/
#address-section {
    overflow: hidden;
}
.contactlist {
	font-size: 0.8em;
}

.contactlist .contlabel {
	width: 100px;
	overflow: hidden;
	float: left;
}
.contactlist dd {
	overflow: hidden;
      
        width: 250px;
}
.get-report {
	font-size: 0.9em;
}

/***************************  MESSAGE BOARD *****************************/

#full-messages {
    float: right;
    font-size: 0.8em;
    overflow: hidden;
    padding-top: 10px;
}
#message-board {
	overflow: hidden;
	padding-right: 20px;
	border-top: 1px solid #CCCCCC;
     
        font-size: 0.8em;
}
#message-board ul {
	overflow: auto;
	height: 270px;
	padding: 0px;
	margin: 0px;
        width: 100%;
}
#message-board li {
	overflow: hidden;
	background-color: #F6F6F6;
	border-bottom: 1px dashed #999999;
	margin-top: 2px;
	padding: 0px;
        width: 100%;
}
#message-board div {
	display: block;
	padding: 4px;
}
#message-board .mb-time{
	float: left;
	width: 53px;
}
#message-board .mb-type {
	float: left;
	width: 24px;
}
#message-board .mb-msg {
	overflow: hidden;
	float: left;
	width: 260px;
}
#commentsubmit {
	float: left;
}
#mb-commentform {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
#mb-commentbox {
	overflow: hidden;
}
#mb-commentbox-show {
	overflow: hidden;
	display: block;
	float: right;
	margin-top: 20px;
}
.mb-msg-txt {
	overflow: hidden;
	width: 100%;
}
.message-board-actions {
	overflow: hidden;
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
/***************************  PREV REFS **********************************/

#prev-refs {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#prev-refs li {
	overflow: hidden;
	border-bottom: 1px dashed #999999;
	margin-right: 10px;
}
.my-ref-block div {
	float: left;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}
.my-ref-block {
	overflow: hidden;
}
.my-ref-notes {
	overflow: hidden;
	padding-left: 10px;
	
	font-size: 0.8em;	
}
/***************************  ALERTS TAB *********************************/

#oi-perf-rating-warning {
	
	overflow: hidden;
	border: 1px solid black;
	color: #000000;
	background-color: #FFFF66;
	padding: 20px;
	font-weight: bold;
	margin-right: 20px;
	font-size: 0.9em;
}

/***************************  REFERENCE FORM *****************************/
#refformbox  {
	overflow: hidden;
	background-color: #E6E6E6;
	margin-right: 20px;
	padding: 10px;
	font-size: 0.8em;
	margin-top: 40px;
}
#refform .header {
 
}
#refform .row {
	overflow: hiddem;
}
#refform label {
	overflow: hidden;
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
#alert-boxX {
	background-color: #FF0000;
	overflow: hidden;
}
.credentry {
	font-size: 1.3em;
	color: #336633;
	font-weight: bold;
	font-family: Trebuchet,courier;
	overflow: hidden;
	display: block;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #999999;
}
/******************************** DIALOGUES ********************************/
#refpic {
	overflow: hidden;
	float: right;
	background-image: url('../referee.gif');
	width: 82px;
	height: 80px;
}


/******************************** ABOUT PAGE *******************************/

#about-page {
	overflow: hidden;
	padding: 20px;
	background-color: #FFFFFF;
        font-size: 0.9em;
        text-align: justify;
}

#vid {
        overflow: hidden;
        float: right;
        
        width: 480px;
        height: 282px;
        background-color: #000000;
        margin-left: 20px;
        margin-bottom: 20px;
}




/* ----------------------------------------------------------
 * Contact Us Page
 * ----------------------------------------------------------
 */
 
 #offices, #analysts, #sales  {
	width: 200px;
	overflow: hidden;
}
#sales, #analysts {
	margin-top: 10px;
}
#offices .office {
	list-style: none;
	width: 170px;
	float: left;
	padding: 0;
	margin-right: 20px;
	font-size: 13px;

}
#analysts li, #sales li {
	list-style: none;
	width: 268px;
	float: left;
	padding: 0;
	margin-right: 20px;
}
.office p {
	margin-left: 10px;
	font-size: 0.9em;
}
#offices h4, #analysts h4, #sales h4 {
	color: #920436;
	margin: 0;
	border-bottom: 1px solid #589191;
}
#analysts ul, #sales ul {
	padding: 0;
	margin: 0;
}
#analysts li, #sales li {
	font-size: 0.8em;
	margin: 5px 10px 0 10px;
	padding: 0 0 15px 0;
}

.homeinfo_topspacer {
	height: 10px;
}

.homeinfo_rhsimage {
	float: right;
}

.home-contacts {
	padding-left: 0px;
	background: url(../homeinfo/contactus-map.v5.png) no-repeat top left;
}

.home-contacts h3 {
	background-color: #85002E;
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 0;
}

.home-contacts .office {
	width: 100%;
	overflow: hidden;
}

.home-contacts .office-details {
	width: 140px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.home-contacts .staff-details {
	width: 240px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	overflow: hidden;
}


.home-contacts .global .staff-details {
	width: 320px;
}

.home-contacts .staff-details img {
	display: block;
	float: left;
	padding-right: 10px;
}

.home-contacts .staff-details strong {
	font-size: 1.4em;
	line-height: 1.8em;
}

.home-contacts .staff-details em {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4em;
}

#offices .office {
	list-style: none;
	width: 170px;
	float: left;
	padding: 0;
	margin-right: 20px;
}