
#mainBox{
			width: 180px;
			/*border: 2px solid #AAAAAA;*/
			height: 400px;
			position: absolute;
			background-color: #cce089;
			text-align: left;
			margin-top: 20px;
                 }

 #mainBox-practical{
			width: 180px;
			/*border: 2px solid #AAAAAA;*/
			height: 470px;
			position: absolute;
			background-color: #cce089;
			text-align: left;
			margin-top: 20px;
                 }

  #mainBox-standard{
			width: 180px;
			/*border: 2px solid #AAAAAA;*/
			height: 450px;
			position: absolute;
			background-color: #cce089;
			text-align: left;
			margin-top: 20px;
                 }

 #image {border-width:0px; /*width:auto; height:180px;*/}
#logo {

           background-image:url("../images/logo.jpg");
           color: #000000;
           margin-top: 10px;
           margin-left: 1050px;
           width: 150px;
           height: 211px;

           position: absolute;

          }


		#questionBox{
           width: 150px;
			/*border: 2px solid #AAAAAA;*/
			position: absolute;
			height: 400px;
			float: left;
			background-color: #0090cf;
			top: 0;
			left: 0;
          }

          #questionBox-practical{
           width: 150px;
			/*border: 2px solid #AAAAAA;*/
			position: absolute;
			height: 470px;
			float: left;
			background-color: #0090cf;
			top: 0;
			left: 0;
          }

          #questionBox-standard{
           width: 150px;
			/*border: 2px solid #AAAAAA;*/
			position: absolute;
			height: 450px;
			float: left;
			background-color: #0090cf;
			top: 0;
			left: 0;
          }

		.sampleBox{
           width: 155px;
			/*border: 2px solid #AAAAAA;*/
			position: relative;
			float: left;
			top: 20px;

			background-color: #5a5a5a;
			color: #ffffff;
			padding-left: 10px;
			font-family: Arial;
			cursor: pointer;
			font-size: 14px;
          }

          .pleaseBox{
            width: 140px;
			/*border: 2px solid #AAAAAA;*/
            position: relative;
            float: left;
            top: 60px;

            color: #ffffff;
            padding-left: 10px;
            font-family: Arial;
            font-size: 10px;
          }



          #mainBox .sampleBoxLine{
           width: 155px;
			/*border: 2px solid #AAAAAA;*/
			position: relative;
			float: left;
			top: 20px;
                        border-top-color: #5a5a5a;
              border-top-style:solid;
                border-width:5px;
			padding-left: 10px;

          }



