/* Gerneral Style Sheet */
.error { color: red; }
.hitGraphBg { background: #900; }
.hitGraphBar { background: #d00; }
.hitGraphUnique { background: #f70; }
.hitCount { color: #d00; }
.hitCountUnique { color: #d60; }

body {
	font-size:62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
}

h1, h2, h3, h4 {
    margin: 0;
	font-family: 'Trebuchet MS','Lucida Grande','Arial','sans serif';
    color: #000;
}

strong {
    color: #000;
}
small {
    color: #999;
    font-size: 0.75em;
    vertical-align: +10%
}
code,pre,tt {
	font-family: 'andale mono',monospace;
    font-size: 1em;
}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
    border-left: solid #66A 3px;
    font-family: serif;
    padding-left: 6pt;
    margin-left: 6pt;
    margin-right: 12pt;
}
blockquote blockquote {
    border-left: solid #6A6;
    margin-right: 0;
}
blockquote blockquote blockquote {
    border-left: solid #A66;
    margin-right: 0;
}

/*
h1, h2, h3, h4 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0pt;
	padding-top: 0px;
	text-align: left;
	font-family: 'Trebuchet MS','Lucida Grande','Arial','sans serif';
}
*/

h1 + h1, h2 + h1, h3 + h1, h4 + h1,
h1 + h2, h2 + h2, h3 + h2, h4 + h2,
h1 + h3, h2 + h3, h3 + h3, h4 + h3,
h1 + h4, h2 + h4, h3 + h4, h4 + h4
{
	margin-top: 20pt;
	margin-bottom: 0pt;
}

p {
	margin-top: 0pt;
	margin-bottom: 10pt;
	line-height: 1.2em;
}

#content {
    text-align: justify;
	font-size: 10pt;
	border: 0;
	position: relative;
    height: 100%;
}

.hide {
	display: none;
}

hr {
	color: #000;
	background: #000;
	border: 0;
	height: 1px;
}










.narrowcolumn {
	float: left;
    display: inline-block;
    padding: 0 0 20px 45px;
    margin: 0;
	width: 550px;
}

/*
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
*/

.widecolumn .ultrawidecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 750px;
}



/*
** Sidebar
*/

#sidebar {
	padding: 8px; 
	margin-left: 582px;
    margin-bottom: -8px;
	width: 182px;
    font-size: 1.1em; 
    background: #f7f7f7;
}

* html #sidebar {
    margin-left:485px;
	width: 177px;
}

#sidebar a:visited { color: #39e; }

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	border: 0;
}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*
** Posts
*/

.post {
    margin-bottom: 24pt;
}

.post .private {
    background: #eee;    
}

.postmetadata {
    text-align: center;
    color: #999;
}












.note {
	border: dashed #000 2px;
	background: #ee6;
	margin: 8px;
	padding: 5px;
	font-size: 9pt;
	text-align: justify;
}
.note h1, .note h2, .note h3, .note h4 {
	border: none;
}

.warning {
	border: solid #000 2px;
	background: #f99;
	margin: 8px;
	padding: 5px;
	font-size: 9pt;
	text-align: justify;
}
.warning h1, .warning h2, .warning h3, .warning h4 {
	border: none;
}



.hookpara { font-weight: bold; color: black;}

.video h3 { margin-bottom: 0; margin-top: 15pt; }
.video small { color: gray; }

.video { margin-left: 15pt; margin-right: 15pt; }

