/* general style */
body {font:13px/1.231 tahoma,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
body{
	color:#333;
	background-color: #222;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
h1,h2,h3,h4,h5,h6,strong 
{
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* general style */

.MessageBox
{
	left:38%;
	top:40%;
	position:absolute;
	display:none;
	z-index:99;
	width: 310px;
	border:1px solid black;
}

.LoadingBox
{
	left:38%;
	top:40%;
	position:absolute;
	display:none;
	z-index:99;
	width: 210px;
	height:50px;
	border:1px solid black;
	font-size: 20px;
	font-weight:bold;
	background-color:#FFFFFF;
}

/* grid style */

.listerHeader
{
	background-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #444444;
	border-right-color: #444444;
	border-left-color: #444444;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}

.listerHeader a
{
	color: #CCCCCC;
	text-decoration:underline;
	font-size:11px;
}

.listerBody a 
{
	color: #3F4C6B;
	text-decoration:none;
	font-size:11px;
}

.listerBodyOdd td a:hover,
.listerBodyEven td a:hover
{
	color: #D60E0F;
	text-decoration:underline;
}

.listerBodyOdd
{
	background-color: #BFD39F;
	border: 1px solid #DDDDDD;
	border-style:none solid solid;
	border-width:medium 2px 2px;
	border-top:none;
	font-size: 11px;
	font-weight: bold;
	color: #3F4C6B;
	vertical-align:middle;
	margin: 0;
	padding: 3px;
}

.listerBodyOdd a,
.listerBodyEven a
{
	color: #000000;
	text-decoration:underline;
	font-size:11px;
}

.listerBodyEven
{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-style:none solid solid;
	border-width:medium 2px 2px;
	border-top:none;
	font-size: 11px;
	font-weight: bold;
	color: #3F4C6B;
	vertical-align:middle;
	margin: 0;
	padding: 3px;
}

.listerBody span 
{
	color: #999999;
	padding-right: 5px;
}

.GridFooterClass
{
	width: auto;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	border-top: 2px dotted #0066CC;
	background-color: #FFFFFF;
	font-size: 11px;
	border-width:medium 2px 2px;
}

.UlGrid
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.UlGrid li
{
	list-style: none;
	height: 25px;
	float: left;
	width: 100%;
	text-align:left;
}

.CloredRowClass
{
	background-color: #cccccc;
	border: 1px solid #DDDDDD;
	border-style:none solid solid;
	border-width:medium 2px 2px;
	border-top:none;
	font-size: 11px;
	font-weight: bold;
	color: #3F4C6B;
	vertical-align:middle;
	margin: 0;
	padding: 3px;
}

/* grid style */

/* layout */

.content {
	float: left;
	width: 100%;
	background-color: #707070;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

#center {
  width: 100%;
}

.TableContent
{
	margin: 5px 5px 5px 5px; 
	float: left; 
	width: 99%;
}

.up_info {
	float: left;
	height: 30px;
	width: 100%;
	line-height: 30px;
}

.up_info h1 {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	float: left;
}

.right_info {
	float: right;
	height: 30px;
	line-height: 30px;
	color: #999999;
}
.right_info strong {
	color:#FFFFFF;
}

.logo { text-align: center; }

.buttoner {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background-color: #C4CB99;
	border: 1px solid #000000;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	margin-left: 5px;
	cursor: pointer;
}

.Butoane
{
	width: 200px;
	float: right;
	margin: 10px 0px 10px 10px;
}

.ButtonSearch
{
	width: 150px;
	background: url('/img/icons/search.png') no-repeat 8px 5px;
	background-color: #ffffff;
	border:2px solid #000000;
	padding:2px;
	height: 40px;
	text-align:center;
}

.ButtonReset
{
	width: 150px;
	background: url('/img/icons/delete_red.png') no-repeat 8px 5px;
	background-color: #ffffff;
	border:2px solid #000000;
	height: 40px;
	text-align:center;
}

.BoxAbsolute
{
	position: absolute;
	top : 10px; 
	left: 300px; 
	background-color: #A8A8A8;
	border: 2px solid #ffffff;
	z-index: 6;
	display: none;
}

.input_holder 
{
	background-image: url('/img/icons/editeaza.gif');
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 21px;
	width:270px;
}

.input_holder_focus 
{
	background-image: url('/img/icons/editeaza.gif');
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 21px;
	width:270px;
	background-color:#FFFFCC;
}

.headerbox 
{
	background:#990000 none repeat scroll 0 0;
	border-bottom:1px solid #000000;
	color:#FFFFFF;
	font-size:12px;
	margin-top:0;
	padding:5px;
	height: 12px;
	cursor: pointer;
}

.DragBox
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	filter: alpha(opacity='40');
	z-index: 30;
	-moz-opacity: .40;
	opacity: .40;
}

#dialog
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	filter: alpha(opacity='80');
	display: none;
	z-index: 5;
	-moz-opacity: .80;
	opacity: .80;
}

.FieldsetLegend
{
	border:1px solid;
	padding: 2px 2px 2px 2px;
	font-family: Verdana,Sans-Serif;
	font-size:12px;
}

select,
input,
textarea
{
	border:1px solid black;
}

.Button 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #FFF;
	font-weight: bold;
	border:1px solid #000;
	height:20px;
	cursor: pointer;
}

.BoxAbsEditCell
{
	font-size:11px;
	color:#990000;
	font-family:Verdana,Sans-Serif;
	font-weight: bold;
	height: 30px;
	width:120px;
}

.login{
	display:block;
	float:left;
	background-color:#FFFFFF;
	height:400px;
	width:100%;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.loger{
	display:block;
	margin-left: auto;
	margin-top: 80px;
	background-color: #F3F4F5;
	margin-right: auto;
	padding: 20px;
	width: 220px;
	;
	border: 1px solid #DFE3E6;
}

.texter2 {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 5px;
	font-size: 11px;
	margin: 0px;
	width: 200px;
}

label 
{
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}

#footer {
	clear:both;
	display:block;
	text-align:center;
	margin-top:10px;
	color: #666666;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
/* layout */

/* left menu */

#nav li { list-style-type: none; }
#nav li a, #nav li a:visited {
	color: #999999;
	text-decoration: none;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 2px;
	margin-right: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#nav li a:hover {
	background-color: #292929;
	color: #FFFFFF;
}
#nav li a#active {
	color: #FFFFFF;
	background-color: #292929;
	font-weight: bold;
	background-image: url(/img/menu_arrow_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav li a#main_menu {
	color: #CCCCCC;
	background-color: #292929;
	font-weight: bold;
	cursor:default;
}

#nav { margin:30px 0px 0px; }

#nav li ul { margin:10px 0px 0px 25px; }

/* left menu */

/* Sugesster css */
.SuggestionItem
{
	list-style: none;
	color: white;
	cursor: pointer;
	padding: 3px;
	font-size: 12px;
}

.SuggestionItemHover
{
	background-color: gray;
	color: white;
	list-style: none;
	cursor: pointer;
	padding: 3px;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

.SuggestPane ul
{
	padding: 0px;
	margin: 0px;
	background-color: black;
}

.SuggestPane
{
	border: 1px dotted gray;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	z-index: 100;
}
/* Sugesster css */

.moderare_menu {
    color:#0A9447;
    text-decoration: none;
    font-weight: normal;
}
.moderare_menu:hover, .moderare_menu.selected {
    color:#0A9447;
    text-decoration: underline;
    font-weight: normal;
}
.moderare_menu.selected {
    font-weight: bold;
    color:#9B410E;
}