/*   
MemuLevel1 sets the information about the table in mnulevel1.asp.
We set the font-information for the td's of the table
We set the margins for the table
*/
.Login {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
	width: 110px;
	/*background-color: #E2E2E0;
	height: 106px;*/
	text-align: right;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

}

.LoginText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color:#ffffff;
	/*background-color: #E2E2E0;
	background-color: #46A1BE;*/
	text-decoration:none;
	padding: 2px 0px 2px 0px;
}

.LoginText a { 
	font-size:11px;
	color:#ffffff;
	/*background-color: #E2E2E0;
	text-decoration:none;
}

.LoginText a:hover { 
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
	/*background-image: url(../images/template/bullet_orange_on.gif);
	background-color: #E2E2E0;*/
}

.Loginbox {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#F48B00;
	text-decoration:none;
	background-color: #EDEFF4;
	padding: 1px;
	border: 1px solid #ffffff;
	height: 18px;
	width: 100px;
}

.Secure {
	font-family: Tahoma;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	color:#564E4E;
	text-decoration:none;
	text-align: right;
	/*vertical-align: middle;*/
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.SecureText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	/*width: 300px;*/
	background-image: url(../images/template/secureback.png);
	color:#FFBF00;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
}

.SecureText a { 
	font-size:12px;
	color:#FFBF00; 
	/*background-image: url(../images/template/bullet_blue.gif);*/
	text-decoration:none;
}

.SecureText a:hover { 
	font-size:12px;
	color:#FFBF00; 
	text-decoration:underline;
	/*background-image: url(../images/template/bullet_blue_on.gif);*/
}


.register {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	text-align:right;
	vertical-align: middle;
	background-color: #ffffff;
	padding: 10px 2px 10px 2px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.Registerbox {
	font-size:11px;
	color:#FF7900;
	text-decoration:none;
	background-color: #ffffff;
	padding: 1px;
	border: 1px solid #006699;
	height: 20px;
	width: 130px;
}
.Registerbutton {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	background-color: #46A1BE;
	padding: 1px;
	border: 1px solid #E51111;
	height: 20px;
}



