/* CSS Document */
body {
	background-color: #c5c5c5;
}body,td,th {
	font-family: Arial;
	font-size: 12px;
}
.header1{font-family: Verdana; color:#555555; font-size: 12px;}
.header2{font-family: color:#000000;
	font-size: 15px;
	font-weight: bold;
}
.header3{font-family: color:#000000; font-size: 20px;font-weight: bold; }
.header4{font-family: color:#000000;
	font-size: 24px;
	font-weight: bold;
	color: #FF3333;
}
.category{font-family: Verdana; color:#999999; font-size: 10px; font-weight: bold; }
.text1 {font-size: 11px;}
.text2 {
	font-family: Arial;
	color: #09F;
	font-size: 12px;
}
.text3 {
	font-family: Verdana;
	font-size: 10px;
	color: #333;
}
.text4 {font-family: font-size: 12px;color: #FFFFFF;}
.text5 {
	font-family: Verdana;
	color:#F00;
	font-size: 12px;
	font-weight: bold;
}
.text5x1 {
	font-family: Verdana;
	color:#F00;
	font-size: 16px;
	font-weight: bold;
}

.text6 {font-family: Verdana; font-size: 9px; }
.text7 {
	font-family: Verdana;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
}
.style2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 1px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	color: #333;
}
.style3 {
	font-family: Verdana;
	font-size: 9px;
	color:#333333;
	font-weight: normal;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.input{
	background-color:#c5c5c5;
	border:solid;
	border-color: #000000;
	border-width: 1px;
	color:#FFFFFF;
}
.input2{
	border:solid;
	border-width: 1px;
	color:#666666;
}
.textarea_embeded{
	background-color:#000000;
	border:solid;
	border-color: #000000;
	border-width: 1px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
}
.submit{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color:#FFFFFF;
	border:solid;
	color: #999999;
	border-width: 1px;
}
.search{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color:#FFFFFF;
	border:solid;
	color: #999999;
	border-width: 1px;
}
.hidden{
	display:none;
}
.table{
	border:dashed;
	border-color: #999999;
	border-width: 1px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3399CC;
}
a:hover {
	text-decoration: none;
	color: #09C;
}

.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: 2px solid #999;
	padding-top: 2px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required, input.validate-email {
	border: 1px solid #999999;
}
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 {
	background-color: #FF3300;
	color : #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-left: 0px;
}

.custom-advice {
	margin: 0px 0;
	padding: 0px;
	background-color: #C8AA00;
	color : #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
#show_comment {
	width:550px;
	z-index:1;
	overflow: auto;
}
#show_comment_em {
	width:420;
	z-index:1;
	overflow: auto;
}
