/* ---------------------------------------------------------------------------- */
/* BASIC CSS SETUP								*/
/* ---------------------------------------------------------------------------- */
body {
	color:#3B3B3B;
	margin: -1px 0px;
	background:#9B9A9B url(/img/background.jpg) repeat-x scroll left top;
	padding: 0;
	font-family: segoe ui,arial,helvetica,sans-serif;
	font-size: 62.5%;
}

#content
{
	font-family: segoe ui,arial,helvetica,sans-serif;
	background: white;
	width: 100%;
	min-height: 900px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #B4045F;
	outline:none;
}

a:hover {
	text-decoration: underline;
	color: #b85700;
}

img {
	border: 0;
}

form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

input {
	font-family: segoe ui,arial,helvetica,sans-serif;
}

table {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.1em;
}
table th {
	text-align: left;
	vertical-align: top;
}
p {
	font-size: 1.1em;
}
p.small {
	font-size: 1em;
}


/* ---------------------------------------------------------------------------- */
/* CUSTOM COMMON CLASSES														*/
/* ---------------------------------------------------------------------------- */
.verSep {
	color: #d8ab3a;
	padding-left: 5px;
	padding-right: 5px;
}

.clearb {
	clear: both;
}

.req {
	margin-left: 4px;
	font-size: 0.8em;
	color: #ae0b0b;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.pagination {
	text-align: center;
	margin-top: 20px;
	font-size: 1.3em;
}

.searchTermHighlight {
	color: #C64B11;
}

.findIcon {
	padding-left: 7px;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
}

.lookupResults {
	padding-left: 7px;
	font-style: italic;
	color: 666;
}

/* ---------------------------------------------------------------------------- */
/* MAIN SITE STRUCTURE															*/
/* ---------------------------------------------------------------------------- */
#container {
	font-family: segoe ui,arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align:left;
	width: 950px;
	margin-bottom: 20px;
}

#header {
	min-height: 150px;
	color:white;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border: 1px solid #E8E3E3;
	float: none;
	padding: 0px;
	text-align: left;
	background: url(/img/top.png);
	max-height: 150px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin:0;
	margin-top: 10px;
	min-width: 950px;
}

#headerLeft {
	width: 480px;
	float: left;
}

#headerRight {
	text-align: center;
	padding: 10px;
	font-size: 1.2em;
	position: absolute;
	margin-left: 590px;
	color: #DA6661;
}

#headerRight 	a:link, #headerRight a:visited, #headerRight a:active {
	text-decoration: none;
	color: white;
	outline:none;
}

#headerRight a:hover {
	color: #003D6A;
}

#headerRightLogin {
	padding-top: 10px;
	font-size: 0.9em;
}

#logo {
	margin-top: 5px;
	margin-left: 14px;
}

#headerRightLogin {
	padding-top: 10px;
	font-size: 0.9em;
}

#logo {
	margin-top: 5px;
	margin-left: 14px;
}

#topNav {
	border: 1px solid #E8E3E3;
	float: none;
	padding: 0px;
	padding-left: 40px;
	padding-right: 20px;
	text-align: left;
	background: url(http://images.jobexec.co.uk/img/gradientmenu.png) repeat left center;
	min-height: 18px;
	max-height: 20px;
	border: 0px;
}

#botNav {
	border: 1px solid #E8E3E3;
	float: none;
	padding: 5px;
	padding-left: 45px;
	padding-right: 20px;
	text-align: left;
	background: url(http://images.jobexec.co.uk/img/gradientmenu.png) repeat left center;
	min-height: 10px;
	max-height: 10px;
	border: 0px;
}

#syncNav {
	clear:none;
	margin-left:0px;
	margin-right: 400px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#topNavSub  {

}

#topNavSub ul, #submenu ul li, #submenu {
	background: transparent;
}

#submenu {
	margin-top: 0px;
}

#nav {
	margin-top: 40px;
	color: #706D6D;
	font-size: 16px;
}

