﻿#contactmain .rounded-corner
{
    font-size: 11px;
	margin: 0 0 2px 0;
	width: 490px;
	text-align: left;
	border-collapse:collapse;
	cursor:default;
}
#contactmain .rounded-corner thead th.rounded-company
{
	background: #dcdbdb url(../images/tabletopbg.png) left -1px no-repeat;

}
#contactmain .rounded-corner thead th.rounded-company img
{
	 text-align :left;
	 padding:2px 4px 0 0;
	
}
#contactmain .rounded-corner th
{
	padding: 2px 2px 0px 4px;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	font-weight:bold;
	
}
#contactmain .rounded-corner td
{
	padding: 1px 2px 1px 4px;
	background: #f2f1f1;
	color: #000;
	font-size: 10px;
}
.bold{font-weight:bold;}
#contactmain .rounded-corner tfoot td.rounded-foot
{
	background: #d8d7d7 url(../images/tablebotbg.png) bottom no-repeat;
}
#contactmain .rounded-corner tbody tr:hover td
{
	background: #EFF0F0;

} 
#asidecontact{font-family:arial, verdana, sans-serif; font-size :11px; text-align:left; }
#asidecontact ul {
	border-width:0;
	margin:0;
	padding:0;
	text-indent:0;
	overflow: visible;
}
#asidecontact li {
list-style:none outside none;
line-height:12px;
}
#asidecontact li a 
{

	color:#434343;
 font-weight:bold;
	text-indent:5px;
	text-decoration: none;
	font-size:11px;
}
#asidecontact li a:hover {
	color:#000;
}   
#asidecontact li a.selected {
color:#990000;}