/*-------------------------------------------
CSS for hello or Say Hello to the World
--------------------------------------------*/

span.hello_emphasis{
	color: #339933;
	font-weight: bold;
}

span.hello_emphasisLink{
	color: #339933;
	font-weight: bold;
}

span.hello_warning{
	color: #FF0000;
	font-weight: bolder;
	font-style: italic;
}

td.hello_tableElementEmphasis{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
}

table.hello_cognateList{
	padding: 3px 3px 3px 3px;
	margin-left: auto;
	margin-right: auto;
}

table.foreignCharImage{
/*comment used or need in Hello? */
	margin-left: auto;
	margin-right: auto;
}

table.hello_border {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

th.hello_border{
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	padding: 3px;
}

td.hello_border{
	text-align: center;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	padding: 3px;
}

table.hello_languages {
	margin-left: auto;
	margin-right: auto;
}

div.helloIECtr {
	text-align: center;
	width: 100%;
}

