﻿body {
}
#contentheader
{
	height: 0px;
	background: url(images/rightcoltop.gif) no-repeat right top;
}

.contentplaceholder
{
	padding: 10px 20px 20px 20px;
	border-left: 0px solid #0F2543;
	border-right: 0px solid #0F2543;
	border-bottom: 0px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}

#contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
.ratingTableOuter {
	padding-bottom:5px;
}
.ratingTableOuter a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #395082;
}
.ratingTableOuter a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#BB0A0A;
}


.ratingTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-left: 10px;
}
.ratingTableFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
}
.ratingTableNumbers a:link{
	font-weight: bold;
}
.ratingName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.ratingCompany {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.ratingTxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009000;
}
.ratingTxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #009000;
}
/*TOOL TIP*/

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000000;
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	

a.info:hover{
z-index:25;
color:#395082;
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2.5em; left:1em; width:350px;
    text-decoration:none;
	padding: 5px;
    border:1px solid #cccccc;
    background-color:#eeeeee;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
    
    a.info2{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000000;
    text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	

a.info2:hover{
z-index:25;
color:#395082;
}

a.info2 span{display: none}

a.info2:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:2em; width:100px;
    text-decoration:none;
	padding: 5px;
    border:1px solid #cccccc;
    background-color:#eeeeee;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }