.displaytag table {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 20px 0;
}
.displaytag table a {
	text-decoration: none;
	display: block;
}
.displaytag table a:hover {
	text-decoration: underline;
}
.displaytag th, .displaytag td {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}

.displaytag thead tr {
  background-color: #EEEEEE;
}

.displaytag th a:hover {
  text-decoration: underline;
  color: black;
}
.displaytag th.sorted a, .displaytag th.sortable a {
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 100%;
}

.displaytag th.sortable a {
	background-image: none;
}
.displaytag th.order1 a {
	padding-left: 10px;
	background-image: url(../../images/arrow_down.png);
}
.displaytag th.order2 a {
	padding-left: 10px;
	background-image: url(../../images/arrow_up.png);
}

.displaytag tr.odd {
}
.displaytag tr.tableRowEven, tr.even {
  background-color: #EEEEEE;
}

.displaytag span.pagebanner, .displaytag span.pagelinks{
	background-color: #eee;
	border: 1px dotted #999;
	display: block;
	text-align: center;
	font-size: smaller;
}
.displaytag span.pagebanner {
	padding-top: 3px;
	border-bottom: none;
}

.displaytag span.pagelinks {
	padding-bottom: 3px;
	border-top: none;
}

.displaytag .small {
	text-align: center;
}

.displaytag .position {
	text-align: left;
	font-weight: bold;
}
.displaytag .position sup {
	font-weight: normal;
}
.displaytag .action {
	text-align: center;
}

/***************************
  Specific
****************************/

.displaytag form.simple, .displaytag form.simple div {
	display: inline;
}
.displaytag form.simple input.simple {
	font-size: 0px;
	border: none;
	height: 16px;
	width: 16px;
	cursor: pointer;
	cursor: hand;
}
.displaytag form.simple input.delete {
	background: transparent url('../../images/message/mail/email_delete.png') no-repeat;
}
.displaytag form.simple input.reply {
	background: transparent url('../../images/message/mail/email_reply.png') no-repeat;
}
.displaytag span.readed, .displaytag span.unreaded, .displaytag span.male, .displaytag span.female {
	display: block;
	height: 16px;
	width: 16px;
	font-size: 0;
}
.displaytag span.readed {
	background: transparent url('../../images/message/mail/email_readed.png') no-repeat;
}
.displaytag span.unreaded {
	background: transparent url('../../images/message/mail/email_unreaded.png') no-repeat;
}
#content .displaytag table th a,
#content .displaytag table th a:hover,
#content .displaytag table th a:visited {
	color: #0045BF;
}
