@charset "utf-8";

/* Main */
body {
	background-color: #dadada;
	background-image: url("../images/page-bg.png");
	margin: 0;
	padding:0;
	background-color: #000;
	font-family: Arial, sans-serif;
}
table { border:0;}

a, a:visited { color: #d0d0d0; text-decoration:none;}
a:hover { color: #fff; text-decoration: underline;}

	/* Menu */
	#menu {
		font-family: Arial, sans-serif;
		font-size: 12px;
		background-color: #303030;
		width: 900px;
		height: 40px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		margin: 5px auto 0;
		padding: 0 20px;
		display: block;
		line-height: 1;
	}
	#menu h1, #menu ul, #menu p {
		margin: 0;
		padding: 0;
		border: 0;
	}
	#menu h1 {
		font-weight: normal;
	}
	#menu ul {
		list-style: none;
	}
	#menu a {
		text-decoration: none;
		color: #d0d0d0;
	}
	#menu .menu-label {
		font-weight: bold;
		text-transform: uppercase;
	}
	
		/* Top buttons */
		#menu .menu-top > li {
			float: left;
			position: relative;
			text-align: center;
			-webkit-transition: background-color 0.2s;
			-moz-transition: background-color 0.2s;
			-ms-transition: background-color 0.2s;
			-o-transition: background-color 0.2s;
			transition: background-color 0.2s;
		}
		#menu .menu-top > li:hover {
			background-color: #4a4a4a;
			-webkit-transition: background-color 0.2s;
			-moz-transition: background-color 0.2s;
			-ms-transition: background-color 0.2s;
			-o-transition: background-color 0.2s;
			transition: background-color 0.2s;
		}
		#menu .menu-top .menu-right {
			float: right;
		}
		#menu .menu-button {
			display: block;
			line-height: 40px;
			padding: 0 15px;
			color: #d0d0d0;
			-webkit-transition: color 0.2s;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
			transition: color 0.2s;
		}
		#menu li:hover .menu-button {
			color: #ffffff;
			-webkit-transition: color 0.2s;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
			transition: color 0.2s;
		}
		#menu .menu-drop {
			padding-right: 15px;
		}
		#menu .menu-drop .menu-label {
			padding-right: 20px;
			background: url("../images/drop1.png") no-repeat right;
			-webkit-transition: background 0.2s;
			-moz-transition: background 0.2s;
			-ms-transition: background 0.2s;
			-o-transition: background 0.2s;
			transition: background 0.2s;
		}
		#menu li:hover .menu-drop .menu-label {
			background: url("../images/drop2.png") no-repeat right;
			-webkit-transition: background 0.2s;
			-moz-transition: background 0.2s;
			-ms-transition: background 0.2s;
			-o-transition: background 0.2s;
			transition: background 0.2s;
		}
		
.logohome { font-size: 28px; text-decoration: none; color: #fff; margin-right: 6px; }
.logohome:hover { color: #d0d0d0; }
iframe, td { overflow-y: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch !important;
overflow: scroll !important; }
img { max-width:100%;height:auto;}
#displayframe { overflow-y:scroll;}