/*
** Documents Downloads
**
*/

.doctable table {
	table-layout:fixed;
	border-collapse: collapse;
	border: 1px solid #ffd865;
	color: #000;
	background: #fff;
	margin-bottom: 2em;
}
.doctable caption {
	padding: 0 0.6em 0.8em;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
.doctable td, .doctable th {
	border: 1px solid #ffd865;
	padding: 0.5em;
}
.doctable thead th {
	border: 1px solid #ffd865;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #ffd865;
}
.doctable tfoot th, .doctable tfoot td {
	border: 1px solid #ffd865;
	text-align: left;
	font-size: 1em;
	background: #fff;
}
.doctable tfoot th {
	font-weight: bold;
}
.doctable tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
.doctable tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
.doctable tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
.doctable tbody th a:visited {
	color: #b98b00;
}
.doctable tbody th, .doctable tbody td {
	overflow: auto;
	vertical-align: top;
	text-align: left;
}
.doctable tfoot td {
	border: 1px solid #ffd865;
}
.doctable tbody tr:hover {
/*	background: #ffffd9; */
}


.doctable tbody tr.inactive {
	background: #eee;
	color: #bbb;
	font-style: italic;
}

.doctable tbody tr.master {
	background: #ffffbf;
}



.cell_title {
	background-color: #ffd865;
	padding: 0.5em;
}

.cell_title img {
	background-color: inherit;
	padding: 2px;
}

.cell_title em {
	font-style: normal;
	font-weight: bold;
}


