/* ---------- 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 : 14px;
	color : rgb(255,255,255);
	text-decoration : none;
	text-align : left;
	vertical-align : center;
	padding-left : 5px;
	/*padding-top : 10px;*/
	/*background :  rgb(144,53,59) url(../images/site_flred.gif) no-repeat center left;*/
	/*border-bottom : 1px solid rgb(36,52,117);*/
	height :  18px;
	}
td.ContactTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 14px;
	color : rgb(168,76,13);
	text-decoration : none;
	text-align : left;
	vertical-align : center;
	padding-left : 0px;
	padding-right : 5px;
	/*background :  rgb(255,255,255) 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(255,255,255);
	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(168,76,13);
	text-decoration : underline;
	text-align : left;
	}
td.ContactDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	text-decoration : none;
	}

td.ContactSiteDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 11px;
	color : rgb(255,255,255);
	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(168,76,13);
	}

td.ContactSiteDescr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(168,76,13);
	text-decoration : underline;
	text-align : left;
	}
td.ContactSiteDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	text-decoration : none;
	}

