/* @group ntz css reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}
body {line-height: 1}
ol, ul {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none}

strong, b {font-weight:700}
em, i {font-style:italic}

ins {text-decoration:none}
del {text-decoration:line-through}
table {border-collapse:collapse;border-spacing:0}
caption, th, td {text-align:left;font-weight:100}

textarea {overflow:auto}
button {cursor:pointer;padding:0}
*:first-child+html button {width:1;overflow:visible}
* html button {width:1;overflow:visible}
button::-moz-focus-inner { border: 0; }

input[type="checkbox"], input[type="radio"], input.radio, input.checkbox {vertical-align:text-top;width:13px;height:13px;padding:0;margin:0;position:relative;overflow:hidden;top:2px}

a {text-decoration:none; color:#4f81bd}
a:hover {text-decoration:underline}

:focus {outline:0}
a:focus {outline:1px dotted #999}

/*  -----------------------------------
	smart and dirty
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block; clear:both;}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}

/* @end */

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background:#E8E8E8;
}

a {
	font-size:11px;
	color:#004289;
}

a:hover {
	color:#FF9C02;
}

#all {
	width:960px;
	margin:10px auto;
}

#header {
	height:108px;
	background-image:url("../images/bg_header.jpg");
	background-repeat:repeat-x;
}

#logo {
	padding-top:25px;
	margin-left:20px;
}

	#logo img {
		float:left;
		margin-right:20px;
		margin-top:5px;
	}
	
	#logo h1 {
		color:white;
		font-weight:normal;
		font-size:18px;
	}
	
	#logo h2 {
		color:#FFFF00;
		font-size:13px;
		margin-top:5px;
	}
	
#content {
	background:white;
}
	
#left {
	width:200px;
	height:auto;
	float:left;
	background:#E8E8E8;
}

	#cauta {
		background:#D6E0EB;
		padding:12px;
	}
	
		.input_cauta {
			width:165px;
			padding:2px;
			background:white;
			border:1px solid #B4B4B4;
			margin-top:10px;
		}
		
		.submit_cauta {
			padding:2px;
			background:#E8E8E8;
			border:1px solid #ccc;
			margin-top:5px;
			font-size:10px;
			font-weight:bold;
		}
		
		#cauta p {
			font-size:11px;
			margin-top:10px;
		}
		
	#inscrie {
		background-color:#ECF1F6;
		padding:12px;
		background-image:url("../images/bg_inscrie.jpg");
		background-repeat:repeat-x;
		line-height:17px;
	}
	
	#domenii {
		margin-top:10px;
		background-color:#ECF1F6;
		padding:12px;
		background-image:url("../images/bg_inscrie.jpg");
		background-repeat:repeat-x;
		line-height:17px;
	}
	
	#domenii ul {
		margin-top:5px;
	}
	
	#parteneri {
		margin-top:10px;
		padding:12px;
		line-height:17px;
	}

#right {
	float:left;
	width:760px;
}

	#subheader {
		height:114px;
		background-image:url("../images/bg_subheader.jpg");
		background-repeat:no-repeat;
		font-size:11px;
		color:#333333;
	}
	
	#breadcrump {
		margin-left:25px;
		padding-top:11px;
	}
	
	#subheader h1 {
		color:white;
		font-size:18px;
		font-weight:normal;
		margin-left:25px;
		margin-top:35px;
	}
	
	#continut {
		background:white;
		padding:25px;
	}
	
	#continut h1 {
		color:black;
		font-size:18px;
		font-weight:normal;
		margin-bottom:10px;
	}
	
	#continut p {
		font-size:11px;
		line-height:16px;
	}
	
	#listare {
		margin-top:15px;
		font-size:11px;
	}
	
		.td_head {
			color:white;
			padding:8px;
			background:#288E14;
		}
		
		.td_content {
			color:#333;
			padding:8px;
			background:#E8EEF4;
			border-bottom:1px solid white;
		}
		
		.paginare {
			padding:8px;
		}
		
	#footer {
		background:white;
		border-top:30px solid #124F91;
		padding-left:200px;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	#footer p {
		margin-top:15px;
		font-size:11px;
		color:#333;
		line-height:13px;
	}
	
	.copy {
		color:#666;
	}
	
	
	#detalii td {
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding:10px;
	}
	
	#form h2 {
		font-size:13px;
		color:#666666;
		border-bottom:1px solid #ccc;
		padding-bottom:6px;
	}	
	
	.inputus {
		width:300px;
		background:#F0F0F0;
		border:1px solid #666666;
		padding:6px;
		margin-top:10px;
		margin-bottom:15px;
		font-family:Arial;
		font-size:11px;
	}
	
	.submitus {
		background:#FF9C02;
		border:1px solid #666666;
		padding:6px;
		color:white;
		font-weight:bold;
	}	
	
	#error { 
		background:red;
		padding:4px;
		color:white;
		font-size:11px;
		margin-bottom:10px;
	}
	
	#done { 
		background:green;
		padding:4px;
		color:white;
		font-size:11px;
		margin-bottom:10px;
	}
	
	#ad {
		margin-top:5px;
		margin-left:5px;
	}
