/* Category main layout */
#dlscats {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.dlscol {
	margin: 1px;
	float: left;
}
/* end */

/* Category display box and sub-elements (each piece of meta) */
.dlsdiv {
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	margin: 1px;
	padding: 0 1px;
	width: 400px;
	overflow: hidden; /* float overhang fix */
	display: block;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}

.dlsdiv span {
	font-size: 0.9em;
	padding-left: 1px;
}

.dlsdiv .dlsnw {
	float: left;
	color: #FF0000;
	padding-right: 2px;
}

.dlsdiv .dlstl {
	font-weight: bold;
	font-size: 1.0em;
	float: left;
}

.dlsdiv .dlswb {
	float: left;
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.dlsdiv .dlsfn {
	float: left;
	clear: both;
	width: 250px;
	color: #777777;
	overflow: hidden;
	white-space: nowrap;
}

.dlsdiv .dlsup {
	float: right;
	text-align: left;
	width: 145px;
	color: #777777;
}

.dlsdiv .dlsfl {
	margin-top: 5px;
}
/* end */

/* Category-level special entries */
.dlsbr, .dlstxt {
	border: 1px solid #FFFFFF;
	margin: 1px;
	padding: 0 1px;
	display: block;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}

.dlstxt span {
	display: block;
	height: 13px;
	margin-top: 12px;
}
/* end */

/* Expansion box (category description and files) */
.dlsdivi {
	display: none;
	clear: both;
	margin: 1px;
	padding: 0 1px;
	border: 1px solid #DEDEDE;
	/* push up to hit border */
	margin-bottom: 0;
	position: relative;
	top: -2px;
}

.dlsdivi .dlscd {
	font-size: 0.9em;
	padding-left: 10px;
	width: 380px;
}

.dlsdivi ul {
	list-style-image: url(images/bullet5.gif);
}
/* end */

/* New tag */
.dlsnew {
	font-size: 90%;
	color: #FF0000;
}
/* end */

/* File Info imitate a hyperlink */
.dlsdesc, .dlsdesc:link {
	cursor: pointer;
	text-decoration: underline;
	color: #295E79;
}

.dlsdesc:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #38B2FF;
}

.dlsdesc:visited {
	cursor: pointer;
	text-decoration: underline;
	color: #660099;
}

.dlsdesc:active {
	cursor: pointer;
	text-decoration: none;
	color: #FF0000;
}
/* end */

/* Tooltip */
#dlstt {
	display: none;
	position: absolute;
	border: 1px solid #000000;
	background: #FFFFDF;
	z-index: 99;
	padding: 1px;
}

/* Links in footnote colour */
.dlsfn a:link {
	color: #194E69;
}
/* end */

/* File Info popup */
#descl0 {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 476px;
}

.descl1 {
	border: 1px solid #78BCD6;
	margin: 2px;
	padding: 1px;
}

#descl13 {
	height: 349px;
	overflow: auto;
	font-size: 90%;
}

#descl13 pre, #descbl11 p, #descbl11 pre {
	margin: 0;
}

#descbl11 p {
	margin-bottom: 11px;
}

#descbl0 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.descbl1 {
	border: 1px solid #78BCD6;
	margin: 2px;
	padding: 1px;
}

#descbl11 {
	height: 100%;
	overflow: auto;
}
/* end */

/* Statistics Table */
#dlsst {
	font-size: smaller;
}

#dlsst .a {
	background-color: #EEEEEE;
}

/* General colours */
.bad {
	color: #F00000;
}
	
.ok {
	color: #00C000;
}

.warn {
	color: #F08000;
}
/* end */