html, body {
	font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #000;
    color: #bdbdbd;
    padding: 0;
    margin: 0;
}

a, a:link, a:active, a:visited {
    color: #c73739;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #4cd228;
}

#leftcolumn {
    width: 250px;
    float: left;
    padding: 0px 20px;
}

#leftcolumn > h1:first-child {
    padding-top: 100px;
    background: url(images/icon.png) no-repeat left top;
}

#rightcolumn {
    margin-left: 280px;
    border-left: 2px solid #c73739;
    min-height: 100%;
    
    padding-left: 10px;
	padding-right: 10px;
}


table {
    border: 2px solid #bdbdbd;
    width: 100%;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #bdbdbd;
    padding: 4px;
}

table th {
    background-color: #bdbdbd;
    color: #000;
}

table tr {
    background-color: #000;
}

table tr:nth-child(2n) {
    background-color: #0F0F0F;
}

table tr:hover {
    background-color: #444;
}

table tr:nth-child(2n):hover {
    background-color: #555;
}

.clearall {
	clear: both;
}

.chart {
	float: left;
	
	width: 100%;
	height: 700px;
	
	margin-bottom: 40px;
}

.chart .highcharts-container {
	
}