﻿.suggestionsTable
{
    border-bottom:solid 1px #999999;
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    border-top:solid 1px #999999;
	background-color:white;
    /*	
	font-family:Tahoma;
	font-size:8.3pt;*/
	width:100%;
}
.suggestionsTr
{
    background-color:white;
        }
.suggestionsTd
{
    background-color:white;
    border-bottom:solid 1px #e7e7e7;    
    }
.titleTr, .titleTd{		
	font-weight:bold;		
}
.commentsTr, .commentsTd{		
	font-weight:normal;
	font-size:small;
	padding-left:10px;
	font-size:9px;
	/*color:#777;*/
}

.suggestionsHilightedTr{
	background-color:#f1f1f1;			
	cursor:pointer;
}
/*
.hilighted{
	background-color:Orange;
	font-weight:bold; 
}
*/
.loading
{
	border-bottom:solid 1px #777;
    border-left:solid 1px #777;
    border-right:solid 1px #777;
	background-color:#CCFFCC;
	}

.table_search 
{ border:1px solid #bfbfbf;
}
      
/******* 검색어휘 *******/
.table_search_voca { text-align:left;
       font-family:'돋음',dotum;
       font-weight:bold;
       font-size:13px;
       }

/******* 뜻 *******/
.table_search_mean { text-align:left;
       font-family:'돋음',dotum;
       font-size:12px;
       color:#999999;
       
       /*border-top:1px solid #d9d9d9;*/
       }