/* MASTER STYLESHEET */

/* TAG DEFINITIONS */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url('/images/body-bg.gif');
	background-repeat: repeat-x;
}

img { border: 0px; }

form { margin: 0px; }
input, select { font-size: 1em; }
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}

p { 
	margin: 0 0 1em 0; /* EXTRA SPACING FIX */
	line-height: 1.4em;
}

a, a:visited, a:link, a:active, a:hover {
	color: #073085;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
noscript {
	border: 1px dashed #003366;
	width: 100%;
	padding: 5px;
	text-align: center;
	clear: both;
	margin: 5px;
	background-color:#FFD7D8;
}
th { background-color: #EBEBEB; }
td.fill { background-color: #F7F7F7; }

label { }

hr {
	color: #e6e6e6;
	border: none;
	height: 1px;
}
/*****************************************/
/*                  IDs                  */
/*****************************************/

#legacy-wrapper {
	text-align: center;
}

#wrapper {
	width: 90%;
	margin: 0 auto;
	text-align: left;
} 

#header {
	height: 100px;
	position: relative;
	font-size: 0.6em;
	text-align: center;
}
#logo {
	position: absolute;
	left: 0px;
	top: 22px;
	/*width: 400px;*/
	width: 192px;
	height: 60px;
	z-index: 10;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
}

#banner, #gif-banner {
	position: absolute;
	right: 0px;
	top: 22px;
	width: 468px;
	height: 60px;
	border: 1px solid #e9e9e9;
	z-index: 9;
}

#gif-banner {
	z-index: 10; 
}


#breadcrumbs {
	position: absolute;
	right: 5%;
	top: 5px;
	color: #afafaf;
	text-align: right;
	font-size: 0.6em;
	z-index: 200;
	height: 30px;
}
#breadcrumbs a {
	color: #afafaf;
}
#breadcrumbs a:hover {
	color: #073085;
}
/************** NAVIGATION **************/
#navigation {
	margin-top: -7px;
	height: 25px;
	font-size: 0.7em;
}
#navigation ul {
	list-style-type: none;
	margin: 4px 0 0 12px;
	padding: 0;
	position: relative;
	z-index: 100;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	white-space: nowrap;
	padding: 0;
}
#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 4px 12px 10px 0px;
	background-image: url(/images/navigation-bg.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin-right: 10px;
}

#navigation ul li a:hover, #navigation ul li .on  {
	background-position: bottom right;
	color: #fff;
}
/****************************************/



/**************** CONTENT ***************/
#content {
	font-size: 0.7em;
	clear: both;
	color: #333333;
	margin-top: 15px;
	position: relative;
	text-align: justify;
}

#content h1 {
	font-size: 1.7em;
	color: #073085;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 1.5em;
	color: #8b8b8b;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 1.5em;
	color: #073085;
	 
	margin-bottom: 5px;
}
#content h4 {
	font-size: 1.0em;
	color: #000000;
}
#content h5 {
	font-size: 1.2em;
	color: #8b8b8b;
}
#content h6 {
	font-size: 1em;
	color: #073085;
	font-style: italic;
}


/****************************************/

/** PANELS **/

/**** FULL ****/
#content-holder-full {
	position: relative;
	width: 100%;
	z-index: 10;
}
#content-text-full {
	text-align: justify;
}
/**** DOUBLE ****/
#content-holder-double {
	float: left;
	position: relative;
	margin-right: -504px;
	width: 100%;
	z-index: 10;
}
#content-text-double {
	margin-right: 504px;
	text-align: justify;
	padding-right: 8px;
}
#double-login-panels {
	width: 504px;
	float: right;
	position: relative;
	z-index: 20;
}

/**** SINGLE ****/
#content-holder-single {
	float: left;
	position: relative;
	margin-right: -254px;
	width: 100%;
	z-index: 10;
}
#content-text-single {
	margin-right: 254px;
	text-align: justify;
	padding-right: 8px;
}

