/* This stylesheet contains all commonly used classes like form fields*/

body {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	} 	
h1, h2, h3 {
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 120%;
	}
h2 {
	font-size: 110%;
	}
h3 {
	font-size: 100%;
	}	
.Custom_Bold, .bold {
	font-weight: bold;
	}
.Custom_Italic {
	font-style: italic;
	}

/*****************************************************************************/
/* Form Elements                            */
/*****************************************************************************/	
	
form { 
	margin: 2px;
	padding: 0;
	}
input, select, textarea {
	margin: 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: 155px;
	margin: 5px 0;		
	}	
.selLarge {
	width: 283px;
	margin: 5px 0;	
	}
select.selNoBorder {
	border: 1px solid #69c;
	padding: 0;
	margin: 0;
	}
select.selNoBorder option {
	width: auto;
	}	
.txtSmall {
	width: 46px;
	}	
.txtMedium {
	width: 151px;
	}	
.txtLarge {
	width: 260px;
	}	
.txtLogin {
	width: 62px;
	}	
.txtAreaLarge {
	width: 280px;
	}	
.txtAreaMedium {
	width: 190px;
	}	
.txtAreaSmall {
	width: 100px;
	}
/***************Start Common classes *****************/
#centerAlign{
	text-align: center;
}
/***************End Common classes *****************/	


