/*    Copyright (C) 2006-2008 Malcolm Cowe
*/
body {
	font-size: 76%;
	font-family: sans-serif;
}
body.login {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.headingContainer {
	background: #46679d url(img/blue-gradient.png) repeat-x bottom; 
	border: 1px solid rgb(53,85,107);
	min-height: 48px;
	position: relative;
}
/* IE6 Hack */
* html .headingContainer {
  position: relative;
}
.localNavContainer {
	padding: 2px;
	margin-bottom: 0.4em;
	background: #46679d url(img/small-blue-gradient.png) repeat-x bottom;
	border-top: 0;
	border-right: 1px solid rgb(53,85,107);
	border-bottom: 1px solid rgb(53,85,107);
	border-left: 1px solid rgb(53,85,107);
	position: relative;
}
a:link {
	color: rgb(231,111,0);
}
a:visited {
	color: rgb(231,111,0);
}
a:hover {
	text-decoration: none;
}
a:active {
	color: rgb(231,111,0);
}
.headingContainer a:link {
	color: white;
}
.headingContainer a:visited {
	color: white;
}
.localNavContainer a:link {
	color: white;
}
.localNavContainer a:visited {
	color: white;
}
.contentHeading a:link {
	color: white;
}
.contentHeading a:visited {
	color: white;
}
.localNav a:link {
	text-decoration: none;
}
.localNav a:visited {
	text-decoration: none;
}
.localNav a:hover {
	text-decoration: underline;
}
.globalNav a:link {
	color: #e30b0e;
	text-decoration: none;
}
.globalNav a:visited {
	color: #e30b0e;
	text-decoration: none;
}
.globalNav a:hover {
	color: #e30b0e;
	text-decoration: underline;
}
.globalNav a:active {
	color: #e30b0e;
}
.mainHeading {
	padding: 2px 4px 0px 4px;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	position: absolute;
	top:10px;
}
/* IE6 Hack */
* html .mainHeading {
  position: relative;
}
.contentHeading {
	background: rgb(189,190,192) url(img/small-grey-gradient.png) repeat-x bottom; 
	color: white;
	padding: 2px 4px 2px 4px;
	margin-top: 2px;
	font-size: 1.2em;
	font-weight: bold;
}
.contentSubHeading {
	font-weight: bold;
	border-bottom: 1px solid;
	margin-top: 1em;
	margin-bottom: 2px;
}
.contentSubHeading#first {
	margin-top: 0;
	margin-bottom: 2px;
}
.siteName {
	background: url(img/bg-global-tl.png) no-repeat top left;
	padding: 2px 4px 2px 4px;
	font-size: 1.2em;
	font-weight: bold;
	color:#394d70;
	/*width: 40%; */
}
.globalBox {
	background: url(img/bg-global.png) repeat-x top left;
	position: relative;
	height: 4em;
}

/* IE6 Hack */
* html .globalBox {
  position: relative;
}

.globalBox#noNav {
	height: 4em;
}
.globalBox div#signatory {
	padding-left: 4px;
	position: absolute;
	bottom: 1px;
}

/* IE6 Hack */
* html .globalBox div#signatory {
  position: relative;
}

.globalNav {
	padding: 4px;
	list-style-type: none;
	margin: 0px;
	text-align: right;
	float:right;
	margin-top:5px;
}

/* IE6 Hack */
* html .globalNav {
  position: relative;
}

.globalNav li {
	display: inline;
	padding: 20px 4px 20px 8px;
	background-image: url(../../out/images/globalnav_sep.jpg);
	background-position:left top;
	background-repeat:no-repeat;
 }
