#container {
	width: 843px;
	background: url('/img/background.png');
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

#container_large {
	width: 1042px;
	background: url('/img/background_large.png');
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

#container_pdf {

}

#header {
	height: 100px;
	background-repeat: no-repeat;
	background-color: #fff;
}

.header_eng {
	background-image: url('/img/header_large_eng.png');
}

.header_fre {
	background-image: url('/img/header_large_fre.png');
}

#header_logo {
	float: left;
	margin-top: 15px;
	margin-left: 22px;
	width: 400px;
	height: 90px;
	border: 0px solid black;
	cursor: pointer;
}

#header_container_right {
	float: left;
	width: 580px;
}

#header_lang {
	color: #fff;
	font-size: 10px;
	height: 20px;
	text-align: right;
	border: 0px solid white;
	padding-top: 10px;
	top: 10px;
}

#header_login {
	color: #fff;
	font-size: 11px;
	width: 440px;
	height: 20px;
	text-align: right;
	border: 0px solid white;
	margin-top: 40px;	
}

#header_menu {
	position: relative;
	color: #fff;
	font-size: 11px;
	height: 20px;
	text-align: center;
	border: 0px solid white;
	margin-top: 42px;
}

.header_menu_item {
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

#content {
	width: 843px;
}

#content_large {
	width: 1042px;
}

#content_pdf {
	width: 1001px;
}

#menu {
	position: absolute;
	margin-left: 20px;
	width: 240px;
	padding-left: 0px;
}

#page {
	min-height: 550px;
	margin-left: 280px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #e5e5e5;
	font-size: 12px;
}

#page2 {
	clear: both;
	min-height: 450px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #e5e5e5;
	font-size: 12px;
}

#page2pdf {
	clear: both;
	font-size: 12px;
}

#picturetop {
	margin-top: 10px;
}

#footer_border {
	height: 7px;
	background: url('/img/footer_background.png');
}

#footer {

	font-size: 11px;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;	
	background: #338bbd;
}


.debug {
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	font-size: 10px;
}

.right {
	float: right;
}

.highlight {
	background: #fff600;
	padding-top: 2px;
	padding-bottom: 2px;
}

input {
	border: 1px solid #c2c2c2;
	padding: 2px;
	font-size: 12px;
}

button {
	border: 1px solid #c2c2c2;
	padding: 2px;
	font-size: 12px;
}

select {
	border: 1px solid #c2c2c2;
	padding: 2px;
	font-size: 12px;
}

textarea {
	border: 1px solid #c2c2c2;
	padding: 2px;
	font-size: 11px;
}

.menu_header {
	background: #2d83b6;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;	
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;	
	padding-top: 5px;
	padding-bottom: 5px;		
	font-size: 12px;
	font-weight: bold;
}

.menu_content {
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	padding-left: 15px;
	padding-right: 15px;	
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
}

#header_menu a {
	color: #fff;
}

.header_lang_disabled {
	color: #b4b3b5;
}
	
.header_lang_link {
	color: #fff;
}

input.header_login_input {
	font-size: 10px;
	color: #fff;
	background: transparent;
	border: 1px solid #404040;
}

input.header_login_submit {
	height: 18px;
}


.title {
	font-size: 22px;
}

.form_item_name {
	float: left;
	width: 200px;
}

.form_item_input {
	margin-bottom: 5px;
	margin-left: 160px;
}

.form_item_input .checkbox {
	margin-top: -12px;
	margin-left: 17px;
}

.graph {
	cursor: pointer;
}

.fund_graphs_container {
	margin-left: auto;
	margin-right: auto;
	width: 800px; 
	height: 520px;
}

.fund_historic_container {
	margin-left: auto;
	margin-right: auto;
	width: 800px; 
}

.fund_header_table {
	margin-left: auto;
	margin-right: auto;
	width: 799px;
	height: 70px;
	border: 1px solid black;
}

.fund_header_table td {
	padding: 2px;
	text-align: center;
}

