/*table, tr, td {	border:1px solid #666666;}*/

html, body {
	height:100%;
	overflow:hidden;
}

body {
	margin:0px;
	font-family:verdana, sans-serif;
}

body, p, ol, ul, td {
  font-family: verdana, helvetica, sans-serif;
  font-size:   12px;
  line-height: 18px;
}

img {
	border:none;
}
a, a:active,
input, input:active,
button, button:active
{
	outline:none;
}
#fullscreen {
	height:100%;
	width:100%;
}

#main {
	width:100%;
	height:500px;
	background:black;
	color:white;
}

#menu {
	width:100%;
	height:51px;
}

#table_menu {
	width:900px;
	height:51px;
}

#table_menu td {
	vertical-align:bottom;
}

#table_menu td.right_margin {
	padding:0px;
}

#table_footer {
	width:900px;
	height:50px;
}

#footer {
	width:100%;
	height:50px;
}

.footer_logo {
	text-align:left;
	width:530px;
}

.footer_td {
	width:302px;
	color:#666;
	text-transform:uppercase;
	font:bold 11px Arial, sans-serif;
	vertical-align:top;
	text-align:left;
	padding:7px 15px 0px 0px;
}

.footer_td a {
	font-size:10px;
	display:inline;
	margin-right:11px;
	text-decoration:none;
	color:#666;
}

.footer_td a:hover {
	text-decoration:underline;
}

.footer_td a.current_footer_btn {
	color:#000;
}

.copyright {
	color:#666;
	font:10px Arial, sans-serif;
	vertical-align:top;
	text-align:left;
	padding-top:7px;
}

.footer_right_margin {
	width:37px;
}

#div_overflow {
	position:relative;
	width:100%;
	height:500px;
	overflow:hidden;
}

.changeLang {
	position:absolute;
	top:5px;
	right:20px;
	font-size:9px;
	color:#999;
}

.changeLang a {
	text-decoration:none;
	color:#999;
}

.overflow_thumb {
	position:relative;
	width:16px;
	height:16px;
	margin-right:10px;
	margin-top:3px;
	overflow:hidden;
}

.overflow_thumb img {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-15px;
	height:30px;
}

#download_frame {
	display:none;
}




