@charset "iso-8859-1";

.tempC { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tempC .layoutGrid {
	empty-cells: show; 
    /* IE work around */
    border-collapse: collapse;
}  

.tempC #right { 
    border-right: 1px solid #CCCCCC;
}

.tempC .sub_menu {
    border-bottom: 1px solid #CCCCCC;
}

.tempC .vDivider {
    border-left: 1px solid #CCCCCC;
    
}

.tempC .bucket, .tempC .analyst {
	border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
}

.tempC #last, .tempC #last_analyst {
	border: 0px;
}

.tempC .bucket .title, .tempC .analyst .title {
 	  margin-top: 5px;
}

.tempC .bucket .description, .tempC .learn_more .description, .tempC .analyst .description {
    padding-top: 4px;
	line-height: 11px;
	font-size:10px;
	color:#555555;   
} 

.tempC .analyst .download {
	font-size:10px;
    /*font-weight: bold;*/
	color:#0099FF;
    font-weight: bold;
}

.tempC .bucket .image, .tempC .analyst .image { 
	width: 191px;
	padding:7px;
}

.tempC .person {
	padding: 0px 8px 30px 8px;
}
.tempC .person .title {
	font-size:12px;
	color:#555555;  
  font-weight: bold;
}
.tempC .person .bio {
	padding-top: 10px;
  padding-bottom: 15px;
	font-size:10px;
	color:#555555;  
  border-bottom: 1px solid #CCCCCC;
}



