﻿
		body, html {
				color: #000000;
				font-family: "trebuchet MS","helvetica","verdana";
				font-size: 11px;
				/*height: 90%;
				width: 90%;*/
	
		}

		body {
				background: url("../images/bk_body.jpg") no-repeat scroll center center #FFFFFF;
				/*background: -moz-linear-gradient(center bottom , #FAFAFA 11%, #F2F2F2 52%, #FFFFFF 78%);*/
        font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
        margin: 0;
        padding: 0;
    }
    
      .dp-xml .cdata { color: #ff1493; }.dp-xml .tag, .dp-xml .tag-name { color: #069; font-weight: bold; }.dp-xml .attribute { color: red; }.dp-xml .attribute-value { color: blue; }
		  #Examformm{
			  margin:0;
			  padding:10px 30px;
		  }
			.fgroup {
				background-color: #F7F7F7;
				border: 1px solid #CCCCCC;
				font-size: 0.9em;
				padding:5px 10px;
				margin:15px;
		  }
			.fgrouptitle {
					border-bottom: 1px solid #FF6F37;
					color: #13619B;
					font-size: 11px;
					font-weight: bold;
					margin-bottom: 7px;
					padding: 5px 0;
		  }
			.fgrouptitle i {
				color:Gray;
			}
			.ftitle {
					border-bottom: 2px solid #2EACE3;
					color: #13619B;
					font-size: 12px;
					font-weight: bold;
					margin-bottom: 10px;
					padding: 5px 0;
			}
		  .fitem{
			  margin-bottom:5px;
		  }
			.fitem label {
					color: #13619B;
					display: inline-block;
					font-weight: bold;
					padding-right: 5px;
					text-align: right;
					width: 170px;
			}
      .ExamSteps  {
          background: url("../images/Exam_steps.png") no-repeat scroll left 0 transparent;
					color: #333;
					float: left;
					font-weight: bold;
					overflow: hidden;
					padding: 1px 0 5px 5px;
					text-align: left;
					text-shadow: 1px 1px 0 #CCCCCC;
					width: 123px;
		  }      

      .ExamStepsGri  {
          background-position: -259px 0 0;
		  }      

      .ExamStepsSari  {
          background-position: -129px 0;
      }
      .ExamSteps b {
        margin:0 14px 0 2px;
      }
      
	#ExamAnswerDlg #ExamAnswerForm {
		margin-top: 17px;
	}
	#ExamAnswerDlg input {
		    /*background-color: #F4F4F4;*/
				border: 0px dotted #CCCCCC;
	}
	#ExamAnswerDlg input.answer {
				text-align:center;
				width:50px;
	}
	#ExamAnswerDlg input.subject {
				text-align:left;
				width:300px;
	}
	
	#ExamAnswerDlg .ftitle {
			background-color: #FFFFFF;
			border-bottom: 1px solid #CCCCCC;
			color: #666666;
			font-size: 14px;
			font-weight: bold;
			left: 21px;
			padding-top: 15px 1px 1px;
			position: absolute;
			top: 32px;
			/*width: 720px;*/
	}
	
	#ExamAnswerDlg td {
		border: 1px dotted #ccc;
		padding: 2px 4px;
	}
	
	.iolcer-info {
			background: none repeat scroll 0 0 #FFFEE6;
			color: #8F5700;
			padding: 12px;
	}
	.iolcer-tip {
			float: left;
			height: 16px;
			margin-right: 8px;
			width: 16px;
	}
	.iolcer-info b{
		color:Black;
	}
