/**************************************************************************
***************************************************************************
***************************************************************************

plugin: Html

***************************************************************************
***************************************************************************
**************************************************************************/
#html_page_blocker {
	background-color: #ffffff;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
/**************************************************************************
form
**************************************************************************/
form.html {
	padding: 0px;
	margin: 0px;	
}
/********************************************* text */
form.html div.element_text {
	padding: 0px 10px 10px 0px;
	clear: both;
}
form.html div.element_text label {
	padding: 0px 0px 5px 0px;
	display: block;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}
form.html div.element_text span.description {
	padding: 3px 0px 0px 0px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_text input {
	padding: 1px 1px 1px 1px;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.html div.element_text input.xsmall {	
	width: 30px;
}
form.html div.element_text input.small {
	width: 80px;
}
form.html div.element_text input.medium {	
	width: 150px;
}
form.html div.element_text input.big {
	width: 250px;
}
/********************************************* textarea */
form.html div.element_textarea {
	padding: 0px 10px 10px 0px;
	clear: both;
}
form.html div.element_textarea label {
	padding: 0px 0px 5px 0px;
	display: block;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}
form.html div.element_textarea span.description {
	padding: 3px 0px 0px 0px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_textarea textarea {
	border: 1px solid #cccccc;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
form.html div.element_textarea textarea.small {
	width: 430px;
	height: 80px;
}
form.html div.element_textarea textarea.medium {
	width: 500px;
	height: 150px;
}
form.html div.element_textarea textarea.big {
	width: 600px;
	height: 250px;
}
/********************************************* select */
form.html div.element_select {
	padding: 0px 10px 10px 0px;
	clear: both;
}
form.html div.element_select label {
	padding: 0px 0px 5px 0px;
	display: block;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}
form.html div.element_select span.description {
	padding: 3px 0px 0px 0px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_select select {
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.html div.element_select select option {
	padding: 0px 5px 0px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/********************************************* checkbox */
form.html div.element_checkbox {
	padding: 0px 10px 10px 0px;
}
form.html div.element_checkbox label {
	padding: 0px 0px 0px 5px;
	display: inline;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}
form.html div.element_checkbox span.description {
	padding: 3px 0px 0px 0px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_checkbox input {
	padding: 0px;	
	margin: 0px;
	border: none;
	display: inline;
	position: relative;
	top: 1px;
}
/********************************************* radio */
form.html div.element_radio {
	padding: 0px 10px 10px 0px;
}
form.html div.element_radio label {
	padding: 0px 0px 0px 5px;
	display: inline;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}
form.html div.element_radio label {
	padding: 0px 0px 0px 0px;
	display: inline;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}
form.html div.element_radio label.required,
form.html div.element_radio label.optional {
	padding: 0px 0px 5px 0px;
	display: block;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}
form.html div.element_radio span.description {
	padding: 3px 0px 0px 0px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_radio input {
	padding: 0px;	
	margin: 0px 5px 0px 0px;
	position: relative;
	top: 2px;
}
/********************************************* button */
form.html input.button {	
	margin: 0px 5px 0px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #bbbbbb;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e7e7e7;
}
/********************************************* errors */
form.html div.html_form_error_wrapper input {
	border: 1px solid #D93E3E;
}
form.html div.html_form_error_wrapper select {
	border: 1px solid #D93E3E;
}
form.html div.html_form_error_wrapper textarea {
	border: 1px solid #D93E3E;
}
/**************************************************************************
window
**************************************************************************/
div.html_window {
	
}
div.html_window_title {
	padding: 4px 1px 3px 5px;
	border: 1px solid #999999;
	background-color: #999999;
	color: #ffffff;
}
div.html_window_content {
	padding: 15px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	background-color: #f3f3f3;
}
/**************************************************************************
group
**************************************************************************/
div.html_group {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	clear: left;
}
div.html_group_top {
	margin: 0px;
	padding: 0px;
	height: 23px;
	border: 1px solid #999999;
	clear: both;
	background-color: #999999;
}
div.html_group_top a {
	padding: 4px 0px 4px 5px;
	height: 15px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
div.html_group_top span.html_group_nolink {
	padding: 4px 0px 4px 5px;
	height: 15px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
img.html_group_switch {
	top: -1px;
	padding: 0px 5px 0px 0px;
	position: relative;
}
div.html_group_content {
	margin: 0px;
	padding: 15px 15px 15px 15px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	clear: both;
	background-color: #ffffff;
}
span.html_group_text {
	padding: 0px 10px 10px 0px;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
	display: block;
}
/**************************************************************************
pager
**************************************************************************/
a.html_pager {
	display: block;
	float: left;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #999999;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;
}
span.html_pager_curr_page {	
	float: left;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #999999;
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
	background-color: #ffffff;
}
span.html_pager_first_page {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
span.html_pager_last_page {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
span.html_pager_prev_page {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
span.html_pager_next_page {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
/**************************************************************************
tabmenu
**************************************************************************/
div.html_tabmenu {
	height: 28px;
	margin: 0px 0px 15px 0px;
	border-left: 1px solid #999999;
	background: #ffffff;
}
div.html_tabmenu_item {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999999;	
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	float: left;
	background: #999999;
}
div.html_tabmenu_item a {
	padding: 5px 15px 5px 15px;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
div.html_tabmenu_item_active {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;	
	border-bottom: 1px solid #ffffff;
	float: left;
	background: #ffffff;
}
div.html_tabmenu_item_active a {
	padding: 5px 15px 5px 15px;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	display: block;
}
/**************************************************************************
confirm
**************************************************************************/
div.html_confirm {
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
div.html_confirm_message {
	margin: 0px 0px 15px 0px;
}