/* csform.css */

* {
  margin: 0;
  padding: 0;
}

/*#########################################################################################################################
  #########################################################################################################################
  #########################################################################################################################
  #######################################################################################################################*/

.tblMedHistoryQuestion
{
    padding:0px;
    margin:0px;
    width:100%;
    border:none;
    border-collapse:collapse; 
}

.tblMedHistoryQuestion .trVaild
{
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.tblMedHistoryQuestion .trInvaild
{
    border-bottom:solid 1px red;
}

.tblMedHistoryQuestion td
{
    padding-top:10px;
    padding-bottom:5px;
    vertical-align:top;
    border:none;
}

.tblMedHistoryQuestion .tdQuestion
{
    padding-left:5px;
    padding-right:5px;
}

.tblMedHistoryQuestion .tdQuestionYesNo
{
    width:90px;
    padding-right:5px;
}

.tblMedHistoryQuestion .tdQuestionText
{
    width:300px;
    padding-right:5px;
}

.tblMedHistoryQuestion .tdQuestionText textarea
{
    width:300px;
    height:60px;
}



/*---------------------------------------*/

.subHeading
{
    font-size: 110%;
    font-weight:bold;
    color: #264087;
    margin: 0 0 0 0;
}

.optionsContainer, .optionContainer, .optionTitle, .optionBody
{
    margin:0px;
    padding:0px;
    width:auto;
    border:none;
}

.optionsContainer
{
    /*background-color:Aqua;*/
}

.optionContainer
{
    /*background-color:lime;*/
    padding-left:25px;
    margin-bottom:20px;
}

.optionTitle
{
    font-weight:bold;
    text-decoration:underline;
    margin-bottom:10px;
}

.optionBody
{
    /*background-color:Aqua;*/
    position:relative;
    z-index:1;
   
   
}

.optionCheckContainer
{
    position:absolute;
    left:-23px;
    /*margin-top:-2px;
    margin-left:-20px;
    float:left;*/
}

.optionBodyAdditionalContent
{
    margin-left:20px;
    /*background-color:Aqua;*/
}

.superannuationPerContainer
{
    margin-bottom:15px;
    padding-bottom:5px;
    padding-left:70px;
    position:relative;
    border-bottom:solid 1px #cccccc;
}

.superannuationPerContainer .superannuationPerValueContainer
{
    position:relative;
    margin:0px 0px 0px -70px;
    padding:0px;
    float:left;
}

.superannuationPerContainer .superannuationPerValueContainer input
{
    text-align:right;
    width:50px;
    position:absolute;
    left:12px;
    top:0px;
}

#insuranceOptionContainer div label {
  width: 245px;
}

/*---------------------------------------*/

.rbckListContainer,
.rbckItemContainer,
.rbckItemSelectContainer,
.rbckItemTextContainer,
.note,
.workHistoryItemContainer
{
    margin:0px;
    padding:0px;
    width:auto;
    border:none;
}

.rbckListContainer
{
    /*background-color:Red;*/ 
}

.rbckItemContainer
{
    padding-left:20px;
    position:relative;
    z-index:1;
    padding-bottom:2px;
    border-bottom:solid 1px #cccccc;
    margin-bottom:10px;
    
    /*background-color:aqua;*/
}

.rbckItemSelectContainer
{
    /*background-color:Lime;*/
    position:absolute;
    top:0px;
    left:0px;
}

.rbckItemTextContainer
{
    /*background-color:yellow;*/
    margin-bottom:3px;
    /*font-weight:bold;*/
}

.rbckItemContainer .fieldNote
{
    font-size:90%;
    color:#666666;
    font-style:italic;  
}



form .workHistoryItemContainer div label 
{
  width: 170px;
}

/*-----------------------------------------------------------------------------------------*/

.questSectionContainer,
.questSectionTitle,
.questContainer,
.questTextContainer,
.questAnswerContainer
{
    margin:0px;
    padding:0px;
    width:auto;
    border:none;
}

.questSectionContainer
{
    /*background-color:Black;*/
    border-bottom:solid 1px #cccccc;
    margin-bottom:15px;
}

