div.topadmin {
	position: fixed;
	clear: both;
	z-index: 50;
	height: 40px;
	overflow: visible;
	background-image: url(/system/images/adminmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
	width: 100%;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
}
div.topadminpush {
	top: 0px;
	width: 100%;
	clear: both;
	z-index: 10;
	height: 40px;
}
div.topadmin .atedin {
	width: 30px;
	float: left;
	height: 30px;
	cursor: pointer;
}
div.topadmin .usertype {
	margin: 3px;
	padding: 3px;
	float: left;
	color: #CDDAE2;
}

div.topadmin .currentlanguage {
	margin: 3px;
	padding: 3px;
	float: right;
	color: #CDDAE2;
}
div.topadmin .adminlanguage {
	margin: 3px;
	padding: 3px;
	float: left;
	color: #CDDAE2;
}
#systemlog {
	overflow: hidden;
	margin: 3px;
	padding: 3px;
	border: 1px dotted #F00;
	height: 14px;
	float: right;
	color: #A00;
	background-color: #FFF;
	width: 280px;
	text-align: left;
}
#systemlog:hover {
	height: 200px;
	overflow: hidden;
}
#systemlog #debug {
	clear: both;
	text-align: left;
	font-size: 10px;
}
#systemlog #log {
	clear: both;
	margin-top: 6px;
	font-size: 9px;
	text-align: left;
	padding: 0px;
	overflow: auto;
	height: 182px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	color: #333;
}
#systemlog #log p {
	margin: 1px;
	padding: 1px;
}
.system_error {
	color: #F00;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-image: url(../images/ajax_load_04.gif);
	text-indent: 30px;
	background-repeat: no-repeat;
	background-position: 15px center;
	margin: 3px;
	padding: 10px;
	border: 2px solid #F00;
}
#countdown {
	margin: 3px;
	padding: 3px;
	z-index: 11;
	right: 50px;
	float: left;
	color: #AAC0CE;
}

#screen_fade {
	position:fixed;
	z-index:1499;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#111111;
	/* opacity:0.8;
	filter:alpha(opacity=80);*/
	display: none;
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-image: url(/system/images/jq_images/ui-bg_diagonals-thick_20_666666_40x40.png);
}
#sub_page {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	background-color: #EFEFEF;
	text-align: center;
	vertical-align: middle;
	z-index:20;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: absolute;
	width: auto;
	display: none;
}
#sub_page_handler {
	background-image: url(/system/images/divCLOSEstripe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	height: 29px;
	cursor: move;
}
#sub_page_handler .close {
	float: right;
	height: 21px;
	width: 21px;
	margin: 4px;
	cursor: pointer;
	background-image: url(../images/divCLOSE.jpg);
}
#sub_page_handler .close:hover {
	background-image: url(../images/divCLOSEhover.jpg);
}
#subpageCONTENTframe {
	margin: 4px;
	padding: 4px;
	border: 2px solid #999999;
	width: auto;
	overflow: visible;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	background-color: #ACACAC;
}
#TOOLTIP
{
	display:none;
	position:absolute;
	z-index: 1005;
	left: 100px;
	top: 100px;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	overflow: hidden;
	visibility: visible;
	max-width: 200px;
	background-color: #F3F4F2;
	height: auto;
	width: auto;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 4px;
	margin: 0px;
	border: 2px solid #666;
	font-family: Verdana, Geneva, sans-serif;
}
#TOOLTIParrow {
	height: 10px;
	width: 20px;
	z-index: 1004;
	position: absolute;
	display: none;
	background-image: url(/system/images/tooltiparrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/* new 2011 */
.filelibraryroot {
}
.filelibraryroot .list {
	position: relative;
	border: 1px solid #666666;
	font-size: 10px;
	text-decoration: none;
	overflow: auto;
	height: 400px;
	color: #000000;
	margin: 1px;
	padding: 2px;
}
.filelibraryroot .list a,
.filelibraryroot .list a:link,
.filelibraryroot .list a:visited {
	text-decoration: none;
	color: #333333;
}
.filelibraryroot .list a:active {
	text-decoration: none;
	color: #000000;
}
.filelibraryroot .list a:hover{
	text-decoration: none;
	color: #FF0000;
}

.filelibraryroot .preview {
}

.filelibraryroot .filelibshowfile {

}
.filelibraryroot .filelibshowfile .title {
	margin: 0px;
	padding: 0px;
	top: 5px;
	right: 5px;
	text-align: right;
}
.filelibraryroot .filelibshowfile .title .iddate {
	float: left;
	margin: 2px;
	padding: 2px;
	clear: both;
}

.filelibraryroot .filelibshowfile .preview {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	color: #FF0000;
	overflow: auto;
	height: 260px;
	clear: both;
}
#PAGEadminDIV {
	margin: 1px;
	padding: 1px;
	position: relative;
	overflow: hidden;
}
#PAGEadminDIV .list .item {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	display: block;
	clear: both;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#PAGEadminDIV .list .item:hover {
	background-image: url(../images/transparentstripes.png);
}
#PAGEadminDIV .list .item .name {
	width: 60%;
	overflow: hidden;
	display: inline-block;
	height: 15px;
	clear: left;
}
/* */
.SLIDESIDE
{
	display:none;
	position:absolute;
	margin: 0px;
	padding: 0px;
	left: 100px;
	top: 100px;
}
/* */
#USERFLOAT
{
	position:absolute;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	left: -100px;
	top: -200px;
	z-index: 10;
	overflow: visible;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#USERFLOAT .FLOATMENU {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 5;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #666666;
}