.fund_header_td_client {
	width: 130px;
	border-right: 1px solid black;
	font-size: 12px;
}

.fund_header_td_name {
	font-size: 16px;
	vertical-align: bottom;
}

.fund_header_td_rating {
	width: 130px;
}

.fund_header_td_code {
	font-size: 10px;
	font-weight: bold;
}

.fund_header_td_copyright {
	width: 130px;
	border-left: 1px solid black;
	font-size: 12px;
}

.fund_header_rating_temp {
	color: #e40909;
	font-size: 8px;
	text-align: right;
	padding-right: 10px;
}

.fund_header_catchanges {
	color: #e40909;
	font-size: 8px;
}

.fund_header_rating {
	height: 22px;
	background: #ffff99;
	color: #003366;
	font-size: 18px;
	width: 120px;
	border: 1px solid black;
}

.fund_header_date {
	height: 12px;
	background: #ccffff;
	font-size: 10px;
	width: 120px;
	border: 1px solid black;
	
}

.fund_header_td_instigator {
	font-size: 10px;
}

.fund_header_td_cat {
	width: 150px;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.client_menu {
	float: right;
	text-align: right;
	line-height: 25px;
}

.credits_info {
	margin-top: 8px;
	font-size: 11px;
}

.credits_form_input {
	margin-top: 3px;
}

.credits_form_label {
	float: left;
	margin-top: 5px;
	text-align: right;
	width: 8px;
}

.credits_form_button {
	float: right;
	width: 20px;
	margin-right: 20px;
	margin-top: 6px;
}

#buy_container {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #e0ebf2;
	padding: 10px;
	border: 2px solid #d4d4d4;
	text-align: center;
}

.log_table {
	margin-top: 10px;
	width: 720px;
}

.log_table th {
	background-color: #596ae7;
	background: #2680b4;
	color: #fff;
	padding: 3px;
	text-align: center;
	font-size: 10px;	
}

.log_table th a {
	color: #fff;
}

.log_table td {
	font-size: 9px;
	padding: 2px;
	text-align: center;
}

.update_check_entry {
	float: right;
	text-align: right;
	font-size: 11px;
	width: 120px;
}


.update_check_list {
	float: right;
	text-align: right;	
	padding-top: 3px;
	font-size: 9px;
	width: 60px;
}

.update_check_l1 {
	width: 500px;
	padding: 3px;
	margin-bottom: 0px;	
	font-size: 15px;
	background-color: #e3e3e3;
}

.update_check_l2 {
	width: 470px;
	margin-left: 30px;
	margin-bottom: 0px;		
	padding: 3px;
	font-size: 14px;
}

.update_check_l3 {
	width: 440px;
	margin-left: 60px;
	margin-bottom: 0px;		
	padding: 3px;
	font-size: 13px;
}

.update_check_l4 {
	width: 410px;
	margin-left: 90px;
	margin-bottom: 0px;	
	padding: 3px;
	font-size: 12px;
}

.update_check_ok {
	background-color: #d3e8cf;
}

.update_check_error {
	background-color: #f1d9d9;
}

.update_check_new {
	background-color: #cfe8e6;
}

.update_check_update {
	background-color: #e8e7cf;
}


.biggraph_container {
	text-align: center;
	width: 800px;
}

.graph_historic {
	cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 110px;
	height: 10px; 
	text-align: center;
	padding-top: 105px;
}

.biggraph_name {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

.flot-tick-label {
	font-size: 6px;
	color: red;
}

#perf_report_header {
	border: 2px solid #1b16db;
	padding: 5px;
	height: 20px;
	margin-bottom: 3px;
}

#perf_report_date {
	float: left;
	width: 200px;
	font-weight: bold;
	padding-top: 2px;
}

#perf_report_name {
	float: left;
	width: 586px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #1b16db;
}

#perf_report_rating {
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 2px;
}

#perf_report_rating_rating {
	font-size: 14px;
	font-weight: bold;
}

