@CHARSET "UTF-8";

body {
	background-color: #000;
	color: #BBBBBB;
	font-family: Arial,Helvetica;
	font-size: 12px;
}

* {
	padding: 0;
	margin: 0;
	color: #BBBBBB;
}
a {
	text-decoration: none;
}

h2 {
	color: #384B62;
	font-family: 'Gill sans';
	font-size: 16px;
	border-bottom: 2px solid #384B62;
}

h1.bg {
	font-size: 20px;
	font-family: 'Trebuchet MS';
	border-bottom: 1px solid #636363;
	background-image: url('/templates/default/bg.png');
	background-repeat: x-repeat;
	height: 39px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
}

h2.bg {
	font-size: 16px;
	font-family: 'Trebuchet MS';
	background-image: url('/templates/default/bg_30.png');
	background-repeat: x-repeat;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
	text-align: center;
	color: #BBBBBB;
	border: none;
}




.hidden {
	display: none;
}
#page {
	/*margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;*/
}
#content {
	margin: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
#footer {
	position: absolute;
	bottom: 5px;
	font-size: 9px;
	margin-left: 5px;
	margin-right: 5px;
}
#toolbar {
	background-color: #131313;
	/*display: none:*/
	height: 35px;
	margin-bottom: 15px;
}

.absolute {
	position: absolute;
}
.relative {
	position: relative;
}


#top input.search {
	border: 0;
	outline: none;
	background-repeat: no-repeat;
	background-image: url('/templates/default/search.png');
	/*width: 226px;
	height: 28px;*/
	width: 186px;
	height: 22px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 6px;
	color: #666;
	font-size: 12px;
	background-color: transparent;
	top: 0;
	right: 15px;
}
#top img.loupe {
	position: absolute;
	left: 10px;
	top: 6px;
}
#top input.searchOutlined {
	background-image: url('/templates/default/search_outlined.png');
}
	
.darkGray {
	color: #242424;
}