@charset "utf-8";
/* CSS Document */



.outerBorder {
	border:#000000 solid 1px;
}

.testHeader {
	height:59px;
}

.messageBox {
	background:#ffebc9;
	border:#FF0000 solid 2px;
	padding:15px;
	text-align:justify;
	line-height:18px;
}

.testIntTitle {
	margin:0px;
	font-size:18px;
        line-height:22px;
	
}

.redTab {
	background:url(../images/redtab-bg.jpg) #fe1900 repeat-x bottom;
	padding:5px;
	border:#000000 solid 1px;
	color:#FFFFFF;
	font-weight:bold;
}

.commonText {
	line-height:18px;
	text-align:justify;
	color:Black;
}

.dateTime {
	color:#FFFFFF;
	font-size:14px;
}

.testTextBox {
	background-color:#F0F8E9;
	border:1px solid #91C8A7;
	color:#333333;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:0.03em;
	padding:5px;
	width:11.5em;
	-moz-border-radius:3px;
}
.tableheading {
color:#3164AA;
font-size:18px;
margin:0;
font-weight:bold;
padding:0.5em 0 0 0;
  
}
.incorrectword {
  font-weight:bold;
  color:#CC3366;
  font-weight:bold;
}
.tablebg {
  background:url(../images/tablebg.gif) repeat-x;
  height:320px;
  border:2px solid #FFCC33;
  -moz-border-radius:10px;
}

.tablebgfreequiz {
  background:url(../images/tablebg.gif) repeat-x;
  height:220px;
  border:2px solid #FFCC33;
  -moz-border-radius:10px;
}

.Testbutton
{
    background :url(../images/button_img_blank.gif);
	background-repeat:repeat-x;
	background-position:center; 
    background-color:Black;
	height:23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;}

