#words {
	font-size:.9em;
}

.Gk {
	font-size:1.2em;
	line-height:1em;
}

.Hb {
	font-size:1.5em;
	line-height:1em;
}

/* ######################### The Wedge ######################### */

#words > #interruptDiv {
	border:solid #ccca91 1px;
	border-width:1px 0;
	position:relative;
	margin:32px 0 2px;
	background-color:#fcfbec;
}

#words > #interruptDiv.primaryTab > #wordsData {
	border: 4px solid #82BCF0;
}

#words > #interruptDiv.secondaryTab {
	background-color:#e0a778;
	border-color:#d67d1d;
}

#words > #interruptDiv.wildcardsTab {
	background-color:#aea8ce;
	border-color:#8477b1;
}

#words > #interruptDiv.lexiconcTab {
	background-color:#9cb07c;
	border-color:#729844;
}

#words > #interruptDiv.refWorksTab {
	background-color:#d18c88;
	border-color:#c5594a;
}

#words > #interruptDiv.faqsTab {
	background-color:#a8cece;
	border-color:#77aeb1;
}

#words > #interruptDiv > div.interArrow {
	position:absolute;
	top:-42px;
	left:92px;
	display:none;
}

#words > #interruptDiv > div.interTools {
	position:absolute;
	top:-24px;
	left:10px;
}

#words > #interruptDiv > div.interTools > span {
	position:relative;
	margin:0 5px 0 0;
	padding:0;
	cursor:pointer;
}

#words > #interruptDiv > div.interTools > span > span.notif {
	position:absolute;
	right:-4px;
	top:-9px;
	background-color:#ca2020;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	border:solid #730d0d 1px;
	border-radius:2px;
	padding:0 3px;
	font-family:verdana;
	cursor:default;
}

#words > #interruptDiv > div.interTools > span > span.notif > img {
	position:absolute;
	right:4px;
	bottom:-7px;
}

#words > #interruptDiv > div.interClose {
	position:absolute;
	top:-17px;
	right:10px;
}

#words > #interruptDiv > div.interClose img {
	cursor:pointer;
}

#words > #interruptDiv > #interLoad {
	margin:4px;
	border:solid #c5d2e0 1px;
	background-color:#e9eef1;
	border-radius:3px;
	text-align:center;
	padding:3px;
}

#words > #interruptDiv #slInfo {
	color:#9e0b0f;
}

/* ######################### WordsData Wrapper ######################### */

#wordsData  {
	padding:4px 3px;
}

#wordsData > table  {
	width:100%;
	background-color:#fff;
	border:solid #dddcb6 1px;
	margin-bottom: 10px;
}

#wordsData > table > thead > tr > th {
	text-align:center;
	font-weight:bold;
	font-size:1.6em;
	padding:4px 0 0;
	border:solid #c5d2e0 1px;
	background-color:#f9fafb;
	color:#506373;
}

#wordsData > table > tbody > td {
	padding:4px;
	font-size:1.10em;
}

#wordsData > table > tbody > tr > td ul {
	list-style-type:none;
}

#wordsData > table > tbody > tr > td > ul > li {
	padding:7px 30px;
	font-weight:bold;
	font-size:.85em;
}

#wordsData > table > tbody > tr > td > ul > li:first-child {
	padding:15px 30px 7px;
}

#wordsData > table > tbody > tr > td > ul > li:hover {
	background-color:#fffdd3;
}

#wordsData > table > tbody > tr > td > ul > li > ul  {
	padding-left:0;
}

#wordsData > table > tbody > tr > td > ul > li > ul > li {
	font-weight:normal;
	font-size:1em;
	padding:0 0 2px 5px;
}

/* ######################### Search Wedge Form ######################### */

#wordsData > table > thead > tr > th > #searchWedge {
	margin:12px 0;
}

#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs {
	margin: 0 auto;
    display: flex;
    justify-content: center;
}

#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs > table > tbody > tr > td {
	font-size:.7em;
	padding-left:7px;
}

#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs > table > tbody > tr > td:first-child {
	font-weight:bold;
	text-transform:uppercase;
	color:#747474;
}


#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs > table > tbody > tr > td > input[type="text"] {
	width:200px;
}

#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs > table > tbody > tr#clrAdvOptSearchWedge {
	display:none;
}

#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs > table > tbody > tr#clrAdvOptSearchWedge > td > p {
	color:#9e0b0f;
	font-size:.7em;
	margin:7px auto;
}