#single-login-panels {
	width: 254px;
	float: right;
	position: relative;
	z-index: 20;
}
/********************/
#clients-login, #consultants-login {
	background-image: url('/images/login-box-bg.gif');
	background-repeat: repeat-y;
	width: 244px;
	float: right;
	padding: 0px;
}
#clients-login h1, #consultants-login h1 {
	margin: 0px;
	font-size: 1.6em;
}
#clients-login h2, #consultants-login h2 {
	color: #073085;
	font-size: 1.2em;
}
#clients-login {
	
}
#consultants-login {
	margin-left: 10px;
}
.login-box-content, .login-area {
	background-image: url('/images/login-box-bg.gif');
	background-repeat: repeat-y;
	padding: 0 16px 0 16px;
	width: 212px;
	margin: 0px;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	border: none;
}

.login-area {
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
#clients-login input.text, #consultants-login input.text, #clients-login input.error, #consultants-login input.error{
	width: 208px;

}
#clients-login input.submit, #consultants-login input.submit{
	width: 70px;
}

#clients-login input.text, #consultants-login input.text, #clients-login input.error, #consultants-login input.error {
	border: 1px solid #073085;
	margin-top: -10px;
	margin-bottom: 3px;
	padding: 0 0;
	padding: 2px 0;
}
/************ SUB CONTENT ***********/
#sub-content-holder {
	border: 1px solid #073085;
	width: 100%;
	padding: 10px;
	margin: 0px;
}

#sub-content-tabs, #progress-tabs, .result-tabs {
	/*width: 300px;*/
	clear: both;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0 0;
}

#sub-content-tabs ul, #progress-tabs ul, .result-tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub-content-tabs li, #progress-tabs li, .result-tabs li {
	float: left;
	margin-right: 3px;
}
#sub-content-tabs li a, #sub-content-tabs li a:link, #sub-content-tabs li a:active, #sub-content-tabs li a:visited, .result-tabs li a {
	padding: 5px 40px 5px 40px;
	background-color: #eee;
	display: block;
	margin-bottom: 0px;
}
#sub-content-tabs li a:hover, #sub-content-tabs li a.on  {
	background-color: #073085;
	color: #FFFFFF;
}

.result-tabs li div {
	padding: 5px 0px 5px 0px;
	background-color: #eee;
	color: #999;
	width: 140px;
	text-align: center;
}
.result-tabs li a, .result-tabs li a:link, .result-tabs li a:active, .result-tabs li a:visited {
	padding: 5px 0px 5px 0px;
	background-color: #073085;
	color: #FFFFFF;
	width: 140px;
	text-align: center;
}
.result-tabs li a:hover {
	background-color: #eee;
	color: #073085;
}

#progress-tabs li {
	padding: 3px;
	width: 100px;
	text-align: center;
	background-color:#eee;
	color: #999999;
	margin-right: 2px;
}

#progress-tabs .on {
	color:#FFFFFF;
	background-color: #073085;
}

.tab-button {
	width: 150px;
	float: right;
}
.tab-button a, .tab-button a:link, .tab-button a:visited, .tab-button a:active {
	display: block;
	padding: 5px;
	background-color: #073085;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.tab-button a:hover {
	background-color: #eeeeee;
	border: 1px solid #073085;
	color: #073085;
}
/**************** FOOTER ****************/
#wrapper-footer {
	width: 100%;
	background-image: url(/images/footer-bg.gif); /*JPG for other design */
	background-repeat: repeat-x;
	height: 133px;
	position: relative;
	clear: both;
	margin-top: 20px;
	text-align: center;
}
#footer {
	width: 90%;
	margin: 0 auto;
	font-size: 0.6em;
	color: #8b8b8b;
	clear: both;
	text-align: left;
}
#sap-partners {
	height: 71px;
	width: 100%;
	margin-top:0px;
	background-image: url(/images/careers-with-sap-partners.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0 3px 0;
}
#sap-partners-title {
	height: 26px;
	width: 240px;
	text-align: center;
}
#sap-partners-title h4 {
	font-size: 1.2em;
	color: #999;
	padding-top: 5px;
	text-align: center;
}

body#popup {
	font-size: 0.7em;
	margin:0px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat:none;
}

#popup h1 {	font-size: 2em; }
#popup h2 {	font-size: 1.6em; }
#popup h3 { font-size: 1.5em; }



#control-panel {
	border: 1px solid #e6e6e6;
	background-color:#FFFFFF;
	padding: 10px;
	width: 180px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 300;
}
#control-panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#control-panel li {
	list-style-type: none;
	margin: 3px;
}
#control-panel li a, #control-panel li a:link, #control-panel li a:visited, #control-panel li a:active {
	padding: 5px;
	text-align: center;
	background-color: #073085;
	color: #FFFFFF;
	display: block;
	margin-bottom: 0px;
}