.perf_report_fundinfo1 {
	float: left;
	width: 85px;
	font-size: 11px;
}

.perf_report_fundinfo2 {
	float: left;
	width: 165px;
	font-size: 11px;
}

#perf_report_yeargraphs {
	margin-top: 8px;
}

.perf_report_yeargraph {
	float: left;
	width: 250px;
	text-align: center;
}

.perf_report_yeargraph_label {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -5px;
}

.perf_report_yeargraph_graph {
	width: 250px;
	height: 150px;
	font-size: 14px;
	line-height: 1.2em;
	cursor: pointer;
}

.perf_report_legend_line {
	float: left;
	margin-top: -5px;
	margin-right: 7px;
}

.perf_report_color1 {
	color: #1b16db;
}

.perf_report_color2 {
	color: #14ae3c;
}

.perf_report_color3 {
	color: #000;
}

#perf_report_annual {
	height: 100px;
	width: 500px;
	float: left;
}

#perf_report_relative {
	height: 100px;
	width: 500px;
	float: left;
}

.perf_report_annual_title {
	background: #acc6f2;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	margin: 5px 2px 0 2px;
	float: left;
}

.perf_report_annual_title_1 {
	width: 484px;
}

.perf_report_annual_title_2 {
	width: 365px;
}

.perf_report_annual_title_3 {	
	width: 103px;
}


.perf_report_annual_table {
	float: left;
	width: 496px;
	margin: 5px 2px 0 2px;
	border: 1px solid #acc6f2;
	font-size: 11px;
	text-align: right;
}

.perf_report_relative_table {
	float: left;
	width: 377px;
	margin: 5px 2px 0 2px;
	border: 1px solid #acc6f2;
	font-size: 11px;
	text-align: right;
}

.perf_report_period_table {
	float: left;
	width: 115px;
	margin: 5px 2px 0 2px;
	border: 1px solid #acc6f2;
	font-size: 11px;
	text-align: right;
}

.perf_report_blue_tr {
	background: #c1d4f3;
	text-align: center;
}

.perf_report_blue_tr_small {
	font-size: 10px;
	height: 18px;
}

#perf_report_average {
	width: 500px;
	float: left;
}

#perf_report_median {
	width: 500px;
	float: left;
}

.perf_report_cat_title {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	width: 484px;
	margin: 8px 2px 0 2px;
	text-align: center;
}

#perf_report_median_table {
	float: left;
	width: 496px;
	margin: 5px 2px 0 2px;
	border: 1px solid grey;
	font-size: 9px;
	text-align: right;
	font-family: Arial;
}

#perf_report_median_table td {
	border: 1px solid grey;
	vertical-align: top;
}

#perf_report_median_table .title {
	font-weight: bold;
	font-size: 10px;
	padding: 0;
	height: 55px;
	vertical-align: middle;
	text-align: center;
}

#perf_report_median_table .data {
	width: 30px;
}

#perf_report_median_table .tr1 {
	height: 50px;
	color: #1b16db;
	font-weight: bold;
}

#perf_report_median_table .green {
	background: #cde7c1;
}

#perf_report_median_table .red {
	background: #e7c1c1;
}

#perf_report_median_data_table {
	float: left;
	width: 496px;
	margin: 9px 2px 0 2px;
	border: 1px solid grey;
	font-size: 9px;
	text-align: right;
	font-family: Arial;
}

#perf_report_median_data_table td {
	border: 1px solid grey;
	vertical-align: top;
	padding: 0px 2px 0 0;
	height: 14px;
	vertical-align: middle;
	text-align: right;
}

#perf_report_median_data_table .title {
	font-size: 10px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

#perf_report_median_data_table .data {
	width: 32px;
}

#perf_report_median_data_table .noborder {
	border-top: 1px solid white;
	border-left: 1px solid white;
}

