/* GENERIC STYLE SHEET
*/

/* MAIN STYLES */
td {	font-family:Arial;
	font-size:11px;
	color:5D5D5D;}

.t10 { font-family: Arial;
	font-size: 10px;
	font-style: normal;}
.style1 {color: #f26522}

a { text-decoration: none;	color:4B4B4B;}
a.1 {	text-decoration: underline; color: 4B4B4B;}
a:hover		{ text-decoration: underline }

/* for alternating image listings */
td.image_row_0	{ background-color: #F4F4F4; }
td.image_row_1	{ background-color: #C1C1C1; }

/* for alternating search result listings */
td.search_row_0	{ background-color: #F4F4F4; }
td.search_row_1	{ background-color: #C1C1C1; }

/* END MAIN STYLES */

/* STATS display */

.Body {background-color: #D8D8F8}

.Table1 { 
	background-color: #000000; 
	text-align: center; 
	width: 600px; border: 0;
}
.TR1 { 
	background-color: #3A73CD; 
	vertical-align: middle;
}
.TR2 { 
	background-color: #CCCCCC; 
	vertical-align: bottom;
}
.TR3 { 
	background-color: #C0C0C0; 
	vertical-align: bottom;
}
.TD1 {  
	width: 549px; 
	height: 16px; 
	text-align: left; 
	font-size: 10pt ;
	font-weight:bold ;
	vertical-align: bottom; 
	word-spacing=0px;
	}
.TD2 { 
	text-align: left; 
	font-size: 10pt;
}
.TD3 { 
	text-align: right; 
	font-size: 10pt;
}
.TD4 { 
	background-color: #CCCCFF; 
	width: 48px; 
	text-align: center ;
	font-weight:bold;
}
.TD5 { 
	width: 178px;}
.TD6 { width: 48px;}
.TD7 { width: 188px;}
.TD8 { width: 364px;}
.TD9 { 
	background-color: #CCCCFF; 
	vertical-align: middle; 
	font-size: 10pt;font-weight:bold; 
	text-align: left;
}
.TD10 { 
	background-color: #CCCCFF; 
	vertical-align: top; 
	width: 48px; 
	text-align: right ;
	font-weight:bold; 
}
.TD11 {
	width: 549px; 
	height: 110px; 
	text-align: left; 
	font-size: 10pt ;
	font-weight:bold ;
	vertical-align: 
	bottom; word-spacing:0px;
}
.TD12 { 
	vertical-align: bottom; 
	text-align: left; 
	width: 17px;
	font-size: 10pt ;
	font-weight:bold; 
	word-spacing=0px;
}

/* END STATS display */

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

.browse_tool {
	background-color: silver;
	font-size: 11px; 
	text-decoration: none; 
	color: black; 
}
			
.browse_tool_num {
	color: #336699;
}

.browse_tool_button A {		
	background-color: silver;
	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: #132975;
	color: #ffffff;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
			
.bt_pages {
	font-family: verdana, arial; 
	BACKGROUND-COLOR: #D1DEE9;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

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

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

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

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

