#adminpage{
	color: Black; float: left; width: 100%; min-height: 400px;
}

.cara{ width: 60%; margin-left: 50px; border-bottom: 1px outset #D2E0F9; height: 0px; }

.zamekN{ float: left; width: 40px; height: 40px; margin: 1px; background-image: url(../pic/ico/unlocked.png); border: 1px inset #3399cc; }
.zamekA{ float: left; width: 40px; height: 40px; margin: 1px; background-image: url(../pic/ico/locked.png); border: 1px inset #3399cc; }
.zamekA span{ display: block; margin-top: 20px; margin-right: 5px; margin-left: -25px; text-align: center; font-size: 0.85em; color: Black; background-color: #FFFACD; border: 1px solid #3399cc; }

#ua_tb{
	width: 99%;
	margin-top: 4px;
	background-color: white;
	height: 20px;
	border: 1px solid black;
}
#ua_tb span{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	color: #003C00;
	float: right;
	padding-top: 1px;
	padding-right: 2px;
}
#ua_tb span a.sel{
	background-color: Purple;
	color: Black;
}
#ua_tb a span{
	display: none;
}
.ua_tb_back{
	float: left;
}
.ua_tb_back a{
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../pic/ico/ua_back.png);
	background-position: 0px -20px;
	background-repeat: no-repeat;
	color: White;
}
.ua_tb_back a:hover{
	background-position: 0px 0px;
	color: #427272;
}
.ua_tb_back a span{
	position: relative;
	top: 8px;
	font-size: 0.8em;
	font-weight: bold;
	display: none;
}
.ua_tb_add{
	float: left;
}
.ua_tb_add a{
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../pic/ico/ua_plus.png);
	background-position: 0px -20px;
	background-repeat: no-repeat;
	color: White;
}
.ua_tb_add a:hover{
	background-position: 0px 0px;
	color: #427272;
}
.ua_tb_add a span{
	position: relative;
	top: 8px;
	font-size: 0.8em;
	font-weight: bold;
	display: none;
}

.ua_tb_view{
	float: left;
	margin-left: 3px;
}
.ua_tb_view a{
	display: block;
	width: 85px;
	height: 20px;
	background-color: #90FF91;
	color: #000026;
	border-left: 1px outset black;
	border-right: 1px outset black;
}
.ua_tb_view a:hover{
	color: white;
	background-color: #336633;
	border-left: 1px inset black;
	border-right: 1px inset black;
}
.ua_tb_view a span{
	position: relative;
	top: 3px;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: -2px;
}
.ua_tb_viewa{
	float: left;
	margin-left: 3px;
}
.ua_tb_viewa a{
	display: block;
	width: 85px;
	height: 20px;
	background-color: #336633;
	color: white;
	border-left: 1px outset black;
	border-right: 1px outset black;
}
.ua_tb_viewa a:hover{
	border-left: 1px inset black;
	border-right: 1px inset black;
}
.ua_tb_viewa a span{
	position: relative;
	top: 3px;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: -2px;
}

