@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Aller Light";
    src: url('../../public_html/fonts/Aller_Lt.ttf') format("truetype");
}

@font-face {
    font-family: "Aller";
    src: url('../../public_html/fonts/Aller_Rg.ttf') format("truetype");
}

body {
	overflow-y: hidden;
	background-color: #000000;
	font-family: Helvetica, sans-serif;
}

.header_bar {
	background-color: #8aa0ae;
	background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.24, rgb(128,150,164)),
    	color-stop(0.86, rgb(153,176,191))
	);
	position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	cursor: default;
	border: 0px;
	border-top: 1px solid #aac0ce;
	border-bottom: 1px solid #6a808e;
	overflow: hidden;
	border-radius: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	z-index: 50;
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.35);
}

#menu_bar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #6a808e;
}

#menu_bar li {
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
	height: 40px;
	line-height: 40px;
}

#menu_bar li a {
	font-size: 0.8em;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-decoration: none;
}

#menu_bar li a {
	font-size: 0.8em;
	color: inherit;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-decoration: none;
}

.active {
	color: #ffffff;
}

h1 {
	font-size: 0.8em;
	color: #6a808e;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}

#content_holder {
	background-color: #dedede;
	background-image: url(../images/tile_bg.png);
	display: block;
	position: fixed;
		left: 351px;
		right: 0px;
		top: 41px;
		bottom: 0px;
	padding: 0px;
	overflow-y: auto;
	border-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	z-index: 0;
}

#content {
	background-color: none;
	height: inherit;
	display: block;
	border-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	z-index: 50;
}

#llc_content_holder {
	background-color: #dedede;
	background-image: url(../images/tile_bg.png);
	display: block;
	position: fixed;
		left: 0px;
		top: 41px;
		bottom: 45px;
	width: 350px;
	padding: 0px;
	overflow-y: auto;
	border: 0px;
	border-right: 1px solid #7a909e;
	z-index: 0;
}

#llc_footer {
	background-color: #8aa0ae;
	background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.24, rgb(128,150,164)),
    	color-stop(0.86, rgb(153,176,191))
	);
	position: fixed;
		left: 0px;
		bottom: 0px;
	width: 350px;
	height: 44px;
	display: block;
	border: 0px;
	border-top: 1px solid #aac0ce;
	border-right: 1px solid #7a909e;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#llc_content {
	background-color: none;
	height: inherit;
	display: block;
	z-index: 50;
}

img {
	-webkit-touch-callout: none;
}

.class_listing {
	background-color: #ededed;
	color: #464656;
	height: 53px;
	border: 0px;
	border-bottom: 1px solid #cacaca;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 8px;
}

.class_listing_touched {
	background-color: #d7e2ee;
	color: #990033;
}

.red {
	color: #990033;
}

.pressed {
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
}

.unimportant {
	color: #ababab;
}

.class_label {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	text-shadow: 0 1px 1px #fff;
}

.class_label_line_2 {
	color: #464656;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
}

#llc_content > .class_listing:first-child{
	border-top: 0px;
	-webkit-box-shadow: 0px -4.5px 9px -4.5px rgba(0,0,0,0.2);
}

#llc_content > .class_listing:last-child{
	border-bottom: 0px;
	-webkit-box-shadow: 0px 4.5px 9px -4.5px rgba(0,0,0,0.2);
}

#reg_graph {
	margin: 0px;
}

#llc_footer_dropdown {
	-webkit-appearance: none;
	font-size: 0.8em;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	color: #6a808e;
	color: rgba(0,0,0,0);
	height: 100%;
	width: 44px;
	border: 0px;
   	border-right: 0px solid #7a909e;
	background-color: rgba(0,0,0,0);
	border-radius: 0px;
	border-bottom-left-radius: 6px;
	z-index: 1;
	position: absolute;
		left: 0px;
	background-image: url(../icons/retina/storage_24.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	outline: none;
}

#overview_fluff {
	padding: 0px;
	padding-left: 10px;
	width: 663px; 
	min-height: 100px; 
	background-color: #ffffff; 
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15); 
	overflow: hidden;
}

#class_info {
	position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
	height: 401px;
	padding: 0px;
	background-color: #ffffff;
	overflow: hidden;
	border: 0px;
	border-bottom: 1px solid #cdcdcd;
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	z-index: 50;
	
}

#reg_area {
	display: block;
	position: absolute;
		left: 0px;
		right: 0px;
		top: 402px;
		bottom: 0px;
	padding: 0px;
	margin: 0px;
	overflow-y: auto;
	z-index: 50;
}

#reg_row_container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: block;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	z-index: 50;
}

.reg_row {
	position: relative;
	height: 35px;
	line-height: 35px;
	width: 100%;
	padding: 0px;
	padding-left: 10px;
	background-color: #ededed;
	color: #464656;
	border: 0px;
	border-bottom: 1px solid #cacaca;
	z-index: 50;
	}


#reg_row_container > .reg_row:first-child{
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
}

#reg_row_container > .reg_row:last-child{
	border-bottom: 0px;
	-webkit-box-shadow: 0px 4.5px 9px -4.5px rgba(0,0,0,0.2);
}