Bug 6351: Cannot delete library-specific holds polices and checkout limits
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 8c4ec98..c211507 100644 (file)
@@ -1,15 +1,35 @@
 @import url("../lib/yui/reset-fonts-grids.css");
+@import url("../lib/yui/skin.css");
 
 a, a:link, a:visited, a:active {
        color : #0000CC;
 }
 
+.yui-button,.yui-button a:link,.yui-button a:visited {
+       color : #000;
+}
+
+a.yuimenuitemlabel {
+        color: #000000;
+}
+
 a:hover {
        color : #669ACC;
 }
 
+a.overdue,.overdue {
+       color : #cc0000;
+}
+
+a.popup {
+       background : transparent url("../../img/pop-up-link.png") center right no-repeat;
+       padding-right : 15px;
+}
+
 body {
        text-align : left;
+       padding:0 0 2.5em 0;
+  font-family: arial, verdana, helvetica, sans-serif;
 }
 
 br.clear {
@@ -21,6 +41,11 @@ form {
        display : inline;
 }
 
+form.confirm {
+       display : block;
+       text-align : center;
+}
+
 h1 {
        font-size : 161.6%;
        font-weight : bold;
@@ -55,6 +80,9 @@ h1,h2,h3,h4,h5,h6 {
        margin : .3em 0;
 }
 
+html {
+}
+
 p {
        margin: .5em 0 .5em 0;
 }
@@ -63,7 +91,17 @@ strong {
        font-weight : bold;
 }
 
-em {
+strong em {
+       font-weight : bold;
+       font-style : italic;
+}
+
+em, cite {
+       font-style : italic;
+}
+
+em strong {
+       font-weight : bold;
        font-style : italic;
 }
 
@@ -90,6 +128,16 @@ em {
        font-size : 85%;
 }
 
+#navmenulist li {
+       padding : .2em 0;
+       list-style-image : url("../../img/arrow-bullet.gif");
+       border-bottom : 1px solid #EEE;
+}
+
+#navmenulist li a {
+       text-decoration : none;
+}
+
 #ft {
 }
 
@@ -102,7 +150,6 @@ em {
 
 #login  {
        position : absolute;
-       top : 3px;
        right : .5em;
 }
 
@@ -133,14 +180,24 @@ ol li {
 #header {
        background-color : #F3F3F3;
        border-bottom : 1px solid #E8E8E8;
+       line-height : 2em;
 }
 
-#header:after { /* clearing without presentational markup, IE gets extra treatment */
+.clearfix:after {
+    content: ".";
     display: block;
+    height: 0;
     clear: both;
-    content: " ";
+    visibility: hidden;
 }
 
+.clearfix {display: inline-block;}
+
+/* Hides from IE-mac \*/
+* html .clearfix {height: 1%;}
+.clearfix {display: block;}
+/* End hide from IE-mac */
+
 #sitetitle {
 /*     background-image : url("../../img/koha-logo-black.png");
        background-position : 5px 2px;
@@ -160,11 +217,6 @@ ol li {
        text-decoration : none;
 }
 
-#toplevelnav {
-       float : left;
-       line-height : 2em;
-}
-
 #submenu {
        margin : 0 0 .5em 0;
        padding : 0;
@@ -179,28 +231,19 @@ ol li {
        padding-left : 0;
 }
 
-/*#toplevelnav ul {
-       margin : 0;
-       padding : 0;
-}
-
-#toplevelnav li, #submenu li {
-       display : inline;
-       border-right : 1px solid #E8E8E8;
-       padding : 0 .5em;
-       white-space : nowrap;
-}
-
-#toplevelnav li:last-child, #submenu li:last-child {
-       border : 0;
-}*/
-
 table {
        border-collapse : collapse;
        border-top : 1px solid #BCBCBC;
        border-right : 1px solid #BCBCBC;
 }
 
