.overviewtable th{background-color:#EEE;border-bottom:solid gray 1px;border-right:solid gray 1px;
					font-family:Arial, Helvetica, sans-serif;font-size:12px;height:80px;}
.overviewtable th.thin{height:auto;}				
.overviewtable tr:nth-child(even) {background: #EEF}
.overviewtable tr:nth-child(odd) {background: #FFF}
.overviewtable td {border-bottom:solid gray 1px;border-right:solid gray 1px;height:10px;font-size:11px; height:22px; padding:2px 0px;width:34px;}
.overviewtable td.highlight { background:#9C6;color:#444;}
.overviewtable td.searchresult{ background-color:#FF9;color:#000;text-decoration:blink;}
.overviewtable td.editorlink {cursor:pointer;text-align:center}
.overviewtable td.editorlink:hover,.overviewtable th.prjcolumn:hover{ background:#FF9;cursor:pointer;color:#000}
.overviewtable thead{ height:100px;}
.overviewtable .widecolumn{ width:200px !important;}
.overviewtable .widecolumnproject{ width:380px;}
.overviewtable #txtdoc{
    float: left;
}

.overviewtable .viewport_sm.log-viewport{
	width:300px; border:none;text-align:left;
}

.overviewtable .prjcolumn{ width:34px; padding:2px 0px;vertical-align:top}

.yellownote {
	background: rgb(255, 255, 3);
	background: rgba(255, 255, 3, 0.90);
	display:block;z-index:1000;position:absolute;
	border:solid 1px #AAA;
	padding-left:5px;
	min-width:200px;
}

.yellownote .ajaxdel{	
	float:right;
}

.yellownote .filler{	
	float:left;
}

.yellownote .content,.yellownote .smallcontent{
	overflow-y:scroll;	
	clear:both;
}

.yellownote .content{
	min-height:100px;
	height:200px;
	width:300px;
}

.yellownote .smallcontent{
	width:200px;
}

.yellownote .noteeditor{
	padding:3px;
	text-align:right;
}

#searchcount{
	cursor:pointer;	
}
