/* general tag styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #F2F2F2;
	padding: 10px;
	margin: 0;
	text-align: left;
	font-size: 11px;
}

p, td, li, form, label, textarea {
	font-size: 11px;
}

textarea {
	font-size: 12px;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 130%;
	padding: 0 0 13px 0;
	color: #000;
	font-weight: normal;
	border: 0;
	margin: 0;
}

h1 {
    font-size: 17px;
	line-height: 100%;
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid #DADADA;
	margin: 0;
	font-weight: normal;
	color: #000;
}

h1 span {
	color: #777;
}

h2, h3, h4 {
	color: #47739F;
	font-size: 11px;
	padding: 10px 10px 10px 18px;
	margin: 0;
	background-color: #EBF2FA;
	border: 1px solid #D6E4F5;
}

h2 a {
	text-decoration: none;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #47739F;
}

a:hover {
	color: #47739F;
}

label {
	color: #000;
	vertical-align: middle;
	font-size: 11px;
}

.em-note {
  font-style: italic;
}

p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  padding: 0;
} 

/* lists style */

li {
	list-style: square;
	padding: 0 0 3px 0;
}

li p {
	color: #000;
	padding: 0;
}

li a {
	font-weight: bold;
}

/* grey text */

.grey {
	color: #999;
	font-size: 10px;
}

/* blue text */

.blue {
	color: #2971BE;
}

/* floating styles */

.flush-right {
	float: right;
	text-align: right;
}

.flush-left {
	float: left;
	margin-right: 10px;
}

.flush-right-pages {
	float: right;
	padding: 11px 0 0 0;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

/* main containers */ 

#main-container {
	text-align: left; 
	margin: 0;
	width: 99%;
	border: 1px solid #999;
	background: #fff;
}

.content-container {
	padding: 29px 25px 30px 30px;
}

.content-container-right {
	padding: 10px 25px 30px 25px;
}

.content-container-right ul {
	margin: 0 0 0 15px;
}

.content-container-right-noindent {
	padding: 25px 0 30px 0;
}

#page-content {
	margin: 1px 0 0 0;
}

#content-l {
	border-top: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	background: #eee;
	width: 171px;
	height: 450px;
	padding: 0;
}

#content-r {
	padding: 10px 10px 0 10px;
}

/* header */

#header {
	margin: 0 0 1px 0;
	padding: 2px;
}

#top td{
	padding : 4px 10px 9px 8px;
}

/* tabs */

#tabs {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}

#tabs li {
	padding: 0;
	margin: 0;
	float: left;
	background-color: #999999;
	border-right: 1px solid #fff;
	list-style: none;
}

#tabs li p {
	padding: 8px 0  8px 0;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

#tabs li p span {
	color: #777;
}

#tabs li a {
	padding: 8px 23px 8px 23px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#tabs li.selected {
	background: #eee;
}

#tabs li.selected p {
	padding: 8px 23px 8px 23px;
	_padding: 8px 23px 7px 23px;
	margin: 0;
	color: #000;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#tabs li.title {
	background: #fff;
}

#tabs li.title p {
	background: #fff;
	font-size: 17px;
	font-weight: normal;
	width: 250px !important;
	padding: 2px 13px 2px 23px;
	white-space: nowrap;
}

.sub-tabs {
	background-color: #eee;
	margin: 30px 0 8px 0;
	padding: 0;
	line-height: 11px;
	font-size: 11px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #ccc;
}

/* left navigation */

#lnav {
	margin: 0 0 40px 0;
	list-style: none;
}

#lnav li {
	list-style: none;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #eee;
	background: #ddd;
	
}

#lnav li.separator {
	padding: 5px 0 5px 24px;
	font-weight: bold;
	color: #fff;
	background: #aaa;
}

#lnav li a {
	color: #000;
	font-weight: normal;
	padding: 0 0 0 11px;
	background: url(../../images/arrow_right.jpg) top left no-repeat;
	text-decoration: none;
	display: block;
}

#lnav li a.selected {
	color: #cc0000;
	font-weight: bold;
}

#lnav li a.open {
	color: #CC0000;
	background: url(../../images/arrow_down.jpg) top left no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#lnav li a.subnav {
	color: #000;
	font-weight: normal;
	background: none;
	text-decoration: none;
	display: block;
	font-size: 10px;
}

#lnav li a.subnav-selected {
	color: #cc0000;
	font-weight: bold;
	background: none;
	border-bottom: none !important;
	text-decoration: none;
	display: block;
	font-size: 10px;
}


/* lista */

