/* Layout stylesheet */

.clear { clear: both; }
.clr { clear: both; }

img { border: none; }

#links,
#controlbar,
.qmark,
#screendiagram,
#options,
.noprint,
#domfilter,
#emailformdiv,
.toolform,
.screen,
.off,
#messages,
hr,
#errors { display: none; }

/* turn off some specific stuff */
body.main #left { display: none; }
body.spec #right { display: none; }



a { text-decoration: none; color: black; }

body {
    width: 7.0in;
    text-align: left; /* fix ie hack */
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8pt;
}

#page {
    height: 8.5in;
    }
	
	#well { min-height: 6in; }
    
#footer {
    font-size: 7pt;
    text-align:right;
    }

body.detail #left {
    width: 3.5in;
    float: right;
}

body.detail #right {
    width: 3.4in;
    float: right;
}

div#specsummary div.pair, div.term, div.def {
   float: left;
}

div.pair {
    clear:both;
	padding-bottom: 4px;
	}

div.term, div.def {
    width: 1.5in;
    text-align: left;
    }

div.term {
    text-align: left;
    font-weight: normal;
    padding-right: 0.125in;
    }


#chaplogop {
    width: 2in;
    float: right;
    clear: right;
    }

#splogop {
    width: 2in;
    float: right;
    clear: right;
    margin-top: 0.125in;
    }
    
#phnum {
    width: 4in;
    float: left;
    font-weight: bold;
    }

#printdiagram {
    width: 6.813in;
}
    #printdiagram.sheet { 
        width: 1.593in;
        float: left;
        margin-right: 0.5in;
        }

    /* the connectors on the spec page */
    img.connpic { width: 0.25in; heigh: 0.25in; }
    #connbox, .connector { float: left; }
    .connector { margin-right: 0.25in; }
    #connbox { width: 4.5in;}


h1,h2,h3 {
    font-size : 14pt;
    font-weight: bold;
    clear: both;
}

h1.title {
    padding-top: 0.25in;
    margin-bottom: 0in;
    }
    
h2 {
    font-size: 12pt;
	}
    
h3 {
   margin-top: 0.25in;
   margin-bottom: 0.125in;
   font-size: 8pt;
   border-top: 1pt solid black;
   }


/* table looks */

table {
    empty-cells: hide;
    border-spacing: 0in;
}

th, td {
    padding: 0.05in;
    text-align: center;
	font-size: 8pt;
}

td {
    font-family: "Courier New", Courier, monospace;
    white-space: pre;
    vertical-align: middle;
    border: 1pt solid #ccc;
}	


th { vertical-align: bottom; }

span.units { font-size: 8pt; }
