.search_results
{
	width:100%;
}

.view_users { width:100%; }

.time_date {
	text-align:right;
	font-size: 11px;
	padding-right: 10px;
	height: 18px;
	color:#fffff;
}

 
.small {
	font-size:10px;
}


 
.clr{
	clear:both;
}

 
 /*printer styles*/ 
@media print{ 
	/*hide the left column when printing*/
	#leftcol{display:none;} 
	#outer{border-left:0;} 
}




/* ------------------------------------------------------------------------ */
/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
/* ------------------------------------------------------------------------ */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* ----------------------------------------------- */
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
/* ----------------------------------------------- */
table.admin_main
{
	border: 3px;
	width: 100%;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* ---------------------------- */
/* THIS CONTROLS THE ROW COLORS */
/* ---------------------------- */
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}

/* ----------------------------------------------------------------  */
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */
/* ----------------------------------------------------------------  */

.browse_tool {
	background-color: #ffffff;
	font-size: 11px; 
	text-decoration: none; 
	color: #000000; 
}
			
.browse_tool_num {
	color: #005010;
}

.browse_tool_button A {		
	background-color: #ffffff;
	font-size: 10px;
	line-height: 10px; 
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; 
	width: 82px;
	height: 18px;
	display: block;
}

.browse_tool_button A:visited {		
	color: #000000;
}

.browse_tool_button A:hover {		
	color: #FFFFFF;
	BORDER-STYLE: inset;
	width: 82px; 
	height: 18px;
}

.browse_tool_ghost {
	font-size: 10px; 
	line-height: 10px; 
	color: #aaaaaa; 
	text-decoration: none; 
}


.browse_tool_curpage {
	BACKGROUND-COLOR: #bedea1;
	color: #000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
			
.bt_pages {
	font-family: verdana, arial; 
	BACKGROUND-COLOR: #005010;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}

A.bt_pages{
	color:	#ffffff;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #ffffff;
}

A.bt_pages:hover{
	color:#ffffff;
	background: #bedea1; 
}
