@charset "utf-8";
/* CSS Document */

.groupWrapper
{
	width: 32%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}
/* this is for the div sorter on the home page
.top:HOVER {
	cursor: move;
}
*/
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background-color: #DAFF9F;
	border-top: 2px solid #B5EF59;
	color: #000;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sortHelper
{
	border: 1px dashed #666;
	background-color:#E6FFE6;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.box2 .top {
	height: 4px;
	margin-bottom: 1px;
}

/* form validaiton styles*/
label.error {
	color:#E4675C;
	font-weight: bold;
	background: url(/_css/images/icons/exclamation.png) no-repeat;
	background-position: 3px -1px;
	padding: 0 0 2px 20px;
	float: none;
	
}
label.checked {
	background: url(/_css/images/icons/accept.png) no-repeat;
	background-position: 3px -1px;
}
input.error {
	border-color:#f8a38a;
	background-color: #FDF2EF;
}
#errorSummary {
	color:#E4675C;
	font-weight: bold;
	background: url(/_css/images/icons/exclamation.png) no-repeat;
	background-position: 5px 0;
	padding: 2px 0 2px 30px;
	height: 29px;
	float: none
}

/* === jGrowls === */
div.jGrowl {padding: 10px;z-index: 9998;}
body > div.jGrowl {position:fixed;}
body > div.jGrowl.top-left {left: 0px;top: 0px;}
body > div.jGrowl.top-right {right: 0px;top: 0px;}
body > div.jGrowl.bottom-left {left: 0px;bottom:0px;}
body > div.jGrowl.bottom-right {right: 0px;bottom: 0px;}
body > div.jGrowl.center {top: 0px;width: 50%;left: 25%;}
div.center div.jGrowl-notification, div.center div.jGrowl-closer {margin-left: auto;margin-right: auto;}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { border-bottom: 3px solid red; 
																	background-color:#FFFFFF;
																	color: #2F4831;
																	float: left;
																	font-size: 21px;
																	font-weight: bold;
																	left: 0;
																	margin-top: -10px;
																	padding: 10px 30px 10px 30px;
																	position: fixed;
																	opacity: .90;
																	filter: alpha(opacity = 90);
																	zoom: 1;
																	width: 100%;
																	font-family: Arial, Helvetica, sans-serif;
																	text-align: left;
																	display: none;
																	-moz-border-radius: 1px;
																	-webkit-border-radius:1px;}
div.jGrowl div.jGrowl-notification {min-height: 36px;}
div.jGrowl div.jGrowl-notification div.header {font-weight: bold;font-size:13px; margin-bottom:5px;}
div.jGrowl div.jGrowl-notification div.close {z-index: 9999;float: right;font-weight: bold;font-size: 12px;cursor:pointer;}
div.jGrowl div.jGrowl-closer {height: 15px;padding-top: 4px;padding-bottom: 4px;cursor: pointer;font-size:11px;font-weight: bold;text-align: center;}


