/* CSS Document */


*{margin:0;padding:0;}

html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
}


body, td
{
	font: normal 12px Arial, Helvetica, sans-serif;
}

a
{
	color:#000;
	text-decoration:underline;
}
p 
{
	margin:10px 0;
}

ul,ol
{
	margin:10px 15px 10px 0;
	padding:0;
}

ul li,ol li
{
	margin-left:15px;
}

a:hover
{
	color:#000;
	text-decoration:none;
}

h1
{
	font-size:2em;
}

h2
{
	font-size:1.4em;
}

#container
{
	text-align:left;
	width:760px;
	background:#fff;
	margin:0 auto;
	border:2px #000 solid;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#innerContainer
{
	padding:20px;
}


.highlight, .questionList a
{
	font-weight:bold;
	color:#840000;	
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}



.clear
{
	clear:both;
}

textarea, select, input
{
	font-size:12px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 1px;
}


.padTop
{
	padding-top:10px; 
	padding-bottom:10px;
}



.borderTop
{
	border-top:1px #000 solid;
	/*border-top:0px; */ 
}


.txtstyle
{
     background-color: #ffffa0; 
     width:150px; 
}

#errorTop {
	background:url(../images/errorRed_01.gif) top center no-repeat;
	width:674px;
	height:9px;
}
#errorMiddle {
	background:url(../images/errorRed_02.gif) top center repeat-y;
}
#errorMiddle table {
	margin: 0 15px 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #a40000
}
#errorBottom {
	background:url(../images/errorRed_03.gif) top center no-repeat;
	width:674px;
	height:10px;
}