﻿
IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
A:visited
{
	color: maroon;
	font-family: Verdana,Arial;
	text-decoration: none;
}
A:active
{
	color: blue;
	font-family: Verdana,Arial;
	text-decoration: underline;
}
A:hover
{
	color: #105C9D;
	font-family: Verdana,Arial;
	text-decoration: underline;
}
A:link
{
	color: black;
	font-family: Verdana,Arial;
	text-decoration: none;
}

LEGEND
{
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
}
BODY
{
	margin: 0;
	font-size: small;
	font-family: Verdana, Arial, Tahoma;
}
.cssRequiredLabel
{
	font-weight: bold;
	color: red;
}
.cssWaterMark
{
	color: darkgray;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: white;
	padding: 3px;
	width: 250px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
.MouseHand
{
	cursor: hand;
}
.MenuBackground
{
	background-image: url(Images/image/ToolbarYellowBackground.gif);
	background-repeat: repeat-x;
}
.MenuSubItemPadding
{
	padding-bottom: 2px;
	padding-top: 2px;
}