/* Definitions for the search result table */
table.result
{
    margin-top:10px;
    width:94%;
    padding:0;
    border-collapse:collapse;
    border-bottom:1px solid #A39574;
}

.result th
{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-weight:bold;
    text-align:left;
    border-right:1px solid #A39574;
    border-right:1px solid #A39574;
    border-bottom:1px solid #A39574;
    padding:5px 10px;
    padding-left:0px;
}

.result td
{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-weight:bold;
    text-align:left;
    border-right:1px solid #A39574;
    border-left:1px solid #A39574;
    border-top:1px dotted #A39574;
    padding:6px 3px 3px 10px;
}

td.rslt_scnd_col
{
    border-left:1px dotted #A39574;
}

td.result0
{
    background-color:#EFEFEF;
}

td.result1
{
    background-color:#F8F8F8;
}

.result th
{
	background:url(http://www.ozali.org/img/resulthdr_bg_org.png);
	color:white;
    border-right:1px solid #A39574;
    border-left:1px solid #A39574;
	text-align:center;
}

th.result_left
{
	background: url(http://www.ozali.org/img/resulthdr_left_org.png) top left;
	background-repeat:no-repeat;
    border-left:none;
	color:white;
	/* min-width:7px; */
	min-width:7px;
}

th.result_right
{
	background:url(http://www.ozali.org/img/resulthdr_right_org.png);
	background-repeat:no-repeat;
    border-left:none;
	color:white;
	min-width:9px;
}

.pos
{
    font-size:60%;
    color:#6D7B8D;
}
.pos:hover
{
    text-decoration:none;
    cursor:default;
}


.word, .word:visited
{
    color:#000000;
}
.word:hover
{
    text-decoration:underline;
    cursor:pointer;
    color:#000000;
}


td.resultSample
{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:90%;
    font-weight:normal;
    color:#AD5E00;
    padding-left:20px;
    border-top: 1px dotted #C3B594;
}

a.wordlink {
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:90%;
    font-weight:normal;
    color:#AD5E00; 
    text-decoration:none;}

a.wordlink:hover {
  text-decoration:underline;
}

.searchInfo {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.8em;
    color:#999999;
    padding-left: 10px;
    padding-top: 4px;  }

.mark_text {
    font-weight:bold; }

input.kbd
{
    padding:0px 0px 10px 0px;
    margin:0px;
    background-image:url(http://www.ozali.org/img/button.gif);
    width:22px;
    height:22px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:100%;
    border-width:0px;
    color:#580000;
}



.ozaliText
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	color:#000000;
}
.ozaliErr
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	color:#999999;
	padding-left: 0px;
}

#searchresult_window
{
	min-height:580px;
	width: 580px;
}

#searchresult_container
{
	min-height:580px;
	width: 580px;
}

td.sug
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.9em;
    color:#000000;
    height: 5px;
    background-color: #F8F8F8;
}

.sug_word
{
    color:#000000;
}

.sug_word:hover
{
    text-decoration:underline;
    cursor:pointer;
    color:#000000;
}

/* Inline, Highlight */
.inhi
{
	display: inline;
	font-size: 1em;
	font-style:italic;
}
