#exam-content {
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#exam-content img {
	-webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
#exam-content textarea {
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

HR{
	background-color: #BBBBBB;
}

.login{
	position: absolute;
	left: 50%;
	margin-left: -222px;
	border: 0px solid #CCCCCC;
	width: 444px;
	height: auto;
	padding-left: 0px;
	padding-top: 10px;
	background-color: #EEEEEE;
	overflow: visible;
}

.grltext{
	border: 1px solid #CCCCCC;
	width: 700px;
	height: auto;
	margin: 0px auto;
	padding-left: 0px;
	padding-top: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 0px #EEEEEE;
	border-radius: 7px 7px 7px 7px;
	background: linear-gradient(to right, #FFFFFF, #EEEEEE);
}

#header{
	border: 0px solid #FF0033;
	float: left;
	width: 100%;
	position: fixed;
	height: 106px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 0px;
	/* background: linear-gradient(to right, #006600, #FFFFFF); */
	/* background-image: url('images/bgheader.gif'); */
	background-size: 100%;
	z-index: 9999;
}

#logo_div{
	float: right;
}

#logoff{
	border: 2px solid #555555;
	position: fixed;
	top: 7px;
	width: auto;
	height: auto;
	margin-bottom: 33px;
	border-radius: 11px 11px 11px 11px;
	font-size: 12px;
	font-family: arial,helvetica;
	font-weight: 400;
	color: #CCCCCC;
	margin-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 999999;
}

#logoff_text{
	border: 0px solid #555555;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: 397px;
	visibility: visible;
	z-index: 999999;
}

#msg-tech{
	border: 1px solid #777777;
	position: fixed;
	float: left;
	left: 0px;
	width: auto;
	height: auto;
	border-radius: 3px 3px 3px 3px;
	/*background-color: #006600;*/
	font-size: 12px;
	font-family: arial,helvetica;
	font-weight: 400;
	color: #777777;
	margin-top: 7px;
	margin-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 999999;
}

.txt1{
	font-size: 12px;
	font-family: arial,helvetica;
	font-weight: 400;
	color: #555555;
}


.txt2{
	font-size: 15px;
	font-family: arial,helvetica;
	font-weight: 400;
	color: #555555;
}

.title{
	font-size: 18px;
	font-family: arial,helvetica;
	font-weight: 600;
	color: #006600;
}

.tabletitle{
	border-bottom: 0px solid #CCCCCC;
	margin-top: 50px;
	font-size: 16px;
	font-family: arial,helvetica;
	font-weight: 600;
	color: #006600;
	margin-left: 20px;
	margin-right: 20px;
}

.edittitle{
	position: relative;
	font-size: 18px;
	font-family: arial,helvetica;
	font-weight: 600;
	color: #006600;
	border-color: #AAAAAA;
	border-width: 1px 1px 1px 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-radius: 5px;
	padding: 5px;
	margin-left: 14px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 12px;

}

.reporttitle{
	border-bottom: 0px solid #CCCCCC;
	margin-top: 50px;
	font-size: 18px;
	font-family: arial,helvetica;
	font-weight: 800;
	color: #006600;
	margin-left: 20px;
	margin-right: 20px;
}
.normal-row{
	background: #FFFFFF;
	background-color: #FFFFFF;
}

.altern-row{
	background: #EEEEEE;
}

.answered-question{
	background: #AAAAFF;
}

.right-question{
	background: #AAFFAA;
    background-image: url('images/icons/ico_check.gif');
    background-repeat: no-repeat;

    background-position: right center;
}

.highli-row{
	background: #C7DAB4;
	background-color: #C7DAB4;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
}

div#edit-right {
    border: 7px solid #C7DAB4;
}

.poweredby{
	border: 1px solid #777777;
	position: fixed;
	right: 7px;
	bottom: 7px;
	color: #777777;
	padding: 11px;
	background: #FFFFFF;
	border-top-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-radius: 3px;
	box-shadow: 3px 3px 1px #888888;
	opacity: 0.2;
}
