html, body{
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  height:100%;
  background: url(../img/layout_bamboo_03.gif) repeat-y center;
}
.layout {
  background: url('../img/layout.gif') no-repeat;
  width: 764px;
  height: 261px;
  margin:170px auto 0px auto;
  padding-top:50px;
}

.layout .perrors {
	margin-top: 20px;
	padding-left: 230px;
	text-align: center;
	color:#de4051;
}

.layout .pinput {
 width: 250px;
 height: 25px;
 font-size: 18px;
 color: #848484;
 margin-top: 15px;
 border: 1px solid #cecece;
}

.layout .psubmit {
	margin: 7px 0px 0px 420px;
}

.layout label{
  font-size: 16px;
  color: #848484;
  font-weight:bold;
  margin-right: 16px;
}

.layout div{
	margin-top: 10px;
	padding-left: 360px
}
#body{
  margin:10px auto 0px auto;
  height:100%;
  width:950px;
  margin:auto;
  padding-left:25px;
}

#boxHeader {
 text-align:center;
 background: url(../img/menu_header.gif) no-repeat bottom;
 width:220px;
 height:10px;
}


#boxM{
  text-align:center;
  background: url(../img/menu_contentbg.gif);
  width:220px;
  color:#000;
}

#boxFooter {
 text-align:center;
 background: url(../img/menu_footer.gif);
 width:220px;
 height:19px;
}

#eticheta {
 width:83px;
 height:90px;
}


#header{
	background: url(../img/header_admin.jpg) no-repeat;
	height: 80px;
	width:923px;
}

#mainBg{
  float: left;
  text-align: justify;
}

#menuBg{
	width: 205px;
  float:left;
}

#menuBg .item{
  text-align: left;
  margin-left: 6px;
}

#menuBg .item a:hover{
  /* background-color: #c8c8c8; */
  color: #BBB;
  border-left: 1px dashed #666;
  padding: 5px 5px 5px 7px;
}

#menuBg .item a{
  color: #FFF;
  padding: 5px 5px 5px 8px;
  font-size: 12px;
  font-weight: bold;
  display: block;
	text-decoration: none;
}

#menuBg .itemSel{
	text-align: left;
	margin-left: 6px;
	/* background-color: #16b5d2; */
	background: url(../img/pattern_blue.gif);

}

#menuBg .itemSel a{
  color: #fff;
  padding: 5px 5px 5px 7px;
  font-size:12px;
  font-weight: bold;
  display: block;
	text-decoration: none;
	border-left: 1px dashed  #fff;
}

div.half{
  float:left;
  width: 50%;
}

.err{
  color: #dc0204;
}

h1{
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: H1_FONT;
  font-weight: bold;
  font-size: 18px;
}

h2{
	padding:5px 0px;
	margin:0px;
  font-size:18px;
  font-weight: normal;
  color: #898788;
}

h3{
	padding:5px 0px;
	margin:0px;
  font-size:16px;
	font-weight: bold;
  color: #000;
}

.ok{
  color: #52a400;
}

.hello {
	float: left;
	margin-top: 25px;
}

a{
  font-size:11px;
  text-decoration: none;
  color: #394f82;
}

a:hover{
  font-size:11px;
  text-decoration: underline;
  color: #5673b6;
}

a.cont{
  font-size:10px;
  text-decoration: none;
  color: #394f82;
}

a.cont:hover{
  font-size:11px;
  text-decoration: none;
  color: #5673b6;
}

div.center{
  width:665px;
  padding: 10px 25px 10px 20px;
  background: url('../img/content.gif') repeat-y;
}

.cssform p{
  width: 190px;
  clear: left;
  margin: 0px;
  padding: 2px 0px 2px 140px;
}

.cssform p.medium{
  width: 350px;
}

.cssform p.large{
  width: 510px;
}

.cssform label{
  font-weight: bold;
  color: #FFF;
  font-size: 11px;
  float: left;
  margin-left: -140px; /*width of left column*/
  width: 128px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
  text-align: left;
}

.cssform label.normal{
  font-weight: normal;
  color:#898788;
  float: none;
  margin: 0px; /*width of left column*/
}