#control-panel li a:hover {
	background-color: #eee;
	color: #073085;
}

#register { text-align: left; }
#register a {
	/*color: #000;*/
	color: #073085;
	padding-bottom: 5px;
}
/****************************************/

/* CLASSES */

#cims .fullwidth {
	width: 100%;
}

 .module {
	width: 31%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
	padding: 5px;
	text-align:left;
	font-size: 0.9em;
}
.module-holder {
	width: 49%;
	float: left;
	margin: 3px 0px 0px 3px;
}
.module-title {
	background-color: #ebebeb;
	padding: 3px;
	margin-bottom: 3px;
}
.sub-module {
	background-color: #F7F7F7;
	padding: 3px;
	font-size: 0.95em;
}

.webscript { color: #888888; }

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

.company-logo {
	float: right;
	padding: 0 0 10px 10px;
}

.forgotten-password { padding-top: 3px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.hide { display: none; }
.show, .display { display: block; }

.required { color: #073085; }
.highlight { color: #073085; }
.red-highlight { color: #073085; }
.box-highlight {
	color: #000;
	background-color: #CFFFCE;
}
.note {
	color: #000;
	background-color: #CFFFCE;
	padding: 10px;
	width: 350px;
	margin: 10px 0 10px 0;
}
.text { width: 175px; }
.text300 { width: 296px; }
.select { width: 179px; }
.select200 { width: 200px; }
.select300 { width: 300px; }
.validation_error, .error {
	color: #000000;
	background-color: #FFB0B0;
	border: 1px solid #073085;
}
.error {
	padding: 5px;
}

.success {
	color: #000;
	background-color: #CFFFCE;
	padding: 10px;
	width: 350px;
	margin: 10px 0 10px 0;
}


.result {
	border: 1px solid #ccc;
	padding: 3px;
}

#tooltip {
	border: 1px solid #073085;
	background-color: #FFFFFF;
	width: 400px;
	padding: 10px;
	z-index: 1000;
	position: absolute;
}

.tooltip {
	font-size: 0.7em;
}

.button-top {
	padding-top: 2px;
}

.mandatory {
	color: #073085;
}

/********************* SIFR STYLES **************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash #sap-partners-title h4 {
	visibility: hidden;
	width: 170px;
	margin-left: 35px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
}




/***************************************************************************/
/****************************** OLD SAP CSS ********************************/

.clients {
	background-image: url("/images/login_bg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	border: 1px solid #0D70A1;
	padding: 10px;
	font-size: 0.85em;
	}
.contact {
	background-image: url("/images/login_bg.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	border: 1px solid #0D70A1;
	padding: 5px;
	font-size: 0.95em;
	}
.clients a {
	color: #005C8A;
	}
.clients input {
	font-size: 10px;
	}
.consultants {
	background-image: url("/images/login_bg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	border: 1px solid #FF7800;
	padding: 10px;
	font-size: 0.85em;
	}
.consultants a {
	color: #FF7800;
	}
.mini_consultants {
	/*background-color: #F8F8F8;
	border: 1px solid #FF7800;*/
	padding: 10px 0px 10px 5px;
	font-size: 0.85em;
	}
.mini_consultants a:hover {
	text-decoration: none;
	}
.consultants input {
	font-size: 10px;
	}
.grey {
	background-image: url("/images/grey_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 0.9em;
	height: 300px;
	}
.blue {
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	font-size:1em;
	height: 300px;
	}
.orange {
	background-image: url("/images/orange_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 0.9em;
	height: 300px;
	}
.consultant_quote {	
	color: #FF7800;
	}
.client_quote {	
	color: #005C8A;
	}
.skillsTable {
	font-size: 0.95em;
	}
.skillsHeading, .skills-heading {
	background-color:#EBEBEB;
	padding: 1px;
	}
.skillsData, .skills-data {
	font-size: 0.95em;
	padding: 0px;
	margin: 0px;
	background-color: #F7F7F7;
	}
.skillsEm {
	background-color: #CCF2D2;
	padding: 1px;
	}
.skillsError {
	border: 1px solid #073085;
	background-color: #EBEBEB;
	padding: 1px;
	}
/***** CSS FOR SUMMARY *****/
#row {
	display: table-row;
	}
#container {
	display: table;
	width: 100%;
	font-size: 0.95em;
	}
#cell {
	float: left;
	width: 32%;
	margin: 2px;
	height: 100%;
	}
.skillsSummary {
	font-size: 0.95em;
	padding: 0px;
	margin: 0px;
	background-color: #F7F7F7;
	border-top: 3px solid #FFFFFF;
	}
#container2 {
	margin: -6px;
	}
#cell2 {
	float: left;
	width: 23%;
	margin: 2px;
	padding: 2px;
	height: 100%;
	background-color: #F7F7F7;
	}
#cell2green {
	float: left;
	width: 23%;
	margin: 2px;
	padding: 2px;
	height: 100%;
	background-color:#CCF2D2;
	}
/****** CSS FOR GECKO ******/
#row>#cell {
	display: table-cell;
	background-color: #F7F7F7;
	}
#row>#cell2 {
	display: table-cell;
	}
#row>#cell2green {
	display: table-cell;
	}
