html {
	height: 100.2%;
}
body,	html {
	margin:0;
	padding:0;
	background:#f0f0f0;
	font-family: verdana,helvetica,"luxi sans",sans-serif;
}
#wrapper {
	background:#ffffff;
	margin:0 auto;
	width:880px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#header {
	text-align:center;
	padding-top:8px;
	background-image:url(logo152x90.png);
	background-repeat:no-repeat;
	height:92px;
	line-height:92px;
	border-bottom: 1px solid rgb(209,80,0);
}
#header h1 {
	font-size:18px;
	color:#33356b;
	margin:2px;
}
#userbar {
	border-bottom: 1px solid rgb(209,80,0);
	text-align:center;
	height:20px;
	line-height:20px;
	background:#f0f0f0;
	font-size:11px;
	color:#333;
}
#userbar a {
	color:#333;
}
#userbar a:hover {
	color:#c00;
}
#content {
	padding:0;
	text-align:left;
	color: rgb(57,57,107);
	font-size:12px;
}
#content h3 {
	font-size:14px;
/*	color:#eee;*/
}
#content a {
	font-size:11px;
	color:#333;
}
#content p {
	font-size:11px;
	color:#333;
	padding:0 10px 0 10px;
}
#content a:hover {
	color:#c00;
}
#content ul {
	text-align:left;
	padding-bottom:16px;
}
#content li {
/*	list-style-type:none;*/
/*	display:inline;*/
}
#content table {
	border-collapse:collapse;
	border:1px solid #ccc;
}
#content th {
	font-size:12px;
	border:1px solid #ccc;
}
#content td {
	font-size:11px;
	border:1px solid #ccc;
}
#footer {
	background:#33356b;
	color:#ccc;
	font-size:10px;
}

.cb {
	clear:both;
}
.err {
	font-weight:bold;
	color:#c00;
}



#frmcontainer {
	margin:0 auto;
	width:800px;
	font-size:12px;
}
#frmcontainer p {
	font-size:12px;
}
.frmhead {
	background-image:url(frmheaderbg.png);
	text-align:left;
}
.frmhead h3 {
	font-size:16px;
	color:#33356b;
	padding:4px;
	text-align:left;
}
.frmbody {
	clear:both;
	font-size:12px;
}
.frmitem {
	border-bottom:1px solid #666;
	padding:4px 0 8px 0;
	clear:both;
	overflow:auto;
	font-size:12px;
}
.frmitem a {
	font-size:12px;
}
.frmleftcol {
	width:200px;
	float:left;
	text-align:left;
}
.frmrightcol {
	width:575px;
	float:right;
	text-align:left;
}
#frmcontainer label {
	font-weight: bold;
	font-size:14px;
	color:#33356b;
}





.topic_title {
	background:#33356b;/*#e7a601;/*#d38102;*/
	background-repeat:no-repeat;
	height:24px;
	line-height:24px;
	text-align:left;
	padding-left:8px;
}
.topic_title h3 {
	margin:0;
	font-size:14px;
	color:#eee;
}

/* highlight the select input */
input[type=text]:hover {  
background-color:#ffe4b5;
}
input[type=select]:hover {  
background-color:#ffe4b5; /*#ecf2e6;*/
}

.frm_wrap {
	width:880px;
	background:#fff;
	font-size:12px;
	padding-bottom:20px;
}
.frm_wrap a {
	font-size:12px;
}
.frm_wrap a:hover {
	color:rgb(209,80,0);

}
.descr {
	text-align:left;
	font-style:italic;
	padding: 8px 0 8px 8px;
}
.tables {
	text-align:left;
	padding: 8px 0 8px 50px;
}
.item {
	overflow:auto;
	width:100%;
	border-top:1px solid #ccd;
	clear:both;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:4px;
}
.titles {  /* left column */
	width:200px;
	float:left;
	text-align:right;
	font-weight:bold;
}
.inner_wrap { /* this is a wrapper for the center and right columns */
	width:672px;
	float:right;
}
.inputs { /* center column */
	width:200px;
	float:left;
}
.exs {  /* right column (explanations) */
	width:472px;
	float:right;
}
.wrap2col {
	padding:8px 20px 8px 20px;
}
.left2col {
	width:170px;
	float:left;
	text-align:right;
	font-weight:bold;
}
.right2col {
	width:650px;
	float:right;
	text-align:left;
}
.centerp {
	text-align:center;
	border-bottom:1px solid #646875;
	padding:10px 0 20px 0;
}
.required {
	color:#d15000;
	font-weight:bold;
}

