body {
	background-color: #0a1628;
	color: #c9d9f2;
	font-size: 12px;
}

#chartType {
	float: left;
	width: 200px;
	background: rgba(7,16,34,0.9);
	border:1px solid #1a3a5c;
	border-radius:6px;
	padding:12px;
	color:#c9d9f2;
}

#chartType h4 {
	color:#00d4ff;
	margin:8px 0;
}

#chartType select, #chartType input {
	background:#0a1628;
	color:#c9d9f2;
	border:1px solid #1a3a5c;
}

#container {
    width : 150px;
    height: 80px;

}

.vert {
	text-align: center;
	vertical-align: bottom;
}

th {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 15px;
	color:#e6f3ff;
}

.vert th {
	border-left: 1px #1a3a5c solid;
	border-bottom: 1px #1a3a5c solid;
	padding-bottom: 20px;
}

.horiz th {
	border-right: 1px #1a3a5c solid;
}

.horiz img {
	height: 15px;
	vertical-align: bottom;
}

.vert img {
	width: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

tr.vert + tr.vert {
	padding-bottom: 20px;
}

#sidebar {
  position: fixed;
  width: 200px;
  top: 62px;
  bottom: 18px;
  right: -180px;
  transition: left 0.25s ease-in-out 1s;
  -moz-transition: left 0.25s ease-in-out 1s;
  -webkit-transition: left 0.25s ease-in-out 1s;
}

#sidebar:hover {
  right: 0px;
  transition: right 0.25s ease-in-out 0s;
  -moz-transition: right 0.25s ease-in-out 0s;
  -webkit-transition: right 0.25s ease-in-out 0s;
}

#sidebarBox {
  background-color: rgba(7,16,34, 0.9);
  width: 350px;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  box-shadow: 2px 0px 8px #000;
  -moz-box-shadow: 0px 2px 8px #000;
  -webkit-box-shadow: 0px 2px 8px #000;
}

#sidebarScrollView {
  position: absolute;
  overflow: hidden;
  overflow-y: hidden;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: 170px;
}

#sidebarContentView {
  height: auto;
  width: 250px;
}

#chartArea {
	color:#c9d9f2;
}

#chartArea h4 {
	color:#00d4ff;
}

#chartArea table {
	background:rgba(7,16,34,0.8);
	border:1px solid #1a3a5c;
}