/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;

	width: 700px;
	height:570px;
	
    position: fixed;
    top: 1%;
    left: 50%;
    
    margin-left: -350px;
    
    background-color: #fff;
    border: 1px solid black;
    padding: 1px;
}

.jqmOverlay { background-color: #000; }
.loading_ajax { 
	background-color: #000; 
	height: 100%; 
	width: 100%; 
	position: fixed; 
	left: 0pt; 
	top: 0pt; 
	z-index: 3999; 
	opacity: 0.85; 
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	display:none;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(1 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.modalclose , .modalclose a {

	width:145px;
	background-color:#999999;
	height:20px;

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height:20px;
	text-indent:13px;
}

.modalclose a:hover {
	color: #000000;
}


#contprod {
width:700px;
height:535px;
position:relative;
overflow:auto;
}

#contprod_cos {
margin-top:20px;
width:700px;
position:relative;
}


#contprod .text_linie, #contprod_cos .text_linie_cos {
	width:700px
	height:25px;
	margin-top:5px;
	margin-bottom:15px;
	text-align:center;
	font-size:16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif,"Trebuchet MS", Verdana;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
	line-height:25px;
}

#contprod_cos .text_linie_cos {
	text-align:center;
	text-indent:15px;
	margin-bottom:5px;
}

.text_linie_anunt {
	width:660px;
	margin:auto;
	margin-top:15px;
	margin-bottom:45px;
	text-align:left;
	font-size:13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif,"Trebuchet MS", Verdana;
    color: #000000;
    text-decoration: none;
    font-weight:normal;
	line-height:15px;
}

.text_linie_descriere_sup {
	width:660px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	font-size:13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif,"Trebuchet MS", Verdana;
    color: #000000;
    text-decoration: none;
    font-weight:normal;
	line-height:15px;
}


#contprod .linie_prod, #contprod_cos .linie_prod {
	width:700px;
	height:25px;
}

#contprod .camp1, #contprod .camp2, #contprod .camp3, #contprod .camp4, #contprod .camp5, #contprod .camp1_n, #contprod .camp2_n, #contprod .camp3_n, #contprod .camp4_n, #contprod .camp5_n, #contprod_cos .camp1_cos, #contprod_cos .camp2_cos, #contprod_cos .camp3_cos, #contprod_cos .camp4_cos, #contprod_cos .camp5_cos, #contprod_cos .camp1_n_cos, #contprod_cos .camp2_n_cos, #contprod_cos .camp3_n_cos, #contprod_cos .camp4_n_cos, #contprod_cos .camp5_n_cos {
	float:left;
	height:25px;
	text-align:center;
	font-size:13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif,"Trebuchet MS", Verdana;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
	line-height:25px;
}


#contprod .camp1, #contprod .camp2, #contprod .camp3, #contprod .camp4, #contprod .camp5, #contprod_cos .camp1_cos, #contprod_cos .camp2_cos, #contprod_cos .camp3_cos, #contprod_cos .camp4_cos, #contprod_cos .camp5_cos {
	background-color:#436C10;
    color: #FFFFFF;
	margin-left:7px;
}

input.s_cos {
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif,"Trebuchet MS";
    color: #000000;
    text-decoration: none;
    font-weight:normal;
	line-height:16px;
	border:1px solid #F4015F;
	width:50px;
}

