/* turkish.css - stylesheet for Turkish/Turkic word tables */
body {
	background-color: #FFFAE5;
	color: black;
}

body, td {
	font-family: "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}

h1 {
	font-size: 180%;
	margin-bottom: 0;
	color: #9D1E1E;
}
h2 {
	color : #805C08;
}
h3 {
	color: #9D1E1E;
}
h4 {
	font-size: 100%;
	margin-bottom: 0;
	color : #805C08;
}
ul {
	padding-top: 0;
	padding-bottom: 0;
	/* combine padding-left and margin-left to get similar layout in IE and Mozilla...
	that's because in IE the "box" is inside the bullets while in Mozilla the box is
	around the bullets!*/
	padding-left: 1.3em;
	margin-left: 0.5em;
	/*border: 1px solid; - for testing only */
}
p {
	color : #7F731A;
}
p.outline {
	color : #7F731A;
	background-color : #F0EBD4;
	border : 1px solid #805C08;
	padding : 0.5em;
}

a:link {
	color: #383E7E;
}
a:visited {
	color: #9D1E1E;
}
a:hover {
}
a:active {
}

caption {
	padding-top: 2em;
	font-size: 120%;
	font-weight: 600;
	color : #805C08;
}
th {
	font-size: 110%;
	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #F3E5B9;
	color : #805C08;
}
td {
	vertical-align: top;
}
table.wordtable {
	border-style : solid;
	border-width : 1px;
	border-color : #B8860B;
}
table.wordtable th, table.wordtable td {
	border-style : solid;
	border-width : 1px;
	border-color : #B8860B;
}
table.footertable {
	width: 100%;
}
td.footerlogos {
	text-align: right;
	vertical-align: bottom;
}
hr {
	height: 1px;
	margin-bottom: 0;
	color : #DBBF73;
}
img {
	vertical-align : top;
	border: none;
}
sup {
	font-size: 80%;
}

.ectaco {
	margin-top: 1em;
}
.ectaco table {
	font-size: 80%;
	color: #9D1E1E;
/*
	border-style : solid;
	border-width : 1px;
	border-color : #B8860B;
*/
}
.ectaco table td {
	vertical-align: middle;
}

.pagemenu {
	float: left;
	padding-right: 2em;
	background-color : #F3E5B9;
	padding-top: 1em;
	padding-left: 0;
	padding-right: 1em;
	padding-bottom: 0.2em;
	margin-right: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.spellill {
	margin-top: 1em;
}
.grammar {
	font-size: 80%;
	vertical-align: top;
}
.english {
	font-size: 80%;
	line-height: 150%;
}
.dlsize {
	font-size: 75%;
}
.long {
	text-decoration: underline;
}
.sep {
	line-height: 0px;
	border-width : 0;
	background-color : #F3E5B9;
}
.no {
	color: #9D1E1E;
	font-weight: 600;
}
.note {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 85%;
}
.temp {
	color: #9D1E1E;
}
.W3C {
	margin-top: 0;
}
.footertext {
	margin-top: 0;
	float: left;
}
.footer {
	font-size: 75%;
	margin-top: 0;
	margin-bottom: 5px;
}
.copyright {
	font-size: 75%;
	margin-top: 0;
	margin-bottom: 5px;
}

.adsl {
	text-align: left;
	margin-top: 0.5em;
}
.adsr {
	text-align: right;
	margin-top: 0.5em;
}
.adsl div, .adsr div {
	display: inline;
}

