/* general style */
body {font:13px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;*font-size:small;*font:x-small;}
body{
	color:#333;
	background-color: #9c3324;
}
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;
	border:1px solid black;
	width: 300px;
	padding:0px;
}

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

/* 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: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height:40px;
}

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

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

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

.listerBodyOdd img,
.listerBodyEven img
{
	cursor: pointer;	
}

/*.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;
}*/

.listerBodyEven,
.listerBodyOdd
{
	background-color: #FFFFFF;
	border: 1px solid #444444;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	border-top:none;
	font-size: 11px;
	color: #000000;
	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 solid #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	border-width:medium 2px 2px;
	height:20px;
}

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

.GridFooterClass select
{
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size:11px;
}

.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;
}

.centerCell
{
	text-align: center;
}
/* grid style */

/* layout */

.content {
	float: left;
	width: 99.5%;
	/*background-color: #707070;*/
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	color: #ffffff;
	margin-left: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;
	font-weight:bold;
}
.right_info strong {
	color:#FFFFFF;
}

.input_readonly
{
	background-color:#CCCCCC;
	font-weight:bold;
	width:370px;
}

.box_vanzare
{
	background-color:#666666;
	border:2px solid #000000;
	color:#FFFFFF;
	margin-top:4px;
	padding:4px;
	position:absolute;
	width:220px;
	display:none;
}
.box_vanzare table td
{
	text-align:left;
}

.box_vanzare table td input,
.box_vanzare table td select
{
	width:150px;
}

.logo { text-align: center; }

.button_logout
{
	background-image: url(../img/logout.jpg);
	background-repeat: no-repeat;
	width: 68px;
	height: 18px;
	border:none;
	cursor:pointer;
}

/* BEGIN butoane */
.buttoner 
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	
	color: #000000;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 8px 5px;
	
	margin-left: 5px;
	border:2px solid #000000;
	padding:2px 2px 2px 18px;
	height: 40px;
	width: 130px;
	cursor: pointer;
}

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

.ButtonMark 	{ background-image: url('../img/icons/add.png');  width: 174px; padding-left:30px; }
.ButtonUnmark 	{ background-image: url('../img/icons/unmark.png'); width: 170px; padding-left:33px; }
.ButtonSearch 	{ background-image: url('../img/icons/search.png'); }
.ButtonReset 	{ background-image: url('../img/icons/refresh1.png'); padding-left:30px;}
.ButtonExport 	{ background-image: url('../img/icons/excel.png'); width: 120px; padding-left:20px; }
.ButtonAdauga 	{ background-image: url('../img/icons/add.png'); padding-left:20px;}
.ButtonLogin 	{ background-image: url('../img/icons/login.png'); padding-left:30px; }
.ButtonRun 		{ background-image: url('../img/icons/run.png'); }
.ButtonSave 	{ background-image: url('../img/icons/save.png'); width: 120px; padding-left: 30px; }
.ButtonUndo 	{ background-image: url('../img/icons/edit-undo.png'); width: 120px; padding-left: 30px; }
.ButtonUpload 	{ background-image: url('../img/icons/upload.png'); width: 120px; padding-left:30px; }
.ButtonEdit		{ background-image: url('../img/icons/editeaza.png');}
.ButtonMail		{ background-image: url('../img/icons/email.png'); padding-left:25px; }
.ButtonForward	{ background-image: url('../img/icons/forward.png'); padding-left:31px; width: 170px; }
.ButtonBack		{ background-image: url('../img/icons/back.png'); padding-left:31px; width: 170px; }
.ButtonRaport	{ background-image: url('../img/icons/raport.png'); background-position: -1px -2px; padding-left:31px; width:170px; }
.ButtonFinish	{ background-image: url('../img/icons/finish.png'); background-position: 6px 2px; padding-left:31px; width:170px; }
.ButtonView		{ background-image: url('../img/icons/view_list.png'); background-position: 6px 5px; padding-left:25px; width:115px; }
.ButtonPreview	{ background-image: url('../img/icons/preview.png'); background-position: 6px 3px; padding-left:33px; width:125px; }
.ButtonComanda	{ background-image: url('../img/icons/add_blue.png'); background-position: 9px 9px; padding-left:17px; width:120px; }
.ButtonTrimite	{ background-image: url('../img/icons/right_orange.png'); background-position: 7px 5px; padding-left:30px; width:130px; }