#nav a{
	color: darkgray;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 15px;
	font-weight: bold;
}

#nav a:hover, #nav .navspace a:hover {
	color: #A32733;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 20px;
	font-weight: bold;
	padding: 0px 15px;
}

.navspace {
	min-width: 100px;
	margin-left: 200px;
	right:0px;
}


#nav .navspace a{
	color: #706D6D;
	padding: 0px 15px;
}

#leftPanel {
	position: relative;
	left: 300;
	max-width: 610px;
	min-height: 900px;
	border: 0px;
	padding: 0px;
	padding-top: 0px;
	margin-left: 5px;
}

#rightPanel {
	margin-top: 0px;
	float:right;
	min-height: 900px;
	z-index: 0;
	padding: 0px;
	border: 0px;
	min-width: 315px;
	margin-right: 5px;
}

#panel {
	background: url(/img/panel.png) no-repeat;
	min-height: 400px;
	min-width: 650px;
	margin-top: 100px;
	font-size: 9px;
}

#panel2 {
	background: url(/img/panel2.png) no-repeat;
	min-height: 400px;
	min-width: 650px;
	margin-top: 100px;
	font-size: 9px;
}

#panel table, #panel2 table {
	min-width: 615px;
	padding: 0px;
	margin: 0px;
	max-width: 93.3px;
}

#panel table td, #panel2 table td {
	max-width: 207.3px;
	text-align: left;
	margin:0px;
	vertical-align: top;
	padding: 15px 10px;
}

#panel a, #panel2 a{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#panel a:hover, #panel2 a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.panelHolder {
	max-width: 203.3px;
	padding: 5px 10px;

}

.buttons {
	background: url(/img/button.conf.png) no-repeat;
	min-width: 104px;
	min-height: 36px;
	padding: 10px 20px;
}

.star {
	background: url(/img/star.png) no-repeat;
	min-width: 64px;
	min-height: 96px;
	font-size: 13px;
	color: white;
	padding: 25px 17px;
	text-align: center;
	float:right;
}

.heading {
	color: purple;
	font-size: 14px;
	font-weight: bold;
}

.subheading {
	color: purple;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

.bottom {
	position: relative;
	top: 30px;
}

#footer{
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border: 1px solid #E8E3E3;
	padding: 0px;
	text-align: left;
	background: url(/img/bottom.png);
	min-height: 480px;
	border-top: 1px solid white;
	border-bottom: 1px solid silver;
	margin:0;
	min-width: 948px;
	color: white;
}

#leftPanelInfo {
	border-top: 1px dotted #999;
	padding-left: 2px;
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#mainContent {
	font-family: segoe ui,arial,helvetica,sans-serif;
	margin: 0px;
	z-index: 0;
	padding:0px;
	margin-top: 0px;
	text-align: left;
	clear:both;
	font-size: 10px;
	background: white;
	min-height: 900px;
}


#mainContentPopup {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	z-index: 1;
}

button, submit {
	border: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: url(/img/button.conf.png) no-repeat;
}

.buttonArea {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 1px dotted #999;
}

.sitemap {
	border: 0px;
	color: white;
	margin:0px;
	margin-top: 110px;
	margin-left: 15px;
	max-width: 900px;
	padding:0;
	max-height: 200px;
}

.sitemap .links td {
	padding: 6px 0px;
}

.sitemap a{
	color: white;
	font-size: 12px;
	text-decoration: underline;
	padding: 20px 0px;
}

.box{
	border: 1px solid #E8E3E3;
	padding: 0px;
	text-align: left;
	background: url(/img/box.png) repeat scroll left bottom;
	min-height: 80px;
	margin:0;
	max-width: 295px;
	color: gray;
	right: 0px;
	padding: 5px;
}

.help {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	min-height: 100px;
}

.chat {
	min-height: 100px;
	padding: 0px 3;
	font-size: 12px;
}

.find select {
	font-size: 10px;
}

