/* This stylesheet contains all commonly used classes like form fields*/
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 120%;
	}
h2 {
	font-size: 110%;
	}
h3 {
	font-size: 100%;
	}	
h4 {
	font-weight: bold;
	padding-bottom: 15px;
	}
	
.subheading {
	font-size:14px;
	font-weight:bold;
	color:#0079c1;
}

.Custom_Bold, .bold {
	font-weight: bold;
	padding-top: 10px;
	}
.Custom_Italic {
	font-style: italic;
	}
sup{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}
/*****************************************************************************/
/* Form Elements                            */
/*****************************************************************************/	
	
form { 
	margin: 2px;
	padding: 0;
	}
input, select, textarea {
	margin: 5px 0;
	margin-bottom: 2px;
	}
.disabledBtn {	/*For the disabled button*/
	padding: 0 4px 0 4px;
	} 
.formBtn {
	padding: 0 4px 0 4px;
	}
.date {
	width: 68px;
	}	
.selSmall {
	width: 46px;
	margin: 5px 0;	
	}	
.selMedSmall {
	width: 118px;
	margin: 5px 0;	
	}	
.selMedium {
	width: 185px;
	margin: 5px 0;		
	}	
.selLarge {
	width: 263px;
	margin: 5px 0;	
	}
select.selNoBorder {
	border: 1px solid #69c;
	padding: 0;
	margin: 0;
	}
select.selNoBorder option {
	width: auto;
	}	
.txtSmall {
	width: 46px;
	}	
.txtMedium {
	width: 180px;
	}	
.txtLarge {
	width: 260px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	}	
.txtLogin {
	width: 62px;
	}	
.txtAreaLarge {
	width: 280px;
	}	
.txtAreaMedium {
	width: 190px;
	}	
.txtAreaSmall {
	width: 100px;
	}
li{
	line-height: 14px;
	margin: 4px 0;	
	}
/***************Start Common classes *****************/
#centerAlign{
	text-align: center;
}
/***************End Common classes *****************/	
#fn, #ln, #comp, #eml, #pro{
	display: none;
	}
