/* ---------- Styles specific to contacts ----------- */

/*---------------- Contacts ------------------*/

table.contactList {
	border : 0px dashed rgb(156,154,156);
	background-color: rgb(255,255,255);
	padding:5px;
	width:100%;
}

table.contactListItem {
	border : 0px solid rgb(36,52,117);
	background-color: rgb(255,255,255);
	width:100%;
}

td.ContactSiteTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(255,255,255);
	background-color : rgb(40,83,169);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border-bottom : 0px solid rgb(0,0,0);
	height : 16px;
	vertical-align : top;
	}
td.ContactTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(255,255,255);
	text-decoration : none;
	text-align : left;
	vertical-align : center;
	padding-left : 25px;
	background :  rgb(40,83,169) url(../images/site_flred.gif) no-repeat center left;
	height :  18px;
	}
td.ContactDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(105,103,103);
	text-decoration : none;
	text-align : justify;
	padding-top : 4px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 0px;
	}

td.ContactDescr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(172,157,115);
	text-decoration : underline;
	text-align : left;
	}
td.ContactDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(105,103,103);
	text-decoration : none;
	}

td.ContactSiteDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 11px;
	color : rgb(172,157,115);
	text-decoration : none;
	text-align : justify;
	padding-top : 5px;
	padding-bottom : 2px;	
	padding-right : 2px;	
	padding-left : 5px;
	vertical-align : top;
	border-bottom : 1px dashed rgb(156,154,156);
	}

td.ContactSiteDescr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(172,157,115);
	text-decoration : underline;
	text-align : left;
	}
td.ContactSiteDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(105,103,103);
	text-decoration : none;
	}

