/* Section-specific styles: About the OED */

BODY {background-color: #ECF0C7;}

/* Global navigation top tabs - selected tab -- */

#global {
	/*/*/background: #002654 url(/imgs/site/p-serv.gif) left bottom repeat-x;  /* !NN4; 'left' for Op5 */
}

#global TR.tabs TD {
	border-right: 1px solid #002654;
	border-bottom: 1px solid #002654;
}

#global TD.servtab {
	background: #ECF0C7;
	border-right: 1px solid #002654;
}

#global TR.edge TD.servtab {
	border-top: 4px solid #B3BF45;
	background-color: #B3BF45;  /* for NN4 */
	/*/*/background-color: #ECF0C7;  /* !NN4 */
}

#global TR.tabs TD.servtab {
	border-bottom-color: #ECF0C7;
}

#global TR.contextedge TD.substab {
	border-right: 1px solid #002654;
}

#global TR.tabs TD.servtab {
	font-weight: bold;
	padding: 8px;
}

#global TR.tabs TD.servtab A {
	background: #ECF0C7;
	color: #626545;
	padding: 0;
}

#global TR.tabs TD.servtab A:visited {color: #626545;}

#global TR.tabs TD.servtab A:hover {
	color: #00F;
	background: transparent;
}
#global TR.tabs TD.servtab A:visited:hover {color: #00F;}

TR.contextedge TD {
	background-color: #B3BF45;  /* for NN4 */
}

/* Contextual navigation - breadcrumbs -------- */

#context {
	background-color: #ECF0C7;
}

/* Local navigation - menu styles ------------- */

.within  {background-color: #C4CF63;}
.this  {background-color: #ECF0C7;}
.below  {background-color: #F3F5E0;}

/* Content area (body text) ------------------- */

#maincontent, #toolnav {background-color: #FDFDF6;}

/* General page elements ---------------------- */

TD.quote {background-color: #ECF0C7;}
TD.quoteline {background-color: #C4CF63;}

.picture IMG {border-color: #D4B95E;}

/* Page footer -------------------------------- */

#footer, .copyright, .imprint {background-color: #ECF0C7;}

#footer {border-color: #B3BF45;}

/* Dictionary updates ------------------------- */

TABLE.newentries {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
TABLE.newentries TH {
	text-align: left;
	width: 50%;
	background: #ECF0C7;
	border-top: 2px solid #C4CF63;
}
TABLE.newentries TH, TABLE.newentries TD {
	vertical-align: top;
	padding: 5px 0 5px 1em;
	border-bottom: 1px solid #CCC;
}
TABLE.newentries UL {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
TABLE.newentries TD LI {
	margin-bottom: .5em;
	font-weight: bold;
}
