@charset "UTF-8";

@font-face {
    font-family: 'Myriad';
    src: url('fonts/MyriadProBlack.eot');
    src: url('fonts/MyriadProBlack.eot') format('embedded-opentype'),
         url('fonts/MyriadProBlack.woff2') format('woff2'),
         url('fonts/MyriadProBlack.woff') format('woff'),
         url('fonts/MyriadProBlack.ttf') format('truetype'),
         url('fonts/MyriadProBlack.svg#MyriadProBlack') format('svg');
		 font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('fonts/myriadproregular.eot');
    src: url('fonts/myriadproregular.eot') format('embedded-opentype'),
         url('fonts/myriadproregular.woff2') format('woff2'),
         url('fonts/myriadproregular.woff') format('woff'),
         url('fonts/myriadproregular.ttf') format('truetype'),
         url('fonts/myriadproregular.svg#MyriadProRegular') format('svg');
		 font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('fonts/MyriadProLight.eot');
    src: url('fonts/MyriadProLight.eot') format('embedded-opentype'),
         url('fonts/MyriadProLight.woff2') format('woff2'),
         url('fonts/MyriadProLight.woff') format('woff'),
         url('fonts/MyriadProLight.ttf') format('truetype'),
         url('fonts/MyriadProLight.svg#MyriadProLight') format('svg');
		  font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadCn';
    src: url('fonts/MyriadProBoldSemiCn.eot');
    src: url('fonts/MyriadProBoldSemiCn.eot') format('embedded-opentype'),
         url('fonts/MyriadProBoldSemiCn.woff2') format('woff2'),
         url('fonts/MyriadProBoldSemiCn.woff') format('woff'),
         url('fonts/MyriadProBoldSemiCn.ttf') format('truetype'),
         url('fonts/MyriadProBoldSemiCn.svg#MyriadProBoldSemiCn') format('svg');
		 font-weight: 500;
    font-style: normal;
	
}
#bg1 { position: fixed; top: 0; left: 0; }
	
	
		#background1 { position: fixed; top: 0; left: 0; }
	
		.bgwidth { width: 100%; }
		.bgheight { height: 100%; }
		
	.black {
	background: #000;}
	
.orange {background: #ff9933}
.blue-grey {background: #526073}
.light-blue {background: #E0E9F5}


div.header {padding-top:40px;
text-align:center;
position: relative;
	
	margin: 0 auto;
}
div.header img {width:500px;
}

div.menu-main {position: relative;
border-top:1px solid white;
background-image:url(images/bg_menu_login.png);

}

td.menu-main {color: #fff;	
font-family:Myriad;
font-size: 18px; 
font-style: normal; 
font-weight:  300;

padding-top:7px;
padding-bottom:4px;}

td.menu-main div {display:inline; 
padding: 0 20px 0 5px;}

div.menu-profile {padding:0;}



div.loginpage_main {width:800px;
margin:0 auto;
	
	
	
}
/*-----LOGIN PAGE------*/
body {
	background: #526073;
	margin:0;
	padding:0;
-webkit-font-smoothing: antialiased;}
div.loginpage_logo {width:500px;
	position: relative;
	text-align: center;
	
}
div.loginpage_logo img {
	width:400px;
}
div.loginpage_form {
	position: relative;
	width:400px;
	margin: 0 auto;
	text-align: center;
	
	
	margin-top:30px;
	/*border:1px dashed #393939;
	background:#5fc3f7;*/
}
div.loginpage_main label {
	display: block;
	margin-bottom: 6px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
div.loginpage_main input {
	display: block;
	width: 85%;
	background: #fff;
	text-decoration: none;
	color: #989796;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	padding: 10px 8px;
	
	margin:0 auto;
	margin-bottom: 25px;
	
	border: 0px;
	text-align: center;
}
.loginpage_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	color: #526073;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	padding: 8px 8px;
	
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.master-2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.master-2);
	box-shadow: 0 1px 2px rgba(0,0,0,.master-2);*/
	margin-top: 0px;
}
.loginpage_button:hover {display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	color: #526073;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	padding: 8px 8px;
	background: #c6d9f2;
	
}
.lightblue {
	background: #3c9ed1;}
	
	.black {
	background: #000;
}
.middleblue {
	background: #1e6f9a;
}
img.loginpage-buttonarrowhead {
	margin: 1px 0px 0px 5px;
	border: 0;
	display: inline-block;
}

p.basic-text {text-align: center;
	color: #e9dcc8;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height:20px;
	margin:0px 0px 25px 0px;}
/*-----END OF LOGIN PAGE------*//* CSS Document */

	
	








