/* YHTEYSTIEDOT-luettelossa käytetyt css-määritykset */

/* Contacts-table styles */

table.contacts_table { margin-left: 0px; }

tr.contacts_row_header td	{padding: 5px 0px 5px 10px !important; font-weight: bold;  background-color:#004184; color:White; }
tr.contacts_row { height: 20px; }

td.contacts_cell_0 {padding-left:10px !important; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #acbfda; }
td.contacts_cell_1 {padding-left:10px !important; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #acbfda; width: 240px;}
td.contacts_cell_2 {padding-left:10px !important; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #acbfda; width: 120px; }
td.contacts_cell_3 {padding-left:10px !important; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #acbfda; }
td.contacts_cell_alphabet {padding-left:10px !important;	font-size:larger; font-weight: bold; height: 20px; background-color: #f1f1f2; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #d4d4e2; }

span.contacts_list { position: relative; left: 0px; }
div.contacts_alphabets { margin-left: 0px; padding-bottom: 10px; font-size: small;}
a.contacts_alphabets { text-decoration: underline; }
