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

body {
	margin: 0px;
	padding: 0px;
	background-color: #657185;
}

form {
	margin: 0px;
}

input {
	background-color: #eeeeee;
	border: 1px solid #999999;
}

textarea {
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 4px;
}

select {
	background-color: #eeeeee;
	border: 1px solid #999999;
}

.maintableTop {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.maintablePage {
	width: 100%;
	position: absolute;
	top: 100px;
}

.maintable {
	height: 100%;
	width: 100%;
}

td.toolbarbottom {
  height: 2px;
  background-color: #cdcdcd;
	border-top: 1px solid #ababab;
	border-right: 1px solid #9B9B9B;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #9B9B9B;
}

.maincontent {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9B9B9B;
	border-right-color: #9B9B9B;
	border-bottom-color: #9B9B9B;
	border-left-color: #9B9B9B;
}

.maincontent p, h3, li {
	font-family: arial;
	font-size: 12px;
}

.contentleft {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9B9B9B;
	border-right-color: #9B9B9B;
	border-bottom-color: #9B9B9B;
	border-left-color: #9B9B9B;
}
.contentright {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9B9B9B;
	border-right-color: #9B9B9B;
	border-bottom-color: #9B9B9B;
	border-left-color: #9B9B9B;
}