.cssform label.blue{
  background-color: #e2e2e2;
  padding: 4px;
  color: #000;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width: 180px;
}

.cssform input[type="password"]{
  width: 180px;
}

.cssform input[type="submit"]{
  margin-left: 0px;
  padding: 0px;
}

.cssform select.match{
  width: 183px;
}

.cssform textarea {
  width: 250px;
  height: 150px;
}

.header {
	background: url('../img/header.gif');
	width:699px;
	height:14px;
}

.footer {
	background: url('../img/bottom.gif');
	width:699px;
	height:14px;
}

/*css style for divTabs.inc*/

td.tab{
	height: 31px;
	background:url('../img/tab.gif') top right no-repeat;
}

td.tab a{
  text-decoration: none;
  font-size: 12px;
	font-weight:bold;
  color: #555555;
	width:78%;
	height: 24px;
	display:block;
	background:url('../img/t_2.gif') no-repeat;
	padding:7px 7px 0px 25px;
}

td.tab a:hover{
	color: #16b5d2;
	background:url('../img/t_1.gif') no-repeat;
}

td.tabSel{
	color: #16b5d2;
	font-size: 12px;
	font-weight:bold;
	height: 31px;
	background:url('../img/tab.gif') top right no-repeat;
}

td.tabSel span{
	width:78%;
	height: 24px;
	display:block;
	background:url('../img/t_1.gif') no-repeat;
	padding:7px 7px 0px 25px;
}

td.tabSel a{
	width:78%;
	height: 24px;
	display:block;
	font-size: 12px;
	font-weight:bold;
  color:#555;
	text-decoration: none;
	background:url('../img/t_2.gif') no-repeat;
	padding:7px 7px 0px 25px;
}

td.tabSel a:hover{
	color: #16b5d2;
	background:url('../img/t_1.gif') no-repeat;
}

/*end css style for divTabs.inc*/

.pnHeaderRow {
	background-color: #16b5d2;
}

.pagination a.currentpage {
	background-color: #16b5d2;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a:hover, .pagination a:active {
	border: 1px solid #2b66a5;
	color: #000000;
	background-color: #16b5d2;
}

.headerR{
   background-color:#16b5d2;
   color:white;
   font-weight:bold;
}

.pages{

	border:1px solid #313131;
	margin:10px 10px 10px 10px;
	width:190px;
}

#menuBg .itemPag{
  width: 170px;
  text-align: left;
  padding:5px;
  margin-left:5px;
	background:url(../img/pattern.gif);
  cursor: pointer;
  color: #FFF;
}

#menuBg .itemPag:hover{
  color: red;
 /* border-left:1px dashed #454545; */
}

#menuBg .itemPag:hover span{
  color: #BBB;
  padding-left: 8px;
  font-size:12px;
  font-weight: bold;
}

#menuBg .itemPag span{
  color: #FFF;
  padding-left: 8px;
  font-size:12px;
  font-weight: bold;
}

#menuBg .itemPagSel span{
	color: #16b5d2;
  padding-left: 8px;
  font-size:12px;
  font-weight: bold;
}

#menuBg .itemPagSel{
	width: 170px;
	text-align: left;
	padding:5px;
	margin-left:5px;
}

/*Table INC */
.pnTableContainer {
	width: 655px;
	background: url(../img/tableinc/tableTitleHead.gif) top repeat-x #cddef3;
	border-left: 1px solid #94accc;
	border-right: 1px solid #94accc;
	border-bottom: 1px solid #94accc;
	font-size: 12px;
	color: #000;
}

.pnTableContainer .left {
	float: left;
	padding: 3px;
}

.pnTableContainer .sortLink {
	color: #16b5d2;
	font-weight: bold;
	font-size: 12px;
	margin-left: 30px;
	cursor: pointer; /* da chiar nu merge fara asta */
}

.pnInputContainer {
	display: none;
	position: absolute;
	background: #e3eef9;
	border: 1px solid #aec9ec;
	padding: 1px;
	margin-top: -6px;
}

.pnInputContainer img {
	position: relative;
	top: +3px;
}

.pnTableContainer .right {
	float: right;
	padding: 3px;
}

.pnTableContainer table {
	width: 100%;
}

