table.containertable
{
    width: 100%;
}

.containerheader 
{
    height: 21px;
    background-image: url('Images/containertopbg.gif');
    background-repeat: repeat-x;
    border-left: solid 1px #003366;
    border-bottom: solid 1px #003366;
    padding: 10px 10px 0px 5px;
}

.containerheaderright
{
    height: 21px;
    padding: 10px 10px 0px 5px;
    background-image: url('Images/containertopbg.gif');
    background-repeat: repeat-x;
    border-bottom: solid 1px #003366;
    border-right: solid 1px #003366;
    font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.containercontentwithdiv 
{
    width: 100%;
    height: 435px;
    background-color: #ffffff;
    border-left: solid 1px #4e4e4e;
    border-bottom: solid 1px #4e4e4e;
    border-right: solid 1px #4e4e4e;
    font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.containercontent 
{
    width: 100%;
    height: 416px;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    border-left: solid 1px #4e4e4e;
    border-bottom: solid 1px #4e4e4e;
    border-right: solid 1px #4e4e4e;
    font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.leftcontainercontent 
{
    width: 100%;
    height: 436px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    border-left: solid 1px #4e4e4e;
    border-bottom: solid 1px #4e4e4e;
    border-right: solid 1px #4e4e4e;
    font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.containercontentnoheight 
{
    width: 100%;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-left: solid 1px #4e4e4e;
    border-bottom: solid 1px #4e4e4e;
    border-right: solid 1px #4e4e4e;
    font-family: Verdana;
	font-size: 11px;
	color: #000000;
} 

.overflowdiv
{
       height: 415px;
       width: 96%;
       overflow: auto;
       padding: 10px 10px 10px 10px;
} 