html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background-color: #6175ec;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
}

#outer {
	height: 100%;
	width: 100%;
}

#shadow {
	position: absolute;
	z-index: 1;
}

#page {
	position: absolute;
	background-color: white;
	width: 465px;
	height: 267px;
	z-index: 2;
}

#page_corner1, #page_corner2, #page_corner3, #page_corner4 {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 3;
	background-repeat: no-repeat;
}

#page_logo {
	position: absolute;
	width: 44px;
	height: 22px;
	background-repeat: no-repeat;
	z-index: 3;
}

#page_border1, #page_border2 {
	position: absolute;
	width: 411px;
	height: 9px;
	background-repeat: no-repeat;
}

#b0, #b1, #b2, #b3, #b4, #b5, #b6, #b7 {
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

#bottom_page {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 7pt;
	font-family: Arial;
}

#bottom_page a:link, #bottom_page a:visited {
	color: white;
	text-decoration: none;
}

#page_head {
	font-size: 24pt;
	font-family: Arial;
	color: #465ad1;
	position: absolute;
	width: 285px;
	height: 36px;
	left: 125px;
	top: 7px;
	z-index: 5;
}

.page_head_little {
	font-size: 18pt !important;
}

.normal {
	font-size: 8pt;
	font-family: Tahoma, Arial;
	color: black;
	font-weight: normal;
}

#page_body {
	font-size: 8pt;
	font-family: Tahoma, Arial;
	position: absolute;
	width: 336px;
	height:  173px;
	left: 65px;
	top: 53px;
	overflow: scroll;
	overflow-X: hidden;
	overflow-Y: scroll; /* Opera your dumb... check style_modern.css */
	z-index: 5;
}

#page_foot {
	font-size: 8pt;
	font-family: Arial;
	position: absolute;
	width: 400px;
	height: 32px;
	left: 63px;
	top: 234px;
	z-index: 5;
}

#popup {
	width: 670px;
	height: 275px;
	padding: 10px;
	background-color: white;
	position: absolute;
	visibility: hidden;
	border: 4px #3117a1 solid;
	z-index: 99999;
}

.gray {
	color: gray;
	font-size: 7pt;
}

.portfolio {
	padding: 2px;
	font-weight: bold;
	color: navy;
	background-color: #c4bee2;
}

.title_mini {
	font-size: 8pt;
	font-weight: bold;
	color: navy;
}

.title_medium {
	font-weight: bold;
	color: navy;
	font-size: 10pt;
}

.title_big {
	font-weight: bold;
	color: navy;
	font-size: 14pt;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.littletext {
	font-size: 7pt;
}

.ui-custom-cbutton-width	{ width: 48px; }
.ui-custom-cbutton-height	{ height: 48px; }
.ui-custom-cbutton-normal	{ top: 0px; }
.ui-custom-cbutton-highlight	{ top: -48px; }
.ui-custom-cbutton-clicked	{ top: -96px; }
.ui-custom-cbutton-disabled	{ top: 0px; }