body {
	font-size: 80%;
	font-family: Verdana;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
}

td {
	vertical-align: top;
}

table.main {
	font: 12px Verdana;
	width: 100%;
	border: 0px;
}


table.box {
	font: 11px Verdana;
	border: 1px solid black;
	background-color: #efefef;
}

table.regengine {
	font: 12px Verdana;
	width: 780px;
	height: 100%;
	border: 0px;
	border-collapse: collapse;
	margin: 0 auto;
}

/* popup */
body.popup {
	font-family: Verdana;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	background-color: #DDDDDD;
}

table.popup {
	font: 11px Verdana;
	color: #993366;
	width: 100%;
	border: 0px;
}

td.popup_field {
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	background-color: #993366;
}
td.popup_label {
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #993366;
	padding: 3 px;
}
/* regengine */
table.description {
	font: 11px Verdana;
	color: #993366;
	width: 100%;
	border: 0px;
}

td.description_header {
	padding-left: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #993366;
}

table.side_panel {
	font: 11px Arial;
	width: 100%;
	border: 0px;
}

td.side_panel_header {
	padding-left: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3366CC;
}

/* misc */
.bold_l {
	font-weight: bold;
	text-align: left;
}

.bold_c {
	font-weight: bold;
	text-align: center;
}

.bold_r {
	font-weight: bold;
	text-align: right;
}

.field {
	font-style: italic;
	text-align: right;
}

/* content */
table.content {
	font: 12px Verdana;
	/*width:100%;*/
	border: 0px;
	/*background-color:#FFFFFF;*/
}

table.content td {
	padding: 3px;
}

tr.content_header {
	background-color: #142751;
	font-weight: bold;
	color: #FFDB00;
}



tr.content_header_light {
	background-color: #DEDDDD;
	font-weight: bold;
}

tr.content_light {
	background-color: #EFEFEF;
}

/* misc and form elements */
.button {
	font-weight: 600;
	font-size: 10pt;
	font-family: Verdana;
	height: 25px
}

.button_small {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	height: 22px
}

.note_small {
	font: 12px Verdana;
	/*font-weight: bold;*/
	/*background-color: #CCCCCC; */
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	/*border: 1px dashed #aaaaaa;*/
}

.big {
	font-size: 18px;
	font-weight: normal;
}

table.content_list {
	font: 10px Verdana;
	width: 100%;
	border: 0px;
}

.small {
	font-size: 9px;
	font-weight: normal;
}

.alert {
	color: red;
}

.text {
	font-size: 8pt;
	max-width:350px;
}

.textbox {
	font-size: 8pt;
	font-family: Verdana;
	width: 95%;
}

/* special hover effect */
a.click { /*color: #000000;*/
	text-decoration: none;
}

a.click:hover {
	font-weight: bold;
	color: #0066FF;
}

a.link {
	display: block;
	color: #111111;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding: 4px;
	text-align: center;
	width: 100%;
}

a.link:hover {
	display: block;
	text-decoration: none;
	background-color: #DEDEDE;
	color: #000000;
	border: 1px solid #666666;
}

tr.subcontent_header td {
	font: 12px Verdana;
	font-weight: bold;
	border-top: 1px solid #142751;
	border-bottom: 1px solid #142751;
	background: #FFC;
}

td.uploaded_text {
	font: 9px Verdana;
	color: green;
	text-align: right;
	vertical-align: top;
}

td.underline {
	border: 1px solid #142751;
}

td.outerborder {
	border: 1px solid #142751;
	background: #FAFAFA;
	padding-left: 50px;
}

td a.link { width:auto; }
body{
font-family:�Lucida Grande�, �Lucida Sans Unicode�, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}	

/* ���� My Form ���� */
.myform {
	margin: 0 auto;
	width: 600px;
	padding: 14px;
}

/* ���� stylized ���� */
#stylized {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 200px;
	float: left;
}

#stylized label.right {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 100px;
	float: left;
}

#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 200px;
}

#stylized .smallright{
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 100px;
}

#stylized input {
	float: left;
	font-size: 12px;
	padding: 2px 1px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylized input.checkbox {
	float: none;
	font-size: 12px;
	padding: 2px 1px;
	border: none;
	margin: 0;
}

#stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylized select {
	float: left;
	font-size: 12px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
}

#stylized  input.submit {
	clear: both;
	margin-left: 150px;
	width: 225px;
	height: 31px;
	background: #666666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/*questionaire styles*/

div.content_header {
	overflow:auto;
	padding:3px;
	background-color: #142751;
	font-weight: bold;
	color: #FFDB00;
	width:99%;

}
	div.content_header a
	{
		color:#FFFFFF;
	}

div.main {
	padding:1px;
	font: 12px Verdana;

	
}

div.field_row {
	float:left;
	width:185px;
	padding:2px;
	
}

div.question_row
{
	float:left;
	width:378px;
	padding-top:2px;
	padding-bottom:2px;
}

div.normal_row
{
	overflow:auto;
	padding:1px;
	display:inline-block;
}

div.recur_button
{
	width:569px;
	overflow:auto;
	font-weight:bold;
	font-size: 12px; 
	text-align:center;
	padding: 2px 1px;
	background-color: #999999;
	border-top:#142751;
	color: #990000;
	cursor:pointer;
	border:1px solid #000000;
}

div.question_group
{
	border:1px solid #142751;
	margin-bottom:5px;
	background-color: #DADADA;
	padding:3px;
	height:auto;
}

div.spacer_col
{
	width:15px;
	float:left;
}

div.middle_col
{
	width:535px;
	text-align:center;
	float:left;
}

/*new template*/

div#container
{
	width:790px;
	overflow:auto;	
	margin:0 auto;
}

div#banner
{
	width:100%;
	height:auto;
	overflow:hidden;
}

div#left_col
{
	width:195px;
	float:left;
}

div#right_col
{
	width:583px;
	float:right;
	border:1px solid #eeeeee;
	min-height:300px;
}

div#one_col
{
	width:778px;
	float:left;
	border:1px solid #eeeeee;
}

div#footer
{
	width:100%;
	height:auto;
	overflow:hidden;
	color:#ffffff;
}
