/* docket_html.css  */

body
    {
	/* font-family: Calibri, sans-serif; */
	font-family: "Century Schoolbook", "New Century Schoolbook", "Century Schoolbook L", serif;
	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%;
    }



.sub_section_tab
    {
	font-size:      12pt;
    width:          25%;
    margin-left:    7%;
    float:          left;
    text-align:     center;
	border-radius:  1px;
    border-color:  black;
    border:         solid 1px;
	background-color: rgb(190, 205, 207);
    }



.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: large;
    }


.long_title_2
    {
    font-size: large;
    }

.tbl_4_docs
    {
    border-collapse: collapse;
    border: 1px solid black;
    }
