body {
	color: #000;
	background-color: #FFF;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0px;
}

/* title bar */
div.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	border-bottom-style: solid;
	border-color: #090B60;
	border-width: 4px;
}

/* whole page */
div.page {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 100%;
}

/* menu bar (left) */
div.menu {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 165px;
	margin-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #090B60;
	padding: 5px;
	font-size: 10pt;
}

/* status bar (top) */
div.pwd {
	margin-top: 12px;
	margin-left: 198px;
	margin-right: 165px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
/*	border-width: 1px;
	border-style: solid;
	border-color: #090B60; */
	background-color: #090B60;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #FFF;
}

/* content (middle) */
div.content {
	margin-top: 0px;
	margin-left: 198px;
	margin-right: 165px;
	border-width: 1px;
	border-style: solid;
	border-color: #090B60;
	background-color: transparent;
	padding: 5pt;
	text-decoration: none;
	text-align: justify;
}

/* status (right) */
div.status {
	position: absolute;
	top: 2px;
	right: 12px;
	width: 140px;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #090B60;
	background-color: transparent;
	padding-bottom: 5pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	text-decoration: none;
}

/* status (left) header */
div.statusheader {
/*	border-width: 1px;
	border-style: solid;
	border-color: #090B60; */
	background-color: #090B60;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

/* bottom line */
div.copy {
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 160px;
	text-align: left;
}


/* images */
img { 
	border: none;
	margin: 0px;
}

/* title image */
img.bg {
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 6px;
}

/* logo */
img.logo {
	margin-left: 30px;
	margin-bottom: 4px;
}

/* image in status bar (right) */
div.status_img {
	text-align: center;	
}

/* image in floating text*/
img.content {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right
}


/* status bar (top) link */
a.pwd {
	text-decoration: none;
	background-color: #090B60;
	color: #FFF;
}

/* code sections */
div.code {
	margin-left: 8px;
	margin-right: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #090B60;
	background-color: #b4b4c3;
	color: #000;
	padding: 3px;
	text-decoration: none;
	text-align: justify;
	font-family: monospace;
}

/* normal content heading */
h4 { 
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

/* warning heading */
h4.warning { 
	font-size: 11pt;
	background-color: #090B60;
	color: #FF0B17;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

/* heading in status bar (right) */
h4.status { 
	font-size: 10pt;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px;
	text-align: center;
}

/* main content paragraph */
p.content { 
	margin-left: 4pt;
	margin-right: 4pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	padding: 0pt;
	font-size: 11pt;
}

/* menu */
ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.menu { 
	margin-top: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4pt;
	background-color: #090B60;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #FFF;
}
li.menu-act {
	margin-top: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4pt;
	background-color: #47497c;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #FFF;
}
a.menu {
	background-color: transparent; 
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #FFF;
}

/* content links */
a.content {
	margin-left: 5px;
	text-decoration: underline;
}

a:link.content { 
	background-color: transparent;
	color: #090B60;
}

a:visited.content { 
	background-color: transparent;
	color: #000;
}

a:active.content { 
	background-color: transparent;
	color: #FF0B17;
}

/* inline links */
a.inline {
	text-decoration: underline;
}

a:link.inline { 
	background-color: transparent;
	color: #090B60;
}

a:visited.inline { 
	background-color: transparent;
	color: #000;
}

a:active.inline { 
	background-color: transparent;
	color: #FF0B17;
}

/* spacer */
div.line {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid;
	border-color: #090B60;
	border-width: 1px;
}


h4.linkhint { 
	background-color: transparent;
	color: #FF0B17;
}


a.toplink {
	background-color: transparent;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: #000;
	margin-right: 5px;
}


table.content {
	font-size: 11pt;
	margin-left: 5px;
}

table.framed {
	font-size: 11pt;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px;
	border-style: solid;
}

td.framed {
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	padding: 2px;
	text-align: left;
}

li.content { 
	font-size: 11pt;
}

p.gpg {
	font-size: 10pt;
	font-family: monospace;
	margin-left: 5px;
}

p.table {
	padding: 0pt;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

p.status {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10pt;
	text-align: center;
}

table.changelog {
	font-size: 11pt;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	border: 0px;
}

td.changelog {
	vertical-align: top;
	padding: 5px;
}

th.changelog {
	padding: 5px;
}

/* error messages */
div.error {
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 165px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #090B60;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #FFF;
}

/* error content (middle) */
div.error_content {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 165px;
	border-width: 1px;
	border-style: solid;
	border-color: #090B60;
	background-color: transparent;
	padding: 5pt;
	text-decoration: none;
	text-align: justify;
}

/* bottom line */
div.error_copy {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 160px;
	text-align: left;
}

/* image in news section */
div.news_img {
	text-align: center;	
}
