html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input[type='text'], input[type='password'] {
  padding: 15px;
  background: #fff;
  border: 1px solid #efefef;
}
select {
	padding: 1px;
}
textarea {
	padding: 2px;
}
a, a:visited {
	color: #019eb1;
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
#header .div1 {
	height: 56px;
	padding: 0px 30px;
	background: #000000;
	min-width: 900px;
}
#header .div2 {
	color: #FFFFFF;
	padding: 18px 0px 0px 0px;
	float: left;
}
#header .div3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 15px 0px 0px 0px;
	float: right;
}
#header .div2 span {
	font-weight: bold;
}
#menu {
  background: #151515;
  position: relative;
  z-index: 1;
  height: 35px;
  clear: both;
  padding: 15px 15px;
  min-width: 900px;
}
#menu > ul.left {
	float: left;
}
#menu > ul.right {
	float: right;
}
#menu > ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#menu > ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../image/transparent.png');
}
#menu > ul a {
	display: block;
	text-decoration: none;
}
#menu > ul li {
	float: left;
	list-style: none;
}
#menu > ul > li + li {
	background: url('../image/split.png') center left no-repeat;
}
#menu > ul .top {
  padding: 9px 15px 9px 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
#menu > ul li ul {
	position: absolute;
}
#menu > ul ul li {
	padding: 2px;
	clear: both;
}

#menu > ul .selected .top {
  color: #019eb1;
  letter-spacing: 2px;
    display: none;
  font-size: 18px;

}
#menu > ul li a:first-child{
color:#019eb1;
}
#menu > ul .parent {
	background-image: url('../image/arrow-right.png'); 
	background-position: 95% center;
	background-repeat:no-repeat;
}
#menu > ul li ul ul {
	margin: -29px 0 0 161px;
}
#menu > ul li li a {
	padding: 5px;
	margin: 1px;
	color: #FFFFFF;	
	width: 147px;
}
#menu > ul li li > a:hover {
	margin: 0px;
	border: 1px solid #BD4C14;
	background-color: #391706; 
}


