.shadetabs {
	cursor: default;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li span {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #aaa;
	background: #ddd;
}

.shadetabs li.selected {
	position: relative;
	top: 1px;
}

.shadetabs li.selected span {
	background: white;
	border-bottom-color: white;
	color: #333;
}

.tabcontentstyle {
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
}

.tabcontent {
	display: none;
}

.tabcontent td {
	padding-bottom: 3px;
	padding-top: 3px;
}

.buttonlink {
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	padding: 3px;
	background: #ccc;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}

.tabcontent input[type=text], .tabcontent textarea {
	border: 1px solid #ad1447;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding: 0 4px;
	margin-top: 2px;
}

.field {
	font-weight: bold;
	color: white;
	background: #ad1447;
	padding: 3px;
	margin-top: 7px;
	margin-bottom: 2px;
}

.choice {
	text-align: right;
	margin-top: 4px;
}

.help {
	font-size: 9px;
	margin: 2px 0 3px 0;
}

.dbglink {
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #333;
	padding: 2px;
	margin: 1px;
	text-decoration: none;
	color: red;
	background-color: #ffc;
	font-size: 9px;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}
