body
{
	background-color: #CCCCCC;
	font-family: Arial;
	height: 100%;
	margin: 10px 0;
	padding: 0;
	overflow: auto;
}

a:link
{
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 20pt;
	text-shadow: 5px 5px 20px #777777;
}

h2
{
	font-size: 16pt;
}

h3
{
	font-size: 12pt;
}

input, select, textarea
{
	border: 1px solid #000000;
	font-family: Arial;
}

table.withborder
{
	border-collapse: collapse;
}

table.withborder td, table.withborder th
{
	border: 1px solid #000000;
	padding: 3px;
}

a.quantity
{
	color: #000000;
	font-family: Courier;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
}

input.fancy
{
	background: -moz-linear-gradient(top, #00CC00, #009900);
	background: -webkit-gradient(linear, 0 50%, 0 100%, from(#00CC00), to(#009900));
	border: 1px solid #000000;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12pt;
	font-weight: bold;
	-moz-border-radius: 10px;
	padding: 5px;
	text-shadow: 2px 2px 5px #333333;
	-webkit-border-radius: 10px;
}

.rcbox
{
	background-color: #DDDDDD;
	border: 1px solid #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.box
{
	border: 0;
}

.hints
{
	color: #FF0000;
	font-size: 8pt;
}

.small
{
	font-size: 8pt;
}

.selected
{
	background: #FFFF99;
}

.cardinfotitle
{
	font-weight: bold;
	vertical-align: top;
}

.cardinfovalue
{
	vertical-align: top;
}

.ratingblock
{
	display:block;
}

.unit-rating
{
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('starrating.gif') top left repeat-x;
}

.unit-rating li
{
	text-indent: -90000px;
	padding:0px;
	margin:0px;
	float: left;
}

.unit-rating li.current-rating
{
	background: url('starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.unit-rating li a
{
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.unit-rating li a:hover
{
	background: url('starrating.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width:30px; }
.unit-rating a.r2-unit { left:30px; }
.unit-rating a.r2-unit:hover { width: 60px; }
.unit-rating a.r3-unit { left: 60px; }
.unit-rating a.r3-unit:hover { width: 90px; }
.unit-rating a.r4-unit { left: 90px; }
.unit-rating a.r4-unit:hover { width: 120px; }
.unit-rating a.r5-unit { left: 120px; }
.unit-rating a.r5-unit:hover { width: 150px; }

table.tablesorter thead, table.tablesorter tr:nth-child(even)
{
    background-color: #CCCCCC;
}

.tablesorter th
{
    background-image: url('sortable.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 20px !important;
}

em
{
	color: #FF0000;
	font-style: normal;
}

#header
{
	background: url('header.png') no-repeat center;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	cursor: pointer;
	height: 256px;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#menu
{
        background-color: #EEEEEE;
        border: 1px solid #999999;
        margin: 0 auto;
        width: 1026px;
}

#menu td
{
        border-right: 1px solid #999999;
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
}

#content
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
	padding: 10px;
	/* Subtract 10px*2 for the padding on each side */
	width: 1004px;
}
