[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes in... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Feb 6 21:41:26 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/02/06 20:41:26

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/includes: intranet.css 
Added files:
	koha-tmpl/intranet-tmpl/npl/en/includes: colors.npl.css 

Log message:
	Removing all color declarations from intranet.css.  Original NPL color scheme now in colors.npl.css

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css.diff?only_with_tag=rel_2_2&tr1=1.5.2.13&tr2=1.5.2.14&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css?only_with_tag=rel_2_2&rev=1.1.2.1

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css:1.1.2.1
--- /dev/null	Mon Feb  6 20:41:26 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css	Mon Feb  6 20:41:26 2006
@@ -0,0 +1,624 @@
+a:link {
+	color : #0066CC;
+}
+
+a:visited {
+	color : #0066CC;
+}
+
+a:hover {
+	color : #993300;
+}
+
+a.delete {
+	background-color : #CC3333;
+	color : #FFFF99;
+}
+
+a.delete:hover {
+	background-color : #FF3333;
+	color : #FFFF99;
+}
+
+a.edit {
+	background-color : #CCFF00;
+	color : #3366CC;
+}
+
+a.edit:hover {
+	background-color : #CCFF99;
+	color : #000088;
+}
+
+a:link.current {
+	background-color : transparent;
+	color : #3366CC;
+}
+
+a:link.current {
+	background-color : transparent;
+	color : #3366CC;
+}
+
+a:link.nav {
+	background-color : #D8DEB8;
+	color : #3366CC;
+}
+
+a:link.pages {
+	background-color : #FFFFCC;
+	color : #3366CC;
+}
+
+a:visited.current {
+	background-color : transparent;
+	color : #3366CC;
+}
+
+a:visited.current {
+	background-color : transparent;
+	color : #3366CC;
+}
+
+a:visited.nav {
+	background-color : #D8DEB8;
+	color : #3366CC;
+}
+
+a:visited.pages {
+	background-color : #FFFFCC;
+	color : #3366CC;
+}
+
+a:hover.current {
+	background-color : #CCFF00;
+	color : #CC3333;
+}
+
+a:hover.current {
+	background-color : #CCFF00;
+	color : #CC3333;
+}
+
+a:hover.nav {
+	background-color : #CCFF00;
+	color : #CC3333;
+}
+
+a:hover.pages {
+	background-color : #CCFF00;
+	color : #CC3333;
+}
+
+a:active.current {
+	background-color : #99CC00;
+	color : #FFFF99;
+}
+
+a:active.current {
+	background-color : #99CC00;
+	color : #FFFF99;
+}
+
+a:active.nav {
+	background-color : #99CC00;
+	color : #FFFF99;
+}
+
+a:active.pages {
+	background-color : #99CC00;
+	color : #FFFF99;
+}
+
+body {
+	background-color : #009999;
+	color : #333333;
+}
+
+caption {
+	color : #000066;
+}
+
+div.form, div.details {
+	background-color : #FFFFCC;
+}
+
+div.details dt {
+	border-bottom : 1px solid #D8DEB8;
+}
+
+div#help a {
+	background-color : #3FB2B3;
+}
+
+div#help .loggedin {
+	color : #cccc99;
+}
+
+div#help .loggedinusername {
+	color : #D8DEB8;
+}
+
+div#help .loggedin a {
+	background-color : transparent;
+	color : #CCFF66;
+}
+
+div.items {
+	background-color : #FFFFCC;
+}
+
+div.items td {
+	border-bottom : 1px solid #E7E7CA;
+	border-left : 1px solid #E7E7CA;
+	border-right : 1px solid #E7E7CA;
+	border-top : 1px solid #E7E7CA;
+}
+
+div.items th {
+	background-color : #FFC;
+	border-bottom : 1px solid #E7E7CA;
+	border-left : 1px solid #E7E7CA;
+	border-right : 0px;
+	border-top : 1px solid #E7E7CA;
+	color : #000088;
+}
+
+div.details td, div.form td {
+	border-bottom : 1px solid #E7E7CA;
+	border-left : 1px solid #E7E7CA;
+	border-right : 0px;
+	border-top : 0px;
+}
+
+div.compact td {
+	border-bottom : 1px solid #E7E7CA;
+	border-left : 1px solid #E7E7CA;
+	border-right : 0px;
+	border-top : 0px;
+}
+
+div.compact th {
+	border-bottom : 1px solid #999933;
+	border-left : 1px solid #E7E7CA;
+	border-right : 1px solid #999933;
+	border-top : 0px;
+}
+
+div.error {
+	background-color : #FFFF99;
+	border : 1px dashed #990000;
+}
+
+div.error .submit {
+	background-color : #669999;
+}
+
+div.error .cancel {
+	background-color : #993300;
+}
+
+div.error h3 {
+	color : #990033;
+}
+
+div.notice {
+	background-color : #FFFF99;
+	border : 1px dashed #990000;
+}
+
+div.help {
+		border : 0;
+		background-color : #E7E7CA;
+	}
+	
+	div.help h3 {
+		background-color : #FFFFCC;
+		border-bottom : #CCCC99;
+	}
+
+div.menu {
+	background-color : #FFFFCC;
+}
+
+div.menu dt {
+	border-bottom : 1px dashed #E7E7CA;
+}
+
+div.tabitem ul li {
+	border-right: 1px solid #999900;
+	}
+
+div.tabitem li a {
+	background-color : #E7E7CA;
+}
+
+div.tabitem li a.here {
+	background-color : #D8DEB8;
+}
+
+div.tabitem li a:hover {
+	background-color : #FFFFCC;
+}
+
+form.compact input {
+}
+
+h1
+	{
+	color : #000066;
+}
+
+h2 {
+	color : #000066;
+}
+
+h3 {
+	color : #000066;
+}
+
+h3.alert {
+	background-color: #FFCC33;
+	color: #CC0000;
+}
+
+h3.title {
+	background-color: #EEF0DB;
+}
+
+h4 {
+	color : #000066;
+}
+
+h5 {
+	color : #000066;
+}
+
+h6 {
+	color : #000066;
+}
+
+sup {
+	color : #cc0000;
+}
+
+table {
+	background-color : #FFFFCC;
+	border-bottom : 0px solid #000000;
+	border-left : 0px solid #000000;
+}
+
+td {
+	border-bottom : 1px solid #E7E7CA;
+	border-right : 1px solid #E7E7CA;
+}
+
+td:last-child {
+	border-bottom : 1px solid #E7E7CA;
+	border-right : 0px solid #E7E7CA;
+}
+
+th {
+	background-color : #D8DEB8;
+	border-bottom : 1px solid #000000;
+	border-right : 1px solid #000000;
+}
+
+th:last-child {
+	background-color : #D8DEB8;
+	border-bottom : 1px solid #000000;
+	border-right : 0px solid #000000;
+}
+
+td.input, div.form td, div.details td {
+	border-bottom : 1px solid #E7E7CA;
+	border-left : 0px;
+	border-right : 0px;
+	color : #000000;
+}
+
+td.label, div.form th, div.details th {
+	background-color : #FFC;
+	border-bottom : 1px solid #E7E7CA;
+	border-left : 1px solid #E7E7CA;
+	border-right : 0px;
+	border-top : 0px;
+	color : #000088;
+}
+
+td.label {
+	border-bottom : 1px solid #E7E7CA;
+	border-left : 1px solid #E7E7CA;
+	color : #000088;
+}
+
+tr.highlight, td.highlight {
+	background-color : #FFFFFF;
+}
+
+td.onissue {
+	background-color : #EFF1D8;
+}
+
+tr.highlight td.onissue {
+	background-color : #E7E7CA;
+}
+
+table.marc {
+	background-color : #FFFFCC;
+}
+
+table.marc th {
+	background-color: #E7E7CA;
+	border : 0px;
+}
+
+table.marc td.label {
+	color : #000000;
+}
+
+table.marc td.data {
+	background-color : #FFFFFF;
+}
+
+.cancel {
+	background-color : #993300;
+	color : #FFFFCC;
+}
+
+td.debit {
+	color : #990000;
+}
+
+.current {
+	background-color : #FFFFFF;
+	color : #3366CC;
+}
+
+.error {
+	color : #CC0033;
+}
+
+.form dd {
+	border-bottom : 1px solid #E7E7CA;
+	color : #000000;
+}
+
+.form dt {
+	border-bottom : 1px solid #E7E7CA;
+	border-left : 1px solid #E7E7CA;
+	color : #000088;
+}
+
+input.focus {
+	background-color: #FFF;
+	border-bottom: 2px dashed #993300;
+}
+
+input.unfocus {
+	background-color : #FFF;
+}
+
+.submit {
+	background-color : #669999;
+	color : #EEF0DB;
+}
+
+td input.submit {
+	border : 1px outset #CCCC99;
+	color : #FFFFCC;
+}
+
+td input.submit:active {
+	border : 1px inset #cccc99;
+}
+
+td input.delete {
+	border : 1px outset #CCCC99;
+	color : #FFFFCC;
+	background-color : #993300;
+}
+
+td input.delete:active {
+	border : 1px inset #cccc99;
+}
+
+.thumbnail {
+	border : 0px solid #E7E7CA;
+}
+
+#auth {
+	background-color : transparent;
+}
+
+#auth table td {
+	background-color : #E7E7CA;
+	border-bottom : 1px solid #999933;
+	border-left : 1px solid #FFFFFF;
+	border-right : 1px solid #999933;
+	border-top : 1px solid #FFFFFF;
+}
+
+#auth table th{
+	background-color : #E7E7CA;
+	border-bottom : 1px solid #999933;
+	border-left : 1px solid #FFFFFF;
+	border-right : 1px solid #999933;
+	border-top : 1px solid #FFFFFF;
+}
+
+#main {
+	background-color : #CCCC99;
+	border-left : 1px solid #CCCC99;
+}
+
+#main-compact {
+	background-color : #CCCC99;
+	border-left : 1px solid #CCCC99;
+}
+
+#menu {
+	background-color : #FFFFCC;
+}
+
+#menu dd {
+	border-bottom : 1px dashed #D8DEB8;
+	border-left : 1px dashed #D8DEB8;
+	border-right : 0px solid #000000;
+	border-top : 0px solid #000000;
+}
+
+#menu dt {
+	background-color : #FFFFFF;
+	border-bottom : 1px solid #D8DEB8;
+	border-left : 0px solid #D8DEB8;
+	border-right : 0px solid #000000;
+	border-top : 0px solid #000000;
+	color : #000066;
+}
+
+#nav {
+	background-color : #CCCC99;
+}
+
+#nav ul li {
+	background-color : #D8DEB8;
+	border-bottom : 1px solid #FFFFCC;
+	border-left : 0px solid #FFFFCC;
+	border-right : 0px solid #006699;
+	border-top : 0px solid #FFFFCC;
+}
+
+#nav ul li+li {
+	border-bottom : 1px solid #FFFFCC;
+	border-left : 0px solid #FFFFCC;
+	border-right : 0px solid #006699;
+}
+
+#nav ul ul li {
+	background-color : #EFF1D8;
+	border-bottom : 1px solid #CCCC99;
+	border-left : 0px solid #FFFFCC;
+	border-right : 0px solid #006699;
+	border-top : 0px solid #FFFFCC;
+}
+
+#nav ul ul li+li {
+	border-bottom : 1px solid #CCCC99;
+	border-left : 0px solid #FFFFCC;
+	border-right : 0px solid #006699;
+}
+
+#results, .results {
+	color : #000066;
+}
+
+#submenu {
+	background-color: #D8DEB8;
+}
+
+#submenu dl {
+	background-color : #E7E7CA;
+}
+
+#topmenu {
+	color : #CCCC99;
+}
+
+#topmenu .submit {
+	background-color : #999933;
+	color : #FFFFCC;
+}
+
+#topmenu a:link {
+	color : #CCFF66;
+}
+
+#topmenu a:visited {
+	color : #CCFF66;
+}
+
+#topmenu a:hover {
+	color : #FFFFCC;
+}
+
+#topmenu a:active {
+	color : #FFFFCC;
+}
+
+
+div.members th {
+	background-color : #FFFFCC;
+	border-bottom : 1px solid #E7E7CA;
+	border-right : 1px solid #E7E7CA;
+}
+
+div.members label.focus {
+	color : #cc0000;
+}
+
+td fieldset {
+	border : 1px solid #CCCCCC;
+}
+
+table.editing tr:hover td {
+	background-color: #EFF1D8;
+}
+
+tfoot {
+	background-color : #E7E7CA;
+}
+
+tfoot td, tfoot td:last-child {
+	border-right : 1px solid #999900;
+	border-bottom : 1px solid #999900;
+}
+
+div.data table, div.data-main table {
+	background-color: #D8DeB8;
+}
+
+div.data table td, div.data-main table td {
+	border-right : 1px solid #CCCC99;
+	border-bottom : 1px solid #CCCC99;
+	background-color: #FFFFCC;
+}
+
+div.data-main table td {
+	background-color : #FFFFE1;
+}
+
+div.data table th, div.data-main table th  {
+	border-left : 1px solid #999933;
+	border-right : 1px solid #CCCC99;
+	border-bottom : 1px solid #CCCC99;
+	background-color: #E7E7CA;
+}
+
+div.data-main table th {
+	background-color : #EFF1D8;
+}
+
+div.data table tr.highlight td {
+	background-color: #FFFFE1;
+}
+
+div.data table tr.highlight th {
+	background-color : #EEF0DB;
+}
+
+div.data table col, div.data-main table col {
+	background-color : #CCCCCC;
+}
+
+div#controls form {
+	background-color : #FFFFCC;
+}
+
+label.required:after {
+	color : #cc0000;
+}
+
+p.date-select input, p.date-select select {
+		background-color : #EFF1D8;
+}
\ No newline at end of file
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.13 koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.14
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.13	Wed Jan  4 22:51:04 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css	Mon Feb  6 20:41:26 2006
@@ -1,1289 +1,945 @@
-a:link {
-	color : #0066CC;
+a.delete {
+	display: block;
+	font-weight: bold;
+	margin: 2px;
+	padding: 1px;
+	text-align: center;
+	text-decoration: none;
 }
 
-a:visited {
-	color : #0066CC;
+a.edit {
+	display: block;
+	font-weight: bold;
+	margin: 2px;
+	padding: 1px;
+	text-align: center;
+	text-decoration: none;
 }
 
-a:hover {
-	color : #993300;
+a:link.current {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-a.delete {
-	background-color : #CC3333;
-	color : #FFFF99;
-	display : block;
-	font-weight : bold;
-	margin : 2px;
-	padding : 1px;
-	text-align : center;
-	text-decoration : none;
+a:link.pages {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-a.delete:hover {
-	background-color : #FF3333;
-	color : #FFFF99;
+a:visited.current {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-a.edit {
-	background-color : #CCFF00;
-	color : #3366CC;
-	display : block;
-	font-weight : bold;
-	margin : 2px;
-	padding : 1px;
-	text-align : center;
-	text-decoration : none;
+a:visited.pages {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-a.edit:hover {
-	background-color : #CCFF99;
-	color : #000088;
+a:hover.current {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-a:link.current {
-	background-color : transparent;
-	color : #3366CC;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+a:hover.pages {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-a:link.current {
-	background-color : transparent;
-	color : #3366CC;
+a:active.current {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-a:link.nav {
-	background-color : #D8DEB8;
-	color : #3366CC;
+a:active.pages {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-a:link.pages {
-	background-color : #FFFFCC;
-	color : #3366CC;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+body {
+	font-family: arial, geneva, sans-serif;
+	font-size: 16px;
+	margin: 3px 0px 0px 5px;
 }
 
-a:visited.current {
-	background-color : transparent;
-	color : #3366CC;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+caption {
+	font-size: 20px;
+	font-weight: bold;
+	margin-top: 5px;
+	text-align: left;
 }
 
-a:visited.current {
-	background-color : transparent;
-	color : #3366CC;
+div#controls {
+	float: right;
+	margin-left: .7em;
+	width: 15%;
 }
 
-a:visited.nav {
-	background-color : #D8DEB8;
-	color : #3366CC;
+div#controls form {
+	font-size: 80%;
+	margin: .3em 0;
+	padding: .3em;
 }
 
-a:visited.pages {
-	background-color : #FFFFCC;
-	color : #3366CC;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+div#help {
+	font-weight: bold;
+	position: absolute;
+	right: 3px;
+	top: 3px;
 }
 
-a:hover.current {
-	background-color : #CCFF00;
-	color : #CC3333;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+div#help .loggedin, .menu input {
+	font-size: 80%;
 }
 
-a:hover.current {
-	background-color : #CCFF00;
-	color : #CC3333;
+div#help .loggedin a {
+	text-decoration: underline;
 }
 
-a:hover.nav {
-	background-color : #CCFF00;
-	color : #CC3333;
+div#help a {
+	padding: 1px 2px;
+	text-decoration: none;
 }
 
-a:hover.pages {
-	background-color : #CCFF00;
-	color : #CC3333;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+div.compact td {
+	border-right: 0px;
+	border-top: 0px;
+	font-size: 13px;
+	font-weight: normal;
+	padding: 1px 1px 1px 10px;
 }
 
-a:active.current {
-	background-color : #99CC00;
-	color : #FFFF99;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+div.compact th {
+	border-top: 0px;
+	padding: 1px 10px 1px 1px;
+	font-weight: normal;
+	font-size: 13px;
+	text-align: right;
+	width: 20%;
+	vertical-align: top;
 }
 
-a:active.current {
-	background-color : #99CC00;
-	color : #FFFF99;
+div.data p {
+	margin: .5em 0;
 }
 
-a:active.nav {
-	background-color : #99CC00;
-	color : #FFFF99;
+div.data table caption {
+	font-size: 1em;
 }
 
-a:active.pages {
-	background-color : #99CC00;
-	color : #FFFF99;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+div.data table td, div.data-main table td {
+	font-size: 12px;
+	margin: 0 0 0 0;
+	padding: 2px;
+	padding-left: .7em;
 }
 
-body {
-	background-color : #009999;
-	color : #333333;
-	font-family : arial, geneva, sans-serif;
-	font-size : 16px;
-	margin : 3px 0px 0px 5px;
+div.data table th, div.data-main table th {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 2px;
+	padding-right: 1em;
+	text-align: right;
+	width: 17%;
 }
 
-caption {
-	color : #000066;
-	font-size : 20px;
-	font-weight : bold;
-	margin-top : 5px;
-	text-align : left;
+div.data table th[scope=col], div.data-main table th[scope=col] {
+	border-left: 0;
 }
 
-div.form, div.details {
-	background-color : #FFFFCC;
-	border : 0px;
-	margin : 0px auto;
-	padding : 5px;
+div.data table tr.highlight th {
+	font-size: 70%;
+	font-weight: bold;
+	padding-right: 1em;
+}
+
+div.data table, div.data-main table {
+	border-collapse: collapse;
+	margin: auto;
+	margin: 0 0 5px 0;
+}
+
+div.data-main table caption {
+	font-size: 1.1em;
 }
 
 div.details {
 	margin-bottom: 5px;
 }
 
+div.details dd {
+	font-size: 12px;
+}
+
 div.details dl {
-	margin : 0px;
-	padding : 0px;
+	margin: 0px;
+	padding: 0px;
 }
 
 div.details dt {
 	font-weight: bold;
 	font-size: 12px;
-	border-bottom : 1px solid #D8DEB8;
-	padding : 2px;
+	padding: 2px;
 }
 
-div.details dd {
-	font-size: 12px;
+div.details td, div.form td {
+	border-right: 0px;
+	border-top: 0px;
 }
 
-div.details ul {
-	margin-top: 0px;
-	margin-bottom: 0px;
-	padding-top : 0px;
-	padding-bottom : 3px;
-	font-size : 12px;
+div.details td:first-child, div.form td:first-child {
+	font-weight: bold;
+	text-align: right;
+	width: 25%;
 }
 
-div#help {
-	position : absolute;
-	top : 3px;
-	right : 3px;
-	font-weight : bold;
+div.details td+td, div.form td+td {
+	font-weight: normal;
+	text-align: left;
+	width: 75%;
 }
 
-div#help a {
-	background-color : #3FB2B3;
-	padding : 1px 2px;
-	text-decoration : none;
+div.details ul {
+	margin-top: 0px;
+	margin-bottom: 0px;
+	padding-top: 0px;
+	padding-bottom: 3px;
+	font-size: 12px;
 }
 
-div#help .loggedin {
-	color : #cccc99;
-	font-size : 80%;
+div.error {
+	font-size: 16px;
+	line-height: 18px;
+	margin: 10px auto;
+	padding: 5px;
+	width: 65%;
 }
 
-div#help .loggedinusername {
-	color : #D8DEB8;
+div.error .cancel {
+	font-size: 14px;
+	margin-left: 5%;
+	padding: 2px 15px 2px 15px;
 }
 
-div#help .loggedin a {
-	background-color : transparent;
-	text-decoration : underline;
-	color : #CCFF66;
+div.error .submit {
+	font-size: 14px;
+	margin-left: 5%;
+	padding: 2px 15px 2px 15px;
 }
 
-div.items {
-	background-color : #FFFFCC;
-	border : 0px;
-	margin : 0px auto;
-	padding : 5px;
-	width : 100%;
+div.error p {
+	margin: 0px;
+	padding: 0px 0px 0px 20px;
 }
 
-div.items td {
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 1px solid #E7E7CA;
-	border-right : 1px solid #E7E7CA;
-	border-top : 1px solid #E7E7CA;
-	font-size : .75em;
-	padding: 2px;
+div.flags li {
+	list-style: circle;
 }
 
-div.items th {
-	background-color : #FFC;
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 1px solid #E7E7CA;
-	border-right : 0px;
-	border-top : 1px solid #E7E7CA;
-	color : #000088;
-	font-size: .75em;
-	font-weight : bold;
-	padding : 2px;
-	text-align : left;
-	vertical-align : top;
+div.flags ul {
+	margin: 0px;
+	padding: 0px;
 }
 
-div.details td, div.form td {
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 1px solid #E7E7CA;
-	border-right : 0px;
-	border-top : 0px;
+div.form, div.details {
+	border: 0px;
+	margin: 0px auto;
+	padding: 5px;
 }
 
-div.details td:first-child, div.form td:first-child {
-	font-weight : bold;
-	text-align : right;
-	width : 25%;
+div.help {
+	border: 0;
+	font-size: 90%;
+	margin-bottom: 5px;
 }
 
-div.details td+td, div.form td+td {
-	font-weight : normal;
-	text-align : left;
-	width : 75%;
+div.help .ex {
+	font-weight: bold;
 }
 
-div.compact td {
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 1px solid #E7E7CA;
-	border-right : 0px;
-	border-top : 0px;
-	font-weight : normal;
-	font-size : 13px;
-	padding : 1px 1px 1px 10px;
+div.help h3 {
+	font-size: 100%;
+	margin: 0;
+	padding: 5px;
 }
 
-div.compact th {
-	border-bottom : 1px solid #999933;
-	border-left : 1px solid #E7E7CA;
-	border-right : 1px solid #999933;
-	border-top : 0px;
-	padding : 1px 10px 1px 1px;
-	font-weight : normal;
-	font-size : 13px;
-	text-align : right;
-	width : 20%;
-	vertical-align: top;
+div.help p {
+	margin: 0;
+	padding: 2px 5px;
 }
 
-div.error {
-	background-color : #FFFF99;
-	border : 1px dashed #990000;
-	font-size : 16px;
-	line-height : 18px;
-	margin : 10px auto;
-	padding : 5px;
-	width : 65%;
+div.items {
+	border: 0px;
+	margin: 0px auto;
+	padding: 5px;
+	width: 98%;
 }
 
-div.error .submit {
-	background-color : #669999;
-	font-size: 14px;
-	margin-left : 5%;
-	padding : 2px 15px 2px 15px;
+div.items td {
+	font-size: .75em;
+	padding: 2px;
 }
 
-div.error .cancel {
-	background-color : #993300;
-	font-size: 14px;
-	margin-left : 5%;
-	padding : 2px 15px 2px 15px;
+div.items th {
+	font-size: .75em;
+	font-weight: bold;
+	padding: 2px;
+	text-align: left;
+	vertical-align: top;
 }
 
-div.error h3 {
-	color : #990033;
+div.members th {
+	font-size: 12px;
+	padding: 3px 5px;
+	width: 25%;
+	font-weight: bold;
+	text-align: left;
+	vertical-align: top;
 }
 
-div.error p {
-	margin : 0px;
-	padding : 0px 0px 0px 20px;
+div.members th label {
+	display: block;
+	margin: 0;
+	padding: 0;
 }
 
-div.notice {
-	background-color : #FFFF99;
-	border : 1px dashed #990000;
-	font-size : 16px;
-	line-height : 18px;
-	margin : 10px auto;
-	padding : 5px;	
+div.members th p, div.compact th p {
+	font-weight: normal;
+	padding: 0;
+	margin: 0;
+	text-indent: 1em;
 }
 
-div.flags li {
-	list-style : circle;
+div.menu {
+	margin-bottom : 5px;
+	padding: 5px;
+	width: 98%;
 }
 
-div.flags ul {
-	margin : 0px;
-	padding : 0px;
+div.menu dl {
+	padding: 0;
+	margin : 0;
 }
 
-
-
-	div.help {
-		border : 0;
-		background-color : #E7E7CA;
-		font-size : 90%;
-		margin-bottom : 5px;
-	}
-	
-	div.help h3 {
-		font-size : 100%;
-		background-color : #FFFFCC;
-		border-bottom : #CCCC99;
-		margin : 0;
-		padding : 5px;
-	}
-	
-	div.help p {
-		margin : 0;
-		padding : 2px 5px;
-	}
-	
-	div.help .ex {
-		font-weight : bold;
-	}
-
-div.menu {
-	width : 100%;
+div.menu dt {
+	font-size : 80%;
+	font-weight: bold;
+	padding: 2px;
+	margin : .3em;
 }
 
-div.menu th {
-	background-color : #FFFFCC;
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 1px solid #E7E7CA;
-	border-right : 0px;
-	border-top : 0px;
-	font-size : 101%;
-	font-weight : bold;
-	text-align : right;
-	}
-
-div.menu td+td {
-	font-size : 90%;
-	font-weight : normal;
-	text-align : left;
+div.menu dd {
+	font-size: 75%;
+	margin-left: 1em;	
+}
+div.notice {
+	font-size: 16px;
+	line-height: 18px;
+	margin: 10px auto;
+	padding: 5px;
 }
 
 div.tabitem {
-	display : inline;
+	display: inline;
 }
 
 div.tabitem form {
-	display : inline;
-	white-space : nowrap;
+	display: inline;
+	white-space: nowrap;
+}
+
+div.tabitem li a {
+	font-weight: bold;
+	padding: 3px 3px;
+	text-decoration: none;
 }
 
 div.tabitem ul {
-	margin : 0;
-	padding : 0;
+	margin: 0;
+	padding: 0;
 }
 
 div.tabitem ul li {
-	font-size : 80%;
-	margin : 0 2px 0 0;
-	border-right: 1px solid #999900;
-	padding : 3px 0;
+	font-size: 80%;
+	margin: 0 2px 0 0;
+	padding: 3px 0;
 	list-style: none;
 	display: inline;
-	}
-
-div.tabitem li a {
-	background-color : #E7E7CA;
-	font-weight : bold;
-	padding : 3px 3px;
-	text-decoration : none;
-}
-
-div.tabitem li a.here {
-	background-color : #D8DEB8;
 }
 
-div.tabitem li a:hover {
-	background-color : #FFFFCC;
+fieldset {
+	border: 0;
+	padding: 0;
+	white-space: nowrap;
 }
 
-fieldset {
-	border : 0;
-	padding : 0;
-	white-space : nowrap;
+fieldset label {
+	float: left;
+	margin-left: 3px;
+	width: 25%;
 }
 
 fieldset.list {
-	white-space : normal;
+	white-space: normal;
 }
 
 form {
-	margin : 0px;
-	padding : 0px;
+	margin: 0px;
+	padding: 0px;
 }
 
 form.compact input {
-	color : #ffffff;
-	font-size : 80%;
-	font-weight : normal;
-	padding : 0 6px;
+	font-size: 80%;
+	font-weight: normal;
+	padding: 0 6px;
 }
 
-h1
-	{
-	color : #000066;
-	font-size : 20px;
-	font-weight : bold;
-	margin-bottom : 3px;
-	margin-top : 3px;
+h1	{
+	font-size: 20px;
+	font-weight: bold;
+	margin-bottom: 3px;
+	margin-top: 3px;
 }
 
 h2 {
-	color : #000066;
-	font-size : 18px;
-	font-weight : bold;
-	margin-bottom : 3px;
-	margin-top : 3px;
+	font-size: 18px;
+	font-weight: bold;
+	margin-bottom: 3px;
+	margin-top: 3px;
 }
 
 h3 {
-	color : #000066;
-	font-size : 16px;
-	font-weight : bold;
-	margin-bottom : 3px;
-	margin-top : 3px;
+	font-size: 16px;
+	font-weight: bold;
+	margin-bottom: 3px;
+	margin-top: 3px;
 }
 
 h3.alert {
-	background-color: #FFCC33;
-	color: #CC0000;
 	padding: 3px;
 }
 
 h3.title {
-	background-color: #EEF0DB;
-	font-size : 18px;
-	display : block;
-	padding : 5px;
+	font-size: 18px;
+	display: block;
+	padding: 5px;
 	margin: 0px auto;
 }
 
 h4 {
-	color : #000066;
-	font-size : 14px;
-	font-weight : bold;
-	margin-bottom : 3px;
-	margin-top : 3px;
+	font-size: 14px;
+	font-weight: bold;
+	margin-bottom: 3px;
+	margin-top: 3px;
 }
 
 h5 {
-	color : #000066;
-	font-size : 13px;
-	font-weight : bold;
-	margin-bottom : 1px;
-	margin-top : 1px;
+	font-size: 13px;
+	font-weight: bold;
+	margin-bottom: 1px;
+	margin-top: 1px;
 }
 
 h6 {
-	color : #000066;
-	font-size : 12px;
-	font-weight : bold;
-	margin-bottom : 1px;
-	margin-top : 1px;
+	font-size: 12px;
+	font-weight: bold;
+	margin-bottom: 1px;
+	margin-top: 1px;
 }
 
 label {
-	font-weight : bold;
-	padding : 0px 5px 0px 5px;
+	font-weight: bold;
+	padding: 0px 5px 0px 5px;
+}
+
+label.required:after {
+	content: "*";
+	font-family: "Courier New", Courier, monospace;
+	font-size: 150%;
+	padding-left: 3px;
+}
+
+p.date-select {
+		font-size: 80%;
+	margin-top: 2px;
+	margin-bottom: 2px;
+}
+
+p.date-select input, p.date-select select {
+	font-size: 70%;
 }
 
 sup {
-	font-size : .7em;
-	color : #cc0000;
-	font-weight : bold;
-	font-family : "courier new", courier, monospace;
+	font-family: "courier new", courier, monospace;
+	font-size: .7em;
+	font-weight: bold;
 }
 
 table {
-	background-color : #FFFFCC;
-	border-bottom : 0px solid #000000;
-	border-collapse : collapse;
-	border-left : 0px solid #000000;
-	margin : 3px 0px 5px 0px;
-	padding : 0px;
-	width : 99%;
+	border-collapse: collapse;
+	margin: 3px 0px 5px 0px;
+	padding: 0px;
+	width: 99%;
+}
+
+table.marc {
+	border-collapse: collapse;
+	margin: 3px 0px 5px 0px;
+	padding: 0px;
+	width: auto;
+}
+
+table.marc td.label {
+	font-weight: bold;
+	width: 25%;
+}
+
+table.marc th {
+	border: 0px;
+	text-align: left;
+	font-weight: normal;
 }
 
 td {
-	border-bottom : 1px solid #E7E7CA;
-	border-right : 1px solid #E7E7CA;
-	font-size : 12px;
-	padding : 5px 5px 5px 5px;
+	font-size: 12px;
+	padding: 5px 5px 5px 5px;
 }
 
-td:last-child {
-	border-bottom : 1px solid #E7E7CA;
-	border-right : 0px solid #E7E7CA;
-	font-size : 12px;
-	padding : 5px 5px 5px 5px;
+td fieldset {
+	margin: 0 0 3px 0;
+	padding: 0 0 3px 0;
 }
 
-td+ul {
-	margin-top : 0px;
-	margin-bottom : 0px;
+td form {
+	margin: 0;
 }
 
-th {
-	background-color : #D8DEB8;
-	border-bottom : 1px solid #000000;
-	border-right : 1px solid #000000;
-	font-size : 14px;
-	font-weight : bold;
-	padding : 5px 5px 5px 5px;
+td input.delete {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 0 5px 0 5px;
+	margin: 0 5px 0 0;
 }
 
-tr th[scope=row], tr.highlight th[scope=row]{
-	font-family : Arial, Geneva, Helvetica, sans-serif;
-	font-size : 70%;
-	font-weight : normal;
-	padding : 0;
+td input.submit {
+	margin: 0 5px 0 0;
+	padding: 0 5px 0 5px;
 }
 
-th:last-child {
-	background-color : #D8DEB8;
-	border-bottom : 1px solid #000000;
-	border-right : 0px solid #000000;
-	font-size : 14px;
-	font-weight : bold;
-	padding : 5px 5px 5px 5px;
+td legend {
+	margin: 0;
+	padding: 4px;
 }
 
-td.input, div.form td, div.details td {
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 0px;
-	border-right : 0px;
-	color : #000000;
-	line-height : 1.5em;
-	padding : 4px;
-	text-align : right;
+td.credit, td.debit, td.sum {
+	font-family: "Courier New", Courier, monospace;
+	text-align: right;
 }
 
-td.label, div.form th, div.details th {
-	background-color : #FFC;
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 1px solid #E7E7CA;
-	border-right : 0px;
-	border-top : 0px;
-	color : #000088;
-	font-weight : bold;
-	line-height : 1.5em;
-	padding : 4px;
-	text-align : left;
-	vertical-align : top;
+td.input, div.form td, div.details td {
+	line-height: 1.5em;
+	padding: 4px;
+	text-align: right;
 }
 
 td.label {
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 1px solid #E7E7CA;
-	color : #000088;
-	font-weight : bold;
-	line-height : 1.5em;
-	padding : 4px;
+	font-weight: bold;
+	line-height: 1.5em;
+	padding: 4px;
 }
 
-tr.highlight, td.highlight {
-	background-color : #FFFFFF;
+td.label, div.form th, div.details th {
+	font-weight: bold;
+	line-height: 1.5em;
+	padding: 4px;
+	text-align: left;
+	vertical-align: top;
 }
 
-td.onissue {
-	background-color : #EFF1D8;
+td:last-child {
+	font-size: 12px;
+	padding: 5px 5px 5px 5px;
 }
 
-tr.highlight td.onissue {
-	background-color : #E7E7CA;
+td+ul {
+	margin-top: 0px;
+	margin-bottom: 0px;
 }
 
-table.marc {
-	background-color : #FFFFCC;
-	border-collapse : collapse;
-	margin : 3px 0px 5px 0px;
-	padding : 0px;
-	width : auto;
+tfoot {
+	font-weight: bold;
 }
 
-table.marc th {
-	background-color: #E7E7CA;
-	border : 0px;
-	text-align : left;
-	font-weight : normal;
+th {
+	font-size: 14px;
+	font-weight: bold;
+	padding: 5px 5px 5px 5px;
 }
 
-table.marc td.label {
-	color : #000000;
-	font-weight : bold;
-	width : 25%;
-}
-
-table.marc td.data {
-	background-color : #FFFFFF;
-}
-
-/*.barcode {
-	display : block;
-	text-align : right;
-	font-style: italic;
-	font-size : .95em;
-	color: #666633;
-}*/
+th:last-child {
+	font-size: 14px;
+	font-weight: bold;
+	padding: 5px 5px 5px 5px;
+}
 
-.cancel {
-	background-color : #993300;
-	color : #FFFFCC;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 2px;
+tr th[scope=row], tr.highlight th[scope=row]{
+	font-family: Arial, Geneva, Helvetica, sans-serif;
+	font-size: 70%;
+	font-weight: normal;
+	padding: 0;
 }
 
-td.credit, td.debit, td.sum {
-	font-family : "Courier New", Courier, monospace;
-	text-align : right;
+.accesskey {
+	text-decoration: underline;
 }
 
-td.debit {
-	color : #990000;
+.cancel {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 2px;
 }
 
 .current {
-	background-color : #FFFFFF;
-	color : #3366CC;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
 .error {
-	color : #CC0033;
-	font-weight : bold;
+	font-weight: bold;
 }
 
 .ex {
-	font-family : "Courier New", Courier, monospace;
+	font-family: "Courier New", Courier, monospace;
 }
 
 .form dd {
-	border-bottom : 1px solid #E7E7CA;
-	color : #000000;
-	display : block;
-	line-height : 1.5em;
-	padding : 4px;
-	text-align : right;
+	display: block;
+	line-height: 1.5em;
+	padding: 4px;
+	text-align: right;
 }
 
 .form dl {
-	margin : 0px 0px 0px 0px;
-	padding : 3px;
-	width : 80%;
+	margin: 0px 0px 0px 0px;
+	padding: 3px;
+	width: 80%;
 }
 
 .form dt {
-	border-bottom : 1px solid #E7E7CA;
-	border-left : 1px solid #E7E7CA;
-	color : #000088;
-	float : left;
-	font-weight : bold;
-	line-height : 1.5em;
-	padding : 4px;
+	float: left;
+	font-weight: bold;
+	line-height: 1.5em;
+	padding: 4px;
 }
 
 .form-help {
-	font-size : 95%;
-	padding-left : 15px;
+	font-size: 95%;
+	padding-left: 15px;
 }
 
 .inline {
-	display : inline;
+	display: inline;
 }
 
 .menu input {
-	font-size : 80%;
+	font-size: 80%;
 }
 
-input.focus {
-	background-color: #FFF;
-	border-bottom: 2px dashed #993300;
-}
-
-input.unfocus {
-	background-color : #FFF;
+.nav {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 1px 5px 1px 5px;
+	text-decoration: none;
 }
 
-.nav {
-	font-size : 12px;
-	font-weight : bold;
-	padding : 1px 5px 1px 5px;
-	text-decoration : none;
+.no {
+	float: right;
+	padding: 0px 15px 0px 15px;
+	width: 33%;
+	margin: 0px 2px 0px 2px;
+	text-align: center;
 }
 
 .print {
 	font-size: 10px;
 }
 
-.submit {
-	background-color : #669999;
-	color : #EEF0DB;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 2px;
-}
-
-td form {
-	margin : 0;
+.searchresults p {
+	font-size: 1.2em;
+	font-weight: bold;
+	margin: .2em;
 }
 
-td input.submit {
-	border : 1px outset #CCCC99;
-	color : #FFFFCC;
-	margin : 0 5px 0 0;
-	padding : 0 5px 0 5px;
+.searchresults p+p {
+	font-size: 1em;
+	font-weight: normal;
+	text-indent: 1em;
 }
 
-td input.submit:active {
-	border : 1px inset #cccc99;
+.searchresults strong a {
+	font-weight: bold;
+	font-size: 14px;
 }
 
-td input.delete {
-	border : 1px outset #CCCC99;
-	color : #FFFFCC;
-	background-color : #993300;
-	font-size : 12px;
-	font-weight : bold;
-	padding : 0 5px 0 5px;
-	margin : 0 5px 0 0;
+.searchresults td {
+	padding: 2px 2px 2px 5px;
 }
 
-td input.delete:active {
-	border : 1px inset #cccc99;
+.submit, div.details dt, .cancel {
+	font-size: 12px;
+	font-weight: bold;
+	padding: 2px;
 }
 
 .thumbnail {
-	float : left;
-	margin : 0 5px 10px 0;
-	border : 0px solid #E7E7CA;
+	float: left;
+	margin: 0 5px 10px 0;
 }
 
 .yes {
 	float: left;
-	padding : 0px 15px 0px 15px;
-	width : 33%;
-	margin : 0px 2px 0px 2px;
+	padding: 0px 15px 0px 15px;
+	width: 33%;
+	margin: 0px 2px 0px 2px;
 	text-align: center;
 }
 
-.no {
-	float: right;
-	padding : 0px 15px 0px 15px;
-	width : 33%;
-	margin : 0px 2px 0px 2px;
-	text-align: center;
+#auth {
+	margin: 0 30% 0 30%;
+	padding: 5px;
 }
 
-#auth {
-	background-color : transparent;
-	margin : 0 30% 0 30%;
-	padding : 5px;
+#auth p {
+	width: 25%;
+	margin: 0 auto;
+	text-align: center;
+	padding: 0;
 }
 
 #auth table {
-	border-collapse : separate;
+	border-collapse: separate;
 }
 
 #auth table td {
-	background-color : #E7E7CA;
-	border-bottom : 1px solid #999933;
-	border-left : 1px solid #FFFFFF;
-	border-right : 1px solid #999933;
-	border-top : 1px solid #FFFFFF;
-	text-align : left;
+	text-align: left;
 }
 
 #auth table th{
-	background-color : #E7E7CA;
-	border-bottom : 1px solid #999933;
-	border-left : 1px solid #FFFFFF;
-	border-right : 1px solid #999933;
-	border-top : 1px solid #FFFFFF;
-	width : 50%;
-	text-align : right;			
-}
-
-#auth p {
-	width : 25%;
-	margin : 0 auto;
-	text-align : center;
-	padding : 0;
+	text-align: right;
+	width: 25%;
 }
 
 #main {
-	background-color : #CCCC99;
-	border-left : 1px solid #CCCC99;
-	margin-left : 20%;
-	margin-right : 2%;
-	margin-top : 2%;
-	padding : 10px;
+	margin-left: 18%;
+	margin-right: 2%;
+	margin-top: 2%;
+	padding: 10px;
 }
 
 #main-compact {
-	background-color : #CCCC99;
-	border-left : 1px solid #CCCC99;
-	margin-left : 2%;
-	margin-right : 2%;
-	margin-top : 2%;
-	padding : 10px;	
-}
-
-#menu {
-	background-color : #FFFFCC;
+	margin-left: 2%;
+	margin-right: 2%;
+	margin-top: 2%;
+	padding: 10px;
 }
 
 #menu dd {
-	border-bottom : 1px dashed #D8DEB8;
-	border-left : 1px dashed #D8DEB8;
-	border-right : 0px solid #000000;
-	border-top : 0px solid #000000;
-	padding : 3px 45px 3px 10px;
+	padding: 3px 45px 3px 10px;
 }
 
 #menu dd a {
-	font-size : 1.05em;
-	font-weight : bold;
-	text-decoration : none;
+	font-size: 1.05em;
+	font-weight: bold;
+	text-decoration: none;
 }
 
 #menu dd li {
-	display : inline;
-	white-space : nowrap;
+	display: inline;
+	white-space: nowrap;
 }
 
 #menu dd li:before {
-	content : "\00BB \0020";
+	content: "\00BB \0020";
 }
 
 #menu dd ul {
-	display : inline;
-	list-style : disc;
+	display: inline;
+	list-style: disc;
 }
 
 #menu dl {
-	margin : 0px;
-	padding : 0px; /*width : 80%;*/
+	margin: 0px;
+	padding: 0px; /*width : 80%;*/
 }
 
 #menu dt {
-	background-color : #FFFFFF;
-	border-bottom : 1px solid #D8DEB8;
-	border-left : 0px solid #D8DEB8;
-	border-right : 0px solid #000000;
-	border-top : 0px solid #000000;
-	color : #000066;
-	font-size : 1.2em;
-	font-weight : bold;
-	padding : 2px 2px 2px 5px;
+	font-size: 1.2em;
+	font-weight: bold;
+	padding: 2px 2px 2px 5px;
 }
 
 #menu dt a {
-	text-decoration : none;
+	text-decoration: none;
 }
 
 #nav {
-	background-color : #CCCC99;
-	position : absolute;
-	left : 1px;
-	margin : 2% 0% 0% 1%;
-	padding : 0px;
-	width : 17%;
+	position: absolute;
+	left: 1px;
+	margin: 2% 0% 0% 5px;
+	padding: 0px;
+	width: 16%;
 }
 
 #nav .submit {
-	font-size : 9px;
+	font-size: 9px;
 }
 
 #nav a {
-	font-family : Tahoma, arial, geneva, sans-serif;
-	font-weight : bold;
-	text-decoration : none;
+	font-family: Tahoma, arial, geneva, sans-serif;
+	font-weight: bold;
+	text-decoration: none;
 }
 
 #nav h4 {
-	font-size : 12px;
-	font-weight : bold;
-	margin : 0px;
-	padding : 0px;
-	text-align : left;
+	font-size: 12px;
+	font-weight: bold;
+	margin: 0px;
+	padding: 0px;
+	text-align: left;
 }
 
 #nav input {
-	font-size : .8em;
+	font-size: .8em;
 }
 
 #nav label {
-	font-size : 10px;
+	font-size: 10px;
 }
 
 #nav ul {
-	margin : 0px;
-	padding : 0px;
+	margin: 0px;
+	padding: 0px;
 }
 
 #nav ul li {
-	background-color : #D8DEB8;
-	border-bottom : 1px solid #FFFFCC;
-	border-left : 0px solid #FFFFCC;
-	border-right : 0px solid #006699;
-	border-top : 0px solid #FFFFCC;
-	font-size : .8em;
-	list-style : none;
-	padding : 3px;
-	text-align : right;
-	width : 100%;
-}
-
-#nav ul li+li {
-	border-bottom : 1px solid #FFFFCC;
-	border-left : 0px solid #FFFFCC;
-	border-right : 0px solid #006699;
+	font-size: .8em;
+	list-style: none;
+	padding: 3px 3px 10px 3px;
+	text-align: right;
+	width: 100%;
 }
 
 #nav ul ul {
-	margin : 0px 0px 0px 5px;
+	margin: 0px 0px 0px 5px;
 }
 
 #nav ul ul li {
-	background-color : #EFF1D8;
-	border-bottom : 1px solid #CCCC99;
-	border-left : 0px solid #FFFFCC;
-	border-right : 0px solid #006699;
-	border-top : 0px solid #FFFFCC;
-	font-size : .9em;
-	list-style : none;
-	margin : 0px 0px 0px 0px;
-	padding : 0px 0px 0px 0px;
-	text-align : right;
-	width : 100%;
+	font-size: .9em;
+	list-style: none;
+	margin: 0px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
+	text-align: right;
+	width: 100%;
 }
 
 #nav ul ul li+li {
-	border-bottom : 1px solid #CCCC99;
-	border-left : 0px solid #FFFFCC;
-	border-right : 0px solid #006699;
-	padding : 0px 0px 0px 0px;
+	padding: 0px 0px 0px 0px;
 }
 
 #notes {
-	float : right;
-	margin : 0px;
-	font-size : 12px;
+	float: right;
+	margin: 0px;
+	padding: 0px;
 }
 
-#notes ul {
-	margin : 0px;
-	padding : 0px;
+#notes {
+	float: right;
+	font-size: 12px;
+	margin: 0px;
 }
 
 #results, .results {
-	color : #000066;
-	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
-	font-size : .8em;
-	margin : 0px;
-	padding : 3px 0px 15px 0px;
+	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+	font-size: .8em;
+	margin: 0px;
+	padding: 3px 0px 15px 0px;
 }
 
-#submenu {
-	background-color: #D8DEB8;
+#submenu dd {
+	margin-left: 2%;
+}
+
+#submenu dd ul {
+	margin-left: 0;
+	padding-left: 7%;
 }
 
 #submenu dl {
-	background-color : #E7E7CA;
 	float: left;
-	font-size : 90%;
+	font-size: 90%;
 	margin: 10px 10px;
 	padding: 2px 2px 2px 7px;
-	width : 27%;
+	width: 27%;
 }
 
 #submenu dt {
 	font-size: 100%;
-	font-weight : bold;
-}
-
-#submenu dd {
-	margin-left: 2%;
-}
-
-#submenu dd ul {
-	margin-left : 0;
-	padding-left : 7%;
+	font-weight: bold;
 }
 
 #topmenu {
-	color : #CCCC99;
-	margin-bottom : 5px;
-	margin-left : 20px;
-	margin-right : 10px;
+	margin-bottom: 5px;
+	margin-left: 20px;
+	margin-right: 10px;
 }
 
 #topmenu .submit {
-	background-color : #999933;
-	color : #FFFFCC;
-	font-size : .7em;
-	padding : 2px;
+	font-size: .7em;
+	padding: 2px;
 }
 
 #topmenu a:link {
-	color : #CCFF66;
-	font-weight : bold;
-	padding : 2px;
+	font-weight: bold;
+	padding: 2px;
 }
 
 #topmenu a:visited {
-	color : #CCFF66;
-	font-weight : bold;
-	padding : 2px;
+	font-weight: bold;
+	padding: 2px;
 }
 
 #topmenu a:hover {
-	color : #FFFFCC;
-	font-weight : bold;
-	padding : 2px;
+	font-weight: bold;
+	padding: 2px;
 }
 
 #topmenu a:active {
-	color : #FFFFCC;
-	font-weight : bold;
-	padding : 2px;
+	font-weight: bold;
+	padding: 2px;
 }
 
 #topmenu form {
-	display : inline;
+	display: inline;
 }
 
 #topmenu label {
-	font-weight : bold;
-}
-
-.searchresults td {
-	padding : 2px 2px 2px 5px;
-}
-
-.searchresults p {
-	font-size : 1.2em;
-	font-weight : bold;
-	margin : .2em;
-}
-
-.searchresults p+p {
-	font-size : 1em;
-	font-weight : normal;
-	text-indent : 1em;
-}
-
-.searchresults strong a {
-	font-weight : bold;
-	font-size : 14px;
-}
-
-div.members th {
-	background-color : #FFFFCC;
-	border-bottom : 1px solid #E7E7CA;
-	border-right : 1px solid #E7E7CA;
-	font-size : 12px;
-	padding : 3px 5px;
-	width : 25%;
-	font-weight : bold;
-	text-align : left;
-	vertical-align : top;
-}
-
-div.members th label {
-	display : block;
-	margin : 0;
-	padding : 0;
-}
-
-div.members label.focus {
-	color : #cc0000;
-}
-
-div.members th p, div.compact th p {
-	font-weight : normal;
-	padding : 0;
-	margin : 0;
-	text-indent : 1em;
-}
-
-td fieldset {
-	border : 1px solid #CCCCCC;
-	margin : 0 0 3px 0;
-	padding : 0 0 3px 0;
-}
-
-fieldset label {
-	float : left;
-	margin-left : 3px;
-	width : 25%;
-}
-
-td legend {
-	margin : 0;
-	padding : 4px;
-}
-
-table.editing tr:hover td {
-	background-color: #EFF1D8;
-}
-
-tfoot {
-	background-color : #E7E7CA;
-	font-weight : bold;
-}
-
-tfoot td, tfoot td:last-child {
-	border-right : 1px solid #999900;
-	border-bottom : 1px solid #999900;
-}
-
-div.data table, div.data-main table {
-	background-color: #D8DeB8;
-	border-collapse: collapse;
-	margin : auto;
-	margin : 0 0 5px 0;
-}
-
-div.data table caption {
-	font-size : 1em;
-}
-
-div.data-main table caption {
-	font-size : 1.1em;
-}
-
-div.data table td, div.data-main table td {
-	border-right : 1px solid #CCCC99;
-	border-bottom : 1px solid #CCCC99;
-	background-color: #FFFFCC;
-	font-size: 12px;
-	padding : 2px;
-	padding-left : .7em;
-	margin : 0 0 0 0;
-}
-
-div.data-main table td {
-	background-color : #FFFFE1;
-}
-
-div.data table th, div.data-main table th  {
-	border-left : 1px solid #999933;
-	border-right : 1px solid #CCCC99;
-	border-bottom : 1px solid #CCCC99;
-	font-size : 12px;
-	font-weight: bold;
-	text-align : right;
-	padding : 2px;
-	padding-right : 1em;
-	background-color: #E7E7CA;
-	width : 17%;
-}
-
-div.data-main table th {
-	background-color : #EFF1D8;
-}
-
-div.data table tr.highlight td {
-	background-color: #FFFFE1;
-}
-
-div.data table tr.highlight th {
-	font-size: 70%;
 	font-weight: bold;
-	background-color : #EEF0DB;
-	padding-right : 1em;
-}
-
-div.data table th[scope=col], div.data-main table th[scope=col] {
-	text-align: center;
-	border-left : 0;
-}
-
-div.data table col, div.data-main table col {
-	background-color : #CCCCCC;
-}
-
-.accesskey {
-	text-decoration : underline;
 }
-
-div#controls {
-	float: right;
-	margin-left : .7em;
-	width : 15%;
-}
-
-div#controls form {
-	background-color : #FFFFCC;
-	font-size : 80%;
-	margin : .3em 0;
-	padding : .3em;
-}
-
-label.required:after {
-	content: "*";
-	font-family : "courier new", courier, monospace;
-	font-size : 150%;
-	color : #cc0000;
-	padding-left : 3px;
-}
-
-p.date-select {;
-		font-size : 80%;
-		margin : 2px 0;
-}
-
-p.date-select input, p.date-select select {
-		font-size : 70%;
-		background-color : #EFF1D8;
-}
\ No newline at end of file





More information about the Koha-cvs mailing list