@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway.woff2') format('woff2'),
         url('../fonts/Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*, body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: 'Raleway',Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
}

th {
	font-weight: bold;
	text-align: left;
}

tr.highlight:hover, td.highlight:hover, div.highlight:hover {
	background-color: #EBEBEB;
}

th, td {
	padding: 5px;
}

h1 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.headerWrap {
	position: absolute;
	height: 60px;
	background-color: #3f3f3f;
	color: #ffffff;
	font-size: 24px;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

div.header {
	color: #ffffff;
	font-size: 24px;
	margin-top: 15px;
	margin-left: 60px;
	position: absolute;
}

div.headerLogo {
	position: absolute;
	color: #ffffff;
	font-size: 24px;
	margin-top: 9px;
	margin-left: 10px;
}

div.currencyDropdown {
	position: absolute;
	right: 0px;
	margin-right: 20px;
	margin-top: 20px;
}

div.navi {
	position: absolute;
	top: 60px;
	width: 200px;
	background-color: #cacaca;
	bottom: 0px;
	left: 0px;
	overflow-y: auto;
}

div.naviheader {
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin-top: 15px;
	margin-bottom: 5px;
}

a.navipoint {
	display: block;
	padding: 7px;
	padding-left: 10px;
	width: 100%;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	text-decoration: none;
	color: #000000;
}

a.navipointActive, a.navipoint:hover {
	display: block;
	padding: 7px;
	padding-left: 10px;
	width: 100%;
	background-color: #ebebeb;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	text-decoration: none;
	color: #000000;
}

a.navipointActive {
	font-weight: bold;
}

div.contentWrap {
	position: absolute;
	top: 60px;
	bottom: 0px;
	right: 0px;
	overflow-y: auto;
	left: 200px;
	background-color: #d1d1d1;
}

div.content {
	margin-left: 30px;
	margin-top: 20px;
	padding-bottom: 20px;
}



div.folderItem {
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}


input[type="checkbox"], .mouselink {
	cursor: pointer;
	cursor: hand;
}
