body, table, input {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 15px;
	cursor: default;
}

body {
	margin: 0px;
	height: 100%;
	background-color: #2A2A2A;
	color: #CCCCCC;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-color:#505050;
}
td {
border-color:#505050;
}

form {
	margin: 0px;
}

li {
	color: #404040;
	list-style-type: square;
}

input, textarea {
	color: #000000;
	background-color: #A0A0A0;
}


table.login {
	width: 100%;
	height: 100%;
	text-align: center;
}

input.button {
	padding: 2px 10px 2px 10px;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

div.border {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100%;
	background-color: #600000;
}
div.dark {
				padding:5px;
				margin:5px;
				border-width:1px;
				border-style:dashed;
				border-color:#ffffff;
				width:100%;
				color:white;
				}

div.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 145px;
	border: solid #101010;
	border-bottom-color: #600000;
	border-width: 0px 2px 5px 2px;
}

td.menuHeader {
	padding: 10px;
	background-image: url("../images/bgMenuHeader.jpg");
	border: solid #202020;
	border-width: 0px 0px 1px 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

td.logo {
	background-color: #9988C6;
	border: solid #101010;
	border-width: 10px 0px 10px 0px;
	padding: 0px;
}

div.logo {
	margin: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

td.menuTitle, td.menuItem, td.menuItem2 {
	padding: 1px 10px 3px 5px;
	background-color: #101010;
	background-image: url("../images/bgMenuItem.jpg");
	border: solid #202020;
	border-width: 0px 0px 1px 0px;
	text-align: left;
	white-space: nowrap;
}

td.menuTitle {
	background-color: #600000;
	background-image: url("../images/bgMenuTitle.jpg");
	text-align: center;
}

td.menuItem2 {
	background-image: url("../images/bgMenuItemInvert.jpg");
}

a {
	color: #D0D0D0;
}

a.menuItem, a.menuItem2 {
	text-decoration: none;
}

a.menuItem:hover, a.menuItem2:hover {
	text-decoration: underline;
}

div.main {
	position: absolute;
	top: 50px;
	left: 200px;
}

div.window, table.windowLogin {
	margin: 20px;
	width: 700px;
	background-color: #101010;
	border: solid #600000;
	border-left-color: #202020;
	border-right-color: #202020;
	border-width: 4px 2px 4px 2px;
	text-align: left;
}

table.windowLogin {
	width: 480px;
}

td.loginLeft, td.loginRight {
	padding: 0px;
}

td.loginLeft {
	width: 156px;
	background-color: #000000;
}

div.windowLoginStatus {
	width: 490px;
	color: #000000;
	text-align: center;
}

a.login {
	color: #000000;
}

div.mainTitle {
	padding: 5px 15px 5px 15px;
	background-image: url("../images/bgMainTitle.jpg");
	border: solid #202020;
	border-width: 1px 0px 1px 0px;
	font-weight: bold;
}

div.mainText {
	padding: 15px 15px 25px 15px;
}
div.mainText2 {
	padding: 4px 15px 4px 15px;
}
td.column1, td.column2, td.column3 {
	padding: 5px 10px 5px 0px;
}

td.column1 {
	width: 20px;
}

td.column2 {
	width: 80px;
}

td.column3 {
	width: 150px;
	text-align: right;
}

td.column4 {
	padding: 10px 10px 10px 0px;
	text-align: right;
}
.style1 { 
    color: #CC6600; 
    font-weight: bold; 
} 
.style2 { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
} 
.style4 {color: #006600; font-weight: bold; } 
.style6 {color: #990000; font-weight: bold; } 