/* @override 
	http://focus-consultants.acid.myzen.co.uk/css/basic.css
	http://www.focus-consultants.co.uk/css/basic.css
*/

/* @group generic */

* {
	margin: 0;
	padding: 0;
}

.clearAll {
	clear: both;
}

html {
	overflow: scroll;
}

body {
	background: #242e33 no-repeat center -55px;
	color: #fff;
	min-width: 990px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
}

#pageContainer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 52px;
	left: 217px;
	z-index: 99;
	width: 115px;
	height: 115px;
	overflow: hidden;
}

#logo embed {
	top: 0;
	left: 0;
	width: 115px;
	height: 115px;
	overflow: hidden;
	position: absolute;
}

#logo h1 a {
	background: url(../img/logo_focus_cube.gif) no-repeat;
	width: 110px;
	height: 0;
	overflow: hidden;
	padding-top: 110px;
	display: block;
	visibility: hidden;
}

#logoFlash {
	width: 168px;
	height: 168px;
	position: absolute;
	left: 190px;
	top: 26px;
	z-index: 4;
}

#logoFlash h1 a {
	background: url(../img/logo_focus_cube.gif) no-repeat;
	width: 110px;
	height: 0;
	overflow: hidden;
	padding-top: 110px;
	display: block;
	margin-left: 28px;
	margin-top: 28px;
}

#vRuleContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	top: 0;
}

#vRuleWrapper {
	width: 990px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	visibility: hidden;
}

#vRule {
	background-color: #fff;
	width: 2px;
	z-index: 3;
	left: 329px;
	position: absolute;
	top: 0;
	height: 100%;
	visibility: visible;
}

#hRule {
	width: 100%;
	position: absolute;
	top: 164px;
	height: 2px;
	z-index: 3;
	background-color: #fff;
	overflow: hidden;
}

body#bRAE #vRule, body#bRAE #hRule {
	background-color: #6c3e82;
}

body#bEDF #vRule, body#bEDF #hRule {
	background-color: #434c6c;
}

body#bPPM #vRule, body#bPPM #hRule {
	background-color: #d50066;
}

body#bECS #vRule, body#bECS #hRule {
	background-color: #b3c300;
}

body#bCPS #vRule, body#bCPS #hRule {
	background-color: #e2740d;
}

#pageContent {
	position: absolute;
	top: 165px;
	left: 330px;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	height: 410px;
}

#pageContent.narrow {
	width: 410px;
}

#pageContent p {
	margin-bottom: 8px;
}

#pageContent a, #pageContent p a {
	color: #fff;
	font-weight: bold;
}

#pageContent p a:hover {
	color: #ce661e;
}

#pageContent ul {
	margin-left: 30px;
	margin-bottom: 8px;
}

#pageContent h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

#pageContent h4 {
	text-transform: uppercase;
	color: #ce661e;
	font-size: 14px;
}

#pageContent h4 span {
	color: #fff;
}

#pageContent h5 {
	color: #ce661e;
	font-size: 14px;
}

#pageHeadlines {
	position: absolute;
	width: 660px;
	left: 330px;
	height: 165px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#pageHeadlines h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #71bd12;
	font-size: 32px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#regOffice {
	position: absolute;
	font-size: 9px;
	width: 210px;
	left: 105px;
	top: 610px;
	text-align: right;
	padding: 5px;
}

sub, sup {
	font-size: 9px;
	line-height: 8px;
}

/* @end */

/* @group navigation */

#navigation {
	width: 220px;
	height: 330px;
	position: absolute;
	top: 275px;
	left: 110px;
	z-index: 2;
	background-image: url(../img/nav_bg.png);
}

#navigation ul {
	list-style-type: none;
	margin-top: 2px;
}

#navigation ul li a {
	width: 220px;
	height: 0;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	padding-top: 40px;
	background-position: -1px 0;
	margin-bottom: 2px;
	font: 10px Verdana;
}

#navigation ul li a:hover {
	background-position: -221px 0;
}

#navigation ul li a.navHOM {
	background-image: url(../img/nav_hom.gif);
	padding-top: 25px;
}

body#bHOM #navigation ul li a.navHOM {
	padding-top: 25px;
	background: url(../img/nav_hom.gif) -441px 0;
}

#navigation ul li a.navAUS {
	background-image: url(../img/nav_aus.gif);
	padding-top: 25px;
}

body#bAUS #navigation ul li a.navAUS {
	background: url(../img/nav_aus.gif) -441px 0;
}

#navigation ul li a.navRAE {
	background-image: url(../img/nav_rae.gif);
	padding-top: 25px;
}

