@charset "utf-8";
/* MENU BAR*/
#menubar {
	width: 60%;
	height: 32px;
	background-color: #FFF;
}
a:link, a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	color: #6666CC;
	text-decoration: none;
}
#menu ul {
	height: auto;
	padding: 5px 0px;
	margin: 0px;
	/*background-color: #FC0;*/
	background: url(../../../images/menu1.jpg) repeat-x;
}
#menu li {
	display: inline;
	padding: 2px;/*background-color:#036; */
	
	/*float:right;*/
}
#menu a {
	text-decoration: none;
	color: #003366;
	padding: 8px 8px 8px 8px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal; 
	text-align: center;
}
#menu a:hover {
	text-decoration: none;
	color: #0091D7;
	background: url(../../../images/grad2.png) repeat-x;	/*background-color:#FC0;*/
}

.menubar{
	width:60%; 
	height:32px;
	background-image: url(../../../images/scrap_layout/footer.jpg);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	
.menubg{
	width:100%;
	height:32px;
	background-color:#036;
	}
	
	.regisPanel{
	display:block;
	width:80%;
	height:auto;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
	}
	
.registerBtn{
	display:block;
	width:140px;
	height:30px;
	/*background: black url(../images/glossyback.gif) repeat-x bottom left;*/
	background-color:#EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	padding-top:10px;
	
	}
	.registerBtn:hover{
	display:block;
	width:140px;
	height:30px;
	background-color:#EEEEEE;
	/*background-image: url(../images/glossyback2.gif);*/
	
	}
.box1a{
	
	display:block;
	width:140px;
	height:auto;
	/*background-color:#FC0;*/
	padding:5px;
	margin-left:10px;
}
.welTxt{
	width:100%;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight: normal;
	color:#036;
	text-align:center;
	padding-top:10px;
	}
	.welTxt2 {
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: Bold;
	color: #036;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EFDC8F;
}/* CSS Document */

/*29-12-2014*/

.regisPanel2{
	display:block;
	width:100%;
	height:auto;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
	}
	
.regisPanel3{
	display:block;
	width:100%;
	height:auto;
	background-color:#F8F8F8;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
	}
	
.box2a{
	
	display:block;
	width:300px;
	height:auto;
	/*background-color:#FC0;*/
	padding:5px;
	margin-left:10px;
}

.registerBtn2{
	display:block;
	width:300px;
	height:30px;
	/*background: black url(../images/glossyback.gif) repeat-x bottom left;*/
	background-color:#EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	padding-top:10px;
	
	}
.registerBtn2:hover{
	display:block;
	width:300px;
	height:30px;
	background-color:#EEEEEE;
	/*background-image: url(../images/glossyback2.gif);*/
	
	}	
	

/*30-12-2014*/

table.gridtable {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #E9E9E9;
	border-collapse: collapse;
	margin-top: 25px;
}
table.gridtable tr {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #E9E9E9;
	background-color: #FFFFFF;
}
table.gridtable td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #E9E9E9;
	color: #003366;/*background-color: #ffffff;*/
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	padding: .5em ;
	color: #FFF;
	background-color: #EEEEEE;
	margin-left: 5px;
}
.button:hover {
	color: #036;
	text-decoration: none;
	background-color: #FC0;
	text-decoration: underline;
}
.button:active {
	color: #FFF;
	position: relative;
	text-decoration: none;
}
.button:link {
	color: #036;
	width:95%;
	position: relative;
	text-decoration: none;
}

.mailbTxt{
	
	display:block;
	width:100%;
	height:350px;
	overflow:scroll;
	}

