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

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

table.contactList {
	border : 1px solid rgb(36,52,117);
	background-color: rgb(255,255,255);
	padding:5px;
}

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

td.ContactSiteTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : #f6f6f6;
	background-color : rgb(36,52,117);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 0px;	
	padding-left : 0px;
	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(36,52,117);
	text-decoration : none;
	text-align : left;
	padding-left : 20px;
	border-bottom : 0px solid rgb(240,240,240);
	background :  rgb(255,255,255) url(../images/menu_st.gif) no-repeat center left;
	border-bottom : 1px solid rgb(203,220,252);
	height :  24px;
	}
td.ContactDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(36,52,117);
	text-decoration : none;
	text-align : justify;
	padding-top : 4px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 25px;
	}

td.ContactDescr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(254,79,2);
	text-decoration : underline;
	text-align : left;
	}
td.ContactDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(36,52,117);
	text-decoration : none;
	}

td.ContactSiteDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 11px;
	color : rgb(36,52,117);
	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(203,220,252);
	}

td.ContactSiteDescr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(249,113,3);
	text-decoration : underline;
	text-align : left;
	}
td.ContactSiteDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(36,52,117);
	text-decoration : none;
	}


