body {
	margin: 0;
	padding: 0;
	background: #F6F3F3;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
}

html>body { font-size: x-small; }

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 1.1em;
}

#header {
	width: 770px;
	height: 90px;
	background: #F6F3F3 url("images/header.gif") no-repeat 0 0;
}

#nav {
	padding: 0 30px 25px 30px;
	background: #F6F3F3 url("images/navbar.gif") no-repeat bottom;
	text-align: left;
	font-weight: bold;
	width: 770px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 710px;	
}

html>#nav { width: 710px; }

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a {
	margin-right: 2em;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}

#nav a:hover {
	color: #c00;
	text-decoration: underline;
}

a#lang {
	margin-right: 0;
	float: right;
}

a#feed {
        background: transparent url("images/feed.gif") no-repeat center left;
	padding-left: 20px;
        margin-right: 0;
	float: right;
        line-height: 16px;
}


/* begin admin navigation bar */
 #adminNav
{
padding: 3px 0;
margin: 0;
border-bottom: 1px solid #999;
}

#adminNav li
{
list-style: none;
margin: 0;
display: inline;
}

#adminNav li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #999;
border-bottom: none;
background: #fff;
text-decoration: none;
font-weight: bold;
}


#adminNav li a:hover
{
color: #c00;
}

#editVacancy #adminNav li a#tabTranslations,
#adminTranslations #adminNav li a#tabTranslations,
#adminEmployers #adminNav li a#tabEmployers,
#adminVacancies #adminNav li a#tabVacancies
{
background: #E7E2E2;
border-bottom: 1px solid #E7E2E2;
}
/* end admin navigation bar */


#content {
	padding: 5px 30px;
	background: #F6F3F3 url("images/pagebody.gif") repeat-y 0 0;
	text-align: left;
	width: 770px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 710px;	
}

html>#content { width: 710px; }

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	color: #c00;
}

h1 { font-size: 200% }
h2 { font-size: 150% }
h3 { font-size: 140% }
h4 { font-size: 130% }
h5 { font-size: 120% }
h6 { font-size: 110% }
h7 { font-size: 100% }

h2.black {
	margin-top: 0;
	margin-right: 1em;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

.spaced {
	line-height: 150%;
}

a {
	color: #060;
	text-decoration: underline;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

a.statusno { color: #c00; }

caption {
	background: #E7E2E2;
	text-align: left;
	padding: 4px;
	font-weight: bold;
}

.viewTable th {
	background: #E7E2E2;
	text-align: left;
}

.viewTable td {
	border-bottom: 1px solid #E7E2E2;
}

.editTable #title_cy_GB { width: 100%; }
.editTable #title_en_GB { width: 100%; }
.editTable #desc_cy_GB { width: 100%; }
.editTable #desc_en_GB { width: 100%; }
.editTable #salary_cy_GB { width: 100%; }
.editTable #salary_en_GB { width: 100%; }
.editTable #town_cy_GB { width: 100%; }
.editTable #town_en_GB { width: 100%; }

#vacancies th.footer {
  font-weight: normal;
}

#vacancies th.right {
  text-align: right;
}

#current_page {
  font-weight: bold;
}

p#speak {
	background: url("images/speak.gif") center left no-repeat;
	padding: 2px 0 2px 25px;
	margin-left: 1em;
}
p#read {
	background: url("images/read.gif") center left no-repeat;
	padding: 2px 0 2px 25px;
	margin-left: 1em;
}
p#write {
	background: url("images/write.gif") center left no-repeat;
	padding: 2px 0 2px 25px;
	margin-left: 1em;
}

input, textarea, select {
	border-color: #333;
}

form.rightForm {
	margin: 10px;
	margin-right: 0;
	padding: 10px;
	background: #E7E2E2;
	float: right;
	clear: right;
	width: 180px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 160px;
}

html>form.rightForm { width: 160px; }

form.rightForm h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
	font-size: 100%;
	font-weight: bold;
	color: #333;

}

form.rightForm p.warning {
	margin-top: 3px;
}

form.rightForm label {
	margin-top: 10px;
	display: block;
}

form.rightForm input {
	margin: 0;
	border-width: 1px;
	border-color: #333;
	display: block;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
}

html>form.rightForm input { font-size: x-small; }

form.rightForm input.text {
	margin-top: 3px;
	width: 158px;
}

form.rightForm input.submit {
	margin-top: 10px;
	float: right;
	font-weight: bold;
}

#contactForm input, #contactForm textarea {
	width: 33%;
	margin-top: 3px;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: #333;
	display: block;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
}

html>#contactForm input { font-size: x-small; }
html>#contactForm textarea { font-size: x-small; }

#contactForm textarea {	width: 100%; }

#contactForm input.submit { width: auto; }

#loginForm td {
	border: none;
}

#loginForm input {
	border-width: 1px;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
}

html>#loginForm input { font-size: x-small; }

#loginForm input.submit {
	font-weight: bold;
}

.note {
	padding: 10px;
	background: #cfc;
	border: 1px solid #9f9;
}

#footer {
	padding: 44px 30px;
	padding-bottom: 0;
	height: 64px;
	background: #F6F3F3 url("images/footer.gif") no-repeat top;
	text-align: left;
	font-size: 90%;
	color: #999;
	width: 770px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 710px;	
}

html>#footer { width: 710px; }

ul {
	margin-left: 4em;
}

ul.nobullets {
	list-style-type: none;
}

.left { float: left; }
.right { float: right; }

.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }

.warning { color: #c00; }

.inline { display: inline; }

.fullwidth { width: 100%; }

hr {
	margin: 0;
	height: 1px;
	color: #fff;
	border-top: 1px solid #E7E2E2;
}

hr.stretch {
	margin: 0;
	padding: 0;
	visibility: hidden;
	clear: both;
}

pre { font-size: 110%; }

div.indented { margin-left: 4em; }

a.anchor {
	color: #333;
	text-decoration: none;
}

tr.vacancyStatusNo, tr.employerNotActive {
	background: url("images/bg_hidden.gif") 0 0;
}

#filterVacancyForm {
	padding: .5em;
	background: #E7E2E2;
}

address {
	font-style: normal;
}

.box {
    background: #E7E2E2;
}