html, body
{
	font:12px/1.50 Arial, Helvetica, sans-serif;
	color:#004400;
	margin:0;
	padding:0;
	height:100%;
	cursor:default;
}

body
{
  background:#333 url(../images/bgbody.gif) bottom right no-repeat;
}

div#logindiv
{
	background:#fff url(../images/logo.jpg) center bottom no-repeat;
	position:absolute;
	display:block;
	width:450px;
	height:276px;
	margin-left:-225px;
	margin-top:-138px;
	top:50%;
	left:50%;
	z-index:10;
}

div#shiny
{
  background:#333 url(../images/login/shadow.jpg) center top no-repeat;
  position:absolute;
  height:350px;
  width:600px;
  margin-top:-175px;
  margin-left:-300px;
  top:50%;
  left:50%;
  z-index:1;
}


div#loginform
{
	background:#ddd;
	width:400px;
	height:125px;
	margin-top:25px;
	margin-left:25px;
	margin-bottom:125px;
	text-align:center;
}

div#description
{
  border-bottom:1px solid #ccc;
  padding:10px;
  margin-bottom:5px;
}

div#message
{
  background:#500 url(../images/icons/message.gif) left top no-repeat;
  width:300px;
  margin:10px auto;
  padding:8px;
  padding-left:48px;
  font-weight:bold;
  line-height:140%;
  border:3px inset #888;
  color:white;
}

div.button_print
{
  font-size:10px;
  text-decoration:none;
  background:url(../images/icons/print.gif) center top no-repeat;
  display:inline;
  width:72px;
  height:64px;
  margin-right:10px;
  padding-top:50px;
  text-align:center;
  float:left;
}

h1
{
	font:15px/1.45 "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
	font-weight:bold;
	color:#4e792e;
}

h3
{
	font:13px/1.45 "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
	color:#4e792e;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}

form
{
  padding:0;
  margin:0;
}

legend
{
  padding: 0.2em 0.5em;
  border:1px solid #4e792e;
  background:#fff;
  color:#000;
  font-size:90%;
  text-align:right;
}

fieldset
{
  border:1px solid #4e792e;
}

input.text
{
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #4e792e;
	height:18px;
	padding:0;
	vertical-align:middle;
}

input.checkbox
{
  padding:0;
  margin:0;
}

textarea.text
{
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #4e792e;
	margin-bottom:4px;
	padding:0;
}

select.select
{
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #4e792e;
	margin-bottom:4px;
	padding:0;
}

div#container
{
  height:800px;
  width:100%;
  overflow:auto;
}

div.block
{
  background:#777;
  padding:5px;
  color:white;
  margin-bottom:10px;
}
div.block h3
{
  color:#ffcc00;
}



td#submenu
{
  text-align:right;
  font-size:12px;
}

td#header
{
  background:#ddd url(../images/bgheader.gif) right top no-repeat;
  border-bottom:1px solid #ccc;
}

td#sidebar
{
  padding:5px;
}

td#footer
{
  border-top:1px solid #ccc;
}

#userinfo
{
  display:block;
  margin-right:12px;
  width:770px;
  height:18px;
  font-size:11px;
}

a
{
  color:#4e792e;
}

a:hover
{
  color:#000;
}

/* Menu */
ul#navlist
{
  font:12px/1.50 Arial, Helvetica, sans-serif;
  letter-spacing:-1px;
  list-style-type: none;
  padding-bottom: 19px;
  margin:0;
}

ul#navlist li
{
  float:left;
  height:16px;
  width:75px;
  text-align:center;
  margin: 2px 2px 0 2px;
  border-bottom:1px solid #999;
  background-color: #999;
}

ul#navlist li#active
{
  background-color: #DFDFDF;
  border-bottom:1px solid #DFDFDF;
}

li#active a
{
  width:75px;
  color:#000;
  letter-spacing:0px;
}

#navlist a
{
  float:left;
  display:block;
  color:#444;
  width:75px;
  text-decoration: none;
}

#navlist a:hover
{
  color:#fff;
}

ul#navlist li#active a:hover
{
  background:none;
  color:black;
  cursor:default;
}

/* List */
table.list
{
  margin:0px auto;
  border-bottom:1px solid #3b6421;
  empty-cells:show;
}

table.list th
{
  height:25px;
  background:#ddd url(../images/list/mid.gif) repeat-x;
  color:white;
  font-weight:normal;
  text-align:left;
  vertical-align:middle;
  padding:0px 5px 0px 0px;
}

table.list th.left
{
  width:30px;
  height:25px;
  background:#ddd url(../images/list/left.gif) left top no-repeat;
  padding:0;
}

table.list th.right
{
  width:30px;
  height:25px;
  background:#ddd url(../images/list/right.gif) left top no-repeat;
  padding:0;
}

table.list td
{
  height:25px;
  vertical-align:middle;
  background:#eee;
  padding-right:9px;
}

table.list td.l
{
  border-left:1px solid #3b6421;
  padding-right:0;
}

table.list td.r
{
  border-right:1px solid #375c1f;
  padding-right:0;
}

tr.even td
{
  background:#fff;
}

table.list tr.hover td
{
  background-color:#bbd3ae;
  color:#000;
  cursor:pointer;
}

table.list em
{
  font-style:normal;
  font-weight:bold;
}

span.small
{
  font-size:10px;
  color:#bbb;
}

/* Description image */
img.desc_image
{
  margin:0 5px 0 0;
}

/* Button */
input.button
{
  font:12px/1.65 Arial, Helvetica, sans-serif;
  display:block;
  width:112px;
  height:20px;
  background:#ddd url(../images/button.gif) left top no-repeat;
  border:none;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  letter-spacing:-1px;
  margin-right:5px;
  color:#000;
  float:left;
}

input.hover
{
  background-position:0 -20px;
  letter-spacing:-1px;
  color:#fff;
  cursor:pointer;
}

/* jButton */
div.jbutton
{
  width:30px;
  background:#777;
  border:1px solid #444;
  color:white;
  padding:1px;
  float:right;
  text-align:center;
  margin-right:4px;
  cursor:pointer;
}
div.jbutton#ok
{
  background:#006600;
  border:1px solid green;
}