@charset "utf-8";
/* CSS Document */

body {
	BACKGROUND-COLOR: #090909; 
	FONT-FAMILY: Arial, 'Geneva CY', sans-serif; 
	COLOR: #999999; 
	MARGIN: 0px;
}

a:link, a:visited {
	color:#999999; 
	text-decoration: underline;
}
a:hover, a:active {
	color:white; 
	text-decoration: underline;
}

a.menu:link, a.menu:visited {
	color:#999999; 
	text-decoration: none; 
	cursor: pointer; //cursor: hand; 
}
a.menu:hover, a.menu:active {
	color:white; 
	text-decoration: none; 
	cursor: pointer; //cursor: hand;
}

a.menu_active:link, a.menu_active:visited {
	color:#ffcc00; 
	text-decoration: none; 
}
a.menu_active:hover, a.menu_active:active {
	color:white; 
	text-decoration: none; 
}

a.active:link, a.active:visited {
	color:#ffcc00; 
	text-decoration: underline; 
}
a.active:hover, a.active:active {
	color:white; 
	text-decoration: underline; 
}

a.arr:link, a.arr:visited {
	color:#999999; 
	text-decoration: none
}
a.arr:hover, a.arr:active {
	color:white; 
	text-decoration: none; 
}

a.footer:link, a.footer:visited {
	color:#353535; 
	text-decoration: underline; 
}
a.footer:hover, a.footer:active {
	color:white; 
	text-decoration: underline; 
}

.arr, .arr_disabled {
	font-size: 120%;
	position: relative;
	bottom: -2px;
	display: block;
}

.arr_disabled {
	color: #444444;
	visibility: hidden;
}

div.navigation {
	margin-right: 1px; 
	float: left; 
}

div.navigation_active {
	color: #ffcc00; 
	margin-right: 1px; 
	float: left; 
}

div.menu { 
	font-size:60%; 
	width: 93px; 
	min-width: 93px; 
	padding: 7px; 
	background:url(/i/myg.gif) left bottom no-repeat #202020;
} 


.lNavigation {
	font-size:60%; 
}

.spMenu{
	margin:-2px
}

.sMenu{
	padding:2px
}

.lnActive {
	color: #ffcc00; 
	padding:2px
	
}

.lNavigation hr {
	color:#414141; 
	background-color:#414141; 
	height:1px; 
	border-style:none; 
	margin-top:4px; 
	margin-bottom:4px;
}

.lNavigation h2 {
	font-size:140%;
	margin:0px;
}

.lNavigation p {
	margin:0px
}

.main_tab {
	margin-top: 38px; 
	margin-bottom: 65px	
}

#comment {
	font-size: 70%;
	margin-top: 5px;
	color: #999999;
}

.td_thumbnale { 
	border:1px solid #2b2b2b;
}

.td_thumbnale_hover { 
	border:1px solid #8c8c8c;
}

.td_thumbnale_active { 
	border:1px solid #ffcc00;
}

.hidden {
	visibility:hidden
}

.visible {
	visibility:visible
}

.news {
    position: relative;
    font-size: 70%;
	color:#2b2b2b; 
	background-color:#414141; 
	height:50px; 
	border-style:2px; 
	margin-top:20px; 
	margin-left:20px;
	margin-bottom:20px;
}
