﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin: 0;
	padding: 0;
	border: none;
}


.DetailsFieldName
{
	font-weight: bold;
	color: Black;
	font-family: Arial ,Tahoma, Helvetica;
}
.BillMinDetailsFieldName
{
 font-weight:normal;
 font-size:10px;
 font-family: Arial ,Tahoma, Helvetica;
	}
.ButtonQuery
{
	border-width:0px;
	width:98px;
	height:21px;
	background-image:url(images/but_query.gif);	
}

.ButtonSearch
{
	width:80px;
	background-image:url(images/but_search.gif);	
}

.ButtonReset
{
	width:80px;
}

.ButtonUpload
{
	border-width:0px;
	width:96px;
	height:19px;
	background-image:url(images/but_upload.gif);	
}

.ButtonSaveTemplate
{
	border-width:0px;
	width:74px;
	height:19px;
	background-image:url(images/but_saveas.gif);	
}

.ButtonOpenTemplate
{
	border-width:0px;
	width:74px;
	height:19px;
	background-image:url(images/but_opentem.gif);		
}

.ButtonAccept
{
	border-width:0px;
	width:74px;
	height:19px;
	background-image:url(images/but_subpz.gif);		
}

.ButtonSaveDraft
{
	border-width:0px;
	width:74px;
	height:19px;
	background-image:url(images/but_savedraft.gif);		
}

.ButtonCancel
{
	border-width:0px;
	width:74px;
	height:19px;
	background-image:url(images/but_cancel.gif);		
}

.ButtonAdjust
{
	border-width:0px;
	width:74px;
	height:19px;
	background-image:url(images/but_intercept.gif);		
}

.collapsePanel
{
	background-color: white;
	overflow: hidden;
	width: 100%; /*width: 590px;*/
}
.collapsePanelHeader
{
	width: 100%; /*width: 590px;*/
	height: 22px;
	background-image: url(Images/collapse_bg.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}

.GroupRow
{
	font-weight:bold;
	background-color:#ffffff;
}

.SummaryRow
{
	font-weight:bold;
	color:Red;
	background-color:#ffffff;
}