/*
	Background
*/
.bgi_top {
	display: table; position: absolute; 
	top: 18%; left: 0px; width: 100%; height: 178px; min-width: 760px;
	margin:0px;
	z-index: 2; 
	
	background-color: #ebece6; 
	background-image: url(ui_images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: 51% 100%;
}

.bgi_top2 {
	display: table;  position: absolute; 
	top: 0px; left: 0px; 
	width: 100%; height: 18%; min-width: 760px;
	margin:0px;
	z-index: 1; 
	
	background-color: #ebece6; 
	background-image: url(ui_images/bg_top2.gif);
	/*background-repeat: repeat-x;*/
	background-position: 51% 100%;
}

.bgi_bottom{
	display: table; position: absolute; 
	top: 0px; left: 0px; 
	width:100%; height: 98%; min-width: 760px; min-height: 400px; 
	z-index: 1; 
	margin:0px; 
	
	background-color: #d5d7c9; 
	background-image: url(ui_images/bg.gif);
	background-repeat: repeat-x; 
	background-position: -10% 100%;
	
	/*opacity:0.5;
	filter:alpha(opacity=50); */
}

.loader {
	display: none;
	position: absolute; 
	top: 0px; right: 0px; 
	width: 100%; height: 100%;
	z-index: 999;
	
	background-color: #dde8e8;
	background-image: url('ui_images/download_big.gif'); background-repeat: no-repeat; background-position: 49% 300px;
}

/*
	Main Layout
*/

html, body{
	height: 100%; min-height: 500px;
	padding:0px; margin:0px; 
	/*overflow: hidden;*/
	
	background-color: #c9ccbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bda96f;
}

.display_envelope {
	position: relative; width: 96%;
	color: #9a9180;
	/*padding-right: 22px;*/
}

.news_envelope {
	position: relative; width: 100%;
	/*border: 1px solid #ffffff;*/
}

/*
	News
*/
.news_title{
	margin-bottom: 6px;
	
	text-transform: uppercase;
	font-weight: bold;
	/*color: #d8c485;*/
}

.news_item { 
	display: block;
	margin-bottom: 12px;
	width: 100%;
	
	font-size: 9px;
	color: #645a3a;
	background-color: #f9e9c4;
	
	opacity:0.6;
	filter:alpha(opacity=60);
}

.news_item  small{
	font-weight: normal;
	font-size: 10px;
}

.news_item a {
	/*display: inline-block;*/
	text-decoration: none;
	color: #645a3a;
	border-bottom: 1px dotted #716643;
}
.news_item a:visited {
	text-decoration: none;
	color: #645a3a;
}

.news_item a:hover {
	text-decoration: none;
	color: #000000;
}
.news_item a:active {
	text-decoration: none;
	color: #000000;
}

/*
	Menu
*/
.menu_link {
	text-decoration: none;
	display: block;
	height: 38px;
	
	cursor: pointer;
}
a.menu_link:focus { outline: none !important; }

.title_link {}
a.title_link:focus { outline: none !important; }

.menu_item {
	position: relative; display: block;
	width: 110px; height: 22px;
	padding-top: 16px; padding-bottom: 2px;
	
	/*font-weight: bold;*/
	color: #999981;
	font-size: 11px;
	
	font-family: Impact, Charcoal, Arial, sans-serif;
	
	background-position: center center;
	background-repeat: no-repeat;
	/*border: 1px solid #ffffff;*/
	overflow: hidden;
}

.menu_text_nosel {
	display: block;
	position: relative; top: 0px; left: 0px; height: 50px;
	
	background-repeat: no-repeat;
	background-position: top center;
	
	opacity:0.6;
	filter:alpha(opacity=60);
}
.menu_text_nosel#welcome_nosel_en { background-image: url('ui_images/menu_en/welcome.gif'); }
.menu_text_nosel#trailer_nosel_en { background-image: url('ui_images/menu_en/trailer.gif'); }
.menu_text_nosel#art_nosel_en { background-image: url('ui_images/menu_en/art.gif'); }
.menu_text_nosel#credits_nosel_en { background-image: url('ui_images/menu_en/credits.gif'); }

.menu_text_nosel#welcome_nosel_bg { background-image: url('ui_images/menu_bg/welcome.gif'); }
.menu_text_nosel#trailer_nosel_bg { background-image: url('ui_images/menu_bg/trailer.gif'); }
.menu_text_nosel#art_nosel_bg { background-image: url('ui_images/menu_bg/art.gif'); }
.menu_text_nosel#credits_nosel_bg { background-image: url('ui_images/menu_bg/credits.gif'); }

.menu_text_sel {
	display: none;
	position: relative; top: 0px; left: 0px; height: 50px;
	color: #ffffff; margin: 0px; padding: 0px;
	
	background-repeat: no-repeat;
	background-position: top center;
}
.menu_text_sel#welcome_sel_en { background-image: url('ui_images/menu_en/welcome_a.gif'); }
.menu_text_sel#trailer_sel_en { background-image: url('ui_images/menu_en/trailer_a.gif'); }
.menu_text_sel#art_sel_en { background-image: url('ui_images/menu_en/art_a.gif'); }
.menu_text_sel#credits_sel_en { background-image: url('ui_images/menu_en/credits_a.gif'); }

.menu_text_sel#welcome_sel_bg { background-image: url('ui_images/menu_bg/welcome_a.gif'); }
.menu_text_sel#trailer_sel_bg { background-image: url('ui_images/menu_bg/trailer_a.gif'); }
.menu_text_sel#art_sel_bg { background-image: url('ui_images/menu_bg/art_a.gif'); }
.menu_text_sel#credits_sel_bg { background-image: url('ui_images/menu_bg/credits_a.gif'); }

.menu_item_sel{
	display: block;
	height: 22px;
	width: 110px;
	padding-top: 14px;
	
	/*font-weight: bold;*/
	color: #ffffff;
	font-size: 11px;
	font-family: Impact, Charcoal, Arial, sans-serif;
	
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

/*
	Langbar
*/
.lang_link {
	display: block;
	width: 180px; height: 22px;
	border: none;
}

.lang_link:focus {
	outline: none !important;
}

#langdrop_in a {
	font-weight: bold;
	border-bottom: 1px dotted #988f7d;
	font-size: 10px;
}
#langdrop_in a:hover{
	color: #ab9a67;
	border-color: #c7b682;
	background: #e0e1ba;
}

