/*
   print.css
   Copyright (C) 2008 Auburn University Libraries
   Created by Tony Oravet <tony.oravet@auburn.edu>
    
   Print styles for the Auburn Libraries mDRL Fall 2008.

   You may freely use and modify the styles here, but you 
   may not reproduce the Auburn Libraries mDRL Fall 2008 look exactly.
*/

/* Base elements
***********************************************************/
html {color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 19px;}

p {display: block; padding: 2px 0 8px 0;}
em {font-style: italic;}
strong {font-weight: bold;}
.tab {padding-left:8px; font-size:12px;}

/* Layout Elements
**********************************************************/
#header {background:#000;width: 1000px; height:100px; margin:auto;}
img {border: none; padding:0px;}
#clear {clear: both;}
.daynum {display:none;}


/* Global Headings
***********************************************************/
h1 {font-size: 28px; line-height: 32px; padding: 0px 0 4px 0; font-family: "myriad pro", "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;color:#000; clear:both;}
h2 {font-size: 18px; line-height: 20px; padding: 4px 0 0px 0px; font-family: "myriad pro", "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;color:#000; clear:both; }
h3 {font-size: 16px; line-height: 18px; padding: 20px 0 0px 0; color: #000; font-family: "myriad pro", "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;color:#000; clear:both;}
h4 {font-size: 12px; line-height: 22px; padding: 0 0 4px 0; color: #000; font-weight:normal; font-family: "myriad pro", "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;color:#000; clear:both;}
h5, h6 {font-style: italic;}



/* Global Lists
**********************************************************/
ul {list-style-type:none; padding:0px;}
li a {color:#000; text-decoration:none;}
li a:hover {color:#000;text-decoration:underline;}
#nested li ul { margin:0 0 20px 10px !important;padding:0;}
#ul.bullets {list-style-type:disc;margin:20px 40px !important;}


.description {font-family:"lucida grande", Helvetica, Arial, sans-serif; font-size:10px;}



a {	color: #1C5CA3;		text-decoration: none;	border-bottom: 1px solid #D7E4F3;	}




/*Sidebar Section
*********************************************************************/
#sidebar {display:none;}
#sidebarmain {display:none;}


/*Footer Section
***************************************************************/
#footercontainer {width:100%; border-top:1px solid #000; }
.footer {	padding: 8px 0px 8px 0px; line-height: 18px;	font-weight:bold;	color: #000;	text-align:center;	font-size:10px;}



/*Navigation Container
*****************************************************/
#navcontainer {display:none;}

/*Table Styles
***************************************************/
#mytable {	width: 100%;	background:#FFF; color:#000;	padding: 0;	margin: 0;}
caption {	padding: 0 0 5px 0;	width: 100%;	 	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	text-align: right;}
th {	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	color: #000;	border-right: 1px solid #c8c8c8;	border-bottom: 1px solid #000;	border-top: 1px solid #000;	letter-spacing: 2px;	text-transform: uppercase;	text-align: left;	padding: 6px 6px 6px 12px;	background: #FFF;}
th.nobg {	border-top: 0;	border-left: 0;	border-right: 1px solid #000;	background: none;}
td {	border-right: 1px solid #c8c8c8;	border-bottom: 1px solid #000;	background: #fff;	padding: 6px 6px 6px 12px;	color: #000;}
td.alt {	background: #F5FAFA;	color: #000;}
th.spec {	border-left: 1px solid #c8c8c8;	border-top: 0;	background: #fff;	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;	color: #000;}
th.specalt {	border-left: 1px solid #c8c8c8;	border-top: 0;	background: #FFF;	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	color: #000;}




/*Collapsible Panel Styles
**************************************************/
.CollapsiblePanel {	display:none;	}

