﻿body
{
}
.lnkbtn
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #2D4063;
}
.frmtitle
{
	font-weight: bold;
	font-size: 14pt;
	font-family: 'Courier New';
	font-size: 18pt;
	text-transform: capitalize;
	font-style: normal; /*text-decoration: underline;*/
	font-variant: small-caps;
	color: Black;
}
.lbl
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	border-bottom: solid, 1px,Black;
}
.DBlbl
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 4px;
	font-weight: bold;
	color: #003366;
	border-bottom: solid, 1px,Black;
}
.lblhead
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: Black;
}
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.helpdesc
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.helptitle
{
	font-weight: bold;
	font-size: 14pt;
	font-family: 'Courier New';
	font-size: 18pt;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: underline;
	font-variant: small-caps;
	color: Black;
}
/* Menu Style */
ul.WLinks
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	display: block; /*font:bold 12px Geneva, Arial, Helvetica, sans-serif;*/
	width: 200px;
	padding: 0px 0px 0px 0px;
}
ul.WLinks li
{
	margin: 0;
	height: 25px;
	width: 194px; /*background:url(../images/Accordion.gif) repeat-y;*/
}
ul.WLinks li a
{
	display: block;
	text-decoration: none; /*	color:#6f4c23;*/
	background: url(../images/Accordion.gif) repeat-y;
	padding: 10px 0 0 20px;
	width: 180px;
	height: 25px;
}
ul.WLinks li a:hover
{
	width: 180px;
	height: -25px;
	background: url(../images/AccordionSel.gif) 0 -25px no-repeat; /*color:#855b27;*/
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-image: url(images/Accordion.Gif);
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	cursor: pointer;
}

.accordionHeaderSelected
{
	border: 0px solid #2F4F4F;
	background: url(images/AccordionSel.gif);
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	cursor: pointer;
}

.accordionContent
{
	border: 1px Solid #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
.DynamicMenuItemStyle
{
	border-right-style: solid;
	border-right-color: #585880;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #585880;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585880;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #585880;
	border-top-width: 1px;
	background: transparent url( "../images/bgON.jpg" ) repeat;
}

.DynamicHowerStyle
{
	background: transparent url( "../images/bgHOVER.jpg" ) repeat;
}
.toggle-b
{
	background-image: url(../images/toggle-b.gif);
	background-repeat: repeat-y;
	width: 7px;
	padding-top: 100px;
	vertical-align: top;
}
.toggle-b-back
{
	background-image: url(../images/toggle-b-l.gif);
	background-repeat: repeat-y;
	width: 7px;
	padding-top: 100px;
	vertical-align: top;
}
.toggle
{
	background-image: url(../images/toggle.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 100px;
	display: block;
}
.toggle-back
{
	background-image: url(../images/toggle-l.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 100px;
	display: block;
}
html
{
	scrollbar-face-color: #7EB47C;
	scrollbar-shadow-color: #e5e5e5;
	scrollbar-highlight-color: #e5e5e5;
	scrollbar-3dlight-color: #e5e5e5;
	scrollbar-darkshadow-color: #e5e5e5;
	scrollbar-track-color: #e5e5e5;
	scrollbar-arrow-color: #E5E5E5;
}

.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}

.modalProgressGreyBackground
{
	background: #CCCCCC;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

