body, html {
	background-color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
	
}

img {
	border: 0;
	margin: 0;
	padding: 0;	
}

a {
	color: silver;
	text-decoration: none;
	
}

a:hover {
	color: #cac5ff;
	text-decoration: none;
}

#menu_container {
	margin: auto auto auto auto;
	text-align: center;
	width: 305px;
	height: 305px;
	position: relative;	
	left: 0px;
	top: 0px;
}

#labelfield {
	margin: auto auto auto auto;
	text-align: left;
	width: 400px;
	height: 60px;
	position: relative;	
	left: 0px;
	top: 0px;
}

#loader {
	margin: auto auto auto auto;
	text-align: left;
	width: 400px;
	height: 60px;
	position: absolute;
	left: 30px;
	top: 190px;
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;	
}

.menu_item {
	width: 150px;
	height: 150px;	
	position: absolute;
}

.menu_item_hidden {
	width: 150px;
	height: 150px;	
	overflow: hidden;
	position: absolute;
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;
}

.menu_item_label {
	position: relative;
	left: 0px;
	top: 0px;	
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;	
}

.ord_menu {
	margin-top: 10px;
	font: bold 12px verdana, arial;
}

#left_line {
	position: absolute;
	left: 20px;
	top: 70px;
	width: 3px;
	height: 0px;
	background-color: #656565;
	text-align: left;
	overflow: auto;
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;	
}

#left_channel {
	position: absolute;
	top: 130px;
	left: 20px;	
	height: 170px;
	width: 0px;
	background-color: #242423;
	overflow: hidden;
}

#right_line {
	position: absolute;
	left: 376px;
	top: 70px;
	width: 3px;
	height: 0px;
	background-color: #656565;
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;	
}

#right_channel {
	position: absolute;
	top: 130px;
	left: 376px;	
	height: 170px;
	width: 0px;
	background-color: #242423;
	overflow: hidden;
}

/* Main end */

/* Content pages */

.content {
	margin: auto auto auto auto;
	text-align: left;
	width: 800px;
	height: 600px;
	position: relative;	
	left: 0px;
	top: 0px;
	background-color: #242423;
	border: 1px solid #656565;
	overflow: hidden;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 150px;
	border-bottom: 1px solid #656565;
	z-index: 2;
	overflow: hidden;
}

#left {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 200px;
	height: 450px;
	background-color: #1e1d1c;
	border-right: 1px solid #656565;
	overflow: hidden;
}

#flash_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 600px;
	background-color: black;
	z-index: 50;
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;	
}

#flash_window {
	position: absolute;
	left: 400px;
	top: 300px;
	width: 0px;
	height: 0px;
	background-color: #242423;
	border: 2px solid #656565;	
	padding: 5px;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	z-index: 100;
}

#main_area {
	position: absolute;
	left: 215px;
	top: 165px;
	width: 550px;
	height: 400px;
	padding: 10px;
	font: bold 10px arial, verdana;
	color: silver;
	background-color: #1e1d1c;
	border: 1px dashed #313131;
}

#main_area2 {
	position: absolute;
	left: 215px;
	top: 165px;
	width: 550px;
	height: 400px;
	padding: 10px;
	font: bold 10px arial, verdana;
	color: silver;
	background-color: #1e1d1c;
	border: 1px dashed #313131;
	z-index: -100;
}

#ajax_loader {
	position: absolute;
	left: 507px;
	top: 290px;
	padding: 10px;	
	background-color: #1C1711;
	border: 2px solid #313131;
	text-align: center;
	font: bold 10px verdana, arial, verdana;
	color: #7c7474;
	z-index: 105;	
	width: 0px;
	height: 0px;
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;
}

#ajax_overlay {
	position: absolute;
	left: 200px;
	top: 150px;
	width: 600px;
	height: 450px;
	background-color: black;
	z-index: 104;	
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;
}

.project_pic {
	border: 5px solid #343434;
}

.project_pic_thumb {
	border: 2px solid #343434;
	padding: 3px;
}

.project_pic_label {
	font: bold 11px arial, verdana;
	color: #5e5e5e;
	width: 100%;
	text-align: left; 
	margin: 5px;
}

h1 {
	font: bold 20px arial, verdana;
	color: silver;
	margin-top: 5px;
	padding-bottom: 2px;
}

.project_data {
	position: relative;	
	top: 0px;
	left: 10px;
	font: bold 14px arial, verdana;
	margin-bottom: 10px;
	padding-right: 10px;
}

.project_data_field {
	position: relative; 
	left: 5px; 
	color: #5e5e5e;
}

.project_data a {
	color: #5e5e5e;
}

.project_data a:hover {
	color: green;
}

/* accordion */

.accordion  {	
	width: 200px;
	font-family: verdana;
	margin:  0px;
	padding: 0px;	
}

.accordion ul {
	background-color: transparent;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.accordion li {
	background-color: transparent;
	list-style: none;
	margin: 0px;
}

.acc_inner li {
	padding: 3px 0 3px 10px;
	*+padding: 0px 0 0px 10px;
	margin: 0px;
	font: bold 10px arial, verdana;
	cursor: pointer;
}

.acc_inner li:hover {
	background-color: #2a2a2a;
}

.accordion a {
	cursor:pointer;
	display:block;
	padding:4px;
	*+padding-top: 0px;
	margin-top: 0px;
	text-decoration: none;
	font: bold 10px verdana, arial;
	color: #222;
	border-top: 1px solid silver;
	border-bottom: 1px solid #6f846f;
	background-image: url("images/accordion.gif");
}

.accordion a:hover {
	background-image: url("images/accordionHover.gif");
}
.accordion a.selected {
	color: black;
	border-bottom: 1px solid black;
	background-image: url("images/accordionOn.gif");
}

.acc_inner a {
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent;
	font: bold 10px arial, verdana;
	cursor: pointer;	
	background-image: url();
	color: white;
}

.acc_inner a:hover {
	background: transparent;
	background-image: url();
	color: silver;
}

.hidden {
	filter:alpha (opacity=0);-moz-opacity:.0;opacity:.0;-khtml-opacity: 0.0;
}

.fixedOn {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	color: black;
	font: bold 10px arial, verdana;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	color: black;
	font: bold 11px arial, verdana;	
}
