.tabshadow {
	border: 0;
}
.tabshadow td.tabshadowmain {
	padding: 0;
}
.tabshadow td.tabshadowr {
	padding: 0;
	width: 4px;
	background: url(images/tab_shadow_r_bg.gif) repeat-y;
}
.tabshadow td.tabshadowb {
	padding: 0;
	height: 5px;
	background: url(images/tab_shadow_b_bg.gif) repeat-x;
}
.tabshadow td.tabshadowbr {
	padding: 0;
}


.tab {
	border: 1px #009 solid;
	background: #f5f5f5;
}
.tab tr.submit td {
	border-top: 1px #ccc solid;
	background: #eee;
}
.tab td {
	color: #009;
	padding: 3px;
}
.tab tr.even td {
	background: #E0E0E9;
}
.tab tr.odd td {
	background: #E8E8EE;
}
.tab tr.pagination td {
	padding: 3px;
	border-top: 1px #fff solid;
	border-bottom: 1px #CDCDD5 solid;
	line-height: 17px;
}
.tab tr.sum td {
	padding: 3px;
	border-top: 1px #CDCDD5 dashed;
	border-bottom: 1px #CDCDD5 solid;
	background: #EDF5EA;
	font-weight: bold;
	line-height: 17px;
}
.tab tfoot td {
	padding: 5px;
	padding-top: 8px;
}
.tab td.b {
	font-weight: bold;
}
.tab th {
	background: #000074;
	padding: 4px;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	color: #B4D4F0;
	border-bottom: #009 1px solid;
	white-space: nowrap;
}
.tab th a {
	color: #B4D4F0;
}
.tab th a:hover {
	color: #f5f5f5;
}
.tab th.c {
	text-align: center;
}

p.subtitle {
	margin: 0;
	margin-top: 2px;
	margin-bottom: 4px;
}

div.msgs {
	margin: 10px;
	color: #c00;
	font-weight: bold;
}

label {
	display: block;
	font-weight: bold;
}
.detail {
	font-style: italic;
}
.preview {
	display: block;
	padding-bottom: 5px;
}