/* colors */

body, div.logo, div.logo a {
	background-color: White;
	color: #C3C3FF;
}

div.menu, div.simple, div.simple img.fill {
	background-color: #0000FF;
	color: #C3C3FF;
}

a {
	color: White;
	background-color: #0000FF;
}

a:hover {
	color: #C3C3FF;
	background-color: #0000FF;
}

#dhtmltooltip {
	color: White;
	background-color: #0000FF;
	border: 1px solid White;
}

.menu .active {
	background-color: #0000FF;
	color: #C3C3FF;
}

.simple a img {
	background-color: White;
	color: #C3C3FF;
}

.logo a img {
	background-color: #0000FF;
	color: White;
}

.simple a:hover img, .simple .active img, .images img.active {
	background-color: #C3C3FF;
	color: #0000FF;
}

.simple img {
	border-left: 5px solid #0000FF;
	border-right: 5px solid #0000FF;
}

div.content {
	background-color: White;
	color: #0000FF;
	scrollbar-3dlight-color : #9696FF;	
	scrollbar-base-color : #0000FF;	
	scrollbar-darkshadow-color : #0000FF;	
	scrollbar-face-color : #0000FF;
	scrollbar-highlight-color : #0000FF;	
	scrollbar-shadow-color : #0000FF;
	scrollbar-track-color : White;
	scrollbar-arrow-color: White;
}

div.content a {
	background-color: White;
	color: #9696FF;
}

div.content a:hover {
	background-color: White;
	color: #0000FF;
}


.image a {
	background: white;
}

/* general layout */

html {
	/* XHTML */
	overflow: hidden; /* IE */
	height: 100%; /* safari */
	width: 100%; /* safari */
}

body {
	height: 100%; /* opera */
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0; /* opera */	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
	font-weight: bold;
}

:link:focus, :visited:focus {
	-moz-outline: 0px; /* Mozilla */
}

/* position absolute */

#dhtmltooltip {
	font-weight: normal;
	font-size: 9px;
	line-height: 1em;
	height: 12px;
	visibility: hidden;
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 1px 2px 1px 2px;
	z-index: 100;
}

div.menu, div.simple, div.content, div.image {
	position: absolute;
	top: 50%;
	left: 50%;
}

div.simple, div.image, div.menu, div.content, div.image table {
	width: 453px;
}

div.content, div.menu {
	margin-left: -439px;
}

div.simple, div.image {
	margin-left: 16px;
}

div.menu, div.simple, div.logo {
	margin-top: -255px;
	height: 84px;
}

div.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -476px;
	width: 35px;
	line-height: 1px;
}

div.logo img {
	margin-left: 0px;
	margin-top: 0px;	
	margin-bottom: 0px;
	padding: 0;
	width: 35px;
}

div.content, div.image {
	margin-top: -155px;
	height: 400px;
}

/* menu */

div.menu div, div.simple div {
	height: 25px;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
}

.menu .active {
	font-size: 13px;
	font-weight: normal;
}

div.menu div {
	margin-left: 12px;
}

div.simple div {
	margin-left: 7px; /* 12px-5px, corrected for border img */
}

div.main {
	margin-top: 8px;
}

.main img, .sub img  {
	width: 15px;
	height: 9px;
}

.main .active img, .sub .active img {
	width: 120px;
	height: 15px;
}

.main img.fill {
	height: 15px; /* ie trick */
}

.images img {
	width: 20px;
	height: 15px;
}

.images .high img {
	width: 15px;
	height: 20px;
}

/* image */

.image table {
	height: 100%;
}

.image table td {
	vertical-align: middle;
	text-align: center;
}

/* content */

div.content {
	overflow: auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
}

div.content h1 {
	margin-top: 0;
	margin-right: 14px;
	margin-left: 10px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 13px;
}

div.content h2 {
	margin-top: 0;
	margin-right: 14px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 13px;
}

div.content p {
	margin-top: 0;
	margin-right: 14px;
	margin-left: 10px;
	margin-bottom: 12px;
}

div.content a {
	font-weight: normal;
}

div.content a:hover {
	text-decoration: none;
}
