
.MessageBox {
	background-repeat: no-repeat;
	background-position: 7px 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	background-color: #F4F4F4;
	margin:  5px 0;
	padding: 8px 8px 8px 30px;
}

.MessageBoxError 
{
    width:90%;
	background-image: url('./Images/error.gif');
	background-color: #FFECEC;
}

.MessageBoxSuccess 
{
    width:90%;
	background-image: url('./Images/success.gif');
}

.MessageBoxInfo 
{
    width:90%;
	background-image: url('./Images/info.gif');
	background-color: #FFF1A8;
}

.MessageBoxWarning 
{
    width:90%;
	background-image: url('./Images/warning.gif');
	background-color: #FDFCBD;
}


.Panel 
{
    width:90%;
}
.Panel td
{
    background-color: #fff;
}

.Panel td input
{
    font-family:Tahoma;
    font-size:11px;
    border:solid 1px #7F9DB9;
    height:18px
}

input.money
{
    text-align:right;
    width:55px;
}

.Panel td select
{
    font-family:Tahoma;
    font-size:12px;
    border:solid 1px #7F9DB9;
}

.Heading, tr.Heading td {
	font-weight: 700;
	font-size: 11px;
	color: #000;
	font-family: Tahoma;
	height: 16pt;
	background-color: #EDECEC;
	background-image:url(../../Content/Images/table_bg.gif);
	padding: 4px 4px 4px 10px;
}

.AltHeading, tr.Heading td {
	font-weight: 700;
	font-size: 11px;
	color: #000;
	font-family: Tahoma;
	height: 16pt;
	background-color: #fafafa;
	padding: 4px 4px 4px 10px;
}


td.FieldLabel 
{
    width:25%;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	font-family: Tahoma;
	height: 16pt;
	background-color: #F9F9F9;
	padding: 4px 4px 4px 10px;
	vertical-align:top;
}