.ButtonMouseOver
{
	clear: left;
	border-right: #0285c4 1px outset;
	border-top: #0285c4 1px outset;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#0285c4' );
	background-image: none;
	text-transform: capitalize;
	border-left: #0285c4 1px outset;
	color: White;
	border-bottom: #0285c4 1px outset;
	font-family: Verdana;
	height: 22px;
	background-color: #0285c4;
	font-variant: normal;
}

.ButtonStyle
{
	clear: left;
	border-right: #d3d3d3 1px outset;
	border-top: #d3d3d3 1px outset;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#d3d3d3' );
	background-image: none;
	text-transform: capitalize;
	border-left: #d3d3d3 1px outset;
	color: black;
	border-bottom: #d3d3d3 1px outset;
	font-family: Verdana;
	height: 22px;
	background-color: #d3d3d3;
	font-variant: normal;
}
.HeadingOneLabel
{
	font-weight: bold;
	font-size: 12px;
	color: midnightblue;
	font-family: Verdana;
	background-color: white;
	font-variant: normal;
}
.LabelUnderHeading
{
	font-size: 12px;
	color: black;
	font-family: Verdana;
	font-variant: normal;
}
.LabelStyle
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	font-variant: normal;
}
.LabelConfirmation
{
	font-size: 10px;
	color: #0285c4;
	font-family: Verdana;
}
.LabelNotRequired
{
	font-weight: bold;
	font-size: 10px;
	color: silver;
	font-family: Verdana;
}
.LabelTwo
{
	
	font-size:10px;
	color:Black;
	font-family: Verdana;
	font-variant: normal;
}
.LabelError
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana;
	font-variant: normal;
}
.TextBox
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	font-size: 10px;
	background-image: none;
	border-left: #999999 1px solid;
	color: black;
	border-bottom: #999999 1px solid;
	font-family: Verdana;
	height: 18px;
}

A.HeadLinkButton
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	font-family: Verdana;
	text-decoration: underline;
}
A.HeadLinkButton:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #ee6cba;
	font-family: Verdana;
	text-decoration: underline;
}
A.LinkButton
{
	font-weight: bold;
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	text-decoration: underline;
}
A.LinkButton:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ee6cba;
	font-family: Verdana;
	text-decoration: underline;
}
.DropDownList
{
	border-right: #74aac4 1px solid;
	border-top: #74aac4 1px solid;
	font-size: 10px;
	border-left: #74aac4 1px solid;
	color: black;
	border-bottom: #74aac4 1px solid;
	font-family: Verdana;
	background-color: white;
	font-variant: normal;
}

.Result
{
	font-weight: bold;
	font-size: 10px;
	color: #0285c4;
	font-family: Verdana;
	font-variant: normal;
}

/*this is also used for datagrid and <td> where heading needes*/
.Main
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	background-color: #0285c4;
}

.NotMain
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	background-color: gainsboro;
	text-decoration: none;
}
A.LinkMain:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ee6cba;
	font-family: Verdana;
	background-color: #0285c4;
	text-decoration: underline;
}

A.LinkMain
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color: #0285c4;
	text-decoration: underline;
}
A.LinkMain:Visited
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color: #0285c4;
	text-decoration: underline;
}
.yellowRow
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	background-color: #ffffcc;
}
.DetailLabel
{
	font-size: 10px;
	color: #464646;
	font-family: Verdana;
}
.CartTD
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana;
	background-color: #0285c4;
}
.SubHeadBlack
{
	font-weight: bold;
	font-size: 12px;
	color: Black;
	font-family: Verdana;
}
.SubHeadConfirmation
{
	font-weight: bold;
	font-size: 12px;
	color: #0285c4;
	font-family: Verdana;
}
.LabelUnderHeadingConfirmation
{
	font-size: 12px;
	color: #0285c4;
	font-family: Verdana;
	font-variant: normal;
}
.BtnGreen
{
	border-right: green 1px outset;
	border-top: green 1px outset;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= green );
	background-image: none;
	text-transform: capitalize;
	border-left: green 1px outset;
	color: white;
	border-bottom: green 1px outset;
	font-family: Verdana;
	height: 22px;
	font-variant: normal;
}
.BtnGreenMouse
{
	border-right: lime 1px outset;
	border-top: lime 1px outset;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= Lime );
	background-image: none;
	text-transform: capitalize;
	border-left: lime 1px outset;
	color:white;
	border-bottom: lime 1px outset;
	font-family: Verdana;
	height: 22px;
	font-variant: normal;
}
.BtnRed
{
	border-right: red 1px outset;
	border-top: red 1px outset;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= Red );
	background-image: none;
	text-transform: capitalize;
	border-left: red 1px outset;
	color: white;
	border-bottom: red 1px outset;
	font-family: Verdana;
	height: 22px;
	font-variant: normal;
}
.BtnRedMouse
{
	border-right: DeepPink  1px outset;
	border-top: DeepPink  1px outset;
	font-weight: bold;
	font-size: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= DeepPink );
	background-image: none;
	text-transform: capitalize;
	border-left: DeepPink  1px outset;
	color: white;
	border-bottom: DeepPink  1px outset;
	font-family: Verdana;
	height: 22px;
	font-variant: normal;
}
HR
{	 
	color: #0285C4;	
}

.LabelRed
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Verdana;
	font-variant: normal;
}
.Required
{
	
	font-size: 10px;
	text-transform: uppercase;
	color: red;
	font-family: Verdana;
	font-variant: normal;
}
/*both are used for datalist and datagrid*/
.Alternating
{
	font-size: 10px;
	font-family: Verdana;
	background-color: "#ffffcc";
	text-decoration: none;
}
.Normalitem
{
	font-size: 10px;
	font-family: Verdana;
	background-color: white;
	text-decoration: none;
}
.subitem
{
	font-size: 10px;
	font-family: Verdana;
	background-color: pink;
	text-decoration: none;
}

A:hover
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	color: #ee6cba;
	padding-top: 0px;
	font-family: Verdana;
	text-decoration: underline;
}

A:link
{
	padding-left: 0px;
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	text-decoration: underline;
}
A
{
	padding-left: 0px;
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	text-decoration: underline;
}
A.ItemLink:hover
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	color: #ee6cba;
	padding-top: 0px;
	font-family: Verdana;
	text-decoration: underline;
}

A.ItemLink
{
	padding-left: 0px;
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	text-decoration: underline;
}

/*
SPAN
{
	font-size: 10px;
	font-family: Verdana;
}*/

DIV
{
	display: block;
	padding-left: 0px;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.HelperTextBox
{
	border-right: white 0px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	color: white;
	border-bottom: white 0px solid;
	font-family: Verdana;
	background-color: white;
}
