/* COLORS

light slate: b2bcc4
dark slate blue: 8c99a4


*/

/*-----------------*/

c\:figure table, table {
	border: solid 1px #ccc;
	border-top-width: 5px;
	margin-bottom: 18px;
	padding: 0px;
	background: url(images/whitebg.png) top left repeat;
	width: 100%;
}

table {
	margin: 0px;
}

.table_header {
	font-size: 0.7em;
	color: #ffffff;
	background: #8c99a4;
}

table .k6 {
	font-size: 24px;
	padding: 5px;
}

td{
	padding: 2px 10px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}

.flash_letter {
	padding: 0px;
}

.desc {
	font-size: .8em;
}

/*-----------------*/

c\:figure {
	display: block;
	position: relative;
	background: url(images/whitebg.png) top left repeat;
	border: solid 1px #ccc;
	padding: 6px;
	padding-bottom: 10px;
	margin-bottom: 24px;
}

c\:figure_title {
	position: absolute;
	top: -12px;
	left: -6px;
	display: block;
	font-family: "Impact", "Century Gothic", sans-serif;
	font-weight: bold;
	color: #8c99a4;
	font-style: normal;
	font-size: 12px;
	padding: 2px;
	text-transform: uppercase;
}

c\:figure_number {
	font-size: 10px;
	font-weight: bold;
	display: block;
	position: absolute;
	right: 2px;
	bottom: -6px;
	color: #000;
}

c\:figure table {
	width: auto;
	border: none;
	margin: 0px;
	background: none; 
}
c\:figure table tr td {
	border: solid 1px #fff;
	padding: 2px 8px;
	background: #f0f0f0;
	text-align: center;
}

c\:figure table .k6,
c\:figure table.k6,
c\:figure table c\:k6 {
	font-size: 32px;
}

c\:figure table tr td.emptycell {
	border: none;
	background: none;
}

/* dictionary blocks -----------------*/
table.letter {
	width: 410px;
	margin: 10px;
	padding: 0px;
	border: solid 4px #777;
	background: url(images/whitebg.png) top left repeat;
}
.letter tbody, .letter tr, .letter td {border: none; padding: none; margin: none;}
.letter td.flash_letter {
	border-right: solid 1px #f0f0f0;
	font-size: 2em;
	background: #b2bcc4 url(images/topshadow.png) top left repeat-x;
}
.letter td.ks {
	height: 25%;
	padding: 2px 5px;
	background: #ccc url(images/topshadow.png) top left repeat-x;
	border-bottom: solid 1px #f0f0f0;
}
.letter td.grey, .letter td.ipa {
	height: 25%;
	padding: 2px 5px;
	background: #ccc;
	border-bottom: solid 1px #f0f0f0;
}
.letter td.ipa {
	font-family: "Doulos SIL", serif;
	font-size: 1.2em;
}
.letter td.desc {
	font-size: 0.9em;
	text-align: left;
	padding: 4px;
	background: url(images/topshadow.png) top left repeat-x;
}


/* word-gloss blocks -----------------*/
c\:wordblock_wrap {
	display: inline-block;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	border: solid 2px #777;
}
c\:wordblock_wrap c\:kex_title {
	margin: 0px;
}

c\:wordblock {
	display: block;
	float: left;
	margin: 0px 0px;
}
c\:wordblock c\:k6 {
	font-size: 1.4em;
	display: block;
	text-align: center;
	padding: 6px 6px 0px 6px;
}
c\:wordblock c\:ks, c\:wordblock c\:gl, c\:wordblock c\:ipa {
	display: block;
	text-align: center;
	padding: 2px 6px;
	border-top: dotted 2px #ccc;
	font-size: .8em;
}
c\:wordblock c\:gl {
		border-bottom: solid 1px #777;
}
c\:wordblock c\:ipa {
	font-size: 1em;
}
.wblabel {
	margin-right: 0px;
	text-align: right;
	font-weight: normal;
	color: #444;
	border-top-color: #8c99a4;
	background: #b2bcc4;
}
c\:k6.wblabel {
	font-size: 1.2em;
	background: #b2bcc4 url(images/topshadow.png) top left repeat-x;
}

.wb1 {
	font-family: "Century Gothic", "Verdana", sans-serif;
	border: none;
}