.globalNav li#first {
	border-left: none;
	padding: 20px 4px 20px 4px;
	background:none;
}
.globalNav li form {
	display: inline;
}
.globalNav li input {
	font-size: 0.8em;
	border: 1px solid;
	padding: 1px;
}
.globalNav li input#searchButton {
	border-left:0;
	padding: 0px;
}
.localNav {
	padding:1px;
	margin: 0px;
	text-align: center;
	list-style-type: none;
	color: white;
	text-transform: uppercase;
}
.localNav li {
	display: inline;
	padding: 0px 4px 0px 8px;
	background-image: url(img/localnav_blue_sep.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-right:5px;
}
.localNav li#first {
	border-left: none;
	background:none;
}
.globalTR {
	background: url(img/bg-global-tr.png) no-repeat top right;
	float: right;
	width: 8px;
	height: 8px;
}
.smallText {
	font-size: 0.8em;
}
.contentContainer {
	padding: 0px;
	width: 100%;
	margin: auto;
}
.content {
	background: url(img/content-gradient.png) repeat-x bottom left;
	background-color: white;
	margin-top: 0.2em;
	padding: 0;
	border-top: 1px solid #e0e0e0;
}
.content-l {
	background: url(img/edge.png) repeat-y bottom left;
}
.content-r {
	background: url(img/edge.png) repeat-y bottom right;
}
.content-br {
	background: url(img/content-br.png) no-repeat bottom right;
}
.content-bl {
	background: url(img/content-bl.png) no-repeat bottom left;
	padding: 0.6em 1em;
}
.content input, .content select {
	font-size: 0.8em;
	border: 1px solid;
}
.content textarea {
	border: 1px solid;
	font-family: sans-serif;
	font-size: 1.0em;
}
td {
	vertical-align: top;
}
table.folderView {
	border-collapse: collapse;
	width: 100%;
}
table.folderView thead tr {
	border-bottom: 1px solid rgb(189, 190, 192);
}
table.folderView th, table.folderView td {
	padding: 0.1em 0.4em;
}
table.folderView th {
	text-align: left;
}
table.folderView td {
	border-bottom: 1px solid rgb(224, 224, 224);
}
table.folderView td.center {
	text-align: center;
}
table.folderView tr.folder {
	border-bottom: 1px solid rgb(224, 224, 224);
	background: rgb(240, 240, 240);
}
table.defaultView {
	border-collapse: collapse;
}
table.defaultView thead tr {
	border-bottom: 1px solid rgb(189, 190, 192);
}
table.defaultView th, table.defaultView td {
	padding: 0.1em 0.4em;
}
table.defaultView th {
	text-align: left;
}
table.defaultView td {
	border-bottom: 1px solid rgb(224, 224, 224);
}
table.defaultView td.center {
	text-align: center;
}
table.defaultView tr.folder {
	border-bottom: 1px solid rgb(224, 224, 224);
	background: rgb(240, 240, 240);
}
td#userImage {
	border: 1px solid rgb(189, 190, 192);
}
img.userImage {
	height: 72px;
}
img.mimeicon {
	height: 18px;
	vertical-align: middle;
	border: none;
}
img.treeicon {
	border: none;
	padding-right: 0.1em;
}
input.mimeicon {
	height: 18px;
	vertical-align: middle;
	border: none;
}
ul.reviewer {
	padding: 0;
	margin: 0;
}
ul.reviewer li {
	list-style: none;
	padding: 0.1em 0em;
	border-top: 1px solid rgb(163, 184, 203);
}
ul.reviewer li.first {
	border-top: none;
}
ul.actions {
	padding: 0;
	margin: 0;
}
ul.actions li {
	list-style: none;
	padding: 0 0 0.1em 0;
	border-top: 1px solid rgb(163, 184, 203);
}
ul.actions li.first {
	border-top: none;
}
dl.documentDetail {
	margin: 0;
}
dl.documentDetail dt {
	font-weight: bold;
}
.cbSelectTitle {
	float:left;
	width: 6em;
}
.cbSelectContainer {
	overflow:auto;
	height: 8em;
	border: 1px solid;
	padding: 0.2em 0;
	margin: 0.2em 0;
}
.cbSelectContainer.empty {
	height: 1em;
}
.cbSelectList {
	padding: 0.1em;
}
.cbSelectItem {
	list-style-type: none;
}
ul.pageList {
	list-style-type: none;
	padding: 0px;
	margin: 1.5em 0 0 0;
	text-align: center;
}
ul.pageList li {
	display:inline;
	margin: 0 0.2em;
	font-weight: bold;
}
ul.pageList li#first {
	margin-left: 0;
	font-weight: normal;
}
/*
 * I rather foolishly decided to have the title of the page exist at the
 * bottom of the containing DIV element. This means using absolute
 * positioning in order to get the desired effect in a way that is consistent.
 * However, this causes problems when the fonts are scaled as overlap can
 * occur with other elements, leading to unclean layout (since absolute
 * positioning removes the element from the document flow). My solution is to
 * place an empty element in the page directly before the title that remains
 * in the document flow. This fakes a margin around the title.
 * I've also applied this to the login form in the global navigation section.
 */
span.absSpacerNorm {
  display: block;
  height: 1.4em;
  line-height: 14px;
  font-size: 1.2em;
}

span.absSpacerTitle {
  display: block;
  min-height: 1.8em;
  font-size: 1.5em;
  padding-top: 0.2em;
  visibility: hidden;
}

.footNote {
	margin-top: 0.4em;
	padding: 0px;
	text-align: center;
}
