/* General Classes for Nav Tools */
.css_buttons  a {
	line-height: 20px;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	}
.css_buttons a span {
	display: block;
	padding: 0 10px;
	font-weight: bold;
	text-transform:uppercase;
	}
.css_buttons a:hover {
	text-decoration:none;
	color: #FFFFFF;
	}
	.css_buttons .tools a:hover span {
		background: url(images/b_x.gif) right top no-repeat;
		}
.css_buttons {
	width: 100%;
	height: 20px; /* Fixes FF problem... */
	display: block;
	padding: 12px 0;
	}		
.css_buttons li {
	float: left;
	}	
/* Tools Buttons - Usually on the Right */
.css_buttons .tools li {
	margin-left: 5px;
	}
.css_buttons .tools {
	float: right;
	}
.css_buttons .tools a {
	background: url(../images/a.gif);
	}
	.css_buttons .tools a:hover {
		background: url(../images/b.gif);
		}
.css_buttons .tools a span {
	background: url(../images/a_x.gif) right center no-repeat;
	}
	.css_buttons .tools a:hover span {
		background: url(../images/b_x.gif) right top no-repeat;
		}
/* Nav Buttons - Usually on the Left */
.css_buttons .nav li {
	margin-right: 5px;
	}

.css_buttons .nav a {
	background: url(../images/b.gif);
	}
	.css_buttons .nav a:hover {
		background: url(../images/a.gif);
		}
.css_buttons .nav a span {
	background: url(../images/b_x.gif) right center no-repeat;
	}
	.css_buttons .nav a:hover span {
		background: url(../images/a_x.gif) right top no-repeat;
		}		
/* Listing Buttons */
.css_buttons.listing {
	margin: 0;
	padding: 0;
	}
.css_buttons.listing ul {
	float: right;
	}
	
.css_buttons.listing li {
	margin-left: 5px;
	}
.css_buttons.listing a {
	background: url(../images/sub_a.gif);
	}
	.css_buttons.listing a:hover {
		background: url(../images/sub_b.gif);
		}
.css_buttons.listing a span {
	background: url(../images/sub_a_x.gif) right center no-repeat;
	}
	.css_buttons.listing a:hover span {
		background: url(../images/sub_b_x.gif) right top no-repeat;
		}		
input.button {
	background:#0F68A8;
	border: none !important;
	color: #FFFFFF;
	height: 19px;
	/*_height: 20px;  For IE 6 */
	padding: 0 5px;
	/*_padding: 0;*/
	display: inline;
	}
	
input.button:hover {
	background:#0F68A8;
	border: none !important;
	color: #FFFFFF;
	height: 19px;
	/*_height: 20px;  For IE 6 */
	padding: 0 5px;
	/*_padding: 0;*/
	display: inline;
	}	
input.button.reset {
	background: #000000 !important;
	}
input.button.submit {
	background: #cc0000 !important;
	}
	
	
	
	
	
	
.text_pad td{
	padding: 4px 3px;
	vertical-align:top;
	line-height: 16px;	
	}	
.heading td {
	font-size: 13px;
	background: url(../images/heading_bg.gif) top repeat-x;
	color: #000000;
	font-weight: bold;
	line-height: 32px;
	padding: 0 5px;
	height: 32px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.heading td em {
		font-weight: bold;
		color: #ED910E;
		}
	.heading a {
		color: #000000;
		font-weight: bold;
		}
	.heading a:hover {
		color: #999999;
		text-decoration:underline;
		}		
.heading_sub td {
	color: #000000;
	background:#FFFFFF;
	font-weight: bold;
	display: block;
 	}
.wrap {
	white-space:normal !important;
	}
.nowrap {
	white-space:nowrap;
	}
	table.nowrap td { /* will effect all cells in the table if used. */
		white-space:nowrap;
		}
.nopad {
	padding: 0 !important;
	}
a img.onshow, a:hover img.onshow {
	border: none;
	padding: 0;
	}
.nopad {
	padding: 0;
	}
.alt_fore {
	color: #CC0000;
	font-weight: bold;
	}
.alt_back {
	background: #FFFFFF;
	}
	.alt_back td {
		background: #F5F5F5;
		}
	.join_bottom td {
		border-top: none;
		}
	.join_top td {
		border-bottom: none;
		}

.textright {
	text-align: right;
	}
.textleft {
	text-align: left;
	}
.table_space {
	width: 20px;
	float: left;
	}
.table_space_sub {
	width: 20px;
	}
	
.table_unit {
	border-bottom: 0px solid #5F8026;
	background: #FFFFFF;
	}
.table_unit_results {
	background: url(assets/layout/box.gif) no-repeat;
	padding: 8px;
	}	
.pad {
	padding: 10px;
	vertical-align: top;
	}
/*.pad.vert {
	padding-left: 10px !important;
	padding-right: 0;
	}*/
.float_left { /* Float image left if not in a table */
	float: left;
	margin: 6px 10px 10px 0;
	display: inline;	
	}
.float_right {
	float: right;
	margin: 6px 10px 10px 0;
	display: inline;	
	}
	
table .float_right { /* Float image if in a table */
	float: right;
	margin-left: 7px;
	margin: 0 -3px 0 7px;
	display: inline;	
	}
	
table .float_left {
	float: left;
	margin: 0 4px 0 -3px;
	display: inline;
	}


	