@CHARSET "UTF-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*	general default styles, v1.05
	--------------------------------------------- */

body {
	color:#036;
	font-family:'Lucida Sans Unicode','Lucida Grande',tahoma, verdana,sans-serif;
	line-height:138%;
}

a {
	background-color:transparent;
}
a:link { color:#d00; }
a:visited { color:#c00; }
a:active { color:#d00; }
a:hover { color:#d00; }

h1 {
	font-size:240%;
	font-weight:bold;
}
h2 {
	color:#036;
	font-size:130%;
	font-weight:bold;
	letter-spacing:-0.8px;
	margin-bottom:0.4em;
}
h3 {
	color:#036;
	font-size:106%;
	font-weight:bold;
	margin-bottom:0.3em;
}
h4 {
	color:#036;
	font-size:108%;
	font-weight:bold;
	margin:0.4em 0 0.2em 0;
}
h5 {
	color:#036;
	font-size:100%;
	font-weight:bold;
	margin:0 0 0.4em 0;
}

p {
	margin-bottom:1em;
}

strong, em {
	font-weight:bold;	
}
hr {
	color: #aaa;
	size:1px;
	margin: 20px 0;
}
br.clear, .clear-line {
	clear:both;
}


/*	tables
	--------------------------------------------- */
th {
	padding:2px 6px 2px 0;
	border-bottom: 1px solid #999;
}
td {
	padding:2px 6px 2px 0;
	border-bottom: 1px solid #ccc;
}
td.last, th.last {
	text-align: right;
}

/*	lists
	--------------------------------------------- */
ul, ol {
	margin:0.9em 0 1em 1.6em;
}
ul li {
	margin-bottom:0.5em;
	list-style-position:outside;
	list-style-type:disc;
}
ol li {
	margin-bottom:8px;
	list-style-position:outside;
	list-style-type:decimal;
}

/* forms
--------------------------------------------- */
input, textarea, button {
	font-family:tahoma, verdana, 'trebuchet ms','Lucida Sans Unicode','Lucida Grande',clean,sans-serif;
	padding:3px 2px 3px 5px;
	border:1px solid #777;

}
textarea {
	height: 62px;
	width:230px;
}
input:focus, textarea:focus {
	border:1px solid #EA5C24;
}
input.hilight, textarea.hilight {
	padding:3px 2px 3px 5px;
	margin:2px 0 0 2px;
}
input.hilight:focus, textarea.hilight:focus {
	margin:1px 0 -1px 1px;
	border:2px solid #EA5C24;
}
select {
	margin:2px 0 0 2px;
}

legend {
	display:none;
	visibility:hidden;	
}
label {
	margin: 2px 6px 0 2px;
}
label.radio {
	display: block;
	float:left;
	padding: 0 3px 0 3px;
	margin-right: 14px;
	width: auto;
}
input.radio {
	border:0;
	display: block;
	float:left;
	margin: 1px 2px 0 0;
	width: auto;
}
li.nolabel {
	clear:left;
	display: block;
	float:left;
	margin-left: 128px;
	width:auto;
}
.errorMsg {
	clear:both;
	margin:6px 0 10px 6px;
	color:#f11;
}
input.small {
	width:120px;
}
input.medium {
	width:230px;
}
input.long {
	width:480px;
}
.button-submit, .button-finish {
	background-color: #cacaca;
	padding: 2px 10px;
	margin-top: 2px;
	font-weight:bold;
	width:auto;
}

/* form grid */
#list-form {
	margin: 26px 0 18px 10px;
}

#list-form label {
	width: 122px;
}
#list-form {
	padding:0;
	margin: 0;
}
#list-form li {
	list-style: none;
	margin-bottom: 8px;
}
#list-form .required {
	color: red;
}

#list-form div.errorMsg {
	margin-left: 142px;
}


/* hide elements
--------------------------------------------- */
h2 span, h3 span, .print-only, .hidden {
	display:none;
	visibility:hidden;
}
.accessibility-hide, h1 span {
	position:absolute;
	left:0;
	top:-999px;
	width:1px;
	height:1px;
	overflow:hidden;
}