/*Reset and some baseline typography, form, and table styles/*

/* Resets Browser Style Sheet */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table{border-collapse:separate;border-spacing:0;}
body { line-height: 1.5; margin:0; }
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption, th, td { text-align: left; font-weight:400; }
caption { text-align: left; font-weight:400; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
.clear{clear:both; display:block; border:none !important;}

/*Typography*/
body {font-size: 80%; color: #505050; font-family:  Verdana, Helvetica, Arial, sans-serif;}
h1,h2,h3,h4,h5,h6 {color:#7f8854; font-family: Calibri, Trebuchet MS, Verdana, Arial, Sans-Serif;}
h1 { font-size: 1.7em; line-height: 1; margin-bottom: 0.3em; letter-spacing:.5px;}
h2 { font-size: 1.5em; margin-bottom: 0.3em; line-height:1.2em; letter-spacing:0px;}
h3 { font-size: 1.3em; line-height: 1.2em; margin-bottom: 2px; margin-top:5px;  padding-left:10px;}
h4 { font-size: 1.2em; line-height: 1.15; margin-bottom: .0em; margin-top:1.1em;  margin-left:10px; font-weight:bold;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
p { margin: 0 0 1.0em; line-height:1.6em; font-size:.95em; margin-left:5px; color:#555 }
ol          { list-style-type: decimal; margin-left:50px; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { font-style: italic; }
del         { color:#666; }
a           {color:#85a42f;}
a:visited   {color:#85a42f;}
a:hover, 
a:active    {color:#0078b9;}
.quoteContain{padding:0px; border:solid 1px transparent;}
blockquote  { margin: 1.5em;  color: #666; padding:15px; margin-bottom:0;  background:#fff url(../images/blockquote-left-quotes.png) no-repeat 3px 5px; }
.shortBlock{width:280px;}
blockquote p{padding-left:30px;}
blockquote p.cite, cite{ text-align:right; line-height:.7em; font-style:italic; font-size:1em; display:block;}

strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; } 
.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.strong { font-weight:bold;}
.caps {font-variant: small-caps; letter-spacing: 1px;  text-transform: lowercase;  font-size:1.2em; line-height:1%; font-weight:bold; padding:0 2px;}
.contentList{font-size:.9em; margin-left:25px; list-style:disc;}
/*Forms, or text fields, use class .title or .text*/
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }
.errors,
.notice, 
.success    { padding: .0em; margin-bottom: 2em; border: 2px solid #ddd; }
.errors      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4;}
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

.errors
{
	background-color: #f27670;
	color: #ffffff;
	border: solid 2px #e50d03;
	width: 288px;
	font-weight:bold;
	margin-top: 5px;
	margin-left:15px;
	padding:10px;
	
}
div.selfCheckErrors{margin-left:130px !important;} 