.cds_error { 
	color: red; 
	font-weight: bold; 
}	
/* .cds_error:before { display: inline; content: "(" }
.cds_error:after  { display: inline; content: ")" }
*/

dt.error, dt.notice, dt.message { display: none; }

fieldset.info { 
	border: 1px solid #CCCCCC; 
	padding-left: 20px;
}
fieldset.info dt {
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
}
fieldset.info legend {
	font-weight: bold;
	font-size: 12px;
}

/* Used for data listings */
table.details {
	width: 100%;
}
table.details th {
	padding-top: 10px;
}
table.details .inputbox {
	border: solid #CCCCCC 1px;
}

/* Used for single-record stuff */
dl.details dt {
	font-weight: bold;
}

/* Filter and search tables / forms area */
#content table.filter {
	border: solid #CCCCCC 1px;
	width: 100%;
}

#content table.filter form {
	margin-top: 0;
	margin-bottom: 0;
}

#content table.filter td,
#content table.filter th {
	padding-left: 10px;
}


/* tabs ============================================================== 
 *
 * Note: '#content' has been prepended to all
 * the following styles, to increase the specificity
 * over the global reset '* { ...}' that other template stylesheets
 * define.
 *
 * Unless I do this - for the dl.tabs style at least - there is
 * an unwanted bottom margin on the tabs themselves.
 * 
 */
#content dl.tabs {
 float: left;
 margin: 10px 0 -1px 0;
 z-index: 50;
}

#content dl.tabs dt {
 float: left;
 padding: 4px 5px;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-top: 1px solid #ccc;
 margin-left: 3px;
 background: #f0f0f0;
 color: #666;
}

#content dl.tabs dt.open {
 background: #F9F9F9;
 border-bottom: 1px solid #F9F9F9;
 z-index: 100;
 color: #000;
}

#content div.current {
 clear: both;
 border: 1px solid #ccc;
 padding: 10px 10px;
}

#content div.current dd {
 padding: 0 0 0 30px;
 margin: 0;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index: 50;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../assets/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 90%;
	margin: 0;
	line-height: normal;
}

/* some overrides to the system.css message stuff */
#system-message dd.message ul {
	background: #C3D2E5 url(../assets/notice-info.png) 4px center no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	list-style: none;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00;
	background: #E6C0C0 url(../assets/notice-alert.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	list-style: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	color: #c00; 
	background: #EFE7B8 url(../assets/notice-note.png) 4px center no-repeat;
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	list-style: none;
}
