/* 	================================= 
	STYLESHEET FOR LIB USERS SECTION
	colours: #f90 and #ccccff
	================================= */	
	
/*	---------------------------------
	navigation bar
	--------------------------------- */
div.navbar {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #ccccff;
	padding: 0.01em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border: none;
	border-top: solid #f90 0.1em;
	border-bottom: solid #f90 0.1em;
}
div.navbar hr, div.navbar span.label {
	display: none;
}
div.navbar a {
	font-weight: normal;
	text-decoration: underline;
}
div.navbar a:link {
	color: #c60;
}
div.navbar a:visited {
	color: #c60;
}
div.navbar a:hover {
	color: #00c;
}
div.navbar a:active {
	color: #f00;
}

/*	---------------------------------
	jump bar
	--------------------------------- */
div.jumpbar {
	 /* override */
	color: #000;
	background: #ccccff;
	border-color: #f90;
}

/*	---------------------------------
	coloured boxes
	--------------------------------- */
/* border */
div.linksection {
	/*
	width:100%;
	*/
	font-family: arial, helvetica, sans-serif; 
	margin: 0.5em;
	border: solid 0.1em #ccccff;
	padding: 0.25em;
}
/* fill */
.highlightsection {
	 /* override */
	color:#000; 
	background-color:#ccccff; 
	border-color:#f90; 
}
.sidebar .highlightsection li{
	color: #f90; 
	background:#ccccff; 
}
div.groupsection {
	 /* override */
	border-color: #ccccff;
}





/*	---------------------------------
	coloured forms
	--------------------------------- */
table.colouredform {
	margin-left:0.5em;
}
table.colouredform th, table.colouredform td {
	text-align: left; 
	vertical-align: top;
	background: #ccccff;
	color: #000;
}
table.colouredform th.section {
	background: #ccccff;
	color: #009;
}
table.colouredform td.notes {
	background: #fff; 
	color: #000;
	border-bottom: solid 1px #ccccff; 
	border-top: solid 1px #ccccff;
}
table.colouredform td.nonotes {
	background: #fff;
	color: #000;
}

table.colouredform td.notes p {
	text-align:justify;
	font-size:70%; 
	}
table.colouredform th h3 {
	margin-bottom:0em;
}
table.colouredform th p {
	margin-left:1em;
}

table.colouredform input, table.colouredform select, table.colouredform option, table.colouredform textarea, table.colouredform .formfieldworkaround {
	font-family: 'courier new', monospace;
	font-weight: normal;
}
table.colouredform p.buttons, table.colouredform p.staffbuttons {
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}
table.colouredform button, table.colouredform input.button, input.button{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	background-color: #009;
	border-color: #009;
}
table.colouredform p.staffbuttons {
	width:8em;
}
table.colouredform p.staffbuttons input.button {
	width:100%;
}
div.errormessage, div.errormessage h3 {
	color:#f00; 
	background:#fff; 
	font-weight:bold; 
	text-align:center; 
	margin-left:3em; 
	margin-right:3em;
}

/*	---------------------------------
	coloured data table
	--------------------------------- */
table.coloureddata {
	background: #ccccff;
	color: #000;
}
table.coloureddata th {
	background: #ccccff;
	color: #000;
}
table.coloureddata td {
	background: #fff;
	color: #000;
}

/*	---------------------------------
	coloured tabs table
	--------------------------------- */
table.colouredtabs {
	background: #ccccff;
	color: #000;
}
table.colouredtabs th {
	background: #ccccff;
	color: #000;
}
table.colouredtabs td.tabsOn {
	background: #ccccff;
	color: #000;
	padding: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
}
table.colouredtabs td.tabsOff {
	background: #fff;
	color: #000;
	padding: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
}


/*	---------------------------------
	documentation sections
	--------------------------------- */
div.toc {
	background: #eee;
	padding: 1em;
	border: solid 0.05em #006;
	margin: 0.5em;
}
div.section {
	margin-left: 1.5em;
}

p.linktotop {
	text-align: right;
}

/*	---------------------------------
	library guides
	--------------------------------- */
		table.info th {
			text-align: left;
			background: #ccccff;
			color: #000;
			width: 12em;
		}
		table.info td {
			text-align: left;
			background: #fff;
			color: #000;
		}
		table.codes th {
			text-align: left;
			background: #ccccff;
			color: #000;
		}
		table.codes td {
			text-align: left;
			background: #fff;
			color: #000;
		}
		table.info th p, table.info td p, table.codes th p, table.codes td p{
			margin-top: 0.01em;
			margin-bottom: 0.01em;
			padding-top: 0em;
			padding-bottom: 0em;
		}
		p.jump-to-top {
			font-size: 0.8em;
			text-align: right;
		}


/*	---------------------------------
	.
	--------------------------------- */



