table.admin_table_class {
	width: 100%;
	border: 1px dotted #000;
	margin-bottom: 10px;
        position:relative;
}

table.admin_table_class a {
	color: #ff00ff;
}
table.admin_table_class caption{
	font-weight: bold;
	color: #3f7ac6;
	white-space: nowrap;
	border-left: 1px dotted #000; 
	border-right: 1px dotted #000; 
	border-top: 1px dotted #000; 
}
table.admin_table_class th {
	text-align: center;
	padding-left: 5px;
	padding-right: 15px;
	white-space: nowrap;
}

table.admin_table_class td {
	padding: 5px;
	white-space: nowrap;
}
table.admin_table_class tr.tr_header {
	background-color: #3f7ac6;
	color: white;
	height: 25px;
}

table.admin_table_class tr.cicle_ii {
	background-color: #fff;
}
table.admin_table_class tr.cicle_i {
	background-color: #acd2dd;
}

table.admin_table_class tr.cicle_i:hover {
	background-color: #80cf3a;
}
table.admin_table_class tr.cicle_ii:hover {
	background-color: #80cf3a;
}

table.admin_table_class td.admin_table_class_button {
	text-align: center;
}

div.system_message_I {
	background-image: url('/img/sysmessage/I.png');
	background-repeat: no-repeat;
	/*background-color: #33CCFF;*/
	border: 1px dotted #33CCFF;
	min-height: 108px;
	padding-left: 128px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.system_message_I div {
	color: #33CCFF;
}

div.system_message_E {
	background-image: url('/img/sysmessage/E.png');
	background-repeat: no-repeat;
	/*background-color: #33CCFF;*/
	border: 1px dotted #FF0000;
	min-height: 108px;
	padding-left: 128px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.system_message_E div {
	color: #FF0000;
}

div.system_message_S {
	background-image: url('/img/sysmessage/S.png');
	background-repeat: no-repeat;
	/*background-color: #33CCFF;*/
	border: 1px dotted #47FF47;
	min-height: 108px;
	padding-left: 128px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.system_message_S div {
	color: #47FF47;
}

input.text_input {;
	border: 1px solid #33CCFF;
	font-weight: bold;
	width: 300px;
	text-align: left;
}

select.text_input {
	border: 1px solid #33CCFF;
	font-weight: bold;
}

input.button_input {
	border: 1px solid black;
	background-color: #33CCFF;
	font-weight: bold;
}

ul.errors {
	color: red;
	margin-left: 20px;
}

div.href_answer {
	text-align: center;
	padding: 10px;
}

div.href_answer a {
	font-size: 18px;
	font-weight: bold;
	color: red;
}

div.menu_block_name {
	color: white;
	font-size: 14px;
	background-color: #3F7AC6;
	padding: 5px;
	border-bottom: 1px solid #fff;
	position: relative;
}

div.menu_block_name a {
	color: #fff;;
}

div.menu_block_herach li {
	text-decoration: none;
	list-style: none;
	/*padding-left: 10px;*/
	position: relative;
	/*background-color: #acd2dd;*/
}

span.menu_tools {
	position: absolute;
	right: 10px;
}

.cicle_ii {
	background-color: #fff;
}
.cicle_i {
	background-color: #acd2dd;
}

.cicle_i:hover {
	background-color: #80cf3a;
}
.cicle_ii:hover {
	background-color: #80cf3a;
}

dd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

dt {
	padding-top: 5px;
	padding-bottom: 5px;
}

dt label {
	font-weight: bold;
}

div.menu_block_herach ul {
	padding: 0px;
	margin: 0px;
}

div.menu_block_herach ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.menu_block_herach ul li.menu_lvl_0 {
	padding-left: 10px;
}

div.menu_block_herach ul li.menu_lvl_1 {
	padding-left: 20px;
}

div.menu_block_herach ul li.menu_lvl_2 {
	padding-left: 30px;
}
div.menu_block_herach ul li.menu_lvl_3 {
	padding-left: 40px;
}

div.menu_block_herach ul li.menu_lvl_4 {
	padding-left: 50px;
}







/**
	MENIU KAIRE
**/
ul.admin-page-left-menu-lvl-1, ul.admin-page-left-menu-lvl-2, ul.admin-page-left-menu-lvl-3 {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/** LVL 2 **/
ul.admin-page-left-menu-lvl-1 li {
	line-height: 26px;
	border-top: 1px solid black;
	background-image: url('img/left-menu-bg1.png');
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 10px;
	font-weight: normal;
}

ul.admin-page-left-menu-lvl-1 li a {
	color: #000;
	display: block;
	width: 100%;
}

ul.admin-page-left-menu-lvl-1 li.active {
	border-top: 1px solid white;
	background-image: url('img/left-menu-active-bg1.png');
}

ul.admin-page-left-menu-lvl-1 li.active a {
	color: #000;
	display: block;
	width: 100%;
}

ul.admin-page-left-menu-lvl-1 li.last {
	border-bottom: 1px solid black;
}

/** LVL 2 **/
ul.admin-page-left-menu-lvl-2 li {
	border: none;
	line-height: 20px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	background-image: url('img/menuminus.png');
	background-position: center left;
	background-repeat: no-repeat;
}

ul.admin-page-left-menu-lvl-2 li a {
	color: #000;
	display: block;
	width: 100%;
}

ul.admin-page-left-menu-lvl-2 li.active {
	border: none;
	background: none;
	font-weight: bold;
	background-image: url('img/menuminus.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

ul.admin-page-left-menu-lvl-2 li.active a {
	display: block;
	width: 100%;
}
/** LVL 3 **/
ul.admin-page-left-menu-lvl-3 li {
	background: none;
	border: none;
	line-height: 20px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	background-image: url('img/menuminus.png');
	background-position: center left;
	background-repeat: no-repeat;
}

ul.admin-page-left-menu-lvl-3 li a {
	color: #000;
	display: block;
	width: 100%;
}

ul.admin-page-left-menu-lvl-3 li.active {
	border: none;
	background: none;
	font-weight: bold;
	background-image: url('img/menuminus.png');
	background-position: center left;
	background-repeat: no-repeat;
}

ul.admin-page-left-menu-lvl-3 li.active a {
	color: #000;
	display: block;
	width: 100%;
}

