.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 5px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #336699;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 5px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

/*
FILE CREATED BY : PRITESH %PML%
CREATED DATE : 22-08-2007
MODIFIED DATE : 22-08-2007
LAST CHANGE BY : PRITESH
DESCRIPTION : PROGRESS BAR CSS
*/

.prog-border {
  height: 15px;
  width: 205px;
  background: #fff;
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

.prog-bar {
  height: 11px;
  margin: 2px;
  padding: 0;
  background: #FF0000;
  /*  #C9DDEC;*/
}


/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../img/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../img/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../img/bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 12pt; }
	ul.mktree  li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li ul li { font-size: 10pt; }
}

/*body
{
padding-top: 15px;
}
*/
.successclass {
	font-size: 13px;
	font-family: Verdana;
	color: #2286D2;
	font-weight: bold;
	text-align: center;
}

a img {
	border: none;
}

.top {
	background-image: url(../img/top_window.gif);
	background-repeat: no-repeat;
}

.middle {
	background-image: url(../img/middle_window.gif);
	background-repeat: repeat-y
}

.bottom {
	background-image: url(../img/bottom_window.gif);
	background-repeat: no-repeat;
	height: 50px;
}

.instruction {
	font-family: Verdana;
	font-size: 9px;
	color: #336699;
}

.errorclass {
	font-size: 12px;
	font-family: Verdana;
	color: #FF0000;
	font-weight: bold;
}

.asteric {
	font-size: 9px;
	font-family: Verdana;
	color: #FF0000;
	font-weight: bold;
}

img {
	border: none;
}

.new_title {
	font-size: 18px;
	color: #CC0033;
	margin: 5px;
}

.new_title1 {
	font-size: 14px;
	margin: 5px;
	color: #4D759A;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.current_module,a.current_module,.current_module a {
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
}

.category_text {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.ajaxloading { /*background: #EEF0F2 url(../img/ajax-loader.gif);*/
	background-image: url('../img/ajax-loader.gif');
	background-repeat: no-repeat;
	font-family: Verdana;
	color: #EEF3F9;
	font-weight: bold;
	width: 50;
	height: 50;
}

.back_images {
	background-repeat: no-repeat;
}

.leftbordertableclass {
	border-left: 1px solid;
	border-left-color: #cccccc;
}

.text {
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	text-align: center;
}

.text_left {
	color: #000000;
	/*font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana;
	font-size: 12px;
	margin: 5px;
	text-align: left;
}

.text_question {
	background-color: #6aa2df;  
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	text-align: left;
}

.text_right {
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	text-align: right;
}

.button {
	background: #EEF0F2 url(../img/button.gif) repeat-x;
	border: outset 1px;
	color: #000000;
	vertical-align: center;
}

.heading {
	font-size: 19px;
	color: #31669B;
	margin: 5px;
}

.table_heading {
	font-size: 16px;
	color: #31669B;
	margin: 5px;
}

.table_heading1 {
	font-size: 12px;
	color: #31669B;
	background: url(../img/bg_internal.jpg) repeat-x;
}

.sub_heading {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

.table_row_odd {
	background: #eeeeee;
}

.table_row_even {
	background: #ffffff;
}

.bordertableclass {
	border: 1px solid;
	border-color: #cccccc;
	fotn-family: Verdana;
	font-size: 12px;
}

.record_listing {
	color: #066;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.instructionclass {
	color: #066;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

/*
  Rounded Cornner
*/
#posts_box h1,#posts_box h3,#posts_box p {
	margin: 0 5px;
	letter-spacing: 0px;
}

#posts_box h1 {
	font-size: 2.5em;
	color: #fff;
}

#posts_box h2 {
	font-size: 2em;
	color: #06a;
	border: 0;
}

#posts_box p {
	padding-bottom: 0.5em;
	font-size: 11px;
}

#posts_box h2 {
	padding-top: 0.5em;
}

#posts_box {
	background: transparent;
	margin: 1em;
}

.xtop,.xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}

.xb1,.xb2,.xb3,.xb4 {
	display: block;
	overflow: hidden;
}

