﻿@import url("/shared/_inc/_css/WLP/default.css");

/* BASE */
body, div, td, input, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
body {
	padding: 0;
	background: #fff;
}
h1, h2 {
	font-family: Arial, sans-serif;
	line-height: 1;
}
h1 {
	color: #dd5133;
	margin: 0;
	padding: 11px 0 10px 0;
	font-size: 20px;
	background-color: #FFF;
	font-weight: normal;
}
h2 {
	margin: 20px 0 15px 0;
	padding: 8px 0 0 0;
	border-top: 2px solid #e1e1e1;
	font-size: 16px;
}
h3, p.intro {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}
h4 {
	color: #6F6F6F;
	font-size: 12px;
}
a {
	color: #DE3F2A;
	text-decoration: underline;
	}
	a:hover {
		color: #7F7F7F;
	}
/**/

/* WRAPPERS and POSITIONING */
#container {
	background-color: #FFF;
}
#main { padding: 0; }
#padder { padding-left: 0; }
#content, #panel_right {
	margin-top: -50px; /* specify content and right panel divs top margin, to overlap the top banner */
} 
/**/

/* HEADER and MENU*/
#header {
	height: 120px; /* specify header height for the menu not to overlap the logo */
	border-bottom: 4px solid #d94123;
	background-color: #F2F2F2;
}
#logo { margin-top: 0; }
#menu_lang a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	}
	#menu_lang a:hover {
		background-color: #9F9F9F;
		color: #FFF;
	}
	#menu_lang a#lang_selected {
		background-color: #d94123;
		color: #FFF;
	}
/* 1st level menu */
#menu li { 
	background: #F2F2F2;
	}
	#menu li:hover {
		background: #d94123;
	}
	#menu li a {
		color: #000;
		font-size: 13px;
		font-weight: bold;
		}
		#menu li:hover a {
			color: #FFF;
		}
.submenu a, .first a {color: #7F7F7F;}
.submenu a:hover, .first a:hover {color: #DE3F2A;}
/* 2nd level menu */
#menu li ul {
	/*border-top: 1px solid #d94123;*/
}
#menu li li {
	background-color: #9F9F9F;
	border-bottom: 1px solid #fff;
	width: 190px;
	}
	#menu li li:hover {
		background-color: #7F7F7F;
	}
	#menu li li a {
		padding-left: 15px;
		color: #FFF;
		font-size: 12px;
		font-weight: normal;
	}
/**/

/* SIDE PANEL */
#panel_right {
	/* margin-top: -27px; /* specify top margin here only if different from the content div */
	padding: 5px 0 10px 10px;
	width: 225px;
	background-color: #FFF;
	}
	#panel_right div {
		margin-bottom: 5px;
	}
	#panel_right h1 {
		margin: 0;
		padding: 7px 0;
		color: #272727;
		font-size: 15px;
		font-weight: bold;
	}
	#panel_right ul {
		margin: 130px 0 0 33px; /* specify top margin to position the ul and download button within the div */
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
	}
	#panel_right li {
		margin-bottom: 3px;
	}
	#panel_right p { /* style the p tag if there is text in the divs */
		margin-right: 10px;
		margin-left: 10px;
		color: #FFF;
		font-size: 14px;
	}
	#panel_right span { /* style the span tag if there is special text in the divs */
		font-family: Verdana, Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
	}
#btn_download a { 
	height: 285px;
	background: url(/_img/banner_download.jpg) left 32px no-repeat;
}
#btn_account a, #btn_contact a {
	height: 126px;
}
#btn_account a {
	background: url(/_img/banner_account.jpg) left 32px no-repeat;
}
#btn_contact a {
	background: url(/_img/banner_contact.jpg) left 32px no-repeat;
}
.button { 
	margin: 31px 0 0 45px;
	color: #242424;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none; 
}
.RU { margin-top: 17px; }
/**/

/* FOOTER */
#footer {
	padding-top: 10px;
	border-top: 3px solid #DE3F2A;
	color: #4d4d4d;
}
/**/

/* BANNERS */
#banner_top {
	height: 100px; /* for all pages but the homepage */
	background: url(/_img/banner_top.jpg) right top no-repeat;
}
/**/

/* CONTENT SHARING PROGRAM MODULES */
#quotes, #charts, #analysis, #calendar {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #A4A8AF;
}
#quotes {
	margin-bottom: 15px;
}
/**/

/* TABLES */
table {
	border-top: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
}
th {
	background-color: #F2F2F2;
	border-bottom: 2px solid #de3f2a;
	border-left: 1px solid #9F9F9F;
}
td {
	background-color: #FFF;
	border-bottom: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
}
/**/

/* FUTURES CONTRACTS' SPECIFICATIONS PAGE */
/* specify same colors as above - background and border */
select {
	border: 1px solid #9F9F9F;
}
.table_productSummary {
	background-color: #FFF;
}
.summary th {
	background-color: #FFF;
	border-bottom: 1px solid #9F9F9F;
}
.summary td {
	background-color: #F2F2F2;
}
span.productExpand {
	background-color: #D94123;
	border: 1px solid #D94123;
}
.tableholder {
	border-bottom: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
}
.contracts th {
	border-bottom: 2px solid #de3f2a;
}
.properties th {
	border-bottom: 1px solid #9F9F9F;
}
/**/
