body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
			
body {
	background: #ffffff;
	font-family: Arial;
    color: #555555;
	font-size: 9pt;
	min-width: 400px;
	min-height: 300px;
}
			
h1, h2 {
	margin: 0;
	font-size: 9pt;
}
		
h2 {
	height: 31px; 
	line-height: 29px;
	color: #8c7464;
	padding: 0 0 0 10px;
	border-bottom: solid 1px #998376;
}
			
table {
	border: none;
	border-collapse: collapse;
}
			
td {
	padding: 0;
	font-size: 9pt;
	color: #555555;
}
			
img {
	border: 0;
}
			
a {
	color: #654733;
}
			
p {
	margin: 0;
	font-size: 9pt;
}

input {
	font-family: PT Sans, Plumb, Arial;
	height: 23px;
	color: #555555;
	font-size: 10pt;
	border: 1px solid #ccc;
	padding: 0 5px 0 5px;
	margin: 0 3px 0 0;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;		
	
}

.login-input {
	width: 170px;
}

.container {
	width: 100%;
	height: 100%;
}

.header {
	height: 37px;
	background: url("images/header-bg.png") repeat-x;
	width: 100%;
}

.header-left {
	width: 8px;
	float: left;
	height: 37px;
	background: url("images/header-left.png") no-repeat;
}

.menu {
	margin: 5px 0 0 3px;
	padding: 0;
	float: left;
	list-style: none; 
}

.menu a {
	display: block;
	padding: 5px 8px 6px 24px;
	text-decoration: none;
	background: url("images/toolbar/help.png") 3px 3px no-repeat;
	font-size: 12px;
}

.menu li {
	float:left;
}

.workarea {
 	height: 100%;
 	width: 100%; 
 	padding: 0 8px  0 0;
	vertical-align: top;
}

.border {
	width: 300px;
	border: solid #988274 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fcfbf9 url("images/title-bg.png") repeat-x;
	margin: -89px 0 0 -150px;
	padding: 0 0 15px 0;
	position: absolute;
	left: 50%;
	top: 50%;	
}