body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	/*color: #06C;*/
	color: #BF0005;
}
a:hover {
	color: #BF0005;
}
a img {
	border: 0;
}
.clearme {
	clear: both;
}
#main {
	background: #FFF url(../images/shadow.gif) top left repeat-y;
}
#main2 {
	background: transparent url(../images/bottomshadow.gif) bottom left no-repeat;
	padding-bottom: 7px;
}
#header {
	background: transparent url(../images/headerbg.gif) top left no-repeat;
}
#logo {
	padding: 3px 0 0 46px;
}
#logo img {
	vertical-align: top;
}
#navbar img {
	vertical-align: top;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1000px;
	overflow: hidden;
}
#navbar li {
	margin: 0;
	padding: 0;
	float: left;
}
#banner {
	padding-top: 3px;
}
#contentcontainer {
	width: 1000px;
}
#contentcontainerinner {
	padding: 29px 22px 26px 22px;
	overflow: hidden;
	width: 956px;  /* Width sans padding. This is here for IE6's benefit */
}
#sidebar {
	width: 236px;
	float: left;
}
#rightside {
	width: 684px;
	float: right;
}
#sidebarright {
	width: 236px;
	float: right;
}
#content {
	width: 412px;
	float: left;
}
#widecontent {
	padding-right: 22px;
}
#content, #widecontent {
	height: 300px;
}
html>body #content, html>body #widecontent {
	min-height: 300px;
	height:auto;
}
#footer {
	background: transparent url(../images/footerbg.gif) top left repeat-y;
	color: #FFF;
	padding: 21px 27px 23px 26px;
}
#footerinner {
	width: 947px;  /* Width sans padding */
}
#footer a {
	color: #FFF;
}
#footer span {
	float: right;
}

h1 {
	color: #BF0005;
	color: #333;
	margin: 10px 0 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h2 {
	margin: 10px 0 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.articleWhite {
	background-color: #FFF;
	padding: 4px 10px;
	margin-bottom: 4px;
}
.articleGrey {
	background-color: #F5F5F5;
	padding: 4px 10px;
	margin-bottom: 4px;
}

/* Testimonials */

blockquote {
	margin: 0 0 26px;
}
blockquote a {
	color: #BF0005;
	font-weight: bold;
	text-decoration: none;
}
.cite {
	margin: 26px 0 0;
	color: #BF0005;
	font-weight: bold;
}
.cite a {
	color: #BF0005;
	font-weight: bold;
	text-decoration: none;
}

/* Simple forms */

.coolform table {
	border-collapse: collapse;
}
.coolform table td {
	padding: 4px 4px 4px 0;
}
.coolform input {
	border: 1px solid #999;
}
.coolform textarea {
	border: 1px solid #999;
	width: auto;
}
.coolform .coolsubmit {
	cursor: pointer;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 6px;
	background: #FD0000 url(../images/stracogradient.gif) bottom repeat-x;
	color: #FFF;
	border: none;
}
.coolrequired {
	color: #C00;
}




/* Sidebar stuff */

/* Generic box */
/* The width inside the boxes, with 20px padding each side,
   will be 196px */
.box {
	background: #FFF url(../images/sidebar/leftboxshadow.gif) left repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.boxbottom {
	background: transparent url(../images/sidebar/leftboxbottom.gif) bottom left no-repeat;
}
.boxtop {
	background: transparent url(../images/sidebar/leftboxtop.gif) top left no-repeat;
	padding: 12px 20px 12px 20px;
}

.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box li {
	margin: 0;
	padding: 0;
}

/* Standard fv menu */

.box ul.fv {
	margin-top: 12px;
}
.box ul.fv a {
	display: block;
	text-decoration: none;
	color: #666;
	border-top: 1px solid #CCC;
	width: 192px;  /* For IE6's benefit: 196px - 22px padding */
	padding: 10px 2px 10px 2px;
	background: #FFF; /* url(../images/sidebar/newsstar.gif) center right no-repeat; */
}
.box ul.fv a.firstlink {
	border-top: 0;
}
.box ul.fv a strong {
	font-weight: bold;
	color: #333;
}
.box ul.fv a:hover {
	background: #FFF; /* url(../images/sidebar/newsstar.gif) center right no-repeat; */
}
.box ul.fv a:hover strong {
	color: #FC0000;
}

/* Scrolling menu */

#marqueecontainer {
	position: relative;
	width: 196px; /* marquee width */
	height: 310px; /* marquee height */
	overflow: hidden;
	margin-top: 20px;
}

/* Featured vacancies box */

.jobsboxtop {
	background: transparent url(../images/sidebar/jobsboxtop.gif) top left no-repeat;
	padding: 12px 20px 12px 20px;
}

/* News box */

.newsboxtop {
	background: transparent url(../images/sidebar/newsboxtop.gif) top left no-repeat;
	padding: 28px 20px 12px 20px;
}
.newsboxtop ul {
	margin-top: 12px;
}
.newsboxtop li h3 {
	font-size: 11px;
	margin: 0;
}
.newsboxtop li p {
	margin: 0;
}
.newsboxtop li {
	border-top: 1px solid #CCC;
}
.newsboxtop li.firstlink {
	border-top: 0;
}
.newsboxtop li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0 2px 10px 2px;
}
.newsboxtop li h3 a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 2px 10px 2px;
	/*background: url(../images/sidebar/newsstar.gif) center right no-repeat;*/
}
.newsboxtop li h3 a:hover {
	color: #FC0000;
}

