﻿div.acc_header
{
	margin: 0px;
	padding: 0px;
}

div.acc_header table.forms_header
{
	border: solid 1px #C8E0D0;
	border-collapse: collapse;
    font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
 	text-align: left;
	color: black;
	width: 100%;
}

div.acc_header table.forms_header td
{
    cursor: pointer;
}

div.acc_header table.forms_header th.header3
{
	background-color: #D9E9BB;
    padding: 0px 0px 0px 4px;
    height: 20px;
    text-align: left;
}

div.acc_header table.forms_header th.header3 img
{
    width: 16px;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px;
}

div.acc_header table.forms_header th.header3 img.icon
{
	background-image: url(../images/design/icons.gif);
	background-position: 0px -0px;
}

div.acc_header_selected
{
	margin: 0px;
	padding: 0px;
}

div.acc_header_selected table.forms_header
{
	border: solid 1px #C8E0D0; 
	border-collapse: collapse;
    font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

div.acc_header_selected table.forms_header td
{
    cursor: pointer;
}

div.acc_header_selected table.forms_header th.header3
{
	background-color: #F8F8B8;
    color: black;
    padding: 0px 0px 0px 4px;
    height: 20px;
    text-align: left;
}

div.acc_header_selected table.forms_header th.header3 img
{
    width: 16px;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px;
}

div.acc_header_selected table.forms_header th.header3 img.icon
{
	background-image: url(../images/design/icons.gif);
	background-position: 0px -16px;
}

div.acc_body
{
  margin: 0px;
  padding: 0px;
  border: solid 1px #C8E0D0;
  border-top: none;
  overflow: auto;
}
