@charset "utf-8";

* {
	background: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0;
}

html >/**/ body object {
	display:none;
}

/* links */
a img {
	border: none;
}

a {
	text-decoration: none;
}

#content a:after {
	content: " [" attr(href) "] ";
	font-size: smaller;
	text-decoration: none;
}

/* hide the following */
#cim_skip-content, span.state, span.unit, span.department, #cim_tools, #cim_left-col, ul#cim_bread-crumbs, .function-icons, #application_options, #application_progress, #banner, legend, #sub_content, #cim_footer, #buttons {
	display: none;
}

/* site wrapper */
#cim_page-wrapper {
	padding: 0;
	width: 100%
}

/* header */
#cim_header {
	border-bottom: 1px solid #0285ce;
	margin-bottom: 1em;
	overflow: hidden;
	padding-bottom: 2em;
}

	#cim_header:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}

	#cim_header-left br {
		display: none;
	}

	#cim_header-left img {
		float: right
	}
	
	img#swa_logo {
		float: left
	}

/* headings */
h1, h2, h3, h4 {
	color: #e31937;
}

h1.alt, h2.alt, h3.alt, h4.alt {
	color: #0285ce;
}

/* tables */
table {
	border: none;
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}

table caption {
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table th {
	width: 30%;
}

table td, table th, table td.th {
	border: 1px solid #0285ce;
	font-weight: normal !important;
	padding: 3px 6px;
	vertical-align: top;
}

table td.th, table th { /* Due to Rad's not supporting THs, users should apply a TH class to TDs */
	background-color: #eaf1f8;
	color: #0e5277;
	font-weight: bold;
	line-height: 130%;
}

table td {
	background-color: #fff;
	color: #000;
}

table tr.even td {
	background-color: #f4f4f4;
}


/* forms */
fieldset {
	border: none;
	border-bottom: 1px solid #0285ce;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

fieldset.fs_register legend {
	display: block;
	font-weight: bold;
	left: -7px !important;
	position: relative !important;
}