/* 
	Sections 
*/
.dropcap {
	position: relative;
	bottom: -4px;
	margin: 0px; padding: 0px;
	/*border: 1px none #ffffff;*/
}

.follow {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #8a877a;
}

.subtitle{
	width: 100%; margin-top: 3px; margin-bottom: 3px;
	
	text-align: center;
	font-weight: bold; 
	font-size: 10px;
	color: #7b7970; /*#9c9380;*/
	
	opacity:0.6;
	filter:alpha(opacity=60);
}

.subtitle#hover {
	color: #807f2f;
}

.gallery_envelope {
	width: 86%; margin-left: 16px; margin-top: 0px;
	text-align: center;
	/*border: 1px dotted #e2d088; */
}
.gallery_img {
	width: 100px; height: 100px;
	padding: 2px;
	
	border-style: none;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.hr {
	/*display: block;*/
	width: 100%; height: 4px; padding-bottom: 4px; padding-top: 1px; 
	
	background-image: url('ui_images/hr.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

a { text-decoration: none; color: #bda96f; }

.display_envelope a {
	text-decoration: none;
	font-weight: normal;
	color: #988f7d;
	border-bottom: 1px dotted #988f7d;
	margin: 1px;
}
.display_envelope a:hover {
	color: #ab9a67; border-color: #c7b682; background: #e0e1ba;
}

.gallery_envelope a { border-style: none !important; display: block; padding: 2px; }
.gallery_envelope a:hover { border: 1px solid #ded0b3 !important; background-color: #ffffff !important; padding: 1px;}
.gallery_envelope a:focus { outline: none !important; }

a.menu_sub_link { padding: 1px; text-decoration:none; color: #bda96f; }
a.menu_sub_link:visited { color: #bda96f; }
a.menu_sub_link:hover { color: #9c9d81; background: #d8d9b4; }
a.menu_sub_link:active { color: #bda96f; }

a.player_link { outline: none !important;}

.credits_logo_link {
	margin-left: 90px !important; 
	border-style: none !important; 
	background-color: #fcedd0 !important;
}
.credits_logo {
	border-style: none;
	opacity:0.8;
	filter:alpha(opacity=80);
}

/*
	Misc
*/

table.badboy_envelope{
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	
	border-style: none;
	border-collapse: collapse;
	
	min-width: 650px; min-height: 570px;
	
	z-index: 1000;
	overflow: hidden;
}
