f* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	font-size: 10px;
	padding: 12px 0;
	width: 960px;
	margin: 0 auto;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.5em;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 25px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.15em;
	color: #989898;
}

h3 a {
	color: #012ade;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

#page-header {
	text-align: right;
	background: #8394b8 none repeat-x 0 0;
	margin: 0 20px;
	margin-bottom: 10px;
}

#page-body {
	vertical-align: middle;
	min-height: 400px;
	margin: 0 20px;
}

#page-footer {
	text-align: right;
	background: #efefef none repeat-x 0 0;
	margin: 0 20px;
	margin-top: 5px;
}

.inner {
	color: #FFFFFF;
	padding: 0 5px;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}
span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}
span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}
span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}
span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}
span.corners-top, span.corners-bottom {
	background-image: url("./images/corners_left.gif");
}
span.corners-top span, span.corners-bottom span {
	background-image: url("./images/corners_right.gif");
}


#loginbox {
	margin: 0 auto;
	margin-top: 100px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

#copyright, #copyright a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 1px;
	font-size: 0.95em;
	color: #989898;
	margin-top: 10px;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

/* Progress Definition List */
dl.prog-list {
border: 2px solid #8394b8;
}

.prog-list dt {
	/*width: 600px;
	margin: 0;
	padding: 2px;*/
	border-top: 1px solid #efefef;
	/*clear: both;
float: left;*/
}

.prog-list dd {

	/*width: 200px;
	margin: 0;*/
	padding: 2px;
	/*border-top: 1px solid #efefef;*/
}

.prog-list h4 { margin: 0; }

.prog-name {
	font-size: 1.2em;
	font-weight: bold;
}

p.error {
	padding: 0 15px;
	color: #ff0000;
}

p.hidden-error {
	padding: 0 15px;
	color: #ff0000;
	display: none;
}

/* Quick-login */
fieldset.quick-login {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-top: 5px;
}

fieldset.quick-login input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: auto;
}

fieldset.quick-login input[type="text"] {
	width: 150px;
}

fieldset.quick-login label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
	white-space: nowrap;
	padding-right: 2px;
}

.quick-login label input {
	vertical-align: middle;
}

.quick-login label img {
	vertical-align: middle;
}

.quick-login p.explain {
	font-size: 0.95em;
	margin-bottom: 3px;
}

/* Definition list layout for forms */
fieldset.survey  dl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 5px;
	border-top: 1px solid #f0f0f0;
	padding-top: 3px;
}

fieldset.survey  dt {
	width: 45%;
	text-align: left;
	border: none;
	padding-top: 3px;
	float: left;
}

fieldset.survey dt label {
	text-align: left;
	font-weight: bold;
	color: #4A5A73;
}

fieldset.survey dt.explain {
	font-style: italic;
}

fieldset.survey dd {
	margin: 0 0 0 45%;
	padding: 0 0 0 5px;
	border: none;
	border-left: 1px solid #CCCCCC;
	color: #666666;
}

fieldset.survey dd label {
	white-space: nowrap;
	margin: 0;
	color: #4A5A73;
}

/* Survey */
fieldset.survey {
	margin: 15px 0;
	padding: 5px 15px;
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #D7D7D7;
	position: relative;
	font-size: 1.1em;
}

.survey legend {
	padding: 1px 2px;
	font-family: Tahoma,arial,Verdana,Sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #115098;
	margin-top: -.3em;
	position: relative;
	line-height: 1.2em;
	top: 0;
	vertical-align: middle;
}

.survey select.select_options {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	vertical-align: middle;
	width: auto;
	color: #000;
}

.survey select.select_options option {
	padding: 0 0.75em 0 0.2em;
	color: #000;
}

.survey p.buttons {
	text-align: center;
	margin: 0;
}

.survey button {
	width: auto;
	padding: 0;
	margin: 0 5px;
	vertical-align: middle;
}

.survey button img {
	margin: auto 0;
}

.survey dd label {
	position: relative;
	top: -2px;
	cursor: pointer;
	padding: 0 6px 0 2px;
}

.survey dd input.radio_scale {
	margin: -1px 0;
}

.survey dd label.radio_scale {
	top: -1px;
}

label.radio_options {
	min-width: 50px;
}

.survey input.text_textbox {
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 150px;
	border: 1px solid #cccccc;
}

.survey input.text_textbox:hover {
	border: 1px solid #aaaaaa;
}