/* Styles for tables */


/* Styles for a generic table */

table	{
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 10px 30px 10px 30px;
	padding: 0;
	font-size: .8em;
	color: #303030;
}

/*
 * Conference Agenda
 */



/*
 * End of Conference Agenda
 */

/*
 * Agenda tables
*/

table.agenda th	{
	background-color: #004678;
	text-align: center;
	color: #fff;
}

td.newDay	{
	background-color: #fef9aa;
}

td.sessions	{
	background-color: #d6e3bb;
}

td.break	{
	background-color: #dbebfd;
}

/*
 * If a table is made of of sections then you can give
 * it a class of sections and add tbody tags to give
 * borders to the individual sections to set them off
*/
table.sections tbody	{
	border: 3px solid black;
	border-left: none;
	border-right: none;
}

/*
 *	The following line keeps text within a <p> that
 * 	is within a <table> at .8em instead of inheriting
 * 	the above .8em, otherwise the font would be too small.
*/
table p	{
	font-size: 1em;
}

table td, table th	{
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 5px;
	margin: 0;
}

table th p	{
	font-weight: bold;
}

table td h5	{
	font-size: 1.1em;
	margin: 0px 0px 0px 0px !important;
	padding: 6px 0px 0px 0px !important;
}

table td h6	{
	font-size: 1em;
	margin: 0px 0px 0px 0px !important;
	padding: 6px 0px 0px 0px !important;
}



/* End of generic table styles */

table.borderless	{
	border: none;
}

table.borderless td	{
	border: none;
}

table.borderless td.border-bottom	{
	border-bottom: 1px solid #000 !important;
}

table.borderless td.border-top	{
	border-top: 1px solid #000 !important;
}

table.borderless td.border-left	{
	border-left: 1px solid #000 !important;
}

table.borderless td.border-right	{
	border-right: 1px solid #000 !important;
}

table.donorLevels	{
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 10px 30px 10px 30px;
}

table.donorLevels td	{
	font-size: .8em;
	color: #004787;
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-weight: bold;
}

table.donorLevels th	{
	font-size: .8em;
	font-weight: bold;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
}

td.check	{
	background:	url(/images/butterfly20.gif) no-repeat 50% 50%;
}

th.data	{
	width: 92px;
}

table.donorLevels td.column	{
	text-align: left;
	color: #000;
	font-weight: normal;
}

/*
* Table for Staff Directory
*/

body#staffDirectory	h4.division	{
	padding: 0;
	margin: 15px 0 5px 0;
}

body#staffDirectory th.department	{
	padding: 0;
	color: red;
	color: #306992;
	font-family: "Lucida Sans Regular", Verdana, Helvetica, Arial, sans-serif;
}

table.directory	{
	border: 1px solid green;
	border-collapse: collapse;
	font-size: .8em;
	width: 100%;
	margin: 0;
	padding: 0;
}

div#staffTable	{
	margin: 10px 30px 10px 30px;
}

h2.table	{
	text-decoration: none;
	font-size: 1em;
}

table.directory td	{
	border: 1px solid green;
	padding: 3px 3px 3px 3px;
}

table.directory th.phone	{
	width: 138px;
}

table.directory th.position	{

}

table.directory th.name	{
	width: 185px;
}

table.biotics	{
	border: 2px solid #003d80;
}

table.biotics td	{
	border: none;
	vertical-align: top;
}

table.biotics td	{
	padding-left: 25px;
}

table.biotics td.mainHeader	{
	padding-left: 5px;
}

td.mainHeader span.header4	{
	font-weight: bold;
	color: #003d80;
	font-size: 120%;
	padding: 0;
	margin: 0;
}

td.mainHeader	{
	color: #003d80;
}

table.biotics td.header2	{
	font-weight: bold;
	padding-left: 5px;
}

table.biotics td.numbers	{
	text-align: right;
}

table.biotics td.highlight	{
	background-color: #ffe98c;
	color: #000;
}

table.biotics td.footer	{
	padding-left: 5px;
	font-size: 80%;
}

