/* import styles */

@import url(style.css);
@import url(global.css);
@import url(tables.css);
@import url(stylish_accessible_forms.css);
@import url(../formassembly/wforms-layout.css);

/* CSS print */

* {
	color: Black !important;
	background: White !important;
	border-color: gray !important;
}

html {
	border-top: none;	
}

#wrapper {
	border: none !important;
}

* a, a span.accesskey {
	text-decoration: none !important;
}

#footMn, #footer .pageinfo, .back, .hide, #language, #navigation, .actions {
	display: none !important;
}

#logo {
	height: 130px;
}

#footer {
	border-top: none;
}

a.liexternal, a.liexternal_sm, a.liemail, .electronic-mail {
	padding-right: 0;
	padding-top: 0;
	background: none;
}

blockquote {
	font-size: 1.4em;
	text-indent: 0;
	padding-top: 0;
}

acronym, abbr {
	cursor: default;
	border-bottom: none;
}

th {
	background-color: #bbb !important;
}

td.alt, td.first-alt {
	background: #eee !important;
}

.wForm input, .wForm select {
	border: 1px solid grey;
}

.wForm fieldset, .wForm fieldset fieldset {
	width: auto;
}

.wForm label {
	margin-top: 0;
	margin-bottom: 0.1em;
}

fieldset {
	float: none;
}


/* end print */