/* CSS Document */

.tabs {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.tabs .empty {
	color:#999999;
}
.tabs TD {
	width: 20px;
}
.tabs A {
}
.tabs A:hover {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	width: 20px;
}
.keywordsList {
	visibility: hidden;
	position:absolute;
	left: 290px;
	top: 175px;
	background-color: #FFFFFF;
	width: 600px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.keywordsList LI {
	list-style-type: none;
}
.keywordsInput {
	width: 500px;
	height: 12px;
	padding: 1px;
	border-top: 2px solid #666666;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #666666;
}
.keywordResultDocument {
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #EEEEEE; 
	padding-right: 5px;
}
.keywordResultKeywords {
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFFFFF; 
	background-color: #EFEFEF;
}
