/* Neutralize styling */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a img, fieldset {
	border: 0;
}

input, select, textarea {
	font-size: 100%;
}

p {
	line-height: 16px;
}

/* Main style */
body {
	background-image: url(../images/body_back.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	width: 800px;
	height: 166px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#jci {
	position: absolute;
	left: 385px;
}

#toyp {
	position: absolute;
	left: 0;
}

/* First menu styles */

#menucontainer {
	position: relative;
	width: 800px;
	padding: 4px 0 0 0;
	_padding: 2px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

.navigation, .navigation ul, .navigation ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.navigation-horizontal li
	{
		float: left;
	}
	.navigation-inline li
	{
		display: inline;
	}
	.navigation-ir a
	{
		display: block;
		background-repeat: no-repeat;
		text-indent: -235157px;
	}
	/* \*/
	.navigation-ir a
	{
		overflow: hidden;
	}
	/* */
	
#Nav-container
	{
		padding:0;
		height: 68px;
	}
		#Nav-container ul
		{
			
		}
			#Nav-container ul li
			{
				margin-right: 1px;
			}
				#Nav-container ul li a
				{
					height: 68px;
				}
				/* \*/
				#Nav-container ul li a
				{
					overflow: hidden;
				}
				/* */
				#Nav-container ul li a:hover
				{
					background-position: 0 -68px;
				}
				#Nav-container ul li a:active,
				#Nav-container ul li.active a
				{
					background-position: 0 -68px;
				}
				/* Program */
				#Nav-container ul li.navigation-item-prog,
				#Nav-container ul li a.navigation-link-prog
				{
					width: 259px;
					background-image: url(../images/menu1.gif);
				}
				/* Organizare */
				#Nav-container ul li.navigation-item-org,
				#Nav-container ul li a.navigation-link-org
				{
					width: 259px;
					background-image: url(../images/menu2.gif);
				}
				/* Participare */
				#Nav-container ul li.navigation-part,
				#Nav-container ul li a.navigation-link-part
				{
					width: 259px;
					background-image: url(../images/menu3.gif);
				}

/* Main navigation */
#navcontainer {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

ul#navlist {
	margin: 9px 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding: 2px 15px 6px 15px;
	*padding: 2px 15px 4px 15px;
	vertical-align: middle;
}

#navlist img {
	vertical-align: middle;
}

#navlist a:link, #navlist a:visited {
	font-size: 14px;
	color: #fff;
	background-color: #003366;
	text-decoration: none;
}

#navlist a#current:link, #navlist a#current:visited {
	color: #fff;
	background-color: #0196d8;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #0196d8;
	text-decoration: none;
}

/* Content styles */
#content_container {
	width: 800px;
	margin: 0 auto;
	padding: 5px 0;
}

#content {
	float: left;
	width: 510px;
	padding-bottom: 15px;
}

#right_column {
	float: right;
	width: 280px;
	text-align: right;
	padding-bottom: 10px;
}

/* Footer styles */
#footer {
	clear: both;
	background-color: #e5e9e5;
	margin: 0 auto;
	width: 800px;
	padding: 5px;
	font-size: 10px;
}

#last {
	margin: 0 auto;
	width: 800px;
	padding: 5px;
	font-size: 10px;
}

#foot_links {
	text-align: center;
}

#footer a, #last a {
	font-size: 10px;
	text-decoration: none;
	color: #0196d8;
}

#footer a:hover, #last a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 300px
}

#elvsoft {
	float: right;
	text-align: right;
	width: 300px;
}

.clearer {
	clear: both;
}

/* Rest of styles */
#content h1 {
	color: #22438a;
	font-size: 18px;
}

#content h2 {
	color: #ffbf23;
	font-size: 14px;
}

#mininav {
	font-size: 10px;
} 

#mininav a {
	color: #0196d8;
	text-decoration: none;
}

#mininav a:hover {
	text-decoration: underline;
}

/* Inscriere styles */

div#formcontainer {
	margin-bottom: 10px;
}

div#formcontainer div#formset {
	padding: 5px;
	background-color: #FFF;
}

div#formset form p  {
	margin: 0;
}

div#formset form fieldset {
	margin: 0 0 1em 0;
	padding: 0.5em;
}

div#formset form fieldset legend {
	font-weight: bold;
	color: #666;
}

div#formset form fieldset div {
	padding: 5px 0;
}

div#formset input {
	width: 200px;
	border: #999 1px solid;
}

div#formset textarea {
	border: #999 1px solid;
}

div#formset label, 
div#formset span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

div#formset label em, 
div#formset span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}

div#formset input:focus, div#formset textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}

div#formset div ul li {
	float: none;
}

div#formset form fieldset div.controlset label, div#formset form fieldset div.controlset input {
	display: inline;
	float: none;
}

div#formset form fieldset div.controlset div {
	margin-left: 11em;
}

div#formset div.buttonrow {
	margin-left: 12em;
}

p#legend {
	font-size: 10px;
	color: #999;
}

.button {
	border: #ccc 1px solid;
	background-color: #33cc33;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

.button:hover {
	background-color: #7eed7e;
	color: #000;
}

.listing {
	list-style-image: url(../images/icon_listing.gif);
}

.numbers {
	}

em {
	font-size: 10px;
}

a.contact {
	color: #0196d8;
	text-decoration: none;
	padding-left: 18px;
	background-image: url(../images/icon_email.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a.contact:hover {
	text-decoration: 
	underline;
}