*
{	margin: 0;
	padding: 0;
}
body
{	font-family: arial, sans-serif;
	font-size: 12px;
	background: #fff url('images/bg.jpg') repeat-x top left;
}

/**** Standard Elements ***********************************************************/
table {border-collapse: collapse;}

p { line-height: 1.8em; margin: 1.2em 0 0 0; padding: 0; }

h1, h2, h3, h4 { font-family: "Trebuchet MS", arial, sans-serif; }

a { color: #00456d; text-decoration: underline; }

a:hover { color: #c58846; }

label { display: block; margin: 15px 0 5px 0; font-weight: bold; }

input, select, textarea { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; border-top: 1px solid #aeaeae; padding: 3px 6px; font-family: arial, sans-serif; font-size: 12px;}

input:focus, select:focus { border-left: 1px solid #00456d; border-right: 1px solid #00456d; border-bottom: 1px solid #00456d; border-top: 1px solid #112d43;  }

.clear { clear: both; }

.action-button {
	background: #1e4158 url('images/action-button.png') repeat-x;
	padding: 10px 20px;
	border: 1px solid #214c6d;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;	
}

.action-button:hover { 
	color: #fff; 
	background: #b0794e url('images/action-button-hover.png') repeat-x; 
	border: 1px solid #a76c3f; 
}

.button {
	background: url('images/button.png') repeat-x;
	padding: 5px 15px;
	border: 1px solid #c2c2c2;
	font-size: 14px;
	color: #00456d;
	font-weight: bold;
	margin: 10px 0;
}
textarea
{	font-family: arial, sans-serif;
}
.button:focus, .button:hover { border: 1px solid #00456d; }

p.large { font-size: 14px; }

form input.formRadio
{	border: none;
}

/**** Main wrapper ******************************************************************/
#container {
	width: 940px;
	margin: 0 auto;
	padding: 1px 19px 10px 19px;
	background: url('images/container-bg.png') repeat-y center;
	overflow: visible;

}

/**** Rounded corner container header/footer ************************************************/
#container-header {
	background: url('images/container-header.png') no-repeat center;
	height: 8px;
	width: 978px;
	margin: 10px auto 0 auto;
}
#container-footer {
	background: url('images/container-footer.png') no-repeat center;
	height: 13px;
	width: 978px;
	margin: 0 auto;
}

/**** Header ************************************************************************/
#header {
	margin: 0 auto;
	width: 940px;
	background: url('images/header.png') no-repeat top left;	
}

#header #logo { margin-left: 20px; float: left; border: none;}

#login {
	width: 270px;
	float: right;
	margin-right: 10px;
	background: url('images/login-bottom.png') no-repeat bottom left;	
}

#login #content {
	background: #112e45 url('images/login.png') repeat-x top left;	
	padding: 10px 20px 0 20px;
	margin-bottom: 18px;
	color: #fff;
	width: 230px;
	float:left;
}

#login form p { margin: 0; padding: 0; }

#login #content a { color: #FFF; text-decoration: underline; }
#login #content a:hover { color: #FFF; }
/*
#login .username-block {
	width: 180px;
	float: left;
}

#login .password-block {
	width: 140px;
	float: left;
}

#login .header-button {
	float: right;
}
*/
#login h2 {
	font-size: 14px;
	color: #fff;
	margin: 0.5em 0;
	padding: 0;
}

#login form label {
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#login form input {
	padding: 3px 6px;
	margin: 7px 0;
	font-size: 11px;
	color: #666;
}

#login form a { color: #fff; font-size: 11px; }

#login form .submit {
	background: #fff url('images/button.png') repeat-x top left;
	padding: 5px 15px;
	border: 1px solid #ffffff;
	font-size: 14px;
	color: #00456d;
	text-transform: uppercase;
	font-weight: bold;
	margin: -10px 0 0 0;
	float: right;
}

