@charset "utf-8";
#mainContent .products_table {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;/*use to indent the table. Since the table is so wide it was set to 0 */
	border-width: 1px;
	border-color: #333333;
/*	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;*/
	border-collapse:collapse;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	width: 900px;
}

/* Styles for the header rows */
#mainContent .products_table th {
	margin: 0px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
#mainContent .products_table h1 {
	font-weight: bold;
	font-size: 13px;
	margin: 3px 0 3px 0;
	padding: 0;
	color: #000000;
}
#mainContent .products_table h2 {
	font-weight: bold;
	font-size: 10px;
	margin: 3px 0 3px 0;
	padding: 0;
	color: #000000;
}
#mainContent .products_table .columnModel {
	width: 150px;
}
#mainContent .products_table .gray {
	background-color: #CFCFC7;
}
#mainContent .products_table .lightgray {
	background-color: #E5E5E5;
}
#mainContent .products_table .thick {
	border-right-width: 2px;
}
/*Sort Arrow for top of sortable columns.*/
#mainContent .products_table .sort {
	background-color: #FFFFFF;
	background-image: url(sort.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 10px 0 0;
	height: 15px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #CB2026; /* was #777 */
	cursor:pointer;
}
#mainContent .products_table .sort:hover {
	background-image: url(sort-over.gif);
}

/*Styles for content cells. */
.upper {
	text-transform: uppercase;
}
#mainContent .products_table td.left{
	text-align:left;
}
#mainContent .products_table td {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
	white-space: nowrap;
}
#mainContent .products_table tr td /*#mainContent .products_table a:link, #mainContent .products_table a:visited, #mainContent .products_table a:active, */{
/*	color: #CB2026;
	text-decoration: none;*/
	cursor: pointer;
}
/*#mainContent .products_table a:hover{
	color: #0000FF;
	text-decoration: underline;
}*/
.products_table .check {	
	background-image: url(check.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
/*	height: 11px;*/
}



/*Row styles*/
.products_table .odd {
	background-color: #FFFFFF;
}
.products_table .even {
	background-color: #E5E5E5;
}
.products_table .rowhover {
	background-color: #C0C0C0;
	color:#000000;
}

/*Other stuff*/
/* borders for the sort row and the top left cell of the table */
/*.products_table .lborder {
	background-image:url(border.gif);
	background-position:left;
	background-repeat:repeat-y;
}*/

/*A possible solution to keep long content from exploding column widths.  This style selects div's that are direct children of td's in class .prodcuts_table*/
/*Enclose the content within a div with a unique ID then set the div width by creating an ID style with the desired width.*/
/*Not the prefered method to solve this problem but may be needed.*/
/*	.products_table td > div {
	overflow: hidden;
	white-space: nowrap;
	background-color: yellow;
	padding: 0;
	margin: 0;
}*/
#mainContent table.quickspec, #mainContent table.quickspec {
	margin-top: 20px;
}
#mainContent table.quickspec, #mainContent table.quickspec td {
	background-color: #FFF;
	vertical-align: middle;
	border: 1px solid #777;
	border-collapse: collapse;
}
#mainContent table.quickspec th {
	text-align: center;
}
#mainContent table.quickspec td {
}
#mainContent table.quickspec p {
	margin: 10px 5px;
	padding: 0px;
}