/*          #mainBox .button-nav-submit {
		  vertical-align: middle;
		   text-align: left;
		  background-color: #5a5a5a;
                  position: relative;
			float: left;
			top: 40px;
                       left: 20px;
                       font-size: 14px;
                   font-family: Arial;
                   color: #ffffff;
                   line-height: 40px;
                   width: 110px;
                   height: 40px;
                   padding-left: 5px;

                   cursor: pointer;

          }*/

               #button-nav-submit {
		  vertical-align: middle;
		   text-align: left;
		  background-color: #5a5a5a;
                  position: relative;
			float: left;
			top: 40px;
                       left: 20px;
                       font-size: 14px;
                   font-family: Arial;
                   color: #ffffff;
                   line-height: 40px;
                   width: 110px;
                   height: 40px;
                   padding-left: 5px;

                   cursor: pointer;

          }

		 .practiceBox{
           width: 160px;
		   position: relative;
			/*border: 2px solid #AAAAAA;*/
			float: right;
			top: 20px;
			background-color: #7f7f7f;
			color: #ffffff;
			padding-left: 10px;
			font-family: Arial;
			cursor: pointer;
			font-size: 14px;

          }
		  .clear{
           width: 100%;
			/*border: 2px solid #AAAAAA;*/
			position: relative;
			float: left;
			top: 20px;
			height: 10px;
          }



		  #button-left {
			position: absolute;
           vertical-align: middle;
		   text-align: center;
		   font-family: Arial;
           color: #ffffff;
           margin: 0;
           background-color: #5a5a5a;
           width: 80px;
           height: 40px;
		   line-height: 40px;
                   cursor: pointer;
          }





		  .questionTitle {

			font-family: Arial;
			font-size: 14px;
			text-align: center;
			line-height: 1.5;
                        margin-top: 10px;
		  }

		  .statement {

			font-family: Arial;
			font-weight: Bold;
			font-size: 14px;
			text-align: left;
			line-height: 1.5;
            margin-top: 10px;
		  }

                  .questionTitleNL {
/*			width: 500px;
            height: 40px;
			position: absolute;
			margin: 100px 0px 0px 110px;*/
			font-family: Arial;
			font-size: 14px;
			text-align: center;
			line-height: 1.5;
                        margin-top: 10px;
		  }

                  .questionTitleLeft {
/*			width: 500px;
            height: 40px;
			position: absolute;
			margin: 100px 0px 0px 110px;*/
			font-family: Arial;
			font-size: 14px;
			text-align: justify;
			line-height: 1.2;
                        margin-top: 10px;
		  }

                  .questionTitleLeftNL {
/*			width: 500px;
            height: 40px;
			position: absolute;
			margin: 100px 0px 0px 110px;*/
			font-family: Arial;
			font-size: 14px;
			text-align: justify;
			line-height: 1.5;

		  }

                  #questionInfoDiv {
			width: 700px;
                        height: 20px;
			position: absolute;
			margin: 10px 0px 0px 45px;
			font-family: Arial;
			font-size: 16px;
			/*text-align: center;*/
			line-height: 1.5;

		  }
                  .tableClass{
                      width: 500px;

			font-family: Arial;
			font-size: 16px;
			text-align: center;
			line-height: 30px;
                        margin-top: 10px;

}
                    .inputClass{
                          width: 500px;

    /*			position: absolute;
                            margin: 200px 0px 0px 110px;*/
                            font-family: Arial;
                            font-size: 16px;
                            text-align: center;
                            line-height: 40px;
                            margin-top: 25px;

                    }

                    .inputClass input{
                          width: 100px;
                          background-color: skyblue;
    /*			position: absolute;
                            margin: 200px 0px 0px 110px;*/
                            font-family: Arial;
                            font-size: 16px;
                            text-align: center;
                            font-weight: bold;


                    }

		  .answerDesc {
			width: 500px;

/*			position: absolute;
			margin: 200px 0px 0px 110px;*/
                        margin-top: 20px;
			font-family: Arial;
			font-size: 14px;
			text-align: justify;
			line-height: 1.5;

		  }
		  .answerBox {
			width: 500px;
            height: 40px;
/*			position: absolute;
			margin: 250px 0px 0px 110px;*/
			font-family: Arial;
			font-size: 14px;
			text-align: center;
			line-height: 40px;

		  }


          .radiotable {

           border-collapse: collapse;


          }
/*          .radiotable td, .radiotable th {
           width: 50px;

           border: 1px solid #D6DDE6;
           text-align: center;
           padding: 5px 6px;
          }*/
          .radiotable td {

           font-size: 14px;
           font-weight: normal;

           padding: 2px 5px 2px 5px;
           color: #000000;
           vertical-align: middle;
           line-height: 20px;
          }

          .critical-radiotable td {

           font-size: 14px;
           font-weight: normal;
           width: 300px;
           text-align: center;
           padding: 2px 5px 2px 5px;
           color: #000000;
           vertical-align: middle;
          }

          .critical-radiotable-sec1 td{
          	font-size: 14px;
           font-weight: normal;
           width: 200px;
           text-align: center;
           padding: 2px 5px 2px 5px;
           color: #000000;
           vertical-align: middle;
          }

