﻿#u_bar{
		height:20px;margin-top:0px;width:100%;padding:0px;border:1px #2E2F30 solid;background-color:#2E2F30;color:#EA292;		
}
#tbx{
margin-top:33px;
height:200px;
width:100%;
border:1px #cc9900 solid;
padding:1px;
cursor: pointer;
}
#rs{
margin:0px;
float:left;
width:30%;
height:195px;
border:1px #996600 solid;
margin-bottom:3px;
}

#sc{
margin:0px;
float:right;
height:195px;
width:70%;
border:1px #996600 solid;
margin-bottom:3px;
}

#rdbx{
height:700px;
width:100%;
border: 1px solid #cc9900;
padding:1px;
cursor: pointer;
}

#tlbx{
margin:0px;
height:150px;
width:100%;
border:1px #000 solid;
padding:0px;
overflow:scroll;	
}
#TblData{
margin-top:-183px;
	width:68.5%;
	height:100%;
	border:1px #010 solid;	
	float:right;
	overflow:auto;	
}
#questn{
  width:650px;
  height: 40px; 
  overflow:scroll;
}
.wrapword{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;

}