#list-data {
	margin: 10px 0 0 0px;
	padding: 0;
}

#list-data th {
	background: #C75747;
	color: #fff;
	padding: 7px 0px 7px 10px;
}

#list-data th a {
	color: #fff;
}

#list-data td {
	padding: 0px 0px 2px 0px;
}

#list-data input, #list-data select{
	font-size: 11px;
}

#rows {
	border-collapse: collapse;
}

#rows td {
	border: 1px solid #dadada;
	padding: 3px 5px 3px 10px;
}

#rows th {
	padding-right: 5px;
}

#search {
	padding: 3px 5px 6px 10px;
	color: #fff;
	background: #999 url(../../images/dot.jpg) bottom left repeat-x;
}

#search td{
	vertical-align: middle;
}

#search input, #search select {
	vertical-align: middle;
	font-size: 11px;
}

#search a {
	font-weight: bold;
	color: #efefef;
	font-size: 12px;
}

/* form data */


#data th {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 3px 5px 10px;
	border-bottom: 1px solid #f2f2f2; 
	text-align: right;
	vertical-align: top;
	width: 100px;
}

#data td {
	font-size: 12px;
	font-weight: normal;
/*	padding: 5px 5px 5px 5px; */
	padding: 5px 3px 5px 3px;
	border-bottom: none !important; 
	background: #f2f2f2;
}

#data td.separator {
	padding: 20px 2px 2px 4px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #aaa !important;
	background: #fff;
	color: #369;
}

#data td input, #data td textarea, #data td select{
	font-family: Verdana;
}

#data td select{
	font-family: Verdana;
}

.label {
	font-size: 12px;
	font-weight: normal;
	padding: 15px 10px 5px 10px;;
	border-bottom: 1px solid #333;
	background: #fff !important;
	font-size: 14px;
	color: #000;
}

#data p.opr {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px 6px 10px;
	font-size: 14px;
	text-align: right;
	color: #fff;
	background: #bbb url(../../images/dot.jpg) bottom left repeat-x;
}

#data p.opr a {
	background: #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	font-size: 10px;
}

#data a.opr-disabled {
	background: #ccc !important;
	border: 1px solid #aaa !important;
	border-bottom: 1px solid #aaa !important;
	color: #777 !important;
}

#data p.add {
	font-size: 12px;
	font-weight: normal;
	padding: 6px 10px 6px 10px;;
	font-size: 14px;
	text-align: left;
	color: #fff;
	background: #bbb;
	border-bottom: 1px solid #999;
}

#data p.add a {
	background: #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	font-size: 10px;
}

#data p.head-data {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 6px 10px;
	font-size: 13px;
	text-align: left;
	color: #000;
	background: #bbb url(../../images/dot.jpg) bottom left repeat-x;
}


#data-edit {
	margin: 10px 0 0 0;
}

#data-edit td {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	background: #f2f2f2;
}

#data td.opr a {
	background: #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	margin: 3px 0 3px 0;
	font-size: 10px;
	display: block;
}

#data td.opr-disabled a {
	background: #ddd !important;
}

#data td.opr {
	padding: 0 7px 0 0;
}

#data p.opr-list {
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px 3px 10px;
	font-size: 14px;
	text-align: right;
	color: #fff;
}

#data p.opr-list a {
	background: #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	margin: 0 3px 0  0;
	font-size: 10px;
}

#data a.opr-list-disabled {
	background: #ccc !important;
	border: 1px solid #aaa !important;
	border-bottom: 1px solid #aaa !important;
	color: #777 !important;
}


.form-list th {
	padding: 3px;
	text-align: left !important;
	font-weight: bold !important;
}

.form-list-level2  {
	margin: 0 0 0 4px;
}

.form-list-level2 th {
	padding: 4px 0 2px 0 !important;
	text-align: left !important;
	font-weight: bold !important;
}

.form-list-level2 td  {
	vertical-align: top;
	padding: 0 !important;
}

.form-list-level2 td input, .form-list-level2 td select, .form-list-level2 td textarea {
	padding: 0 !important;
	margin: 0 !important;
}

.form-list-level2 td.opr a {
	background: #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 7px 0 7px;
	margin: -1px 0 2px 7px !important;
	font-size: 10px;
	display: block;
}

.form-list-level2 td.opr-disabled a {
	background: #ddd !important;
}

.repeater-data-level1 #data p.opr {
	font-size: 12px;
	font-weight: normal;
	padding: 1px 10px 2px 10px;
	font-size: 14px;
	text-align: right;
	color: #fff;
	background: #bbb url(../../images/dot.jpg) bottom left repeat-x;
}

