﻿html
{
	height: 100%;
}
img{
	border: none;
}
body
{
	background-color: #3b4604;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url(     '../images/page_bg_green.gif' );
	background-repeat: repeat;*/
}
.header1
{
	background-image: url(     '../images/banner_green.gif' );
	background-repeat: repeat-x;
	border: 1px solid #EBEBEB;
	padding-left: 10px;
	padding-top: 2px;
	height: 70px;
	color: #CCCCCC;
	width: 580px;
	font-size: x-large;
}

.header1 span
{
	color: #CCCCCC;
	font-size:small ;
}
.header2
{
	border: 1px solid #EBEBEB;
	padding-left: 10px;
	padding-top: 2px;
	height: 70px;
	color: #CCCCCC;
	width: 600px;
	font-size: x-large;
}
.contentLoading
{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}
.menuContainer
{
	margin-bottom: 20px;
}
.linksContainer
{
	margin-top: 20px;
	width: 98%;
	background-repeat: repeat;
	background-color: #C0C0C0;
	margin-bottom: 20px;
}

.linksContainer a
{
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}
.noteContainer
{
	margin-top: 5px;
	width: 98%;
	background-repeat: repeat;
	background-color: #C0C0C0;
	margin-bottom: 2px;
	text-align:center;
	 padding-top:2px;
	 padding-bottom:2px;
}

.buttonsContainer
{
	/*position:relative;
	border: 1px solid #000080;
	background-color: #FFFFFF;*/
	/*left:90%;
	width:90px;*/
}
.groupWrapper
{
	width: 32%;
	float: left;
	margin-right: 1%;
	/*min-height: 400px;*/
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background-color: #3b4604;
	/*border-top: 2px solid #B5EF59;*/
	color: #ffffff;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 12px;
	height: 28px;
	position: relative;
	background-image: url(      '../images/header_green.gif' );
	background-repeat: repeat;
	border-top-color: #FFFFFF;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

/*.groupItem .itemHeader a
{
	position:absolute ;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	left: 90%;
}*/

.closeEl
{
	position:absolute ;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	left: 90%;
}
.closeDiv
{
	position:absolute ;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	left: 95%;
}

.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}
div.demo { 
	float: left; width: 18em; padding: 20px; margin: 1em;
    background: #c92; color:#000; text-align: center; font: verdana, arial, sans-serif;
}
.divLavaLamp
{
	position: relative;
	left: 30%;
}