body 
{
 font-family: Arial, Helvetica, Sans Seriff;
 font-size: 9pt;
 border-bottom-width: 0;
 border-left-width: 0;
 border-right-width: 0;
 border-top-width: 0;
}

.zebra 
{
 border-collapse: collapse;
 width: 90%;
}

.zebra th 
{
 background-color: #006233;
 color: #fff;
 font-weight: bold;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 text-align: center;
 border-right-color: #fff;
 border-right-width: 1px;
 border-right-style: solid;
 line-height: 1.2;
 font-size: 10pt;
}

.zebra td 
{
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 font-size: 9pt;
 border-bottom-color: #006233;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

.zalt 
{
 background-color: #EBEECC;
}

.zover 
{
 background-color: #D7F4CC;
}

.groupwrapper 
{
 
}

.groupitem 
{
 width: auto;
 margin-top: 5px;
 margin-right: 5px;
 margin-bottom: 5px;
 margin-left: 5px;
 display: block;
 height: 50px;
 vertical-align: middle;
 font-size: 9pt;
 color: #DB3C3C;
}

.groupitem.itemheader 
{
 cursor: move;
}

.groupitem.itemcontent 
{
 vertical-align: middle;
 font-size: 9pt;
}

.sorthelper 
{
 border-color: #cccccc;
 border-width: 3px;
 border-style: dashed;
 width: auto !important;
 height: auto !important;
 display:block;
}

.message 
{
 clear: both;
 color: #DF0101;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 margin-top: 10px;
}

#TheForm label.error 
{
 display: inline;
 background-image: url(/js/images/unchecked.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 padding-left: 16px;
 font-size: 8pt;
 color: #EA5200;
 text-align: left;
}

#TheForm label.checked 
{
 display: inline;
 background-image: url(/js/images/checked.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 padding-left: 16px;
}