#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs {
	font-weight:normal;
}

#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs tr#lexcOpt > td > div {
	margin:3px 0 3px 140px;
	border: 1px solid #F9FAFB;
	padding: 0 2px;
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
}

#wordsData > table > thead > tr > th > #searchWedge > #searchWedgePrime > form > .searchInputs tr#lexcOpt > td > div:hover {
	background-color: #F8F8DA;
	border-color: #D1CEA1;
	border-radius: 3px 3px 3px 3px;
}

#showHideDivSearchWedge {
	position:absolute;
	top:-6px;
	left:545px;
	width:285px;
	padding-top:6px;
	background-color:#e2a23c;
	border:solid #7b5e30 1px;
	border-radius:6px;
	z-index:10;
	display:none;
}

#showHideDivSearchWedge > div {
	position:relative;
	top:-3px;
	left:3px;
	width:277px;
	font-size:.7em;
	background-color:#f5f7f9;
	border:solid #7b5e30 1px;
	border-radius:4px;
	padding:8px;
}

#showHideDivSearchWedge > .optionsArrow {
	position:absolute;
	top:24px;
	left:-13px;
	padding:0;
	background-color:transparent;
	border-width:0;
	width:0;
}

#showHideDivSearchWedge > div > p {
	font-size:1.1em;
	margin:0;
	padding:0;
	color:#37404f;
}

#showHideDivSearchWedge > div > p > span {
	font-size:.9em;
	color:#90a5bc;
	text-transform:uppercase;
}

#showHideDivSearchWedge  > div> p:nth-last-child(1) {
	font-size:.8em;
	color:#9e0b0f;
}

#showHideDivSearchWedge > div > p > select {
	margin:0 0 12px;
	width:180px;
}

#showHideDivSearchWedge > div > p > input[type="text"] {
	margin:0 0 3px;
	width:100%;
}

#showHideDivSearchWedge > div > #clearOptSearchWedge  {
	width:100%;
	text-align:center;
	display:none;
}

#showHideDivSearchWedge > div > #clearOptSearchWedge > #clearAnchorSearchWedge {
	display:block;
	margin:0 auto 6px;
	width:160px;
	border-radius:5px;
	border:solid #580a07 1px;
	background-color:#8b110e;
	padding:2px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

#showHideDivSearchWedge > div > #clearOptSearchWedge > #clearAnchorSearchWedge:hover {
	background-color:#9f9b62;
	border:solid #887f35 1px;
	color:#fff;
	text-decoration:none;
}

#searchWedgeSearchSel {
	position:absolute;
	left:288px;
	top:55px;
	width:193px;
	padding:0 0 0 5px;
	border-radius:5px;
	border:solid #a5b5c6 1px;
	background-color:#dee7e9;
	z-index:10;
	display:none;
}

#searchWedgeSearchSel > div {
	position:relative;
	float:left;
	border:solid #c5d2e0 1px;
	border-width:0 1px;
	background-color:#eaeff2;
	margin-right:5px;
	padding:7px 0;
}

#searchWedgeSearchSel > div > img {
	position:absolute;
	top:-17px;
	left:12px;
}

#searchWedgeSearchSel > div ~ img {
	display:none
}

#searchWedgeSearchSel > div + div + div {
	background-color:#f2f4e3;
}

#searchWedgeSearchSel > div > span {
	font-size:.6em;
	font-weight:bold;
	width:55px;
	text-align:center;
	display:block;
	padding:2px 4px;
	color:#627b9f;
	cursor:pointer;
}

#searchWedgeSearchSel > div > 	span:hover {
	background-color:#ced9e5;
}

#searchWedgeSearchSel > div > 	span.null:hover {
	background-color:#eaeff2;
}

#searchWedgeSearchSel > div + div + div > span {
	color:#74775d;
}

#searchWedgeSearchSel > div + div + div > 	span:hover {
	color:#555842;
	background-color:#d4d7c1;
}

#searchWedgeSearchSel > div + div + div > 	span.null:hover {
	background-color:#f2f4e3;
}


/* ######################### Words Primary ######################### */

#wordsData > #wordsPrimary > thead > tr + tr > th  {
	font-weight:bold;
	font-size:.9em;
	border-bottom:solid #c5d2e0 1px;
	padding:10px 0 10px 5px;
	background-color:#e9eef1;
}

