/******************************************************************************/
/* General stylesheet for NEIL website                                        */
/******************************************************************************/

body 
 {font-family: Arial, Helvetica, sans-serif}

li, td 
 {font-family: Arial, Helvetica, sans-serif}

hr 
 { color: #9a8069; width=300 text-align=left}  /* or 94d6e7 */ 

a 
 { color: #3333ff }
a:visited 
 { color: #000000 }

/**** General classes ****/

.NEILBigTable {
/*	background-image: url(neilbackground.jpg);*/
}


.NEILBlockText {
	background-color: #c6eff7;
	text-align: center;
	vertical-align: middle;
}

/**** Navigation menu classes ****/

.NEILLink {
	background-color: #c6eff7;
	text-align: center;
	width: 500px;
}

.NEILHomeLink {
	background-color: #0084a5;
	text-align: center;
	width: 500px;
}

/* Con styles */

.XIVoutlinedTable { background-color: #3333ff }
.XIVcolored       { background-color: #6666ff }
.XIVplain         { background-color: #ffffff }

.XVoutlinedTable  { background-color: #4B067A }
.XVcolored        { background-color: #cc99ff }
.XVplain          { background-color: #ffffff }

.AoutlinedTable   { background-color: #4B067A }
.Acolored         { background-color: #cc99ff }
.Aplain           { background-color: #ffffff }

.BoutlinedTable   { background-color: #4B067A }
.Bcolored         { background-color: #cc99ff }
.Bplain           { background-color: #ffffff }

.CoutlinedTable   { background-color: #4B067A }
.Ccolored         { background-color: #cc99ff }
.Cplain           { background-color: #ffffff }

.copyright { 
    font-size: 9pt;  
    font-style: italic;
    font-weight: normal;
}

/* NEIL materials */

.neilHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #0084A5;
}

.toc {
	color: #000000;
	background-color: #c6eff7
}

.sectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: bold;
	font-weight: bold;
    color: #ffffff;
	background-color: #00a5c6
}

.subsectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
    color: #000000;
	background-color: #63c6de
}

.tocHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: bold;
	font-weight: bold;
	background-color: #c6eff7
}

.tocEntry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal
}

.tocSeparator {
	background-color: #00a5c6
}

.NEILAdvisor {
	color: #000000;
	background-color: #e0e0e0;
	white-space: nowrap 
}

.NEILBoard {
	color: #000000;
	background-color: #c6eff7
}

.caption {
	color: #000000;
	background-color: #ffffff
}

.NEILChair {
	color: #000000;
	background-color: #ffff9c;
	white-space: nowrap;
	text-align: center;
}

.NEILTable {
	color: #ffffff;
	background-color: #0084A5 
}

.NEILTitle {
	color: #ffffff;
	background-color: #00a5c6;
	text-align: center;
}

.NEILtbd {
	color: #000000;
	background-color: #f7bdde;
}
  
.boardTable {
    color: #ffffff;
    background-color: #0084A5; 
}

.boardHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: bold;
	font-weight: bold;
    color: #ffffff;
	background-color: #00a5c6
}

.boardMember {
    color: #000000;
    background-color: #c6eff7;    
}

.conTable {
	color: #ffffff;
	background-color: #0084A5 
	font-size: 10pt;
}

.conHeader {
	color: #ffffff;
	background-color: #0084A5 
}

.conFuture {
    color: #000000;
    background-color: #c6eff7;
    font-size: 10pt;
    font-weight: bold;
}

.conPast {
    color: #000000;
    background-color: #e0e0e0;
    font-size: 10pt;
}

.conLink {
	background-color: #c6eff7;
	text-align: center;
	width: 100px;
}
.NEILBigTable tr td .NEILTable {
	text-align: center;
}

