/* @override 
	http://localhost/~sharvey/leadfabric/assessment/css/assessment.css
	http://www.leadfabric.com/wheelhouse/bettertogetterassessment/css/assessment.css
*/

/* ////////////////////////////////////////////////////  GENERAL HTML STYLES */

#result-image {
	float: right;
	margin-left: 20px;
	margin-top: -35px;
}

.clear-all {
	clear: both;
}

body{
	font: 62.5% "Trebuchet MS", sans-serif;
	margin: 10px;
	text-align: center;
}

h2 {
	font-size: 18px;
	}

h2, h3 {
	color: #00476B;
	}
	
h3 {
	font-size: 14px;
	margin-bottom: -.8em;
	}
	
p {
	font-size: 110%;
	line-height: 1.5em;
	}
	
table {
	font-size: 110%;
	border-collapse: collapse;
	background: #D7ECF5 url(../images/table-bg.jpg) repeat-x;
	}

.eloquaform table,  .eloquaform table td {
	background-image: none;
	background-color: transparent;
	border: none;
}	
	
/* ////////////////////////////////////////////////////  TABLE STYLES */
	
table td {
	padding: .8em .4em;
	border-bottom: 1px dashed #6C96AB;
	background-color: #E5F2F9;
	}
	
table tr td.first {
	border-right: 1px solid #D6E7F2;
	background-color: transparent;
	}
	
td.question {
	padding-left: 1.2em;
	padding-right: 2em;
	border-right: 1px solid #D6E7F2;
	background-color: transparent;
	}
	
table tr.last td, table tr.first td {
	border-bottom: none;
	}

#email_details table, #email_details tr, #email_details td {
	border-bottom: none;
	background-color: transparent;
	background-image: none;
	border-style: none;
	padding: 0 0 5px;
}


	
/* ////////////////////////////////////////////////////  PAGE NAVIGATION */
	
.pageNav {
	margin: 0;
	height: 57px;
	vertical-align: center;
	background: #A0CCE2 url(../images/pageNav-bg.jpg) repeat-x;
	}
	
p.pageNav a.back {
	position: relative;
	float: left;
	left: 13px;
	top: 13px;
	}
	
p.pageNav a.next {
	position: relative;
	float: right;
	right: 13px;
	top: 13px;
	}

p.pageNav a.next, p#emailSubmit a.next {
	position: relative;
	float: right;
	right: 13px;
	top: 13px;
	}

p.pageNav a.ui-state-default, a.ui-widget-content a.ui-state-default { 
	border: 2px solid #FFF; 	
	}
	
	
/* ////////////////////////////////////////////////////  CHART CONTAINER */

div.chartcontainer h3 {
	background: url(../images/resultsSummary.gif) no-repeat;
	float: right;
	padding-right: 16px;
	width: 104px;
	height: 104px;
	}

div.chartcontainer h3.de {
	background: url(../images/resultsSummary_de.gif) no-repeat;
}

div.chartcontainer h3.fr {
	background: url(../images/resultsSummary_fr.gif) no-repeat;
}

	
h3 span {
	display: none;
	}

div.chartcontainer {
	margin: 10px 0;
	padding: 1em 1.2em;
	background-color: #FEEFD1;
	}
	
.summarychart {
	font-size: 110%;
	position: relative;
	margin-top: 1em;
	}
	
div.chartcontainer p {
	padding-right: 195px;
	}
	

	
	
/* ////////////////////////////////////////////////////  SUMMARY PAGE */

p.score {
	margin: 0;
	padding-left: 1em;
	font-size: 130%;
	color: #00476B;
	line-height: 41px; /*centers the text vertically*/
	height: 41px;
	background: #8abbd8 url(../images/score-bg.jpg) repeat-x;
	}

#chart-holder {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 2em;
	}

#radarchart {
	position: relative;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 469px;
	text-align: center;
	background: url(../images/summary-bg.jpg) repeat-x;
	}	
	
#secondary-content {
	position: relative;
	float: right;
	width: 283px;
	padding: 17px 0 20px 15px;
	}
	
.dashed-box {
	margin-top: 31px;
	width: 281px;
	border: 1px dashed #ce969a;
	position: relative;
	}	
	
.dashed-box img.header {
	position: absolute;
	top: -12px;
	left: -1px;
	}
	
.dashed-box-content {
	padding: 14px 16px 3px 16px;
	}	
	
.dashed-box a {
	color: #00476B;
	text-decoration: none;
	}	
	
.dashed-box a:hover {	
	text-decoration: underline;
	}
	
.dashed-box-content ul {
	position: relative;
	margin: 0;
	padding: 0 0 .5em 0;
	list-style-type: none;
	font-size: 110%;
	}	
	
.dashed-box-content li {
	padding-left: 20px;
	line-height: 1.5em;
	background: url(../images/pdf-icon.gif) no-repeat 0 50%;
	}	
	
panel-content p {
	padding-left: 1em;
	line-height: 1.4em;
	}
		
#result-panel-content{
	visibility: hidden;
	display: none;
}

/* //// HEADER AND INTRO //// */
#header{
	width: 950px;
	background: url(../images/micro-site-bg.jpg) -11px -9px;
	height: 65px;
	margin-bottom: 10px;
}

#header h1{
	color: #fff;
	text-align: center;
	font: bold 33px/65px Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #333 1px 1px 2px;
	margin: 0;
}

#intro{
	width: 950px;
	height: 248px;
	background: url(../images/micro-site-bg.jpg) -11px -94px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#tabs {
	width: 942px;
	margin-bottom: 10px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: left;
}

.benchmark_img {
	float: right;
}

#intro p.pageNav {
	padding-top: 181px;
	background-image: none;
	background-color: transparent;
	font-size: 1.25em;
}

.demoHeaders {
	margin-top: 2em;
}

.button, #dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

.button span.ui-icon, #dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
ul#icons {
	margin: 0;
	padding: 0;
}

ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer; 
	float: left; 
	list-style: none;
}

ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

td {
	vertical-align: top; margin: 5px;
}
	
.selector {
	text-align: center;
}

label.error {
	display: block;
	color: #911007;
	font-size: 10px;
	line-height: 12px;
}



/* FOOTER -  */
 
 
#footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	background: url(http://www.opentext.com/2/footer.gif) no-repeat left top;
	height: 147px;
}
 
#footerlinks {
   float: left;
   padding: 65px 7px 0px 20px;
}
 
#footerlinks ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
 
#footerlinks li {
    display: inline;
}
 
#footerlinks a {
   font-size: 11px;
   color: #ffffff;
   text-decoration: underline;
   padding: 0px 2px 0px 0px;
}
 
#footerlinks a.newsfeed {
   font-size: 11px;
   color: #ffffff;
   text-decoration: underline;
   background: url(http://www.opentext.com/2/icon_newsfeed.gif) no-repeat 0px 50%;
   padding: 0px 2px 0px 20px;
}
 
.footerspacing {
   margin-left: 10px;
   margin-right: 10px;
   color: #ffffff;
}
 
#footercopy {
   float: right;
   color:#ffffff;
   font-size: 11px;
   padding: 65px 7px 0px 0px;
}
