@CHARSET "US-ASCII";

html
{
	height: 100%;
}

body
{
  color: black;
  line-height: 1.2em;
  min-width: 765px;
	margin: 0;
	padding: 0;
	height: 100%;
}

div#page
{
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
	min-height: 100%;
	height: auto;
	text-align: left;
  margin-left: 0;
  margin-right: 0;
  background-image: url(../images/mainbackground.gif);
  background-repeat: repeat-y;
}

div#header
{
	height: 97px;
	background-image: url(../images/toplogobg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

div#navigation
{
	width: 130px;
	padding: 10px 0 0 20px;
	overflow: hidden;
	float: left;
}

div#pagetext
{
	float: left;
	width: 70%;
	margin: 0 10px 0 20px;
}

div#login
{
	background-image: url(../images/left1bg.gif);
	background-repeat: repeat-x;
	height: 42px;
	padding: 0 10px 0 0;
	text-align: left;
	overflow: hidden;
}

div#footer
{
	float: left;
	width: 70%;
	font-size: 10px;
	color: #5a6f80;
	margin-top: 20px;
}
  	
div.select
{
	border: 1px solid white;
	height: 24px;
	padding: 0 5px 0 5px;
	color: black;
}

div.message
{
	border: 1px solid white;
	height: 48px;
	padding: 0 5px 0 5px;
	color: black;
}

div.buttons
{
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	padding: 5px 0 5px 0;
	border-top: 1px solid #808080;
}

div.container
{
	margin: 0;
	padding: 0;
}

div.spacer
{
	clear: both;
}

table.form
{
 	width: 100%;
 	font-family: verdana, arial, sans-serif;
 	font-size: 12px;
 	text-decoration: none;
}
	
tr.form-element
{
	color: black;
}

tr.checkbox-group
{
	margin-top: 0;
	padding: 0 0 10px 10px;
	color: black;
}

tr.alert	
{
  height: 16px;
  text-align: left;
  font-size: 11px;
  color: red;
}  

tr.log-header
{
	height: 12px;
	font-weight: bold;
}

tr.log-row
{
}

tr.log-row td.time-col
{
	width: 100px;
	padding: 0;
}

tr.log-row td.account-col
{
	width: 100px;
	padding: 0;
}

tr.log-row td.file-col
{
	padding: 0;
}

td.form-label
{
	width: 150px;
	text-align: right;
	font-weight: bold;
}

td.form-item
{
	text-align: left;
}

td.form-group
{
	text-align: left;
	line-height: 25px;
	padding: 5px 10px 5px 10px;
	color: black;
	background-color: #eeeeee;
}

h1, h2
{
  font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #5a6f80;
	margin: 10px 0 10px 0;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h2.newsheadline
{
	margin: 15px 0 5px 0;;
	font-size: 14px;
}

p
{
	margin-bottom: 15px;
}

div.select p
{
	margin: 0;
	padding: 0;
}

p.sitemaplevel1
{
	margin: 0 0 5px 10px;
	padding: 10px 0 0 0;
}

p.sitemaplevel2
{
	margin: 0 0 0 20px;
	padding: 5px 0 0 10px;
	border-left: thin solid black;
}

p.sitemaplevel3
{
	margin: 0 0 0 20px;
	padding: 0 0 0 40px;
	border-left: thin solid black;
}

p.sitemaplevel1 a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0000c0;
	text-align: left;
	cursor:pointer;
}

p.sitemaplevel2 a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0000c0;
	text-align: left;
	cursor:pointer;
}

p.sitemaplevel3 a
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #0000c0;
	text-align: left;
	cursor:pointer;
}

img.product
{
	border: thin solid black;
	margin: 2px 6px 4px 0;
	float: left;
}

img.logol
{
	margin: 2px 6px 4px 0;
	float: left;
	border: none;
}

img.logor
{
	margin: 2px 0 4px 6px;
	vertical-align: text-bottom;
	float: right;
	border: none;
}

ul.menu, ul.menu li, ul.menu li a
{
	list-style: none;
 	font-family: verdana, arial, sans-serif;
 	font-size: 12px;
 	color: #5a6f80;
 	background-color: transparent;
 	text-decoration: none;
}

ul.menu
{
	margin: 0;
	padding: 0;
}

ul.menu li
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
 	margin: 0 0 -1px -20px;
 	padding: 3px 0 3px 20px;
}

ul.menu li a:hover
{
	color: black;
	background-color: transparent;
}

ul.menu li.heading
{
	font-weight: bold;
	padding: 20px 0 5px 0;
}

ul.checkbox, ul.checkbox li
{
	list-style: none;
 	font-family: verdana, arial, sans-serif;
 	font-size: 12px;
 	text-decoration: none;
 	padding: 0;
 	margin: 0;
}

a.softlink
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0000c0;
	text-align: left;
	cursor:pointer;
}

a.login
{
	margin: 0;
	padding: 1px 3px 2px 3px;
	color: white;
	background-color: #5a6f80;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	cursor:pointer;
}
		
a.logout
{
	color: #5a6f80;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
		
span.login
{
	font-size: 10px;
	font-weight: bold;
	color: #5a6f80;
	margin: 0;
	padding: 0;
}

input.accountname, input.password
{
	font-size: 10px;
	margin: 0;
	padding: 0;
}

input.smallbutton
{
	margin: 0;
	padding: 0 3px 0 3px;
	height: 18px;
	color: white;
	background-color: #5a6f80;
	font-size: 10px;
	font-weight: normal;
}

div#help
{
	background-color: #f7f3f0;
	color: black;
	border: 1px dotted black;
	padding: 8px;
	margin: 8px;
}

div#help h1
{
  font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #5a6f80;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 8px;
}

div#help h2
{
  font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #5a6f80;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 8px;
}

div#help p
{
  font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: black;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
}

div#help span.button
{
	font-weight: normal;
	color: black;
	font-size: 10px;
	background-color: #e8e8e8;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 2px solid #808080;
	border-left: 1px solid #c0c0c0;
	border-right: 2px solid #808080;
}

div#help table.fieldlist
{
}

div#help table.fieldlist td.label
{
	width: 100px;
	vertical-align: top;
  font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: black;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
}
	
div#help table.fieldlist td.comment
{
	vertical-align: top;
  font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: black;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
}
	
	