h2,.headerLink
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:Teal;
	text-decoration: none;
}

body
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.txt
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.txtBold
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
}

.pageTitle
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
}

.pageHeading
{
	font-size: 30px;
	font-weight: bold;
	font-family: Times, Geneva, Arial, Helvetica, sans-serif; /* Rob says: Rockwell, berthold city */
	color: #157676;
}

.tbl
{
	border: 1px solid Silver;
}

.tblHeader 
{
	/* background-image: url(/SponsorWise/SponsorArea/Common/Images/table_header_bg.gif); */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	/* height: 25px; */
}

.tblItem 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #eeeeee;
}

.tblAlternatingItem 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #ffffff;
}

.tblBare
{
	border: none;
}

.tblBareItem 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.tblBareAlternatingItem 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.txtAlert
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:Red;
}

td.boxed
{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid;
}

td.highlighted
{
	background-color: #FFFFCC;
}

/* Family page - Features
---------------------------------------------------------- */

#featuresList /* do not add margin or padding to this, it could mess with nifty corners */
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #ffc; /*#d4e7e9;*/
	/*height:100%;*/ /* TODO 1: does not work in IE */
	width: 275;
}

#featuresList .heading
{
	font-size: 12px;
	font-weight: bold;
}

/*
#featuresList ul
{
}
*/

#featuresList li
{
	list-style-type:square;	
	list-style-position:outside;
	margin-left:15px;
	padding:2 0 2 0;
}

/* Technology page
---------------------------------------------------------- */

#bubble
{ 
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#bubble .heading
{ 
	color:#dbb960;
	font-weight:bold;
}

/* Press Releases
----------------------------------------------------------- */

#pressRelease{}
#pressRelease h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
}
#pressRelease h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#pressReleaseList table
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#pressReleaseListMini table
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Sales rep list (public)
----------------------------------------------------------- */

#businessCard
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}

#businessCard table
{
	border:solid 1px silver;
	text-align:left;
}

#businessCard th
{
	font-weight:bold;
	text-align:left;
	padding:5px;
}

#businessCard td
{
	padding:5px;
}

#businessCard .header
{
	background-color:#e1f0e7;
	font-size:12px;
}

#businessCard .printLink
{
	background-color:#e1f0e7;
}

/*
.normalRow {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

.alternateRow {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
*/

/*
.gridDivider
{
	background-color:Red;
	color:Red;
}
*/

#filterList a 
{
	text-decoration:none;
	line-height:1.5em;
}
#filterList a:hover
{
	text-decoration:underline;
}

.headerBox 
{
	background-color:#eaeaea;
	padding:15px;
	border-bottom:#888 1px dashed;
}

#distributors
{
	padding-top:15px;
}
#distributors a
{
	color:Black;
	font-size:11px;
}

A.expand
{
	background-color:White;
	padding:3px 7px 3px 5px;
	border:solid 1px silver;
	text-decoration:none
}
A.expand:hover
{
	background-color:#eaeaea;
	border:solid 1px black;
}

table.list th
{
	text-align:left;
}
table.list th
{
	font-size:12px;
	font-weight:bold;
	padding:5px;
	background-color:#e1f0e7;
}
table.list td
{
	font-size:12px;
	padding:5px;
}

table.listSmall th
{
	text-align:left;
}
table.listSmall th
{
	font-size:11px;
	font-weight:bold;
	padding:4px;
	background-color:#e1f0e7;
}
table.listSmall td
{
	font-size:11px;
	padding:4px;
}
