/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */
.clear {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	font-size: 15px;
	line-height: 1px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* end clearing */


/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
body {
	background: #ffffff url(../images/background.png) repeat-x;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	height:100%;
	margin:0;
}
img {
	border: 0;
}
form{margin:0;}
	
/* LINKS */
a,
a:link 
a:active, a:visited {
	text-decoration: underline;
}
a.menu,
a.menu:link 
a.menu:active, a.menu:visited {
	text-decoration: none;
	color:#000;
	font-weight:bold;
}
a.menu:hover {
text-decoration: underline;
color:#F00;
font-weight:bold;
}
	div#footer a, 	
	div#footer a:link 
div#footer a:active, div#footer a:visited {
		   color: #fff;
	}

a:hover {
text-decoration: none;
}

a.bottom_menu,
a.bottom_menu:link 
a.bottom_menu:active, a.bottom_menu:visited {
	text-decoration: none;
	color:#000;
	font-weight:bold;
}
a.bottom_menu:hover {
text-decoration: underline;
color:#F00;
font-weight:bold;
}
/* END LINKS */
	
/* HEADINGS */

h1, h2, h4 {
	font-family: "Century Gothic", "Avant Garde", Futura, Helvetica;
    font-weight:bold;
}

h1 {

	font-size: 2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
h2 {	
	font-size: 2em;
	line-height: 0.8em;
	margin: 0 0 0.5em 0;
	padding: 0;
}
h3 {
	font-family:"¾Æ¸®µûB";
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	color: #222222; 
	font-weight: bold;               
}
h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}
h5 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
}


/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
/* END TEXT */

	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		border-bottom: 1px solid #ccc;
	}
	
div#padding5px{padding:5px;}
#noBorder{border:none;}	
	
/*************************   Basic Structure   **********************************/

div#mainWrapper{
	display:block;
	margin:0px auto 0;
	overflow:hidden;
	text-align:center;
	max-width: 1000px;
    min-width: 996px;
}
div.topShadow{
	background: transparent url(../images/bg_top_shadow.png) repeat scroll 0 0;
	height: 9px;
	width: 996px;
}
div.bottomShadow{
	background: transparent url(../images/bg_bottom_shadow.png) repeat scroll 0 0;
	height: 19px;
	width: 996px;
}
div#main{
	position:relative;
	background: transparent url(../images/bg_wrapper.png) repeat-y scroll left top;
	min-height: 310px;
	padding: 0 13px 0 15px;
	width:968px;
}
div#mainBG{
	background-color:#ffffff;
	min-height:310px;
	width:968px;	
	padding-bottom:10px;
}
div#mainInside{
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	position:relative;
	top:10px;
}
div.green{color:#090;}
div.red{color:#F00;}

/*************************   Top Main   **********************************/

div#bannerDiv{
	background-color:#871f35;
	height:125px;
	text-align:left;
	position:relative;
	top:0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:1;
}
div#logoDiv{
	float:left;
	margin-left:10px;
	width:140px;
	height:125px;
}
div#titelDiv{
	color:#ffffff;
	font-size:55px;
	font-family:"Gill Sans MT";
	float:left;
	height:70px;
	padding:0;
	margin:0;
	position:relative;
	left:10px;
	top: 10px;
	line-height:50pt;
}
div#urlDiv{
	float:left;
	color:#ffffff;
	font-size:20px;
	font-family:"Gill Sans MT";
	float:left;
	position:absolute;
	right:20px;
	top: 30px;
	line-height:20pt;
}
div#adminMenu{
	float:left;
	position:absolute;
	right:20px;
	top: 5px;
}
div#adminMenu a{
	color:#ffffff;
	font-size:12px;
	font-family:"Gill Sans MT";
	text-decoration:none;
}
div#menuDiv{
	background-color:#989C9B;
	border-bottom:#767978 solid 1px;
	border-top:#767978 solid 1px;
	height:20px;
	position:relative;
	top:0px;
}

