body {
	font-size: 12;
	font-family: Helvetica, Arial;
	color: #000000;
	background-image: url(../images/bg_dwg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-color: #FFFFFF;
	text-align: center;
}
a:active, a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color:#993300;
	text-decoration: underline;
}
a {
	color: #382D9B;
	text-decoration: none;
}
div.wrapper
{
	width: 1000px;
	margin: 0px auto 0px auto;
}
div.topbar {
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}
div.bottombar {
	vertical-align: bottom;
	text-align: center;
	width: 100%;
}
div.mainbody {
	margin: 15px 0 15px 0;
	vertical-align: bottom;
	text-align: left;
	min-height:400px;
	height: auto;
	width: 99%;
	padding: 10px;
	background: url(../images/bg_body.png);
}
div.wait{
	border: 2px ridge #888888;
	background-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	padding-top: 150px;
	width: 950px;
	height: 200px;
	z-index: 1;
	cursor: wait;
	visibility: hidden;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
div.notice {
	border-width: 2px;
	border-style: ridge;
	border-color: #A9A9A9;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	position: absolute;
	padding: 10px;
	min-height: 100px;
	min-width: 400px;
	max-width: 600px;
	width: auto;
	height: auto;
	z-index: 1;
}
div.ologin {
	position: relative;
	border-width: 2px;
	border-style: ridge;
	border-color: #A9A9A9;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	top: 20%;
	width: 390px;
	padding: 10px;
	margin: 0px auto 0px auto;
}
div.ilogin {
	position: static;
	padding: 10px;
	font-size: 14px;
	font-weight: bolder;
	background-color: #990000;
	min-width: 300px;
}
div.toolbar {
	border-width: 0px;
	background-color: #000066;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
	position: relative;
	top: -10px;
	left: -10px;
	right: 0px;
	width: 100%;
	padding: 2px 10px 2px 10px;
}
div.toolbutton {
	position: absolute;
	top: 2px;
	right: 5px;
}
div.personnel, div.companyinfo {
	margin: 20px;
}
h1 {
	font-size: 16;
	color:red;
	margin: 0px; 
}
h2 {
	font-size: 14;
	color:red;
	margin: 0px; 
}
h3 {
	font-size: 12;
	color:red;
	font-weight:normal;
	margin: 0px;
}
pre {
	font-family: Helvetica, Arial;
	font-size: 12;
}
table {
	border-width: 0px;
}
table.sortable {
	border-collapse: collapse;
}
table.sortable thead {
    color: #000000;
    font-weight: bold;
}
table.sortable th.title {
    background-color: #aaaaaa;
 	border: 0px none;
}
table.sortable th {
    background-color: #dddddd;
 	border-right: 1px solid #aaaaaa;
	padding: 2px 6px;
}
table.sortable td {
	padding: 2px 6px;
}
table.pictureframe
{
	padding:10px;
	background-color:#000000;
}  
table.widetable
{
	width:600px;
	font-size:12px;
}
table.narrowtable
{
	width:300px;
	font-size:12px;
}
.users {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width:100%;
}
.users th {
	padding: 5px;
	margin: 0px;
	background-color: #000066;
	color: #ffffff;
}
.users td {
	padding: 0 5 0 5;
}

.default {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width:100%;
}
.default th {
	padding: 5px;
	margin: 0px;
	background-color: #000066;
	color: #ffffff;
}
.default td {
	padding: 0 5 0 5;
}
td.err {
	color: red;
	text-align: center;
}
.dblspace td {
	min-width: 200;
	padding: 0 0 5 5;
}
input.close {
	font-size: 8px;
	font-weight: bolder;
	width: 5px;
}
err {
	color: #000000;
}
img.icon
{
	width: 20;
	height: 20;
	cursor: pointer;
	border: 0px;
}

