/*----- Enquiry show page -----*/
.enquiry .reply {
	font-size: normal;
	float: right;
}

.enquiry .messages {
  padding-top: 10px;
  width: 90%;
}

.enquiry .messages .message {
  padding: 0.5em 0;
  margin: 0.5em 0;
  border-bottom: 1px solid #ddd;
}

.enquiry .messages .message .sender {
  font-weight: bold;
  font-size: 85%;
  padding-bottom: 0.5em;
}

.enquiry .messages .message .sender .date { font-weight: normal; color: #999; }

.enquiry .messages .message .attachments {
  padding-top: 10px;
}
.enquiry .messages .message .attachments h5 { 
  font-weight: bold;
  font-size: 85%;
  display: inline;
}

.enquiry .messages .message .attachment { margin: 1em; }

/*
.enquiry h2 { color: #1778ac; }

.show .answers {
	padding-top: 10px 0;
}
.show .answers h2, .show .answers h4 {
	color: #1778ac;
}
.show .answers .answer {
	padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
*/

.show .answer_form {
	padding-top: 10px;
}
.show .answer_form textarea {
  border: 1px solid #ddd;
  width: 95%;
}
.show .answer_form .send {
	padding-top: 10px;
}

/*----- Enquiries list -----*/
.enquiry .list { table-layout: fixed; border-collapse: collapse; }
.enquiry .list .date { width: 11%; text-align: left; padding-left: 2px; padding-right: 2px; }
.enquiry .list .topic { width: 24%; }
.enquiry .list .message { width: 59%; }
.enquiry .list .actions { width: 6%; }

.enquiry table.list th { background-color: #f1f6e0; }

.enquiry .list td div { 
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
  vertical-align: top;
  display: block;	
  max-height: 16px;
	height:auto!important;
	height:16px;
  overflow: hidden;
	position: relative;
}

.enquiry .list a, .enquiry .list a:visited, .enquiry .list a:link { text-decoration: none; }
.enquiry .list a:hover { text-decoration: underline; }

.enquiry .list tr.unread td { font-weight: bold; }

/*----- Contact form -----*/
.contact .addresses { margin: 0.5em 0 2em 0; }

.contact .entity {
  float: left;
  width: 30%;
  margin-right: 3%;
  font-size: 90%;
}

.contact .entity h5 {
  font-size: 110%;
  font-weight: bold;
}

.contact .entity .address {
  margin: 0.5em 0;
}

.contact .entity p {
  padding: 0;
}

.contact form .topic,
.contact form .status,
.contact form .captcha {
	float: left;
}

.topic span,.status span {
	width: 20px;
	display: inline-block;
}

.topic label,.status label {
	float: none;
	margin-right: 0;
	padding-right: 0;
}

.topic input.textInput,.status input.textInput {
	width: 200px;
}

.captcha input.textInput {
	width: 80px;
  font-size: 23px;
}

.captcha * {
  float: left;
  margin-right: 1em;
}

.attachment {
	padding-top: 10px;
}