body {	
	margin:0px;
	padding:0px;
	height:100%; 
	background: #FFFFFF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E2E2E;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color : #4C4C4C;
 	background: #F0F1F1;
	border: 1px solid #3E3F3F;
}  

input.image {
	border: 0;
}  

a {
	color: #00791F;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #780000;
}

a:active {
	text-decoration: none;
	color: #780000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

hr { border:0px; border-top:1px dotted #939189; height:0px; }
hr.solidHR { border:0px; border-top:1px solid #939189; height:0px; }
hr.solidTitleHR { border:0px; border-top:1px solid #707070; height:0px; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#hold {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mainCGCC {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: url('images/CGCC_logo.jpg') no-repeat 15px 5px;
}

#mainCMA {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: url('images/CMA_logo.jpg') no-repeat 15px 5px;
}

#mainFHKI {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: url('images/FHKI_logo.jpg') no-repeat 15px 20px;
}

#mainHKGCC {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: url('images/HKGCC_logo.jpg') no-repeat 15px 10px;
}

#mainICC {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: url('images/ICC_logo.jpg') no-repeat 15px 5px;
}

#secLogo      { 	 
	width: 980px;
	height:80px; 
	margin: 5px 10px 0 0;
	padding: 0;
}

#memRegTile{	
	width: 990px;
	height:30px; 
	background: #C1E0C8 url('images/assocAccRegTitle.jpg') no-repeat 12px 4px;
	border-top: 1px solid #00791F;
	border-bottom: 1px solid #00791F;
	margin: 0;
	padding: 0;
}

#sectAccInfoTitle {
	height:30px; 
	background: #C1E0C8 url('images/assocAccInfoTitle.jpg') no-repeat 5px 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#sectCompInfoTitle {
	height:30px; 
	background: #C1E0C8 url('images/assocCompInfoTitle.jpg') no-repeat 5px 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#sectContactInfoTitle {
	height:30px; 
	background: #C1E0C8 url('images/assocContactInfoTitle.jpg') no-repeat 5px 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#sectSecurityTermsTitle {
	height:30px; 
	background: #C1E0C8 url('images/assocSecurityTermsTitle.jpg') no-repeat 5px 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#content {
	width: 980px;
	margin: 0 10px 0 10px;
	padding: 0;
}

#langNavbar {
	position: absolute;
	top: 60px;
	left: 920px;
}

/***********************************************/
/* class style			                       */
/***********************************************/

.error {color: #E90000; font-weight: bold}

.mandatory {color: #0083DE; font-weight: bold}

.marginTxt {margin: 3px 0 3px 0;}

.smallTxt {font-size: 9px; margin-left: 15px}

.frm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.frm li {
	padding: 0 0 4px 7px;
}

.frm label {
	float:left;
	width: 170px;
	font-weight:bold;
	margin: 0;
}

.frm table {
	width: 100%;
	border-collapse:collapse;
}

.frm td {
	padding: 5px 5px 0 5px;
	vertical-align: top;
}

label.checkBoxTitle {
	float:none;
	width: 20px;
	font-weight: normal;
	text-align:left;
}

li.sectionTitle {
	font-size:14px;
	font-weight:bold;
	background: #C1E0C8;
	color:#00791F;
	margin-bottom: 10px;
	padding: 7px;
}

input.groovybutton
{
   font-size:11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight:bold;
   color:#00791F;
   background-color:#EBFBFE;
   border-style:solid;
   border-color:#00791F;
   border-width:1px;
}

input.groovybuttonOn
{
   font-size:11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight:bold;
   color:#780000;
   background-color:#EBFBFE;
   border-style:solid;
   border-color:#780000;
   border-width:1px;
}

input.radioClass
{
 	background: none;
	border: none;
}