/*          .radiotable col.odd {
             background-color: #80C9FF;
             color: #000000;
             width: 20%;
             text-align: center;
            }
          .radiotable col.even {
             background-color: #BFE4FF;
             color: #000000;
             width: 80%;
             text-align: left;
            }*/





          .gridtable {
           border: 1px solid #D6DDE6;
           border-collapse: collapse;

           line-height: 40px;
           width: 60%;
           text-align: left;
           margin: auto;
          }
          .gridtable td, .gridtable th {
           width: 50px;

           border: 1px solid #D6DDE6;
           text-align: center;
           padding: 5px 6px;
          }
          .gridtable td {
           border: 1px solid #D6DDE6;
           font-size: 16px;
           font-weight: bold;
           text-align: center;
           padding: .6em;
           color: #000000;
           vertical-align: middle;
          }

          .lineartable {
           border: 0;
           border-collapse: collapse;

           line-height: 30px;
           width: 60%;
           text-align: left;
           margin: auto;
          }
          .lineartable td, .lineartable th {
           border: 0;
           text-align: right;
           padding: 5px 6px;
          }
          .lineartable td {
           border: 0;
           font-size: 16px;
           font-weight: bold;
           text-align: left;
/*           padding: .6em;*/
           color: #000000;
           vertical-align: middle;
          }


          .questionGrid.on{
              background-color: #CCE089;
              font-size: 14px;
          }

          .questionGrid.off{
              background-color: #0090cf;
              font-size: 14px;
          }

          .questionGrid.mark{
              background-color: red;
              font-size: 14px;

          }

                    .radioDiv {
/*           display: inline;
           height: 40px;
           width: 10px;
            float: left;*/
            line-height: 1.5;
            margin-top: 15px;

          }

                    .radioDiv-practical {
/*           display: inline;
           height: 40px;
           width: 10px;
            float: left;*/
            line-height: 1.0;
            margin-top: 5px;

          }

          .radioDiv input {
             color: #ffffff;
             background-color: #ffffff;
             border: 0;
/*             height: 40px;*/
/*             width: 100px;*/
            }

          .textBoxDiv {
           display: inline;

          }
          .ansDiv {

           font-size: 13px;
           font-weight: normal;
           color: #0090cf;
          }

          #questionBox .title{
           font-size: 16px;
           font-weight: bold;
           color: #ffffff;
           background-color: grey;
           height: 1.5em;
           line-height: 1.5em;
           font-family: Gill Sans MT;
/*           width: 150px;*/
          }

          #questionBox .titlesample{
           font-size: 16px;
/*           font-weight: bold;*/
           color: #ffffff;
           background-color: grey;
           height: 1.5em;
           line-height: 1.5em;
           font-family: Gill Sans MT;
           width: 130px;
/*           width: 150px;*/
          }



/*div ul {
overflow: hidden;
    list-style-type: none;
 margin: 2px 0 0 0;

}

div ul li {

 margin: 0 0 2px;

 padding: 0;

}


div ul li label {



 display: block;
margin-top: -1.35em;
	margin-left: 2em;
}

div ul li input {

 background: none;

 border: none;
display: block;


 margin: 0 2px 0 0;

 padding: 0;

 width: auto;

}*/

#listy .pageULContent ul {
    overflow: hidden;
    list-style-type:disc;

}

#listy .pageULContent ul li{
/*           font-size: 14px;
           background-color: #ffffff;
           font-weight: normal;*/
           color: #CCE089;

