/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Basic Style Sheet
version: 1.0
author: www.redstudio.ro
website: http://www.magnon.ro
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*–– MASTER RESET STYLE >>> ––*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*–– GENERAL >>> ––*/

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #fcfdfa;
	font: 12px "Verdana", Arial, Helvetica, sans-serif;
	color: #2a3030;
	text-align: left;
}

a:link, 
a:visited {
    color: #7ea113;
	text-decoration: none;
}
a:hover, 
a:active {
    color: #2a3030;
	text-decoration: underline;
}

h1, 
h2, 
h3,
h4 {
	width: 100%;
	font-weight: normal;
	margin: 0;
	float: left;
	clear: both;
}

h1 { font-size: 22px;}
h2 { font-size: 20px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}


.h1_ { font-size: 22px; width: 69%; }
.h2_ { font-size: 20px; width: 69%; }
.h3_ { font-size: 18px; width: 69%; }
.h4_ { font-size: 16px; width: 69%; }

p {
	width: 100%;
	margin: 10px 0;
	float: left;
	clear: both;
	display: block;
}
form p {
	margin: 0;
	clear: none;
	float: left;
}
hr {
	height: 1px;
	border-bottom: 1px solid #2a3030;
	clear: both;
}

/* Clearfix >>> */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix { 
	height: 1%;
}

/*–– SITE >>> ––*/

#site_blue {
	width: 100%;
	background: #fcfdfa url('/images/bkg_blue.jpg') repeat-x top left;
	float: left;
	clear: both;
	display: block;
}
#site_blue_bkg {
	width: 100%;
	background: url('/images/bkg_blue_site.jpg') no-repeat top left;
	float: left;
	clear: both;
	display: block;
}

#site_green {
	width: 100%;
	background: #fdfafb url('/images/bkg_green.jpg') repeat-x top left;
	float: left;
	clear: both;
	display: block;
}
#site_green_bkg {
	width: 100%;
	background: url('/images/bkg_green_site.jpg') no-repeat top left;
	float: left;
	clear: both;
	display: block;
}

#site_grey {
	width: 100%;
	background: #fbfbfb url('/images/bkg_grey.jpg') repeat-x top left;
	float: left;
	clear: both;
	display: block;
}
#site_grey_bkg {
	width: 100%;
	background: url('/images/bkg_grey_site.jpg') no-repeat top left;
	float: left;
	clear: both;
	display: block;
}

.container {
	width: 830px;
	float: left;
	clear: both;
}

/*–– HEADER >>> ––*/

#header {
	width: 830px;
	height: 200px;
	float: left;
	clear: both;
	display: inline;
}
	#logo {
		margin: 70px 0 0 80px;
		float: left; 
	}
	#search-lang {
		width: 270px;
		float: right; 
		overflow: hidden;
		display: inline;
	}

	/* Search form >>> */

	#search_form {
		margin: 20px 0 0 0;
		float: left;
		display: inline;
	}
		#search_form .search_input {
			width: 170px;
			height: 18px;
			background: url('/images/search_input.gif') no-repeat right top;
			color: #7b7b7b;
			font-size: 11px;
			padding: 4px 0 0 4px;
			float: left;
			display: inline;
		}
		#search_form .search_btn {
			width: 22px;
			height: 22px;
			background: url('/images/search_btn.gif') no-repeat left top;
			float: left;
			display: inline;
		}

	.lang_icon {
		width: 18px;
		height: 18px;
		color: #7b7b7b;
		font-size: 11px;
		font-weight: bold;
		margin: 20px 10px 0 0;
		padding: 2px 0 0 2px;
		float: right;
		display: inline;
	}
	.lang_icon_sel {
		width: 18px;
		height: 18px;
		background: url('/images/lang_btn.gif') no-repeat center center;
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
		margin: 20px 10px 0 0;
		padding: 2px 0 0 2px;
		float: right;
		display: inline;
	}
		.lang_icon a:link, 
		.lang_icon a:visited {
			color: #7b7b7b;
			text-decoration: none;
		}
		.lang_icon a:hover, 
		.lang_icon a:active {
			color: #ffffff;
			text-decoration: none;
		}

		.lang_icon_sel a:link, 
		.lang_icon_sel a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		.lang_icon_sel a:hover, 
		.lang_icon_sel a:active {
			color: #ffffff;
			text-decoration: none;
		}