ul#menuList{
	margin:0;
	padding:0;
}

#menuList li{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	float:left;
	text-align:left;
	list-style:none;
	margin-left:20px;
	margin-right:20px;
	padding:0;
	cursor:pointer;
}
#menuList li:hover{
background-color:#eee;
color:#989C9B;
}
#menuList li a{
	text-decoration:none;
	line-height:20px;
	padding: 8px 0px 9px 0px;
	color:#fff;
}
#menuList li a.current{
	text-decoration:none;
	line-height:20px;
	padding: 8px 0px 9px 0px;
	color:#000;
}
#menuList li a:hover{
	color:#000;
}

/*************************   Content   **********************************/

div#mainBody{
	background-color:#ffffff;
	min-height:300px;
	text-align:center;	
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
div#mainBodyRow{
	margin-bottom:10px;	
}

/* Left Contents */
div#mainLeftWrapper{
float:left;
border:1px solid #cccccc;
background-color:#eeeeee;
width:196px;
height:100%;
padding:5px;
position:relative;
top:10px;
left:0px;
z-index:999;
}
div#mainLeftBoxWrapper{
margin-bottom:10px;
}
div#mainLeftBoxMenuWrapper{
height:150px;
margin-bottom:10px;
}
div.mainBoxHead{
background:url(../images/main_box_head_bar.png) repeat-x scroll;
border:1px solid #cccccc;
color:#000000;
font-weight:bold;
font-size:11px;
height:18px;
width:100%;
text-align:left;
}
div.subMenu:hover{
color:#000;
}
div#mainIndicesRow{
color:#000000;
background-color:#cccccc;
font-weight:bold;
font-size:11px;
height:18px;
margin-top:5px;
}
div.mainLeftBoxMenuContents{
background-color:#ffffff;
border:1px solid #cccccc;
border-top:none;
width:100%;
height:90px;
text-align:left;
}
div.mainLeftBoxContents{
background-color:#ffffff;
border:1px solid #cccccc;
border-top:none;
width:100%;
min-height:25px;
text-align:left;
}
div#worldTimeRow{
background-color:#f7f7f7;	
font-size:10px;
height:20px;
margin-bottom:5px;
padding:0 5px;
}
div#worldTimeCountry{
font-weight:bold;
float:left;	
width:70px;
text-align:left;
}
div#worldTime{
position:relative;
left:10px;
float:left;
}
ul#mainSubMenu{
margin:0;
padding-left:0px;
list-style:none;
}
#mainSubMenu li{
padding: 2px 0px 2px 20px;
}
#mainSubMenu li:hover{
background-color:#666;
color:#fff;	
cursor:pointer;
}
#mainSubMenu li.current{
background-color:#666;
color:#fff;	
}
#mainSubMenu li a{
text-decoration:none;
line-height:20px;
padding: 8px 0px 9px 20px;
color:#000;
}
#mainSubMenu li a:hover{
	color:#ffffff;
}

table.indexTable{
padding-left:5px;
width:100%;
}
table.indexTable #name{width:85px;text-align:left;}
table.indexTable #index{width:50px;text-align:left;}
table.indexTable td#varaice{width:61px;color:red;text-align:right;}
table.indexTable td#commodity{width:61px;;text-align:right;padding-right:5px;}

table.mainLoginTable{margin-left:5px;margin-right:5px;}
table.mainLoginTable td{height:25px;text-align:left;font-size:11px;}
table.mainLoginTable td#label{width:80px;}
table.mainLoginTable td#field{width:110px;}
input.mainLogin{width:100px;height:13px;font-size:10px;}

