.userprofile_tabbox{
	width: 100%;
	height: 300px;
	margin-bottom: 25px;
	_margin-bottom: 5px;
	font-family: verdana;
	font-size: 11px;
	color: black;
}

.userprofile_tabs{

}

.userprofile_tabbox div.active{
	font-weight: bold;
	background-color: #B5C8DF;
}

.userprofile_tab{
	float: left;
	border-right: 1px solid #BFBFBF;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	cursor: hand;
	cursor: pointer;
}

.userprofile_tabbox div.tabbox_bodies{
	clear:both;
	width: 100%;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #B5C8DF;
	border-bottom: 1px solid #6B9BCA;
	border-right: 1px solid #6B9BCA;
}

.tabbox_body{
	float: left;
	width:100%;
}

.tabbox_bodies div.ith_visible{
	padding: 5px;
}

.tabbox_bodies div.ith_not_visible {
	width: 0px;
	height:1px;
	 overflow:hidden;
	visibility:hidden;
}

.invalid{
	color: red;
}

.fieldtitle{

}

.field_input_text input{
	width: 200px;
	font-family:verdana;
	font-size:8pt;
	border-style:groove;
	border-width:1px;
	color: black;
}

.field_combo select{
	width: 200px;
	font-family:verdana;
	font-size:8pt;
	border-style:groove;
	border-width:1px;
	color: black !important;
}

.tabbox_body .fieldsection{
	clear:both;
	padding-bottom: 40px;
}

.fieldsection .field{
	float:left;
	padding-right: 20px;
}

.field_input_date{
	float:left;
}

.fieldsection .datepicker{
	float:left;
	_margin-top: 3px;
	width: 20px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
	background: transparent url('Brix/Images/calendar.gif') no-repeat 0 0;
}

.fieldsection div.lock_on{
	width: 18px;
	height: 18px;
	margin-top: 12px;
	cursor: hand;
	cursor: pointer;
	background: transparent url('Brix/Images/Locks.gif') no-repeat top left;
}

.fieldsection div.lock_off{
	width: 18px;
	height: 18px;
	margin-top: 12px;
	cursor: hand;
	cursor: pointer;
	background: transparent url('Brix/Images/Locks.gif') no-repeat bottom left;
}

.tabbox_body .fieldseparator{
	width: 90%;
	border-bottom:  1px solid #DFDFDF;
	margin-bottom: 10px;
}

.up_buttons{
	padding-left:5px;
	padding-top:10px;
	_padding-top:0px;
	clear:both;
}

.up_button{
	float: left;
	margin-right: 10px;
}

.up_button input, submit{
	width: 100px;
	font-family:verdana;
	font-size:8pt;
	border-style:ridge;
	border-width:2px;
	background-color: #DFDFDF;
	cursor: hand;
	cursor: pointer;
	color: black;
}

.registration_message{
	font-family:verdana;
	font-size:10pt;
	font-weight: bold;
	color: red;
	margin-left: 5px;
}
