body {
	margin: 0px 50px 0px 50px;
	background-color: #314e6c;
	color: #000000;
	/* 'Bitstream Vera Sans' looks nice with Linux, but ugly with Windows 
	   and it's hard to read there */
	/* font-family: 'Bitstream Vera Sans',Verdana,sans; */
	font-family: verdana,sans;
}

#page {
	margin: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	background-image: url("bg2.jpg");
	background-repeat: repeat-x;
}

#title {
	position: absolute;
	top: 25px;
	left: 145px;
	font-style: italic;
	padding: 3px;
	margin: 0px;
}

#subtitle {
	position: absolute;
	top: 1px;
	right: 70px;
	color: black;
	font-size: x-small;
	padding: 2px;
	margin: 0px;
}

#sectionnav {
	position: absolute;
	top: 110px;
	left: 60px;
	width: 160px;
	padding-right: 10px;
	background-image: url("navstripe.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#sectionnav a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 4px;
	font-size: x-small;
	padding-left: 12px;
}

#sectionnav a:hover {
	color: gray;
	background-image: url("go.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#content {
	position: relative;
	margin: 0px 50px 20px 180px;
	padding-right: 10px;
}

#footer {
	text-align: center;
	color: gray;
	font-size: x-small;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}

h3 {
	border-bottom: 1px solid #cccccc;
}

hr {
	color: #023390;
	background-color: #023390;
}

kbd {
	font-size: 90%;
	white-space: pre;
}

.screenshot {
	padding: 2px;
	margin: 2px;
	border-bottom: solid 1px #e0e0e0;
}

.screenshot .image {
	padding: 5px;
}

.screenshot .description {
	float: right;
	text-align: justify;
	padding: 5px;
	width:60%;
}

.navheader {
	margin-top: 50px;
}

cite {
	font-style: italic;
}

cite:before {
	content: "\201E"
}

cite:after {
	content: "\201C"
}

code {
	font-family: courier,courier-new,fixed;
	white-space: pre;
}

.note {
	background-color: #ffdb43;
	border: 1pt solid #6e8ae6;
	padding: 4pt;
	margin: 5pt;
}

.navbox {
	background-color: #6e8ae6;
	border: 1pt solid #ffdb43;
	padding: 4pt;
	margin: 5pt;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}

.navbox a {
	color: #ffffff;
}

ul li {
	line-height: 1.3em;
}

ul.contriblist {
	margin: 0;
	padding: 1em 1em;
	list-style-type: none;
}

ul.contriblist li {
	list-style-type: none;
	display: inline;
	padding: 0 0.5em 0 0;
}

ul.contriblist li img{
	border: none;
	}

	
 /*  Data Table */

table { 
	font: 85% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	background: #eee;
	text-align: left;
	border-collapse: collapse;
	border: 2px solid #27a0bd;
	border-top: none;	
}
table a {
	text-decoration: none;
	color: #105c6e;
}
table a:visited, table a:focus {
	text-decoration: none;
}
table a:hover, table a:active {
	text-decoration: none;
	color: #000;
}

thead th {
	font-size: 105%;
	color: #eee;
	background-color: #27a0bd;
	border-bottom: 2px solid #008eb1;

}
tbody {

}
tr {
	vertical-align: top;	
}


tr,th,td {
	padding: 0.75em .1em;
	vertical-align: middle;
}
caption {
	font-size:0.94em;
	margin:0 0 0.3em;
	padding:0.5em;
	color:#000;
	background:#eee;
	text-align: left;
}

tr.odd td, tr.odd th {
	background-image: url(http://www.miracle-envelope.com/tealbg.gif);
	background-repeat: repeat;
}
tfoot th,tfoot td {
	padding: 0.20em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}
tfoot th {
	text-align: right;
}

tr.heading th, tr.heading td {
	font-size: 105%;
	color: #eee;
	background-color: #27a0bd;
	border-bottom: 2px solid #008eb1;

}

.note {
	background:#ffe;
	border:1px solid #ee7;
	padding: 0 1em 0em 1px;
	}

.cap {
	background:#eee;
	border:1px solid #000;
	padding: 0 1em 0em 1px;
	}

/******************************************************************************/