/* Center Contents */
div#mainContentWrapper{
border:none;
background-color:#ffffff;
min-width:500px;
width:510px;
height:100%;
padding:5px;
position:relative;
float:left;
top:10px;
left:10px;
text-align:left;
}
div#mainContentWrapper2{
border:none;
background-color:#ffffff;
min-width:500px;
width:720px;
height:100%;
padding:5px;
position:relative;
top:10px;
left:10px;
text-align:left;
}
div#mainContents{
font-size:13px;
}
div#mainIntro{font-weight:bold;}
div.riskgrade{
	font-family: Gill Sans MT;
	font-size: 12pt;
	font-weight:bold;
	color:#0000ff;
	margin-bottom:5px;
}
ul#mainIntro{
line-height:1.2em;
padding-left:20px;	
}
div#mainNews{text-align:justify;}
ol#mainNews{
line-height:1.8em;
padding-left:20px;
}
div#riskGrades{
margin-top:20px;
}

/* Right Contents */
div#mainRightWrapper{
border:1px solid #cccccc;
background-color:#eeeeee;
width:196px;
height:100%;
padding:5px;
float:right;
position:relative;
top:10px;
right:0px;
z-index:10;
}
div#mainRightBoxWrapper{
margin-bottom:10px;
}
div.mainRightBoxButtonOut{
border:1px solid #cccccc;
background-color:#eeeeee;	
width:11px;
height:11px;
position:absolute;
top:20px;
right:10px;
font-size:8px;
padding-bottom:5px;
margin:0;
cursor:pointer;
z-index:1;
}
div.mainRightBoxButtonIn{
width:11px;
height:11px;
position:relative;
top:-15px;
left:183px;
font-size:8px;
padding-bottom:5px;
margin:0;
cursor:pointer;
}
div#mainColumn{
background-color:#ffffff;
height:70px;
width:100%;	
color:#333;
font-size:10px;
text-align:left;
line-height:1.6em;
vertical-align:middle;
}
div#mainColumnPic{
float:left;
width:65px;
}
div#mainColumnContents{
float:left;
width:131px;
}

/* Bottom Contents */
div#mainBottomWrapper{
border:1px solid #cccccc;
background-color:#eeeeee;
width:938px;
height:170px;
padding:5px;
position:relative;
top:10px;
left:0px	
}
div#mainBox1Wrapper{
float:left;
width:196px;
}
div#mainBox2Wrapper{
float:left;
width:257px;
margin-left:10px;
}
div#mainBottomContents{
background-color:#ffffff;
border:1px solid #cccccc;
border-top:none;
width:100%;
min-height:25px;
height:150px;
}
div#reportDiv{
margin-bottom:10px;	
padding:10px;
text-align:left;
}
div#reportTitle{
background-color:#999;
color:#fff;
font-size:14px;
font-weight:bold;
height:20px;
}

#reportDiv a{
color:#06F;
font-size:13px;
text-decoration:none;	
}
/*************************   Fund Index   **********************************/
table.fundIndexTable{
background-color:#eee;
height:100%;
}
table.fundIndexTable tr{
padding-bottom:20px;
}
td.fundIndexTitle{
border-bottom:1px solid #ccc;
color:#333;
font-weight:bold;
font-size:13px;
padding:10px 20px 10px 10px;
vertical-align:top;
}
td.fundIndexValue{
border-bottom:1px solid #ccc;
padding-right:10px;
text-align:right;
vertical-align:middle;
}

/*************************   Contact Us   **********************************/
td.contactusCell{
background-color:#f7f7f7;
border:1px solid #ccc;
text-align:center;
vertical-align:top;
width:45%;
}
div.contact_title{
border-bottom:1px solid #ccc;
background:#acacac url(../images/main_box_head_bar.png) repeat-x scroll;
color:#fff;
font-weight:bold;
font-size:15px;
height:22px;
vertical-align:middle;
}
div.contact_content{
padding:10px;
text-align:left;
}

/*************************   Footer   **********************************/
div#footer{
	background: #ffffff none repeat scroll 0 0;
	display:block;
	height: 20px;
	margin:0 auto;
	width: 100%;
}