/**** Main menu *********************************************************************/
ul#menu {
	width: 940px;
	border-bottom: 3px solid #e8e8e8;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	float: left;
}
ul#menu li {
	list-style: none;
	float: left;
	background: #fff url('images/menu-left.png') no-repeat bottom left;
	margin: 0 0.2em;
}
ul#menu li a { 
	display: block;
	padding: 13px 1em;
	background: url('images/menu-right.png') no-repeat bottom right;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: "Trebuchet MS", arial, sans-serif;
	text-decoration: none;	
}

/* Set current page to selected state */
/*#home #menu-home, #register #menu-register, #search #menu-search, #pricing #menu-pricing, #about #menu-about, #contact #menu-contact, ul#menu li:hover { background: #fff url('images/menu-selected-left.png') no-repeat bottom left; }
#home #menu-home a, #register #menu-register a, #search #menu-search a, #pricing #menu-pricing a, #about #menu-about a, #contact #menu-contact a, ul#menu li a:hover { background: url('images/menu-selected-right.png') no-repeat bottom right; }
*/
ul#menu li.selected, ul#menu li:hover { background: #fff url('images/menu-selected-left.png') no-repeat bottom left; }
ul#menu li.selected a, ul#menu li a:hover { background: url('images/menu-selected-right.png') no-repeat bottom right; }

#left-column-thin {
	float: left;
	width: 220px;
	margin-left: 10px;
}
#mid-column
{	float: left;
	width: 390px;
}
#full-column
{	float: left;
	width: 900px;
	margin-left: 10px;
}
/**** Left column *************************************************************/
#left-column {
	float: left;
	width: 630px;
	margin-left: 10px;
}
#lower
{	margin: 0 auto;
	width: 940px;
}

#lower #homepage-register { margin: 40px 0; }

#lower #qualified-crew {
	background-color: #fafafa;	
	border: 1px solid #eaeaea;
	padding: 15px;
	text-align: center;
}

#lower #qualified-crew h3 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	color: #112d43;
	font-size: 16px;
	clear: both;
}

#lower #qualified-crew ul { margin: 1em 0; padding: 0; text-align: center;  }

#lower #qualified-crew ul li { 
	display: inline;
	line-height: 2em;
	margin: 0.5em;
	background: url('images/list-icon.gif') no-repeat top right;
	padding-right: 2.5em;
}

/**** Right column **************************************************************/
#right-column {
	width: 250px;
	padding: 10px;
	margin-right: 10px;
	background-color: #f6f6f6;
	float: right;
	border: 1px solid #d9d9d9;
}

#right-column h3 {
	background-color: #112d43;	
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 5px;
	margin: 1.5em 0 0 0;
}

#right-column #quick-search {
	background-color: #fff;
	border-bottom: 3px solid #a06336;
}

#right-column #quick-search form {
	clear: both;
	padding: 8px 10px;
	margin: 0;
}

#right-column #quick-search>ul { 
	margin: 0; 
	padding: 0 5px;
	width: 240px;
	background-color: #a06336;
	float: left;
}

#right-column #quick-search>ul>li { 
	float: left; 
	list-style: none;
}

#right-column #quick-search>ul>li>a { 
	list-style: none;
	display: block;
	padding: 0.5em 0.8em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#right-column #quick-search ul>li .selected { 
	background-color: #fff;
	color: #a06336;
}

#right-column #featured-jobs>ul {
	margin: 0;
	padding: 0;
}

#right-column #featured-jobs ul li {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 2px solid #e1eaef;
	clear: both;
}

#right-column #featured-jobs ul li h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
}

#right-column #featured-jobs ul li span { font-size: 10px; display: block; text-align: right; color: #919191; }

#right-column #candlist-short ul {
	margin: 0;
	padding: 0;
}

#right-column #candlist-short ul li {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 5px 5px;
	border-bottom: 2px solid #e1eaef;
	clear: both;
}
#right-column #candlist-short h3 a
{	color: #FFF;
}
#right-column #candlist-short ul li h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
}
#right-column #candlist-short ul li div.cmanImg
{	width: 80px;
	height: 70px;
	overflow: hidden;
	float: left;
	text-align: center;
}
#right-column #candlist-short ul li div.cmanImg img
{	border: none;
}
#right-column #candlist-short ul li div.cmanContent
{	float: left;
	width: 150px;
	padding: 3px 5px;
}
#right-column #candlist-short ul li div.cmanFull
{	float: left;
	width: 230px;
	padding: 3px 5px;
}
#right-column #candlist-short ul li.cslBottom
{	padding: 10px 5px;
	text-align: center;
}
#right-column #candlist-short ul li span { font-size: 10px; display: block; text-align: right; color: #919191; }
/**** Edit Profile Styling ***********************************************/
#profile-choice {}

