﻿
.StandardPanel
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1 #CFCFCF;
	width: 100%;
}
.PanelTitle
{
	padding: 2px 1px 1px 27px;
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	border-bottom: dashed 1 #CFCFCF;
}
.PanelTitle td
{
	font-weight: bold;
	font-size: 100%;
	color: #eda211;
}
.PanelBody
{
	padding-top: 5px;
	font-family: verdana,tahoma,arial,helvetica;
}
