/*
	Colors:
		# R    G    B    Hex
		1 0    0    0    000000
		2 38   50   71   263247
		3 126  138  162  7F8BA3
		4 255  255  255  FFFFFF
		5 255  152  0    FF9800
*/
body {
	background-color: #000000;
}
H1{
	padding:0px;
	margin: 0px;
	background-color: #263247;
	text-align: center;
}
H3{
	padding:0px;
	margin: 0px;
	background-color: #263247;
	text-align: center;
}
A:link{
	text-decoration: none;
	color: #FFFFFF;
}
A:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color:#FF9800;
}
A:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.head{
	background-color: #7F8BA3;
	color: #FFFFFF;
	position: fixed;
	top: 5px;
	left: 5px;
	height: 90px;
	width:250px;
	text-align: left;
	z-index: 3;
	padding: 5px;
	overflow: visible;
}
.topBar A{
	border-top-width: 2px;
	border-top-style: solid;
	border-color: #FF9800;
}
div.topBar{
	background-color: #263247;
	position: absolute;
	left: 265px;
	top: 80px;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
div.sidebar{
	background-color: #7F8BA3;
	color: #FFFFFF;
	position: fixed;
	top: 105px;
	left: 5px;
	width: 103px;
	z-index: 2;
	padding-left:5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9800;
}
div.submenu{
	position:relative;
	padding-left:5px;
	background-color:#263247;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9800;
}
div.main{
	background-color: #263247;
	color: #FFFFFF;
	position: absolute;
	top: 105px;
	left: 115px;
	z-index: 1;
	padding: 5px;
	min-width:400px;
	min-height: 325px;
}
#ThumbSrc{
	//position: fixed;
	max-width: 94%;
	max-height: 94%;
}
div.imageBox{
	border-color: #FF9800;
	border-style: solid;
	border-width: 5px;
	background-color: #FF9800;
	position: fixed;
	max-width: 94%;
	max-height: 94%;
	top: 2%;
	left: 2%;
	z-index: 5
}
table{
	border-collapse: separate;
	border-spacing: 1px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FF9800;
	background-color: #7F8BA3;
}
td{
	background-color: #263247;
}
dl{
	border-collapse: separate;
	border-spacing: 1px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FF9800;
	background-color: #7F8BA3;
	padding-bottom: 5px;
}
dt{
	margin-top: 5px;
	font-weight: bold;
}
dd{
	background-color: #263247;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9800;
}
/*debug stuffs*/
.color1{
	background-color: #000000;
	color: #EEE1D9
}
.color2{
	background-color: #263247;
	color: #F4D6C0
}
.color3{
	background-color: #7F8BA3;
	color: #D9BEA1
}
.color4{
	background-color: #FFFFFF;
	color: #7F6E6E
}
.color5{
	background-color: #FF9800;
	color: #DFD1C8
}