#edit-profile-wrapper {
	border-top: 2px solid #e2e2e2;	
	border-bottom: 2px solid #e2e2e2;	
	float: left;
}

ul#edit-profile {
	margin: 0;
	padding: 0;
	float: left;
}

ul#edit-profile li {
	list-style: none;
	
}

ul#edit-profile li a {
	padding: 1em;
	display: block;
	border: 1px solid #e2e2e2;
	width: 160px;
	font-size: 13px;
}

ul#edit-profile li a:hover {
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;

}

ul#edit-profile li.selected a {
	background: #fff;
	padding-left: 20px;
	background: #b48858 url('images/edit-profile.gif') no-repeat right;
	color: #fff;
	font-weight: bold;
	border: 0;
	width: 175px;
}

#edit-profile-content {
	float: right;
	width: 360px;
	background-color: #fff;
	margin-left: 10px;
	padding: 10px 0;
}

/**** Footer ***********************************************************/
#footer
{	margin-top: 30px;
	padding: 5px 0 0 0;
	background: #112d43 url('images/footer-top.gif') no-repeat top left; 
	color: #fff;
	text-align: left;
}
/*
#footer .footerdiv
{	float:left;
	width: 70%;
}
#footer .imagesdiv
{	text-align: right;
	float:left;
	width: 30%;
}
#footer ul { margin: 0; padding: 0; }
#footer ul li { display: inline; margin: 0 0.8em; }
#footer a { color: #638599; font-weight: bold; }

#footer p
{	color: #638599;
	padding: 0px 20px;
}

#footer p#copyright
{	background: url('images/footer-bottom.gif') no-repeat bottom left;	
	font-size: 11px;
	padding-bottom: 10px;
}
#footer p#copyright span
{	display: block;
	width: 50%;}
#footer p#copyright span#cpspan
{	color: #fff;
	text-align: left;
}
#footer p#copyright span#wsspan
{	text-align: right;
	float: right;
	margin-top: -20px;
}
#footer p#copyright img
{	float: right;
	margin-right: 20px;
}
*/
#footer .footerdiv
{	margin: auto;
	text-align: center;
	/*width: 100%;*/
}
#footer .imagesdiv
{	margin: auto;
	text-align: center;
	/*width: 30%;*/
}
#footer ul { margin: 0; padding: 0; }
#footer ul li { display: inline; margin: 0 0.8em; }
#footer a { color: #638599; font-weight: bold; }

#footer p
{	color: #638599;
	padding: 0px 20px;
}

#footer p#copyright
{	background: url('images/footer-bottom.gif') no-repeat bottom left;	
	font-size: 11px;
	padding-bottom: 10px;
	/*width: 940px;
	float: left;
	/*color: #fff;*/
}
#footer p#copyright span
{	display: block;
	width: 50%;
/*	float: left;*/
}
#footer p#copyright span#cpspan
{	color: #fff;
	text-align: left;
}
#footer p#copyright span#wsspan
{	text-align: right;
	float: right;
	margin-top: -20px;
}
#footer p#copyright img
{	float: right;
	margin-right: 20px;
}
div.empLeft
{	width: 210px;
	float: left;
}
div.empMiddle
{	width: 500px;
	float: left;
}
div.empMiddleRight
{	width: 710px;
	float: left;
}
div.empRight
{	width: 230px;
	float: left;
}

