body
{
	background-image:url('newBG.gif');
	background-repeat:repeat-x;
	margin:0;
	background-color:#FFF0BD;
}

body, table {
	color:black;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

a {

	color:#B71800;
	font-weight:normal;
	text-decoration:underline;
}

a img { border:0px; }

.topbarTile
{
	background-image:url('topbarTile.gif');
	background-repeat:repeat-x;
}

.topbarMid
{ 
	background-image: url('topBar3.gif'); 
	background-repeat: no-repeat;
}

h1
{
	color:#B71800;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding-top:0;
	margin:0px;
}

h2 { font-size:12px; font-weight:bold; }

.homepageRed
{
	color:#B71800;
	font-size:11px;
}

.footer, .footerFront
{
  color:#B71800;
  font-size:10px;
  line-height:16px;
}

.footer {
  padding-bottom:20px;
  padding-top:10px;
 }

.footerFront
{
  padding-bottom:3px;
  padding-top:5px;
}

.footer a, .footerFront a
{
  font-weight:bold;
}

.mainMenu
{
	font-size:11px;
	font-weight:bold;
}

a.mainMenu {
	text-decoration:none;
}

a.mainMenu:hover {
	text-decoration:underline;
}

.menuItem
{
	text-align:left;
	height:20px;
	width:220px;
	padding-left:40px;
	background-image:url('navBullet-wide.gif');
	background-repeat:no-repeat;
	background-position:center left;
}

.menuItemOn
{
	text-align:left;
	height:20px;
	width:220px;
	padding-left:40px;
	background-image:url('navBulletOn-wide.gif');
	background-repeat:no-repeat;
	background-position:center left;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.subMenuItem
{
	text-align:left;
	height:20px;
	width:220px;
	padding-left:55px;
}

.subMenuItemOn
{
	text-align:left;
	height:20px;
	width:220px;
	padding-left:55px;

	font-size:11px;
	font-weight:bold;
}

.servedSmall
{
	color:#EAA55B;
	font-size:10px;
	font-weight:bold;
}

.servedBig
{
	color:#EAA55B;
	font-size:18px;
	font-weight:bold;
}


hr
{
	border: none;
	border-top: dotted 1px #d3d7cf;
	height: 1px;
	margin-left: 1em;
	margin-right: 1em;
}

.popupheader { 
  background-image: url('popup-top-stretcher.gif');
  background-repeat: repeat-x;
  height:56px;
  width:100%;
}

.popupheader .logo {
  padding-left: 15px;
  float:left;
}
.popupheader .closewindow {
  padding-right:15px;
  float:right;
}

pre.codeex {
  border: solid 1px #cba83f;
  background-color: #ffffff;
  padding-left: 40px;
  padding-right: 10px;
  padding-top:7px;
  padding-bottom:7px;

}

table.funcdoc {
  border-collapse: collapse;
  border: 1px solid #cba83f;
  color: #000;
  background: #fff;
  width:100%;
}

table.funcdoc td, table.funcdoc th {
  border: 1px solid #cba83f;
  padding: 0.5em;
}

table.funcdoc td.funcdoc-param { width:40%; }

table.funcdoc td.funcdoc-name { font-weight:bold; }

table.funcdoc td.funcdoc-header { font-style:italic; }
