.ui-tabs .ui-tabs-hide {
     display: none;
}

html {
	overflow-y: scroll;
	background: #8c8c8c;
}

body {
	margin: 0;
	padding: 0 0 20px;
	min-height: 100%;
	/* font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; */
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 956px;
	position: relative;
	background: white;
	/* 
	background: url('../images/body_footer_bg.jpg') no-repeat center bottom;
	padding-bottom: 365px;
	 */
}

/* Content    -------------------------------- */

#content {
/*
	background: url('content_body_bg.png') no-repeat 0 13px;
*/	
	zoom: 1;
}

.content-top {
	font-size: 1px;
	height: 13px;
	background: url('content_top_bg.png');
}

.content {
	padding: 0 10px 10px 10px;
	overflow: hidden; 
	border: 4px solid black;
}

#content .content {
	min-height: 380px;
}

#ie6 #content .content {
	height: 380px;
	overflow-y: visible;
}


/* Footer    -------------------------------- */

#footer {
	height: 45px;
	padding: 10px;
	position: relative;
}

#footer .inner {
	position: relative;
	z-index: 2;
}

#ie6 #footer .inner {
	zoom: 1;
}

#footer .bg {
	background: url('footer_bg.png') no-repeat left top;
	width: 100%;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#ie6 #footer .bg {
	background: transparent none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='footer_bg.png', sizingMethod='scale');
	zoom: 1;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	font: normal 10px 'Arial', 'Helvetica', sans-serif;
	text-transform: uppercase;
}

#footer p a {
	color: #bbb;
}


/* Header    -------------------------------- */


#header {
	padding: 10px 0;
	position: relative;
	height: 105px;
	color: white;
	border: 4px solid black;
	padding: 5px;
	margin-top: 10px;
	background: #3c3c3c;
}

#header .bg {
	width: 100%;
	height: 105px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#header p {
	margin: 0;
	padding: 0;
	color: white;
}

#header p a {
	color: #bbb;
}

#header .inner {
	position: relative;
	z-index: 2;
}

#ie6 # .inner {
	zoom: 1;
}

.infocontainer {
}

.infocontainer td {
 padding: 10px;
}

.infocontainer h3 {
 margin-top: -8px;
}

.infotable {
 font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
 font-size: 1.1em; 
 border: 1px solid black;
}

.infotable tr {
}
 
.infotable td {
 font-weight: bold;
 border: 1px solid grey;
 margin: 0;
 padding: 4px;
}
 
.infofield {
 color: #c77405;
 text-align: right;
}
 
.infovalue {
}
 
/* Tab----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { list-style: none; margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
