/*
a:link
{
	color: #F59500;
	font-weight: bold;
}

a:visited
{
	color: #F59500;
	font-weight: bold;
}

a:hover
{
	color: #333380;
	font-weight: bold;
}

a:active
{
	color: #333380;
	font-weight: bold;
}

*/


/*.Menu
{
	background-color: #333380; 
	margin: 0px;
	align: top;
	font-weight: bold;
	line-height: 11pt;
}

td.Menu
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
}


td.Menu a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

td.Menu a:visited
{
	color: #FFFFFF;
	text-decoration: none; 
}

td.Menu a:hover
{
	color: #FF9922;
	text-decoration: none;
}

td.Menu a:active
{
	color: #FF9922;
	text-decoration: none;
}

*/




/* FORM STYLE -----------------------------------------*/
.FormStyle
{
	background-color: #DBD8D1; /*#DBD8D1*/
	border: solid 1px black;
}
.FormLabel
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
.FormButton
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #DBD8D1;
	border: outset 2px;
}
.FormLink
{
	color: #333380;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	background-color: #EEEEEE;
}
.FormLink2
{
	color: #333380;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	background-color: #DBD8D1;
}
.FormLinkButton
{
	color: #817965;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.FormLinkButton:hover
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.SetupMenuStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
	width: 100%;
	overflow: auto;
}
.SetupMenuStyle .Item
{
	font-size: 10pt;
	font-weight: bold;
	color: #D9D9F0;
	cursor: hand;
}
.SetupMenuStyle .ItemHover
{
	font-size: 10pt;
	font-weight: bold;
	color: #D9D9F0;
	cursor: hand;
}
.SetupMenuStyle .ItemSelected
{
	font-size: 10pt;
	font-weight: bold;
	color: #333380;
	cursor: hand;
}
.SetupSubMenuStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #F5F5F5;
	padding-left: 10px;
}
.SetupSubMenuStyle .Item
{
	font-size: 8pt;
	font-weight: bold;
	color: D9D9F0;
	cursor: hand;
}
.SetupSubMenuStyle .ItemHover
{
	font-size: 8pt;
	font-weight: bold;
	color: #D9D9F0;
	cursor: hand;
}
.SetupSubMenuStyle .ItemSelected
{
	font-size: 8pt;
	font-weight: bold;
	color: #333380;
	cursor: hand;
}
.EditMenuStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; /* background-color: #DBD8D1; */
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	width: 100%;
	overflow: auto;
}
.EditMenuStyle .Item
{
	font-size: 10pt;
	font-weight: normal;
	color: black;
	cursor: hand;
	background-color: #DBD8D1;
	text-align: center;
	border: solid 1px black;
}
.EditMenuStyle .ItemHover
{
	font-size: 10pt;
	font-weight: normal;
	color: white;
	cursor: hand;
	background-color: #DBD8D1;
	text-align: center;
	border: solid 1px black;
}
.EditMenuStyle .ItemSelected
{
	font-size: 10pt;
	font-weight: normal;
	color: #FF0000;
	cursor: hand;
	background-color: #DBD8D1;
	text-align: center;
	border: solid 1px black;
}
.EditSubMenuStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	padding-left: 5px;
	padding-right: 5px;
}
.SubMenuStyle .Item
{
	font-size: 8pt;
	font-weight: bold;
	color: black;
	cursor: hand;
}
.EditSubMenuStyle .ItemHover
{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	cursor: hand;
}
.EditSubMenuStyle .ItemSelected
{
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
	cursor: hand;
}
.TemplateSummaryTableStyle
{
	border: solid 1px grey;
	background-color: White;
}
.TemplateSummaryTextStyle
{
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.TemplateSummaryTextBoldStyle
{
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
}
.DataGrid
{
	background-color: #000000;
	border: solid 1px black;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}
.DataGrid .Item .Button
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #0044FF;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
.DataGrid .Item .Button:hover
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
.DataGrid A
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.DataGrid A:hover
{
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}

.DataGrid .Header
{
	background-color: #817965;
	color: #DBD8D1;
	font-weight: bold;
}

.DataGrid .Item
{
	background-color: #DBD8D1;
}

.DataGrid .AltItem
{
	background-color: #FFFFFF;
}

.NoPadding
{
	padding: 0px 0px 0px 0px;
}

.MultiSelect
{
	background-color: white;
	border: solid 4px #817965;
	width: 100%;
	height: 200px;
	overflow-y: scroll; /* 	scrollbar-face-color: #B8D6E9; 	scrollbar-shadow-color: #80B5D7; 	scrollbar-highlight-color: #EDF4FA; 	scrollbar-3dlight-color: #B8D6E9; 	scrollbar-darkshadow-color: #0b3d82; 	scrollbar-track-color: #f8f8f8; 	scrollbar-arrow-color: #0b3d82; 	scrollbar-base-color: #f8f8f8; */
}

.MultiSelectItem
{
	font: normal 10pt Arial, Sans-Serif;
	color: #000000;
	width: 100%;
	padding: 2px 3px 2px 3px;
}

.MultiSelectItemSelected
{
	background-color: #DBD8D1;
	font: normal 10pt Arial, Sans-Serif;
	color: #000000;
	width: 100%;
	padding: 2px 3px 2px 3px;
}

.AccessLevelEditor
{
	border: solid 2px black;
	background-color: #DBD8D1;
	margin: 0px 0px 0px 0px;
}

.UserEdit
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.UserEdit A
{
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	color: #000000;
}

.UserEdit A:Hover
{
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	color: #FF9900;
}

.UserEdit TD
{
	padding: 0px 5px 0px 5px;
}

.UserEdit .SimulateTextbox
{
	line-height: 18pt;
	color: #000000;
}

.UserEdit Input
{
	background-color: #DBD8D1;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #000000;
	width: 100%;
}

.UserEdit .NoEditTextbox
{
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #FFFFFF;
	width: 100%;
}

.UserEdit Select
{
	background-color: #DBD8D1;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.UserEdit .pushButton
{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #333380;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #DBD8D1;
	width: auto;
}

.LineSpacer
{
	line-height: 1px;
	width: 80%;
	background-color: #000000;
	vertical-align: sub;
}

.UserPaddedButton
{
	padding: 0px 20px 0px 20px;
}


