html
{
	height: 100%;
}
body
{
	height: 100%;
}

.homeTitles {
	color : #FFFFFF;
	padding : 5px 10px 5px 10px;
	font-weight : 600;
	font-family : serif;
	font-size : 16pt;
}

.groupWrapper
{
	width: 100%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 18px;
	background-color: #E6E6E6;
	border-top: 2px solid Silver;
	color: Navy;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 14px;
	height: 18px;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
        .stanDs {
		background-image : url(images/dsButtonS.png);
		background-repeat : no-repeat;
		background-position : center;
	}
	.ionoDs {
		background-image : url(images/dsButtonI.png);
		background-repeat : no-repeat;
		background-position : center;
	}
	.geomDs {
		background-image : url(images/dsButtonG.png);
		background-repeat : no-repeat;
		background-position : center;
	}
	#dsButton
	{
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : medium;
	border-collapse : collapse;
	border-left-color : Silver;
	border-left-style : solid;
	border-left-width : thin;
	border-right-color : Gray;
	border-right-style : solid;
	border-right-width : medium;
	border-top-color : Silver;
	border-top-style : solid;
	border-top-width : thin;
	background-color : Black;
}
#myAccordion{
	width: 400px;
	border: 1px solid #6CAF00;
	position: absolute;
	left: 10px;
	top: 10px;
}
#myAccordion dt{
	line-height: 20px;
	background-color: #80df20;
	border-top: 2px solid #DAFF9F;
	border-bottom: 2px solid #6CAF00;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
}
#myAccordion dd{
	overflow: auto;
}
#myAccordion p{
	margin: 16px 10px;
}
#myAccordion dt.myAccordionHover
{
	background-color: #90ef30;
}
#myAccordion dt.myAccordionActive
{
	background-color: #6CAF00;
	border-top: 2px solid #80df20;
	border-bottom: 2px solid #000;
}
