
div#mainContent {
	margin: 25px auto;
	width: 94% !important;
    min-height : 900px;
}
.chart {
	width:865px !important;
    float : left;
    clear : both;
}
#tableData table {
	width: 100%;
}
#tableData table thead th {
	font-size: 14px;
	border-bottom: 1px dotted #000;
}
#tableData table tbody td {
	font-size: 13px;
}
#tableData table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}
#tableData table tbody td,
#tableData table thead th {
	padding: 4px 9px;
}
.goBack {
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	float: left;
	margin: -20px 0 10px;
	width: 100%;
}
#addNewResult, #deleteIndicator, #goBackBtn{
    float : right;
}
.ui-tabs .ui-tabs-panel {
	min-height: 443px;
	height: auto;
}
#switchCharts {
	font-size:13px;
	float: right;
}

#addOutcomeResultDialog .row {
    width: 750px;
    float: left;
    font-size: 14px;
    padding : 5px 0;
}

#addOutcomeResultDialog .row .label {
    font-weight: bold;
    width: 250px;
    float: left;
}

#addOutcomeResultDialog .row .input {
    float: left;
}

#addOutcomeResultDialog .row .input select {
    width: 400px;
    font-size : 12px;
}
.tabs{
    clear : both;
}
#leftHeader{
    width : 49%;
    float : left;
}

#rightHeader{
    width : 49%;
    float : left;
    margin : 0 0 0 2%;
}

#rightHeader #filters{
    float : right;
    margin : 25px 0 0 0;
    width : 90%;
    height : 75px;
    border : 1px solid #000000;
    padding : 10px;
}

#rightHeader #filters input{
    width : 75px;
}

#filters {
	border: 2px solid #C4C4C4;
	margin: 15px 0;
	padding: 20px;
}

#filters input[type="text"] {
	padding: 6px;
}

.ui-datepicker td {
	height: 100% !important;
}

#outcomeSiteLink_chzn ul.chzn-choices {
	max-height: 82px;
	overflow-y: scroll !important;
}

#dataTable_info {	
	font-size: 11px;
	margin: 0 0 0 10px;
}
