#out1
	{
	margin: 0px auto;
	width: 0px;
	height: 0px;

	}
.fieldset {
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border : 1px solid #cfcfcf;
	width : 300px;
	background-color: #ffffff;
	color : #000000;
}


.legend {
	margin-top: -10px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color : #606060;
	border-bottom : 1px dashed #cfcfcf;

}


.fieldset100 {
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border : 1px solid #cfcfcf;
	width : 100%;
	background-color: #ffffff;
	color : #000000;

}

.fieldset100 A:link  {
         font-family: tahoma;
         color: #ee0000;
          }

.fieldset100 A:visited  {
         font-family: tahoma;
         color: #0000ee;
          }


label{
        /*
	width : 120px;
	text-align : right;
	display:block;
	float:left;
*/
}

input[type=text], input[type=password]{
	width : 150px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #909090;

}

input[type=text]:focus, input[type=password]:focus{
	width : 150px;
	background : #efefef;
	color : #000000;
	border: 1px solid #909090;


}

form {
	padding: 0px;
	margin: 0px;
}

.inputbutton {
	padding-left: 5px;
	padding-right: 5px;
}

.bubblehelp {
	display: none;
	z-index: 899;
	font-size: 16px;	
	font-family: Arial;
}


#absoltetag_id {
 	background-color: #ffffff;
 	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	padding: 10px;
	display: none;

}

.link {
 	cursor: pointer;
 	text-decoration: underline;
}

.tablebody {
 	background-color: #606060;
 	color: #ffffff;
 	font-weight: bold;
}
.tabletr1 {
 	background-color: #ffffff;
}

.tabletrbodylower {
 	background-color: #dfdfdf;
}

.admintitle {
 	font-size: 16px;
 	color: #606060;
 	font-weight: bold;
	text-align: center;
}

.adminalert {
 	padding: 3px;
 	background-color: #ff0000;
 	border-top-width: 3px;
 	border-top-color: #ff0000;
 	border-top-style: double;

 	border-bottom-width: 3px;
 	border-bottom-color: #ff0000;
 	border-bottom-style: double;
 	color: #ffffff;
 	width: 100%;
}



.admintrbgwhite {
 	background-color: #ffffff;	
	}

.alertconfirmclass {
	background-image: url(../img/conalbg.jpg);
	position: absolute;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	z-index: 999;
	border-width: 5px;
	border-color: #ffffff;
	border-style: solid;
	}

.alertconfirmclass a:link {color: #ffffff; text-decoration: underline;}
.alertconfirmclass a:visited {color: #ffffff; text-decoration: underline;}
.alertconfirmclass a:active {color: #efefef; text-decoration: none;}
.alertconfirmclass a:hover {color: #efefef; text-decoration: none;}



.superadmbtn {
 	background-color: #505050;
 	color: #ffffff;
}

.contentalert {
	width: 100%;
	padding: 10px;
	border-width: 1px;
	border-color: #606060;
	border-style: solid;
	background-color: #efefef;
	font-style: italic;
	clear: both;

	
}
#seged_iframe{
	position:absolute;
}


#felsomenu
{
width: 0px !important;
}

#M001_004_login_error {
	color: red;
}

#netid_loader_container {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #ffffff url('../img/ajax_loader.gif') no-repeat center center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 400;
}

#netid_backtoptop_btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-radius: 5px;
	background-color: black;
	cursor: pointer;
	z-index: 150;
}

#netid_backtoptop_btn:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: white;
}

#netid_backtoptop_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}