/* New */
BODY {
	color: #FFFFFF;
	background-color: #6375D6;
	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 {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0px;
	font-family: Arial, sans-serif; 
	font-size: 9pt; 
	line-height: 125%;
}

p#copyright {
	text-align: right;
	font-size: 8pt;
	margin: 5px 10px 5px 0px;
}

ul, ol {
	padding: 0px;	
	font-family: Arial, sans-serif; 
	color: black;
	font-size: 9pt; 
	line-height: 125%;
	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: #6B94F7;
}

H1 {
	font-size: 20pt;
	margin-bottom: 10px;
}

H2 {
	font-size: 16pt;
	margin-bottom: 0px;
	margin-top: 10px;
}

H3 {
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 0px;
}


/* 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;
}

#tblmain td#logo {
	height: 60px;
	background: #003399;
}

#tblmain td#logo p {
	color: white;
	font-weight: bold;
	font-size: 25px;
	text-align: right;
	margin: 20px 20px 0px 0px;
	font-style: italic;
}

#tblmain td#logo a {
	color: white;
	text-decoration: none;
}


#tblmain td#menu {
	padding-top: 10px;
	width: 235px;
	background: #6375D6 url(/_img/d/bg-left.gif) top left no-repeat;
}

#tblmain td#cframe {
	padding-top: 10px;
	padding-right: 10px;
}

/* Content table */
#tblcontent {
	border: 0px;
	padding: 0;
	border-collapse: collapse;	
	width: 100%;
	background-color: white;
}

#tblcontent td#content {
	padding: 0px 20px;
}

#tblcontent td#cbl, 
#tblcontent td#cbr
#tblcontent td#ctl, 
#tblcontent td#ctr {
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
}

#tblcontent td#ctl {
	background: white url(/_img/d/rc-tl.gif) top left no-repeat;
}

#tblcontent td#ctr {
	background: white url(/_img/d/rc-tr.gif) top left no-repeat;
}

#tblcontent td#cbl {
	background: white url(/_img/d/rc-bl.gif) top left no-repeat;
}

#tblcontent td#cbr {
	background: white url(/_img/d/rc-br.gif) top left no-repeat;
}

#tblcontent p {
	color: black;
}

#tblcontent p.center {
	text-align: center;
}

#tblcontent p.right {
	text-align: right;
}


/* left menu */
div#lmenu {
	width: 235px;
}

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 dashed 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;
}

#tblcontent table {
	border-spacing: 0px;
	border: 0px;	
	padding: 0px;
	width: 100%;
	border-left: 1px solid #DFE0E1;
}

#tblcontent table th {
	padding: 0px;
	background-color: #eee;
	border: 1px solid #DFE0E1;
	border-left: 0px;
}

#tblcontent table td {
	padding: 0px;
	background-color: white;
	border: 1px solid #DFE0E1;
	border-left: 0px;
	border-top: 0px;
}

#tblcontent table td p {
	margin: 2px 5px;
	font-weight: normail;
	text-align: left;
}

#tblcontent table th p {
	margin: 2px 5px;
	color: black;
	font-weight: bold;
	
}

#tblcontent a, 
#tblcontent a:visited, 
#tblcontent a:link {
	border-bottom: 1px dashed;
	color: #003399;
}

#tblcontent a:hover{
	color: #003399;
	border-bottom: 1px solid;
}


#tblcontent a img
#tblcontent a:hover img {
	border: 0px;
}

#tblcontent span.ico {
	background: transparent url(/_img/d/arrow-green2.gif) top left no-repeat;
	width: 24px;
	height: 34px;
	float: left;
	margin-right: 8px;
	display: block;
	vertical-align: bottom;
	margin-top: -4px;
}

#tblcontent textarea {
	font-family: Courier new;
	border: #6375D6 1px solid;
	color: black;
	background-color: white;
}

#tblcontent input.border {
	border: #6375D6 1px solid;
	color: black;
	background-color: white;
}

#tblcontent p.b0 {
	margin-bottom: 0px;
}

#tblcontent p.error {
	font-weight: bold;
	color: red;
}

#tblcontent pre {
	color: black;
}

#tblcontent input.login {
	width: 120px;
}
