/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	margin-top: 2;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15;
}

.SideManuLink
{
	font-size: 10pt;
	color: #000002;
	font-family: Arial;
	text-decoration: none;
}

.SideManuLink:hover
{
	color: mediumblue;
	text-decoration: underline;
}

.CSideManuLink
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.CSideManuLink:hover
{
	color: white;
	text-decoration: underline;
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: Teal;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

/* Main Tab Bar Text style */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

A.SiteLink:hover
{
    text-decoration: underline;
    color: #FF3300;
}

/* Main Tool Bar Text style */
A.ToolLink, A.ToolLink:link, A.ToolLink:visited
{
	font-weight: bold;
	font-size: 12px;
	color:White;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

A.ToolLink:hover
{
	color: palegoldenrod;
	text-decoration: underline;
}

/* Main Tool Bar Text style */
A.CToolLink, A.CToolLink:link, A.CToolLink:visited
{
	font-weight: bold;
	font-size: 10px;
	color:White;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

A.CToolLink:hover
{
	color: palegoldenrod;
	text-decoration: underline;
}


.CtrLblText
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	background-color: transparent;
}

.CtrBtnStyle
{
	font-weight: bold;
	cursor: hand;
	color: #336600;
	border-top-style: groove;
	font-family: Tahoma, Verdana, Arial;
	border-right-style: groove;
	border-left-style: groove;
	background-color: #99cc00;
	border-bottom-style: groove;
}


.HInPutCtrLayout
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 10px;
	border-left: 1px solid;
	width: 100px;
	border-bottom: 1px solid;
	font-family: Arial, Verdana, Tahoma;
	height: 16px;
}

.InPutCtrLayout
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	height: 20px;
}

.BtnCtrLayout
{	FONT-WEIGHT: bold;
	CURSOR: hand;
	COLOR: #336600;
	BORDER-TOP-STYLE: groove;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	BORDER-RIGHT-STYLE: groove;
	BORDER-LEFT-STYLE: groove;
	BORDER-BOTTOM-STYLE: groove
}

.SiteLink1
{
	font-weight: bold;
	font-size: x9pt;
	color: #006633;
	font-family: Verdana, Tahoma, Arial;
}

.SiteLinkBold
{
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: Verdana, Tahoma, Arial;
	font-variant: small-caps;
}

.NSiteLinkBold
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Tahoma, Verdana, Arial;
	font-variant: small-caps;
}

.HeadText1
{
	font-weight: bolder;
	font-size: 16px;
	color: white;
	font-family: Tahoma, Verdana, Arial;
}

.MenuBack
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: white 1px solid;
	padding-left: 10px;
	font-weight: bold;
	font-size: 8pt;
	background: #99cc66;
	left: 0px;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: verdana, Tahoma, Arial;
	position: relative;
	top: 0px;
	height: 20px;
}