#container {
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#content {
	padding: 10px 30px 0px 30px;
	min-width: 900px;
	padding-bottom: 128px;
}
#footer {
  background: #000;
  height: 40px;
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  clear: both;
}
#footer a {
	color: #019eb1;
	text-decoration: none;
}
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.success {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  background: #f1f1f1 url('../image/success.png') 10px center no-repeat;
	color: #555555;
}
.warning {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #f1f1f1 url('../image/warning.png') 10px center no-repeat;
	color: #555555;
}
.attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	margin-top: 3px;
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.help {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.icon {
	vertical-align: middle;
	cursor: pointer;
}
.image {
	border: 1px solid #EEEEEE;
	padding: 10px;
	display: inline-block;
}
.image img {
	margin-bottom: 5px;
}
.box {
	margin-bottom: 15px;
}
.box > .heading {
  height: 40px;
  padding: 0px;
  border: 0px;
  background: #151515;
  color: #fff;
  clear: both;
  text-align: center;
}
.box > .heading h1 {
  margin: 0px;
  padding: 11px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.box > .heading h1 img {
display:none;
}
.box > .heading .buttons {
  float: right;
  padding-top: 7px;
  margin-right: 5px;
  position: absolute;
  right: 32px;
  margin-top: -28px;
}
.box > .heading .buttons .button {
	margin-left: 5px;
}
.box > .content h2 { 
	text-transform: uppercase;
	color: #FF802B;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;	
}
.box > .content {
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
	overflow: auto;
}
a.button, .list a.button {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	background: #019eb1;
}
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody td a {
	text-decoration: underline;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
}
.list tbody tr:hover td {
	background-color: #FFFFCB;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list tr.filter td, .list tr:hover.filter td {
	padding: 5px;
	background: #E7EFEF;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
.pagination .links {
	float: left;
	padding-top: 6px;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 12px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form > tbody > tr > td:first-child {
	width: 200px;
}
table.form > tbody > tr > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
	cursor: pointer;
}
.htabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.vtabs {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: none;
}
.vtabs a, .vtabs span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs a img, .vtabs span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs-content {
	margin-left: 205px;
}
.accordion-heading {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.accordion-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.accordion-content {
	padding: 0px 0px 15px 0px;
	overflow: auto;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.overview {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.overview table {
	width: 100%;
}
.overview td + td {
	text-align: right;
}
.statistic {
	float: right;
	width: 49%;
	margin-bottom: 20px;
}
.range {
	float: right;
	color: #FFF;
	vertical-align: middle;
}
.range {
	padding-top: 1px;
	padding-right: 1px;
}
.range, .range select {
	font-size: 11px;
}
.latest {
	clear: both;
}
.latest tbody td {
	background: #FFF;
}
.dashboard-heading {
	background: #547C96;
	color: #FFF;
	border-bottom: 1px solid #8EAEC3;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.dashboard-content {
	background: #FCFCFC;
	border: 1px solid #8EAEC3;
	padding: 10px;
	min-height: 180px;
}
.refresh {
	cursor: pointer;
	position: relative;
	top: 3px;
}


#icon-1{
	background: url('../imagini/custome/informations.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-2{
	background: url('../imagini/custome/cv.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-3{
	background: url('../imagini/custome/categories.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-4{
	background: url('../imagini/custome/anunturi-angajari.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-5{
	background: url('../imagini/custome/firme-angajatori.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-6{
	background: url('../imagini/custome/pagini.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-7{
	background: url('../imagini/custome/agents.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-8{
	background: url('../imagini/custome/customers.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-9{
	background: url('../imagini/custome/categorii-rapoarte.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-10{
	background: url('../imagini/custome/rapoarte.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-12{
	background: url('../imagini/custome/categorii-galerie-foto.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-11{
	background: url('../imagini/custome/galerie-foto.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-13{
	background: url('../imagini/custome/modul-autentificare.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-14{
	background: url('../imagini/custome/modul-anunturi.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-15{
	background: url('../imagini/custome/modul-categorii.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-16{
	background: url('../imagini/custome/modul-privilegii.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-17{
	background: url('../imagini/custome/modul-slide.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-18{
	background: url('../imagini/custome/modul-bannere.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-19{
	background: url('../imagini/custome/modul-parteneri.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-20{
	background: url('../imagini/custome/modul-menu.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-21{
	background: url('../imagini/custome/modul-galerie.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-22{
	background: url('../imagini/custome/languages.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-23{
	background: url('../imagini/custome/tari.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-24{
	background: url('../imagini/custome/zone.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-25{
	background: url('../imagini/custome/layout.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-26{
	background: url('../imagini/custome/utilizatori.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-27{
	background: url('../imagini/custome/grup.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-28{
	background: url('../imagini/custome/ban.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-29{
	background: url('../imagini/custome/agajatori.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-30{
	background: url('../imagini/custome/angajati.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-31{
	background: url('../imagini/custome/mail.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-32{
	background: url('../imagini/custome/setari.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-33{
	background: url('../imagini/custome/user.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-34{
	background: url('../imagini/custome/useri.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-35{
	background: url('../imagini/custome/error.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-36{
	background: url('../imagini/custome/backup.png') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-37{
	background: url('../imagini/custome/agents.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-38{
	background: url('../imagini/custome/agents.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-39{
	background: url('../imagini/custome/agents.jpg') center center no-repeat;
	height:130px;
	width:130px;
}
#icon-40{
	background: url('../imagini/custome/agents.jpg') center center no-repeat;
	height:130px;
	width:130px;
}

#content-admin{
  background: url('../imagini/custome/bk-admin.png') bottom center no-repeat;
  width: 100%;
  min-height: 800px;
}
.heading-admin{
  background: url('../imagini/custome/title-admin.png') center center no-repeat;
  width: 100%;
}
.content-ceai-vedda{
  width: 100%;
  border-top: 1px solid;
  min-height: 320px;
  padding-top: 40px;
}
.box-admin{
  width: 200px;
  height: 200px;
  padding: 35px;
  margin: 0 auto;
  position: relative;
  top: 65px;
}
.content-ceai-vedda a:hover{
  box-shadow: 1px 1px 5px 1px #efefef;
}
.content-ceai-vedda a{
  float: left;
  left: 0px;
  margin: 0px 0px 30px 29px;
  width: 130px;
  height: 130px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #efefef;
  line-height: 2;
  padding: 60px 40px 90px 40px;
}