+table.invis,
+table.invis tr,
+table.invis td,
+tr.highlight table.invis td {
+       border : none;
+}
+
 td, th {
        border-bottom : 1px solid #BCBCBC;
        border-left : 1px solid #BCBCBC;
@@ -211,13 +254,41 @@ td {
        background-color : White;
 }
 
+td.borderless {
+    border-collapse : separate;
+    border : 0 none;
+}
+
+td.data,
+th.data {
+       font-family : "Courier New", Courier, monospace;
+       text-align : right;
+}
+
 th {
        background-color : #E8E8E8;
        font-weight : bold;
+       text-align : center;
 }
 
-tr.highlight td, td.highlight {
+table+table {
+       margin-top : 1em;
+}
+
+#editions table, #editions td {
+       border : 0;
+}
+
+
+tr.highlight td, tr.highlight th, tr.odd td {
        background-color : #F3F3F3;
+       border : 1px solid #DDDDDD;
+       border-right : 1px solid #DDDDDD;
+}
+
+tr.even td, tr.even.highlight td {
+       background-color: #FFF;
+       border-right : 1px solid #DDDDDD;
 }
 
 td.od {
@@ -233,13 +304,23 @@ tr.onissue td {
        background-color: #FFFFCC;
 }
 
-tr.highlight.onissue td {
+tr.odd.onissue td {
        background-color: #FFFFE1;
 }
 
+tfoot td {
+       background-color : #f3f3f3;
+       font-weight : bold;
+}
+
+td.total {
+       text-align : right;
+}
+
 caption {
-       font-size : 153.9%;
+       font-size : 133.9%;
        font-weight : bold;
+       margin : .3em 0;
 }
 
 span.problem {
@@ -268,6 +349,7 @@ legend {
        clear : both;
        font-size : 90%;
        padding :.2em .5em .4em 10px;
+       margin : 0;
 }
 
 #header+#breadcrumbs {
@@ -278,6 +360,9 @@ legend {
        display : inline;
 }
 
+div.justify {
+    text-align: justify;
+}
 
 div#header_search {
        background-position : .5em .5em;
@@ -317,119 +402,15 @@ div#reserves,div#checkouts {
        color : Gray;
 }
 
+.single-line {
+       white-space: nowrap;
+}
+
 .ex {
        font-family : "Courier New", Courier, fixed-width;
        font-weight : bold;
 }
 
-/* ClickMenu Overrides */
-
-ul#toplevelmenu li {
-       display : inline;
-       list-style: none;
-}
-
-ul#toplevelmenu li ul {
-}
-
-div.cmDiv
-{
-       border: 0;
-       background-color: #F3F3F3;
-}
-
-.clickMenu li.more a {
-       background-image: url("../../img/more-arrow.gif");
-       background-position: right;
-       background-repeat: no-repeat;
-       padding-right : 13px;
-}
-
-.clickMenu li.more li a {
-       background-image : none;
-       padding-right : 0;
-       white-space : nowrap;
-}
-
-.clickMenu
-{
-       margin: 0;
-       padding: 0;
-       cursor: default;
-}
-.clickMenu, .clickMenu ul
-{
-       list-style: none;
-}
-.clickMenu ul
-{
-       margin: 0;
-       padding: 2px;
-       border: 0;
-       background-color: #F3F3F3;
-       min-width: 100px; /* ie doesnt know this :/ */
-       //float: left;/*ie again*/
-       //width: 100%;/*and again*/
-}
-.clickMenu div.outerbox
-{
-       display: none;
-       min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
-}
-.clickMenu div.inner
-{
-       //top: 20px; /* for ie */
-       left: 0;
-       margin: 0;
-}
-.clickMenu div.inner div.outerbox
-{
-       margin: 0;
-       left: 98px;
-       //left: 90px; /* for ie */
-       top: -3px;
-}
-.clickMenu li
-{
-       list-style-type : none;
-       position: relative;
-       padding: 0 20px 0 2px;
-       /*white-space: nowrap; does not really work in ie */
-}
-.clickMenu li.main
-{
-       float: left;
-       padding: 0 10px;
-       background-color: #F3F3F3;
-       //height: 20px; /* for ie */
-}
-.clickMenu li.main li
-{
-       z-index: 2;
-       min-width: 78px;
-}
-.clickMenu li.hover
-{
-       z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
-       background-color : transparent;
-}
-.clickMenu img.liArrow
-{
-       position: absolute;
-       right: 5px;
-       top: 0.41em;
-}
-.clickMenu ul a {
-       cursor: default;
-}
-
-ul.innerBox a {
-       cursor : pointer;
-}
-
-ul.innerBox {
-       border: 1px solid #E8E8E8;
-}
 
 div.yui-b h5 {
        font-size : 100%;
@@ -437,13 +418,14 @@ div.yui-b h5 {
 }
 
 dt {
-       font-size : 110%;
        font-weight : bold;
 }
 
 dd {
        padding : .2em;
-       text-indent : 1.5em;
+       font-size : 90%;
+       text-indent : 2.5em;
+       font-weight : normal;
 }
 
 div#toolbar {
@@ -455,10 +437,24 @@ ul.toolbar {
        padding-left : 0;
 }
 
+ul.toolbar button {
+       padding-bottom : 2px;
+       font-family: arial, verdana, helvetica, sans-serif;
+}
 .yui-menu-button  {
        
 }
 
+a.yuimenuitemlabel-disabled, #disabled a {
+       color: #999;
+}
+a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
+       color : #999;
+}
+a.highlight_toggle {
+    display : none;
+}
+
 ul.toolbar li {
        display : inline;
        list-style : none;
@@ -468,6 +464,10 @@ div.patroninfo {
        margin-top : -.5em;
 }
 
+*html div.patroninfo {
+       margin-right : .5em;
+}
+
 div.patroninfo h5 {
        border-right :  1px solid #000;
        margin-bottom : 0;
@@ -477,10 +477,16 @@ div.patroninfo h5 {
 }
 
 div.patroninfo ul {
+       border : 0;
        border-right : 1px solid #000;
        border-bottom : 0;
        border-top : 0;
-       padding : 0 0 .5em 0;
+       padding : 0;
+       margin : 0;
+}
+
+div.patroninfo ul li {
+       margin : 0;
 }
 
 div.patroninfo ul li, div.patronviews ul li {
@@ -494,20 +500,16 @@ div.patronviews {
        padding : .5em 0 .5em 0;
 }
 
-a.member-edit {
-       float : right;
-       background-color : #DBECC8;
-       margin-top : .5em;
-       padding : .3em;
-       text-align : right;
-       text-decoration : none;
+.column-tool {
+       font-size: 80%;
 }
 
 fieldset.brief {
        border : 1px solid #E8E8E8;
 }
 
-fieldset.brief label {
+fieldset.brief label,
+fieldset.brief span.label {
        display : block;
        font-weight : bold;
        padding : .3em 0;
@@ -517,15 +519,44 @@ fieldset.brief ol, fieldset.brief li {
        list-style-type : none;
 }
 
-fieldset.brief div.hint, fieldset.rows div.hint {
+.hint {
        color : #999999;
        font-size : 95%;
+}
+
+fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
+       font-size : 95%;
        margin-bottom : .4em;
 }
 
+div.yui-b fieldset.brief {
+       padding : .4em .7em;
+}
+
+div.yui-b fieldset.brief ol {
+       font-size : 85%;
+       margin : 0;
+       padding : 0;
+}
+
+div.yui-b fieldset.brief select {
+       width: 12em;
+}
+div.yui-b fieldset.brief li.radio {
+       padding : .7em 0;
+}
+div.yui-b fieldset.brief li.radio label,
+div.yui-b fieldset.brief li.radio span.label {
+       display : inline;
+}
+
+div.yui-b fieldset.brief li.radio input {
+       padding:0.3em 0;
+}
+
 fieldset.rows {  
 border-width : 1px;
-border-bottom : 1px solid black;
+border-bottom : 1px solid #666;
 float : left;
 font-size : 90%;
 clear : left;
@@ -550,7 +581,7 @@ fieldset.rows label, fieldset.rows span.label {
 
 fieldset.rows fieldset {
        border-width : 1px;
-       margin : 0;
+       margin : 0 0 .5em 0;
        padding : .3em;
 }
 
@@ -563,7 +594,7 @@ fieldset.rows fieldset {
 }
 
 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
-       width: 6em;  
+       width: 10em;  
 }
 
 .yui-u fieldset.rows div.hint {
@@ -616,8 +647,9 @@ fieldset.rows ol.radio label.radio {
 }
 
 fieldset.rows table {
+       font-size : 105%;
        clear : both;
-       margin : 1em 0 0 1em;
+       margin : 1em 0 1em 1em;
 }
 
 fieldset.rows td label {
@@ -692,25 +724,32 @@ fieldset.rows label.inline {
 }
 
 fieldset.rows .inputnote {
+       clear : left;
        float : left;
-       margin : .5em 0 0 10em;
+       margin : .5em 0 0 11em;
 }
 
-.tabs-nav li {
-       list-style : none;
+.ui-tabs-nav li {
+       margin-right : .5em;
+       position : relative;
+       top : -1px;
+}
+
+.ui-tabs-nav li.ui-tabs-selected {
+
 }
 
-.tabs-nav a, .tabs-nav a span, .tabs-nav span.a {
+.ui-tabs-nav a, .ui-tabs-nav a span, .ui-tabs-nav span.a {
    background : none;
        display : block;
        padding: .2em .5em .25em .5em;
 }
 
-.tabs-nav a, .tabs-nav span.a {
-    z-index : auto;
+.ui-tabs-nav a, .ui-tabs-nav span.a {
+
 }
 
-.tabs-nav .tabs-selected a, .tabs-nav .tabs-selected span.a {
+.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected span.a {
        background-color : #FFFFCC;
        border-top: 1px solid #FFFFCC;
        border-right: 1px solid #FF9900;
@@ -719,26 +758,22 @@ fieldset.rows .inputnote {
        font-weight : bold;
        text-align : center;
        text-decoration : none;
-       top : -1px;
+
 }
 
-.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
-    background-position : inherit;
+.ui-tabs-nav .tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav span.a {
     outline: 0; /* prevent dotted border in Firefox */
 }
-.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active, .tabs-nav span.a {
-    background-position: inherit;
-}
 
-.tabs-nav .tabs-selected a:hover {
+.ui-tabs-nav .ui-tabs-selected a:hover {
        color : #0000CC;
 }
 
-.tabs-nav li.tabs-selected {
+.ui-tabs-nav li.ui-tabs-selected {
        background-color : #FFFFCC;
 }
 
-.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
+.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav span.a {
         background : none;
     outline: 0; /* prevent dotted border in Firefox */
 }
@@ -752,44 +787,32 @@ fieldset.rows .inputnote {
     padding: inherit;
     background: none;
 }
+
 .toptabs {
        margin-top : 1em;
 }
 
-.toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
-    top: 0;
- }
-
-.toptabs .tabs-nav li {
+.toptabs .ui-tabs-nav li {
        margin-right : .5em;
+       position : relative;
+       top : 1px;
 }
 
-.toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
+.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
        background-color : #F3F3F3;
-       border-top : 1px solid #E8E8E8;
-       border-left : 1px solid #E8E8E8;
-       border-right : 1px solid #E8E8E8;
-       border-bottom : 0;
+       border : 1px solid #E8E8E8;
        text-align : center;
        text-decoration : none;
 }
 
-.toptabs .tabs-nav li.tabs-selected  {
-       background-color : #FFF;
+.toptabs .ui-tabs-nav li.ui-tabs-selected  {
+
 }
 
-.toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
+.toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
        background-color : #FFF;
-       border-top : 1px solid #E8E8E8;
-       border-left : 1px solid #E8E8E8;
-       border-right : 1px solid #E8E8E8;
        border-bottom : 1px solid #FFF;
-       margin-bottom : -5px;
-       text-align : center;
-}
-
-.toptabs.numbered .tabs-nav li {
-       min-width : 3em;
+       margin-top : 0;
 }
 
 .toptabs .tabs-container {
@@ -815,7 +838,7 @@ fieldset.rows .inputnote {
     visibility:visible; /* you propably don't need to change this one */
     display:block;
 }
-#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newbatch a, #newsubscription a, #newdictionary a, #neworder a {
+#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child, #periods_menuc .first-child {
        padding-left : 34px;
        background-image: url("../../img/toolbar-new.gif");
        background-position : center left;
@@ -844,7 +867,7 @@ fieldset.rows .inputnote {
        background-repeat : no-repeat;
 }
 
-#editpatron a, #editmenuc .first-child, #editshelf a, #edit a, #editsupplier a {
+#editpatron a, #editmenuc .first-child, #editshelf a, #edit a, #editsupplier a, #managelabel a, #managetemplate a, #managelabelbatch a, #manageprofile a {
        padding-left : 34px;
        background-image: url("../../img/toolbar-edit.gif");
        background-position : center left;
@@ -885,6 +908,11 @@ fieldset.rows .inputnote {
        background-position : center left;
        background-repeat : no-repeat;
 }
+#z3950searcht table {
+       /* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
+       padding: 20px;
+       border: none;
+}
 #printbiblio button, #printbiblio a, #printmenuc .first-child {
        padding-left : 34px;
        background-image: url("../../img/toolbar-print.gif");
@@ -899,17 +927,28 @@ fieldset.rows .inputnote {
        background-repeat : no-repeat;
 }
 
-#placehold a {
+#placehold a,
+#placehold button,
+#holdfor .first-child {
        padding-left : 34px;
        background-image: url("../../img/toolbar-hold.gif");
        background-position : center left;
        background-repeat : no-repeat;
 }
 
-#editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child {
+#holdfor .first-child { padding-left : 17px; }
+
+#editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child {
        padding-left : 15px;
 }
 
+.error,
+.error a,
+.error a:link,
+.error a:visited {
+       color: #cc0000;
+}
+
 div.error {
        border : 2px dashed #990000;
        background-color : #FFFF99;
@@ -974,13 +1013,15 @@ div.sysprefs div.hint {
 
 tr.highlight td {
        background-color : #F6F6F6;
+       border-color : #BCBCBC;
 }
 
 tr.highlight th[scope=row] {
        background-color : #DDDDDD;
+       border-color : #BCBCBC;
 }
 
-tr.confirm td, tr.confirm.highlight td {
+tr.confirm td, tr.highlight.confirm td {
        background-color : #ffbfbf;
 }
 
@@ -994,6 +1035,20 @@ tr.confirm td, tr.confirm.highlight td {
        margin: .2em 0;
 }
 
+#circ_circulation_issue .date-select {
+       font-size : 85%;
+       padding-top : .3em;
+}
+
+#circ_circulation_issue .date-select label {
+       font-size : inherit;
+       font-weight: normal;
+}
+
+#circ_circulation_issue .date-select input {
+       padding : 1px;
+}
+
 tr.expired td {
        color : #999999;
 }
@@ -1003,19 +1058,6 @@ span.expired {
        font-style : italic;
 }
 
-div.subfield_line {
-       padding-bottom : .3em;
-}
-
-div.subfield_line label {
-    font-size:89%;
-    float: left;
-        padding-right : .4em;
-    width: 210px;
-    text-align: left;
-    clear:left;
-}
-
 div.help {
        margin: .9em 0 0 0;  
 }
@@ -1034,7 +1076,7 @@ div.circmessage:first-child {
 }
 
 div.circmessage {
-       padding: .4em;
+       padding: 0 .4em .4em .4em;
        margin-bottom : .3em;
 }
 
@@ -1081,11 +1123,19 @@ div.first fieldset {
        margin : .4em;
        padding : .4em .4em .4em 25px;
  }
+
+ .dialog input[type="submit"] {
+       background : #FFF none;
+ }
  
-.dialog input.approve {
+.dialog input.approve, td input.approve {
        background : #FFF url(../../img/approve.gif) no-repeat 4px center;
        padding : .4em .4em .4em 25px;  
  }
+td input.approve {
+       background-color : #FFC;
+}
 
 .dialog input.deny {
        background : #FFF url(../../img/deny.gif) no-repeat 4px center;
@@ -1094,18 +1144,35 @@ div.first fieldset {
 
 .dialog input.save {
        background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
+       color:black;
        padding: .4em .4em .4em 34px;
 }
+
 .dialog input.edit {
        background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
+       color:black;
+       max-width : 13em;
+       padding: .4em .4em .4em 34px;
+       white-space: normal;
+}
+
+.dialog input.new {
+       background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
+       color:black;
+       max-width : 13em;
        padding: .4em .4em .4em 34px;
+       white-space: normal;
+}
+
+.dialog input.print {
+       background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
+       padding : .4em .4em .4em 25px;  
 }
 
 .dialog input:hover {
        background-color : #ffc;
  }
+
 div.alert {
   background : #FFC url(../../img/alert-bg.gif) repeat-x left 0;
   text-align : center;
@@ -1115,15 +1182,26 @@ div.alert strong {
        color : #900;
 }
 
+div.dialog {
+  background : #FFC url(../../img/dialog-bg.gif) repeat-x left 0;
+  text-align : center;
+}
+
 div.message {
        background : white url("../../img/message-bg.gif") repeat-x left 0;
-   border : 1px solid #bcbcbc;
+       border : 1px solid #bcbcbc;
+       text-align: center;
        width : 55%;
 }
 
-div.message input.approve {
-       display : block;
-       margin: auto;
+div.message ul,
+div.message h5 {
+       padding-left : 25%;
+       text-align : left;
+}
+
+div.message ul+h4 {
+       margin-top : .7em;
 }
  
  div.results {
@@ -1134,30 +1212,6 @@ div.message input.approve {
        text-decoration : underline;
  }
  
- #changelanguage {
-       background-color : #F3F3F3;
-       border-top : 1px solid #E8E8E8;
-       font-size : 93%;
-       margin-top : 2em;
-       padding : .3em .5em .5em .5em;
- }
- #changelanguage ul {
-       margin : 0;
-       padding : 0;
- }
- #changelanguage li {
-       border-left : 1px solid #CCC;
-       display : inline;
-       list-style : none;
-       padding : 0 .5em;
- }
- #changelanguage li:first-child {
-       border-left : 0;
- }
 .required {
     color : #C00;
 }
@@ -1175,6 +1229,12 @@ a .term {
         text-decoration : underline;
 }
 
+/* style for shelving location in catalogsearch */
+.shelvingloc {
+    display : block;
+    font-style : italic;
+}
+
 a:hover .term {
        color : #FF9090;
 }
@@ -1186,6 +1246,10 @@ div#menu {
        padding-bottom: 2em;
 }
 
+*html #menu li {
+       display : inline;
+}
+
 div#menu li a {
        text-decoration: none;
        display: block;
@@ -1234,9 +1298,11 @@ h1#logo {
 }
 h1#logo {
        background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
-       border: 0;
        margin:0.75em .3em 0.75em .7em;
-       padding:0;
+}
+
+*html h1#logo {
+       margin : 0.75em .3em 0.75em .3em;
 }
 
 h1#logo a {
@@ -1268,20 +1334,25 @@ h1#logo a {
        font-size :  200%;
 }
 
-.email {
-font-size :  87%;
-width : 15em;
-margin: 0;
-padding: 0;
-overflow :  hidden;
+li.email a {
+       display:block;
+       overflow:hidden;
+       width:13em;
+}
+li.email {
+       background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
+       font-size :  87%;
+       overflow:hidden;
+       padding :0 10px 0 0;
+       width:13em;
 }
 
-.address {
-       font-size: 110%;
+.empty {
+       color : #CCC;
 }
 
-#circ_circulation_issue .date-select label {
-       font-weight: normal;
+.address {
+       font-size: 110%;
 }
 
 .clearfix:after {
@@ -1301,9 +1372,10 @@ overflow :  hidden;
        font-size : 105%;
 }
 
-.reserve {
+.hold {
        float : right;
-       font-weight : bold;
+       font-size: 90%;
+       margin: 0;
 }
 
 .thumbnail {
@@ -1312,7 +1384,34 @@ overflow :  hidden;
 }
 
 #searchresults ul li {
+       font-size : 90%;
        list-style : url(../../img/item-bullet.gif);
+       padding : .2em 0;
+        clear : left;
+}
+
+#searchresults span.status {
+       clear : left;
+       color : #900;
+       display : block;
+}
+
+#searchresults span.unavailable {
+       clear : left;
+       display : block;
+}
+
+#searchresults .availability strong {
+       display : block;
+}
+
+#searchresults ul li img {
+       float : left;
+       margin : 3px 5px 3px -5px;
+}
+
+#searchresults table td {
+       vertical-align : top;
 }
 
 #searchheader {
@@ -1322,6 +1421,11 @@ overflow :  hidden;
        padding : .1em 0 .1em 1em;
 }
 
+/* Hack just for Firefox */
+html>/**/body #searchheader button, x:-moz-any-link, x:default {
+       padding-bottom : 3px;
+}
+
 #searchheader h3 {
 }
 
@@ -1329,6 +1433,18 @@ overflow :  hidden;
        float : right;
 }
 
+#searchheader form.fz3950 {
+       float : right;
+       font-size : 125%;
+       padding : 0 0 0 5em;
+}
+
+#searchheader form.fz3950bigrpad {
+       float : right;
+       font-size : 125%;
+       padding : 5px 25em 0 0;
+}
+
 #search-facets ul {
        margin : 0;
        padding : .3em;
@@ -1368,7 +1484,7 @@ overflow :  hidden;
 }
 
 div.pages {
-       margin-top : .5em;
+       margin : .5em 0;
 }
 
 div.pages a {
@@ -1377,28 +1493,56 @@ div.pages a {
        text-decoration: none;
 }
 
-div.pages a:link {
+div.pages a:link,
+div.pages a:visited {
        background-color : #eeeeee;
        color : #3366CC;
 }
 
 div.pages a:hover {
-       background-color : #e8f0f6;
+       background-color : #FFC;
 }
 
 div.pages a:active {
        background-color : #ffc;
 }
 
+div.pages .current,
+div.pages .currentPage {
+       background-color : #e6fcb7;
+       color : #666;
+       font-weight: bold;
+       padding: 1px 5px 1px 5px;
+}
+
+div.pages .inactive {
+       background-color : #f3f3f3;
+       color : #BCBCBC;
+       font-weight: bold;
+       padding: 1px 5px 1px 5px;
+}
+
 div.browse {
        margin : .5em 0;
 }
 
+div#bookcoverimg {
+       text-align : center;
+}
+
 div#header_search input.submit {
        font-size : 1em;
 }
 
