/* New */
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

br {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

textarea, input {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: black;
}

P {
	color: black;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	line-height: 130%;
}

.red {
 color: #800;
}

.attention {
	color: #f00;
	font-weight: bold;
}

p#copyright {
	text-align: right;
	font-size: 8pt;
	margin: 5px 10px 5px 0px;
	color: #444;
}

ul, ol {
	padding: 0px;
	font-family: Arial, sans-serif;
	color: black;
	font-size: 11pt;
	line-height: 130%;
	margin-left: 20px;
	margin-top: 5px;
}

ol li, ul li {
	margin-bottom: 5px;
}

a, a:visited, a:link, a:hover {
	text-decoration: none;
}

a:hover{
	border-bottom: 1px solid;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

H1, H2, H3, H4
{
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	color: #5B84e7;
	font-weight: normal;
}

H1 {
	font-size: 21pt;
	margin-bottom: 30px;
	margin-top: 20px;
}

H2 {
	font-size: 16pt;
	margin-bottom: 0px;
	margin-top: 10px;
}

H3 {
	font-size: 14pt;
	margin-top: 5px;
	margin: 30px 0 5px 0;
}


/* Main table */
#tblmain {
	border: 0px;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
/*
#tblmain td#tl {
	width: 235px;
	height: 60px;
	background: #003399 url(/_img/d/bg-topleft.gif) top left no-repeat;

}
*/
#logo {
	height: 60px;
	background: #003399;
}

#logo p {
	color: white;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	margin: 16px 20px 0 16px;
	font-style: none;
}

#logo a {
	color: white;
	text-decoration: none;
}


#tblmain td#menu {
	padding-top: 10px;
	width: 250px;
/*	background: #6375D6 url(/_img/d/bg-left.gif) top left no-repeat;*/
	background-color: #6375D6;
	border-bottom: 1px solid #6375D6;
}


/* left menu */
div#lmenu {
	width: 235px;
	margin-top: 10px;
	min-height: 600px;
}

div#lmenu img.bigicon {
	float: left;
	width: 48px;
	height: 48px;
	align: top;
}

div#lmenu H4 {
	font-size: 11pt;
	margin: 15px 0px 0px 0px;
	color: white;
	height: 36px;
	padding: 12px 0px 0px 60px;
}

div#lmenu h4.user {
	margin-top: 0px;
	background: transparent url(/_img/d/ico-user.gif) center left no-repeat;
}

div#lmenu h4.developer {
	background: transparent url(/_img/d/ico-developer.gif) top left no-repeat;
}

div#lmenu h4.regsvr {
	background: transparent url(/_img/d/ico-regsvr.gif) top left no-repeat;
}

div#lmenu h4.general {
	background: transparent url(/_img/d/ico-general.gif) top left no-repeat;
}

div#lmenu a, div#lmenu a:visited  {
	color: white;
	text-decoration: none;
	padding-bottom: 1px;
}

div#lmenu a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

div#lmenu ul {
	padding: 0px;
	margin: 0px 0px 10px 60px;
	list-style-type: none;
	font-size: 10pt;
	line-height: 132%;
}

div#lmenu li, div#lmenu li.top{
	background: transparent url(/_img/d/arrow-blue.gif) no-repeat 0em 0.0em;
	padding: 0px 0px 0px 22px;
	margin: 0px 0px 4px 0px;
}

div#lmenu li.top{
	background: transparent url(/_img/d/arrow-green.gif) no-repeat 0em 0em;
}



ul.pagelink {
	color: black;
	list-style-type: none;
	margin-left: 0px;
}

ul.pagelink ul {
	list-style-type: none;
}

ul.pagelink  li {
	padding-left: 15px;
	margin-top: 5px;
	background: transparent url(/_img/d/arrow-down.gif) no-repeat 0em 0.3em;
}

#cframe {
	padding: 0px 40px 20px 40px;
	margin: 0px;
	color: black;
	background-color: white;
	width: auto;
	border-bottom: 1px solid #6375D6;
}


#cframe p {
	color: black;
	line-height: 140%;
}

#cframe p.center {
	text-align: center;
}

#cframe p.right {
	text-align: right;
}

#cframe table {
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	border-left: 1px solid #DFE0E1;
	margin: 10px 0px;
}

#cframe table th {
	padding: 0px;
	background-color: #eee;
	border: 1px solid #DFE0E1;
	border-left: 0px;
}

#cframe table td {
	padding: 0px;
	background-color: white;
	border: 1px solid #DFE0E1;
	border-left: 0px;
	border-top: 0px;
	padding: 3px 5px;
}

#cframe table td p {
	margin: 2px 5px;
	font-weight: normail;
	text-align: left;
}

#cframe table th p {
	margin: 2px 5px;
	color: black;
	font-weight: bold;

}

#cframe a,
#cframe a:visited,
#cframe a:link {
	border-bottom: 1px dashed;
	color: #003399;
}

#cframe a:hover{
	color: #003399;
	border-bottom: 1px solid;
}


#cframe a img
#cframe a:hover img {
	border: 0px;
}

#cframe span.ico {
	background: transparent url(/_img/d/bullet.svg) top left no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	display: block;
	vertical-align: bottom;
	margin-top: 1px;
}

#cframe textarea {
	font-family: Courier new;
	border: #6375D6 1px solid;
	color: black;
	background-color: white;
}

#cframe input.border {
	border: #6375D6 1px solid;
	color: black;
	background-color: white;
}

#cframe p.b0 {
	margin-bottom: 0px;
}

#cframe p.error {
	font-weight: bold;
	color: red;
}

#cframe pre {
	color: black;
}

#cframe input.login {
	width: 120px;
}

/* 2023 */
.lMenu {
	width: 235px;
	margin-top: 10px;
	min-height: 600px;
}

.lMenu a, .lMenu a:visited  {
	color: white;
	text-decoration: none;
	padding-bottom: 1px;
}

.lMenu a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

.lMenu-Title {
	font-size: 15px;
	line-height: 20px;
	margin: 15px 0px 0px 0px;
	color: white;
	height: 36px;
	padding: 12px 0px 0px 30px;
	padding-left: 30px;
}

.lMenu-List {
	padding: 0px;
	padding: 0px 0px 0px 22px;
	margin: 0px 0px 10px 40px;
	list-style-type: none;
	font-size: 14px;
	line-height: 18px;
}

.lMenu-List li::before {
    content: '\21D2';
    font-family: sans-serif;
    color: #fff;
    font-weight: 400;
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    margin: -3px 0 0 -22px;
   }

.lMenu-List li.top:before {
	content: '\21E8';
}

.mNav-List {
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 1.8;
}
/* end: 2023 */
