body
{
    font:13px/1.22 arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	background: #FFFFFF;
	text-align: left;
	margin-top: 2px;
}

#holder
{
    width: 1080px;
    margin: 0px auto 4px 2px;
	background: #FFFFFF;
	
}

#inner_holder
{
	float:left;
    background: url(images/leftmenubg.jpg) repeat-y;
	border: 0px solid red;
	
}

table 
{
	font-size:inherit;
	font:100%;
}

/** Bump up IE to get to 13px equivalent */

pre,code,kbd,samp,tt 
{
	font-family:monospace;
	*font-size:108%;
	line-height:99%;
}


#header_block
{
    vertical-align:top;
    width: 860px;
	border-bottom: 8px solid #FFFFFF;
}

#left_block
{
    float:left;
    width: 160px;
    margin: 0px 8px 0 0;
    border: 0px solid green;
    font-size: 85%; /*  11px  */
    
}

#right_block
{
    float:left;
    width: 200px;
    height: 600px;
    margin: 0;
    padding: 0;
    border: 0px solid green;
    background: #FFFFFF;
}

#content_block
{
    float:left;
    width: 692px; /* body width - left_menu width */
    border: 0px solid red;
    font-size: 93%; /*  12px  */
    margin-top: 0px;
}

#footer_wrapper
{
    width: 860px;
    height: 40px;    
}

#footer_block
{
	width: 837px;
    clear: both;
	font-size: 77%;	/*  10px  */
    background: #929898;
    text-align: right;
	border-right: 15px solid #FF6000;
	color: white;
    margin-top: 12px;
	padding: 4px;
}

#footer_block a
{
	padding: 2px;
    color: white;
    text-decoration: none;
}

#footer_block a:hover
{

    text-decoration: underline;
}

/* --------------Header------------------------ */

#logobar
{
    
    padding: 0px 0px 8px 0px; /* Control padding of header */
    /* vertical-align: bottom; */
}

#menubar
{
	background-color: #929898;
    font-size: 85%;
    padding: 4px 10px 3px 0px;
    whitespace: ignore;
    border-left: 160px solid #FF6000;
    
}
#menubar a
{
    color: white;
    text-decoration: none;
    padding: 4px 6px 3px 6px;
    /*
    border: 1px solid red;
    */
    border-left: 1px solid white;
}

#menubar a:hover
{
    color: white;
    background-color: #626868;
}

#search_box 
{
	float: right;
    border: 0px solid red;
    padding: 1px 10px 0 0; 
    margin: 0;   
    color: white;
}

#search_box table
{
    border-collapse: collapse;
}

