/* these styles set up the look of various parts of the Assessment / Evaluation pages */

/* Profiling headers style */
#profile_sessions {
	font-size:12px;
	text-align:left;
	font-weight:normal;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-left:0px;
}

#profile_sessions table {
	border-color:#d1d2d4;
	border-style:solid;
	border-width:1px;
	border-spacing:2px;
	width:99%;
}

#profile_sessions_heading table {
	border-color:#d1d2d4;
	border-style:solid;
	border-width:1px;
	border-spacing:2px;
	width:50%;
}

#profile_sessions th {
	background-color:#9799b9;
	text-align:left;
	padding-left:5px;
	color:#ffffff;
	font-weight:normal;
	height:20px;
}

.profile_sessions tr {
	background-color:#d1d2d4; 
}

#profile_sessions td {
	padding-left:5px;
	height:30px;
}

.profile_sessions td {
	background-color:#d1d2d4; 
}

.profile_row_color {
  background:#d1d2d4 repeat-x 0px 0px; 
}

.profile_row_over {
   background:#ffffff repeat-x 0px 0px; 
}

#profile_area {
	width:99%;
	float:none;
	background:#ffffff;
	margin:0px;
	padding-bottom:0px;
	padding-top:0px;
}

#main #profile_area .profile_box {
	margin-top:-2px;
	margin-bottom: 10px;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:10px;
	font-size:.9em;
}

.behavioural_header {
	height:1.6em;
	background-image:url(../../images/template/tpg_tabfull_grey.gif);
	background-repeat:no-repeat;
	color:#58585a;
	margin-left:0px;
	font-weight:bold;
	font-size:1em;
	padding-left:22px;
	padding-top:2px;
	font-size:.9em;
}

#main #profile_area .behavioural_box {
	border-top:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	margin-top:-4px;
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background:#f2f2f7;
	font-size:.9em;
}

#main #profile_area .behavioural_box1 {
	border-top:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	margin-top:0px;
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:10px;
	background:#f2f2f7;
	font-size:.9em;
}

#profile_area form input {
	margin:0px;
	padding:0px;
	font-size:1em;
	vertical-align:middle;
}

#profile_form {
	margin-left:0px;
	padding-left:0px;
	text-align:left;
}

.profile_form {
	margin:0px;
	padding:0px;
}

.profile_buttons {
	width:50px;
	font-size:.8em;
}

.progressbar { 
	height:11px;
	display:block;
	margin-top:2px;
	margin-bottom:2px; 
}

.progressbarback { 
	border:1px solid #ffffff;
	background:transparent;
	height:15px;
	width:400px;
	border:1px solid silver;
} 

/*/////////////////// - Start - Styles for the header on the profile.jsp page - The section that displays the question numbers - Start - ///////////////////*/
#profileHeaderTable {
	width:100%;
	border-collapse:collapse;
background-image:url(../../images/profiling/tpg_tabeval_bak.gif);
background-repeat:repeat-y;
}


/* This style controls the left side curve */
.profileBodyHeader1 {
	background-image:url(../../images/profiling/tpg_tabeval_grey1.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	margin-top:0px;
	padding-left:10px;
	padding-top:1px;
	height:64px;
	width:1px;
}
/* This style controls the centre  */
.profileBodyHeader2 {
	background-image:url(../../images/profiling/tpg_tabeval_grey2.gif);
	background-repeat:repeat-x;
	font-weight:normal;
	text-align:left;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
	height:64px;
	color:#0f69b4;
}
/* This style controls the right side curve */
.profileBodyHeader3 {
	background-image:url(../../images/profiling/tpg_tabeval_grey3.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
	height:19px;
}
/*/////////////////// - End - Styles for the header on the profile.jsp page - The section that displays the question numbers - End - ///////////////////*/

#profileBox {
	width:99%;
	border-top:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	margin-top:-2px;
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:8px;
	background:#ffffff;
	font-size:1em;
}

#profileBox #profileButtons {
	width:50px;
	font-size:.7em;
}

.profileQuestions {
	font-size:12px;
	color:#58585a;
	line-height:150%;
}

.profileQuestionsSubcomment {
	font-size:11px;
	color:#58585a;
	font-style:italic;
	line-height:100%;
}

#profileMainBorder {
	width:100%;
}

#profileMainBorder td {
	padding:10px;
}

#profileBorder {
	width:100%;
	border-top:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	background:#dfe0eb;
}

#profileBorder td {
	padding:10px;
}

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

/* Knowledge Profile results pages */
#personCAReport {
	font-size:12px;
	text-align:left;
	font-weight:normal;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-left:0px;
}

#personCAReport th {
	background-color:#9799b9;
	text-align:left;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:normal;
}

#personCAReport tr {
	/*background-color:#d1d2d4;*/
	/*background-color:#ffffff;*/
}

#personCAReport td {
	padding-left:5px;
}
/*////////////////////////////////////////////////*/
