﻿    /******************************************************************
    spooky.css
    -------------------------------------------------------------------
    Stylesheet: HTML Styles
    -------------------------------------------------------------------

    These styles affect the HTML content styles.

    We're setting font-sizes in ems.
    DO NOT font-size with px because that's old-school.

    Use em Calculator because of relative sizes:
    http://riddle.pl/emcalc/

    ******************************************************************/

    /* --> HTML Content Container ------------------------------------*/
    .edtdiv {
    font-size: 1.4em;   /* Base font-size for HTML = 14px */
    margin-bottom: 30px;
    line-height: 22px;
    padding: 0 30px;
    }

    #widget-content .edtdiv{
    padding: 0;
    margin: 20px 0;
    }

    /* Apply clearfix to .edtdiv so internal floats affect the height */
    .edtdiv:before,
    .edtdiv:after { content: " "; display: table; }
    .edtdiv:after { clear: both; }


    .first-edtdiv { margin: 0; }

    /* --> Paragraphs ------------------------------------------------*/

    .edtdiv p {
    font-size: inherit;
    line-height: 22px;
    }


    /* --> Anchors ---------------------------------------------------*/

    .edtdiv a {
    font-size: inherit;
    }


    /* --> Headings --------------------------------------------------*/

    .edtdiv h1,
    .edtdiv .h1 {
    font-size: 2.6em;
    margin: 5px 0;
    }

    .edtdiv h2,
    .edtdiv .h2 {
    font-size: 1.9em;
    margin: 5px 0 15px 0;
    }

    .edtdiv h3,
    .edtdiv .h3 {
    font-size: 1.5em;
    }

    .edtdiv h4,
    .edtdiv .h4 {
    font-size: 1.3em;/
    }

    .edtdiv h5, .edtdiv h6,
    .edtdiv .h5, .edtdiv .h6 {
    font-size: 1.1em; /* 11px */
    font-weight: normal;
    margin-bottom: 10px;
    color: #385073;
    }


    /* --> Lists -----------------------------------------------------*/

    .edtdiv ul {
    list-style: square;
    }

    .edtdiv ul,
    .edtdiv ol {
    margin-left: 30px;
    }

    .edtdiv ul li,
    .edtdiv ol li {
    margin-bottom: 15px;
    }

    .edtdiv ul li a,
    .edtdiv ol li a {
    font-size: inherit;
    font-weight: bold;
    }

    /* Reset em for lists nested inside tables */
    .edtdiv table ul,
    .edtdiv table ol {
    font-size: inherit;
    }


    /* --> Separators ------------------------------------------------*/

    .edtdiv hr {
    border-color: #ccc;
    margin: 30px 0;
    }


    /* --> Images ----------------------------------------------------*/

    .edtdiv img {
    margin: 15px;
    }
    .edtdiv table img {
    margin: 0px;
    }

    .edtdiv .left_image,
    .edtdiv .leftimg {
    float: left;
    margin: 0 15px 15px 0;
    }

    .edtdiv .right_image,
    .edtdiv .Right_Image {
    float: right;
    margin: 0 0 15px 15px;
    }

    .edtdiv .rightimg { float: right; }

    .edtdiv img.img-border {
    border: 2px solid #333;
    }

    /* Image Captions */

    .edtdiv .rightimg p {
    margin: 0 15px 15px 15px;
    font-size: 0.8em;
    line-height: 18px !important;
    }


    /* --> Tables ----------------------------------------------------*/

    /* --> FileBank Table Strip None ----------------------------------------------------*/
    table tr.even,
    table tr.alt,
    table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #fff;/* <--Change Color, depending on page-content background color---*/
    }

    /* --> HTML Table Strip None ----------------------------------------------------*/
    #pageHTML table tr.even,
    #pageHTML table tr.alt,
    #pageHTML table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #f5f5f5;
    }

    .edtdiv table tr.stripe { }

    .edtdiv .table1 .header{                                           
    background: none repeat scroll 0 0 #224d73;
    font-weight:bold; 
    color: #fff;
    border: solid 1px #806e4a;
    }

    /* no style table */
    .edtdiv table.no-style tr:nth-of-type(2n) { background: #fff; }

    .edt-side-content{ background: #f5f5f5; }
    .edt-side-content-custom{ background: #224d73; color: #fff; }


    .edtdiv .center .header {
    text-align:center;
    }

    .edtdiv table.zebra tr.even
    {
    background-color: #;
    }

    .edtdiv table.zebra tr.alt
    {
    background-color: #;
    }

    /* --> HTML td padding ------*/
    #pageHTML table td {
    line-height: 22px;
    padding: 10px 20px;
    }

    /* --> FileBank td padding ------*/
    table td {
    line-height: 22px;
    padding:5px 10px;
    }

    .edtdiv table.table1 {
    border: solid 1px #806e4a;
    background: #fff;
    margin-bottom: 30px;
    }


    /* --> FileBank no border table ------*/

    .edtdiv tr.table1_header {
    background: #104467 ;
    font-weight: bold;
    }

    .edtdiv tr.table1_header th,
    .edtdiv tr.table1_header td {
    color: #fff;
    }

    .edtdiv tr.table1_row0 {
    background: #fff;
    }

    .edtdiv tr.table1_row1 {
    background: #f0eddf
    }




    /* --> Code Blocks -----------------------------------------------*/

    /* Style code examples */
    .edtdiv code.code-block {
    display: block;
    background-color: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 12px #ddd;
    overflow: auto;
    }

    .edtdiv code.code-block pre { white-space: pre; }


    /* --> Em Fixes --------------------------------------------------*/

    .edtdiv span,
    .edtdiv li span {
    font-size: inherit;
    }

    font a { font-size: inherit; }


    /*Styles for Waterbill calculator*/

    td.cell0
    {
    font-weight:bold; 
    }

