html, body{
	margin:0px;
	padding:0px;
	height:100%;
	width: 100%;
	font-size:13px;
}	

iframe{
	width: 100%;
	height: 100%;
	border: none;
	z-index: 9999;
	xmargin-top: 15px;
}

.main_table{
	margin: 0px auto;
}

.title{
	font-family:Trebuchet MS,Arial,Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #0482AD;
	padding-left: 18px;
}

.config_table {
	width: 100%;
}
	
.config_table td{
	border: none;
	font-family: Tahoma;
	font-size:11px;
}

.config_table_td{
	vertical-align: top;
	height: 100px;
	align: center;
	border: 1px solid;
}

.config_table_td_select{
	width: 155px;
	vertical-align: top;
	align: center;
	border: 1px solid;
}

td.skin_title{
	padding-left:11px;
	font-size: 12px;
}

td.section_title{
	font-size: 12px;
}

.colorPicker_add_input{
	width: 53px;
	height: 20px;
	font-family: Tahoma;
	font-size:11px;
	margin: 0 auto;
	padding-top:2px;
	padding-bottom: 1px;
	text-align: center;
}

.slider_cont_add{
	padding-left: 0px;
	padding-top: 7px;
	width: 83px;
}

.slider_input{
	width: 30px;
	height: 20px;
	font-family: Tahoma;
	font-size:11px;
	padding-top:2px;
	padding-left: 1px;
	text-align: center;
}

.scheme_list {
	width: 120px;
	margin: 0 25px 10px 0;
	
}

.scheme_list option {
	font-family: Tahoma;
	font-size:11px;
	color: #666666;
	padding-left: 10px;
}

.skins_list{
	width: 120px;
	height: 190px;
	margin-right: 25px;
}

.skins_list option{
	font-family: Tahoma;
	font-size:11px;
	color: #666666;
	padding-left: 10px;
}

#button_apply{
	width: 58px;
	height: 21px;
	background-image: url(../common/imgs/apply.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	padding-right: 7px;
	cursor:pointer;
}

#button_download{
	width: 84px;
	height: 21px;
	background-image: url(../common/imgs/download.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	cursor:pointer;
}

.sliders{
	position: relative;
	left: -10px;
}

.main_div_colorpicker{
	padding-top: 7px;
}


div#colors_main {
	display: none;
}

div#colors_sel {
	display: display;
}

div#colors_text {
	display: none;
}

table.config_table tr.navigation {
	height: 30px;
}

div.nav_main {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 54px;
	background-color: transparent;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -103px 0px;
}

div.nav_main_over {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 54px;
	background-color: none;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -103px -20px;
}

div.nav_main_on {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 54px;
	background-color: none;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -103px -40px;
}

div.nav_sel {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 72px;
	background-color: transparent;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -331px 0px;
}

div.nav_sel_over {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 72px;
	background-color: none;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -331px -20px;
}

div.nav_sel_on {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 72px;
	background-color: none;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -331px -40px;
}

div.nav_text {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 56px;
	background-color: transparent;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -403px 0px;
}

div.nav_text_over {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 56px;
	background-color: none;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -403px -20px;
}

div.nav_text_on {
	float: left;
	border: none;
	height: 21px;
	cursor: pointer;
	width: 56px;
	background-color: none;
	background-image: url('../common/imgs/buttons.gif');
	background-position: -403px -40px;
}

div.tab_header {
	font-weight: bold;
	padding-bottom: 8px;
}

div.color_cont {
	width: 120px;
	height: 40px;
	float: left;
	padding-bottom: 10px;
}

div.text_cont {
	width: 120px;
	height: 40px;
	float: left;
}

select.font_family {
	width: 83px;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.text_cont label {
	font-size: 10pt;
	position: relative;
	top: -2px;
}

input.font_size {
	width: 30px;
	text-align: center;
}
