/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

table.examples {
	border-bottom: 0;
	border-right: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	width: 60.2em;
}

table.examples td {
	height: 4em;
	vertical-align: middle;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #FFF;
}

table.examples td span {
	padding-right: .5em;
	padding-left: .5em;
}

table.examples td.behavior {
	width: 20em;
}

table.examples td.punishment {
	width: 20em;
}

table.examples td.consequence {
	width: 20em;
}

table.examples tr.alt td {
	background-color: #F1F1D6;
}

table.examples tr.tableHeader td {
	height: 2em;
	background: url(/images/bg-navi-main-current.gif) repeat-x scroll center top !important;
	font-weight: bold;
	color: #FFF;
	border-bottom: .1em solid #9E832E;
}

table.examples tr.tableHeader td span {
	font-size: 120%;
	font-style: normal !important;
}

table.examples td.first {
	border-left: .1em solid #9E832E;
}

table.examples td.last {
	border-right: .1em solid #9E832E;
}

table.examples tr.bottom td {
	border-bottom: .1em solid #9E832E;
}

table.examples tr.hidden td {
	text-align: left;
	font-size: 115%;
	background-color: transparent;
}