/* JH 2010-02-25 New master css for all pages and the masthead, both www and ld. Lives in html/0pix */

body {
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.fonttextsize {
	font-size: 130%;
	color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
}

.headertext {
	font-size: 80%;
	color: #0068BD;
	font-family: verdana, helvetica, sans-serif;
}

.main {
	font-size: 80%;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}

.tweettext {
	font-size: 65%;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}

.blue {
	font-size: 80%;
	color: #0068BD;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

.red {
	font-size: 100%;
	color: #FF0000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

.bold {
	font-size: 80%;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}

.footer {
	font-size: 70%;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}

.trail {
	font-size: 80%;
	color: #0068BD;
	font-family: verdana, helvetica, sans-serif;
}

.buttons {
	font-size: 100%;
	color: black;
	font-family: verdana, helvetica, sans-serif;
	background-color: #E6EFF8;
	width: auto;
	border: outset #E6EFF8 thin;
} 

.dropdown {
	color: black;
	font-family: verdana, helvetica, sans-serif;
	background-color: #E6EFF8;
	width: auto;
	border: outset thin;
	font-size: 80%;
} 

.searchbox { /* text search box */
	color: black;
	font-family: verdana, helvetica, sans-serif;
	background-color: #E6EFF8;
	width: auto;
	border: inset thin;
	font-size: 80%;
} 

.bluebox { /* pale blue box with dark blue border */
	background: #E6EFF8;
	border: 1px solid #0068BD;
}

.bluebox td {
	padding: 6px 6px 6px 6px;
	cursor: auto;
}

.palebluebox { /* pale blue box with no border */
	background: #E6EFF8;
}

.palebluebox td {
	padding: 6px 6px 6px 6px;
	cursor: auto;
}

.whitebox { /* white box with dark blue border */
	background: white;
	border: 1px solid #0068BD;
}

.whitebox td {
	padding: 6px 6px 6px 6px;
	cursor: auto;
}

.whiteboxcompact { /* compact white box with dark blue border */
	background: white;
	border: 1px solid #0068BD;
}

.whiteboxcompact td {
	padding: 1px 1px 1px 1px;
	cursor: auto;
}

.clearboxcompact { /* white box with no border, to spatially match whiteboxcompact.  */
	background: white;
	border: 1px solid #FFFFFF;
}

.clearboxcompact td {
	padding: 1px 1px 1px 1px;
	cursor: auto;
}

.dbluetoppedbox { /* pale blue box with dark blue top-only border */
	background: #E6EFF8;
	border-top: 1px solid #0068BD;
}

.dbluetoppedbox td {
	padding: 6px 6px 6px 6px;
}

.minimal {
	background: #FFFFFF;
	padding: 0px;
	border: 0px;
}

.minimal td {
	font-size: 80%;
	padding: 0px;
	border: 0px;
}

.head {
	font-size: 80%;
	color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

a {
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}

a:link {
	color: black;
}

a:visited {
	color: #0068BD;
}

td.vert {
	background-image: url(vert.gif);
}

td.hori {
	background-image: url(hori.gif);
}

td.bluel {
	background: #E6EFF8;
}

td.blued {
	background: #0068BD;
	font-size: 80%;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}

tr.bluel {
	background: #E6EFF8;
}

tr.blued {
	background: #0068BD;
}

h1 {
	font-size: 130%;
	color: #0068BD;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 140%;
	color: #0068BD;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

.boldpost { /* <tr> bold-effect for postings. jh dec 08 */
	background: #EBFFED;
	border-top: 1px solid #A8DDA0;
	border-bottom: 1px solid #A8DDA0;
}

.thumbtable {
	margin: 0px auto;
	padding: 0px;
	border: none;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	width: auto;
}

img {
	border: none;
}



