﻿.tagname
{
	font-weight: bold;
	padding-right: 8px;
	white-space: nowrap;
	width: 150px;
	line-height: 2em;
}
.GridHeaderCenter
{
	font-weight: bold;
	text-align: center;
	background: #cdc285;
}

.GridHeaderLeft
{
	font-weight: bold;
	text-align: left;
	background: #cdc285;
}
.GridCol
{
	background: #f5f3e6;
	height: 30px;
}
.GridRowRed
{
	color: Red;	
}

.modal
{
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.7;
}

.modalPopup 
{
	background-color:  #EEE8DE;
	border-width:3px;
	border-style: solid;
	border-color: Gray;
	padding: 25px;
	width: 400px;
}
.readonly {color:GrayText }
