/* mycssfile.css */

@charset "iso-8859-1";
/* CSS Document */

body, td, th {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 13px;
}

td.right {
	text-align: right;
}

fieldset.signupfield {
	padding: 8px;
}

fieldset.productinfo {
	padding: 8px;
}

table.signuptbl {
	width: 560px;
	height: 380px;
}

table.edituserinfotbl {
	width: 510px;
	height: 290px;
}

fieldset.signinfield {
	padding: 8px;
	width: 300px;
	height: 180px;
}

table.signintbl {
	width: 300px;
	height: 60px;
}

fieldset.chpasswdfield {
	padding: 8px;
	width: 300px;
	height: 200px;
}

table.chpasswdtbl {
	width: 300px;
	height: 90px;
}

span.csz {
	font-size: smaller;
}

span.a { 
	color: #0000FF; background-color: transparent; text-decoration: none; cursor: pointer;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

span.requiredfieldstar {
	color: #CC0000;
	font-size: 0.9em;
}

.productName {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #444;
}
table.sortable th, table.sortable th a:link, table.sortable th a:visited{
	text-decoration:none;
	color: #000000;
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #ddd;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}