.ButtonLogout 	{ background-image: url('../img/icons/logout_alb.png'); padding-left:35px; width: 100px; background-color: #B22C1B; color: #ffffff; border-color: #cccccc; }
.ButtonChange 	{ background-image: url('../img/icons/change.png'); padding-left:35px; width: 205px;  background-color: #B22C1B; color: #ffffff; border-color: #cccccc; }

/* BEGIN butoane */

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

.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: 19px;	
}

.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;
}

.DropDown
{
	width: 200px; 
	font-size:13px;
}

.login{
	display:block;
	float:left;
	background-color:#b22c1b;
	height:400px;
	width:100%;	
}
.login label
{
	color:#1c1815
}

.loger{
	display:block;
	margin-left: auto;
	margin-top: 80px;
	background-color: #F3F4F5;
	margin-right: auto;
	padding: 20px;
	width: 220px;
	border: 1px solid #DFE3E6;
}

.loger .chooseSite
{
	border: 1px solid #cccccc;
	margin: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width:300px;
	float: left;
}

.loger .chooseSite img
{
	width:300px;
}

.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;
}

div.clear
{
	margin:0;
    padding:0;
	height:0;
    height:none;
    clear:both;
	line-height:0;
	border:none;
	width:500px;
}
/* layout */

/* left menu */

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

#nav li a#main_menu {
	margin-top:5px;
	margin-bottom:0px;
	color: #FFFFFF;
	background-color: #E32636;
	font-weight: bold;
	cursor:default;
}

#nav { margin:0px; width: 104%;  }

#nav li ul { margin:2px 0px 0px 16px; }

/* 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 */

/* PAGINA DREPTURI */

.rights #TabView
{
	width: 95%;
}
.rights #Tabs
{
	margin-left: 20px;
	width: 95% !important;
}

.EditRightsFieldset
{
	border:1px solid black;
	margin:3px;
	padding:5px;
	width:180px;
	float:left;
}

/* PAGINA DREPTURI */

.warningdiv
{
	width	: 200px;
	height 	: auto;
	z-index : 200;
	position: absolute;
	display : block;
	background-color: #fea800;
	border	: 3px solid #7a3400;
	color	: #000000;
	font-weight : bold;
	padding: 5px;
	text-align: left;
}

.msgerror 
{
	background-color: #ffffff;
	color: #9C3324;
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 2px solid #9C3324;
	margin: 10px 0 10px 22px;
	vertical-align: middle;
	left: 36%;
	top: 40%;
	position: absolute;
	display: none;
	z-index: 999;
	font-weight: bold;
	padding:10px;
	width:350px;
	font-size: 13px;
}

/* PAGINA CARTI DE VIZITA */

.cartiFirstCell
{
	width: 130px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

.selectCarti
{
	border: 1px solid #000000;
	color: #000000;
	padding: 4px;
	margin: 0;
	width: 250px;
	background-color:#ffffff;
	font: 11px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.selectCartiFocus
{
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 4px;
	margin: 0;
	width: 250px;
	background-color:#E32636;
	font: 11px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.inputCarti
{
	border: 1px solid #000000;
	color: #000000;
	padding: 4px;
	margin: 0;
	width: 240px;
	background-color:#ffffff;
	font: 11px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.inputCartiFocus
{
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 4px;
	margin: 0;
	width: 240px;
	background-color:#E32636;
	font: 11px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.inputTelefon
{
	border: none;
	color: #000000;
	font-size: 13px;
	margin: 0;
	width: 240px;
	background-color:#ffffff;
	font: 11px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding:0px;
	width: 204px;
	display:inline-block;
}

.inputTelefonFocus
{
	border: none;
	color: #ffffff;
	background-color:#E32636;
	font-size: 12px;
	margin: 0;
	width: 240px;
	font: 11px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding:0px;
	width: 204px;
	display:inline-block;
}

.disabled
{
	background-color:#cccccc;
}

.inputReadOnly
{
	width: 240px;
	padding:4px;
	border:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	height: 16px;
	font: 11px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	display:inline-block;
	
}

.inputReadOnlyFocus
{
	width: 240px;
	padding:4px;
	border:1px solid #ffffff;
	color: #ffffff;
	background-color:#E32636;
	height: 16px;
	font: 11px/1.231 Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	display:inline-block;
}

.divLegendaCarti
{
	border:1px solid #444444;
	color:#ffffff;
	font-weight: bold;
	color:#ffffff;
	background-color:#85AA27;
	width: 150px;
	padding:7px;
	margin:10px 10px 10px 0px;
	text-align:center;
}