/*
    Image Management System
    Style Sheet
    Author: Andrew Wright <mail@allrite.net>
    Copyright: Andrew Wright, CSIRO
    Last updated: 2004-02-10
*/

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;

}

h1 {
	color: #006699;
    font-size: 1.7em;
    text-align: center;
}

h2 {
	color: #666666;
    font-size: 1.5em;
}

dt {
	font-weight: bold;
}

div#header {
	background-color: #f0f0f0;
	width: 100%;
    width: 100%;
	padding: 3px;
}

.headerh1 {
	font-size: 2em;
	color: #006699;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-align: left;
	margin: 0px;
	padding: 0px;
}

a.headerlink:link {
	color: #006699;
	text-decoration: none;
}

a.headerlink:visited {
	color: #006699;
	text-decoration: none;
}

a.headerlink:hover {
	color: #336699;
	text-decoration: underline;
}

div#headermenu {
	color: #fff;
	background-color: #069;
	border-top: thin solid #9cf;
	border-bottom: thin solid #999;
}

a.headermenulink:link {
	color: #ffffff;
	text-decoration: none;
}

a.headermenulink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.headermenulink:active {
	color: #069;
	background-color: #ffffff;
	text-decoration: none;
}

a.headermenulink:hover {
	color: #069;
	background-color: #ffffff;
	text-decoration: none;
}

div#footer {
	border-top: thin solid #069;
	font-size: 0.8em;
	margin-left: 105px;
	margin-right: 105px;
}

.listoptions {
	background-color: #006699;
	border-top: thin solid #666666;
	text-align: center;
}


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	border: thin solid #999999;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	border: thin solid #999999;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	background-color: #f0f0f0;
	border: thin solid #999999;
}

.formbox {

	background-color: #99CCCC;
	border: thin solid #CCCCCC;	
}

.tablerowdefault {
	border-bottom: thin dashed #cccccc;
}

.tablerowalternate {
	border-bottom: thin dashed #cccccc;
}

.listbox {
	border: thin solid #333333;
}

.listheadingrow {
	background-color: #999999;
    border: thin solid #666666;
}

.listheadings {
	color: #000000;
    background-color: #f0f0f0;
    border: thin solid #666666;
}

.pagerbar {
	background-color: #f0f0f0;
}

.breadcrumbs {
}
.col1 {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	position: absolute;
	width: 400px;

}
.col2 {
	position: absolute;
	left: 410px;


}

