/* =============================================================================================
 * Test layout for new Logos Library Reports
 * File: LibReport.css     CSS page
 * 
 * Author: s.clark
 * Copyright: (c) 2014 by S.Clark
 * Created: Oct 2014
 * Browsers tested on: FireFox, IE9, Chrome, Opera
 */

@import "Menu.css";


/* General HTML body styling */
body {
    padding: 0; 
    margin: 0; 
    background: LightSlateGray;
    text-align: center;
}

p {font-family: Arial; font-size: 12pt; text-align: left; margin-left: 15px; margin-right: 15px; }
ul {font-family: Arial; font-size: 12pt; text-align: left; margin-left: 15px; margin-right: 15px;
     list-style: disc; list-style-position: inside; }
ol {font-family: Arial; font-size: 12pt; text-align: left; margin-left: 15px; margin-right: 15px; 
    list-style: decimal; list-style-position: outside; }
span {font-family: Arial; font-size: 12pt; text-align: left;}
div {font-family: Arial; font-size: 12pt; text-align: left;}
h2, h3 {text-align: left; margin-left: 15px; font-size: 18pt;}            

/* my control of 'Contact' links colors */
a.ctact:link {color:yellow;}
a.ctact:visited {color:LightGray;}  


/* Styling for Heading text */
.myHeader1 {
    text-align: center;
    font-weight: bold;
    display: block;
}

.pgDivs {
    background: BlanchedAlmond; 
    height: 600px; 
    width: 100%; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    overflow: auto; 
    display: none;
}


/* My version of abreviated 960 controls
 *      i wanted a custom width for the body.
 */
.container_12{
    margin-left: auto; margin-right: auto; width: 980px;
}
.grid_12{
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.container_12 .grid_12 {
  width: 980px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


