body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(../img/site/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
}

.success
{
	color: #009400;
}

.error
{
	color: #940000;
}

#logo
{
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 1200 ? "1200px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../img/site/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#header h1 {
	float:left;
	font:250% Arial;
	color:#333;
	padding:5px 20px 5px 5px;
	border-right:1px solid #ccc;
	margin:0 20px 0 0;
}

#header h2 {
	font:150% Arial;
	color:#666;
	padding:16px 0 0 0;
	border:none;
}

#header h2 a {
	color:#444;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h2 a:hover {
	border-bottom:2px solid #79B5D6;
}

#header #nav {
	clear:both;
	background:url(../img/site/nav.jpg) top repeat-x #164f2a;
	border-bottom:2px solid #164f2a;
	border-top:2px solid #2F5B14;
	border-left:2px solid #2F5B14;
	border-right:2px solid #2F5B14;
	padding:10px 10px 10px 0 !important;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:120% Trebuchet MS;
	font-weight: bold;
	text-decoration:none;
	padding:10px;
	border-bottom: 2px solid #164f2a;
}
/*
#header #nav a:hover {
	background:#164f2a;
}

#header #nav a.active {
	background:#164f2a;
}
*/
#header #nav a:hover
{
	border-bottom: 2px solid #C7E4D3;
	color: #C7E4D3;
}
#header #nav a.active
{
	border-bottom: 2px solid #C7E4D3;
	color: #C7E4D3;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#2F5B14;
	background:#3B5F4A;
	background:#164f2a;
	background:#2F5F40;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #164f2a;
	border-left:2px solid #164f2a;
	border-right:2px solid #164f2a;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4B6517;
	border-bottom: 2px solid #164f2a;
}

#header #subnav a:hover {
	border-bottom:2px solid #C1FF8E;
	border-bottom: 2px solid #C7E4D3;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #C1FF8E;
	border-bottom: 2px solid #C7E4D3;
	color:#fff;
}

#sidebar {
	background:#C7E4D3;
	width:180px;
	padding:10px 20px 20px 20px;
	float:left;
	color:#666;
	border-bottom:10px solid #000;
}

#sidebar h2 {
	font:160% Arial;
	color:#164f2a;
	margin:10px 0 10px 0;
	background:url(../img/site/arrowdown.gif) right no-repeat;
	border:none;
}

#sidebar h3 {
	color:#333;
	font:90% Verdana;
	font-weight:bold;
	letter-spacing:2px;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#215B33;
	color:#C7E4D3;
	padding: 5px;
	line-height: 1.4;
}

#sidebar p.news a.newscontent
{
	color: #C7E4D3;
	text-decoration: none;
}

#sidebar p.news a.more {
	color:#98D158;
	display:block;
	text-align:right;
	font:80% Verdana;
	/* text-transform:uppercase;*/
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
	background: url(../img/site/arrowright.gif) right no-repeat;
	padding-right: 20px;
	color:#FFF;
}

#sidebar p.news strong
{
	color: #FFF;
	margin: 10px;
	display: block;
}

#sidebar p.news a:hover {
	color:#98D158;
}

#sidebar .subnav {
	border-top:1px solid #2C2C2C;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #2C2C2C;
}

#sidebar .subnav li a {	
	color:#333;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#215B33;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar form { margin: 0; padding: 0; border: 0; }

#sidebar input.text {
	padding:4px;
	background:#2c2c2c;
	border:1px solid #222222;
	color:#ccc;
	font:90% Verdana;
	width:140px;
}
#sidebar input.button {
	padding:3px;
	background:#2c2c2c;
	border:1px solid #222222;
	color:#ccc;
	font:90% Verdana;
	width:auto;
}

#sidebarright {
	width:170px;
	float:right;
	padding:10px 0 0 20px;
	background:url(../img/site/sidebarright.jpg) top left no-repeat;
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:1.4;
	margin: 0;
	margin-bottom: 5px;
}

#sidebarright h2 {
	background:url(../img/site/arrowdown.png) right no-repeat;
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}

#sidebarright a.more {
	color:#000;
	color:#215B33;
	display:block;
	font:80% Verdana;
	/* text-transform:uppercase; */
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
	background: url(../img/site/arrowright.png) left no-repeat;
	padding-left: 20px;
}

#content {
	font-size: 100%;
	font-family: Arial, sans-serif;
	margin:0 210px 0 220px;
	background:url(../img/site/content.jpg) top left no-repeat;
	padding:20px 0 0 20px;
}

#contentnorightbar {
	margin:0 0 0 240px;
	background:url(../img/site/content.jpg) top left no-repeat;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:1.3;
}

p.date
{
	margin: 0;
	text-align: right;
	background: #2F5B14;
	color: #FFF;
	padding-right: 10px;
}

div#jobview
{
	margin: 1em 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#joboptions
{
	border-bottom: 1px solid #EEE;
	padding-bottom: 1em;
}

h2 {
	font:190% Arial;
	color:#000;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#2F5B14;
	text-decoration:none;
}

h2 a:hover {
	color:#164f2a;
}

table
{
	width: 100%;
}

tr.even
{
	background: #C7E4D3;
}

#sitemap td
{
	padding: .2em;
}

#jobs,
#sitemap
{
	margin: 1em 0;
	border-bottom: 1px solid #EEE;
}

#jobs th
{
	background: #2F5B14;
	padding: .2em;
	color: #FFF;
	font-weight: 100;
}

#jobs th a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#jobs th a:hover
{
	text-decoration: underline;
}

#jobs td p
{
	padding: 0;
	margin: .2em;
}

#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
	padding-bottom: 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
	color: #333366;
}

#joboptions a
{
	text-decoration: none;
	color: #333366;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content h2.job
{
	color: #333366;
	font-size: 150%;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}

form {
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
label span {
	display: block;
}
input {
	width:300px;
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

/*********/
#header p
{
	float: right;
}
#header p a
{
	text-decoration: none;
}
a#langen
{
	background: transparent url(/img/site/gb.png) 0 50% no-repeat;
	padding-left: 20px;
}
a#langro
{
	background: transparent url(/img/site/ro.png) 0 50% no-repeat;
	padding-left: 20px;
}

a#sendtofriend
{
	background: transparent url(/img/site/mail.gif) 0 50% no-repeat;
	padding-left: 20px;
}