/*–– NAVIGATION >>> ––*/

#nav_container {
	width: 830px;
	height: 41px;
	float: left;
	clear: both;
}

	/* Navigation >>> */

	#nav {
		height: 41px;
		margin: 1px 0 0 0px;
		float: left;
		clear: both;
		overflow: hidden;
		display: inline;
	}
		#nav li {
			list-style: none;
			float: left;
		}
		#nav li a {
			height: 27px;
			color: #3b3e42;
			font-size: 14px;
			text-decoration: none;
			text-align: center;
			padding: 13px 10px 0 10px;
			float: left;
			display: block;
			overflow: hidden;
		}
		#nav li a:hover {
			background: url('/images/nav_bkg_hover.jpg') no-repeat center bottom;
			color: #00adff;
			float: left;
			display: block;
		}
		#nav-activ a:link, 
		#nav-activ a:visited, 
		#nav-activ a:hover {
			background: url('/images/nav_bkg_hover.jpg') no-repeat center bottom;
			color: #00adff;
			float: left;
			display: block;
		}

/*–– CONTENT >>> ––*/

#content {
	width: 830px;
	margin: 30px 0 0 0;
	float: left;
	clear: both;
	display: inline;
}

	#content ul {
		width: 100%;
		margin: 10px 0;
		float: left;
		clear: both;
	}
	#content li {
		background: url('/images/icon_arrow.gif') no-repeat center left;
		padding: 2px 0 2px 15px;
	}

	/* Content Left >>> */

	#content_left {
		width: 510px;
		margin: 0 0 0 60px;
		float: left;
		display: inline;
	}

		/* Boxes >>> */

		.leftside_box {
			width: 332px;
			float: left;
			display: inline;
		}
		.rightside_box {
			width: 125px;
			background: url('/images/icon_dot.gif') no-repeat 134px 68px;
			text-align: right;
			padding: 70px 25px 0 0;
			float: left;
			display: inline;
		}

		#training_box {
			width: 482px;
			height: 82px;
			background: url('/images/training_box.gif') no-repeat top left;
			margin: 45px 0 10px 0;
			padding: 10px;
			float: left;
			clear: both;
			display: inline;
		}
		#recrutare_box {
			width: 482px;
			height: 82px;
			background: url('/images/recrutare_box.gif') no-repeat top left;
			margin: 0 0 10px 0;
			padding: 10px;
			float: left;
			clear: both;
			display: inline;
		}
		#consultanta_box {
			width: 482px;
			height: 82px;
			background: url('/images/consultanta_box.gif') no-repeat top left;
			margin: 0 0 10px 0;
			padding: 10px;
			float: left;
			clear: both;
			display: inline;
		}

			#training_box a:link,
			#recrutare_box a:link,
			#consultanta_box a:link,
			#training_box a:visited,
			#recrutare_box a:visited,
			#consultanta_box a:visited{
				color: #2a3030;
				text-decoration: none;
			}
			#training_box a:hover,
			#recrutare_box a:hover,
			#consultanta_box a:hover,
			#training_box a:active,
			#recrutare_box a:active,
			#consultanta_box a:active{
				color: #2a3030;
				text-decoration: none;
			}

	/* Content Right >>> */

	#content_right {
		width: 220px;
		margin: 0 0 0 30px;
		float: left;
		display: inline;
	}

		/* Joburi >>> */

		#jobs {
			width: 220px;
			margin: 0 0 30px 0;
			float: left;
			clear: both;
			display: inline;
			overflow: hidden;
		}
			#jobs li {
				width: 210px;
				background: url('/images/icon_arrow.gif') no-repeat 6px left;
				color: #868686;
				margin: 0 0 10px 0;
				float: left;
				clear: both;
			}
			#jobs li a:link,
			#jobs li a:visited,
			#jobs li a:hover,
			#jobs li a:active {
				color: #868686;
				float: left;
				clear: both;
			}

		/* Cursuri >>> */

		#cursuri {
			width: 220px;
			float: left;
			clear: both;
			display: inline;
			overflow: hidden;
		}
			#cursuri p {
				width: 100%;
			}

		/* Right menu >>> */

		#rmenu {
			width: 220px;
			margin: 0 0 20px 0;
			float: left;
			clear: both;
			display: inline;
			overflow: hidden;
		}
			#rmenu h2 {
				margin: 0 0 10px 0;
			}
			#rmenu h2 a:link,
			#rmenu h2 a:visited {
				color: #2a3030;
				text-decoration: none;
			}
			#rmenu h2 a:hover,
			#rmenu h2 a:active {
				color: #7ea113;
				text-decoration: none;
			}
			#rmenu .main_subnav {
				width: 210px;
				height: 20px;
				background: url('/images/submenu_green_band.gif') no-repeat 10px 0;
				color: #ffffff;
				padding: 2px 0 0 0;
				float: left;
				clear: both;
			}
				#rmenu .main_subnav img {
					padding: 0 2px 0 0;
				}
				#rmenu .main_subnav a:link,
				#rmenu .main_subnav a:visited {
					color: #ffffff;
					text-decoration: none;
				}
				#rmenu .main_subnav a:hover,
				#rmenu .main_subnav a:active {
					color: #ffffff;
					text-decoration: none;
				}

			.rmenu_nav {
				width: 175px;
				font-weight: bold;
				margin: 10px 0;
				float: left;
				clear: both;
			}
			.rmenu_nav2 {
				width: 155px;
				font-weight: bold;
				margin: 10px 0 10px 20px;
				float: left;
				clear: both;
			}
			.rmenu_nav2 span {
				width: 155px;
				font-weight: bold;
				margin: 0 0 0 20px;
				padding: 3px 0 3px 10px;
				float: left;
				clear: both;
				display: inline;
				border-bottom: 1px solid #c7c7c7;
			}
			.rmenu_nav div {
				width: 175px;
				font-weight: bold;
				margin: 0 0 0 20px;
				padding: 3px 0 3px 10px;
				float: left;
				clear: both;
				display: inline;
				border-bottom: 1px solid #c7c7c7;
			}
				.rmenu_nav a:link, 
				.rmenu_nav a:visited {
					text-decoration: none;
				}
				.rmenu_nav a:hover, 
				.rmenu_nav a:active {
					text-decoration: none;
				}
			#rmenu-activ {
				background: #e9f8fd url('/images/submenu_bkg_hover.jpg') repeat-y left top;
				color: #2a3030;
			}
				#rmenu-activ a:link, 
				#rmenu-activ a:visited {
					color: #2a3030;
					text-decoration: none;
				}
				#rmenu-activ a:hover, 
				#rmenu-activ a:active {
					color: #2a3030;
					text-decoration: none;
				}

