html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

img {
	border: none;
}

img#header {
	float: left;
	margin-top: -6px;
}

img#header, img.border {
	border: 1px solid grey;
	margin-right: 10px;
}

h1 {
	clear: both;
	margin-top: 1cm;
}

footer {
	color: grey;
	font-size: x-small;
}

footer a {
	color: grey;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

div#start {
	width: 700px;
	text-align: center;
	margin: auto;
	margin-top: 270px;
}

form.COSMOS label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 1px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form.COSMOS label.compulsory {
	font-weight: bold;
}

form.COSMOS {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
}

form.COSMOS fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form.COSMOS fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form.COSMOS br {
	clear:left;
}

form.COSMOS small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.COSMOS input.COSMOS, form.COSMOS textarea, form.COSMOS select {
	float: left;
  border-color: grey;
  border-width: 1px;
  border-style: solid;
  margin-left: 6px;
  margin-top: 0;
  margin-bottom: 6px;
  width: 500px;
  padding: 0;
}

form.COSMOS input.COSMOS[type=file] {
	border: none;
}

form.COSMOS input.COSMOS {
	height: 20px;
}

form.COSMOS label input.COSMOS {
	width: auto;
	height: auto;
	margin-top: 3px;
}

form.COSMOS label.checkbox {
	width: auto;
	padding-right: 15px;
}

form.COSMOS img.help {
	height: 18px;
	margin: 0 3px;
	padding: 0;
}

form.COSMOS div.action {
	float: left;
	text-align: center;
	width: 60px;
}

form.COSMOS div.action img {
	height: 48px;
	padding: 0;
}

form.COSMOS div.action a {
	color: black;
	text-decoration: none;
}

form.COSMOS div.action a:hover {
	text-decoration: underline;
}

div#status_message {
	font-weight: bold;
	color: red;
}

.invalid {
	border: 2px solid red !important;
}

div#list {
	width: 100%;
	clear: left;
}

div#list table {
	width: 100%;
}

div#list table td {
	text-align: center;
}

div#list table tr {
	background-color: #D1E9F1;
}

div#list table tr.alternate {
	background-color: #E6F3F7;
}

.alignleft {
	text-align: left !important;
}

div#start form input.COSMOS {
  border-color: grey;
  border-width: 1px;
  border-style: solid;
  margin-left: 6px;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0;
  height: 20px;
}

div.listaction {
	float: left;
	text-align: center;
	width: 100px;
	margin-bottom: 10px;
}

div.listaction img {
	height: 48px;
	padding: 0;
}

div.listaction a, div#list a {
	color: black;
	text-decoration: none;
}

div.listaction a:hover, div#list a:hover {
	text-decoration: underline;
}
