body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	margin: 0px;
	font-size: 80%;
	max-width:1000px;
	min-width:600px;
}
table.wholepage {
	width: 100%;
	width:expression(document.body.clientWidth > 1000? "1000px": (document.body.clientWidth < 600? "600px":"100%") );
}
td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 80%;
	vertical-align: top;
}

img {
	border: none;
}

td.low-v-pad {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.questionnaire {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.questionnaire td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 0.5pt solid #E0E0E0;
	vertical-align: middle;
}

table.questionnaire td.qtop {
	border-top: none;
}

td.indent {
	padding-left: 20px !important;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 90%;
}

th.top {
	margin-bottom: 0px;
	text-align: left;
	background-color: white;
	border-bottom: 0.5pt solid black;
	empty-cells: show;
}

td.menu {
	color: white;
	vertical-align: top;
}

td.main {
	background-color: #F0F0F0;
	vertical-align: top;
}

div.menuhover {
	background-color: #666666;
}

div.foot {
	float: right;
	width: 640px;
	color: white;
	font-size: 90%;
	text-align: right;
}

td.menu a {
	color: #F0F0F0;
}

a {
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


td.menu a{
	color: #F0F0F0;
}
td.menu a:visited {
	color: #E6E6E6;
}

div.sidenews a{
	color: #404040;
}
div.sidenews a:visited {
	color: #6E6E6E;
}

div.sidenews {
	font-size: 85%;
	border: 0.5pt solid #333333;
	padding: 5px;
	margin: 0px;
	background-color: #D0D0D0;
	color: black;
	float: right;
	width: 200px;
}
div.sidenews h1 {
	margin: 0px;
}
div.sidenews h2 {
	margin: 0px;
}
div.sidenews p {
	margin: 0px;
}

h1 {
	font-size: 125%;
	margin-bottom: 0px;
}
h2 {
	font-size: 110%;
	margin-bottom: 0px;
}
h3 {
	font-size: 105%;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

legend {
	color: #666666;
	font-weight: bold;
}

fieldset {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

label {
	white-space: nowrap;
}

hr {
	background-color: #999999;
	color: #999999;
	height: 0.75pt;
	border: none;
}

.breadcrumbs {
	font-size: 80%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: right;
}

div.menuitemselected {
	background-color: #404040;
}

div.menuitem {
	padding: 1px 1px 1px 10px;
	font-size: 90%;
}

div.menuitem a {
	color: #F8F8F8;
	padding: 1px;
	white-space: nowrap;
}
div.menuitem a:visited {
	color: #ECECEC;
}
div.menuitem a:hover {
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: underline;
}

div.adminitemselected {
	background-color: #CCCCCC;
}

div.sellers {
	width: 120px;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
table.sellers {
	width: 100%;
	border: 0.5pt solid #999999;
	background-color: #E0E0E0;
}

table.sellers th {
	background-color: #333333;
	color: #F0F0F0;
	text-align: center;
	padding: 5px;
	font-size: 70%;
}

table.sellers td {
	padding: 5px;
	font-size: 70%;
	text-align: center;
}

table.settings td {
	font-size: 75%;
}

table.booklist {
	border-bottom: 0.5pt solid #999999;
	width: 83%;
}

table.booklist th {
	text-align: left;
	padding: 4px;
	background-color: #333333;
	color: #F0F0F0;
}

table.booklist td {
	padding: 4px;
}

table.pagenavigator {
	width: 100%;
}

table.pagenavigator td {
	font-size: 75%;
}

table.filter {
	border: 0.5pt solid #999999;
	background-color: #E0E0E0;
	width: 83%;
}

table.filter td {
	font-size: 80%;
	text-align: left;
	vertical-align: middle;
	padding: 1px 5px 1px 5px;
}

td.description {
	font-size: 70%;
	padding-top: 0px;
	border: 0.5pt solid #D0D0D0;
}

table.book {
	width: 83%;
}

table.book td {
	padding: 1px 5px 1px 0px;
}

.title {
	font-weight: bold;
	font-size: 150%;
}

table.orderlist tr {
	background-color: #D0D0D0;
}
table.orderlist td {
	padding: 5px;
	vertical-align: middle;
}
tr.orderitem td {
	font-size: 75%;
	font-style: italic;
}
tr.orderitem td.left {
	border-left: 0.5pt solid #D0D0D0;
}
tr.orderitem td.right {
	border-right: 0.5pt solid #D0D0D0;
}

table.orderlist td.install {
	background-color: #C0C0C0;
	text-align: center;
	width: 1%;
}

tr.row0 {
	background-color: #E8E8E8 !important;
}
tr.row1 {
	background-color: #E0E0E0 !important;
}
tr.clear {
	background-color: #F0F0F0 !important;
}
tr.clear td {
	border-top: 0.5pt solid #D0D0D0;
}

.error {
	color: red;
	font-weight: bold;
}
table.downloads td {
	padding: 3;
	vertical-align: middle;
}