/*–– CONTACT >>> ––*/

#contact_left {
	width: 300px;
	margin: 30px 20px 0 0;
	float: left;
	display: inline;
}

#contact_right {
	width: 190px;
	margin: 30px 0 0 0;
	float: left;
	display: inline;
}


	/* Contact form >>> */

	#contact_form {
		margin: 10px 0 0 0;
		float: left;
		display: inline;
	}
		#contact_form label{
			width: 80px;
			margin: 5px 0 0 0;
			float: left;
			display: inline;
		}
		#contact_form .contact_input {
			width: 210px;
			height: 18px;
			background: #ffffff;
			color: #7b7b7b;
			font-size: 11px;
			margin: 0 0 5px 0;
			padding: 4px 0 0 4px;
			float: left;
			display: inline;
			border-top: 2px solid #00adff;
			border-right: 1px solid #00adff;
			border-bottom: 1px solid #00adff;
			border-left: 2px solid #00adff;
		}
		#contact_form .texarea {
			width: 290px;
			height: 150px;
			background: #ffffff;
			color: #7b7b7b;
			font-size: 11px;
			margin: 0 0 5px 0;
			padding: 4px 0 0 4px;
			float: left;
			display: inline;
			border-top: 2px solid #00adff;
			border-right: 1px solid #00adff;
			border-bottom: 1px solid #00adff;
			border-left: 2px solid #00adff;
		}
		#contact_form .contact_btn {
			width: 63px;
			height: 16px;
			background: url('/images/trimite_btn.gif') no-repeat left top;
			margin: 10px 0;
			float: left;
			clear: both;
			display: inline;
		}


