/* CSS Document */

/* 	This document (libcss.css) provides styles needed for Law Library specific formating.*/


/* Formats the search box and  drop down menu for law library catalog search on home page*/
#catsearch {
	background-color: #FFFFFF;
	letter-spacing: normal;
	
	white-space: normal;
	margin: 10px;
	padding: 20px;
	clear: both;
	float: none;
	height: 1px;
	width: 400px;
	position: relative;
	visibility: invisible;
}
/* puts breadcrumb directory and hours links to the right margin on  law library pages */
#department-right-liblink {
	text-align: right;;
}

/*formats the contact info on law library pages (right now just the front page) */
.libcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2ems;
	color: #CC9900;
	text-decoration: none;
	
}
/* formats table for the hours page */


table.hours {
  width: 90%;
   background-color: #CCCC99;
   border-style: solid;
  border-width : 3px;
  border-color: #f77f00; 
  font-size: 1.2em;
   } 
 td.day{
	 width: 30%;
	 border-bottom:dashed;
     border-width:thin;
     border-color:#f77f00; 
  }
  td.time{   
	  width: 30%;
     text-align:right;
     border-bottom:dashed;
     border-width:thin; 
     border-color: #f77f00;
  }
 td.holi{
	  width: 30%;
     text-align:center;
     border-bottom:dashed;
     border-width:thin; 
     border-color:#f77f00;
  } 
  
  table.except {
    width: 90%;
    background-color: #ffffff;
    border-style: solid;
    border-width : 3px;
    border-color:#f77f00;
    font-size: 1.2em;
   }
/* formats table for the cilp page */
  table.cilp {
   width: 80%;
   background-color: #ffffff;
   border:hidden;
   cellspacing:3;
   cellpadding:2;
   font-size: 1.2em;
   text-align:center;
  }  
 /* for tables listing contact info  in various pages*/
 table.dir {
   width: 90%;
   background-color: #ffffff;
   border:hidden;
   cellspacing:3;
   cellpadding:2;
   font-size: 1.2em;
   text-align:left;
  }    
 /* styles for database page scope notes */  
.utkcampus {color: #669966}
.lawonly {color: #990000}
.onsite {color: #FF6600}

 /* styles for directory page name emphasis */
.person{
   font-weight:bold;
   }

 /* styles for ul on pil.htm and libpol.htm */
 ul.pil{

 padding-left:3em;
 
 }
 /* styles for ol on libpol.htm */
  ol.pol{

 padding-top:3em;
 
 }
 /* formatting for CANLEARN pages */
 table.CAN {
  width: 85%;
   background-color: #ffffff;
   border-style: solid;
  border-width : 3px;
  border-color: #f77f00; 
  font-size: 1.2em;
   } 
    td.canl{
     border-style:solid;
     border-width:thin; 
     border-color:gray;
	   } 
/* Formats the search box and  drop down menu for law library course reserves in catalog search on student1.htm page*/	   
	   
	   #ressearch {
	background-color: #999999;
	margin: 10px;
	padding: 20px;
	clear: both;
	float: none;
	height: 40px;
	width: 400px;
	position: relative;
	visibility: visible;
}
option.res{
margin-right: 10px;
}
