/* reset */
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,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display:block;
}
body {
	line-height:1.3;
	margin:0 auto 10px auto;
	width:960px;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	font-weight:normal;
}
table,td,th {
	vertical-align:middle;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}
blockquote,q {
	quotes:"" "";
}
a img {
	border: none;
}
/* end reset */
/* typography */
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	background:#fff;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}
body, .normalColor
{
	color:#222;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#333;
}
h1 {
	font-size:4.77em;
	line-height:1;
	margin-bottom:0.1em;
}
h2 {
	font-size:3.12em;
	margin-bottom:0.18em;
}
h3 {
	font-size:2.18em;
	line-height:1;
	margin-bottom:0.64em;
}
h4 {
	font-size:1.64em;
	line-height:1.25;
	margin-bottom:1em;
}
h5 {
	font-size:1.45em;
	line-height:1;
	font-weight:bold;
	margin-bottom:1.30em;
}
h6 {
	font-size:1.18em;
	line-height:1;
	font-weight:bold;
	margin-bottom:1em;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin: 0;
}
/* Using different elements of typographic style (weights) */
.smallCaps,h6.style2,h4.style3,h2.style4 {
	font-variant:small-caps;
	font-weight:normal;
}
.fullCaps,h3.style4,h3.style3 {
	text-transform:uppercase;
}
.italic,h4.style2,h5.style1,h6.style3 {
	font-style:italic;
}
.slopedSmallCaps,h5.style2,h5.style3,h6.style1 {
	font-variant:small-caps;
	font-weight:normal;
	font-style:oblique;
}
.bold,h3.style1,h2.style2,h1.style3 {
	font-weight:bold;
}
.boldItalic,h3.style2,h2.style3,h4.style4,h4.style1 {
	font-weight:bold;
	font-style:italic;
}
.boldCaps,h2.style1,h1.style2,h5.style4 {
	text-transform:uppercase;
	font-weight:bold;
}
.boldSlopedCaps,h1.style1,h6.style4 {
	text-transform:uppercase;
	font-weight:bold;
	font-style: oblique;
}
/* Text elements */
p {
	margin:0 0 1.25em;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus,a:hover {
	text-decoration:none;
}
a {
	color:#222;
	text-decoration:underline;
}
blockquote {
	margin:0.8em 1em 0.8em 1em;
	color:#666;
	font-style:italic;
	font-size:1.45em;
}
strong {
	font-weight:bold;
}
em,dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup,sub {
	line-height:0;
}
abbr,acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre,code,tt {
	font:1em 'andale mono','lucida console',monospace;
	line-height:1.5;
	word-wrap: break-word;
}
/* end typography */
/* Lists */
li ul,li ol {
	margin:0;
}
ul,ol {
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left: 1.5em;
}
/* Tables */
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th,td,caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background: #eee;
}
/* Misc classes */
.small {
	font-size:0.8em;
	margin-top:1.18em;
	margin-bottom:2em;
	line-height:1.18em;
}
.large {
	font-size:1.18em;
	line-height:1em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.serif {
	font-family: Georgia,serif
}
/* forms */
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;
}
/* Form fields */
input[type=text],input[type=password],input.text,input.title,textarea,select {
	background-color:#fff;
	border:1px solid #cecece;
}
input[type=text]:focus,input[type=password]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus {
	border-color:#bbb;
	outline:none;
}
input[type=text],input[type=password],input.text,input.title,textarea,select {
	margin:0.5em 0;
}
input.text,input.title {
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	height:50px;
	padding:5px;
}
input[type=checkbox],input[type=radio],input.checkbox,input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:1.1em;
}
form.inline p, form.inline div {
	margin-bottom:0;
}
form label.fLeft {
	width:30%;
	margin-top:10px;
}
form .alignWithField {
	margin-left:30%;
}
form .text.fLeft {
	width:65%;
}
form select.fLeft {
	width: 30%;
}
form textarea.text
{
	width: 95%;
	display: block;

}
form label.labelForTitle.fLeft {
	margin-top:17px;
}
form .text.fLeft.oneThird {
	width:14%;
	margin-right:1%;
}
form .text.fLeft.oneHalf {
	width:22%;
	margin-right:1%;
}
form .text.fLeft.oneHalf:last-child,form .text.fLeft.oneThird:last-child {
	margin: none;
}
/* Success,notice and error boxes */
.shadow,.addLink:focus,.editLink:focus,.deleteLink:focus,.yesLink:focus,.noLink:focus,.cancelLink:focus,.btn:focus,.addLink:hover,.editLink:hover,.deleteLink:hover,.yesLink:hover,.noLink:hover,.cancelLink:hover,.btn:hover,input:focus,textarea:focus,select:focus {
	-webkit-box-shadow:0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 10px rgba(0,0,0,.2);
	box-shadow:0 1px 10px rgba(0,0,0,.2);
}
.radius,.addLink,.editLink,.deleteLink,.yesLink,.noLink,.cancelLink,.btn,input.text,input.title {
	padding-left:10px;
	padding-right:10px;
}
textarea {
	padding:10px;
}
.error,.notice,.success {
	padding:.8em;
	margin-bottom:1em;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
}
.notice {
	background:#FFF6BF;
	color:#514721;
}
.success {
	background:#E6EFC2;
	color:#264409;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color: #264409;
}
/* end forms */
/* Add,Edit Delete Buttons and Links */
.addLink,.editLink,.deleteLink,.yesLink,.noLink,.cancelLink,.horizontalNavigation a,.verticalNavigation a, .btn {
	cursor:pointer;
}
/* tabs vertical and horizontal */
.verticalNavigation {
	width:170px;
	word-wrap:break-word;
}
.horizontalNavigation,.horizontalNavigation li,.verticalNavigation,.verticalNavigation li {
	margin:0;
	padding:0;
	list-style:none;
}
.horizontalNavigation li {
	float:left;
}
.horizontalNavigation a,.verticalNavigation a {
	text-decoration:none;
	display:inline-block;
	height:100%;
	padding-left:10px;
	padding-right:10px;
	border:none;
	border-right:1px solid #cecece;
	border-left:1px solid #fff;
	text-transform:none;
	font-weight:bold;
	font-size:1.28em;
}
.verticalNavigation a {
	border-right:none;
	border-bottom:1px solid #cecece;
	border-top:1px solid #fff;
	padding:10px 20px 10px 20px;
	width:100%;
	text-align:left
}
.horizontalNavigation li.active a,.verticalNavigation li.active a {
	background:#12507b;
	color:#fff;
	text-shadow:0px 1px 0 #000;
}
.horizontalNavigation li:last-child a {
	border-right:none;
}
.horizontalNavigation li:first-child a {
	border-left:none;
}
.verticalNavigation li:first-child a {
	border:none;
}
.verticalNavigation li:last-child a {
	border-top:none;
}
.horizontalNavigation.highlight {
	background:none;
}
.horizontalNavigation.highlight a {
	background:#cc1111;
	color:#fff;
	text-shadow:none;
	font-weight: normal;
}
/* generic - use this for margins,paddings and floats*/
.fLeft,.imgLeft {
	float:left;
}
.fRight,.imgRight {
	float:right;
}
.noBorder {
	border:none;
}
.imgLeft {
	margin:1em 1em 1em 0;
}
.imgRight {
	margin:1em 0 1em 1em;
}
.clear {
	clear:both
}
.mTop {
	margin-top:20px;
}
.mRight {
	margin-right:20px;
}
.mBottom {
	margin-bottom:20px;
}
.mLeft {
	margin-left:20px;
}
.mTopSmall {
	margin-top:10px;
}
.mRightSmall {
	margin-right:10px;
}
.mBottomSmall {
	margin-bottom:10px;
}
.mLeftSmall {
	margin-left:10px;
}
.pTop {
	padding-top:20px;
}
.pRight {
	padding-right:20px;
}
.pBottom {
	padding-bottom:20px;
}
.pLeft {
	padding-left:20px;
}
.pTopSmall {
	padding-top:10px;
}
.pTopSmaller {
	padding-top: 6px;
}
.pRightSmall {
	padding-right:10px;
}
.pBottomSmall {
	padding-bottom:10px;
}
.pLeftSmall {
	padding-left:10px;
}
.clearBoth {
	clear: both;
}
.moreLineHeight
{
	line-height: 3em;
}
/* end generic */
/* grid */
.centeredDiv {
	width:55%;
	margin:0 auto;
	padding:20px;
}
.div25Left,.div75Right,.div25Right,.div75Left,.div50Left,.div50Right,.div3Left,.div3Middle,.div3Right {
	float:left;
	margin-top:20px;
}
.div25Left,.div25Right {
	width:21%;
}
.div75Right,.div75Left {
	width:70%;
}
.div50Left,.div50Right {
	width:46%;
}
.div3Left,.div3Middle,.div3Right {
	width:29.33%;
}
.div3Left {
	padding:1% 2% 1% 0;
}
.div3Middle {
	padding:1% 2% 1% 2%;
}
.div3Right {
	padding:1% 0 1% 2%;
}
.div50Left {
	padding:1% 2% 1% 0;
}
.div50Right {
	padding:1% 0 1% 2%;
}
.div25Left {
	padding:1% 2% 1% 0;
}
.div75Right {
	padding:1% 0 2% 2%;
}
.div25Right {
	padding:1% 0 1% 2%;
}
.div75Left {
	padding: 1% 2% 1% 0;
}
/* end grid */
.div25Left form .text.fLeft,.div25Right form .text.fLeft,.div50Left form .text.fLeft,.div50Right form .text.fLeft,.div3Left form .text.fLeft,.div3Right form .text.fLeft,.div3Middle form .text.fLeft {
	width:59%;
}
.div50Left form .text.fLeft,.div50Right form .text.fLeft {
	width:69%;
}
.div50Left form label.fLeft,.div50Right form label.fLeft {
	width:20%
}
.div50Left form .alignWithField,.div50Right form .alignWithField {
	margin-left: 20%;
}
.div70Right
{
	width: 66%;
	margin-left: 1%;
}
.div60Right
{
	width: 55%;
}
.div30Left
{
	width: 28%;
}
#errorExplanation {
  width: 80%;
	margin-left:auto;
	margin-right:auto;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding:5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
.dropInProgress {
	background: #DCDCDC url('/images/loading.gif') no-repeat;	
	border:3px dashed #5E5E5E;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position: center center;	
}
.dropBox {
	background: #DCDCDC url('/images/drop_here_text.png') no-repeat;	
	border:3px dashed #5E5E5E;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position: center center;	
}
#notice, #flash-error
{ 
	padding: 15px 0 15px 0; 	
	font-size:18px;
	width: 100%;
	position: absolute;
	margin-top:0;
	text-align:center;
	color: #000000;
	background: #f3fcdd;
}
#flash-error
{
	background: #fce0df
}
