/*---------------------------------------------------------------------------*/

/*

    Module:    screen.css

    Author:    Francois Schiettecatte (FS Consulting, LLC.)

    Creation Date:    2 June 201

    Purpose:        This is the CSS for screen display.

*/


/*---------------------------------------------------------------------------*/

/*
** Basic features
*/

* {    
    margin: 0;
    padding: 0;
}

html {
    display: block;
}

body {
    font-family: 'Lucida Sans', 'Lucida Grande', 'Gill Sans', Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 100%;
    color: black;
    background-color: white;
}

table {
    padding: 0;
    border-spacing: 0;
}

p {
    margin-bottom: 1em;
}

a {
    color: #004EC5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #004EC5;
    text-decoration: none;
}


/*---------------------------------------------------------------------------*/

/*
** Body features
*/

#body {
    float: none;
    width: 100%;
    height: 100%;
}


/*---------------------------------------------------------------------------*/

/*
** Header features (part of body)
*/

#header {
    background-color: white;
    z-index: 1;
}


/*---------------------------------------------------------------------------*/

/*
** Menu features (part of header)
*/

#menu {
    padding: 6px 4px 4px;
}


/*---------------------------------------------------------------------------*/

/*
** Search features (part of header, optional)
*/

#search {
    margin: 10px 20px 0px; 
    padding: 10px 10px 5px 10px;
}


/*---------------------------------------------------------------------------*/

/*
** Content features (part of body)
*/

#content {
    margin: 10px 20px; 
    padding: 10px;
}


/*---------------------------------------------------------------------------*/

/*
** Footer features (part of body)
*/

#footer {
}


/*---------------------------------------------------------------------------*/


/*
** Other elements that we hide from the screen
*/

#icd-number-print  {
    display: none;
}


/*---------------------------------------------------------------------------*/

/*
     FILE ARCHIVED ON 12:08:17 Jul 24, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:55:54 Jan 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 4.12
  exclusion.robots: 3.302
  exclusion.robots.policy: 0.087
  esindex: 0.015
  cdx.remote: 55.805
  LoadShardBlock: 205.738 (3)
  PetaboxLoader3.datanode: 204.033 (5)
  PetaboxLoader3.resolve: 100.298 (3)
  load_resource: 182.721 (2)
*/