
@import url('default.css');

/*** generic ***/
html {
	/* font-family: "Univers", "Univers Medium", arial, helvetica, sans-serif; */
	height: 99%;
	color: #000; background: #fff;
}

h1 {
	font-weight: normal;
	font-size: 150%;
	line-height: 1.2;
}
h2 {
	font-weight: normal;
	font-size: 135%;
}
h3 {

}
h4 {
	font-weight: bold;
	font-size: 1em;
}
input, select {
    font-size:8pt;
}
fieldset {
    font-size: 8pt;
}
a {
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	letter-spacing: 0 !important;
	/* text-decoration: underline !important; */
}
#content {
    float:none !important;
}
.sub { /* also for header, footer */
	margin:0;
	width: 88%;
	margin-left: 6%;
	margin-right: 6%;
	/* 20080822_dan: this makes it printable in ff */
	overflow:visible;
}
/* content columns
	8-column grid  */
.c_1_8, .c_1_6, .c_1_4, .c_1_3, .c_4_6, .c_5_6, .c_7_8 {
	float: none;
	display: block;
	margin-left: 0;
	width: 100%;
	/* overflow: hidden !important; <- out for the following eason
	20080822_dan: this makes it printable in ff */
	overflow: visible !important;
} 
.c_1_8 {
}
.c_1_6_contentwrap {
	float: none;
	display: block;
	/* overflow: hidden !important; <- out for the following eason
	20080822_dan: this makes it printable in ff */
	overflow: visible !important;
	width: 100%;
}
.c_1_6 {
	width: 98%;
}
.c_1_3, .c_4_6 {
}
.c_1_4, .c_5_6 {
	margin-bottom: 1em;
}
.c_7_8 {
	display: none;
}

.breadcrumb {
	display: none;
}

a.navi:link, a.navi:visited {
	/* color: #000; */
}
address a:link, address a:visited {
	text-decoration:none;
}
#content h1 {
	margin-top: 2.5em;
	margin-bottom: 2em;
	margin-left: 0;
}
#content .htmlwrap h2 {
	color: #000;
}
#content table.setConsolidated .htmlwrap ul {
	margin: 0 0 0 1.6em;
}
h2 a, h2 a:visited {
	color: #000 !important;
}
#content .htmlwrap hr {
	border-top: .4pt solid #ccc;
}
.htmlwrap_one_item ul {
	list-style: none;
}

.preview h4 a {
	/* color: #000; */
}

/*** header ***/
#header {
	color: #000;
	background-color: #fff;
	border: 0;
	/* height: 5.6em; */
}
#header .header_top {
	display: none;
}


/*** footer ***/
#footer {
	clear: both;
}
#footer .sub {
	padding-top: 2em;
}
#footer .c_1_8 {
	color: #000;
	border: 0;
}
#footer span.sep, #footer a {
	display: none;
}

.searchBox {
	padding: .59em 0;
	background: #fff;
	color: #000;
	display: none;
}

.setEdit, 
.setDetail {
	width: 100%; /* 940px; */
	background-color: #fff;
	border: 0;
}
.setEdit .setTitleBox,
.setDetail .setTitleBox {
	padding: 0;
	background-color: #fff;
}
.setEdit .setTitleBox h2.setTitle, 
.setDetail .setTitleBox h2.setTitle {
	width: 5em; /* exp */
	padding: 0;
}
.setEdit 	.field,  
.setDetail 	.field {
	width: 100%; /* exp */
	overflow: visible;
	padding-left:0;
	border: 0 !important;
}
.setEdit 	.field	.fieldTitle,
.setDetail	.field	.fieldTitle {
	width: 100%;
	float: none;
}
.setEdit 	.field 	.fieldContent, 
.setDetail 	.field 	.fieldContent { 
	width: 40em; /* exp */
	overflow: visible;
	float: none;
	margin-top: .4em;
	margin-left: 0;
}
.setDetailNavigation {
	display: none;
}
table.setConsolidated {
	width: 98%;
}
table.setConsolidated td.navi {
	display: none;
}
div.setInfo {
	padding: 0 !important;
	margin-left: 0;
}
.setInfoItem {
	padding-top: 1em;
	padding-bottom: 1em;
}
.setInfoItem .setInfoItemResultsAll {
	display:none;
	/* border-right: 1px solid #ddd; */
}
table.setConsolidated td {
	color: #000;
	font-size: 8pt !important;
	border-top: .4pt solid #eee;
}
.setBox {
	/* font-size: 8pt;  exp */
	/* 20080822_dan: this makes it printable in ff */
	overflow: visible;
	float:none;
}
.setNavigation {
	display: none !important;
}
.fluct_set_detail_navigation {
	display: none !important;
}
.setFooterNaviResult div.right {
	display: none;
}
.setFooterNaviResult a {
	border-left: none;
	display: none;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}
.setFooterNaviResult a.active {
	display: inline;
	color: #000;
	background-color: #fff;
}

h4.searchresult a:link {
	color: #000 !important;
}
h4.searchresult a:visited {
	/* color: #000; */
}

a.promo p {
	float: none;
}