.questSectionTitle
{
    /*background-color:Red;*/
    font-size: 140%;
    font-weight:bold;
    color: #264087;
    margin:0px 0px 15px 0px;
}

.questContainer
{
    margin-left:20px;
    margin-bottom:15px;
    font-weight:bold;
    list-style-position:outside;
}

.questTextContainer
{
    /*background-color:lime;*/
    display:inline;
    font-weight:bold;
}

.questAnswerContainer
{
    /*background-color:yellow;*/
    margin-top:3px;
    font-weight:normal;
}

/*-----------------------------------------------------------------------------------------*/

form .workersCompensationHistoryContainer div label
{
    width:300px;
    font-weight:normal;
}

/*---------------------------------------------------------------------------------------*/

.checkList_list
{
    margin-left:20px;
    list-style-position:inside;
    list-style-type:square;
}

.checkList_list li
{
    margin-bottom:10px;
}

.csContactDetailsContainer
{
    padding-top:20px;
    padding-left:230px;
    background-image:url("raykonm.jpg");
    background-position:left top;
    background-repeat:no-repeat;
    
    height:110px;
}

/*----------------------------------------------------------------------------------------*/

#rbCompletionOnlineApplicationOptiondiv label 
{
    width: 300px;
}

#rbCompletionOnlineApplicationOptiondiv .rbckItemContainer 
{
    border-bottom:none;
}

/*-----------------------------------------------------------------------------------------*/

.note
{
    padding:10px 5px;
    background-color:#f5f5f5;
    font-style:italic;
    border-top:solid 1px;
    border-bottom:solid 1px;
    margin-bottom:10px;
}

.fieldNote
{
    font-size:90%;
    color:#666666;
    font-style:italic;  
}

.noScriptMSG
{
    background-color:Red;
    padding:10px;
    font-size:150%;
    margin-bottom:20px;
}

/********************************************************************/


.stepList_StepTitle
{
    font-weight:bold;
    margin-right:10px;
}

.formSubHeading
{
    font-weight:bold;
    color: #264087;
}


/*#########################################################################################################################
  #########################################################################################################################
  #########################################################################################################################
  #######################################################################################################################*/



a:link, a:visited { color:#39F; text-decoration:none; font-weight: bold;}
a:hover {  text-decoration: underline; }

body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #dbe0e5;
	height: 100%;
	overflow-y: auto;
	font-size:12px;
}

#csLogo {
	width: 230px;
	height: 110px;
	margin: 0 0 15px 10px;
	float: left;
	background: url("images/logo.gif") no-repeat left center;
}


#welcomeVideo {
	float: right;
	margin-right: 15px;
}

.videoContainer {
	background-color: #8795a5;
	color: #333333;
	padding: 2px 5px 0 5px;
	position: fixed;
	right: 0;
	top: 0;
	/*bottom: 0;*/
	z-index: 1001;
}

