/*
 * Style Sheet for https://oss.netfarm.it/
 * Copyright (c) 2005-2022 Gianluigi Tiesi <sherpya@netfarm.it>
 */

::selection { background: #dfdfdf; color: #2992c2; }
::-moz-selection { background: #dfdfdf; color: #2992c2; }
::-webkit-selection { background: #dfdfdf; color: #2992c2; }

.pkgnew { color: #40f; }
h1, .warn { color: #a45e26; }

#adsreferral { text-align: left; position: absolute; top: 90px; left: 160px; }

#header { text-align: left; }
#logoOss { float: left; color: red; clear: left; }

#topbox { float: left; margin-left: 0.7%; margin-top: 1%; }
#lastmod { margin-left: 6px; margin-top: 2%; margin-bottom: 2%; }

#content { width: 99%; text-align: left; float: left; margin-top: 1%; }

#googleadstop { clear: both; margin-left: 2px; margin-bottom: 10px; }
#googleadstop>hr { height: 1px; border: 0; color: black; background-color: #333; width: 60%; }
#googleadsbottom { float: left; margin-top: 4%; }
#googleadsbottom>hr { height: 1px; border: 0; color: black; background-color: #333; }

#footer { clear: both; float: left; margin-top: 2%; }

/*
#affiliate > iframe {
    display: block;
}
*/

@media screen and (max-width: 768px) {
    #footer {
        display: none;
    }
    #affiliate {
        display: none;
    }
}

body
{
	font-family: Cabin, Georgia, Arial, Verdana, Sans-Serif;
    font-size: 1em;
	color: black;
	background: url(/images/tile.png) white repeat-y fixed;
	margin-top: 10px;
	margin-left: 40px;
}

h1
{
	font-size: 1.5em;
}

p.desc { }
p.warn { }

p.copy { white-space: nowrap; font-family: Ubuntu; }

p.centered { text-align: center; }
p.selection { color: #039; }

img { border: 0; }

hr { height: 0px; border: solid black .1pt; }

a.toggle
{
	font-family: Ubuntu, Georgia, Arial, Sans-Serif;
	font-size: 80%;
}

a { color: #0af; text-decoration: none; background-color: inherit; } 
a:link { color: #00a9ff; background-color: inherit; }
a:visited { color: #00a9ff; background-color: inherit; }
#content a:hover { color: #00a9ff; background: #eee; }
#footer a:hover { color: #00a9ff; background: #eee; }

pre
{
	color: black;
	background: #f0f0f0;
	border: 1px solid black;
	padding: 1px 1em 1px 1em;
}

ul
{
	color: #a45e26;
	font-size: 97%;
	list-style-type: circle;
	text-align: justify;
	background-color: inherit;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

ul.changelog
{
    color: #333;
}

table.frontpage
{
	font-family: Ubuntu, Georgia, Arial, Verdana, Sans-Serif;
	font-size: 90%;
	background: #fff;
	margin: 10px;
	margin-top: 0px;
	border-collapse: collapse;
	text-align: left;
}

table.frontpage>tbody>tr>td { color: #669; padding: 9px 8px 0px 8px; }
table.frontpage>tbody>tr.selected td { color: #009; }
table.frontpage>tbody>tr.selected a { text-decoration: underline; }
table.frontpage>tbody tr:hover td { color: #009; }

/* Horizontal Minimalist: courtesy of http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ */
table.hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px;
	margin-top: 0px;
	border-collapse: collapse;
	text-align: left;
}

table.hor-minimalist-a>tbody>tr>th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}

table.hor-minimalist-a>tbody>tr>td { color: #669; padding: 9px 8px 0px 8px; }
table.hor-minimalist-a>tbody tr:hover td { color: #009; }

/* ---- */

/* Lab Report (modified): courtesy of: http://www.classical-webdesigns.co.uk */
table.lab-report
{
	border-collapse: collapse;
	color: #000;
	font-family: "Lucida Bright", "Times New Roman", serif;
	font-size: 1em;
}

table.lab-report>tbody>tr>th
{
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	padding: 5px 10px;
	background-color: #fff;
	color: #039;
	text-align: left;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

table.lab-report>tbody>tr>td
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	color: #669;
	font-size: 0.80em;
}

table.lab-report>tbody>tr>td+td { text-align: right; }
table.lab-report>tbody>tr>td+td+td { text-align: left; }
table.lab-report>tbody tr:hover td { color: #009; }

table.boxed
{
	color: black;
	border: solid black 1px;
	border-collapse: collapse;
	background-color: inherit;
}

td.top
{
	color: black;
	border: solid black 1px;
	background-color: inherit;
}

td.thin
{
	color: black;
	border: solid black 1px;
	background-color: inherit;
}

@media print
{
	#logoOss { display: none; }
	#lastmod { display: none; }
	#googleadstop { display: none; }
	#googleadsbottom { display: none; }
    #affiliate { display: none; }
	p.copy a:link, a:visited, a:active { text-decoration: none; }
	pre { page-break-inside: avoid; border: 0; }
	table { page-break-inside: avoid; }
	h3 { page-break-after: avoid; }
}
