/*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%;
	margin: 15px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

body, textarea, input {
	font-family: Tahoma, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h2, h2#BlogTitle {
	font-size: 2.65em;
}

h3 {
	font-size: 2.25em;
}

h4 {
	font-size: 2em;
}

h5 {
	font-size: 1.7em;
}

p {
	margin: 1em 0;
}

td p {
	margin: 0;
}

p, legend, li, th, center, .buttons a, .buttons button, .FormButtons input, .FormButtons a, div#BlogDescription, address {
	font-size: 1.6em;
}

.FormButtons {
	text-align: center;
}

.FormButtons input {
	display: inline;
}

fieldset fieldset legend, fieldset fieldset li {
	font-size: 1em;
}

center {
	margin: 0;
	padding: 0;
}

legend p, li p {
	font-size: 1em;
}

p.Alert, .ErrorBox {
	display: block;
}

p.Alert, div#Error, .ErrorBox, div.Alert {
	margin: 1em auto;
	padding: 20px 30px;
	text-align: center;
	max-width: 90%;
}

p.Alert, div#Error p, .ErrorBox p {
	font-size: 1.7em;
}

p.Alert, div.Alert {
	width: 34em;
	border: 3px solid #ffd324;
	background-color: #fff6bf;
}

div.Alert {
	width: 54.5em;
	margin: 1.6em auto;
}

div.Alert p {
	margin: 0;
}

div#Error, .ErrorBox {
	width: 56em;
	border: 3px solid #ccc;
	background-color: #f5f5f5;
	background-image: url('/Images/icon-exclamation.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

div#Error p, .ErrorBox p {
	margin: 0;
}

div#Error ul, .ErrorBox ul {
	text-align: left;
	list-style-type: disc;
	margin: 1em 0 0 6em;
}

.Error {
	color: #f00;
}

.Clear {
	float: none;
	clear: both;
}

p#DBError {
	text-align: center;
}

hr {
	color: #900;
	background-color: #900;
	height: 1px;
	border: 0;
	clear: both;
}

a {
	color: #970000;
	text-decoration: none;
}

div#Content {
	margin: 0 auto;
	max-width: 100%;
}

/* **************************************************
*                                                   *
*                     FIELDSETS                     *
*                                                   *
************************************************** */

form p {
	text-align: center;
}

fieldset p {
	text-align: left;
}

fieldset {
	border: 1px dashed #ccc;
	padding: 0 1em 1em 1em;
	margin: 1em auto;
	max-width: 95%;
}

fieldset li {
	border-top: 1px dashed #ccc;
}

fieldset li#FirstListItem, fieldset li.FirstListItem {
	border: none;
	margin-top: 1em;
}

legend {
	margin-left: 1em;
}

form input {
	display: block;
	margin: 0 auto;
	font-size: 100.01%;
}

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;
}

textarea#Descrip {
	width: 25em;
	height: 20em;
}

fieldset input, textarea {
	display: inline;
	border-style: solid;
	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2;
	border-width: 1px;
}

.PrintOnly {
	display: none;
}

.Warning {
	color: #f00;
}

.FinePrint {
	font-size: 80%;
}

/* BUTTONS */

div.buttons {
	width: 19em;
	margin: 1em auto;
}

.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:#336699;
}
.buttons a:active{
	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;
}

.buttons button.SearchButton {
	background-image: url('/Images/icon-search.png');
	background-repeat: no-repeat;
	background-position: 8px 0.45em;
	padding-left: 28px;
}

.buttons #Save, .buttons button.SaveButton {
	background-image: url('/Images/button-tick.png');
	background-repeat: no-repeat;
	background-position: 8px 0.45em;
	padding-left: 28px;
}

.buttons #Cancel, .buttons a.CancelButton {
	background-image: url('/Images/button-cross.png');
	background-repeat: no-repeat;
	background-position: 8px 0.45em;
	padding-left: 28px;
}