body#bRAE #navigation ul li a.navRAE {
	background: url(../img/nav_rae.gif) -441px 0;
}

#navigation ul li a.navEDF {
	background-image: url(../img/nav_edf.gif);
}

body#bEDF #navigation ul li a.navEDF {
	background: url(../img/nav_edf.gif) -441px 0;
}

#navigation ul li a.navPPM {
	background-image: url(../img/nav_ppm.gif);
}

body#bPPM #navigation ul li a.navPPM {
	background: url(../img/nav_ppm.gif) -441px 0;
}

#navigation ul li a.navECS {
	background-image: url(../img/nav_ecs.gif);
}

body#bECS #navigation ul li a.navECS {
	background: url(../img/nav_ecs.gif) -441px 0;
}

#navigation ul li a.navCPS {
	background-image: url(../img/nav_cps.gif);
}

body#bCPS #navigation ul li a.navCPS {
	background: url(../img/nav_cps.gif) -441px 0;
}

#navigation ul li a.navCST {
	background-image: url(../img/nav_cst.gif);
	padding-top: 25px;
}

body#bCST #navigation ul li a.navCST {
	background: url(../img/nav_cst.gif) -441px 0;
}

body.casestudy #navigation ul li a.navCST {
	background: url(../img/nav_cst.gif) 0 -80px;
}

#navigation ul li a.navPEO {
	background-image: url(../img/nav_peo.gif);
	padding-top: 25px;
}

body#bPEO #navigation ul li a.navPEO {
	background: url(../img/nav_peo.gif) -441px 0;
}

#navigation ul li a.navCUS {
	background-image: url(../img/nav_cus.gif);
	padding-top: 25px;
}

body#bCUS #navigation ul li a.navCUS {
	background: url(../img/nav_cus.gif) -441px 0;
}

/* @end */

/* @group home */

#homeHeadlines {
	color: #ccc;
	position: absolute;
	width: 658px;
	height: 80px;
	left: 331px;
	top: 0;
	z-index: 3;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #242e33;
}

#homeHeadlines div {
	width: 650px;
	height: 110px;
	position: absolute;
	top: 0;
	background-color: #242e33;
}

#homeHeadlines h2 {
	width: 650px;
	position: absolute;
	margin-left: 5px;
	font-size: 40px;
	line-height: 47px;
	bottom: 0;
	background-position: 0 -25px;
}

#hl1 {
	background-image: url(../img/home_headline1.png);
}

#hl2 {
	background-image: url(../img/home_headline2.png);
}

#hl3 {
	background-image: url(../img/home_headline3.png);
}

#hl4 {
	background-image: url(../img/home_headline4.png);
}

#imageBox {
	position: absolute;
	z-index: 1;
	top: 110px;
}

#imageBox img {
	position: absolute;
	z-index: 1;
}

#contact {
	width: 210px;
	height: 100px;
	position: absolute;
	left: 331px;
	top: 495px;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	background: #a2a332 url(../img/iso-9001-new-yel.gif) no-repeat 5px 40px;
}

#contact p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#homeLogos {
	width: 110px;
	height: 55px;
	position: absolute;
	top: 500px;
	left: 560px;
}

/* @end */

/* @group news ticker */

#newsTicker {
	position: absolute;
	top: 165px;
	left: 770px;
	width: 220px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 2;
}

#newsTicker ul {
	list-style-type: none;
}

#newsTicker ul li {
	width: 220px;
	height: 110px;
	position: relative;
}

#newsTicker ul li a {
	width: 100px;
	max-width: 100px;
	height: 100px;
	display: block;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	background: url(../img/home_news_link_bg.png) 0 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}

#newsTicker ul li a:hover {
	background-position: 0 -110px;
}

a#newsArchiveLink {
	display: block;
	width: 210px;
	height: 19px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding: 5px;
	background: url(../img/trans_link_bg.png) repeat-x 0 0;
}

a#newsArchiveLink:hover {
	color: #000;
	background-position: 0 -110px;
}

/* @end */

/* @group careers */

.relatedLinks {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 20px;
	background-color: #394950;
	padding-right: 20px;
	margin-bottom: 20px;
}

#pageContent p.careersArticleNote {
	font-size: 11px;
	line-height: 14px;
}

.relatedLinks ul li {
	min-height: 32px;
	background: url(../img/icon_gen.gif) no-repeat;
	display: block;
	margin-bottom: 15px;
	font-size: 11px;
	padding-left: 40px;
	line-height: 13px;
}

.relatedLinks ul li a {
	color: #fff;
	text-decoration: none;
}