#cell>.skillsHeading {
	margin-right: -1px;
	}
/********* TAB STYLES *********/
.tabOut {
	background-color: #ECECEC;
	}
.tabOut a:hover {
	text-decoration: none;
	}
.tabOver {
	background-color:#FFC088;
	}
.tabOver a:hover {
	text-decoration: none;
	}
.tabDown {
	background-color: #FF7800;
	color: #FFFFFF;
	}
.tabDown a:hover {
	text-decoration: none;
	}
.tabDown_Clients {
	background-color: #0080C0;
	color:#FFFFFF;
   /*background-image: url(/images/tab_clients_down.gif);*/
	background-position: right;
	background-repeat: no-repeat;
	}
.tabOver_Clients {
	background-color: #93D0F2;
	/*background-image: url(/images/tab_clients_over.gif);*/
	background-position: right;
	background-repeat: no-repeat;
	}
.tabOver_Clients a:hover {
	text-decoration: none;
	}
/*********************************/
.tabDown_skills {	
	background-color: #FF7800;
	color: #FFFFFF;
	font-size: 0.95em;
	}
.tabDown_skills a:hover {
	text-decoration: none;
	}
.tabOver_skills {
	font-size: 0.95em;
	background-color: #ECECEC;
	}
.tabOver_skills a:hover {
	text-decoration: none;
	}
.tabOut_skills {
	font-size: 0.95em;
	background-color:#FFC088;
	}
.tabOut_skills a:hover {
	text-decoration: none;
	}
.tab_client_butt_up {
	border: 1px solid #7FBFDF; 
	background-color: #E2F2FA; 
	}
.tab_client_butt_over {
	border: 1px solid #7FBFDF; 
	background-color: #E2FAE8; 
	}
.tab_consultant_butt_up {
	border: 1px solid #ff7800; 
	background-color: #FFF7EF; 
	}
.tab_consultant_butt_over {
	border: 1px solid #ff7800; 
	/*background-color: #FFE3CA; */
	background-color: #FFFFFF;
	}
/**********************************/
.step_on {
	background-color: #FF7800;
	color: #FFFFFF;
	font-size: 1em;
	}
.step_off {
	background-color:#ECECEC;
	color: #999999;
	font-size: 1em;
	}
.job_highlight {
	background-color: #CCF2D2;
	cursor: pointer;
	}
.job_highlight a:hover {
	text-decoration: none;
	}
.job_out {
	background-color: #F7F7F7;
	}
	
	

/*********************************/

.grey-background {

background-color:#F7F7F7;

}


.tagline {
	color: #073085;
}


/* copied by sean for the skills set */



.skillsTable {
	font-size: 0.95em;
	}
.skillsHeading, .skills-heading {
	background-color:#EBEBEB;
	padding: 1px;
	}
.skillsData, .skills-data {
	font-size: 0.95em;
	padding: 0px;
	margin: 0px;
	background-color: #F7F7F7;
	}
.skillsEm {
	background-color: #CCF2D2;
	padding: 1px;
	}
.skillsError {
	border: 1px solid #FF0000;
	background-color: #EBEBEB;
	padding: 1px;
	}
	
 .module {
	width: 32%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
	padding: 5px;
	text-align:left;
	font-size: 1.0em;
}	
	
	.box-highlight {
	color: #000;
	background-color: #CCF2D2;
}


/* end copy */