/* ================================
    CSS STYLES FOR Module CompanyInfo
   ================================
*/

.tblMain
{
	border: solid 1px #666666;
	width: 394px;
}

.tdImage
{
	width: 180px;
	height: 100%;/*130px;*/
}

.CoInfoImage
{
	width: 180px;
	height: 100%;
}

.tblInfo
{
	width: auto;
}
 
.tdTitle
{
	height:auto;
	width: auto;
	padding-bottom: 3px;
	font-family: "Verdana", Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	font-size: medium; 
	font-weight:bold;
	font-style:italic;
	color: #003366;
}

.tdDetails
{    
	width: auto;  
	height:130px;
	font-family: "Verdana", Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #003366;
} 

.lblDetails
{
	width: auto;
	height:auto;
}
  
.tdSpacer
{
	height: 19px;
	width: 90%;
}

.tdButton,
.tdButton:link,
.tdButton:visited,
.tdButton:active
{
	background-image: url(btn_arrow_off.gif); 
	background-repeat:no-repeat; 
	height: 19px;
	width: 19px;
	text-decoration: none;
}

.tdButton:hover
{
	background-image: url(btn_arrow.gif); 
	background-repeat:no-repeat;
	height: 19px;
	width: 19px;  
	text-decoration: none;
}