BODY {
	margin: 0px;

	color:#333333;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	
	width: auto;
}




/* ************** */
/* NEW MGD STYLES */
/* ************** */

		.MGD_STYLES_ {}


		div {
			box-sizing:border-box;
			-moz-box-sizing:border-box; /* Firefox */
				border: 0px solid #444;

		}
	
		.shell {
			position:relative;
			top:0px;
			margin:0px auto;
			width:1024px;
			height:auto;
		}

		.basic
		{
			background-image: url(/img/dot_000_20.png);
			background-repeat: repeat;
			border: 1px solid #333;
			margin: 10px;
			color:#3399cc;
			width:auto;

		}
		
		
		.main {
			background-image: url(/img/dot_000_20.png);
			background-repeat: repeat;
			border: 1px solid #444;
			
			position:relative;
			width:975px;
			height:480px;

			margin:10px auto;

		}
		
		.header {
			position:absolute;
			left:670px;
			top:80px;
			width:340px;
			height:75px;
			float:right;
			border: 1px solid #444;

		}
		
		.nav {
			width:120px;
			height:500px;
			margin:20px 0px 0px 20px;
			border: 1px solid #444;
			float:left;
		}
		
		.button {
			padding:5px 5px 5px 10px;
			width:100px;
			height:44px;
		}
		
		.button:hover {
			background-image: url(/img/dot_000_60.png);
			border: 1px solid #777;
		}
		
		.active {
			background-image: url(/img/dot_000_75.png);
			border: 1px solid #999;
			color:#69bfe2;
		}
		
		.disabled {
			color:#333;
		}
		
		.disabled:hover {
			background-image: url(/img/dot_000_25.png);
			border: 1px solid #444;
		}

		.nodisplay {
			display:none;
		}
		
		.login {
			font-size: 13px;
			float:right;
			width:auto;
			height:auto;
			border: 1px solid #999;
			padding:20px;
			position:relative;
			left:-220px;
		}
		
		.failed {
			top:90px;
		}
		
		.new {
			top:120px;
		}
		
		input {
			border: 1px solid #555;
			font-size: 12px;
			background: #302e33;
			color: #666;
			font-weight:normal;
			width: 320px;
			margin-bottom:10px;
			padding-top: 8px;
			padding-bottom: 8px;
			padding-left: 4px;
			-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
		}    

		.submitButton {
			border: 1px solid #555;
			background: #302e33;
			color: #666;
			font-size: 12px;
			font-weight:normal;
			width: 100px;
			padding:2px;
			padding-bottom:6px;
			-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
			float:right;
		}
		
		.submitButton_disabled {
			background-image: url(/img/dot_000_20.png);
			background-repeat: repeat;
			border: 1px solid #333;
			margin: 10px;
			color:#333;

		}
		
		.footer {
			color:#555;
			padding:20px 5px 0px 10px;
			margin-right:20px;
			width:800px;
			height:55px;
			float:right;
			position:relative;
			top:-65px;
			border: 1px solid #444;
		}
		
	

