﻿.hiddencolumn
{
	
}

.alternativerow
{
	/*background-color:#eeeeee;*/
}

/* Sortable tables */

table.sortable td, th
{
	font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
	font-size:8pt;
}

table.sortable td
{
	padding:10px;
}

table.sortable th
{
	background-color:#eee;
	text-decoration: none;
}

table.sortable a.sortheader {
    
    color:#666666;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

.usedequipmentHeader th
{
	padding:4px;
}

.usedequipmentHeader th a
{
	text-decoration:none;
	color:Black;
}

.alternativerow td, .normalrow td
{
	padding:2px;
	border-top:0px;
	border-bottom:0px;
	border-left:0px solid black;
	/*border-right:1px solid black;*/
	color: #000000;
	/*background-color: #eeeeee;*/

font-size: 10pt;

font-family: Helvetica;
}

.usedEquipment .alternativerow td,  .usedEquipment .normalrow td
{
	padding:2px;
	border-top:0px;
	border-bottom:0px;
	border-left:0px solid black;
	border-right:1px solid black;
	color: #000000;
	/*background-color: #eeeeee;*/

font-size: 10pt;

font-family: Helvetica;
}

.noleftborder
{
	border-left:0px;
}

.usedEquipment td.bothborder
{
	border-left:1px solid black;
	border-right:1px solid black;
}

.usedEquipment td.norightborder
{
	border-right:0px solid red;
}