body {
	font-family: verdana, arial, courier;
	font-size: 70%;
	margin: 0px;
	background-color: #2d70a9;
	background-image: url(img/bg-grad.gif);
	background-repeat: repeat-x;	
}

h2 {
	margin: 2px 0px 10px 10px;
	font-size: 90%;
	font-weight: bold;	
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;	
}

th {
	font-size: 100%;
	text-align: left;
}

td {
	font-size: 100%;
	overflow: none;
	nowrap: true;
}

body #logout {
	position: absolute;
	top: 10px;
	left: 900px;
}

body #header {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	height: 73px;
	margin: 0px;
}

body #header #topmenu {
	position: absolute;
	margin-top: 34px;
	margin-left: 230px;
	font-weight: bold;
/*	font-size: 80%; */
	color: white;
}

body #header #topmenu #manage {
	width: 100px;
	height: 28px;
	margin: 0px;
	padding-top: 10px;	
	float: left;
	border-right: 1px solid #155387;	
}

body #header #topmenu a {
	overflow: hidden;
	background: url(img/menu-select.gif);
	background-repeat: no-repeat;
	background-position: 0px -300px;
	display: block;
	float: left;
	text-decoration: none;	
}

body #header #topmenu a:hover {
	background-position: 1px 0px;
}

body #header #topmenu .highlight {
	background-position: 1px 0px;
}

body #header #topmenu a .menuitem {
	width: 100px;
	height: 28px;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	border-left: 1px solid white;
	border-right: 1px solid #155387;
	cursor: hand;
	text-decoration: none;
	color: white;
}

body #main {
    min-width:800px;
    padding-top: 20px;
}

.topshade {
	background: url(img/ban-grad.gif);
	background-repeat: repeat-x;	
}

body #main #navwin {
	float: left;
	background-color: white;
	width: 200px;
	overflow: none;
	margin-right: 20px;
}

body #main #mainwin {
	float: left;
	width: 550px;
	margin-right: 20px;
}

body #helpmain #mainwin {
	margin: 10px;
}

body #main #mainwinwide {
	float: left;
	width: 610px;
	margin-right: 20px;
}


.itemwin form {
	padding: 10px;
}

body #main #extrawin {
	float: left;
	width: 200px;
/*	font-size: 90%;	 */
}

body #footer {
	clear: both;
	color: lightblue;
	margin-left: 230px;
}

.itemwin {
	background-color: white;
	margin-bottom: 10px;
}

.resources {
	width: 520px;
	margin-left: 10px;
}

.versions {
	width: 520px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.error {
	color: red;	
}

.asterix {
	color: red;	
}

.locked {
	background-color: red;
	color: white;
}

.row1 { background-color:white; }
.row2 { background-color:#EDEDED; }

.item-name {
	font-weight: bold;	
}
.item {
	margin-bottom: 5px;
	float: right;
	width: 70%;
	clear: right;
}
.field {
	margin-bottom: 20px;
}

.options {
	margin-bottom: 20px;	
}

img {
	border: 0px;	
}

.labelimage {
	text-align: center;
	margin: 10px;
}

.labelimage a {
	border-bottom: 4px solid #AAAAAA;
}

.labelimage a:hover {
	border-bottom: 4px solid orange;	
}


#maintable {width: 525px;}
#permissions {width: 525px;}
#permissions td {
	border-bottom: 1px dotted grey;	
}

.padded {
	margin: 0px 10px 10px 10px;	
}

#login {
	text-align: left;	
	width: 330px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.clear { clear: both; visibility: hidden; height: 1px;}
.button {
	padding: 1px;
	font-size: 10px;
	font-weight: bold;
	background-color: #67ADC1;
	height: 20px;
	color: white;
}