.relatedLinks ul li a:hover {
	color: #ce661e;
}

.relatedLinks ul li.relatedLinkPDF {
	background-image: url(../img/icon_pdf.gif);
}

.relatedLinks ul li.relatedLinkDOC {
	background-image: url(../img/icon_doc.gif);
}

.relatedLinks ul li.relatedLinkXLS {
	background-image: url(../img/icon_xls.gif);
}

.relatedLinks ul li.relatedLinkPPT {
	background-image: url(../img/icon_ppt.gif);
}

.relatedLinks ul li.relatedLinkIMG {
	background-image: url(../img/icon_img.gif);
}



/* @end */

/* @group news */

#newsMainImage {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 331px;
	width: 550px;
	overflow: hidden;
	height: 385px;
}

#newsMainImage img {
	position: absolute;
}

#newsMainThumbs {
	position: absolute;
	top: 165px;
	left: 110px;
	width: 220px;
}

#newsMainThumbs img {
	float: right;
	cursor: pointer;
	width: 55px;
	height: 55px;
	overflow: hidden;
}

#newsMainThumbs img:hover {
	border: 1px solid #fff;
	width: 53px;
	height: 53px;
}

#newsMainThumbs p {
	color: #fff;
	font-size: 10px;
	padding: 4px;
	clear: right;
	float: right;
}

div#newsContent {
	background-color: #b1b12d;
	position: absolute;
	width: 400px;
	min-height: 180px;
	left: 330px;
	top: 385px;
	padding: 20px;
}

#newsContent h2 {
	color: #fff;
	text-transform: uppercase;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

#newsContent p {
	color: #334147;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

#newsSubNav {
	position: absolute;
	top: 165px;
	left: 770px;
	width: 220px;
	min-height: 330px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 2;
	background-image: url(../img/nav_bg.png);
}

#news_search p {
	height: 55px;
}

#news_search p input {
	font-size: 12px;
	padding: 3px;
	border: 1px solid #000;
	margin-top: 15px;
	margin-left: 10px;
	width: 190px;
}

#newsSubNav ul {
	list-style-type: none;
}

#newsSubNav ul li {
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	padding: 10px;
}

#newsSubNav ul li.active {
	background: url(../img/trans_link_bg.png) repeat-x 0 0;
}

#newsSubNav ul li.active a {
	color: #fff;
}

#newsSubNav ul li.active a:hover {
	color: #fff;
}

#newsSubNav ul li a {
	color: #999;
	text-decoration: none;
}

#newsSubNav ul li a:hover {
	color: #ce661e;
}

#newsSubNav ul li ul li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}

div.newsListItem {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

div#pageContent div.newsListItem p a {
	color: #ce661e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

div#pageContent div.newsListItem p a:hover {
	color: #71bd12;
}

div.newsListItem p {
	font-size: 11px;
}

div.newsListItem p img {
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group about us */

.aboutAccent1 {
	color: #fff;
}

body#bAUS h5.ACCtoggler {
	cursor: pointer;
}

body#bAUS h5.ACCtoggler:hover {
	color: #71bd12;
}

#ACCcontainer div.ACCelement {
	
}

table.AUSbullets {
	margin-bottom: 20px;
}

table.AUSbullets td {
	width: 300px;
}

#ACCcontainer div.ACCelement ul {
	margin-bottom: 20px;
}

div#aboutPictures {
	position: absolute;
	top: 165px;
}

#aboutPictures img {
	float: left;
}

/* @end */

/* @group departments */

#teamLinkThumbs {
	position: absolute;
	top: 110px;
	left: 0;
	width: 330px;
	height: 495px;
}

#teamLinkThumbs div {
	position: absolute;
	top: 55px;
	left: 0;
}

#teamLinkThumbs a {
	float: right;
	cursor: pointer;
	width: 55px;
	height: 55px;
	overflow: hidden;
}

#teamLinkThumbs a img {
	border-width: 0;
	border-style: none;
}

#teamLinkThumbs a:hover {
	border: 1px solid #3b7267;
	width: 53px;
	height: 53px;
}

#teamLinkThumbs p {
	color: #fff;
	font-size: 10px;
	width: 165px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 20px;
	float: left;
}

#teamLinkThumbs div p.thumbs8row {
	height: 55px;
	width: 330px;
	clear: left;
	position: relative;
	top: 0;
}

#teamLinkThumbs div p.thumbs2row {
	height: 55px;
	width: 110px;
	clear: left;
	position: relative;
	top: 0;
}

