body{
	/*background: #E0E0E0 ;*/
	background: white ;
	min-width: 980px;
}
.default-text-extrasmall{
	font-family: verdana Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	text-align: justify;
	font-size: 12px;
	line-height: 1.5em;
}
.default-text-small{
	font-family: verdana Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
}
.default-text-medium{
	font-family: verdana Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-size: 16px;
	text-align: justify;
	line-height: 1.5em;
}
.default-text-large{
	font-family: verdana Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-size: 20px;
	text-align: justify;
	line-height: 1.5em;
}
.default-text-extralarge{
	font-family: verdana Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-size: 25px;
	text-align: justify;
	line-height: 1.5em;
}
.lnk-nws-panel{
	background: -webkit-repeating-linear-gradient(#3c42e8, white,  #138808); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(#3c42e8, white, #138808); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(#3c42e8, white, #138808); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(#3c42e8, #3c42e8, #3c42e8); /* Standard syntax (must be last) */
    height: 30px;
}
.vAlignCenter{
	margin-top: -3px;
}
.link-icon{
	height:3px;
	color:maroon;
}
#dasa-header{
	height: 120px;
	width: 100%;
	min-width: 980px;	
	padding-left: 14px;
	text-align: center;
}
#trHeaderHomeDasa{
	background:#e0c600;
}
#dasa-header img{
	width: 100px;
	margin-top: 10px;
}
#dasa-header h2{
	margin-left: 50px;
	margin-right: 50px;
}
#dasa-header h2 strong{
	font-size: 32px;	
	color: #0A0A2A;
	text-shadow:
		1px 1px 0 white,
		2px 2px 0 white;
}
#dasa-header h2 small{
	color:maroon;
	font-size:16px;
}
#dasa_menu{
	width: 100%;
	min-width: 980px;
}
#dasa-homeMenu{	
	padding-left: 5%;
}
#trMenuHomeDasa{
	height: 60px;
	background:#3c42e8;
}
#trMenuHomeDasa ul li{
	list-style-type: none;
	float:left;
	border-right: solid 1px white;
	padding:7px;
	height:40px;
	text-align:center;
	min-width: 80px;
}
#trMenuHomeDasa ul li a{
	color:white;
	height:40px;
	text-decoration: none;
}
#trMenuHomeDasa ul li:hover{
	background:#3c42e8;
    font-color:white;
}
#tblBodyHomeDasa{
	min-height: 400px;
}
#trBodyHomeDasa{
	min-height: 400px;
}
#dasa-homeLinksPanel, #homeContactPanel, #dasa-homeNewsPanel{
	min-width: 190px;
}
#dasa-homeWelcomePanel{
	min-width: 250px;
}
#dasa-footer{
	background: gray;
	min-height: 50px;
	width: 100%;
	min-width: 980px;
	font-family: verdana;
	font-size: 11px;
}
#hrTopHome{
	margin-bottom: -8px;
	height: 15px;
	background:gray;
	margin-top: -1px;
}
.homeEnterBox{
	border: solid 2px maroon;
	vertical-align: center;
	padding-top: 5px;
	background:#3c42e8;
	border-radius: 10px;
	color:white;
}
.login-registration-block{
	background:white;
	min-height: 450px;
	border-radius: 5px;
	width:95%;
	padding:3%;
}
.detailsForm-block{
	background:#F8F8F8;
	min-height: 400px;
	border-radius: 5px;
	width:95%;
	min-width:90%;
}
.heading-forms{
	height: 70px;
}
.heading-form-title{
	text-align:center;
	width:100%;
	margin-left:auto;margin-right:auto;
	font-size: 20px;
}
.heading-form-IPappID{
	text-align:center;
	width:100%;
	margin-left:auto;margin-right:auto;
	font-size: 10px;
	color:green;
}
.panelSteps{
	min-height: 400px;
	width:30%;
	min-width:30%;
}
.container-user-login-form, .container-user-sign-up-form, .container-requestNewPassUG-form{
	border:solid 1px gray;
	border-radius: 10px;
	background: #ec971f;
	color:white;
	min-width: 55%;
	width: 55%;
	padding-left: 8%;
}
.myform-errors{
	color:red;
	font-size: 12px;
}
.panels-allForms{
	width: 95%;
	min-width: 95%;
	min-height: 400px;
}
.dasaFormSteps{
	color: white;
	background: lightblue;
	font-size: 14px;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius:50%;
}
.dasaFormSteps-active{
	color: white;
	background: dodgerblue;
	font-size: 16px;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius:50%;
}
.step10-msg-block{
	background: #dff0d8;
	width:100%;
	min-height:200px;
	border-radius:20px;
	margin-top:30px;
	padding:15px;
	color:maroon;
}
.dasa-docs-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
} 
.dasa-docs-zoom2 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
} 
.dasa-docs-transition {
    -webkit-transform: scale(4); 
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    z-index:11; 
    position:absolute;
}
.dasa-docs-transition2 {
    -webkit-transform: scale(8); 
    -moz-transform: scale(8);
    -o-transform: scale(8);
    transform: scale(8);
    z-index:11; 
    position:absolute;
}
.waiting_ajax_load{
	display: none;
	color: #FFFFFF;
    width:100%; 
    height:2000px; 
    z-index:11; 
    position:absolute;
    top:0px;
    left:0px;
    text-align:center;
    font-family:"Times New Roman",Georgia,Serif;
}
#checkEligibilityPanelUG, #withdrawalInstructionPanelUG, #passwordResetPanelUG, #checkEligibilityPanelPG, #withdrawalInstructionPanelPG, #passwordResetPanelPG{
	display: none;
	color: #FFFFFF;
    width:100%; 
    height:2000px; 
    z-index:11; 
    position:absolute;
    top:0px;
    left:0px;
    text-align:center;
    font-family:"Times New Roman",Georgia,Serif;
}
.scrollit{
	height: 500px;
	overflow: scroll;
}

.user-login-form, .user-sign-up-form{
	background:white;
	min-height: 400px;
	border-radius: 5px;
	width:95%;
	padding:3%;
}
.tblResultShow{
	border:solid 1px green;width:98%;' 
}
.tblResultShow .alert{
	text-align: justify;
	margin-left:auto;margin-right:auto;
}
.tblResultShow table{
	text-align: justify;
	margin-left:auto;margin-right:auto;
}
.tblResultShow .panel{
	margin-left:auto;margin-right:auto;
}
.tblResultShow tr td h4{
	margin-top:-18px;
}

#tblAdmMenus{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom:10px;
}
#tblAdmMenus a{
	text-decoration: none;
}
.admMenus{
	cursor:pointer;
	width:110px;
	height:110px;
	border:solid 1px gray;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	margin:10px;
	border-radius: 4px;
	font-size: 12px;
}
.disabled {
   pointer-events: none;
   cursor: none;
}