#wordsData > #wordsPrimary > tbody > tr > td  {
	font-weight:bold;
	font-size:1em;
	border-top:solid #eef2f4 1px;
	padding:10px 0 10px 5px;
}

#wordsData > #wordsPrimary > tbody > tr > td:first-child {
	padding-left:10px;
	position:relative;
	width:62px;
}
body.button6 #wordsData > #wordsPrimary > tbody > tr > td:first-child {
	padding-left:10px;
	position:relative;
	width:63px;
}

#wordsData > #wordsPrimary > tbody > tr > td + td {
	padding-right:10px;
	font-weight:normal;
	width:auto;
}

#wordsData > #wordsPrimary > tbody > tr > td:first-child > p {
	padding:4px 0 0;
	margin:0;
	height:21px;
}

#wordsData > #wordsPrimary > tbody > tr > td:first-child > p:first-child {
}

#wordsData > #wordsPrimary > tbody > tr > td:first-child > p:first-child + p {
	padding:2px 0 0;
}

#wordsData > #wordsPrimary > tbody > tr > td:first-child + td  {
}

#wordsData > #wordsPrimary > tbody > tr > td + td > p {
	margin:0;
	border:solid #fff 1px;
	padding:4px;
	white-space:nowrap;
	font-weight:bold;
}

#wordsData > #wordsPrimary > tbody > tr > td + td + td {
	padding-left:0;
	margin:0;
}

#wordsData > #wordsPrimary > tbody > tr > td + td + td > div {
	white-space:normal;
	border:solid #fff 1px;
	padding:4px;
	margin:0;
}

#wordsData > #wordsPrimary > tbody > tr > td + td + td div:hover {
	border-color:#d1cea1;
	background-color:#f8f8da;
	border-radius:3px;
}

#wordsData > #wordsPrimary > tbody > tr > td div + div {
	margin:0 10px 0 0;
}

#wordsData > #wordsPrimary > tbody > tr > td:first-child > p > a {
	padding-left:2px;
}

#wordsData > #wordsPrimary > tbody > tr > td:first-child > p > a:first-child {
	padding-left:0;
}
/*
#wordsData > #wordsPrimary > tbody > tr > td > p img {
	cursor:pointer;
}
*/
#wordsData > #wordsPrimary > tbody > tr > td > p > a:first-child + img {
	padding:2px 0 0 6px;
}

#wordsData > #wordsPrimary > tbody > tr > td + td > p .criteria {
	color:#9e0b0f;
	font-weight:bold;
}

#wordsData > #wordsPrimary > tbody > tr > td + td + td > div .criteria {
	color:#9e0b0f;
	font-weight:bold;
	border-bottom: 1px dotted #9e0b0f;
}

#wordsData > #wordsPrimary tbody tr > td > div > .rl {
	color:#a70b0b;
}

#wordsData > #wordsPrimary tbody tr > td > div#navOtherVerInterior {
	line-height:1.4em;
	margin:10px 0;
}

#wordsData > #wordsPrimary tbody tr > td > div#navOtherVerInterior p {
	line-height:2em;
}
#wordsData > #wordsPrimary tbody tr > td > div#navOtherVerInterior a {
	margin-left:20px;
}

#wordsData > #wordsPrimary > tbody > tr.searchBreak > td {
	background-color:#627b9f;
	padding:4px 15px;
	background-color:#627b9f;
	border:solid #3f5477 1px;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 0 #355488;
}

#wordsCont {
	margin:0 auto 20px;
	width:395px;
}

#wordsCont > thead > tr > th > div {
	font-weight:bold;
	font-size:1.4em;
	color:#485c7d;
	text-align:center;
	border:solid #c5d2e0 1px;
	padding:4px 5px;
	background-color:#e9eef1;
	border-radius:3px;
}

#wordsCont > thead > tr > th.exactNote > p {
	font-weight:bold;
	font-size:.8em;
	color:#9e0b0f;
	text-align:center;
}

#wordsCont > tbody > tr > td {
	padding-top:7px;
	padding-right:7px;
}

#wordsCont > tbody > tr > td + td {
	padding-right:0;
	padding-left:7px;
}

#wordsCont > tbody > tr > td > p {
	margin:7px 0 0;
}

#wordsCont > tbody > tr > td > p:first-child {
	margin:0;
}