/* */
#systemFLOATmessage
{
	position:absolute;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 14px;
	background-color: #FFFFD2;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	left: 300px;
	display: none;
	top: 250px;
	z-index: 1520;
	clear: none;
	float: none;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: hidden;
	visibility: visible;
	font-family: Verdana, Geneva, sans-serif;
}
#ADMIN {
	clear: both;
	float: left;
	position: relative;
	width: 530px;
}
#user_adminDIV {
	float: none;
	clear: both;
	margin: 2px;
	padding: 2px;
	width: 100%;
}
#log_listDIV {
	border: 1px solid #666666;
}

.htmleditor {
	background-color: #000;
}
.htmleditor .header {
	text-align: left;
	margin: 2px;
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444444;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.rightOVERdiv {
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 5px;
	z-index: 250;
	height: 0px;
	overflow: visible;
	right: 5px;
}
.side_window {
	font-size: 11px;
	width: 180px;
	margin: 2px;
	padding: 2px;
}

/* SYSTEM ADMIN */
.adminalap {
	color: #666666;
	font-weight: normal;
	background-color: #AAAAAA;
}
.adminheader {
	color: #666666;
	font-weight: normal;
	background-color: #AAAAAA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.adminalap2 {
	color: #222222;
	font-weight: normal;
	background-color: #BBBBBB;
}
.adminheader2 {
	color: #222222;
	font-weight: normal;
	background-color: #BBBBBB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.adminalap3 {
	color: #CCCCCC;
	font-weight: normal;
	background-color: #909090;
}
.adminheader3 {
	color: #CCCCCC;
	font-weight: normal;
	background-color: #909090;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.adminkiemelt {
	color: #006600;
	font-weight: bold;
	background-color: #FFCC66;
	text-align: left;
	vertical-align: middle;
	margin: 3px;
	padding: 3px;
}
.adminegyeb {
	color: #CCCCCC;
	font-weight: normal;
	background-color: #FFFFFF;
}
.adminpiros {
	color: #FF9F9F;
	font-weight: bold;
	background-color: #D50000;
}
.adminsarga {
	color: #AF7701;
	font-weight: bold;
	background-color: #FAE654;
}
.adminsarga2 {
	color: #835801;
	font-weight: bold;
	background-color: #E6CA06;
}
.adminnarancs {
	color: #826800;
	font-weight: bold;
	background-color: #FF9900;
}
.adminzold {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #009933;
}
.adminkek {
	color: #0033CC;
	font-weight: normal;
	background-color: #BBE3FF;
	
}
.adminalap:hover,
.adminkek:hover,
.adminzold:hover,
.adminnarancs:hover,
.adminsarga2:hover,
.adminegyeb:hover,
.adminpiros:hover,
.adminsarga:hover
{
	color: #000;
	margin: 0px;
	background-image: url(../images/transparentstripes.png);
	background-repeat: repeat;
}




.strikeout {
	text-decoration: line-through;
}
.verysmall {
	font-size: 9px;
}
.DIVshow {
	display: block;
}
.DIVhide {
	display: none;
}
div.systemeditor {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: auto;
	overflow: hidden;
	background-color: #FFF;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000;
}
div.systemeditor h3 {
}
div.systemeditor form {
	margin: 0px;
	padding: 0px;
}
div.systemeditor td {
	font-size: 10px;
}
div.systemeditor th {
	font-size: 14px;
	font-weight: bold;
	background-color: #8BBCE4;
	color: #FFF;
	text-shadow: #000 1px 1px 2px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	letter-spacing: 2px;
}
div.systemeditor .header {
	font-size: 14px;
	font-weight: bold;
	background-color: #46A5E3;
	color: #FFF;
	padding: 8px;
	text-shadow: #000 1px 1px 2px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	letter-spacing: 2px;
	background-image: none !important;
	margin: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menuselecthoverborder {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.menuselecthoverborder:hover {
	background-image: url(../images/transparentstripes.png);
}
div.systemeditor .header a,
div.systemeditor .header a:visited {

}
div.systemeditor select,
div.systemeditor select:visited {
	margin: 3px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	color: #000000;
	background-color: #F3F3F3;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
div.systemeditor input[type="text"],
div.systemeditor input[type="password"],
div.systemeditor select {
	margin: 1px;
	padding: 3px;
	color: #054570;
	background-color: #F9FEFF;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	border: 1px solid #9fd6fa;
}
.system_warning {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	font-size: 10px;
	color: #FFF;
	background-color: #930000;
	border: 5px solid #F00;
	background-image: url(../images/icons/30x30-warning.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}

.system {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.system h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.system h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.system h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.system h4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.system h5 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.system h6 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.missinginput {
	color: #FFF;
	background-color: #F00;
	margin: 2px;
	padding: 5px;
	font-size: 10px;
	text-decoration: none;
}
.missinginputYellow {
	color: #000;
	background-color: #FF0;
	margin: 2px;
	padding: 5px;
	font-size: 10px;
	text-decoration: none;
}
.missinginputGreen {
	color: #FFF;
	background-color: #393;
	margin: 2px;
	padding: 5px;
	font-size: 10px;
	text-decoration: none;
}



.systeminput {
	margin: 2px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	color: #000000;
	background-image: url(../images/inputfield.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	width: 100px;
}
.systembutton_100,
.systembutton_100:visited {
	margin: 2px;
	padding: 2px;
	color: #217AB6;
	background-color: #e3f1fa;
	background-image: none;
	font-weight: bold;
	width: 100px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 1px solid #B1D8F1;
}
.systembutton_100:hover {
	color: #FFFFFF;
	background-color: #9CCDED;
}
.systembutton_200,
.systembutton_200:visited {
	margin: 2px;
	padding: 2px;
	color: #217AB6;
	background-color: #e3f1fa;
	background-image: none;
	font-weight: bold;
	width: 200px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 1px solid #B1D8F1;
}
.systembutton_200:link {
	color: #000000;
	text-decoration: none !important;
}
.systembutton_200:hover {
	color: #FFFFFF;
	background-color: #9CCDED;
}
.systembutton,
.systembutton:visited {
	color: #217AB6;
	background-color: #e3f1fa;
	background-image: none;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 1px solid #B1D8F1;
	margin: 2px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
.systembutton:link {
	color: #000000;
	text-decoration: none !important;
}
.systembutton:hover {
	color: #FFFFFF;
	background-color: #9CCDED;
}
.systembutton img {
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
}

.systemselect:hover {
	color: #444444;
}
.systembuttonimg {
	background-image: none;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	margin: 1px;
	padding: 1px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.systembuttonimg:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #333;
	border-left-color: #999;
	margin: 0px;
	padding: 1px;
}
.systemLAYERcontrol {
	color: #1E3C79;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	height: 22px;
	clear: both;
	float: none;
	left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer;
	text-indent: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	text-transform: capitalize;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.systemLAYERcontrolCONTENT {
	background-color: #E0EDF8;
	clear: both;
	left: 0px;
	top: 0px;
	overflow: hidden;
	font-size: 12px;
	color: #17466C;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding: 5px;
	-moz-border-radius: 0px 0px 5px 5px;	
	-webkit-border-radius: 0px 0px 5px 5px;	
	-khtml-border-radius: 0px 0px 5px 5px;	
	border-radius: 0px 0px 5px 5px;	
}
.systemLAYERcontrolCONTENT a,
.systemLAYERcontrolCONTENT a:visited {
	text-decoration: none;
}
.systemLAYERcontrolCONTENT a:hover {
	text-decoration: none;
}
.systemLAYERcontrolCONTENT input {
	-moz-border-radius: 3px 3px 3px 3px;	
	-webkit-border-radius: 3px 3px 3px 3px;	
	-khtml-border-radius: 3px 3px 3px 3px;	
	border-radius: 3px 3px 3px 3px;	
}

.SQLinputFORM {
}
.SQLinputFORM .odd td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
	background-color: #eee;
}
.SQLinputFORM .even td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;	

}
.SQLinputFORM .multiFILEidSHOW {
	width: 600px;
}
.SQLinputFORM .multiFILEidSHOW div {
}
.SQLinputFORM .multiFILEidSHOW div .libid {
	color: #000;
	background-color: #FC0;
	padding: 2px;
	position: absolute;
	font-size: 10px;
	cursor: pointer;
}
.SQLinputFORM .multiFILEidSHOW div img {
}
.systemLAYERcontrolCONTENT .SQLinputFORM input[type=text],
.systemLAYERcontrolCONTENT .SQLinputFORM input[type=input] {

}
.systemLAYERcontrolCONTENT .SQLinputFORM select {
}


#pageeditorEDIT {
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mail_archiv_list_item {
	background-color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.mail_archiv_list_item:hover {
	background-color: #E8ECF0;
}
.mail_archiv_list_item .interface {
	float: right;
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
}
#letter_recipliens_list {
	height: 120px;
	overflow: auto;
	background-color: #ECEEE6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #F00;
}
#letter_recipliens_list .reciplient {
	border: 1px solid #556F2F;
	color: #000;
	background-color: #8BBCE4;
	height: 14px;
	float: left;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 1px;
	padding: 1px;
}
#letter_recipliens_list .reciplient .remove {
	background-image: url(/system/images/xpicker.png);
	width: 12px;
	height: 11px;
	margin-top: 0px;
	outline: medium none;
	background-position: 0px 0px;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
	background-repeat: no-repeat;
}
#letter_recipliens_list .reciplient .remove:hover {
	background-position: -5px;
}
#letter_recipliens_list img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
.hand {
	cursor: pointer;
}
.hand100 {
	cursor: pointer;
	width: 100%;
}
#CSVimportBROWS {
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #999999;
}
.administrator_page_div {
		padding: 0px;
	margin: 0px;
}
.administrator_page_div:hover {
	margin: 0px;
	padding: 0px;
}
.administrator_page_div .menu_at_pagebottom {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	z-index: 80;
	overflow: visible;
	clear: both;
	text-align: right;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #46a5e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #46a5e3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #46a5e3;
	border-right-color: #46a5e3;
	border-left-color: #46a5e3;
}
.administrator_page_div .menu_at_pagebottom:hover {
	background-color: #eff3f6;
}

/* lista lapozás - link / div */
div.system_page_link_conteiner {
	vertical-align: middle;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
div.system_page_link_conteiner a {
	font-weight: bold;
	border: 1px dotted #a6d5f3;
	height: 18px;
	width: 20px;
	text-align: center;
	clear: none;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #258BCF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
div.system_page_link_conteiner a:hover {
	background-color: #97CAEC;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
div.system_page_link_conteiner span {
	font-weight: bold;
	border: 1px dotted #CCCCCC;
	height: 18px;
	width: 20px;
	color: #FFFFFF;
	background-color: #4DA5DF;
	text-align: center;
	clear: none;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#securitycodeDIV {
	text-align: center;
}
#securitycodeDIV input {
	width: 146px;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
/* sql table class */
.users_comments {
	background-color: #009966;
} 
div.sql_template_interface {
	background-color: #CCCCCC;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tabcloud {
	margin: 0px;
	padding: 1px;
	background-color: #FAFAFA;
	color: #333333;
	border: 1px solid #777777;
	display: block;
	clear: both;
	position: relative;
}
#tabcloudCONTROL {
	text-align: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#tabcloudCONTROL span,
#tabcloudCONTROL span:visited {
	background-color: #FAFAFA;
	color: #333333;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#tabcloudCONTROL span:hover {
	background-color: #CFCFCF;
	color: #000000;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	cursor: pointer;
}
#tabcloudCONTROL span:active {
	background-color: #333333;
	color: #666666;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
#tabcloudCONTROL .passivebutton {
	background-color: #666;
	color: #E4E4E4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumbnails {
	text-align: right;
}

div.modulessetup {
}

div.multiFILEidDISPLAYdiv {

}
div.multiFILEidDISPLAYdiv div {
	height: 100px;
	width: 100px;
	overflow: hidden;
	float: left;
}