﻿#top{
	padding: 5px;
	height:27px;
}

#top input[type=button]{
	float:left;
	margin-left:5px;

}

#maincontainer{
	min-width:800px;
}

#portfolios{
	float:left;
}

#tc{
	padding:5px;
	}

/*#contentChart{
	margin:5px;
}

#yieldChart{
	margin:5px;
}*/


h3{
	margin:0;
}

#newPortfolioWindow input,
#newTransactionWindow input, #date
{
	margin:5px;
}

#newPortfolioWindow input[type=text]{
	top:0;
}

#newPortfolioWindow input[type=button],
#newTransactionWindow input[type=button]
{
	float:right;
}

.rightLabel{
	float:right;
}

.jqx-validator-error-label{
	font-size:12px;
}

#textinput{
	height:50px;
}

#funds, .ui-widget{
	font-size: 10px;
	width:300px;
}

.ui-autocomplete {
	height: 200px; 
	width: 300px;
	overflow-y: scroll; 
	overflow-x: hidden;
}

.ui-datepicker {
	width: 200px; 
}

#space{
	height:25px;
	font-size:11px;
	
}

#messageError{
	background-color:#942724;
	color:#FFF;
	border:1px #6E0000 solid;
	margin-top: 30px;
}

#messageError a {
	color:#FFF;
	border:1px #FFF solid;
	padding: 5px;
	text-decoration:none;
}

#loginLink{
	float:left;
}

#regLink{
	float:right;
}

.message{
	padding:0 10px 10px 10px;
	font-size:medium;
	line-height:1.4em;
	margin-bottom: 15px;
	
    width: 420px;
}

.clear {
    clear: both;
}

#yieldChartMenu{
	float:left;
	margin-left:5px;
	margin-top:5px;
}

#yieldChartMenu .jqx-button{
	width:130px;
	padding:4px 10px;
	cursor:pointer;

}

#currencyRadioDiv{
	float:left;
	margin: 9px 0 0 5px;
	font-size:12px;

}

#currencyRadioDiv label{
	float:left; clear:none; display:block; padding: 2px 0 0 2px;
}

#currencyRadioDiv input[type=radio]{
	float:left; clear:none;
}

#tdate{
	margin: 5px 0 0 5px;
}

#buttonDiv{
	float:right;
}