/* My career box */

.mycareerboxtop {
	background: transparent url(../images/sidebar/mycareerboxtop.gif) top left no-repeat;
	padding: 34px 20px 12px 20px;
}
.mycareerboxtop a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.mycareerboxtop ul.fv a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #FFF;
	width: 192px;  /* For IE6's benefit: 196px - 4px padding */
	padding: 8px 2px 8px 2px;
}
.mycareerboxtop ul.fv a:hover {
	color: #FC0000;
	background: #FFF;
}
.mycareerboxtop ul.fv a.toolbarselected {
	color: #FC0000;
}

/* Application reminder */

.applicationboxtop {
	background: transparent url(../images/sidebar/applicationboxtop.gif) top left no-repeat;
	padding: 46px 20px 12px 20px;
}
.applicationboxtop p {
	margin: 0 0 10px;
}
.applicationboxtop a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/* Clients box */

.clientsboxtop {
	background: transparent url(../images/sidebar/clientsboxtop.gif) top left no-repeat;
	padding: 28px 20px 12px 20px;
}

.candidatesboxtop {
	background: transparent url(../images/sidebar/candidatesboxtop.gif) top left no-repeat;
	padding: 28px 20px 12px 20px;
}



.ViewAll {
	text-align: right;
}
.ViewAll a {
	font-weight: bold;
	text-decoration: none;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.ViewAll a:hover {
	color: #000;
}


#StracoNews a {
	display: block;
	font-size: 13px;
	text-decoration: none;
}
#StracoNews ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#StracoNews h3 {
	margin-bottom: 0;
	padding-top: 1em;
	border-top: 1px dotted #5f5053;
}
#StracoNews .firstlink h3 {
	border-top: 1px dotted #FFF;
	padding-top: 0;
}



#StracoNews h3 a {
	color: #BF0005;
}
#StracoNews p a {
	color: #333333;
}






/*
 * -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
 */



/* ********************************************************************** */

.VacancyTable {
	border-collapse: collapse;
	border: 1px solid #E5EEF9;
}
.VacancyTitle {
	background: url(../images/VacancyMenu/titleGradient.gif) bottom repeat-x;
}
.VacancyTitle td {
	padding: 4px 8px;
}
.VacancyTitle td a {
	text-decoration: none;
	color: #333;
}
.VacancyDetails td {
	padding: 8px;
}
.VacancyDetails ul {
	margin: 12px 0 8px;
	padding: 0;
	list-style: none;
}
.VacancyDetails li {
	display: inline;
	padding-right: 8px;
}

#loginbox {
	width: 248px;
	background: #F6F6F6 url(../images/Register/bottom.gif) bottom right no-repeat;
}
#loginboxinner {
	padding: 14px;
}
#registerbox {
	width: 318px;
	background: #F6F6F6 url(../images/Register/bottom.gif) bottom right no-repeat;
}
#registerboxinner {
	padding: 14px;
}
#loginbox .signinformrow, #registerbox .signinformrow {
	padding: 1px 0;
}
#loginbox h3, #registerbox h3 {
	margin: 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
