﻿#questionToolbar
{
  background:url('bg_menu_light.gif') repeat-x;
  height:32px;
  line-height:32px;
  padding:0 24px;
  font-size:14px;
  color:#fff;
  font-weight:bold;
}
#campDesc
{
  float:left;
}
#pageCount
{
  float:right;
  text-align:right;
}
#dpa, #terms
{
  height:250px;
  overflow-y:scroll;
  border:solid 1px #000;
  padding:10px;
  background-color:#fff;
}
#help
{
  float:right;
  text-align:left;
  height:22px;
  line-height:22px;
}
#help-start
{
  background:url('help_start.gif') no-repeat top left;
  width:30px;
  height:22px;
  float:left;
}
#help-content
{
  float:left;
  background-color:#3B77CF;
}
#help-end
{
  background:url('help_end.gif') no-repeat top right;
  width:20px;
  height:22px;
  float:left;
}
#help a
{
  text-decoration:none;
  color:#fff;
  font-weight:bold;
}
#help a:hover
{
  text-decoration:underline;
}

.seperator
{
  height:15px;
  line-height:15px;
  border-bottom:solid 1px #A5DCF1;
  margin-bottom:15px;
  clear:both;
}
.infoHeader
{
  cursor:pointer;
  color:#0000ff;
  text-decoration:underline;
}
.infoPanel
{
	overflow:hidden;
}

/* Question Editor */
.questionEditor
{
  width:732px;
  margin:0px 15px 0px 15px;
  padding:15px 0px 15px 0px;
  border-bottom:solid 1px #A5DCF1;
}
.questionEditorHover
{
  width:732px;
  padding:15px;
  margin:0;
  border-bottom:solid 1px #A5DCF1;
  background-color:#c6ddff;
}
.headingEditor
{
  width:732px;
  padding:5px 15px;
}
.headingEditorHover
{
  width:732px;
  padding:5px 15px;
  background-color:#c6ddff;
}
.clusterEditor
{
  font-size:18px;
  font-weight:bold;
}
.competencyEditor
{
  font-size:14px;
  font-weight:bold;
}
/* End Question Editor */

/* Free Text */
.freeTextbox
{
  width:695px;
}
.freetextTooltip
{
  padding:5px 5px 5px 29px;
  background:#ffffe1 url('info.gif') no-repeat center left;
  border-left:solid 1px #999;
  border-bottom:solid 1px #999;
  border-right:solid 1px #999;
  float:left;
}
/* End Free Text */

/* Rating Scale */
.scaleTick
{
  float:left;
  width:16px;
  height:16px;
  margin:80px 0 0 10px;
}
.scaleTickOk
{
  float:left;
  width:16px;
  height:16px;
  margin:80px 0 0 10px;
  background:url('tick.gif') no-repeat bottom right;
}
/* End Rating Scale */

/* Rating/Importance */
.ratingTick
{
  float:left;
  width:16px;
  height:16px;
  margin:20px 0 0 10px;
}
.ratingTickOk
{
  float:left;
  width:16px;
  height:16px;
  margin:20px 0 0 10px;
  background:url('tick.gif') no-repeat bottom right;
}
.ratingTooltip
{
  height:30px;
  vertical-align:top;
  color:#A83180;
  font-weight:bold;
  font-size:18px;
  width:150px;
  overflow:hidden;
}

.ratingStarWrapper
{
  height:18px;
  width:108px;
  float:left;
}
.ratingStar {
  line-height:16px;
  width:18px;
  height:16px;
  margin:0px;
  padding:0px;
  cursor:pointer;
  display:block;
}
.emptyRatingStar
{
  background:url('stars.gif');
}
.savedRatingStar
{
  background:url('stars.gif') 0px 16px;
}
.filledRatingStar
{
  background:url('stars.gif') 0px 32px;
}

.ratingBarWrapper
{
  height:18px;
  width:90px;
  float:left;
}
.ratingBar {
  line-height:16px;
  width:18px;
  height:16px;
  padding:0px;
  margin:0;
  cursor:pointer;
  display:block;
}
.emptyRatingBar
{
  background:url('bars.gif');
}
.savedRatingBar
{
  background:url('bars.gif') 0px 16px;
}
.filledRatingBar
{
  background:url('bars.gif') 0px 32px;
}
/* End Rating/Importance */

/* RAG */
.rag
{
  width:210px;
}
span.radio
{
  width:29px;
  height:28px;
  padding:0 0 0 5px;
  display:block;
  float:left;
  cursor:pointer;
}
span.tl-white
{
  background:url('http://www.insight4schools.com/App_Themes/insight4schools/tl_white.jpg') no-repeat;
  margin-right:20px;
  float:left;
}
span.tl-red
{
  background:url('http://www.insight4schools.com/App_Themes/insight4schools/tl_red.jpg') no-repeat;
  float:left;
}
span.tl-amber
{
  background:url('http://www.insight4schools.com/App_Themes/insight4schools/tl_amber.jpg') no-repeat;
  float:left;
}
span.tl-green
{
  background:url('http://www.insight4schools.com/App_Themes/insight4schools/tl_green.jpg') no-repeat;
  float:left;
}
/* End RAG */

/*radio team button*/

.radio div
{
  float:left;
  text-align:center;
  display:block;
}
/* end radio team button*/