#profile_list{
    width: 500px;
    border-top:1px solid #B0C4DE;
    border-right: 1px solid #B0C4DE;
    margin: 1em auto;
    border-collapse: collapse;
    text-align:left;
}

#profile_list td{
    padding:0 4px;
}

#profile_list td {
 color:#678197;
 border-bottom:1px solid #e5eff8;
 border-left:1px solid #e5eff8;
 padding:.3em 1em;
 text-align:center;
 }
 
#profile_list th {
   border-bottom:1px solid #e5eff8;
   border-left:1px solid #e5eff8;
   background:#f4f9fe;
   text-align:center;
   font:bold 15px "Trebuchet MS",Arial,Helvetica,sans-serif;
   color:#66a3d3;
}

#profile_list img{
    margin: 0px 10px;
}

.indValue{
    font-weight:bold;
    color:#9370db;
    display: block;
    padding: 3px 0 5px 0;
    font-size: 13px;
}

.indYear{
    font-weight:normal;
    font-size:10px;
    color: #999;
    float: right;
}

.sources li {
    font-size:10px;
    color: #999;
    margin-left: 30px;
}

.sources li:first-letter {
	margin-left: -30px;
	}

.sources #hide {
	display: none;
	}

div.recent-post-blurb li{
    list-style-type:none;
    font-size: 11px;
    padding-bottom:2px;
}
.tooltip {
    display:none;
    background-color:#D1DDE9;
    font-size:12px;
    height: auto;
    width: auto;
    padding:10px;
    color:#004587;
    border: solid medium #000;
    -moz-border-radius:    10px;
    -webkit-border-radius: 10px;
    border-radius:         10px;
}

#small-col li{
}