#search_box #s
{
    height: 17px;
    width: 128px;
    /*width: 84px;*/
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#search_box td
{
    vertical-align: top;
    /*
	padding-top: 1px;
    padding: 0;
	*/
}

td.search_term
{
    font-size: 85%;
    color: #FFFFFF;
    padding-top: 2px;
    
}

#dropmenudiv
{
    color: white;
    background-color: #FF6000;
    position:absolute;
    border:1px solid white;
    border-bottom-width: 0;
    font-size: 85%;     /* Dropdown font size  */
    line-height:18px;
    z-index:100;
}

#dropmenudiv a
{
    color: black;
    background-color: #929898;
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid white;
    padding: 0;
    text-decoration: none;
	text-align: left;
    

}

#dropmenudiv a:hover
{ /*hover background color*/
    background-color: #FF9F5A;
}


#loginbox_wrapper
{
	float: right;
    margin: 8px 8px 0 0;
	width: 190px;
    height: 60px;

	
}

#loginbox_wrapper a
{
	background: #ECF0F4;
	color: 	black;
	text-decoration: none;
}

#loginbox_wrapper a:hover
{
	color: white;
    background-color: #FF9F5A;
	text-decoration: underline;
}

#loginbox
{
	font-size: 77%;
    height: 44px;
    background: #E7ECF2;
    padding: 6px 3px 2px 4px;
	float: right;
    margin: 8px 0 0 0;
    
}

#loginbox_aab
{
	font-size: 77%;
	height: 44px;
	background: #E7ECF2;
	padding: 6px 3px 2px 4px;
	float: right;
	margin: 50px 0 0 0;
}

#loginbox table
{
    border-collapse: collapse;
}

input.login_button
{
    /* control the login button */
	font-size: 93%;
	width: 42px;
	padding-left: 2px;
}


#loginbox th, #loginbox td
{
    padding-bottom: 2px;
}

#loginbox th
{
    padding-right: 4px;
    text-align: right;
}

input.user_field
{
	/* control the username field */
	height: 18px;
	width: 128px;
} 

input.pass_field
{
	/* control the password field */
	height: 18px;
	width: 84px;
} 


/* --------------Left------------------------ */



.leftmenu
{
	background: #ECF0F4;
    text-align: left;
    color: black;
    border: 0px solid #ECF0F4;
    margin: 0 0 8px 1px;
}

.leftmenu p
{
    margin: 	8px 4px 8px 4px; 

}

.leftmenu a
{
    color: black;
    text-decoration: none;
    display: block;
    padding: 1px 4px;
}

.leftmenu a:hover
{
    color: white;
    background-color: #FF9F5A;
}

.leftmenu h2
{
    background: #929898 url(images/corner.gif) no-repeat scroll right top;
    text-align: left;
    color: white;
    font-weight: bold;
    padding: 4px;
    margin: 8px 0 0 0;
    border-top: 2px solid #FFFFFF;
    font-size: 8pt;    
}

#subscriptions
{
    text-align: center;
    border-left: 1px solid white;
    margin-bottom: 8px;
}

#subscriptions h2
{
    background-color: #929898;
    background-repeat: repeat-x;
    text-align: left;
    color: white;
    font-weight: bold;
    margin: 0px 0px 6px 0px; 
    padding: 5px;
}


#left_buttons a
{
    text-align: left;
    color: white;
    background: url(img/blue_button.jpg) no-repeat;
	display: block;
	width: 188px;
	height: 27px;
	text-decoration: none;
	margin: 0px auto 0 auto;
	padding: 5px 0 0 10px;
}

#left_buttons a:hover
{
    background: url(img/blue_button.jpg) no-repeat;
    filter: alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}

/* --------------Content------------------------ */



table
{
    border: 0px solid black;
    padding: 0px;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

.contentbox
{
    border: 1px solid #EEEEEE;
    margin: 0px 8px 8px 0px;

}

.xleft
{
    width:346px; /* Control width of first column within content block */   
}

.xright
{
    width: 188px; /* Control width of second column within content block */
}

.vertical
{
    width: 174px; /* Control width of third/vertical column within content block */
}

h2
{
    font-weight: bold;
    padding-top: 10px;
}

.contentbox p
{
    margin: 	8px 4px 8px 4px; 

}

/* --------------chartmenu------------------------ */
#chartmenu .a
{
    color: black;
    text-decoration: none;
    display: block;
    padding: 1px 4px;
}

#chartmenu .access
{
    color: black;
    text-decoration: none;
    display: block;
    padding: 1px 4px;
}

#chartmenu .noaccess
{
	color: #999999;
    text-decoration: none;
    display: block;
    padding: 1px 4px;
}

#chartmenu .noaccess img 
{ 
	vertical-align: middle; 
}

#chartmenu .access img 
{ 
	vertical-align: middle; 
}

#chartmenu .a:hover
{
    color: red;
    /*background-color: #FF9F5A;*/
}

location {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: Gray;
}

/* -----------------------  Membership info pages -------------------------- */

.info_title {
	color: black;
	font-size: 16pt;
	padding-left: 20px;
}


ul.disc li {
	list-style-type: circle;
	padding: 5px;
	margin: 0;
	color: black;
	font-size: 9pt;
}

.InfoTable td {
	border: 0px solid black;
	color: black;
	padding: 2px 0 2px 20px;
}

.select_subscription {
	font-size: 10pt;
	color: black;
	text-align: center;
}

.price_quote {
	color: black;
	font-size: 8pt;
}

.subscriptions_box {
	background: white;
	border: 0px solid #D4D4D4;
	width: 200px;
	height: 200px;
	margin: 6px 0 0 120px;
	float: left;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
}
.subscriptions_box img {
	margin: 0px 0 0 0px;
	
}

.crosslinks {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	color: #565a55;
}

.crosslinks a {
	color: black;
	font-size: 15;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.institutional_banner {
	width: 680px;
	border: 1px solid #D4D4D4;
	float: right;
	height: 160px;
	margin: 30px 0 10px 0;
	padding: 3px 3px 0 3px;
	color: black;
	font-size: 18;
	background: url(../main/images/InfoPage/Institutional_box2.jpg) no-repeat;
}


.institutional_banner ul li{

	list-style-type: circle;
	color: black;
	font-size: 9pt;
	padding: 2px;
	margin-left: 2em;
}



.detailed_info {
	text-align: right;
	
}

.detailed_info a {
	text-align: right;
	font-size: 7pt;
	color: black;
	margin-right: 5px;
}

.box_button {
	font-size: 8pt;
}

.box_button a {
	background: url(../main/images/InfoPage/box_button8.jpg) repeat-x;
	text-transform: uppercase;
	padding: 3px;
	font-size: 12px;
	font-weight: none;
	color: white;
	border: 0px solid #DFDFDF;
	text-decoration: none;
	position: relative;
	margin-right: 10px;
}

.box_button a:hover {
	background: url(../main/images/InfoPage/box_button3.jpg) repeat-x;
	color: white;
	text-decoration: none;
}

.box_button_go {
	font-size: 8pt;
}

.box_button_go a {
	background: url(../main/images/InfoPage/box_button9.jpg) repeat-x;
	text-transform: uppercase;
	padding: 3px;
	font-size: 12px;
	font-weight: none;
	color: white;
	border: 0px solid #DFDFDF;
	text-decoration: none;
	position: relative;
	margin-right: 10px;
}

.box_button_go a:hover {
	background: url(../main/images/InfoPage/box_button9.jpg) repeat-x;
	color: white;
	text-decoration: none;
}

.price_heading {
	font-size: 12pt;
}

.image_caption {
	font-size: 9pt;
	font-weight: bold;
}

.image_caption_trader {
	font-size: 9pt;
	font-weight: bold;
	background: url(../main/images/InfoPage/Trader_final.jpg) no-repeat;
	background-position: right top;
	height: 280px;
	width: 200px;
	padding: 4px 0 0 0;
}

.image_caption_inst {
	font-size: 9pt;
	font-weight: bold;
	background: url(../main/images/InfoPage/institutional_final.jpg) no-repeat;
	background-position: right top;
	height: 280px;
	width: 200px;
	padding: 4px 0 0 0;
}

.header_second {
	font-weight: bold;
	padding-bottom: 5px;
	
}

/* Seminarer of Kurs */

.ContentMainHeader {
	font-size: 14pt;
	font-weight: bold;
	padding: 0px 0 14px 0;
}

h2.ContentSubHeader {
	font-size: 13pt;
	padding: 5px 0 4px 0;
	font-weight: bold;
}

h2.ContentSub2Header {
	font-size: 13pt;
	padding: 5px 0 4px 0;
	font-weight: normal;
}

table.seminarkurs {
	border-collapse: collapse;
	margin: 4px 4px 30px 10px;
}

.seminarkurs td {
	border: 9px solid white;
}

.seminarkurs tr.FirstRow td {
	padding:0 3px 3px 3px;
	font-weight: bold;
}

img.business_meeting {
	border-left: 20px solid white;
}

/* Main page */
td.mainpage
{
    border: 0px solid black;
	padding:0 0px 20px 0px;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px;
}

/* Stock news formatting */
.newsInfoText
{
	color: #818181;				
	font-size:8pt;
	text-decoration:none;																		
}

a.newsHeadline
{
	color:#000000;
	font-size:8pt;
	font-weight:normal;
	text-decoration: underline;
}

a.newsHeadline:hover
{
	color:#FF6000;
	text-decoration: underline;
}

/* Tool Tip */

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:4px; margin-left:20px; margin-top:10px; width:160px;}
a.tooltip:link:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

a.RatingTabs
{
    background: #EFEFEF url(images/roundedcorner.png) no-repeat scroll right top; 
    border-bottom: 1px solid #CCCCCC;
    padding: 2px 18px;
    margin-left: 0px;
    text-decoration: none;
}

a.selected
{
    background: #fff url(images/roundedcorner.png) no-repeat scroll right top;
    border-right: 0px;
    border-bottom: 1px solid #fff; 
}

a.RatingTabs:hover
{
    background: #FF9F5A url(images/roundedcorner.png) no-repeat scroll right top;
    border-right: 0px;
    text-decoration: none;
    color: white;
}

#ratingtablink1
{
    border-left: 1px solid #CCCCCC;

}
.hideRatingTab
{
    display: none;
}
#fig1
{
    position: absolute; 
    visibility: visible;
}

#print_icon
{
    cursor: pointer;
}

#banner_top
{
    margin:0;
    padding:0;
    width: 360px;
    height: 60px;
}

.pressinfo
{
    display: block;
    padding: 2px;
}

div.pressinfo:hover
{
    background-color:#ECF0F4;
}

img.profilepictures
{
border: 1px solid #DFDFDF;
padding:5px;
}

#mo_tooltip
{
	padding: 8px;
	position: absolute;
	//font-style: bold;
	font-size: 8pt;
	display: none;
	background: #efefef;
	border: 1px solid #dfdfdf;
}

#mo_trackpoint
{
    padding: 0px;
    margin: 0px;
	display: none;
	position:  absolute;
	font-style: bold;
	width: 8px;
	height: 8px;
}

#mo_trackline
{
	display: none;
	position:  absolute;
	background-color: #F37033;
	width: 1px;
	height: 338px;
}


#mo_container
{ 
    position: relative;
}
