/*
Design & Code (c) Inspire9 Inc.
Admin9 - Content Management System

Master styling */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
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-size: 100%;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
:focus {
	outline: 0;
}
ol {
	margin-left: 10px;
}
strong {
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Headings H1-H6 */
h1 { }

h2 { }

h3 { }

h4 { }

h5 { }

h6 { }

hr.clear {
	clear: both;
	background: none;
	border: none;
	color: none;
}

/*  Utility classes */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.cleft {
	clear: left;
}
.cright {
	clear: right;
}
.ltext, .tleft {
	text-align: left;
}
.ctext, .tcentre, .tcenter {
	text-align: center;
}
.rtext, .tright {
	text-align: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.padded {
	padding: 1em;
}
.pad_sides {
	padding-left: 1em;
	padding-right: 1em;
}
.pad_top {
	padding-top: 1em;
}
.pad_right {
	padding-right: 1em;
}
.pad_left {
	padding-left: 1em;
}
.margined {
	margin: 1em;
}
.margin_top {
	margin-top: 1em;
}
.mmiddle {
	margin-left: auto;
	margin-right: auto;
}
.test {
	background: pink;
}
.half {
	width: 50%;
}
.third {
	width: 33%;
}

#flash {
	border: 2px solid #fff;
	background: #A3D0FF;
	color: #0059B8;
	padding: .4em;
}
  #flash .inner {
    margin: 0 auto;
    padding: 0;
    width: 910px;
  }
  #flash.notice {
  	border-bottom: 2px solid #626E88;
  }
    #flash.notice .inner {
      width: 840px;
      padding: 1em 0 1em 70px;
    	background: url(/images/icons/message.png) no-repeat 0 50%;
    	color: #626E88;
    	font-size: 1.3em;
    }
	#flash.error {
		border: 2px solid #C60000;
		background: #CF3535;
		color: #fff;	
	}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid #333;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #ccc;
}

	#errorExplanation h2 {
	  float: none;
	  text-align: left;
	  font-weight: bold;
	  padding: 5px 5px 5px 15px;
	  font-size: 12px;
	  margin: -7px;
	  background-color: #333;
	  color: #fff;
	  width: auto;
	}

	#errorExplanation p {
	  color: #333;
	  margin-bottom: 0;
	  padding: 5px;
	}

	#errorExplanation ul li {
	  font-size: 12px;
	  list-style: square;
	}