/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */



html, body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 90%;
	color: #797B7A;/*#888;*/
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

input, textarea, select{
	font: 11px "Trebuchet MS" Verdana, Arial, sans-serif;
  color: #797B7A;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	height: 32px;
  vertical-align: top;
}

#header {
	height: 192px;
}

#wrapper-content {
	height: 100%;
}

#wrapper-footer {
	height: 33px;
}

#wrapper-menu-top {
	background: white url('../images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}


#menu-top ul{
	margin: 0 20px;
	padding: 5px 0 0 0;
	list-style: none;
	font-size: 95%;
	font-weight: bold
}

#menu-top ul.left {
	float: left;
}

#menu-top ul.right {
	float: right;
}


#menu-top li {
	display: inline;
	float: left;
	vertical-align: middle;
	color: grey;
	font-size: 12px;
}

#menu-top a.button  {
	background:url(../images/menuleft.png) no-repeat left top;
}

#menu-top a {
	float: left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}


#menu-top a.button span {
	background: transparent url(../images/menuright.png) no-repeat right top;
}

#menu-top a span {
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}
 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent url('../images/bg.png') top center repeat-x;
}

#header {
	background: #286AA6 url('../images/header_double.jpg') no-repeat center center;
}

#wrapper-header2 {
	background: transparent url('../images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('../images/bg02-blue-right.png') top right no-repeat;
}

#header p {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

h1 {
background:transparent url(../images/blue_arrow_big.gif) no-repeat scroll left center;
color:#0057AC;
font-size:15px;
line-height:30px;
padding-left:30px;
/*text-transform:uppercase;*/
vertical-align:middle;
white-space:nowrap;
}

#wrapper-footer {
	margin-top: 0em;
	text-align: center;
}

#footer {
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
	background-color: #286AA6;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
  padding: 10px 0;
}

#footer a:link, #footer a:visited, #footer a:active{
  color: #FFFFFF;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

h2{
  color: darkblue;
  font-size: 15px;
  font-family:Arial, Arial, Helvetica, sans-serif; /*MS Sans Serif4, Geneva, sans-serif;*/

}

table.bordertable { border-collapse: collapse; }

table.bordertable td, table.bordertable th { border: 1px #ccc solid; padding: 5px; text-align: center}

table.bordertable th { background-color: #F6F9FB ; }

table#mainmenu{
  margin: 0;
  height: auto;
}
td#menushadow{
  width: 20px;
  border: 0px;
  background-image: url(../images/menubg.jpg);background-repeat:  repeat-y;background-position:  top right;

}
table#mainmenu tr td{
  vertical-align: middle;
  padding-left: 11px;
}

tr#selected{
  background-color: #E7E7E7;
  height: 35px;
  vertical-align: middle;
}

tr#selected td{
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.style1 {
	font-size: 10px;
  color: #333333;
}

a:link {

	color: #0057AC;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #0057AC;

}

a:hover {

	text-decoration: underline;

	color: #999999;

}

a:active {
	text-decoration: none;
	color: #0057AC;
}

.style9 {
  font-size: 12px; 
  font-weight: bold; 
}

.style12 {
	font-size: 12px;

  font-weight: bold;
}

.style14 { 
  font-size: 14px; 
  color: #FFFFFF;
}

table#main{
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  height: 100%;
  width: 85%;
}

table#main td#content{
  background: url(../images/white-left_1px.gif) repeat-y; 
  padding:0 20px 0 40px;
  text-align:justify;
  vertical-align:top;
  height: 1000%;
}

table#main td#rightmenu{
  background: url(../images/white-right_1px.gif) repeat-y top right; 
  vertical-align: top;
  width: 245px;
  text-align: left;

  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
table#main td#rightmenu table{
  width: 230px;;
  vertical-align: top;
  margin-top:0;
  }

  
table#main td#rightmenu a{
  background: url(../images/blue_arrow.gif) no-repeat left top;
  padding-left: 20px;
  height: 100%;
  
}
 
.mainarea
{
	margin-bottom: 10px;
	padding: 5px 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 11px;
	height: 100%;
}

hr{
  border: 0;
  width: 80%;
  color: #ccc;
  background-color: #ccc;
  height: 2px;
} 

#logininfo{
  position: relative;
  top: 10px;
  right: 10px;
  float: right;
  text-align: right;
}

.question{
  color: darkBlue;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 5px 0;
}

.option{
  padding-bottom: 7px;
}

.options{
  margin: 5px 0 0 10px;
  
}

input.radiobtn{
  padding:0;
  margin:0;
  vertical-align: bottom
}

#exam{
  margin-left: 30px;
}