#csLinks {
	top: -16px;
	left: -14px;
	width: 550px;
	position: relative;
	height: 110px;
	overflow: hidden;
}

body.casestudy #csLinks {
	position: absolute;
	left: 330px;
	top: 0;
}

#csLinks ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
}

#csLinks ul li {
	position: relative;
	float: left;
	height: 110px;
}

#csLinks ul li a {
	position: absolute;
	width: 110px;
	height: 0;
	left: 0;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 12px;
	background: url(../img/dep_cs_link_bg.png) no-repeat 0 0;
	float: left;
	padding-top: 110px;
	top: 0;
	overflow: hidden;
}

#csLinks ul li a:hover {
	background-position: 0 -190px;
}

/* @end */

/* @group case studies */

body.casestudy #pageContent {
	height: 245px;
	top: 495px;
}

body.department #pageContent {
	height: 245px;
	top: 330px;
}

body #csMainImage {
	position: absolute;
	z-index: 1;
	top: 165px;
	left: 331px;
	width: 660px;
	overflow: hidden;
	height: 275px;
}

body.department #csMainImage {
	top: 0;
	z-index: 4;
}

#csMainImage img {
	position: absolute;
	top: 0;
	left: 0;
}

body #csThumbs {
	position: absolute;
	right: 0;
	top: 440px;
}

body.department #csThumbs {
	position: absolute;
	right: 0;
	top: 275px;
}

#csThumbs img {
	float: left;
	width: 55px;
	height: 55px;
}

#csThumbs img:hover {
	border: 1px solid #fff;
	width: 53px;
	height: 53px;
	cursor: pointer;
}

#csThumbs a {
	float: left;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background: url(../img/arrow_sml_wht.gif) no-repeat right bottom;
	height: 30px;
	padding-right: 35px;
	padding-top: 25px;
}

#csPicker {
	position: absolute;
	width: 660px;
	left: 330px;
	top: 165px;
	z-index: 2;
	background-color: #0a0d0e;
	overflow: hidden;
	height: inherit;
	padding-top: 80px;
	padding-bottom: 55px;
}

#csPicker p {
	font-size: 12px;
	margin-left: 230px;
	height: 30px;
}

#csPicker div {
	width: 660px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	padding-bottom: 0;
	height: 55px;
}

#csPicker div:hover {
	background-color: #253135;
}

#csPicker div h5 {
	width: 250px;
	padding-left: 10px;
	font-size: 11px;
	vertical-align: middle;
	height: 11px;
	position: relative;
	top: 5px;
}

#csPicker div img {
	position: relative;
	left: 230px;
	top: -11px;
	float: left;
	width: 53px;
	height: 53px;
	border: 1px solid #000;
}

#csPicker div img:hover {
	width: 53px;
	height: 53px;
	border: 1px solid #fff;
}

/* @end */

/* @group team */

#teamContent {
	position: absolute;
	background-color: #fff;
	left: 330px;
	top: 165px;
	width: 310px;
	padding: 22px 220px 22px 20px;
	height: 395px;
}

#teamContent h3 {
	color: #000;
}

#teamContent h4 {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#teamContent p {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

#teamContent p.teamAddress {
	margin-bottom: 2px;
	padding-left: 20px;
}

#teamContent p.teamAddress span {
	margin-left: -20px;
	padding-right: 10px;
	width: 10px;
	display: inline-block;
	font-weight: bold;
	text-align: center;
}

#teamContent p.teamAddress a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#teamContent p.teamAddress a:hover {
	text-decoration: underline;
}

#teamContent img {
	position: absolute;
	top: -1px;
	right: 0;
}

#teamThumbs {
	position: absolute;
	left: 330px;
	width: 550px;
	height: 165px;
}

#teamThumbs h2 {
	margin-left: 15px;
	font-size: 32px;
	margin-top: 15px;
	color: #ccc;
}

#teamThumbs h2 span {
	font-size: 14px;
	vertical-align: middle;
}

#teamThumbsBox {
	position: absolute;
	bottom: 0;
	height: 110px;
	background-color: #0a0d0e;
	width: 550px;
}

#teamThumbsBox a {
	width: 55px;
	height: 55px;
	float: left;
}

#teamThumbsBox a:hover {
	border: 1px solid #3b7267;
	width: 53px;
	height: 53px;
	overflow: hidden;
}

#teamThumbsBox a img {
	float: left;
	border-style: none;
	border-width: 0;
}

#teamThumbsBox p {
	clear: left;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
}

#teamBack {
	position: absolute;
	top: 165px;
	left: 270px;
}