.boxHeader{
	border: 1px solid #E8E3E3;
	padding: 0px;
	text-align: left;
	background: url(/img/headers.png);
	min-height: 25px;
	margin:0;
	max-width: 660px;
	color: white;
	right: 0px;
	font-size: 13px;
	font-weight: bold;
}

.boxHolder {
	border: 1px solid #E8E3E3;
	padding: 18px 10px;
	text-align: left;
	min-height: 290px;
	margin:0;
	max-width: 660px;
	color: gray;
	right: 0px;
	font-size: 13px;
}

.boxHolder a {
	font-size: 14px;
	text-decoration: none;
}

.boxTitle {
	font-size: 14px;
	color: maroon;
	font-weight: bold;
}

#details {
	padding: 18px 10px;
	text-align: left;
	min-height: 290px;
	margin:0;
	max-width: 660px;
	color: gray;
	right: 0px;
}

.space {
	max-height: 5px;
}

.contents {
	font-size: 12px;
	color: gray;
	padding: 3px;
}

/* ---------------------------------------------------------------------------- */
/* LEFT BOXES																	*/
/* ---------------------------------------------------------------------------- */
.leftPanelBox, .leftPanelBoxStatic {
	border: 1px solid #999;
	background: #FFF7F4;
	padding: 5px;
	font-size: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.leftPanelBox h4, .leftPanelBoxStatic h4 {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 0;
	border-bottom: 1px dotted #999;
	color: #666;
	font-size: 1.1em;
}
.leftPanelBox h4:before, .leftPanelBoxStatic h4:before {
	content: '>> ';
	color: #E57437;
}
.leftPanelBox p, .leftPanelBoxStatic p {
	padding: 3px;
	margin: 2px;
	font-size: 1.1em;
}
.leftPanelBox ul, .leftPanelBoxStatic ul {
	margin: 2px;
	padding: 2px;
	list-style: none;
	font-size: 1.1em;
}
.leftPanelBox ul li, .leftPanelBoxStatic ul li {
	padding-bottom: 3px;
}

.leftPanelBoxStatic {
	background: #fff;
}


/* ---------------------------------------------------------------------------- */
/* LOGIN PAGE																	*/
/* ---------------------------------------------------------------------------- */
#mainContentLogin {
	width: 100%;
	text-align: left;
	margin: auto;
	width: 400px;
	margin-left: 45%;
}

#loginBox {
	margin-top: 220px;
}

#loginBoxHeader {
	padding: 4px;
	color: purple;
	font-size:16px;
	font-weight: bold;
}
#loginBoxHeader span {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 8px;
}

a.buttons:hover {
	color: lightblue;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------- */
/* PAGE TITLE ICONS																*/
/* ---------------------------------------------------------------------------- */
#pageTitle {
	border-bottom: 1px solid #999;
	margin-bottom: 14px;
	background: url(/img/gradientmenu3.png) repeat scroll right bottom;
	border-right: 1px solid #999;
	z-index: 3;
	padding: 2px;
	padding-top: 0px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-align: left;
}

#pageTitle h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 4px 0 4px 0;
}
#pageTitle h1:before {
	content: '>> ';
	color: #E57437;
}

/* ---------------------------------------------------------------------------- */
/* E-MAIL LOG																	*/
/* ---------------------------------------------------------------------------- */
.emailLogMsgScroll{
	border : solid 2px #efefef;
	background : #ffffff;
	padding : 4px;
	width : 650px;
	height : 220px;
}

/* ---------------------------------------------------------------------------- */
/* DOWN SLIDER																	*/
/* ---------------------------------------------------------------------------- */
#downSlider
{
	position:absolute;
	left:350px;
	top: 0;
	width:410px;
	display:none;
	border: 1px solid #f4c413;
	border-top: 0;
	background: #FFFCE5;
	z-index: 20000;
	padding: 10px;
}

/* ---------------------------------------------------------------------------- */
/* AUTO-COMPLETE																*/
/* ---------------------------------------------------------------------------- */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
