/* 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 left no-repeat;
	width:674px;
	height:9px;
}
#errorMiddle {
	/*background:url(../images/errorRed_02.gif) top left repeat-y;*/ 	 
}
#errorMiddle table {
	/*margin: 0 15px 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #a40000*/
	border: 1px solid Red; 
}
#errorBottom {
	background:url(../images/errorRed_03.gif) top left no-repeat; 
	width:674px;
	height:10px;
}

.paddingTable
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.errorsummary
{
	border: 1px solid black;
	color: red;
	margin: 5px 0px;
	padding: 15px;
	background: white url(../images/ic-alert.jpg) no-repeat 5px 50%;
	background-color: white;
}
.errorsummary ul
{
	margin: 5px;
	padding: 10px;
	margin-left: 80px;
	list-style: square;
	color: red;
}
.ccblcategory
{
	font-size: 11pt;
	font-weight: 900;
	padding: 5px 0px 5px 0px;
	text-align: left;
}
.Grouppadding
{
	padding: 5px 3px 5px 0px;
}
.addpadding
{
	padding: 3px 3px 3px 3px;
}
.modalBackground
{
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.popupbody
{
	/*background:#fffff url(images/blank.gif) repeat-x top;*/
	z-index: 101;
	background-color: #FFFFFF;
	font-family: calibri, trebuchet ms, myriad, tahoma, verdana;
	font-size: 12px;
}


optgroup
{
   font-weight:bold;
   font-style:normal;
}