.repeater-data-level1 #data td {
	background: #E4E4E4;
	padding: 0 !important;
}

.repeater-data-level1 #data p.opr a {
	padding: 2px 7px 2px 7px;
	margin: 3px 0 3px 0;
	font-size: 10px;
}


.repeater-data-level1 #data td input, .repeater-data-level1 #data td textarea, #data td select{
	margin: 0px 2px 0 2px;
	font-family: Verdana;
}

.repeater-data-level1 #data td select{
	margin: 2px 2px 2px 2px;
	font-family: Verdana;
}

.repeater-data-level1 #data th {
	padding: 2px 3px 2px 10px !important;
	border-bottom: 1px solid #f2f2f2; 
	text-align: right;
	vertical-align: top;
}

.repeater-data-level1 #data p.add {
	font-size: 12px;
	font-weight: normal;
	padding: 2px 10px 2px 10px;;
	font-size: 14px;
	text-align: left;
	color: #fff;
	background: #bbb;
	border-bottom: 1px solid #999;
}

.repeater-data-level1 #data p.add a {
	background: #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	font-size: 10px;
}


.repeater-data-level2 #data td {
	background: #DDDDDD;
	padding: 0 !important;
}

/* others */

.dotted-line {
	background: url(../../images/dot.jpg) top left repeat-x;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

p.dotted-line-full {
	background: url(../../images/dot.jpg) top left repeat-x;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
}

.content-container-right .dotted-line {
	background: url(../../images/dot.jpg) top left repeat-x;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 1px;
	line-height: 1px;
}

.line-divider {
	padding: 0;
	margin: 3px 0 3px 0;
	font-size: 1px;
	line-height: 1px;
	border-top: 1px solid #DADADA;
}

.operations { 
	color: #47739F;
	padding: 0;
	font-weight: bold;
}

.showing {
	padding: 3px 0 0 0;
}

.pages {
	font-size: 10px;
}

/* errors */

p.error-message{
	line-height: 120%;
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	color: #ff0000;
	font-weight: bold;
}
p.error-message span{
	font-weight: normal;
}

p.error-input{
	line-height: 120%;
	padding: 0px 0 4px 5px;
	margin: 0px 0 0px 0;
	color: #ff0000;
}

.error-label{
	color: #ff0000;
	font-weight: bold !important;
}


.description{
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-style: italic;
}

/* file upload buttons */

a.button-file, a.button-file:visited, a.button-file:hover{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #888;
	color: #fff;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	padding: 0px 10px 4px 10px;
	margin-top: 10px !important;
}

.image-info{
	font-size: 11px;
	font-style: italic;
}

.file-info{
	font-size: 11px;
	font-style: italic;
}

p.spacer{
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* login */

#login-form #data th {
	font-size: 11px !important;
	border: none;
	padding: 2px 2px 3px 0;
	width: 85px;
}

#login-form #data td {
	background: #fff;
	border: none;
	padding: 0 2px 3px 0;
}

#login-form #data td input {
	font-size: 11px !important;
}

.checkbox{
	vertical-align: middle;
	margin: 0 3px 0 0 ;
	_margin: 0;
}
.checkbox_container{
	padding: 0 0 5px 0;
	_padding: 0;
	margin: 0;
}

.radio_container{
	padding: 0 0 4px 0;
	_padding: 0;
	margin: 0;
}

.radio{
	vertical-align: middle;
	margin: 1px 2px 0 0 ;
	_margin: 0;
}

.disable{
	color: #777;
}

.disable-underline{
	color: #ccc;
	text-decoration: underline;
}

#backup-log li{
	list-style: square;
	color: #777;
	margin: 0 0 0 20px;
}

.highlighted-row{
	background: #dedede;
}
.highlighted-row td{
	border-bottom: 1px solid #fff;
}

.small-note{
	font-size: 10px;
	font-style: italic;
	padding-bottom: 3px;
	color: #777;
}

.grid-button{
	background: #ddd;
	height: 19px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 0px 2px 0px;
}

.filter-button{
	background: #ddd;
	width: 90px;
	height: 19px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	font-size: 11px;
}

.save-button{
	background: #ddd;
	width: 80px;
	height: 23px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 11px;
}

.login-button{
	background: #ddd;
	width: 80px;
	height: 20px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 11px;
	padding-bottom: 2px;
	_padding-bottom: 0px;
}

.form-controller{
	margin-top: 20px;
}