#wordsCont > tbody > tr > td > p span {
	display:block;
	float:left;
	border:solid #637c95 1px;
	background-color:#c1d4e8;
	color:#2f4d6e;
	width:35px;
	margin-bottom:7px;
	border-radius:3px 0 0 3px;
	padding:1px 5px;
	font-size:.9em;
	font-weight:bold;
	text-shadow: #e9eef1 1px 1px 0;
}

#wordsCont > tbody > tr > td > p span + span {
	border-left-width:0;
	border-color:#b4c3d3;
	background-color:#e9eef1;
	color:#2f4d6e;
	width:155px;
	border-radius:0 3px 3px 0;
	padding-left:8px;
	text-shadow: #fff 1px 1px 0;
	font-weight:normal;
}

#wordsCont > tbody > tr > td > p.exactSplit span + span {
	color:#9e0b0f;
	border-radius:0 3px 0 0;
	background-color:#d9e1e7;
}

#wordsCont > tbody > tr > td > p.exactSplit span + span + br + span {
	border-color:#fff;
	background-color:#fff;
	color:#fff;
	text-shadow: #fff 1px 1px 0;
}

#wordsCont > tbody > tr > td > p.exactSplit span + span + br + span + span {
	color:#2f4d6e;
	background-color:#e9eef1;
	border-width:1px;
	border-top-color:#fff;
	border-radius:0 0 3px 3px;
	position:relative;
	top:-7px;
	margin-bottom:8px
}

#wordsCont > tbody > tr > td > p.moreRefs2 span {
	border-color:#2a384d;
	background-color:#3f5477;
	color:#fff;
	text-shadow:#2a384d 1px 1px 0;
}

#wordsCont > tbody > tr > td > p.moreRefs2 span + span {
	border-color:#3f5477;
	background-color:#627B9F;
	text-shadow:#3f5477 1px 1px 0;
}

#wordsCont > tbody > tr > td > p:hover span {
	border-color:#2a384d;
	background-color:#3f5477;
	color:#fff;
	text-shadow:#2a384d 1px 1px 0;
}

#wordsCont > tbody > tr > td > p:hover span + span {
	border-color:#3f5477;
	background-color:#627B9F;
	text-shadow:#3f5477 1px 1px 0;
}

#wordsCont > tbody > tr > td > p.exactSplit:hover span + span {
	border-color:#3f5477;
	background-color:#627B9F;
	text-shadow:#3f5477 1px 1px 0;
	color:#fff;
}

#wordsCont > tbody > tr > td > p.exactSplit:hover span + span + br + span + span {
	border-top-color:#c5d2e0;
}

/* ######################### Words Secondary ######################### */

#wordsData > #wordsSecondary > thead > tr + tr > th {
	font-weight:bold;
	font-size:.9em;
	border-bottom:solid #c5d2e0 1px;
	padding:10px 0 10px 5px;
	background-color:#e9eef1;
}

#wordsData > #wordsSecondary > tbody > tr > td {
	padding:10px;
	font-size:.9em;
	font-weight:bold;
	border-top:solid #eef2f4 1px;
}

#wordsData > #wordsSecondary > tbody > tr:hover > td {
	background-color:#fdfce8;
}

#wordsData > #wordsSecondary > tbody > tr:first-child > td {
	padding-top:15px;
}

#wordsData > #wordsSecondary > tbody > tr > td:first-child {
	width:70%;
	padding-left:30px;
}

#wordsData > #wordsSecondary > tbody > tr > td:first-child > p a {
	border:solid #4e678f 1px;
	border-radius:4px;
	background-color:#bbcada;
	padding:0 10px;
}

#wordsData > #wordsSecondary > tbody > tr > td:first-child > p a:hover {
	color:#39547F;
	text-decoration:none;
}

#wordsData > #wordsSecondary > tbody > tr > td + td > p a {
	padding:1px;
}

#wordsData > #wordsSecondary > tbody > tr.noMatch > td {
	color:#9e9e9e;
}

#wordsData > #wordsSecondary > tbody > tr.noMatch > td:first-child > p span {
	border:solid #d7d7d7 1px;
	color:#b8b8b8;
	border-radius:4px;
	background-color:#efefef;
	padding:0 10px;
}

#wordsData > #wordsSecondary > tbody > tr > td + td > p span {
	padding:1px;
}

/* ######################### Words Lexiconc ######################### */

