a
{
	behavior:url(example.htc);
	outline:none !important;
}
.textdec
{
	text-decoration: underline;
}
.textdecnone
{
	text-decoration:none;
}
.textweight
{
	font-weight: bold;
}
.textbgcolor
{
	background-color: #cccccc;
}
.divborder
{
	margin-bottom: 10px;
	width: 100%;
	border-bottom: #cccccc 1px dashed;
	float: left;
}
.textTitle
{
	padding-top:6px;
	width: 100%;
	padding-left: 1px;
	text-indent:6px;
	vertical-align:middle;
    text-align:left;
    font-size:12pt;
}
.HtmlInputText
{
	border: #999999 1px solid;
	width: 100%;
	vertical-align:middle;
}
.DropDownList
{
	border: Gray 1px solid;
}
.HtmlInputFile
{
	border: Gray 1px solid;
}
.TextBox
{
	border: #999999 1px solid;
	width: 100%;
	vertical-align:middle;
}
.DgHeaderStyle
{
	padding-left: 5px;
	padding-bottom: 5px;
}
.sMessage
{
	cursor: pointer;
	background-color:#333333;
	color:#ffffff	
}
.stableMessage
{
	width:100%;
	border:1px dashed #cccc99;
	background-color:#CCCCCC;
	padding:5px;
	margin:5px;
}

