﻿/*
[] _________________________________________________________________________________________________
[]
[] PROGRAM : la2nd_print.css
[] AUTHOR  : Cesar A. Marrero
[] TITLE   : Court Website's CSS Print definitions
[] ________________________________________________________________________________________________
[]
[] Second Circuit Court of Appeal
[] 430 Fannin Street
[] Shreveport, LA 71101
[] (318)227-3700  (318)227-3755 (FAX)
[] ________________________________________________________________________________________________
[]
[] CODERS  : Cesar A. Marrero (CAM)
[] HISTORY : 26 Feb 2010 (CAM) - v1.0 Initial Development Begins
[]         : 10 Mar 2010 (CAM) - v1.0 Completed
[] ________________________________________________________________________________________________
[]
*/
body {
  background-color:white;
  color: black;
  font-family: Calibri,Geneva,"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
a {
  text-decoration: none;
}
thead {
  background-color: black;
  color: white;
}
#navigation, #hideMe, #yearsAvailable, #fontsizer, .noscript, a:after, .dataTables_filter, .dataTables_paginate, .dataTables_length, .fsizer, tfoot {
  display: none;
  height: 0px;
}
#main {
  font-size: 1.2em;
  line-height: 100%;
  font-family: Calibri,Geneva,"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
  position: absolute;
  top: 100px;
  left: 0px;
  display: block;
}
#main a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
#myTable {
  border: 1px solid white;
}
#picture {
  width:200px;
  float:right; 
  position:relative; 
  padding:0px;
  margin:4px;
}
#picture img {
  width:100%;
}
.even {
  background-color: #d9d9d9;
}
.reference {
  font-size: 75%;
  font-style: italic;
}
.dataTables_info {
  padding-top: 20px;
}

/* --------------------------------------------------------------------------------------------- */
/* HEADER STYLES */

#header {
  padding: 0;
  height: 90px;
}
#hd1, #hd2, #hd3 {
  font-size: 1.2em;
  left: 110px;
  line-height: 100%;
  text-align: left;
  position: absolute;
}
#hd1 {
  font-size:2.5em;
  top: -25px;
}
#hd2 {
  top: 20px;
}
#hd3 {
  display: none;
}
#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100px;
}