.vol{
	/*width: 88px;*/
	height: 22px;
	border: 1px solid #FF6347;
	float: right;
	margin-right: 2px;
	margin-left: -60px;
	margin-top: 9px;
}
.opt{
	float: left;
}
.opt img{
	border: 1px outset #00015D;
}
.opt img:hover{
	border: 1px inset #00002A;
}
.posuvnik{
	float: right;
	margin-right: -23px;
	margin-top: 3px;
	height: 36px;
	width: 20px;
	margin-left: 5px;
}
.arrowup a{
	display: block;
	width: 20px;
	height: 18px;
	background-image: url(../pic/ico/up.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
.arrowup a:hover{
	background-position: 0px 0px;
}
.arrowdown a{
	display: block;
	width: 20px;
	height: 18px;
	background-image: url(../pic/ico/down.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
.arrowdown a:hover{
	background-position: 0px 0px;
}

/*adresar**********/
.adresar{
	width: 80%;
	margin-left: 10%;
	margin-right: 8%;
	border: 2px inset ActiveBorder;
	background-color: AppWorkspace;
	margin-bottom: 15px;
	font-size: 0.9em;
}
.adresar a{
	color: #590000;
}
.adresar a img{
	float: left;
}
.adresar a:hover{
	color: red;
}
.adresar td{
	border-bottom: 1px dotted black;
}
/*adresar konec**********/
.itembox{
	width: 90%;
	margin: auto;
	border: 2px outset #FFC6FF;
	margin-bottom: 15px;
	background-color: #E9F5DC;
	font-size: 0.8em;
	color: Black;
}
.itembox .item_id{
	display: block;
	width: 50px;
	float: left;
	text-align: left;
}
.itembox .item_name{
	display: block;
	width: 100px;
	float: left;
	text-align: left;
}


.admin_ikony_add{ display: block; width: 80%; text-align: left; font-size: 0.9em; border: 1px solid silver; background-color: #3372C3; margin: 0 auto 10px auto; }
.admin_ikony_add .add a{ display: block; width: 20px; height: 20px; background-image: url(../pic/ico/ua_plus.png); background-position: 0px -20px; background-repeat: no-repeat; margin-right: 80px; color: White; }
.admin_ikony_add .add a:hover{ background-position: 0 0px; border-color: #0066ff; width: 100px; margin-right: 0px; text-decoration: none; }
.admin_ikony_add .add a span{ display: none; }
.admin_ikony_add .add a:hover span{ display: block; float: left; margin-left: 22px; color: Black; padding-top: 2px; font-weight: bold; }



.unlocked{ display: block; float: right; width: 20px; height: 20px; margin: 0 2px 0 2px;/*margin: auto;*/ background-image: url(../pic/uadmin/ico/picunlocked.png); border: 1px solid #3399cc; }
.locked{ display: block; float: right; width: 20px; height: 20px; margin: 0 2px 0 2px;/*margin: auto;*/ background-image: url(../pic/uadmin/ico/piclocked.png); border: 1px solid #3399cc; }
.locked span{ display: block; width: 68px; margin-left: -25px; margin-right: -25px; margin-top: 2px; text-align: center; font-size: 0.8em; color: #215D7C; background-color: #FFFACD; border: 1px solid #3399cc; display: none; }
.locked:hover span { display: block; }

a.inactive{ display: block; float: right; width: 20px; height: 20px; margin: 0 2px 0 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/bulb0.png); background-repeat: no-repeat; background-position: 0 0; }
a.inactive:hover{ border: 1px solid red; background-position: 0 -20px; }
a.inactive span{ display: none; }
a.active{ display: block; float: right; width: 20px; height: 20px; margin: 0 2px 0 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/bulb1.png); background-repeat: no-repeat; background-position: 0 0; }
a.active:hover{ border: 1px solid red; background-position: 0 -20px; }
a.active span{ display: none; }

a.icoup{ display: block; float: right; width: 20px; height: 18px; margin: 1px 5px 1px 0px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/up.png); background-repeat: no-repeat; background-position: 0 -18px;}
a.icoup:hover{ border: 1px solid red; background-position: 0 0px; }
a.icoup span{ display: none; }
a.icodown{ display: block; float: right; width: 20px; height: 18px; margin: 1px 0px 1px 5px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/down.png); background-repeat: no-repeat; background-position: 0 -18px; }
a.icodown:hover{ border: 1px solid red; background-position: 0 0px; }
a.icodown span{ display: none; }
a.icolist{ display: block; float: right; width: 20px; height: 20px; margin-left:2px; margin-right: 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/list.png); background-repeat: no-repeat; background-position: 0 0; }
a.icolist:hover{ border: 1px solid red;  }
a.icolist span{ display: none; }
a.icodetail{ display: block; float: right; width: 20px; height: 20px; margin-left:2px; margin-right: 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/detail.png); background-repeat: no-repeat; background-position: 0 0; }
a.icodetail:hover{ border: 1px solid red; }
a.icodetail span{ display: none; }
a.icomodify{ display: block; float: right; width: 20px; height: 20px; margin-left:2px; margin-right: 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/mod2.png); background-repeat: no-repeat; background-position: 0 0; }
a.icomodify:hover{ border: 1px solid red; background-position: 0 -20px; }
a.icomodify span{ display: none; }
a.icomodifylang{ display: block; float: right; width: 20px; height: 20px; margin-left:2px; margin-right: 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/modlangs.png); background-repeat: no-repeat; background-position: 0 0; }
a.icomodifylang:hover{ border: 1px solid red; background-position: 0 -20px; }
a.icomodifylang span{ display: none; }
a.icodelete{ display: block; float: right; width: 20px; height: 20px; margin-left:2px; margin-right: 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/del2.png); background-repeat: no-repeat; background-position: 0 0; }
a.icodelete:hover{ border: 1px solid red; background-position: 0 -20px; }
a.icodelete span{ display: none; }
.picother a{ display: block; float: right; width: 20px; height: 20px; margin-left:2px; margin-right: 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/totop.png); background-repeat: no-repeat; background-position: 0 0; }
.picother a:hover{ border: 1px solid red; background-position: 0 -20px; }
.picother a span{ display: none; }
.picmain{ display: block; float: right; width: 20px; height: 20px; margin-left:2px; margin-right: 2px; border: 1px solid #3399cc; background-image: url(../pic/uadmin/ico/main.png); background-repeat: no-repeat; background-position: 0 0; }
.picmain span{ display: none; }

.uadmin_icons{	font-size: 0.8em; text-align: center; width: 100%; float: left; background-color: White;}
.uadmin_gal_icons{	font-size: 0.8em; text-align: center; width: 100%; float: left; background-color: White;}

.move {	float: left; margin: 0; margin-top: 1px; }
.move a.up{ display: block; float: left; width: 20px; height: 18px; background-image: url(../pic/ico/up.png); background-position: 0 -18px; background-repeat: no-repeat; margin: 0;  }
.move a.up:hover{ background-position: 0px 0px; }
.move a.down{ display: block; float: left; width: 20px; height: 18px; background-image: url(../pic/ico/down.png); background-position: 0 -18px; background-repeat: no-repeat; margin: auto;}
.move a.down:hover{ background-position: 0px 0px; }
.move a span{ display: none; }
.active a{ display: block; float: left; height: 15px; border: 1px solid #D7FFF2; margin: 0; margin-top: 1px; padding: 1px 4px 0px 4px; }
.active a:hover{ color: Aqua; border-color: white; }
.active a:hover span{color: Aqua; }
.inactive a{ display: block; float: left; height: 15px; border: 1px solid #D7FFF2; margin: 0; margin-top: 1px;  padding: 1px 4px 0px 4px; }
.inactive a:hover{ color: Aqua; border-color: white; }
.inactive a:hover span{ color: Aqua; }
.uadmin_gal_icons a.active{ display: block; float: left; width: 70px; height: 15px; border: 1px solid #D7FFF2; margin: 0; margin-top: 1px; padding-top: 1px; background: none;}
.uadmin_gal_icons a.active:hover{ color: Aqua; border-color: white; }
.uadmin_gal_icons a.active:hover span{color: Aqua; }
.uadmin_gal_icons a.active span{	display: inline;}
.uadmin_gal_icons a.inactive{ display: block; float: left; width: 70px; height: 15px; border: 1px solid #D7FFF2; margin: 0; margin-top: 1px;  padding-top: 1px; background: none;}
.uadmin_gal_icons a.inactive:hover{ color: Aqua; border-color: white; }
.uadmin_gal_icons a.inactive:hover span{ color: Aqua; }
.uadmin_gal_icons a.inactive span{display: inline;}
.del a{ display: block; float: left; height: 15px; border: 1px solid #D7FFF2; margin: 0; margin-top: 1px; color: #000146;  padding: 1px 4px 0px 4px;}
.del a:hover{ color: aqua; border-color: white; }
.txt a{ display: block; float: left; height: 15px; border: 1px solid #D7FFF2;  color: #000146; margin: 0; margin-top: 1px;  padding: 1px 4px 0px 4px;}
.txt a:hover{ color: aqua; border-color: white; }
.lng a{ display: block; float: left; height: 15px; border: 1px solid #D7FFF2;  color: #000146; margin: 0; margin-top: 1px;  padding: 1px 4px 0px 4px;}
.lng a:hover{ color: aqua; border-color: white; }
.pic a{ display: block; float: left; height: 15px; border: 1px solid #D7FFF2;  color: #000146; margin: 0; margin-top: 1px;  padding: 1px 4px 0px 4px;}
.pic a:hover{ color: aqua; border-color: white; }
.file a{ display: block; float: left; height: 15px; border: 1px solid #D7FFF2;  color: #000146; margin: 0; margin-top: 1px;  padding: 1px 4px 0px 4px;}
.file a:hover{ color: aqua; border-color: white; }
.lockN{ display: block; float: left; width: 85px; height: 15px; margin: 0; border: 1px solid #D7FFF2;  color: Green; margin-top: 1px;  padding-top: 1px;}
.lockA{ display: block; float: left; width: 85px; height: 15px; margin: 0; border: 1px solid #D7FFF2;  color: Red; margin-top: 1px;  padding-top: 1px;}
.uadmin_gal_icons .unlocked{ display: block; float: left; width: 85px; height: 15px; margin: 0; border: 1px solid #D7FFF2;  color: Green; margin-top: 1px;  padding-top: 1px; background: none;}
.uadmin_gal_icons .locked{ display: block; float: left; width: 85px; height: 15px; margin: 0; border: 1px solid #D7FFF2;  color: Red; margin-top: 1px;  padding-top: 1px; background: none;}
.uadmin_gal_icons .unlocked span{display: inline;}
.uadmin_gal_icons .locked span{display: inline; float: none; margin: 0; border: 0; font-size: 1em; background: none;}
.order{ display: block; float: left;  width: 56px; height: 15px; margin: 0; border: 1px solid #D7FFF2;  margin-top: 1px;  padding-top: 1px; }

.deletepicture { display: block; float: right; clear: right; font-size: 0.8em; margin-right: 75px; margin-top: 7px; text-align: left; }
.deletepicture a{ display: block; width: 40px;	height: 40px; background-image: url(../pic/ico/delete.png); background-repeat: no-repeat; background-position: 0px 0px; border: 1px solid red; }
.deletepicture a span{ cursor: pointer; display: block; text-align: center; width: 70px; position: relative; top: 10px; left: 35px; background-color: #B0C4DE; border: 1px solid red; color: Maroon; margin-right: -72px; }
.deletepicture a:hover span{ color: Red; }
.deletepicture a:hover{ background-position: 0px -40px; }
.addpicture { display: block;  float: right; clear: right; font-size: 0.8em; margin-right: 75px; margin-top: 7px; text-align: left; }
.addpicture a{ display: block; width: 40px; height: 40px; background-image: url(../pic/ico/pictures.png); background-repeat: no-repeat; background-position: 0px 0px; border: 1px solid red; }
.addpicture a span{ cursor: pointer; display: block; text-align: center; width: 70px; position: relative; top: 10px; left: 35px; background-color: #B0C4DE; border: 1px solid red; color: Maroon; margin-right: -72px; }
.addpicture a:hover span{ color: Red; }
.addpicture a:hover{ background-position: 0px -40px; }

.continue{ margin: auto; width: 350px; border: 1px solid silver; background-color: White; color: Black; font-size: 1em; margin-bottom: 10px; }
.continue a{ color: #0066ff; }
.continue a:hover{ color: red; }

.editbox{ text-align: center; font-size: 0.8em; }
.editbox .heading h2{ font-size: 1.1em; }

.editbox .form_edit_big{ text-align: center; /*width: 900px; border: 1px dotted #dfb710;*/ margin: auto; }
.editbox .form_edit_big table{ width: 100%; }

.editbox .form_edit{ text-align: center; /*width: 400px;*/ border: 1px dotted #dfb710; margin: auto; }
.editbox .form_edit table{ width: 100%; }
	
.editbox .uainput{ display: block; width: 200px; margin: auto; height: 18px;  font-size: 1.1em; border: 1px solid white; background-image: url(../pic/input_back.png); background-position: 0px 0px; background-repeat: no-repeat; }
.editbox .uainput:hover{ border-color: #9932cc; }
.editbox .uainput2{ display: block; width: 200px; margin: auto; height: 21px;  font-size: 1.1em; border: 1px solid white; }
.editbox .uainput2:hover{ border-color: #9932cc; }
.editbox .uatext{ display: block; width: 300px; margin: auto; height: 56px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 1em; border: 1px solid white; background-image: url(../pic/text_back.png); background-position: 0px 0px; background-repeat: no-repeat; }
.editbox .uatext:hover{ border-color: #9932cc; }
.editbox .uasubmit{ display: block; width: 70px; margin: auto; height: 20px; border: 1px solid maroon; border-width: 1px; font-size: 1em; font-weight: bold; background-color: white; color: black; cursor: pointer; }
.editbox .uasubmit:hover{ border-color: #9932CC; color: #9932CC; }
.editbox .uacancel{ display: block; width: 70px; margin: auto; height: 15px; padding-top: 3px; border: 1px solid maroon; border-width: 1px; font-size: 0.95em; font-weight: bold; background-color: white; color: black; }
.editbox .uacancel:hover{ border-color: #9932CC; color: #9932CC; text-decoration: none; }

.editbox .directory{ width: 75%; float: left; border: 1px dotted #dfb710; text-align: left; padding: 5px; font-size: 0.85em; }
.editbox .directory table{ width: 100%; margin: auto; }
.editbox .directory table td{ background-color: #212121; }
.editbox .directory table .center{ text-align: center; width: 20%; font-size: 0.85em; }
.editbox .linked_files{
	display: block; float: right; width: 23%; text-align: left; border: 1px dotted #dfb710; font-size: 0.85em;
}
.editbox .form_addfile{ margin: 0; padding: 0; display: inline; }
.editbox .form_addfile .uasubmit{ display: inline; font-size: 1.05em; border: 0; background-color: black; color: #dfb710; cursor: pointer; min-width: 80px; }
.editbox .form_addfile .uasubmit:hover{ color: #9932CC; }
.editbox .form_remfile{ margin: 0; padding: 0; display: inline; }
.editbox .form_remfile .uasubmit{ display: inline; font-size: 0.9em; border: 0; background-color: black; color: #dfb710; cursor: pointer; min-width: 80px; }
.editbox .form_remfile .uasubmit:hover{ color: #9932CC; }

.editbox table.pictures { width: 90%; margin: auto; text-align: center; margin-top: 15px; }
.editbox table.pictures td { border: 1px dotted red; }
.editbox table.pictures td table td{ border: 0px; }

.adminpages{ float: left; text-align: center; margin: 4px; margin-left: 40px; background-color: white; border-left: 10px solid #E1E1E1; }
.adminpages:hover{ margin-left: 40px; border-left: 10px solid #0066ff; text-decoration: none; }
.adminpages span{ display: block; }
.adminmain{ float: left; text-align: center; margin: 4px; margin-left: 40px; background-color: white; border-left: 10px solid #E1E1E1; }
.adminmain:hover{ margin-left: 40px; border-left: 10px solid #0066ff; text-decoration: none; }
.adminmain span{ display: block; }
.adminusers{ float: left; text-align: center; margin: 4px; margin-left: 40px; background-color: white; border-left: 10px solid #E1E1E1; }
.adminusers:hover{ margin-left: 40px; border-left: 10px solid #0066ff; text-decoration: none; }
.adminusers span{ display: block; }
.adminlogout{ float: left; text-align: center; margin: 4px; margin-left: 40px; background-color: white; border-left: 10px solid #E1E1E1; }
.adminlogout:hover{ margin-left: 40px; border-left: 10px solid #0066ff; text-decoration: none; }
.adminlogout span{ display: block; }

#fileman{
	color: Black; clear: both;
}
#fileman { width: 800px; margin: 20px auto 20px auto; padding: 0px; background-color: White; color: Black; font-size: 0.9em; font-family: sans-serif; text-align: left; }
#fileman a{ color: Maroon; }
#fileman a:hover{ color: red; }

table.settings{ width: 80%; margin: auto; color: black; background-color: #CDCDCD; font-size: 0.8em; }
table.settings thead{ font-weight: bold; }
table.settings input{ font-size: 1em; border: 1px solid #FAEBD7; width: 100px; }
table.settings tr{ height: 2em; }
table.settings input{ width: 200px; background-image: url(../pic/input_back.png); height: 15px; border: 1px solid #222222; background-position: 0 0; background-repeat: no-repeat; }
table.settings input.submit{ width: 200px; background-image: url(../pic/input_back.png); height: 20px; border: 1px solid green; color: Green; background-position: 0 0; background-repeat: no-repeat; cursor: pointer; }
table.settings input.submit:hover{ color: red; border-color: Red;}
table.settings tr.row1{ background-color: #EFEFEF; }
table.settings tr.rowtitle{ background-color: #FAEBD7; color: Black; }
table.settings tr.rowkeywords{ background-color: #FAEBD7; color: Black; }
table.settings tr.rowdescription{ background-color: #FAEBD7; color: Black; }
table.settings tr.rowe-mail{ background-color: #FAEBD7; color: Black; }
table.settings tr.rowother{ background-color: #FAEBD7; color: Black; }
table.settings tr.rowpictures{ background-color: #FAEBD7; color: Black; }
table.settings tr.rowrows{ background-color: #FAEBD7; color: Black; }
table.settings tr.rowshort_text_lenght{ background-color: #FAEBD7; color: Black; }
















.seznam table{ /*display: block;*/ width: 100%; text-align: center; margin: 0; font-size: 0.8em; }

.seznam table .box_pages{ font-size: 1em; }
.seznam table thead tr{ background-color: #B0C4DE; }
.seznam table tfoot tr{ background-color: #B0C4DE; }
.seznam table tr.first{ background-color: #E1E1E1; }
.seznam table tr.second{ background-color: #FAEBD7; }

.detail table { width: 100%; text-align: center; margin: 0; }
.detail table table{ width: 100%; text-align: center; margin: 0; }
.detail table table.first{ background-color: #D9FFFF;}
.detail table table.second{ background-color: #F5D0C3;}
.detail table table.third{ background-color: #CEF6D0;}
.detail table table.fourth{ background-color: #FFEFD5;}
.detail table table.fifth{ background-color: #EADFEA;}

.ua_form { width: 600px; text-align: center; font-weight: bold; font-size: 0.8em; margin-bottom: 10px; margin-left: auto; margin-right: auto; padding: 5px; border: 1px rgb(213,213,213) solid; background-color: White; }
.ua_form table { width: 100%; text-align: center; margin: auto; font-weight: normal; }
.ua_form table table{ width: 100%; text-align: center; margin: 0;}
.ua_form table table.first{ background-color: rgb(220,220,220); border: 1px rgb(198,172,172) solid; padding: 5px; }
.ua_form table table.second{  background-color: rgb(220,220,220); border: 1px rgb(198,172,172) solid; padding: 5px; }
.ua_form table table.third{  background-color: rgb(220,220,220); border: 1px rgb(198,172,172) solid; padding: 5px; }
.ua_form table table.fourth{  background-color: rgb(220,220,220); border: 1px rgb(198,172,172) solid; padding: 5px; }
.ua_form table table.fifth{  background-color: rgb(220,220,220); border: 1px rgb(198,172,172) solid; padding: 5px; }

.ua_form .admin_input{ font-size: 1.1em; background-image: url(../pic/input_back.png); background-position: -2px -2px; background-repeat: no-repeat; border: 1px solid #E6E6E6; width: 162px; }
.ua_form .admin_input:hover{ border: 1px solid rgb(32,178,170);  }
.ua_form .admin_input2{ font-size: 1.1em; background-image: url(../pic/input_back.png); border: 1px solid #E6E6E6; }
.ua_form .admin_input2:hover{ border: 1px solid rgb(32,178,170);  }
.ua_form .admin_input_wide{ font-size: 1.1em; width: 450px; background-image: url(../pic/input_back_wide.png); background-position: -2px -2px; background-repeat: no-repeat; border: 1px solid #E6E6E6; }
.ua_form .admin_input_wide:hover{ border: 1px solid rgb(32,178,170);  }
.ua_form .ua_list{ font-size: 1.1em; width: 250px; border: 1px solid #E6E6E6; height: 150px; }
.ua_form .ua_list:hover{ border: 1px solid rgb(32,178,170);  }
.ua_form .ua_cancel{ font-size: 1em; display: block; margin: auto; margin-top: 5px; margin-bottom: 5px; padding: 0 0 4px 0; width: 80px; height: 14px; border: 1px rgb(167,167,167) solid; cursor: pointer; background-color: rgb(204,255,255); text-decoration: none; font-weight: bold; color: black; }
.ua_form .ua_cancel:hover{ background-color: rgb(102,204,255); color: red; border-color: rgb(32,178,170); }
.ua_form .ua_submit{ font-size: 1em; display: block; margin: auto; margin-top: 5px; margin-bottom: 5px; padding: 0; width: 80px; height: 20px; border: 1px rgb(167,167,167) solid; cursor: pointer; background-color: rgb(204,255,255); text-decoration: none; font-weight: bold; color: black; }
.ua_form .ua_submit:hover{  background-color: rgb(102,204,255); color: red; border-color: rgb(32,178,170); }

.ua_form table.main_cfg_edit { background-color: silver; }
.ua_form table.main_cfg_edit td { width: 33%; }

.toolbar{ margin-bottom: 8px; height: 22px; width: 99%; margin-left: auto; margin-right: auto; border: 1px solid #20B2AA; background-color: #CFF6F1; padding: 2px; }
.toolbar a span { display: none; }
.toolbar .uatool_btnadd{ display: block; float: left; width: 20px; height: 20px; background-image: url(../pic/ico/ua_plus.png); border: 1px solid #3399cc; background-position: 0px -20px; }
.toolbar .uatool_btnadd:hover{ border: 1px solid red; background-position: 0px 0px; }
.toolbar .uatool_btnback{ display: block; float: left; width: 20px; height: 20px; background-image: url(../pic/ico/ua_back.png); border: 1px solid #3399cc; background-position: 0px -20px; }
.toolbar .uatool_btnback:hover{ border: 1px solid red; background-position: 0px 0px; }





.editpicture a.icomodify{ float: left; }
.editpicture a.icodelete{ float: left; }
.editpicture a.icomodifylang{ float: left; }
.editpicture .picother{ float: left; }
.editpicture .picmain{ float: left; }
.editpicture .unlocked{ float: left; }
.editpicture .locked{ float: left; }

.realyform{ position: fixed; left: 50%; top: 50%; width: 220px; height: 60px; padding: 10px; margin: -36px 0px 0px -130px;  border: 1px outset #20B2AA; border-top-width: 14px; background-color: Window; font-size: 0.95em }
.realyinput{ display: block; height: 20px; width: 25%; margin-top: 15px; margin-left: 17%; border: 1px outset ActiveBorder; background-color: ButtonFace; float: left; color: #00002F; font-size: 0.9em; }
.realyinput:hover{ background-color: ButtonHighlight; }

.ua_btn_vertical1 a{ display: block; width: 140px; margin: 2px; margin-left: 10px; padding: 2px; border: 1px solid black; border-left: 3px solid black; text-align: left; color: Navy; background-color: White; }
.ua_btn_vertical1 a:hover{ display: block; margin-left: 2px; padding-left: 2px; border-color: red; border-left-width: 11px; color: Maroon; }

.ua_lang{ font-size: 0.9em; padding: 4px; }
.ua_lang_sel{ font-size: 1.1em; font-weight: bold; padding: 2px; text-decoration: underline; }

.cfg_table{ background-color: #EFEFD5; width: 95%; margin: 10px auto 10px auto; border: 2px inset #CD853F; text-align: left; }
.cfg_table thead{ background-color: white; text-align: center; font-weight: bold; }
.cfg_table thead td{ background-color: white; }
.cfg_table tr td{
	border-bottom: 1px solid #cccccc;
}

.cfg_table td.cfg_id{ width: 5%; text-align: right; border-right: 2px outset white; }
.cfg_table thead td.cfg_id{ text-align: center; }
.cfg_table td.cfg_lock{ width: 8%; text-align: right; font-weight: bold; }
.cfg_table thead td.cfg_lock{ text-align: center; }
.cfg_table td.cfg_btn{ width: 8%; text-align: right; border-left: 2px inset white; }
.cfg_table thead td.cfg_btn{ text-align: center; }
.cfg_table td.cfg_note{ width: 30%; text-align: right; }
.cfg_table thead td.cfg_note{ text-align: center; }
.cfg_table td.cfg_value{ width: 30%; text-align: right; font-style: italic; background-color: Silver; }
.cfg_table thead td.cfg_value{ text-align: center; font-style: normal; background-color: White; }
.cfg_table td.cfg_name{ width: 18%; text-align: right; font-weight: bold; font-size: 0.9em; }
.cfg_table thead td.cfg_name{ text-align: center; font-size: 1em; }

.cfg_table form.cfg_line_form input.cfg_submit{
	font-size: 0.8em; width: 80%;
}

.res_table{
    font-size: 0.8em;;
}

