/* docket_html.css  */

body 
    {
	font-family: verdana;
	font-size: 9pt;
	/* background: url('/bg.png') repeat-y right top; */
    }


.section_tab 
    {
	font-size: 14pt;
    float: left;
    text-align: center;
	border-radius: 1px;
    border-color: black;
    border: solid 1px;
	background-color: rgb(190, 205, 207);
    width: 35%;
    }


.header_border
    {
    border-width: .5px;
    border-color:       black;
    background-color:   grey;

    padding-bottom: 0%;
    margin-bottom: 0%;
    }


.letter_frame 
    {
    width: 8.5in;
    height: auto;
    border: 2px solid black;                        /* The "frame" border */
    padding: 0.5in;                                   /* Space inside the frame */
    margin: 20px auto;                                /* Centers the frame on the screen */
    background-color: white;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);       /* Optional shadow */
    overflow-y: scroll;
    }


.dn_div
    {
    float:      right;
    }


.long_title
    {
    font-size: x-large;   
    }