<!--
/******************************************************************************
Name:         dictionary.css
Version:      12/06/2006 - 12/09/2006
Author(s):    John L. Whiteman
Dependencies: N/A
Description: 
******************************************************************************/
#master {

	text-align: center;
}

#master table {

	margin-left: 50px;
	width: 550px
}

#master #english {

	color: #000099;
	font-size: 13px;
	font-weight: bold;
}

#master #indonesian {

	color: #990000;
	font-size: 13px;
	font-weight: bold;
}

#master #pronunciation {

	color: #A8A8A8;
	font-size: 12px;
	font-weight: normal;
}

#slave {

	margin-left: 100px;
	text-align: center;

}

#slave table  {

	width: 550px
}

#slave td#definition {

	color: #000000;
	font-size: 12px;
	font-style: italic;
}

#slave td#english {
	
	color: #000099;
	font-weight: bold;
}

#slave td#englishX {
	
	color: #000099;
	font-size: 13px;
	font-weight: bold;
}

#slave td#indonesian {

	color: #990000;
	font-weight: bold;
}

#slave td#indonesianX {

	color: #990000;
	font-size: 13px;
	font-weight: bold;
}

#slave td#pos {

	color: #804000;
	font-size: 10px;
}

#slave td#pronunciation {

	color: #A8A8A8;
	font-size: 12px;
}

#slave td#sequence {

	font-size: 8px;
	font-weight: bold;
	vertical-align: top;
}

#iHelp {

}

.cHelp {
	background-color: #FFFF99;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: #336600;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 400px;
}

#searchForm {

	margin: 15px;
	text-align: middle;
}

#searchForm table#english {
	background-color: transparent;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

#searchForm table#indonesian {
	background-color: transparent;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

#searchForm td {
	padding: 5px;
}
d
#searchForm input#submitX {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
	width: 100px;
}
/******************************************************************************
******************************************************************************/
-->