body, a, p, div, span, td, tr, input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url("images/mtrend_bgr.jpg");
	background-repeat: repeat-y;
	background-color: #cccccc;
	overflow:auto;
}


/* Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
}

a{
	color: #fb9933;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	overflow: hidden;
	position:relative;
	z-index:0;
	background-image: url("images/website_bgr.jpg");
	background-repeat: no-repeat;
	background-position: -6px top;
	overflow:hidden;
	height:100%;
}
#right_shadow{
	margin-top: 20px;
	background-color: white;
	width:900px;
	height: 565px;
	background-image: url("images/mtrend_shadow_right.gif");
	background-repeat: repeat-y;
	background-position: top right;
}
#bottom_shadow{
	background-image: url("images/mtrend_shadow_bottom.gif");
	width: 896px;
	height: 20px;
	background-repeat: repeat-x;
}



#navigation, #content, #languageselector, #footer{
	display:inline; /* to fix IE6 padding-right bug*/
	float:right;
	margin-right: 80px;
	clear:both;
}

#navigation{
	margin-top: 30px;
	/*background-image: url("images/apha25percent.png");*/

}

#content{
	margin-top: 30px;
	padding: 8px;
	width: 565px;
	height: 360px;
	overflow-y: auto;
	overflow-x: visible;
	background-color: #eeeeee;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}


#languageselector{
	margin-top: 10px;
	text-align:right;
}

#languageselector A{
	color: black;
	text-decoration: underline;
}

#footer{
	margin-top: 67px;
	margin-right: 5px;
	width:895px;
	height: 20px;
	background-color: gray;
	overflow:hidden;
	padding-top: 6px;
	color: #eeeeee;
}

#flag{
	position: absolute;
	left: 896px;
	top: 50px;
	z-index:10;

}

#bgr_title_text{
	position: absolute;
	left: 851px;
	top: 50px;
	z-index:10;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#login{

}

.moduletitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FF9933;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px dashed #aaaaaa;
	margin-bottom: 7px;
	/*
	color: 	#fb9933;
	font-weight: bold;
	font-size: 10pt;
	*/
}

.news_itemtitle{
	color: 	#fb9933;
	font-weight: bold;
}



.textmodule, .newsmodule{
	color: #444444;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 15px;
}

.textmodule h2 {
	font-size: 18px;
	font-weight: bold;
	color: #99CC33;
	text-decoration: none;
	margin: 20px 0 3px 0;
}

.textmodule p {
	padding:0 0 10px 0;
	margin:0px;
}