/*–– FOOTER >>> ––*/

#footer {
	width: 770px;
	/*min-height: 700px;*/
	background: url('/images/footer_bkg.jpg') no-repeat top left;
	color: #848383;
	font-size: 11px;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 60px;
	float: left;
	clear: both;
	display: inline;
}
#copy {
		width: 500px;
		background: url('/images/logo_footer.jpg') no-repeat top left;
		padding: 5px 0 20px 30px;
		float: left;
	}
		#copy a:link, 
		#copy a:visited {
			color: #848383;
			text-decoration: none;
		}
		#copy a:hover,
		#copy a:active {
			color: #848383;
			text-decoration: underline;
		}

	#rs {
		text-align: right;
		margin: 0 10px 0 0;
		float: right;
	}
.Highlight {
	background: #ffffff;
	color: #ff0000;
}

#belbin_link {
	position: absolute;
	top: 60px;
	left: 690px;
	height: 70px;
	width: 70px;
	display: block;
	color: #ffffff;
}
#rotraining_link {
	position: absolute;
	top: 145px;
	left: 693px;
	height: 66px;
	width: 66px;
	display: none;
}
#rotraining_link a {
}
#rotraining_link img {
	border: 0px;
}
#belbin_link:hover {
	text-decoration: none;
	color: #ffffff;
}


div#mycv{
	width: 100%;
	text-align: left;
	margin-top: 40px;
}

#mycv div.subtitle{
	width: 100%;
	background: #E9F8FD;
	font: 1.4em Arial;
	font-weight: bold;
	padding: 3px;
	border: 1px #00ADFF solid;
}

#mycv div.chapter{
	width: 100%;
	float: left;
	background: #E9F8FD;
	font: 1em Arial;
	padding: 3px;
	border: 1px #00ADFF solid;
	border-top: 0px;	
}
div.chapter label{
	width: 150px;
	float: left;
	padding: 2px;
	margin-top: 4px;
	font-weight: bold;
}
div.chapter input{
	width: 50%;
	float: left;
	padding: 2px;
	margin-top: 3px;
	border: 1px #f2f2f2 outset;
}

div.chapter select.selectwide {
	width: 90%;
	height: 100px;
	border: 1px #f2f2f2 outset;
}

div.chapter select {
    border: 1px #f2f2f2 outset;
    padding: 2px;
    width: 51%;
}

div.chapter select.year {
    border: 1px #f2f2f2 outset;
    padding: 2px;
    width: 70px;
}

div.chapter select.month {
    border: 1px #f2f2f2 outset;
    padding: 2px;
    width: 50px;
}
div.chapter select.day {
    border: 1px #f2f2f2 outset;
    padding: 2px;
    width: 50px;
}

div.chapter input.radio{
	width: 10px;
	float: none;
    border: none;
}

div.chapter select.an_studii{
    width: 51%;
}
div.chapter .button{
	width: 120px;
	color: #666;
	background: white;
	border: 1px #f2f2f2 solid;
}

div.chapter .save_button{
    width: 99%;
    color: #000000;
    background: #ffffff;
    border: none;
    margin-left: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    clear: both;
}