.xb1,.xb2,.xb3 {
	height: 1px;
}

.xb2,.xb3,.xb4 {
	background: #EEF3F9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC
}

.xb2_1,.xb3_1,.xb4_1 {
	background: #EEF3F9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC
}

.xb1 {
	margin: 0 5px;
	background: #CCCCCC;
}

.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3 {
	margin: 0 2px;
}

.xb4 {
	height: 2px;
	margin: 0 1px;
}

.xboxcontent {
	font-size: 12px;
	display: block;
	background: #EEF3F9;
	border: 0 solid #CCCCCC;
	border-width: 0 1px;
}

.xboxcontent_1 {
	font-size: 12px;
	display: block;
	background: #EEF3F9;
	border: 0 solid #CCCCCC;
	border-width: 0 1px;
}

.order_list li {
	list-style-image: url();
	font-size: 10px;
	margin: 0px;
	padding: -2px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black;
	border-collapse: collapse;
	background-color: rgb(255, 245, 238);
	font-size: 10px;
}

table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: #EEF3F9;
	font-weight: bold;
}

table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: #EEF3F9;
}

div.squarebox_narrow_new h2 {
	text-align: left;
	margin: 0;
	padding: 6px;
	font-size: 12px;
	color: white;
	background-color: #cccccc;
	font-weight: normal;
	text-align: center;
}

div.squarebox_narrow_new {
	border: 1px solid;
	border-color: #cccccc;
}

div.squarebox_narrow_new label {
	clear: both;
	width: 20%;
	float: left;
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
}

.registration_success {
	font-size: 13px;
	color: #CC0033;
	margin: 5px;
}

input[type=text],input[type=password] {
	size: 20px;
}

.post_response {
	padding: 10px 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #2286D2;
}
.result_heading
{
background-color:#2286D2;color:#ffffff;font-size:18px;
}
.result_sub_heading
{
	background-color: #b2b2b2;
	font-size:12px;
	font-weight: bold;
}
.correct_answer
{
	color:#000000;
	background-color:#00ff00;
}
.wrong_answer
{
	color:#000000;
	background-color:#ff0000;
}

#pscroller1{
width: 120px;
height: 110px;
border: 1px  black;
padding: 5px;
background-color: #eeeeee;
}

#pscroller2{
width: 120px;
height: 110px;
border: 1px  black;
padding: 5px;
background-color: #eeeeee;
}
/*
#pscroller2{
width: 100px;
height: 100px;
border: 1px solid black;
padding: 3px;
}
*/

#pscroller2 a{
text-decoration: none;
}

.someclass{ 
font-family: verdana;
font-size: 9px;
}


		.checklist {
			border: 1px solid #ccc;
			border-bottom: 2px solid #ccc;
			list-style: none;
			height: 10em;
			overflow: auto;
			width: 16em;
		}
		.checklist, .checklist li { margin-left: 0; padding: 0; }
		.checklist label { display: block; padding-left: 25px; text-indent: -25px; }
		.checklist label:hover, .checklist label.hover { background-color: #FFFFFF; }
		* html .checklist label { height: 1%; }

.checklist ul li  { list-style: none; margin-left: -20px; text-indent: -25px; }
		
		/* Checklist 1 */
		.cl1 { font-size: 0.9em; width: 87%; height: 17em; }
		.cl1 { background: #FFFFFF; }
		.cl1 input { vertical-align: middle; }
		.cl1 label:hover, .cl1 label.hover { background-color: #FFFFB9; }
		
.selected	{ background-color:#CCFFCC; }
.selected label:hover, .selected label.hover { background-color: #FFFFB9; }

.optionTextBox1{
padding:0px 0px;
margin:0px 0px;
overflow:hidden; 
vertical-align:middle;
/* you can change the properties below */
height:20px;
width:200px;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
color: #001F30;
background-color:#FFFFFF;
border: solid 1px #90AFC0;
}
.arrow1{
padding:0px;
margin:0px;
vertical-align:middle;
/* you can change the properties below */
width:20px;
}

