.quick_links {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	background-color: #eeeeee;
}

.grey_border {
  border: 3px solid #bbbbbb;
}

.cancelled {
  text-decoration: line-through;
}

.topmenu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669933;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

a.topmenu, A.topmenu:link, A.topmenu:visited, A.topmenu:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.topmenu:hover {
	color: #000000;
}
a.footer, A.footer:link, A.footer:visited, A.footer:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #555555;
}
a.footer:hover {
	text-decoration: underline;
	color: #555555;
}
a.topmenuactive, A.topmenuactive:link, A.topmenuactive:visited, A.topmenuactive:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.topmenuactive:hover {
	color: #000000;
}
a, A:link, A:visited, A:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0000aa;
}
a:hover {
	color: #ff0000;
}

div, body, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.block {
	border: 1px solid #669933;
	font-size: 11px;
}
.compact {
    margin-bottom: 0;
}
.error {
	border: medium double #FF0000;
	color: #FF0000;

}
.footerblock {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #4F402B;
	border-left-color: #4F402B;
    background-color: #f2f8f2;
}

.footer {

}

.form_title {
  background-color: yellow;
  border: solid #ff0000 1px;
  font-size: 16px;
  text-align: left;
  padding-left: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-bottom: 0.5em;
}

.definition {
  border-bottom: 1px dashed #800080;  
}

.page_header {
    color: #447711;
    font-size: 20px;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 0.5em;
}

.page_title {
    font-size: 20px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 0.5em;
    border-bottom: solid #669933 2px;	
}
.page_subtitle {
    font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-bottom: 0.5em;
}
.fieldname {
  font-weight: bold;
  color: #555555;
  background-color: #f2f8f2;
}

.field_spacer {
  background-color: #cccccc;
}

.userform {
  background-color: #FFFFFF;
  margin-top: 3px;
}

.note {
  font-size: 10px;
}

a.note A.note:link, A.note:visited, A.note:active, A.note:hover {
  font-size: 10px;
}

.table_headline {
	background-color: #cccccc;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}

.display_table {
  border: solid #cccccc 1px;
}
.highlight_progress {
  background-color: yellow;
  border: solid #ff0000 1px;
  font-weight: bold;
}
.gray {
	color: #555555;
}

