﻿body
{
	margin: 0;
	padding: 0;
	font: 80%/1.3 arial, helvetica, sans-serif;
	color: #646464;
	background-color:#fff;
}

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
h1, h2, h3, h4, h5, h6, ul, ol, dl { margin-left: 0; margin-top: 0; }

p 
{
	padding-top: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

h2, h3, h4, h5, h6
{
	color: #220000;
	margin: 0 0 .5em;
}

h1
{
}


h2
{
}

h3 { font-size: 125%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
img { border: none; }
a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: blue; }
a:focus { color: red; }
a:active { color: red; }
blockquote
{
	margin: 2em;
	padding: 1em;
	background: #d1e0e1;
}

blockquote p { margin: 0 0 1em; }

blockquote p.source
{
	margin: 0;
	font-size: 90%;
	text-align: right;
}

/*
-----------------------------
class styles
-----------------------------
*/



/*
-----------------------------
content styles
-----------------------------
*/

#content { clear: left; }
.groupWrapper
{
	width: 100%;
	margin-right: 1%;
	min-height:50px;
}
.serializer
{
	clear: both;
}
.groupItem
{
		text-align:left !important;
margin-bottom: 10px;
}
.groupItem .itemHeader
{
	text-align:left !important;
	line-height: 28px;
	background-color: #ccc;
	border-top: 2px solid #999;
	color: #000;
	padding: 0 10px;
	cursor: move;
	height: 28px;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sortHelper
{
	border: 2px dashed #bc211c;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ol {
    margin-left: 20px;
    padding-left: 0
}
