﻿.dropdown{
	font-size:10px;
	margin:5px;
}
html, body, #jqxWidget{
	height:100%;
	min-height:100%;
	margin:0;
	background-color:cadetblue;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	overflow-y:hidden;
	overflow-x: hidden;
}

h3{
	margin:0;
}

.jqx-listitem-element{
	font-size:10px;
}

#left{
	background-color:cadetblue;

}

#container{
	position:absolute;
	top: 223px;
	bottom:10px;
	width:98%;
}

#listBoxContentfundList{
	position:absolute;
	top: 0;
	bottom:0;
}

#chart{
	background-color:cadetblue;
	
	/*position:absolute;
	height:90%;
	width:100%;
	bottom:0;*/
}

#chartpanel{
}

#chartSplitter{
	padding:5px;
}

#chartmenu{
	min-width: 520px;
	background-color:cadetblue;
	color:white;
}

#timeFrameButtons{
	margin-top:3px;
	margin-left:5px;
	float:left;
	min-width:415px;
}

#timeFrameButtons .jqx-button{
	padding:3px 10px ;
	cursor:pointer;
}


#search{
	cursor:pointer;
}

#anualCheckDiv{
	margin-left:10px;
	margin-top:5px;
	float:left;
}

#currencyRadioDiv{
	margin-left:5px;
	padding-left:5px;
	margin-top:5px;
	float:left;
	border-left:1px #000 solid;
}

#fmenu{
	float:left;
	margin-top:3px;
	margin-left:50px;
}

#cb{
	float:right;
	margin-top: 5px;
}

#mainSplitter{
	/*position:absolute;
	top: 30px;
	bottom:0;*/
}

.clear
{
  clear: both;
}

