﻿
body
{
	font-family: Verdana,arial;
	font-size: 10px;
	text-align: left;
}
#dvIcon
{
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 38px;
}
/*Message Icon for Successful*/
#dvIcon.Success
{
	background-image: url( '../Images/Message_Success.png' );
}
/*Message Icon for Information*/
#dvIcon.Information
{
	background-image: url( '../Images/Message_Information.png' );
	width: 210px;
}
/*Message Icon for Warning*/
#dvIcon.Warning
{
	background-image: url( '../Images/Message_Warning.png' );
}
/*Message Icon for Error*/
#dvIcon.Error
{
	background-image: url( '../Images/Message_Error.png' );
}

.bodySmallText
{
	font-family: Verdana,arial;
	font-size: smaller;
}

.bodyVerySmallText
{
	font-family: Verdana,arial;
	font-size: 1;
}
.MyNavTreeSelected a
{
	color: Red;
}

.TextBoxBackground
{
	background-image: url(/Images/GrayGradient.gif);
	background-repeat: repeat-x;
	font-family: @Verdana@;
}

.MyCalendar .ajax__calendar_days
{
	background-color: White;
}
.ajax__calendar_header
{
	border: 1px solid #646464;
	background-color: ActiveBorder;
	color: Black;
}
.ajax__calendar_hover
{
	background-color: Silver;
	color: Black;
}



.form fieldset
{
	background: white;
	position: relative;
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
}
.form fieldset1 legend
{
	background-color: Maroon;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	position: relative;
	top: -20px;
}

.GradientFilter
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#CC0000,endColorStr=#FF9900);
}
.ButtonShade
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#CC0000,endColorStr=#FF9900);
	color: White;
}

/* ajax modal dialog styles */
.headingText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

/* ajax modal dialog styles */
.modalBox
{
	border: 2px dashed #5F1B07;
	background-color: White;
	padding: 1px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBoxCaption
{
	background-color: #5F1B07;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	cursor: move;
	color:white
}
.TableStyle
{
	width: 280%;
}
.MstLineStyle
{
	background-color: #D90000;
	font-family: Verdana;
	font-size: 2px;
}
.MstLineStyle1
{
	background-color: #FFFFFF;
	font-family: Verdana;
}
.MstSplitBtn
{
	/*width: 15px; 	height: 15px;*/
	cursor: pointer;
	background-color: #FFFFFF;
}
.style1
{
	width: 100%;
	height: 0px;
}
.AutoExtender
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	border: solid 1px #006699;
	line-height: 20px;
	padding: 10px;
	background-color: White;
	margin-left: 10px;
}
.AutoExtenderList
{
	border-bottom: dotted 1px #006699;
	cursor: pointer;
	color: Maroon;
}
.AutoExtenderHighlight
{
	color: White;
	background-color: #006699;
	cursor: pointer;
}