.pnTableContainer td {
	padding: 3px 10px 3px 3px;
	border-bottom: 1px solid #E0E0E0;
}

.pnTableContainer .pnRowHover {
	background: url(../img/tableinc/rowOver.gif) top repeat-x #dedede;
}

.pnTableContainer .pnBottom {
	height: 25px;
}

.pnHeaderRow {
	color: #000;
	background: url(../img/tableinc/header.gif) repeat-x bottom #fff;
}

.pnHeaderRow th {
	font-size: 12px;
	font-weight: normal;
	padding-left: 3px;
}

.pnHeaderRow th.pnOver {
	font-size: 12px;
	font-weight: normal;
	padding-left: 3px;
	background: url(../img/tableinc/headerOver.gif) repeat-x bottom #fff;
}

.pnEvenRow {
	background-color: #f8f8f8;
}

.pnOddRow {
	background-color: #f1f1f1;
}

.pnNowDraging {
	background-color: #d1d1d1;
}

.pnFilterContainer {
	margin: 10px 10px 0px 0px;
	border:1px solid #16b5d2;
	padding:5px;
}

.pnForm {
	width: 98%;
	border: 1px solid #94accc;
	background: url(../img/tableinc/bgTabel.gif) repeat-x #d0def0;
	margin-left: auto;
	margin-right: auto;
}

.pnSubmit {
	background: url(../img/tableinc/butonBg.gif) top repeat-x #6c9cda;
	margin: 3px 0 3px 3px;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}

.pnSubmContainer {
	height: 21px;
}

.pnFilterContainer legend{
	border:1px solid #16b5d2;
	padding: 2px
}

img {
	vertical-align:middle;
}

.cssform textarea.meta_text {
	width:300px;
	height:100px;
	vertical-align:top;
}

.cssform input.meta_title {
	width:200px;
	vertical-align:top;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.helpform label.blue{
	width:200px;
	margin-right:3px;
}

.test{
	background:#16b5d2;
	color: #FFF;
}

a.mod {
	font-size:12px;
	font-weight:bold;
	color:#555;
	text-decoration:none;
	background: url(../img/tab_2.gif) no-repeat;
	display:block;
	width:81px;
	height:24px;
	padding: 7px 0px 0px 25px;
	margin-left: 3px;
	float: left;
}

a.mod:hover{
	color: #16b5d2;
	text-decoration:none;
	background: url(../img/tab_1.gif) no-repeat;
}

a.mod_preview {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:81px;
	height:24px;
	padding: 7px 0px 0px 25px;
	float: left;
	background: url(../img/blue_button.gif) no-repeat;
}

a.mod_preview:hover {
	color: #555;
}

.buton {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	background: url(../img/image.gif) no-repeat;
	width: 101px;
	height: 31px;
	border: 0px;
	color: #555;
	cursor:pointer;
}

.buton:hover {
	background: url(../img/image.gif) no-repeat;
	border: 0px;
	color: #16b5d2;
}

.buton_upload {
 	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	background: url(../img/image_transparent.png) no-repeat;
	width: 101px;
	height: 31px;
	border: 0px;
	color: #555;
	cursor:pointer;
}

buton_upload:hover {
	color: #16b5d2;
}

.errors {
	margin: 5px 0px 5px 0px;
	padding:3px;
	border: 1px solid #e2e2e2;
	color: #dc0204;
	font-size: 13px;
	font-weight:bold;
	width:649px;
}

.border_err {
	border: 2px solid #dc0204;
}

.grey {
	border: 1px solid #e2e2e2;
	color: #888;
	padding:0px 7px ;
	width: 510px;
	font-size: 12px;
}

.box_icons_header {
	background: url(../img/box_icons_header.gif);
	height:24px;
	width:660px;
}

.box_icons_middle {
	background: url(../img/box_icons_middle.gif);
	width:660px;
	height: 125px;
}

a.text_modules{
	color: #979799;
	font-weight: bold;
	font-size:12px;
}

a.text_modules:hover{
	color: #16b5d2;
	text-decoration:none;
}

.info_scroll {
	color:#16b5d2;
	font-size: 12px;
	padding-bottom:10px;
	font-weight: bold;
}

