/* Customer Service Survey CSS (nice, they're both CSS :-) */

body {
	font-family: "Trebuchet MS", sans-serif;
	
	color: #000000;
	
	background-color: #ffffff;
	background-image: url(/images/bg_fill.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	padding: auto;
	
	font-size: 90%;
}

div.spacer {
	clear: both;
	height: 0;
	width: 0;
}

div.header {
	margin: 0px;
}

div.container {
	width: 775px;
	margin: 0px auto 0px auto;
}

div.title {
	font-size: 135%;
	font-weight: bold;
	
	background-color: #ffffff;
	color: #005bab;
	margin: 0px 0px 5px 0px;
	
	text-align: center;
	
}

div.doc {
	margin: -5px 0px;
	padding: 25px 15px;
	background-color: #ffffff;
	color: #000000;
}

fieldset {
	border-width: 0px;
	border-style: none;
	
	padding: 0px;
	margin: 1em 0em; 
}

fieldset legend {
	color: #000000;
	font-weight: bold;
	
	margin: 5px 0px;
}

fieldset.multi_choice * {
	margin: 0px 0px 0px 1em;
}

fieldset.table_choice table {
	width: 100%;
}

fieldset.table_choice tr td {
	text-align: center;
	padding: 0px 5px;
	
}

fieldset.table_choice tr td:first-child {
	text-align: left;
	width: 50%;
}

fieldset.table_choice input.comments {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
	
	width: 70%;
}

fieldset.final_info {
	border-width: 2px 0px;
	border-style: solid;
	border-color: #000000;
	
	padding: 10px 0px 5px 0px;
}

fieldset.final_info label {
	display: block;
	width: 15em;
	
	float: left;
	
	font-weight: bold;
}

fieldset.final_info label#captcha_label {
	display: block;
	width: 25em;
	
	float: left;
	
	font-size: 60%;
}

fieldset.final_info input { 
	width: 25em;

	margin: 0em 0em 1em 1em;
}

fieldset.final_info img {
	margin: 0em 0em 1em 1em;
}

fieldset.final_info br {
	clear: both;
}

fieldset.controls {
	text-align: right;
	font-weight: bold;
}


fieldset.events {
	border: 1px solid #bbb;
	background-color: #f5f5f5;
}

fieldset.events legend {
	border-width: 1px;
	border-color: #bbb;
	border-style: solid;
	background-color: #fff;
	
	margin: -1px;
	padding: 5px;
	
	color: #005bab;
}

fieldset.events input {
	display: block;
	float: left;
	margin: 15px 10px 0px;
}

fieldset.events label {
	display: block;
	float: left;
	border-width: 0px 0px 1px 0px;
	border-color: #bbb;
	border-style: solid;
	width: 95%;
	margin: 4px 0px;
}	

fieldset.events br {
	clear: both;
}

div.footer {
	border-width: 2px 0px;
	border-style: solid;
	border-color: #000000;
	
	padding: 5px;
	
	font-size: 90%;
}

/* Seminar specific formatting */
div.seminar {
	margin: 30px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
	text-align: justify;
	
	border-width: 0px 0px 2px 0px;
	border-color: #ddddff;
}


div.seminar div.seminar_title {
	font-size: 130%;
	font-weight: bold;
	
	color: #005bab;
	margin: 0px 0px 10px 0px;
}
	
div.seminar ul {
	display: block;
	position: relative;
	left: 30px;
	margin: 0px 0px 0px 10px;
}

div.seminar ul li {
	list-style-type: square;
}


div.seminar img.seminar_image {
	float: left;
	
	border: 2px solid black;
	
	margin: 0px 15px 0px 0px;
}

div.seminar table.seminar_schedule {
	margin: 10px 0px;
	width: 100%;
}

div.seminar table.seminar_schedule tr td {
	text-align: center;
	font-size: 90%;
}

div.seminar table.seminar_schedule tr td span.seminar_location {
	font-size: 110%;
	
	font-weight: bold;
	
	color: #005bab;
}

.invalid {
	border: 1px solid #f00;
	background-color: #ffdddd;
}