﻿#linkBoxesLeft
{
    width:650px;
 float:left;
}
.up
{
	position: relative;
  z-index: 1;
}

.linksControl1
{
 float:right;
 border: solid 1px #CCCCCC;
 margin:0px;
}
.linksControl2
{
 float:left;
 border: solid 1px #CCCCCC;
}
.linksControl3
{
 float:right;
 border: solid 1px #CCCCCC;
}

.ctlTitleBar
{
 
 width:310px;     
 line-height:1.8em;
 background-color: #dedede;
 border-bottom: 1px solid #CCCCCC;
 padding:0px 0 0 0px;
 margin:0px; 
 font-weight:bold;     
}
#lblTitle
{
  padding:0px 0 0 10px;  
}
.ctlContentLinks ul
{
   list-style-type:none;  
}
.ctlContentLinks a
{
  color: #0066FF; 
}
.ctlContentLinks a:hover
{
  color: red; 
}
.ctlContentLinks li
{
 line-height:1.5em;  
}