/***************************************************************************
* ONLINE LIBRARY APPLICATION (OLA)               http://ola.sourceforge.net/
* (c) 2004 S. Rawlinson and N. Flear    Licenced under GPL (see licence.txt)
****************************************************************************
* library.css - version 2.1
* - the global style sheet for the application
***************************************************************************/


/* base tags */

BODY {
  font-family: Verdana, "Myriad Web", Syntax, sans-serif;
  color: black;
  background-color: #E0E0E0;
  font-size: 80%;
}

TD {
  font-family: Verdana, "Myriad Web", Syntax, sans-serif;
  color: black;
  font-size: 80%;
  vertical-align: top;
}

H1 { font-size: 200% }
H2 { font-size: 175% }
H3 { font-size: 158% }
H4 { font-size: 133% }
H5 { font-size: 117% }
H6 { font-size: 100% }

H1, H2, H3, H4, H5, H6 {
  color: #A02;
  font-weight: bold;
}

SELECT {
  width: 125px;
}

/* hyperlink tags */

A {
  color: #02D;
  text-decoration: none;
}

A:hover {
  color: #F03;
}

/* situational tags */

.mb {
  width: 125 px;
}

.type1 {
  background-color: white;
}

.type2 {
  background-color: #E0E0E0;

}

.type3 {
  background-color: #CCC;/*   font-size:	10pt;situational tags font-family: Verdana:*/
  font-weight: bold;    
  
  
}


.type4 {
  background-color: #CCC;/* font-weight: bold;  situational tags font-family: Verdana:*/
  
font:  8px Verdana;
font-style:  italic ;    
  
  
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.yellow {
  background-color: #E0E0E0;
}


.subject {
  color: #0B0;
  font-family: 'Times New Roman';
  font-size:-2;
}
.error {
color:#B02;
font-weight:700;
background-color:#DD9;
padding:1px;
}



.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 10px Verdana;
width: 180px; /* Main Menu Item widths       1px solid #ccc;             */
border-bottom: 1px solid #778;
}
 
.sidebarmenu ul li{
position: relative;
background-color: #BBB;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: list-item;/*block;*/
overflow: auto; /*force hasLayout in IE7 */
color: #900; /*   white  */
text-decoration: none;
padding: 1px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #CCC; /*012D58background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #F00;
}

.sidebarmenu ul li a:hover{
background-color: #DDD;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: no-hidden;
}

.sidebarmenu a.subfolderstyle{
background:  no-repeat 87% 50%;
}
/* url(right.gif) */
 
/* Holly Hack for IE */
*html .sidebarmenu ul li { float: left; height: 1%; }
*html .sidebarmenu ul li a { height: 1%; }
/* End */