/* tables */

.tablebdr {
	border:				1px solid #bbc3d3;
	background-color:	#ffffff;
}

.tdhead {
	border:				0px solid #bbc3d3;
	color:				#000000;
	background-color:	#dfdfdf;
	font-weight:		bold;
	font-size:			12px;
	text-align:			center;
}

table.tcontent {
	border-spacing:		0px;
	padding:			0px;
	border-spacing: 	1px;
	border-collapse:	separate;
}

.tcontent td {
	padding:	2px;
}

.tcontent td.subject {
	text-align:		right;
	width:			30%;
	padding-right:	5px;
	text-align:		right;
	font-weight:	bold;
	vertical-align:	top;
	white-space:	nowrap;
}

.tcontent td.content {
	padding-left:	10px;
	width:			70%;
	text-align:		left;
	vertical-align:	top;
}

span.actions {
	float: 			right;
	font-size:		10px;
	font-weight:	normal;
}

span.actions */*, span.actions a:active, a:visited, a:link, a:hover*/ {
	color:	inherit;
}

.tcontent tr.header td {
	border:				1px solid #bbc3d3;
	background-color:	#f3f3f3;
	border-style:		outset;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	color:				#555555;
	padding:			1px 5px 1px 5px;
}

.tcontent tr.header a {
	font-size:	inherit;
	color:		inherit;
}

.tcontent tr.header .actions {
	float:			right;
	font-size:		10px;
	font-weight:	normal;
}

.tcontent td.header_options {
	border-bottom:		1px dashed #a4977f;
	background-color:	#f5f0d1;
	color:				#78715c;
}

.tcontent .trow td {
	font-size:			11px;
	padding:			2px;
	border:				1px solid #a4aeb5;
	background-color:	#f7f7f7;
	color:				#000000;
}

.tcontent .trow td.name {
	text-align:		left;
	font-weight:	bold;
}

.tcontent .trow td.value {
	text-align:	center;
}

.tcontent .tcontent {
	padding-left:	10px;
	text-align:		left;
	vertical-align:	top;
}

.tcontent td.headline {
	color:			#990000;
	font-weight:	bold;
	font-size:		11px;
	padding:		10px 2px 10px 10px;
}

.tdbackbold {
	border:				1px solid #bbc3d3;
	background-color:	#bbc3d3;
	font-weight:		normal;
}

.tablewbdr {
	border-style:	solid;
	border-width:	0px;
}

.tdwbdr {
	border-style:	solid;
	border-width:	0px;
	padding:	2px;
}
/* end: tables */

/* forms */
textarea {
	border:				1px solid #bbc3d3;
	padding-left:		4px;
	padding-right:		4px;
	padding-top:		1px;
	padding-bottom:		1px;
	background-color:	#ffffff;
}

fieldset {
	border:				1px solid #bbc3d3;
	background-color:	#ffffff;
}
/* end: forms */