.videoContainer a:link, .videoContainer a:visited { color: #333333; text-decoration: none; }
.videoContainer a:hover { color: #000; }

.helpVideo {
/*	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;*/
}

/* IE6 fix position hack */
* html .videoContainer {
	position: absolute;
	right: 14px;
}



.hidden { display: none; }
.unhidden { display: block; }

.testUserGuide
{
    float:left;
    display:block;
    width:240px;
    height:85px;
    background-image:url(images/TestUserGuide.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}

.clearBoth {
	height: 0;
	clear:both;
	display: block;
	visibility: hidden;
}

div#contentholder {
  /*width:590px;*/
  width:750px;
  border-width: 0 1px 1px 1px;
  border-color: #ababab;
  border-style: solid;
  text-align:left;
  margin:auto;
  background-color: white;
  padding: 10px;
}

.fixedHeaderContainer
{
	background-color: #264087;
	padding: 5px;
	border:solid 1px #ababab;
	border-bottom-width: 2px;
	position: fixed;
	top: 0;
	margin-left: -10px;
	width:760px;
	color: #FFFFFF;
	font-weight:bold;
	z-index:1000;
}

form {

  padding-left: 0px;
  padding-right: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  
  margin: 0px;
  
  
  font-size: 100%;
  /*min-width: 560px;
  max-width: 620px;
  width: 590px;*/
  /*min-width: 680px;
  max-width: 720px;
  width: 700px;*/
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
  /*width: 100%;*/
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #264087;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
/*   width: 354px; */
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div.bolddiv {
  clear: left;
  display: block;
  width: 550px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 80%;
  color: #000000;
}

form div.standarddiv {
  clear: left;
  display: block;
  width: 550px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
  font-family: Tahoma, Arial, sans-serif;
  /*font-size: 80%;*/
  font-size:100%;
  color: #000000;
}

form div.tfndiv1 {
  display: block;
  /* width: 500px; */
  /* height: expression('1%'); */
  margin: 5px 0 0 0;
  padding: 1px 3px;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 80%;
  color: #000000;
}

form div.quest {
  display: block;
  width: 330px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 80%;
  color: #000000;
}

.normalweight {
    font-weight: normal;
}

.meddiv1 {
    width:550px;
}

.medquest {
    width:200px;
}

.medyn {
    width:50px;
    height:50px;
}

form ol {
    list-style-position: inside;
}

form ol li {
    padding: 5px;
}

/*form fieldset div.required {
  border-width: 1;
  border-style: solid;
  border-color: #ee0000;
} 
*/
/* form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
} */

/* form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
} */

/* form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
} */

/* form fieldset div.notes p.last {
  margin: 0em;
} */

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;  /*144*/
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 150px;
  padding: 2px 12px 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

.formValueContainer
{
    padding:0px;
    margin:0px;
    border:none;
    display:block;
    position:relative;
    /*background-color:Lime;*/
}

.details form div label {
  width: 245px;
}

.details form .formValueContainer
{
    margin-left:260px;
} 

form div.optional label, label.optional {
  /*font-weight: normal;*/
  font-weight: bold;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

/*form div img {
  border: 1px solid #000000;
}*/

/* p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
} */

/* form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
} */

/* form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
} */

form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div select
{
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 200px;
}

form div select.selectOne, form div select.selectMultiple {
  /*width: 170px;*/
  padding: 1px 3px;
  font-size: 80%;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}

#agreementTableHeader {
  background-color: #dee5eb;
  margin: 10px;
  padding: 50px;
}

.agreementTableHeaderAlternateRow 
{
  background-color: #f5f5f5;	
}

.tdClauseNo
{
    font-weight:bold;
    padding-left:3px;
    padding-right:3px;
}



#submissionSuccess {
	margin-top: 150px;
	width: 500px;
	padding: 18px;
	background: #eeeeee;
	border: 1px solid #999;
	color: #264087;
	font-weight: bold;
}

.requiredMarkerLegend
{
    font-style:italic;
    margin-bottom:10px;
    background-color:#f5f5f5;
    padding:3px;
}

.navigationContainer
{
    padding:0px;
    margin:0px -10px 0px -10px;
    width:auto;
}

.btnNext, .btnPrevious 
{
    font-size: 150%;
    line-height:150%;
    vertical-align:middle;
    width:200px;
    padding-top:5px;
    padding-bottom:5px;
    text-transform:capitalize;
}

.btnNext
{
    background-color: #CEFF45;
	border:solid 1px #8795a5;
	float:right;
}

.btnPrevious
{
    background-color: #AED1FF;
    border:solid 1px #809FFF;
	float:left;
}



/*.btnNext
{
	background-color: #CEFF45;
	text-transform: capitalize;
	border:solid 1px #8795a5;
	font-size: 150%;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
}*/

.btnNext:hover
{
	background-color: #8FFF49;
	cursor: pointer;
}

/*.btnPrevious
{
	background-color: #FF9C70;
	text-transform: capitalize;
	border:solid 1px #8795a5;
	font-size: 150%;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}*/

.btnPrevious:hover
{
	background-color: #9FB7FF;
	cursor: pointer;
}

.requiredMarker
{
	color: red;
	font-weight: bold;
}

.optional .requiredMarker
{
    display:none;
}

.required .requiredMarker
{
    display:inline;
}




