body {
	background-color:	#999;
	font-family:		Arial;
}

input {
	border:				0px solid #000;
/*	background-color:	#B8CAEF;*/
	padding-left:		5px;
	padding-right:		5px;
	font-family:		Tahoma;
	font-size:			12px;
}

a:link, a:visited {text-decoration: underline; color: #f90; font-size:14px;}
a:hover {text-decoration: underline; color: yellow;}


.bar {
	background-color:	#555;
	border:				1px solid #000;
	margin-bottom: 		3px;
}

.bar2 {
	background-color:	#555;
	border:				1px solid #000;
	margin-bottom: 		3px;
}

.addSootiTable {
	border:		1px solid #000;
	background-color:	#555;			
}

.addSootiTR {
	border:		1px solid #000;
}

.addSootiTH {
	border:		0px solid #000;
}

.addSootiTD {
	border:		0px solid #000;
}

.searchTable {
	border:		1px solid #000;
	background-color:	#555;			
}

.searchTR {
	border:		1px solid #000;
}

.searchTH {
	border:		0px solid #000;
}

.searchTD {
	border:		0px solid #000;
}

.sootiTable {
	border:		0px;
}

.sootiTRHead {
}

.sootiTH {
	font-family:		Arial;
	background-color:	#777;
	font-size:			16px;
/*	border:				0px;*/
	color:				#f90;
}

.sootiTable TR {
}

.sootiTable TD {
	font-family:		Tahoma;
	font-size:			14px;
	background-color:	#888;
	border:				0px;
	border-top:			3px solid #858585;
}

.linkTD {
	font-family:		Tahoma;
}

.themes {
	position:			absolute;
	top:				10px;
	right:				10px;
	padding:			1px 6px 1px 6px;
	background-color:	#F90;
	cursor:				default;
	-moz-border-radius:	5px;					
}

.themes:hover {
/*	background-color:	#fff !important;*/
}

.theme {
	background-color:	#E80;
	padding:			1px 3px 1px 3px;
	cursor:				pointer;
}

.theme:hover {
	background-color:	#F48D00 !important;
}

.themeNotFirst {
	border-top-style:	solid;
	border-top-width:	1px;
	border-top-color:	#D70;
}

/*.themeNotFirst:hover {
	background-color:	#fff !important;
}*/

/*.themeHR {
	border:	solid 1px #D70;
	margin:	0px 0px 0px 0px;
}*/

.viewsource {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position:			absolute;
	left:				20px !important;
	bottom:				10px !important;

	opacity:			0.8 !important;
	-moz-border-radius:	5px !important;
	padding-left:		10px !important;
	padding-right:		10px !important;
	padding-top:		0px !important;
	padding-bottom:		1px !important;
	border-right:		2px solid #606060;
	border-bottom:		2px solid #606060;
/*	font-weight:		bold !important;*/
	font-size:			16px !important;
	font-family:		Mitra, Arial !important;
	background-color:	#444 !important;
	color:				#f90 !important;
	text-decoration:	none !important;
}

.viewsource:hover {
	background-color:	#555 !important;
	color:				#fA1 !important;
	opacity:			0.95 !important;
}

body > a.viewsource {
	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position:			fixed !important;
}

DIV.pageNumber UL LI A:hover {
	background-color: black;
	text-decoration: none;
}

DIV.pageNumber UL LI.currentPageNumber {
	color: #F90 !important;
}