div.failmessage, div.successmessage
{	width: 940px;
	font-style: italic;
	font-weight: bold;
	color: #900;
	text-align: center;
	background: #f7e9e9;
	border: 1px solid #900;
	font-size: 14px;
	padding: 3px 0;
	display: block;
}
div.successmessage
{	color: #090;
	background: #e9f7e9;
	border: 1px solid #090;
}
form label span.req
{	color: #C00;
	text-align: center;
	padding: 0px 5px;
	font-weight: bold;
}
form label.orLabel
{	text-align: center;
	width: 3em;
}
form label.expLabel
{	text-align: center;
	width: 6em;
}
#profile-container ul
{	list-style: none;
	margin: 0px;
	padding: 0px;
}
#profile-container ul li
{	vertical-align: middle;
	display: block;
	width: 370px;
	float: none;
	margin: 0px;
	padding: 10px 10px 5px 10px;
}
#profile-container ul li.stripe1
{	background-color: #EDF2F5;
}
#profile-container ul li.libreak
{	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 0px;
	border-bottom: 1px solid #66F;
}
#profile-container ul li label
{	width: 140px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
}
#profile-container ul li span
{	float: left;
}
#profile-container ul li span.expDate
{	margin-left: 20px;
	float: right;
}
#profile-container ul li span.doclink
{	float: right;
	vertical-align: middle;
	width: 25px;
}
#profile-container ul li span.cvlink
{	float: right;
	vertical-align: middle;
	text-align: center;
	width: 100px;
}
#profile-container ul li span p.possought
{	margin: -3px 0px 3px 0px;
}
#profile-container ul li span p.searchwarning
{	border: 1px solid #F00;
	padding: 3px;
	color: #600;
	background-color: #FEE;
}
#profile-container ul li span.doclink img, #profile-container ul li span.cvlink img
{	border: none;
}
#profile-container ul li span.cvlink img
{	margin-right: 10px;
}
#profile-container ul li span.doclink a
{	vertical-align: middle;
	display: block;
	height: 20px;
	float: right;
	margin-left: 5px;
}
#profile-container ul li br
{	clear: both;
}
form.regform label, form.regform input
{	display: inline;
	float: left;
	margin: 5px 10px;
}
form.regform input.formHidden
{	display: none;
}
form.regform br
{	clear: both;
}
form.regform label
{	text-align: right;
	width: 250px;
}
form.regform label.fullLabel
{	text-align: center;
	width: 450px;
}
form.regform label.dispFoot
{	width: 100px;
}
/**** Edit Profile Styling ***********************************************/
#profile-choice {}
#profile-choice >ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 151px;
}
#profile-choice >ul >li {
	list-style: none;
}
#profile-choice >ul >li a {
	height: 22px;
	display: block;
	background: #14415d url('images/profile-tab.jpg') no-repeat bottom left;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0;
	padding: 6px 0 0 10px;
	outline: none;
	border: 0;
}
#profile-choice >ul >li a span {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #638599;
	padding-right: 3px;
}

#profile-choice >ul >li a:hover
{	background: #A96E42 url('images/profile-tab-hover.jpg') no-repeat bottom left;
}
#profile-choice >ul >li a.selected
{	height: 23px;
	padding: 8px 0 0 10px;
	background: #E9E9E9 url('images/profile-tab-selected.jpg') no-repeat right;
	color: #112d43;
	font-weight: bold;
	border: 0;
}
#profile-choice #profile-container
{	float: right;
	width: 420px;
	background-color: #f6f6f6;
	margin-left: 10px;
	padding: 20px;
	border: 2px solid #e8e8e8;
}
#profile-choice .button
{	margin-bottom: 5px;
}
#profile-choice ul li a:hover span { color: #e2e2e2; }
#profile-choice ul li a.selected span { color: #112d43; }

/* Inner box with the shadow */
#profile-container .box
{	background: #fff url('images/profile-box-shadow.png') no-repeat bottom center;	
	padding: 15px 15px 30px 15px;
	width: 390px;
}

#profile-container .box h3
{	font-size: 18px;
	color: #112d43;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('images/profile-dotted-border.png') no-repeat bottom left;

}

/* 01, 02 styling in the inner box */
#profile-container .box h3 span { font-size: 14px; }

