/*CSS File by Olaf Noehring 2004Email on Website: http://www.team-noehring.deevery definition is preceeded by a ".tsepProject " so that this is only valid for the TSEP project!@lastedited by Toon*/
/*the following lines are used in multiple files*/
body{
	background: #fff;
	margin: 20px 0px 10px 30px;
	align: center;
	font-family: Arial, sans-serif;
	color: #222;
    scrollbar-base-color:#fff;
	scrollbar-arrow-color:#222D7C;
	scrollbar-shadow-color:#222D7C;
	scrollbar-highlight-color:#ccc;
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	}
a:link {color: #222}    
a:visited {color: #222D7C}
a:hover {text-decoration: none}  
a:active {color: #ccc}
table {
	width: 90%;
	text-align: left;
	border-collapse: collapse;
	font-size: 8pt;
	border-spacing: 0;
}
td.st01 {
	font-weight: bold;
	font-size: 9pt;
	color: #222D7C;
}
.tsepProject {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #222;
}
.tsepProject img {
	visibility:hidden;
	border: 0px none;
}
/* This is for FORMS - hightlighting the active field */
textarea:focus, input:focus {
	background-color: #222d7c;
}
.tsepProject .tsepCopyright {
  clear:both;
	visibility:hidden;
}
.tsepProject a.tsepCopyright:link, .tsepProject a.tsepCopyright:visited, .tsepProject a.tsepCopyright:active {
	visibility:hidden;
}
.tsepProject a.tsepCopyright:hover {
	visibility:hidden;
}

.tsepProject .breakerBoth {
	clear: both;
	width: 100%;
}

/*the following lines are used in search.php*/
.tsepProject .resultnumber {
	display: inline;
	font-size: smaller;
}
.tsepProject .oldMySQLVersion {
	border: 1px solid #000000;
	color: #FFFF00;
	padding: 2px;
}
.tsepProject .SearchForForbiddenStopwordsBlock {
	background-color: #FF9900;
	border: 1px solid #000000;
	color: #000000;
	padding: 2px;
}
.tsepProject .SearchForForbiddenStopword {
	font-weight: bold;
	color: #FFFF00;
}
.tsepProject .SearchBlock {
	margin-top: 20px;
	padding: 0px;
}
.tsepProject .SearchField {
	width: 40%;
}
.tsepProject .foundSearchWord {
	display: inline;
	font-weight: bold;
}
/* this is not used yet.tsepProject .matchCase {
	font-size: smaller;
	color: #FFFFFF;
	display: inline;
}
*/
.tsepProject .SearchHintsHelp {
	/*      font-size: smaller;
*/
	display: inline;
	padding-left:8px;
}
.tsepProject a.SearchHintsHelp:link, .tsepProject a.SearchHintsHelp:visited, .tsepProject a.SearchHintsHelp:active {
}
.tsepProject a.SearchHintsHelp:hover {
	color: #CCCCCC;
}
/*obsolete /  not needed anymore.tsepProject .SearchResultBlock {
	background-color: #3366cc;
	margin-bottom: 10px;
}
*/
.tsepProject .SearchWord {
	font-weight: bold;
	display: inline;
}
/*obsolete /  not needed anymore.tsepProject .SearchForWhat {
	font-size: smaller;
	color: #FFFFFF;
}
*/
.tsepProject .SearchForWhatNothing {
	visibility:hidden;
}
.tsepProject .SearchForWhatMoreThanFour {
}
.tsepProject .SearchForWhatNoResults {
}
.tsepProject .SearchForWhatTimeNeeded {
visibility:hidden}
.tsepProject .SearchForWhatSearchTerm {
}
.tsepProject .SearchResultPaging {
}
.tsepProject .SearchResultAllPagesBlock {
	width: 90%;
	margin: 0px;
}
.tsepProject .SearchResultOnePageBlock {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tsepProject .SearchResultOnePageBlock:hover {
/* Define a hover (roll-over color for the results list here */
	/*        background-color: #00FF00;
*/
}
.tsepProject .SearchPage {
	font-weight: bold;
	display: inline;
}
.tsepProject .SearchResultPageTitle {
	color: #0000CC;
}
.tsepProject .SearchResultOutput {
	font-size: smaller;
	color: #000000;
}
.tsepProject .SearchResultOutputMore {
	font-weight: bold;
	display: inline;
}
.tsepProject .SearchResultURL {
	font-size: smaller;
	color: #008000;
}
.tsepProject .SearchResultPageRank {
	font-size: smaller;
	display: inline;
}
/* nice URL START */
/* make the link in the URL line look NOT special */
.tsepProject .SearchResultURL a:link,.tsepProject .SearchResultURL a:active {
	text-decoration: none;
	color: #666;
}
.tsepProject .SearchResultURL a:hover {
	text-decoration: none;
	color: #008000;
}
.tsepProject .SearchResultURL a:visited {
	text-decoration: none;
	color: #008000;
}
/* nice URL END */
.tsepProject .DivManyPages {
	text-align: center;
}
.tsepProject .PageNavigation {
	font-size: medium;
	color: #0000FF;
}
/*the following lines are used in stopwords.php*/
.tsepProject .stopwordsHeadline {
	font-size: larger;
	font-weight: bold;
	color: #0000AA;
	text-align: center;
}
.tsepProject .stopwordsNewBlock {
	background-color: #29B652;
	width: 80%;
	padding: 5px 2px 5px 2px;
	margin: 5px;
}
.tsepProject .stopwordsOldBlock {
	width: 80%;
	padding: 2px;
	margin: 2px;
}
.tsepProject .stopwordsBlock {
/* we need this clear because of the float from the RSTNavigation*/
	clear: both;
	width: 100%;
}
.tsepProject .stopwordsBlock:hover {
	background-color: #FFCC66 ! important;
}
.tsepProject .stopwordsBlockForm {
	margin: 2px;
	padding: 2px;
}
.tsepProject .stopwordsFieldWord {
	width: 35ex;
}
