body {
	background-color: #041b45;
	font-family: serif;
}

/*
content area design - rounded corners, graphics, background
*/
#page-outside {
	background-color: rgb(222, 222, 222);
	width: 798px;
}

#header {
	background-image: url('../images/header.png');
	width: 798px;
	height: 139px;
}

.left-bottom {
	background-image: url('../images/left-bottom.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.right-bottom {
	background-image: url('../images/right-bottom.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.bottom {
	background-image: url('../images/bottom.png');
	background-position: 0 100%;
	background-repeat: repeat-x;
}

.right {
	background-image: url('../images/right.png');
	background-position: 100% 0;
	background-repeat: repeat-y;
}

.left {
	background-image: url('../images/left.png');
	background-position: 0 0;
	background-repeat: repeat-y;
}

#page-inside {
	padding-top: 10px;
	margin-left: 28px;
	margin-right: 59px;
	padding-bottom: 80px;
}

/*
Hack for IE
*/
#page-inside {
	width: 711px;
}

/*
center the content
*/
body {
	margin: 0px;
	padding: 0px;
}

#centered {
	position:absolute;
	left:50%;
	width:798px;
	margin-left:-349px;
}

/*
Control panel area design
*/
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#panel-header {
	border-bottom: thin ridge black;
	margin-bottom: 20px;
}

#panel-header-image {
	float: left;
}

.clearFloat {
   clear: both;
}

/*
footer
*/
#footer {
	color: gray;
	font-size: xx-small;
	text-align: center;
	position: relative;
	top: -20px;
}

#footer a {
	color: gray;
}

/*
Login form design
*/
#login-form-table {
	width: 100%;
	height: 100%;
	padding: 50px;
}

/*
common stuff
*/
.message {
	color: red;
	font-style: italic;
}

#controls {
	margin-bottom: 10px;
}

.formTable {
	width: 100%;
}

/*ie hack*/
.passwordInput {
	width: 150px;
}

/**
List users section
*/
#listUsers {
	/*border-right-width: thin;
	border-right-color: black;
	border-right-style: solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-bottom-style: solid;*/
}

thead {
	font-weight: bold;
	text-align: center;
}

.cell {
	/*border-top-width: thin;
	border-top-color: black;
	border-top-style: solid;
	border-left-width: thin;
	border-left-color: black;
	border-left-style: solid;*/
	padding: 5px;
	margin: 0px;
}

.headCell4 {
	width: 20%;
}

.boundaryCell {
	width: 10%;
}

.dataCell {
	text-align: center;
}

.evenRow {
	background-color: rgb(200, 200, 235);
}

/*
file editor
*/
#editor-table {
	width: 75%;
}

.editorContent {
	width:100%;
	height: 400px;
}

.editorSelectCell {
	width: 60%;
	padding-right: 20px;
}

.editorSelect {
	width: 100%;
	font-size: larger;
}

#notice {
	text-align: left;
}

.editorControls {
	text-align: left;
	width: 100%;
}