/* CSS Document */

body {
	background-image: url(../gfx/body_bg.gif);
	vertical-align: middle;
}

body, td {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #3d1e00;
}

a {
	color: #895691;
}

#page-container {
	width:100%;
	min-height:100%; /* For Modern Browsers */
	height:auto !important; /* For Modern Browsers */
	height:100%; /* For IE */
	position:relative;
	text-align:center;
	vertical-align: middle;
	margin:0 auto;
}

#frame {
	background-color: #ffffff;
	width: 842px;
}

#menupane {
	background-image: url(../gfx/menu_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#content-frontpage {
	padding: 10px;
	height: 477px;
	background-image: url(../gfx/frontpage_bg.gif);
	font-weight: bold;
}

#content-normal {
	padding: 10px;
	height: 477px;
	background-color: #f7f5e3;
	background-image: url(../gfx/content_bg.gif);
	background-repeat: no-repeat;
}

.content, .content-short {
	text-align: center;
	height: 457px;
	overflow: auto;
	scrollbar-3dlight-color:#eadfc9;
	scrollbar-arrow-color:#eadfc9;
	scrollbar-base-color:#efe8ce;
	scrollbar-darkshadow-color:#eadfc9;
	scrollbar-face-color:#c09d75;
	scrollbar-highlight-color:#c09d75;
	scrollbar-shadow-color:#c09d75;
	scrollbar-track-color: #efe8ce;
}

.content-short {
	height: 330px;
}

#bottom {
	background-color: #ba8dbf;
	background-image: url(../gfx/bottom_bg.gif);
	padding-top: 3px;
}

#bottom-text {
	height: 21px;
	text-align: center;
	font-size: 10px;
}

#floating {
	position: absolute;
	margin-top: 335px;
	margin-left: -10px;
	width: 842px;
}

#flagtab {
	position: absolute;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-top: -15px;
	margin-left: 832px;
}

.flag {
	display: block;
	margin-top: 5px;
}

.textbox {
	width: 270px;
	background-color: #b2702c;
	color: #ffffff;
	font-size: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.menucell {
	padding: 3px;
}

.menuitem, .menuitem-selected {
	font-weight: normal;
	color: #3c1e00;
	text-decoration: none;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.menuitem:hover, .menuitem-selected {
	color: #ffffff;
}

.heading {
	color: #b2702c;
	font-size: 15px;
	font-weight: bold;
}

.subheading {
	font-size: 14px;
	font-weight: bold;
}

.light {
	color: #b2702c;
}