A:link,
A:hover,
A:active { 
  text-decoration: none;
  color: #000080;
}

A.newwikilink,
A.newwikilink:active {
  text-decoration: none;
  color: #CC2200;
}

A.newwikilink:hover {
  text-decoration: underline;
  color: #CC2200;
}
A:hover {
  text-decoration: underline;
  color: #000080;
}

/*<group=Form Fields>*/

#selectproject {
	
}

#selectvolume {
	
}

#selectslice {
	
}

#selectdate {
	
}

#selectview {
	
}

/*</group>*/

/*<group=Navigator Fields>*/

br.beforeproj {
	display: none;
}

label.beforeproj {
}

br.beforepage {
	display: none;
}

label.beforepage {
}

br.beforevolume {
	display: none;
}

label.beforevolume {
}

br.beforedate {
}

label.beforedate {
}

br.beforeslice {
	display: none;
}

label.beforeslice {
}

br.beforesearch {
	display: none;
}

label.beforesearch {
}

/*</group>*/

BODY {
	font: small "Trebuchet MS", Arial, sans-serif;
	margin-left: 10%;
	margin-right: 10%;
}

#maincontent {
	margin-top: 10px;
}

#maincontent HR.separator { 
	display: none;
}

#nav {
	border: 1px solid #777777;
	background: #e6e6e6;
	font-size: x-small;
	padding: 5px;
}

DIV.entry {
	margin-bottom: 10px;
}

.entrytitles {
	display: inline;
	font-size: medium;
}

DIV.section A.entrytitlelink {
	font-size: medium;
}

.entrytitles .title {
	font-weight: bold;		
}

.entrydetails {
	display: inline;
	font-size: small;
	font-style: italic;
}

.itemlabels {
	font-size: small;
}

.item {
	margin-bottom: .5em;
}

table.block {
	vertical-align: top;
	width: 100%;
	border-collapse: collapse;
}

td.blocklabel {
	background: #e6e6e6;
	border: 1px solid white;
	padding: 2px;
	font: x-small "Trebuchet MS", Arial, sans-serif;
	text-align: right;
	width: 10%;
	vertical-align: top;
}

td.blockvalue {
	padding: 2px;
	font: x-small "Trebuchet MS", Arial, sans-serif;
}

div.logoimage {
}

FORM.inlineform {
  display: inline;
}

#filelist {
  width: 96%;
}

#utils {
  width: 96%;
}

DIV.item,
DIV.comment {
  display: inline;
}

SPAN.itemid {
  font-size: x-small;
  color: gray;
}

BLOCKQUOTE {
  margin-top: 4px;
  margin-bottom: 0px;
}

BLOCKQUOTE.comments {
  border: 2px solid #aaa;
  padding: 3px;
}

.modify {
  background-color: #ddd;
  padding: 2px;
  border: 1px solid #aaa;
}

.modify,
.modify INPUT,
.modify SELECT {
  font-size: x-small;
}

#cfihelplink {
  margin-left: 10px;
}

.fileheading {
  font-weight: bold;
}
HR { 
  border: none;
  border-top: 1px solid #777;
}
FORM.chunknav {
	padding: 5px;
	border: 1px solid #777777;
	background: #e6e6e6;
}
