a:link
{
	color:#000000;
	text-decoration:none
}
a:visited
{
	color:#333333;
	text-decoration:none
}
a:hover
{
	color:#B2AA7A;
	font-weight:bold;
}
iframe
{
	position:absolute;
	bottom:0px;
	right:0px;
}
.menu
{
	float:right;
}
.logo
{
	position:relative;
	background-image:url('images/header-small.png');
	background-repeat:no-repeat;
	height:120px;
}
.google
{
	float:left;
	margin:0 34%;
	width:500px;
}
html
{
	height: 100%;
}
img
{
	border: none;
}
body
{
	background: #fff;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div
{
	color:#000000;
}
.groupWrapper
{
	width: 32%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background-color: #7C1F1D;
	border-top: 3px solid #B2AA7A;
	color: #CCCCCC;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 14px;
	height: 28px;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color:#CCCCCC;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.textStyle
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.itemContent
{
}
.selectBox
{
	z-index:1001;
	position:absolute;
	top:100px;
	left:150px;
	right:150px;
	bottom:100px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	overflow:auto;
}
.selectBox p
{
	padding-top:50px;
	clear:both;
}
span 
{
	margin:0 10%;
}
.grayBG 
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index:1000;
}
.optionBox
{
	position:relative;
	width:100%; 
	background-color:#7C1F1D;
	border-top: 3px solid #B2AA7A;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 16px;
	padding:10px 0;
}
.optionBox a
{
	color:#CCCCCC;
	padding-right:10px;
}
.checkRows
{
	float:left;
	padding:20px 20px;
}