/*********************************/
/* Sponsor Table Layout.  Narrow is for right column placement, wide is for displaying across the page */
/*********************************/

#sponsorsTable
{
	width: 150px;
	margin: 0 0 50px 10px;
	border-top: 1px solid #D9D9D9;
}
#sponsorsTable th
{
	width: 170px;
	padding: 4px 0 5px 0px;
	background-color: #fff;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #9a9a9a;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #9a9a9a;
}
#sponsorsTable th img
{
	margin-left: 5px;
}
#sponsorsTable td img
{
	padding: 15px 0 15px 0;
}
#sponsorsTable th.borderRight, #sponsorsTable td.borderRight
{
	width: 210px;
	border-right: 1px solid #D9D9D9;
}
#sponsorsTable td.noBorder
{
	border-bottom: none;
}
#sponsorsTable td
{
	width: 170px;
	border-bottom: 1px solid #D9D9D9;
/*width: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;*/
}
/*#sponsorsTable th /*for wide sponsors table *//*
{
	width: 670px;
	padding: 4px 0 5px 20px;
	background-color: #EBEBEB;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #D9D9D9;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #1391C8;
}
#sponsorsTable td
{
	width: 670px;
	border-bottom: 1px solid #D9D9D9;
}
*/
/*#sponsorsTable th.borderRight, #sponsorsTable td.borderRight
{
	width: 170px;
	border-right: 1px solid #D9D9D9;
}
#sponsorsTable td.noBorder
{
	border-bottom: none;
}
#sponsorsTable table td
{
	width: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
}*/

/*********************************/
/* Tables for layout of Virtual Incubator tenant listings */
/*********************************/

#tenantTable
{
	margin: 0 0 0px 0px;
	border-top: 1px solid #00457c;
}
#tenantTable th
{
	padding: 4px 0 5px 20px;
	border: 1px #00457c solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
/*	font-style: italic;	*/
}

#tenantTable th.lite, #monthTable th.lite
{
/*	padding: 4px 0 5px 20px;
	border: 1px #00457c solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px; */
/*	text-transform: uppercase;
	color: #00457c;
	font-style: none;
	font-style: normal;
	font-weight: bold; */
}
/*#agendaTable th.white, #monthTable th.white
{
	padding: 4px 0 5px 20px;
	border: 1px #07475f solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-style: italic;
	
}*/
#tenantTable td
{
	padding: 4px 4px 5px 5px;
	width: 98%;
	border: 1px #00457c solid;
	font-size: 12px;
}
#tenantTable tr.lite, #tenantTable tr.lite th
{
	color: #000;
	background-color: #fff;
	text-align: right;
	padding-right: 5px;
}
#tenantTable tr.dark
{
  color: #ffffff;
  background-color: #00457c;
}
/*********************************/
/* Tables for layout of calendar */
/*********************************/
#monthTable
{
	margin: 0 0 0px 0px;
	border-top: 1px solid #00457c;
}
#monthTable th
{
	padding: 5px;
	border: 1px #00457c solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
/*	font-style: italic;	*/
}
#monthTable td
{
	font-size: 12px;
}
#monthTable tr.lite, #monthTable tr.lite th
{
	color: #000;
	background-color: #fff;
	text-align: center;
	padding-right: 5px;
}
#monthTable tr.dark, #monthTable tr.dark th, #monthTable tr.dark td
{
	color: #fff;
	background-color: #00457c;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
#monthTable tr.month, #monthTable tr.month td
{
	color: #fff;
	background-color: #ededed;
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
	height: 80px;
	border: 1px #00457c solid;
}
#monthTable tr.month td a:hover
{
	color: #fe0903;
	font-weight: normal;
}
#monthTable tr.month td.on 
{
	border: 3px #fe0903 solid;
	background-color: #fff;
}
#monthTable tr.month td.off 
{
	background-color: #9a9a9a;
}
#monthTable tr.dark th a
{
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#monthTable tr.dark th a:hover
{
	color: #fe0903;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
monthTable tr.dark
{
  color: #ffffff;
  background-color: #00457c;
}
/*********************************/
/* Table for Conference Agenda Layout.  Colors are still for Conference site. */
/*********************************/
#agendaTable
{
	margin: 0;
	border: 1px #9a9a9a solid;
}
#agendaTable th
{
	padding: 4px 0 5px 20px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #000000;
	font-style: italic;
	
}

#agendaTable th.noitalic
{
	padding: 4px 0 5px 20px;
	border: 1px #9a9a9a solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #000000;
	font-style: none;
	font-style: normal;
	
}
#agendaTable th.white
{
	padding: 4px 0 5px 20px;
	border: 1px #9a9a9a solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-style: italic;
	
}
#agendaTable td
{
	padding: 4px 4px 5px 5px;
	border: 1px #9a9a9a solid;
	font-size: 12px;
}

#agendaTable tr.lite
{
	color: #000;
	background-color: #ededed;
}
#agendaTable tr.dark
{
  color: #ffffff;
  background-color: #00457c;
}