.submitting-container{
	position: absolute;
	top: 50%;
	left:50%;
}

.popup-close-window{
	text-align: center;
	padding-top: 10px;
}

.translucent {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 50000;
    display: none;
    padding: 0;
    margin: 0;
}
.translucent #loading-message{
	background: #FFFFbb;
	padding: 5px 0 5px 0;
	margin: auto;
	width: 130px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma;
	text-align: center;
	
}
.overlayer {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -250px; /* jumate din cat ii overlayeru */
    width: 500px;
    height: 100px;
    padding: 10px;
    border: 1px solid #adadad;
    display: none;
    z-index: 50001;
	text-align: center;
}

/* Tre sa aiba aceleasi dimensiuni shi pozitionare ca #overlayer */
.overlayer-bg {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -250px; /* jumate din cat ii overlayeru */
    width: 500px;
    height: 100px;
    padding: 10px;
    border: 1px solid #adadad;
    display: none;
    z-index: 50000;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    background: #fff;
}

/* Drag and drop tree */

	.drag-drop-tree, #floatingContainer{
		margin:0px;
		padding:0px;
	}
/*	.drag-drop-tree ul{	
		margin-left:20px;	
		padding-left:0px;
		display:none;	
	} */
	
	#floatingContainer ul{
		margin-left:20px;	/* Left spacing */
		padding-left:0px;	
	}
	.drag-drop-tree li,#floatingContainer li{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
		
	}

	.drag-drop-tree li a,#floatingContainer li a{	/* Node links */
		color:#000;
		text-decoration:none;
		font-family: Verdana;
		font-size: 11px;
		padding-left:1px;
		line-height:13px;
		margin-left:2px;
		
	}
	.drag-drop-tree li a.highlightedNodeItem{
		color:#FFF;
		background-color:#009;
	}
	
	.drag-drop-tree input.folderTreeTextBox{	/* Css for the text input - rename item */
		font-size:10px;
		margin:0px;
		padding:0px;
		height:12px;
	}
	
	.drag-drop-tree li{
		margin: 0;
		padding: 0;
	}
	
	.drag-drop-tree img.folder-img, .drag-drop-tree a {
		cursor: move;
	}
	
	.drag-drop-tree img.plus-minus {
		cursor: pointer;
	}
	
	.drag-drop-tree ul li img.plus-minus{
		padding-left: 5px;
	}
	
	.drag-drop-tree ul li ul li img.plus-minus{
		padding-left: 25px;
	}
	
	.drag-drop-tree ul li ul li ul li img.plus-minus{
		padding-left: 45px;
	}
	
	.drag-drop-tree ul li ul li ul li ul li img.plus-minus{
		padding-left: 65px;
	}
	
	.drag-drop-tree ul li ul li ul li ul li ul li img.plus-minus{
		padding-left: 85px;
	}
	
	.drag-drop-tree ul li ul li ul li ul li ul li ul li img.plus-minus{
		padding-left: 105px;
	}
	
	.drag-drop-tree ul{
		padding-left: 0!important;
		margin-left: 0!important;
	}
	
	.drag-drop-tree .folder{
		padding: 0 !important;
		margin: 0 !important;
	}
	
	#drag-drop-tree .content, #floatingContainer .content{
		height: 100%;
		border-top: 1px solid #ddd;
		padding: 5px 0 5px 0 ;
		margin: 0;
		background: #fff;
		vertical-align: middle;
		font-weight: normal;
	}
	
	#drag-drop-tree .content a, #floatingContainer .content a{
		font-weight: normal;
	}
	
	.drag-drop-tree .bullets, #floatingContainer .bullets{
		float: left;
		margin: 0;
		padding: 0;
	}
	
	.drag-drop-tree .links,  #floatingContainer .links{
		float: right;
		padding: 3px 5px 0 0;
		margin: 0;
		font-size: 11px;
	}	
	
	.drag-drop-tree .links a,  #floatingContainer .links a{
		color: #47739F;
		cursor: pointer;
		text-decoration: underline;
		font-size: 11px;
	}	
	
	.drag-drop-tree .content-root img{
		display: none;
	}
	
	#drag-drop-tree{
		padding: 0;
		margin: 0;
	}
	
	.drag-drop-tree .content-root{
		height: 20px !important;
		padding: 5px 0 2px 10px;
		margin: 0;
	}
	.drag-drop-tree .content-root a{
		color: #fff !important;
		cursor: default;
	}

	.drag-drop-tree-container{
		border-right: 1px solid #ddd; 
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;	
		padding:0;
		margin: 0;
	}

 
