#clickpath {
	float: left;
	color: #006;
}
h1 {
	font-weight: bold;
	font-size: 16px;
}
.tab, .tab_hover, .tab_active {
	color: #006;
	float: left;
	padding-top: 2px;
	margin: 0 -1px -1px 3px;
	border: 1px solid #999;
	border-bottom: 1px solid #666;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tab_hover {
	cursor: pointer;
	border-top: 4px solid #FF9933;
	padding-top: 0;
}
.tab_active {
	margin-left: 0;
	font-weight: bold;
	border: 1px solid #666;
	border-bottom: 1px solid #FFF;
}
.tab_cell, .tab_active_cell {
	padding: 0 7px 0 7px;
	border-bottom: 0 none;
	background-color: #FFF;
}
.tab_pane {
	background-color: #FFF;
	border: 1px solid #666;
	padding: 5px;
}
.text, .text_read_only {
	border: 1px solid #006;
	background-color: #FFF;
	font-family: Verdana;
	font: 11px Verdana;
}
.text_read_only {
	color: gray;
}
	
.text:focus {
	border: 1px solid #000;
	background-color: #E0E0E0;
}
.required {
	font-weight:bold;
}
.error {
	color:red;
}
.button {
	font-family: Verdana;
	font: 11px Verdana;
}
