/*
	============
	File: registration.css
	============

	$Source: /usr/local/cvsroot/confman/www/registration.css,v $
	$Author: celso $
	$Date: 2010/08/12 17:42:08 $
	$Revision: 1.7 $
*/

.registration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.registration TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.registration TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	font-weight: bold;
	padding-right: 4px;
}

.registration .boundingbox {
	border: 2px solid #6699CC;
	width: 650px;
	padding: 10px;
	background-color: white;
	min-height: 100%;
}
.registration H1 {
	color: #6699CC;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}
.registration H2 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	text-align: center;
}
.registration .formtable TD {
	padding-top: 2px;
	padding-bottom: 2px;
}
.registration .gridtable {
	border-collapse: collapse;
	width: 100%;
}
.registration .gridtable TH {
	border-bottom: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	background: white;
}
.registration .gridtable TH.text {
	text-align: left;
}
.registration .gridtable TD {
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	background: white;
}

.registration .gridtable .clean {
	border: 0px;	
}

.registration .gridtable TH.id-number {
	min-width: 200px;	
}

.registration TABLE.section {
	border-collapse: collapse;
	width: 100%;
}
.registration TABLE.section TH.sectionhead {
	border: 2px solid #CCCCCC;
	background: #6699CC;
	color: white;
	font-weight: bold;
	text-align: center;
}
.registration TABLE.section TD.sectionbody {
	background: white;
}
.registration .label {
	color: #999999;
	font-weight: bold;
}
.registration .textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #E8EFF7;
	color: #333333;
	border-style:none;

}


.registration .initials {
	font-weight: bold;
	color: #999999;	
}

.registration .shortTextfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #E8EFF7;
	color: #333333;
	border-style:none;
}

.registration .sharedTextfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #E8EFF7;
	color: #333333;
	border-style:none;	
	padding-left: 3px;;
}

.registration .dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #E8EFF7;
	color: #333333;
	border-style:none;	
	padding-left: 3px;
}
.registration .wizardcaption {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 1.1em;
}
.registration .powered {
	text-align: center;
	font-size: 7pt;
	color: #999999;
}
.registration .powered IMG {
	border: none;
	vertical-align: middle;
}
.registration .powered A {
	color: #999999;
	text-decoration: none;
}
.registration .powered A:hover {
	text-decoration: underline;
}

.asterisk {
  color: blue;
}