/* Magenta */
.searchterm0 { background: #A0A; color: black;  }

/* Cyan */
.searchterm1 { background: #0AA; color: black;  }

/* Yellow */
.searchterm2 { background: #AA0; color: black;  }

/* Green */
.searchterm3 { background: #0B0; color: black;  }

/* Red */
.searchterm4 { background: #B00; color: black;  }

.searchterm5 { background: #F0F; color: black; }
.searchterm6 { background: #0FF; color: black; }
.searchterm7 { background: #FF0; color: black; }
.searchterm8 { background: #5F5; color: black; }
.searchterm9 { background: #F77; color: black; }


.machineBox {
	position: relative;
/*
	padding-below: 2pt;
*/
}

.machineBox a, .machineBox a:visited {
	text-decoration: none;
	color: #444;
}

.machineBox a:hover  {
	border-style: dashed;
	border-top: 0;
	border-bottom: 1pt;
	border-left: 0;
	border-right: 0;
	border-color: green;
	color: black;
}

.machineBox h3 {
	text-align: left;
	font-weight: bold;
	border: none;
}

.even .machineBox h3 {
	text-align: right;
	border: none;
}

.machineBox .boxBody{
	position: relative;
	margin: 5px;
}

.machineBox img {
	position: relative;
	float: left;
	border: none;
	margin-right: 6pt;
	margin-left:0;
}

.even .machineBox img {
	position: relative;
	float: right;
	border: none;
	margin-left: 6pt;
	margin-right:0;
}

.searchTable tbody { font-size: 0.85em; }
.searchTable .stockNo { text-align: center; }
.searchTable .headline { text-align: left; }
.searchTable .make { text-align: center; }
.searchTable .year { text-align: center; }
.searchTable .picts { text-align: center; }
.searchTable tbody a:visited { text-decoration: none; color: #402; }
.searchTable tbody a:link { text-decoration: none; color: #000; }
.searchTable tbody a:hover { text-decoration: underline; color: #007; }
.searchTable tbody tr:hover { background: #c0c0e0; }

.searchTable thead a { text-decoration: none; color: #fff; }
.searchTable thead a:link { text-decoration: none; color: #fff; }
.searchTable thead a:visited { text-decoration: none; color: #fff; }
.searchTable thead a:hover { text-decoration: none; color: #ffb; }

.searchTable thead td.sort { background: #888; color: #222;}
.searchTable thead td.sort a { text-decoration: none; color: #222; }
.searchTable thead td.sort a:link { text-decoration: none; color: #222; }
.searchTable thead td.sort a:visited { text-decoration: none; color: #222; }
.searchTable thead td.sort a:hover { text-decoration: underline; color: #224; }

.stockNumber { font-size: 26pt; font-family: courier new,monospace; }

td { padding: 2pt; }

tr.odd { background: #ddd; }
tr.even { background: #bbb; }

.searchTable tbody tr.odd:hover { background: #DDDDE6; }
.searchTable tbody tr.even:hover { background: #BBBBCC; }



/* Magenta */
.searchterm0 { background: #FBF; /* color: black; */ }
.odd .searchterm0 { background: #E6A6E6; /* color: black; */ } 
.even .searchterm0 { background: #CC8CCC; /* color: black; */ }
a:hover .searchterm0 { background: #F0F; color: black; }

/* Cyan */
.searchterm1 { background: #BFF; /* color: black; */ }
.odd .searchterm1 { background: #A6E6E6; /* color: black; */ } 
.even .searchterm1 { background: #8CCCCC; /* color: black; */ }
a:hover .searchterm1 { background: #0FF; color: black; }

/* Yellow */
.searchterm2 { background: #FFB; /* color: black; */ }
.odd .searchterm2 { background: #E6E6A6; /* color: black; */ } 
.even .searchterm2 { background: #CCCC8C; /* color: black; */ }
a:hover .searchterm2 { background: #FF0; color: black; }

/* Green */
.searchterm3 { background: #BFB; /* color: black; */ }
.odd .searchterm3 { background: #A6E6A6; /* color: black; */ } 
.even .searchterm3 { background: #8CCC8C; /* color: black; */ }
a:hover .searchterm3 { background: #5F5; color: black; }

/* Red */
.searchterm4 { background: #FBB; /* color: black; */ }
.odd .searchterm4 { background: #E6A6A6; /* color: black; */ } 
.even .searchterm4 { background: #CC8C8C; /* color: black; */ }
a:hover .searchterm4 { background: #F77; color: black; }

.searchterm5 { background: #F0F; color: black; }
.searchterm6 { background: #0FF; color: black; }
.searchterm7 { background: #FF0; color: black; }
.searchterm8 { background: #5F5; color: black; }
.searchterm9 { background: #F77; color: black; }


.buttons img {
	text-decoration: none;
	border: none;
}

.buttons a { text-decoration: none; border: none; color: #24b; }
.buttons a:hover { text-decoration: none; border: none; color:#47f; }
.buttons a:visited { text-decoration: none; border: none; color: #b42; }
.buttons a:visited:hover { text-decoration: none; border: none; color:#d63; }
.buttons {
	text-decoration: none;
	text-shadow: black 2px 2px 0;
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
}

.fieldName { text-align: right; }
.specName { text-align: right; width: 50%; }
.specValue { text-align: left; font-family: monospace; width: 50%; }


.fancyBox {
	display: block;
	background: transparent url("box_frames.gif") 100% 0px no-repeat;
	position: relative;
	margin-top: 12pt;
	margin-bottom: 1px;
}

.fancyBox:first-child {
	margin-top: 1px;
}

.fancyBox .boxHeader {
	color: white;
	position: relative;
	background: transparent url("box_frames.gif") 0% 0px no-repeat;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	display:block;
	margin-right: 6px;
	padding-left: 6px;
/*
	margin-below: 0;
*/
	padding-top: 2px;
}

.fancyBox h4 {
	color: white;
	position: relative;
	background: transparent url("box_frames.gif") 0% 0px no-repeat;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	display:block;
	margin-right: 6px;
	padding-left: 6px;
/*
	margin-below: 0;
	padding-below: 0;
*/
	padding-top: 2px;
}

.fancyBox .boxHeaderSimple {
	width: 100%;
	border: solid #177B2F;
	border-width: 1px 0 0 0;
	position: relative;
}
.fancyBox .boxBody {
	margin-top: 0;
	position: relative;
	border: solid #177B2F;
	display:block;
	border-width: 0 1px 0 1px;
	padding: 3pt;
	font-family: Times;
	font-size: 12pt;
	background: white;
	text-align: justify;
}

.fancyBox .boxFooter {
	position: relative;
	background: white;
	width: 100%;
	border: solid #177B2F;
	border-width: 0 0px 1px 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0;
	overflow: hidden;
}
