
div#tripleE table, div#tripleE table td, div#tripleE table th
{
	border: 0px !important;
}

div.helpblock
{
  display                 : none;
  width                   : 250px;
  margin                  : 20px 3px 3px 3px;
  padding-left            : 22px;
}

div.helpmsg
{
  background-color        : #d8e4f8;
  padding                 : 3px;
  border                  : solid 1px black;
  font-size               : 90%;
}

div.closehelp img
{
  border                  : 0px;
}

div.clear
{
  font-size               : 1px;
  line-height             : 1px;
  clear                   : both;
}

.scenarioList
{
  display                 : block;
  padding                 : 10px 10px 50px 10px; 
}

div.navigatebuttons
{
  margin-top              : 10px;
  height                  : 20px;
}

a.previousstep 
{
  float                   : left;
  margin-left: 10px;
}
a.nextstep, a.next
{
  float                   : right;
}
a.previousstep, a.nextstep, a.next
{
	display                 : block;
  padding-right           : 22px;
  text-align              : right;  
  text-decoration         : none;
}
div#contentContainer a.nextstep, div#contentContainer a.next
{
	background-image: url('../../images/but_arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 0;
}

#voortgang 
{
	padding: 0px 00px 0px 10px;
}

div.statusbar
{
  float                   : left;
  width                   : 272px;
  height                  : 13px;
  background-image        : url('../../images/Kodision/statusbar.gif');
  background-repeat       : no-repeat;
  margin                  : 7px 10px;
}

div.statusbar div.progressbar
{
  float                   : left;
  background-color        : #b4e600;
  background-image        : url('../../images/Kodision/progress_right.gif');
  background-repeat       : no-repeat;
  background-position     : right top;
  height                  : 9px;
  line-height             : 9px;
  margin                  : 2px 0px 2px 1px;
}

div.statusbar div.percentage
{
  font-size               : 9px;
  line-height             : 9px;
  margin                  : 2px 0px;
  color                   : #c44745;
}
div.percentage 
{
	text-align:right;
}
ul.menu
{
  width                   : 275px;
  margin                  : 0px;
  padding                 : 0px 0px 7px 7px;
  list-style-type         : none;
}

* html ul.menu li
{
  float                   : left;
}

ul.menu a, ul.menu a:visited
{
  width                   : 255px;
  color                   : #333;
  display                 : block;
  padding                 : 3px 0px 3px 20px;
  text-decoration         : none;
  background-repeat       : no-repeat;
  background-position     : 5px center;
}

ul.menu a.current, ul.menu a.currentanswered
{
  font-weight             : bold;
}

ul.menu a.unanswered
{
  color                   : #ccc;
}

.Header 
{
	background-color:#D7E9F7;
	font-weight:bold;
}
input[type="radio"], input[type="checkbox"] 
{
	border-width: 0px;
	vertical-align: middle;
}
div#tripleE textarea 
{
	width: 80%;
}