#wordsData > #wordsLex > thead > tr + tr > th {
	font-weight:bold;
	font-size:.9em;
	border-bottom:solid #c5d2e0 1px;
	padding:10px 0 10px 5px;
	background-color:#e9eef1;
	margin-bottom:4px;
}

#wordsData > #wordsLex > thead > tr + tr > th > p {
	text-align:center;
	margin-top:10px;
}

#wordsData > #wordsLex > thead > tr + tr > th > ul {
	margin:5px 120px;
}

#wordsData > #wordsLex > thead > tr + tr > th > p:first-child {
	margin-top:0;
}

#wordsData > #wordsLex > thead > tr > th {
	padding:0;
}

#wordsData > #wordsLex > tbody > tr > td {
	width:100%;
	border:solid #000 0px;
}

#wordsData > #wordsLex > tbody > tr > td > table {
	width:100%;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr > td {
	padding:7px 10px 7px 0;
	border-top:solid #eef2f4 1px;
	text-align:left;
}

#wordsData > #wordsLex .criteria {
	color:#9e0b0f;
	font-weight:bold;
	border-bottom: 1px dotted #9e0b0f;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr > td:first-child {
	padding-left:15px;
	font-weight:bold;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr > td + td {
	font-style:italic;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr > td + td + td {
	font-style:normal;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr:hover > td {
	background-color:#fdfce8;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr > td[colspan="4"] {
	padding:5px 7px 4px;
	font-size:.9em;
	font-weight:bold;
	color:#50555c;
	border:solid #c5d2e0 1px;
	border-width:1px;
	background-color:#f9fafb;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr > td[colspan="4"] a {
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr > td[colspan="4"] a:hover {
	text-decoration:none;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr > td.noWords {
	font-style:italic;
	text-align:center;
	background-color:#fff;
	vertical-align:middle;
	height:50px;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr.wordsLexHead > td {
	border:solid #4c6283 1px;
	border-width:1px 0;
	background-color:#627b9f;
	color:#fff;
	font-weight:bold;
	font-family:verdana,helvetica;
	font-size:.85em;
	text-shadow: #355488 1px 1px 0;
	padding:3px 10px 3px 0;
	border-radius:0;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr.wordsLexHead > td:first-child {
	padding-left:15px;
	border-left:solid #4c6283 1px;
}

#wordsData > #wordsLex > tbody > tr > td > table > tbody > tr.wordsLexHead > td:first-child + td +td + td {
	border-right:solid #4c6283 1px;
}

/* ######################### Words Wildcard ######################### */

#wordsData > #wildCards > tbody > tr > td {
	padding:6px 10px;
	font-size:.9em;
	font-weight:bold;
	border-top:solid #eef2f4 1px;
}

#wordsData > #wildCards > tbody > tr:hover > td {
	background-color:#fdfce8;
}

#wordsData > #wildCards > tbody > tr:hover > td.wildResNote {
	background-color:#fff;
}

#wordsData > #wildCards > tbody > tr:first-child > td {
	padding-top:15px;
}

#wordsData > #wildCards > tbody > tr > td:first-child {
	width:88%;
	padding-left:30px;
}

#wordsData > #wildCards > tbody > tr:first-child + tr > td {
	border-top:solid #d4dee8 1px;
}

#wordsData > #wildCards > tbody > tr > td.wildResNote {
	padding:6px 10px 0 5px;
}

#wordsData > #wildCards > tbody > tr + tr > td.wildResNote {
	padding-top:26px;
}

#wordsData > #wildCards > tbody > tr > td.wildResNote > p {
	border:solid #d4dee8 1px;
	border-bottom-width:0;
	border-radius:3px 3px 0 0;
	background-color:#eef2f4;
	padding:2px 5px;
	width:300px;
}

/* ######################### Words FAQ ######################### */

#wordsData > table > thead > tr + tr > th  {
	font-weight:bold;
	font-size:.9em;
	border-bottom:solid #c5d2e0 1px;
	padding:10px 0 10px 5px;
	background-color:#e9eef1;
	text-align:center;
}

#wordsData > table > thead > tr + tr > th > p {
	text-align:center;
}

#wordsData > table > tbody > tr > td > dl {
	padding:10px 15px;
}

#wordsData > table > tbody > tr > td > dl > dt {
	border-top:solid #eef2f4 1px;
	font-weight:bold;
	padding-top:5px;
}

