/* eds.css- Styles general to the "Educators & Developers" pages. 
*
* NOTE: Netscape 4.0 handling, see /css/site.css
*/

/* Change basic text color. */
body, p, a:link {
	color: #666666;
}

/* Document titles.  Used for titles of documents & links */
.docTitle, .docTitle a {
	color: #cc6600;
}
.docTitle {
	margin-bottom: 3px;
}

/* Index lists. */
ul { 
	list-style: none;
	margin: 1em 0 1em 24px;
	padding-left: 0;
}
li {
	margin-left: 0;
	padding-bottom: 2px;
	padding-left: 12px;
	background: url(/eds/graphics/blackbullet13.gif) no-repeat 0px 3px;
}

/* Titles box. */
.titleBox {
	xborder: none 1px #bed3d1; /* Hack: NS4- forces background fill. */
	padding-bottom: 1px;
	background-color: #bed3d1;
}
.title, .subtitle {
	color: #669999;
}
.title {
	margin-bottom: 8px;
}

/* Same page (Intra-page) navigation. */
.intranav {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.intranav a:link {
	color: #94b8b8
}
.intranav a:visited {
	color: #CCCC00
}

/* Note paragraphs */
.note {
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
}

/* Modify breakout boxes. */
.breakout {
	padding-bottom: 4px;
	background-color: #94B8B8;
	border-top: solid 4px #99cc00;
	background-image: none;
}
.breakout p, .breakout a:link, .breakout a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	color: #ffffff; 
}
.breakout p {
	padding-top: 0;
	padding-bottom: 8px;
}
.breakout p.head{
	padding-top: 5px;
	padding-bottom: 5px;
}

.breakout a:link, .breakout a:visited {
	color: #666666 !important; 
}

/* Version 1: Uncofirmed usage */
.newbox {  width: 100px}
.topbar { background-color: #99CC00}
.sectbar {  background-color: #94B8B8}
.greyborder {  background-color: #999999}
.clear {  clear: right}
