.DashTitle
{
	margin-top:2px;
	padding-left:4px;
	padding-bottom:4px;
	padding-top:4px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    background-color:Gray;
    color:White;
    border: solid 1px Black;
}

.DashGridHeader th
{
    color: White;
    font-size: 11px;
    font-weight: bold;
    border: solid 1px Black;
    background-color: #ED1C24;
    text-align: center;
    height: 18px;
}

.DashGridRow td
{
    text-align: left;
    font-size: 10px;
    border: solid 1px Black;
    height: 15px;
}

.DashAlternatingGridRow td
{
    text-align: left;
    font-size: 10px;
    border: solid 1px Black;
    background-color: #E8E8E8;
    height: 15px;
}

.DashFilter td
{ 
    text-align: left;
    font-size: 10px;
    background-color: #E8E8E8;
    height: 15px;
}

.DashGridPager td
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    border: solid 1px Black;
    background-color: #ED1C24;
    text-align: center;
    height: 15px;
}

.Fatal
{
	padding-left: 22px;  
	background: url(../Images/dash_exclamation.gif) no-repeat left;
}	
.Error
{
	padding-left: 22px;  
	background: url(../Images/dash_cancel.gif) no-repeat left;
}	
.Warn
{
	padding-left: 22px; 
	background: url(../Images/dash_error.gif) no-repeat left;	
}	
.Info
{
	padding-left: 22px; 
	background: url(../Images/dash_information.gif) no-repeat left;	
}	
.Debug
{
	padding-left: 22px; 
	background: url(../Images/dash_bug.gif) no-repeat left;	
}	
.SumOk
{
	padding-left: 22px; 
	background: url(../Images/dash_accept.gif) no-repeat left;	

}
.View
{
	padding-left: 22px; 
	background: url(../Images/viewmag.png) no-repeat left;	
}
.SmArray
/* .SmArray: Array with smaller font Used on the table */
{
	border-collapse:collapse;
	width: 100%;
}	


.FootingItemLeft
{
	text-decoration: none;
	text-align: left;
	vertical-align:middle;
	width: 32%;
}	

.FootingItemCenter
{
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
	width: 32%; 
}	
.FootingItemRight
{
	text-decoration: none;
	text-align: right;
	vertical-align:middle;
	width: 32%;
}	

.AboutTextPanel
{
	padding: 2em 2em 2em 2em;
}	

.submit 
{ 
	font-size:x-small; 
	height:20px;	
}

.HelpPanel
{
	left: 930px;
 	width: 335px; 
 	top: 94px;
 	position:absolute;
	padding:7px;
	margin-bottom:10px;	
	margin-left:-8px; 
	margin-right:-8px; 
	margin-top:-8px; 
	font-size:xx-small;

}

.HelpPanel .HeadingBar 
{ 
	margin-left:-8px; 
	margin-right:-8px; 
	margin-top:-8px; 
	font-size:14px; 
}

.HelpText
{
	text-align:justify;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px; 
	padding-right: 5px;
}

.HelpTextInnerMargin
{
	margin: 1em;	
}