#teamBack a {
	float: left;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background: url(../img/arrow_sml_wht.gif) no-repeat right bottom;
	height: 30px;
	padding-right: 35px;
	padding-top: 25px;
}

#peoplePicker {
	position: absolute;
	width: 660px;
	left: 330px;
	top: 165px;
	z-index: 2;
	background-color: #0a0d0e;
	overflow: hidden;
	height: 440px;
}

#peoplePicker p {
	font-size: 12px;
	margin-left: 230px;
	height: 30px;
}

#peoplePickerHandles {
	position: absolute;
	top: 165px;
	left: 330px;
	z-index: 3;
	width: 770px;
}

#peoplePickerHandles h5 {
	float: left;
	width: 90px;
	min-height: 90px;
	padding: 10px;
	font-size: 12px;
	color: #999;
	cursor: pointer;
}

#peoplePickerHandles h5.peoplePickerHandleAll {
	position: absolute;
	top: 385px;
	left: 550px;
	min-height: 35px;
}

#peoplePickerHandles h5:hover {
	color: #fff;
	background-color: #000;
}

div.peoplePickerGroup {
	position: absolute;
	top: 110px;
	left: 0;
	background-color: #0a0d0e;
}

div.peoplePickerRow {
	width: 660px;
	display: block;
	overflow: hidden;
	padding-bottom: 0;
	height: 55px;
	padding-left: 0;
	padding-right: 0;
}

div.peoplePickerRow:hover {
	background-color: #253135;
}

div.peoplePickerRow a {
	float: left;
}

div.peoplePickerRow img {
	position: relative;
	float: left;
	width: 53px;
	height: 53px;
	border: 1px solid #000;
}

div.peoplePickerRow img:hover {
	width: 53px;
	height: 53px;
	border: 1px solid #fff;
}

div.peoplePickerRow img.peopleBlankThumb {
	border-style: none;
	margin: 1px;
}

/* @end */

/* @group contact us */

#contactContent {
	position: absolute;
	width: 660px;
	left: 330px;
	top: 165px;
}

div.contactSite {
	width: 660px;
	min-height: 109px;
	border-bottom: 1px solid #fff;
	position: relative;
}

#contactContent div.contactSite h4 {
	text-transform: uppercase;
	color: #ce661e;
	padding-left: 15px;
	padding-top: 10px;
	width: 440px;
	float: left;
}

#contactContent div.contactSite h4 span {
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

#contactContent div.contactSite img {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 109px;
}

div.addressCol1 {
	font-size: 12px;
	width: 205px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	line-height: 14px;
}

div.addressCol2 {
	font-size: 12px;
	width: 205px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}

#contactContent div.contactSite div.addressCol2 p a {
	display: block;
	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#contactContent div.contactSite div.addressCol2 p a:hover {
	text-decoration: underline;
}

#contactFooter {
	padding: 20px;
}

#contactFooter img {
	float: left;
	margin-right: 10px;
}

#contactFooter p {
	margin-bottom: 10px;
	font-size: 12px;
}

#contactFooter p a {
	color: #ce661e;
	font-weight: bold;
	text-decoration: none;
}

#contactFooter p a:hover {
	text-decoration: underline;
}

div#websiteCredits {
	margin-top: 10px;
}

div#websiteCredits p {
	margin-bottom: 5px;
}

div#websiteCredits ul {
	list-style-type: none;
	font-size: 12px;
	margin-left: 10px;
}

#websiteCredits ul li a {
	color: #ce661e;
	text-decoration: none;
	font-weight: bold;
}

#websiteCredits ul li a:hover {
	text-decoration: underline;
}

/* @end */

#dhtmltooltip {
	position: absolute;
	width: 250px;
	border: 2px solid #253135;
	padding: 10px;
	background-color: #000;
	visibility: hidden;
	z-index: 100;
	line-height: 15px;
	color: #f60;
	font-size: 12px;
}

#dhtmltooltip span {
	color: #fff;
}

/* @group IE warning */

div#ieWarn {
	position: absolute;
	height: 80px;
	background-color: white;
	width: 100%;
	visibility: hidden;
	z-index: 99;
	top: 0;
}

/* @end */

/* @group admin */



/* @end */

div#adminLogin {
	background-color: #3b4f67;
	border: 1px solid #000;
	padding: 10px 10px 10px 50px;
	width: 360px;
}

#adminLogin form label {
	float: left;
	width: 80px;
	margin-bottom: 10px;
}

#adminLogin form input {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

div#adminConsole {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
}

div#adminConsole a {
	color: #fff;
	font-weight: bold;
}

#adminConsoleTasks a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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

#adminConsoleInterface a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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