html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background: #33231F;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	background: #9C837C url("/images/page_bg.jpg") repeat-x;
}
a {
	color: #38241D;
	text-decoration: none;
}
a img {
	border: none;
}
em {
	font-weight: bold;
}
td {
	vertical-align: top;
}

#tooltip {
	position: absolute;
	background: #FFFFFF;
	border: 2px solid #5C4B47;
	-moz-border-radius: 5px;
	padding: 5px;
	max-width: 250px;
}
#tooltip h3 {
	margin: 0;
	font-size: 1.2em;
	white-space: nowrap;
}
#tooltip .body {
	border-top: 1px solid #CCCCCC;
	margin-top: 2px;
	padding-top: 2px;
}

.help {
	background: url("/images/information.png") right top no-repeat;
	padding-right: 20px;
}
span.help {
	display: inline-block;
	height: 16px;
}

.buttons {
	position: absolute;
	top: 0;
	left: 0;
	height: 29px;
	line-height: 29px;
	margin-left: 1em;
}
.buttons a {
	padding: 4px;
	cursor: default;
}
.buttons a.enabled {
	cursor: pointer;
}
.buttons a.enabled:hover {
	border: 1px outset #8d6e67;
	padding: 3px;
}
.buttons img, .buttonnew img, .buttonremove img {
	vertical-align: middle;
}
.buttons .popup {
	display: none;
	line-height: 1em;
	margin-top: 0.5em;
}
.buttons .popup span {
	background: #FFFFFF;
	padding: 0.5em;
}
.buttons .popup a {
	cursor: pointer;
}
.buttons .blank_popup {
	margin-left: 2em;
}
.header {
	height: 65px;
}
.header .logo {
	background: url("/images/header_bg.png") repeat-x;
	margin-right: 264px;
	height: 100%;
	text-align: center;
}
.header .wwg_logo {
	float: right;
	width: 264px;
	background: url("/images/wwg_logo_bg.png") no-repeat;
}
.header .wwg_logo img {
	margin-left: 34px;
	margin-top: 10px;
}

.wrapper {
	position: absolute;
	margin: 0 20px 20px 20px;
	top: 65px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.tabarea_padding {
	position: absolute;
	margin: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.tab {
	font-weight: bold;
}

.tabs_top {
	height: 30px;
	padding-left: 20px;
	overflow: auto;
}
.tabs_top a {
	display: inline-block;
	width: 110px;
	height: 100%;
	background: url("/images/tab_top.png") bottom center no-repeat;
	line-height: 30px;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.tabs_top a:hover, .tabs_top a.selected, .preload_tabs_top {
	background-image: url("/images/tab_top_hover.png");
	color: #000000;
}
.tabs_top a.selected {
	background-image: url("/images/tab_top_selected.png");
}
.tabarea_main {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	-moz-border-radius: 10px;
}

#firstwrapper {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	background: #FFFFFF url("/images/tab_bg.jpg") repeat-y;
}
#secondwrapper {
	margin-left: 0px;
	background: url("/images/pattern.png") no-repeat 1px 0px;
}
.tabs_left {
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	margin-left: 20px;
	overflow: auto;
}
.tabs_left a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #A29893;
	z-index: 10;
	background: url("/images/tab_left.png") center left no-repeat;
}
.tabs_left a span {
	padding-left: 10px;
}
.tabs_left a:hover, .tabs_left a.selected, .preload_tabs_left {
	background-image: url("/images/tab_left_hover.png");
	color: #000000;
}
.tabs_left a.selected {
	background-image: url("/images/tab_left_selected.png");
}
.tabarea_content {
	position: absolute;
	top: 0;
	left: 220px;
	right: 0;
	bottom: 0;
	background: #FFFFFF url("/images/background.php") center center no-repeat;
	border: 1px solid #000000;
	border-left: 0px;
}

.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	margin: 20px;
	color: #665153;
}
.content input, .content textarea {
	border: 1px solid #C8C2C0;
	background: transparent url("/images/input_bg.png");
	width: 95%;
	color: #665153;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}
input[type=checkbox], input[type=radio], input[type=button] {
	width: auto;
}
.content table {
	width: 100%;
}
.content th {
	text-align: left;
}
.content .label {
	text-align: right;
}
.formbuttons {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 20px;
	text-align: right;
}
.hideuntiledit {
	display: none;
}
.navigation {
	margin-bottom: 0.5em;
}
.navigation .button, .navigation .buttonnew, .navigation .buttonremove {
	border: 1px outset #8d6e67;
	padding: 3px 3px;
}
.navigation .button {
	padding: 2px 4px;
}
.navigation .button.current {
	background-color: #8A7A73;
	color: #FFFFFF;
}
.navigation .button.disabled {
	background-color: #CCCCCC;
	color: #777777;
	cursor: default;
	visibility: hidden;
}
input.serialkey {
	width: 8em;
}

input.invalid, textarea.invalid {
	border: 1px solid #FF0000;
}

a[href="#demo"], a[href="#demo"]:hover {
	color: #72554b;
}