/*           padding: 0px 5px 0px 0px;*/


           font-family: Arial;
          }
          .liSpan {
              font-size: 13px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;

/*           padding: 0px 5px 0px 0px;*/


           font-family: Arial;
            }

          #listy .pageULContent{

           background-color: #ffffff;
           font-weight: normal;
           color: #000000;

           text-align: left;


          }

          .pageInfoTitle{
           font-size: 16px;
           background-color: #ffffff;
           font-weight: bold;
           color: #000000;
           padding: 0px 5px 5px 0px;
           text-align: center;

           font-family: Arial;

          }

          .pageInfoHeading{
           font-size: 14px;
           background-color: #ffffff;
           font-weight: bold;
           color: #000000;
           padding: 0px 5px 5px 0px;
           text-align: justify;

           font-family: Arial;

          }


          .pageInfoHeadingCentre{
           font-size: 14px;
           background-color: #ffffff;
           font-weight: bold;
           color: #000000;
           padding: 0px 5px 5px 0px;
           text-align: left;

           margin-left: 200px;
           font-family: Arial;

          }


          .pageInfoHeadingSans{
           font-size: 14px;
           background-color: #ffffff;
           font-weight: bold;
           color: #000000;
           padding: 0px 5px 0px 0px;
           text-align: right;

           font-family: Arial;

          }

          .pageInfoContent{
           font-size: 13px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           padding: 0px 5px 10px 0px;
           text-align: justify;

           font-family: Arial;

          }
          .pageInfoContentBoldRed{
           font-size: 13px;
           background-color: #ffffff;
           font-weight: bold;
           color: red;
           padding: 0px 5px 10px 0px;
           text-align: justify;

           font-family: Arial;

          }
          .pageInfoContentCentre{
           font-size: 13px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           padding: 0px 5px 10px 0px;
           text-align: left;
           margin-left: 200px;
           font-family: Arial;

          }
          .pageInfoContentNoMargin{
           font-size: 13px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           padding: 0px 5px 0px 0px;
           text-align: left;

           font-family: Arial;

          }
          .pageInfoContentMediumMargin{
           font-size: 13px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           padding: 0px 5px 50px 0px;
           text-align: justify;

           font-family: Arial;

          }
          .pageInfoContentLargeMargin{
           font-size: 13px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           padding: 20px 5px 60px 0px;
           text-align: left;

           font-family: Arial;

          }
          .pageInfoContentInline{
           font-size: 14px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           padding: 0px 5px 10px 0px;
           left: 350px;
           text-align: left;
           position: absolute;
           font-family: Arial;

          }

          .pageInfoContentNoBlock{
           font-size: 13px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           margin: 0px 5px 10px 0px;
           left: 50px;
           text-align: justify;
           position: absolute;
           font-family: Arial;

          }


          .pageLoginContentInline{
           font-size: 14px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           padding: 0px 5px 10px 0px;
           left: 150px;
           text-align: left;
           position: absolute;
           font-family: Arial;

          }

          .redbox{
           height: 20px;
           width: 20px;
           background-color: #ffffff;
           background-image: url('../images/Red-Box.gif');
           background-repeat: no-repeat;
           color: #000000;
           position: absolute;
           top: 5px;
          }
          .greenbox{
           height: 20px;
           width: 20px;
           background-color: #ffffff;
           background-image: url('../images/Green-Box.gif');
           color: #000000;
           background-repeat: no-repeat;
           position: absolute;
           top: 5px;
          }
          .blankbox{
           height: 20px;
           width: 20px;
           background-color: #ffffff;
           background-image: url('../images/Clear-Box.gif');
           color: #000000;
           background-repeat: no-repeat;
           position: absolute;
           top: 5px;
          }
          .instructionbox{
           height: 20px;
           width: 20px;
           background-color: #ffffff;
           background-image: url('../images/Instruction-Box.gif');
           color: #000000;
           background-repeat: no-repeat;
           position: absolute;
           top: 5px;
          }
          .examplebox{
           height: 20px;
           width: 20px;
           background-color: #ffffff;
           background-image: url('../images/Example-Box.gif');
           color: #000000;
           background-repeat: no-repeat;
           position: absolute;
           top: 5px;
          }
            .pageInfoContentBoldWithMargin{
                padding: 0px 5px 15px 0px;
            }
          .pageInfoContentBold {
           font-size: 13px;
           background-color: #ffffff;
           font-weight: bold;
           color: #000000;

           text-align: left;

           font-family: Arial;

          }

          .pageInfoContentLargeBold {
           font-size: 16px;
           background-color: #ffffff;
           font-weight: bold;
           color: #000000;
           padding: 0px 5px 10px 0px;
           text-align: left;
           position: absolute;
           font-family: Arial;

          }

          .pageInfoContentItalic {
           font-size: 13px;
           background-color: #ffffff;
           font-weight: normal;
           font-style: italic;
           color: #000000;
           padding: 0px 5px 10px 0px;
           text-align: justify;

           font-family: Arial;

          }

          .takeNowBoxCursor{
              left: 550px;
              position: absolute;
              vertical-align: middle;
              text-align: center;
              font-family: Arial;
              color: #ffffff;
              margin: 0;
              background-color: #5a5a5a;
              width: 120px;
              height: 40px;
              line-height: 40px;
              cursor: pointer;
          }

          .takeNowBox{
              left: 550px;
              position: absolute;
              vertical-align: middle;
              text-align: center;
              font-family: Arial;
              color: #000000;
              margin: 0;
              background-color: #ffffff;
              width: 120px;
              height: 40px;
              line-height: 40px;
              border: 2px solid #AAAAAA;


          }



          .testInfoContent{
           font-size: 14px;
           background-color: #ffffff;
           font-weight: normal;
           color: #000000;
           height: 30px;
           text-align: left;
           position: relative;
           font-family: Arial;
           margin-bottom: 20px;
          }