#wordsData > table > tbody > tr > td > dl > dt:first-child {
	border-top-width:0;
	padding-top:0;
}

#wordsData > table > tbody > tr > td > dl > dd {
	color: #777;
	padding: 1px 0 8px 15px;
	line-height: 1.5;
}

#wordsData > table > tbody > #pageCont_TR > td {
	width:100%;
	text-align:center;
}

#wordsData > table > tbody > #pageCont_TR > td > div {
	display:inline;
	border:solid #fff 1px;
	position:relative;
	top:-4px;
	padding:2px 13px;
	background-color:#c5d2e0;
	border-radius:18px;
	color:#9e0b0f;
	font-weight:bold;
	font-size:.9em;
}

#wordsData > table > tbody > #pageCont_TR > td > div + br + div {
	top:-2px;
}

#wordsData > table > tbody > #pageCont_TR > td > div + br + div + br + div {
	top:0;
}

#wordsData > table > tbody > #pageCont_TR > td > div > span > a {
}

#bodyCol2 > .wordsearch > .bubHead {
	background-color:#9f9b63;
	border:solid #887f35 1px;
	border-bottom:solid #959452 1px;
	padding:1px 1px 0;
	border-radius:3px 3px 0 0;
}

#bodyCol2 > .wordsearch > .bubHead > div {
	position:relative;
	background-color:#969258;
	border:solid #9a995c 2px;
	border-bottom:solid #959452 0;
	padding:1px 1px 0;
	border-radius:2px 2px 0 0;
	width:100%;
	text-align:center;

}

#bodyCol2 > .wordsearch > .bubHead > div > h1,
#bodyCol2 > .wordsearch > .bubHead > div > h6 {
	background-color:#9f9b62;
	border:solid #a3a169 1px;
	border-bottom:solid #959452 0;
	color:#fff;
	font-weight:bold;
	font-family:verdana,helvetica;
	font-size:.75em;
	text-shadow: #696121 1px 1px 0;
	padding:4px 7px 6px;
}

#bodyCol2 > .wordsearch > .bubBody {
	font-family:arial,helvetica;
	font-size:.9em;
	background-color:#fdfdfc;
	border:solid #e0dfc5 1px;
	border-width:0 1px 1px;
	padding:0 1px 1px;
	border-radius:0 0 3px 3px;
}

#bodyCol2 > .wordsearch > .bubBody > div {
	background-color:#fcfbec;
}

#bodyCol2 > .wordsearch > .bubHead ~ .bubHead {
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	margin-top:-2px;
}

#bodyCol2 > .wordsearch > .bubBody > div > table > tbody > tr > td > a {
	color:#514e21;
	background-color:#e2dfb1;
	border:solid #969259 1px;
	border-radius:3px;
	padding:4px 8px;
	display:block;
	text-align:center;
}

#bodyCol2 > .wordsearch > .bubBody > div > table > tbody > tr > td > a:hover {
	color:#fffef6;
	background-color:#bfbb82;
	position:relative;
	top:1px;
	left:1px;
	text-decoration:none;
}

#bodyCol2 > .wordsearch > .bubBody > div > table > tbody > tr > td.ticked > a {
	color:#383613;
	background-color:#bfbb82;
}

#bodyCol2 > .wordsearch > .bubBody > div > table > tbody > tr > td.ticked > a:hover {
	cursor:default;
	top:0;
	left:0;
}

#bodyCol2 > .wordsearch > .bubBody > div > p > a {
	color:#646029;
}

#bodyCol2 > .wordsearch > .bubBody > div > p > a:hover {
	color:#9E0B0F;
}

#bodyCol2 > .wordsearch > .bubBody > div > table {
	margin:-5px auto 0;
}

#bodyCol2 > .wordsearch > .bubBody > div > table > tbody > tr > td {
	padding:8px 0 0 10px;
	font-weight:bold;
}

#bodyCol2 > .wordsearch > .bubBody > div > table > tbody > tr > td:first-child {
	padding-left:0;
}

#bodyCol2 > .wordsearch > .bubBody > div > table > tbody > tr:first-child > td {
	padding-top:0;
}

#bodyCol2 > .wordsearch > .bubBody > div > table > tbody > tr:nth-last-child(1) > td {
	padding-bottom:20px;
}

#bodyCol2 > .wordsearch > .bubBody > div > table + p {
	margin-top:-5px;
}

span.rl {color:#bf282c;}