#perf_report_average_graph {
	float: left;
	width: 448px;
	margin: -4px 0 0 52px;
	height: 216px;
	font-size: 14px;
	line-height: 1.2em;
	cursor: pointer;
}

#perf_report_average_data_table {
	float: left;
	width: 468px;
	margin: 0 2px 0 2px;
	border: 1px solid grey;
	font-size: 9px;
	text-align: right;
	font-family: Arial;
}

#perf_report_average_data_table td {
	border: 1px solid grey;
	vertical-align: top;
	padding: 0 2px 0 0;
	height: 14px;
	vertical-align: middle;
	text-align: right;
}

#perf_report_average_data_table .title {
	font-size: 10px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

#perf_report_average_data_table .data {
	width: 31px;
}

#perf_report_average_data_table .noborder {
	border-top: 1px solid white;
	border-left: 1px solid white;
}

#perf_report_average_graph_text1 {
	position: absolute;
	z-index: 10;
	margin: 50px, 0, 0, 300px;
	width: 150px;
	height: 20px;
	background: green;
	border: 1px solid black;
}

#perf_report_average_graph_text2 {
	position: relative;
	z-index: 10;
	top: 50px;
	left: 300px;
}

#perf_report_legend_menu {
	height: 25px;
}

.perf_report_legend {
	float: left;
	width: 283px;
	padding: 0 0 0 50px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	height: 15px;
}

.perf_report_legend_text {
	position: absolute;
	width: 275px;
	z-index: 11;
	display: block;
}

.perf_report_legend_text_clickable {
	cursor:pointer;
	background: url('/img/arrow.png') 267px 6px no-repeat
}

.perf_report_legend_submenu {
	background: #fff;
	position: absolute;
	top: -8px;
	left: 34px;
	z-index: 10;
	width: 304px;
	display: none;
	padding: 30px 0 0 0;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	color: #000;
	font-weight: none;
}

#perf_report_legend_hidden {
	display: none;
}

.perf_report_legend_submenu li {
	margin: 0 6px;
	color: #555555;
}

.perf_report_legend_submenu .head {
	font-weight: bold;
	padding: 2px 0;
	color: #000;
	margin-top: 5px;
}


.perf_report_legend_submenu li a {
	padding: 4px 3px;
	display: block;
	cursor: pointer;
	text-decoration:none;
}

.perf_report_legend_submenu li a:hover {
	background:#155FB0;
	color: #FFFFFF;
	text-decoration: none;
}

.perf_report_legend_submenu .root {
	max-height: 200px;
	list-style:none;
	margin:0px;
	font-size: 11px;
	padding: 5px 0 5px 0px;
	border-top:1px solid #dedede;
	overflow-y: scroll;
}

#perf_biggraph {
	position: absolute;
	width: 980px;
	height: 580px;
	z-index: 12;
	padding: 10px;
	display: none;
	background: #fff;
}

#perf_big_table {
	width: 500px;
	zoom: 150%;
	-moz-transform: scale(1.5);
	margin-left: auto;
	margin-right: auto;
}

.zoomable_table {
	cursor: pointer;	
}

#perf_biggraph_label {
	height: 30px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

#perf_biggraph_graph {
	width: 1000px;
	height: 500px;
	cursor: pointer;
}

#perf_biggraph_legend {
	margin-top: 15px;
	width: 1000px;
}

#perf_biggraph_graph_average {
	width: 640px;
	height: 300px;
	cursor: pointer;
	margin-left: 220px;
	margin-right: auto;
}

.submenu_search {
	width: 260px;
	margin: 0 0 4px 5px;
}

.submenu_loader {
	padding: 10px;
	margin-left: 130px;
	display: none;
}

.submenu_search_cancel {
	float: right;
	cursor: pointer;
	left: 260px;
	margin-top: 2px;
	display: none;
	opacity: 0.5;
}

div.ui-datepicker{
	font-size:10px;
	z-index: 25;
}

.perf_datepicker {
	border: 0px solid white;
	cursor: pointer;
	font-size: 11px;
}