/*
.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
*/

#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: normal;
}
.form-row {
	clear: both;
	padding: 0.1em;
}

.field-label {

}

.field-widget {

}
div.panel_link
{
	background: url(roundcheck.jpg) no-repeat left;
	padding-bottom: 2px;
	font-size: 11px;
	padding-left: 46px;
}

div.panel_link > #control_panel
{
	top: 89px;
	right: 188px;
}
div.close_panel
{
	position: absolute;
	top: 0;
	right: 00;
}
div.close_panel a {border: none !important;}
div.close_panel a:hover {border: none !important;}

#control_panel
{
	position: absolute;
	overflow: hidden;
	top: 87px;
	right: 540px;
	width: 300px;
	background-color: #f2f2f2;
	border: 1px solid #a4a3a3;
	padding: 10px;
	background: #fff url(control_panel_bg.gif) repeat-y top right;
}
table.login
{
	margin-top: 5px;
	font-size: 11px;
}
table.login table.left td
{
	text-align: left;
	padding-left: 0px;
	font-size: 11px;
}
table.login td
{
	padding-left: 10px;
	text-align: left;
}

table.login td label
{
	color: #969696;
	border-bottom: 1px dashed #969696
}
table.login td input.input
{
	border: 1px solid #c1c1c1;
	width: 113px;
	text-align: center;
	color: #000;
	font: 11px Tahoma;
}
