/* style.css */
body {
	margin:0px;
	padding:0px;
	color:#333;
	background-color:white;
}
input, option, select, body, button {
	font-family: georgia, arial, helvetica, sans-serif;
}
h1, h2, h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:900;
	color:#ccc;
}
h1 {
	font-size:28px;
	line-height:28px;
}
h2 {
	font-size:24px;
	line-height:24px;
}
h3 {
	font-size:20px;
	line-height:20px;
}
p {
	font:11px/20px;
	margin:0px 0px 16px 0px;
	padding:0px 0px 0px 0px;
}
/*#content p {
	padding:0px 0px 20px 0px;
}
#content>p {margin:0px;}
#content>p+p {text-indent:30px;}*/
a {
	color:#09c;
	/*font-size:11px;*/
	text-decoration:none;
	font-weight:600;
	font-family:georgia, arial, helvetica, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {text-decoration:underline;}

.product {
	font-size: 11px;
}
.product p {
	margin-bottom: 5px;
}
.example h1, .example h2 {
	color: black;
	padding-top: 10px;
}
.error {
	color: red;
	font-weight: bold;
}
.pager {
	/*text-align:right;*/
	font-size: 12px;
	margin-bottom: 10px;
}
.pagercurrent {
	font-weight: bold;
	color: #ff4500;
	background-color: #EFEFEF;
}
.formbox {
	background-color: #CCAAFF;
	border: 2px dashed black;
	padding: 2em 1em 1em 1em;
	margin: 1em 1em 1em 1em;
	text-align: center;
}
.formbox th {
	text-align: left;
}
table#layout {
	outline: 1px solid black;
}
#topnav {
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 5px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
	font-size: small;
}
#navtopleft {
	float:left;
	padding-left: 20px;
}
#navtopright {
	float: right;
	text-align:right;
	padding-right: 20px;
}
#content {
	padding:10px;
}
#footer {
	background-color: #eee;
	text-align: center;
	width: 100%;
}
#sidebar {
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
	font-size: 11px;
	height: 100%;
}
/* Again, "be nice to Opera 5". */
body>#sidebar {width:150px;}
