@charset "UTF-8";
/* CSS Document */
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\																												 \\\\\
\\\\\	Custom Transaction System Document																			 \\\\\
\\\\\																												 \\\\\
\\\\\	Coded & Maintained by: Scott Crowley																		 \\\\\
\\\\\				  Contact: scott@scottcrowley.com																 \\\\\
\\\\\																												 \\\\\
\\\\\	All code & concepts ©2008 SC Designs																		 \\\\\
\\\\\																												 \\\\\
\\\\\	Version: 1.0																								 \\\\\
\\\\\																												 \\\\\
\\\\\ Document Revision History:																					 \\\\\
\\\\\ 11/19/08 10:45 Document Created																				 \\\\\
\\\\\																												 \\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

/*  -- RESET BODY --  */
body {
	margin:0px;
	padding:0px;
}

/*  -- COMMON TAG STYLE DECLARATIONS --  */
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*  -- FLOAT PROPERTIES --  */
.fltLeft {
	float:left;
}
.fltRight {
	float:right;
}
.clearFltBoth {
	clear: both;
}
.clearFltLeft {
	clear: left;
}
.clearFltRight {
	clear: right;
}
.clearFltBothDumb, .clearFltLeftDumb, .clearFltRightDumb {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
}
.clearFltBothDumb {
	clear: both;
}
.clearFltLeftDumb {
	clear: left;
}
.clearFltRightDumb {
	clear: right;
}
.clearFlt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearFlt {
	height: 1%;
}
/* -- SORTING PROPERTIES -- */
a.TS_asc {
	padding-right:20px;
	background: url(../../includes_ts/i/order_asc.png) no-repeat 100% 50%;
}
a.TS_desc {
	padding-right:20px;
	background: url(../../includes_ts/i/order_desc.png) no-repeat 100% 50%;
}
/* -- ALTERNATE ROW PROPERTIES -- */
.rowOdd {
	background-color: #f6f6f6;
}
.rowEven {
	background-color: #d6d6d6;
}
.rowOdd:hover, .rowEven:hover {
	color:#ffffff;
	background-color:#c08115;
}