/*Eric Meyer's browser reset (modded): */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{color:#000;background:#fff;}ol,ul{list-style:none;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}address{font-style:normal;}

body {
	font-size: 62.5%;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

body, input, textarea {
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-weight: bold;
}

h1 a {
	border: 0;
}

p {
	margin: 1em 0;
}

p, li, th, td, legend, .buttons a, .buttons button, address {
	font-size: 1.6em;
}

caption {
	font-size: 1.4em;
	font-weight: bold;
}

small {
	font-size: 0.8em;
}

li p {
	font-size: 1em;
}

.Alert, .Error, div.ErrorList {
	display: block;
	margin: 1em auto;
	padding: 20px;
	text-align: center;
	width: 40em;
	max-width: 90%;
}

.Alert {
	border: 3px solid #ffd324;
	background-color: #fff6bf;
}

.Error {
	border: 3px solid #f00;
	background-color: #fff;
}

div.ErrorList {
	border: 3px solid #f00;
	background-color: #fff;
}

div.ErrorList p {
	margin-top: 0;
}

div.ErrorList ul {
	list-style-type: disc;
	text-align: left;
	margin-left: 3em;
}

.Clear {
	float: none;
	clear: both;
}

p#DBError {
	text-align: center;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
	clear: both;
}

a, a:visited:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #5196dc;
}

a:active {
	color: #a3c8ed;
}

a:visited {
	color: #003d7a;
}

.PrintOnly {
	display: none;
}

div#Content {
	max-width: 100%;
	margin: 0 auto;
}

/* FIELDSETS ----------------------------------------

-------------------------------------------------- */

fieldset fieldset legend, fieldset fieldset li {
	font-size: 1em;
}

fieldset {
	border: 1px dashed #ccc;
	padding: 0 1em 1em 1em;
	margin: 1em auto;
	width: 50em;
	max-width: 95%;
}

fieldset li {
	border-top: 1px dashed #ccc;
	padding: 0.15em 0;
	clear: both;
}

fieldset li span {
	display: block;
	padding: 0.25em;
}

fieldset li p {
	font-size: 0.8em;
	margin: 0.5em 0 0.5em 0.25em;
}

fieldset li.FirstFormItem {
	border: none;
	margin-top: 0.5em;
}

fieldset label {
	display: block;
	margin-left: 0.25em;
}

fieldset label em {
	font-style: normal;
	color: #f00;
}

legend {
	font-weight: bold;
}

form input {
	display: block;
	margin: 0 auto;
	font-size: 100.01%;
}

form input.Button {
	display: inline;
	margin-left: 0.25em;
}

fieldset input {
	width: 11.53em;
}

fieldset li input.Checkbox, fieldset li input.Radio {
	width: auto;
	border: 0;
}

input.Short {
	width: 4.5em;
}

input.Long, fieldset textarea {
	width: 15em;
}

fieldset textarea {
	height: 7em;
	margin: 0.25em;
}

fieldset input, textarea {
	display: inline;
	border-style: solid;
	border-color: #778aa2 #7ea4d8 #7ea4d8 #778aa2;
	border-width: 1px;
}

fieldset fieldset {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset fieldset li {
	padding: 0.25em 0;
	float: left;
}

fieldset .Active {
	background-color: #dfecf4;
}

/* BUTTONS ------------------------------------------

-------------------------------------------------- */

.buttons {
	width: 21em;
	margin: 1em auto;
}

.buttons input {
	display: none;
}

.buttons a, .buttons button {
	display: block;
	float: left;
	margin:0 0 0 0.5em;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;

	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}

.buttons .FirstButton {
	margin: 0;
}

.buttons button{
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

/* STANDARD */

.buttons button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#369;
}
.buttons button:active, .buttons a:active{
	background-color:#b5dcf1;
	border:1px solid #6299c5;
}

/* POSITIVE */


.buttons a.positive:hover, button.positive:hover{
	background-color:#e6efc2;
	border:1px solid #c6d880;
	color:#529214;
}
.buttons a.positive:active{
	border:1px solid #529214;
}

/* NEGATIVE */

.buttons a.negative:hover, button.negative:hover{
	background-color:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active {
	border:1px solid #d12f19;
}

/* BUTTON TYPES */

.buttons button.SearchButton, .buttons a.SearchButton {
	background-image: url('../images/icon-magnifier.png');
	background-repeat: no-repeat;
	background-position: 8px 0.45em;
	padding-left: 28px;
}

.buttons button.SaveButton, .buttons a.SaveButton {
	background-image: url('../images/icon-tick.png');
	background-repeat: no-repeat;
	background-position: 8px 0.45em;
	padding-left: 28px;
}

.buttons button.CancelButton, .buttons a.CancelButton {
	background-image: url('../images/icon-cross.png');
	background-repeat: no-repeat;
	background-position: 8px 0.45em;
	padding-left: 28px;
}

/* --------------------------------------------------------------------------- */

body {
	color: #333;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}
