/* @override http://localhost:3000/stylesheets/base.css?1226385675 */

body {
	margin: auto 0;
	background-color: #dee7ed;
}

#head {
	  padding-top: 20px;
	  padding-left: 4px;
	  background: #292929;
	  border-bottom: 4px solid #6699cc;
}
div.header-width-tricker{
	width:100%;
}

#main {
	margin-top: 15px;
}

#foot {
	margin-top: 15px;
}

#leftside {
	margin: 0;
	margin-left: 4px;
	padding: 15px;
	background-color: #fff;
	border: 2px solid #ccc;
	min-height: 300px;
}

#rightside {
	margin: 0;
	padding: 20px;
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}


/* === FLASH MESSAGES === */
div#flash-notice {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div#flash-warning {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;	
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div#flash-error {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	padding:.8em;
  	margin-bottom:1em;
  	border:2px solid #ddd;
  	background:#FBE3E4;
  	color:#8a1f11;
  	border-color:#FBC2C4;
}

div#errorExplanation h2 {
	text-align: left;
  	font-weight: bold;
  	padding: 5px 5px 5px 15px;
  	font-size: 14px;
  	margin: -7px;
  	margin-bottom: 5px;
  	background-color: #FBC2C4;
  	color: #333;
}

div#errorExplanation p {
	color: #333;
  	margin-bottom: 0;
  	padding: 5px;
}

div#errorExplanation ul {
	font-size: 12px;
  	list-style: square;
}

div#errorExplanation ul li {
	font-size: 12px;
  	list-style: square;
}

/* === FORMS === */
div.fieldWithErrors {
  	display: table;
}

div.fieldWithErrors label {
	color: red;
}

div.fieldWithErrors input, div.fieldWithErrors select, 
div.fieldWithErrors textarea
{
	border: 2px solid red;
  	display: table;
}