html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Courier, Tahoma, Verdana, Arial, Serif;
	font-size: 10pt;
	background-color: #333333;
	color: #BBBBBB;
}

a {
	background-color: #FFFFFF;
	color: #0000C0;
}

#container {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	/*width: 550px;*/
	padding: 0;
	margin: 0;
}

#topbar {
	background-image: url(images/topbg.png);
	background-repeat: repeat;
	height: 23px;
}

#topleft {
	position: absolute;
	left: 0px;
	background-image: url(images/topleft.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 164px;
	padding: 4px 0px 0px 0px;
}

#topleft span.title {
	color: #ffffff;
	font-family: Courier, Tahoma, Verdana, Arial, Serif;
	font-size: 10pt;
	padding: 0;
	margin: 0px 0px 0px 26px;
}

#topright {
	position: absolute;
	right: 0px;
	background-image: url(images/topright.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
	width: 56px;
}

#main {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	height: 250px;
}

#leftbar {
	background-image: url(images/leftbar.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #000000;
	color: #BBBBBB;
}

#rightbar {
	background-image: url(images/rightbar.png);
	background-repeat: repeat-y;
	background-position: right;
}

#bottombar {
	background-image: url(images/bottombg.png);
	background-repeat: repeat;
	height: 4px;
}

#bottomleft {
	position: absolute;
	left: 0px;
	background-image: url(images/bottomleft.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
}

#bottomright {
	position: absolute;
	right: 0px;
	background-image: url(images/bottomright.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 4px;
	width: 4px;
}

#buttons {
	margin-top: 8px;
}

img {
	margin: 0px;
	border: 0px;
}

a {
	background-color: #333333;
	color: #BBBBBB;
}

.cursor {
	background-color: #0f0;
}

input {
	background: #000;
	font-family: Courier, Tahoma, Verdana, Arial, Serif;
	height: 1.25em;
	color: #bbb;
	border: 0;
	outline: none;
}

input.password_input {
	color: #000;
}