#loginbox p, #registerbox p {
	margin: 0 0 10px;
}
#loginbox label, #registerbox label {
	font-weight: bold;
	color: #666;
}
#loginbox input, #registerbox input {
	border: 1px solid #BDC7D8;
}



.warningbox {
	border: 1px solid #DD3C10;
	background: #FFEBE8;
	padding: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.btnContainer {
	padding: 10px 0;
}
.btnContainer img {
	vertical-align: middle;
}
.btnContainer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 13px;
}

#pagebar {
	padding: 6px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/VacancyMenu/pattern.gif);
}

form {
	padding: 0;
	margin: 0;
}
textarea {
	width: 95%;
}

.spacerdiv {
	height: 5px;
	overflow: hidden;
}
.PopupDescription {
	padding: 5px;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 150px;
	color: #FFF;
	background-color: #282828;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.PopupDescriptionCont {
	z-index: 200;
	visibility: hidden;
	width: 200px;
	position: absolute;
}
table.table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #BDC7D8;
}
.tabletoprow {
	background-color: #DEDEDE;
}
.tabletitles {
	color: #333;
	background-color: #DEDEDE;
	font-weight: bold;
	padding: 4px 8px;
}
.tabletitles a {
	color: #333;
	background-color: #DEDEDE;
	text-decoration: none;
}
.tabletitlessmall {
	color: #333;
	background-color: #DEDEDE;
	padding: 0px 8px 4px;
}
.tablefirstrow {
	background-color: #F7F7F7;
}
.tablesecondrow {
	background-color: #F7F7F7;
}
.formtext {
	font-weight: bold;
	padding: 5px;
	text-align: right;
	color: #666;
}
.formtextleft {
	padding: 5px;
}
.formtextleftsmall {
	padding: 5px;
}
.formtextleft3 {
	padding: 5px;
	font-weight: bold;
	color: #666;
}
.textbox {
	border: 1px solid #BDC7D8;
	margin: 5px;
	padding: 1px;
}
.hand {
	cursor: pointer;
}
.menutablefirstrow {
	background-color: #F7F7F7;
}
.menutablesecondrow {
	background-color: #FFF;
}
.tablelink {
	padding: 5px 0 5px 4px;
}
.tabletext {
	padding: 5px 0 5px 8px;
}
.tabletextcentre {
	padding: 5px 0;
	text-align: center;
}
.sub1table {
	margin: 0 auto;
	width: 98%;
}
.sub1tabletoprow {
}
.sub1tabletitles {
	font-weight: bold;
}
.sub1menutablefirstrow {
	background-color: #F7F7F7;
}
.sub1menutablesecondrow {
	background-color: #F7F7F7;
}
.sub1tablelink {
	padding: 5px 0;
}
.sub1tabletext {
	padding: 5px 0;
}
.sub1tabletextcentre {
	padding: 5px 0;
}
.sub2table {
	margin: 0 auto;
	width: 95%;
	background-color: #BDC7D8;
}
.sub2table td {
	padding: 3px;
}
.sub2tabletoprow {
	background-color: #DEDEDE;
	font-weight: bold;
}
.sub2tabletoprow .formtextleft {
	color: #333;
}
.sub2menutablefirstrow {
	background-color: #FFF;
}
.sub2tablefirstcolumn {
	font-weight: bold;
	text-align: right;
}
.jobdescription {
	padding: 0 5px;
}
.candidateskilltitle {
	font-weight: bold;
	padding: 4px 8px;
}
td.addbutton {
	padding-left: 5px;
}

/* ********************************************************************** */
/* Client Area Workflow Report */
/* ********************************************************************** */

.field3 {
	color: #000;
}
.tabletitle3 {
	color: #FFF;
	font-weight: bold;
}
.workflowtable {
	background-color: #000;
}
.workflowsection {
	font-weight: bold;
	color: #FFF;
	background-color: #333399;
}
.workflowcolheaders {
	font-weight: bold;
	color: #000;
	background-color: #C5C5EB;
	vertical-align: top;
}
.workflowfirstcol {
	color: #000;
	background-color: #EFEFEF;
}
.sociallink
{
	float:right;
	margin-top:8px;
	margin-right:5px;
}