/* Edit button uses .button class as well */
#profile-container .box .edit
{	float: right;
	margin: -30px 0 10px 0;
	padding: 5px 10px;
	text-decoration: none;
}

/* Edit Icon */
#profile-container .box .edit span
{	background: url('images/edit.png') no-repeat left;
	padding: 5px 0 5px 30px;
}
form optgroup>option
{	padding-left: 10px
}
form#disclaimer
{	width: 800px;
	margin: 20px auto;
	padding: 20px 50px;
}
form#disclaimer p.dgHeader
{	margin: 10px auto 5px;
	font-weight: bold;
	width: 100%;
}
form#disclaimer p.dgtext
{	margin: 5px 40px 5px 4px;
}
form#disclaimer p.notAll, form#disclaimer ul li.notTicked
{	color: #C00;
	font-weight: bold;
}
form#disclaimer input.tick
{	font-size: 8px;
	border: none;
}
form#disclaimer ul
{	
}
form#disclaimer ul li
{	list-style: none;
}
#featuredCrew
{	width: 940px;
	float: left;
	margin: 0px 0px 5px 0px;
	background-color: #F6F6F6;
/*	border: 1px solid #D9D9D9;*/
	text-align: center;
	background: url('images/header.png') no-repeat top left;	
}
#featuredCrew>span
{	/*float: left;*/
	display: block;
	width: 600px;
	padding: 3px 5px;
	font-size: 14px;
	color: #00456d;
	font-weight: bold;
	margin: auto;
}
#featuredCrew ul
{	list-style: none;
	float: none;
	margin: auto;
}
#featuredCrew ul li
{	float: left;
	display: block;
	border: 1px solid #D9D9D9;
	width: 120px;
	height: 100px;
	overflow: hidden;
	padding: 3px 3px;
	margin: 3px 3px;
	background-color: #FFF;
/*	background-color: #F6F6F6;*/
}
#featuredCrew ul li img
{	height: 60px;
	float: right;
	border: 1px solid #D9D9D9;
}
table.prodTable
{	width: 97%; margin: 0 auto;
}
table.prodTable th
{	border-top: 1px solid #080e14;
	border-right: 1px solid #4b6981;
	border-bottom: 1px solid #3e454b;
	background: #385368 url('images/table-th.png') repeat-x top left;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 8px 10px;
	clear: both;
}
table.prodTable th a
{	color: #fff;
}
table.prodTable td
{	padding: 5px 10px;
	border: 1px solid #ccc;
	vertical-align: top;
}
table.prodTable td.num
{	text-align: right;
}
table.prodTable tr:hover td, table tr.stripe1:hover td
{	background: #e3e9ed;
}
table.prodTable tr.stripe1 td
{	background: #f8f8f8;
}
table.prodTable tr.stlive td
{	font-weight: bold;
}
table.prodTable td a img
{	border:none;
}
#search-crew ul, #search-jobs ul
{	list-style: none;
	clear: both;
}
#search-crew ul li, #search-jobs ul li
{	float: none;
	margin: 0px 5px;
	padding: 10px 5px;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
}
#search-crew ul li.stripe1, #search-jobs ul li.stripe1
{	background-color: #F6F6F6;
}
#search-jobs .regButton, #search-crew .regButton
{	margin: 5px 10px;
	display: block;
	font-weight: bold;
	padding: 5px;
	background: url('images/button.png') repeat-x;
	border: 1px solid #c2c2c2;
	text-align: center;
}
li.nudgeResp
{	font-size: 14px;
	font-weight: bold;
	border: 1px solid #D9D9D9;
}
a.youlooklink
{	font-weight: bold;
}
a.tourlink
{	display: block;
	margin: 5px auto 0px;
	float: left;
	padding-top: 10px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
div#conf-code
{	text-align: center;	
	margin: auto;
}
div#conf-code h2
{	margin-top: 20px;
}
div#conf-code form
{	margin: 5px 50px;
	padding: 20px 0px;
	border: 1px solid #AAA;
}
form.regform label.fileViewImg
{	text-align: left;
	width: 30px;
}
label.fileViewImg img
{	border: none;
}