-input[type=submit], input[type=button], input.submit {
+*html input.submit {
+       padding : .1em;
+}
+
+input[type=submit]:active, input[type=button]:active, button.submit:active {
+       border : 1px inset #999999;
+}
+
+input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
        border: 1px outset #999999;
        border-top-color: #666;
        border-left-color: #666;
@@ -1407,11 +1551,441 @@ input[type=submit], input[type=button], input.submit {
        color: #333333;
 }
 
-input[type=submit]:active, input[type=button]:active, input.submit:active {
+input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
        border : 1px inset #999999;
 }
 
+ul li input.submit {
+       font-size : 87%;
+       padding : 2px;
+}
+
+input.warning {
+    background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
+       padding : 0.25em 0.25em 0.25em 25px;
+}
+
 .searchhighlightblob {
     font-size:75%;
        font-style : italic;
+}
+
+a.yuimenuitemlabel:hover {
+       background-color : #B3D4FF;
+       color : #000;
+}
+               
+#displayexample {
+       padding: 5px; 
+       margin-bottom: 10px;
+       background-color: #CCCCCC;
+}
+
+#irregularity_summary {
+       vertical-align : top;
+}
+
+#toplevelnav {
+       float : left;
+       margin-left : .5em;
+       width : 30em;
+}
+
+ul#toplevelmenu {
+       padding : 0;
+}
+               
+ul#toplevelmenu li {
+       display: inline;
+       padding : 0 .6em;
+}
+               
+ul#toplevelmenu li.more a {
+       background-image:url(../../img/more-arrow.gif);
+       background-position:right center;
+       background-repeat:no-repeat;
+       padding-right:13px;
+}
+               
+ul#toplevelmenu li.more ul li a {
+       background-image : none;
+       padding-right : 20px;
+}
+
+ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
+       padding: .2em 20px .2em 20px;
+}
+               
+ul#menu li a, ul#toplevelmenu li a {
+       text-decoration : none;
+}
+ul#menu li ul li, ul#toplevelmenu li ul li {
+       display :block;
+       padding :0;
+}
+ul#menu li ul li a, ul#toplevelmenu li ul li a {
+       text-decoration : none;
+}
+
+ul#i18nMenu {
+       margin : 0;
+       padding : .2em 0;
+ }
+ul#i18nMenu li {
+       border-left : 1px solid #CCC;
+       display : inline;
+       list-style : none;
+       padding : 0 10px;
+ }
+ul#i18nMenu li:first-child {
+       border-left : 0;
+ }
+ul#i18nMenu li ul li {
+       border : 0;
+       display : block;
+       padding : 0;
+ }
+               
+ul#i18nMenu li.more a {
+       background-image:url(../../img/more-up-arrow.gif);
+       background-position:right center;
+       background-repeat:no-repeat;
+       padding-right:13px;
+}
+               
+ul#i18nMenu li.more ul li a {
+       background-image : none;
+       padding-right : 20px;
+}
+ div#changelanguage{
+       background-color: #fff;
+       border-top: 1px solid #CCC;
+  position:absolute;
+  bottom:0;
+  left:0;
+  width:100%;
+  height: 2em;
+ }
+ @media screen{
+  body>div#changelanguage {
+   position: fixed;
+  }
+ }
+ * html body{
+  overflow:hidden;
+ } 
+ * html div#doc1{
+  height:100%;
+  overflow:auto;
+ }
+  
+ * html div#doc2{
+  height:100%;
+  overflow:auto;
+ }
+  
+ * html div#doc3{
+  height:100%;
+  overflow:auto;
+ }
+
+#CheckAll, #CheckNone, #CheckPending {
+       font-weight : normal;
+       margin : 0 .5em 0 0;
+}
+.lost,.dmg,.wdn {
+       display : block;
+       color : #990000;
+}
+.datedue {
+       display : block;
+       color : #999;
+       font-style : italic;
+}
+/* Tablesorter */
+.header {
+       background-image:url("../../img/ascdesc.gif");
+       background-position:right center;
+       background-repeat:no-repeat;
+       cursor:pointer;
+       padding : .2em 23px;
+}
+.headerSortUp {
+       background-image:url("../../img/asc.gif");
+}
+.headerSortDown {
+       background-image:url("../../img/desc.gif");
+}
+
+tr.reserved td {
+       background-color : #eeffd4;
+}
+tr.transfered td {
+       background-color : #e8f0f6;
+}
+.waitinghere {
+       color : #669900;
+}
+
+/* Permissions Labels */
+label.permissioncode:before {
+       content: "(";
+}
+label.permissioncode:after {
+       content: ")";
+}
+label.permissioncode {
+       font-style : italic;
+}
+span.permissiondesc {
+       font-weight : normal;
+}
+#mainuserblock {
+       border : 1px solid #E8E8E8;
+       margin-top : .5em;
+       padding : .5em;
+}
+
+
+/* borrower autocomplete */
+#borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
+.autocomplete .yui-ac-highlight ,
+.autocomplete .yui-ac-highlight .sample-result,
+.autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
+.autocomplete .sample-result { color: black; }
+.autocomplete .sample-query { color:#000; }
+#findborrower { position:static; width:auto; }
+#yborrowercontainer { text-align:left;width:335px; }
+
+/* patron attribues autocomplete for overdues report (pattrodue) */
+.pattrodue-autocomplete .pattrodue-result { color: black; }
+.pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
+.pattrodue-input { position:static; width:auto; }
+.pattrodue-container { text-align:left; width:400px; }
+
+.labeledmarc-table {
+       border: 0;
+}
+
+.labeledmarc-label {
+       border: 0;
+       padding: 5;
+       font-size: 11pt;
+       color: darkblue;
+}
+
+.labeledmarc-value {
+       border: 0;
+       padding: 5;
+       font-size: 10pt;
+       color: black;
+}
+
+.hintsClass {
+    font-family: tahoma, verdana, arial;
+    font-size: 12px;
+    background-color: #f0f0f0;
+    color: #000000;
+    border: 1px solid #808080;
+    padding: 5px;
+}
+.hintSource {
+    color: green;
+    text-decoration: underline;
+    cursor: pointer;
+}
+
+h1#pdf {
+        background:transparent url(../../img/pdficon_large.gif) no-repeat scroll 0%;
+        border: 0;
+        margin:0.75em .3em 0.75em .7em;
+        padding:0;
+}
+
+h1#pdf a {
+       border:0;
+       cursor:pointer;
+       display:block;
+       height:0px !important;
+       margin:0;
+       overflow:hidden;
+       padding:44px 0 0;
+       text-decoration:none;
+       width:35px;
+}
+
+h1#csv {
+        background:transparent url(../../img/csv_icon.gif) no-repeat scroll 0%;
+        border: 0;
+        margin:0.75em .3em 0.75em .7em;
+        padding:0;
+}
+
+h1#csv a {
+       border:0;
+       cursor:pointer;
+       display:block;
+       height:0px !important;
+       margin:0;
+       overflow:hidden;
+       padding:44px 0 0;
+       text-decoration:none;
+       width:35px;
+}
+
+h1#xml {
+        background:transparent url(../../img/icon_xml.gif) no-repeat scroll 0%;
+        border: 0;
+        margin:0.75em .3em 0.75em .7em;
+        padding:0;
+}
+
+h1#xml a {
+       border:0;
+       cursor:pointer;
+       display:block;
+       height:0px !important;
+       margin:0;
+       overflow:hidden;
+       padding:44px 0 0;
+       text-decoration:none;
+       width:35px;
+}
+
+#cartDetails {
+       background-color : #FFF;
+       border: 1px solid #739acf;
+        -moz-box-shadow: 1px 1px 3px 0 #666;
+        -webkit-box-shadow: 1px 1px 3px 0 #666;
+        box-shadow: 1px 1px 3px 0 #666;
+       color : black;
+       display : none;
+       margin : 0;
+       padding : 10px;
+       text-align : center;
+       width : 180px;
+       z-index : 50;
+}
+#cartmenulink {
+        background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
+        padding-left : 15px;
+}
+#cartmenulink span#basketcount span {
+       display : inline;
+       font-size : 90%;
+       font-weight : normal;
+       padding : 0;
+}
+#moremenu {
+        display : none;
+}
+
+.results_summary {
+  display: block;
+  font-size : 85%; 
+  color: #707070;
+  padding : 0 0 .5em 0;
+}
+.results_summary .label {
+  color: #202020;
+}
+.results_summary a {
+  font-weight: normal;
+}
+
+img.spinner {
+    vertical-align: middle;
+    padding-right: 0.3em;
+}
+#cataloguing_additem_itemlist div {
+       overflow : scroll;
+}
+ul.budget_hierarchy {
+    margin-left: 0px;
+    padding-left: 0px;
+}
+ul.budget_hierarchy li {
+    display: inline;
+}
+ul.budget_hierarchy li:after {
+    content: " -> ";
+}
+ul.budget_hierarchy li:last-child:after {
+    content: "";
+}
+ul.budget_hierarchy li:first-child:after {
+    content: "";
+}
+.holdcount { font-size : 105%; line-height : 200%; }
+.holdcount a { border : 1px solid #a4bedd; background-color : #e4ecf5; font-weight : bold; -moz-border-radius: 4px; padding : .1em .4em; text-decoration : none; }
+.holdcount a:hover { background-color : #ebeff7; }
+.container {
+       border : 1px solid #EEE;
+       padding : 1em;
+       margin : 1em 0;
+}
+fieldset.rows+h3 {clear:both;padding-top:.5em;}
+
+.import_export{
+    position:relative;
+}
+.import_export .import_export_options{
+    background: white;
+    border: 1px solid #CDCDCD;
+    left: 60px;
+    padding: 10px;
+    position: absolute;
+    top: 0;
+    z-index: 1;
+    width: 300px;
+}
+.import_export_options li{
+    display: block;
+    list-style: none;
+    padding-top: 10px;
+}
+.import_export_options .import_export_close {
+    cursor: pointer;
+    text-decoration: underline;
+}
+.import_export_options .export_ok {
+    padding: 10;
+    background: #E3E3E3 none;
+    cursor: pointer;
+    margin-left: 20px;
+    border: none;
+}
+.import_export_options .import_ok {
+    padding: 10;
+    background: #E3E3E3 none;
+    cursor: pointer;
+    margin-left: 20px;
+    border: none;
+}
+.form_import .input_import {
+    border: 1px solid #bcbcbc;
+}
+.import_export_options .importing {
+    padding: inherit;
+    background: none;
+}
+.li_close_import_export {
+    text-align: right;
+}
+
+.importing {
+    position: relative;
+}
+
+.importing .importing_msg {
+    padding-left: 10px;
+    padding-bottom: 10px;
 }
\ No newline at end of file