/* ---[ contacts ]--------------------------------- */	
table.contacts {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color:white;
	width: 100%; 
	padding: 6px 6px 6px 12px;
	margin-bottom: 2em;
	border: 3px solid #ADD8E6;
	border-collapse: collapse;
}
table.contacts tr {
	height: 1.8em; 
	border-bottom: 1px solid #ADD8E6;
}
table.contacts tr.expand {
	display: none;
}
table.contacts tr.expand td {
	border-bottom: 1px solid #ADD8E6;
}
table.contacts th {
	background-color: #00008B; 
	color: white;
	font-size: 12px;
	text-align: center;
	vertical-align:middle;
	border-bottom: 1px solid black;
}
table.contacts th.position {
	width:37%;
}	
table.contacts th.name {
	width:20%;
}	
table.contacts th.box {
	width:8%;
}	
table.contacts th.email {
	width:35%;
}	
table.contacts th.more {
	width:8%;
}	
table.contacts td {
	font-size: 12px;
	text-align: left;
	vertical-align:middle;
	border-bottom: 1px solid #ADD8E6;
}
table.contacts td.position {
	padding-left: 0.5em;
}	
table.contacts td.name {
}	
table.contacts td.box {
	text-align:center;
}	
table.contacts td.email {
	padding-right: 1em;
}	
table.contacts td.more {
	text-align:center;
}	
table.contacts td.position a {
	text-decoration: none;
}
table.contacts td.email a {
	text-decoration: none;
}
table.contacts td.position a:hover {
    color:#006;
    background-color:#FFFFCC;
}
table.contacts td.email a:hover {
    color:#006;
    background-color:#FFFFCC;
}
table.contacts td.footer {
	color: white;
	background-color:#ADD8E6;
}
table.contacts td.footer a{
	color: white;
	background-color:#ADD8E6;
	font-weight:bold;
	text-decoration: none;
}
.inputbox {
	width: 20em;
}
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color:#FFFFCC;
	padding: 2px 6px 2px 6px;
}
#suggest {
	position: relative;
	width: 20em; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #CCCCCC;	
}
.errormsg {
	margin-left:1em; 
	color:red; 
	font-weight:bold;
}
a.toggler img {
	width:9px; 
	height:9px; 
	border-style: none;
}
img.delete_button {
	display: none;
	margin-right:1em;
	cursor:pointer;
}
table.contacts td.open{
	font-style: italic;
}
.add_button{
	cursor:pointer;
}

