﻿#linkBoxesLeft
{
    width:650px;
 float:left;  
}
.linksControl1
{
 float:right;
 border: solid 1px #999999;
 margin:0px;
}
.linksControl2
{
 float:left;
 border: solid 1px #999999;
}
.linksControl3
{
 float:right;
 border: solid 1px #999999;
}
.ctlContent img
{
  padding:4px;
  border: solid 1px #999999;
  margin:5px;
  float:left;  
}
.ctlTitleBar
{
 
 width:315px;     
 line-height:1.8em;
 background-color: #dedede;
 border-bottom: 1px solid #999999;
 padding:0px 0 0 0px;
 margin:0px; 
 font-weight:bold;     
}
.ctlContent
{
 width:315px;     
 height:150px;   
    
}
#lblTitle
{
  padding:0px 0 0 10px;  
}
.ctlContentLinks
{
  float:left;    
  margin:10px 0px 10px 5px;
  width:150px; 
  font-size:90%;
}
.ctlContentLinks ul
{
   list-style-type:none;  
}
.ctlContentLinks a
{
  color: #0066FF; 
}
.ctlContentLinks a:hover
{
  color: red; 
}
.ctlContentLinks li
{
 line-height:1.5em;  
}