﻿body
{
	font-family:Verdana,arial;
	font-size:11px;
}

bodySmallText
{
	font-family:Verdana,arial;
	font-size:smaller;
}

bodyVerySmallText
{
	font-family:Verdana,arial;
	font-size:1;
}

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;
	
}
.TextBoxBackground
{
background-image:url(images/GrayGradient.gif);
	background-repeat:repeat-x;
}

.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 {
	background-color : White;
	border-width: 2px;
	border-style:dashed;
	border-color:Navy;
	padding: 1px;
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBoxCaption
{
	background-color: #82629A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	cursor: move;
}
.TableStyle {
            width: 100%;
        }
.MstLineStyle
{
	background-color: Navy;
	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%;
}
.style2
{
    width: 100%;
}
.gridpager
{
	 text-align: left;

	
}
.style3
{
	width:435px;
	border-collapse :collapse;
	 border-color :#507CD1;
	 background-color :#EFF3FB ;
}
.repeaterCaption
{
	background-color:#507CD1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.repeaterMessage
{
	background-color:#EFF3FB;
	border-style:none;
	
}	
