.adsense {
	position: static;
	z-index: 100;
	margin:6px 0 0 -158px;
	/* *-moz-opacity:0.85;filter:alpha(opacity=85);opacity: 0.85; */
}
a:link, a:visited {
	color: #77689D; 
}

a:hover {
	color: #5B507A;	
}
#banner {
  float: left;
  background: url(../images/logo_paars.gif) top left no-repeat;
  height: 75px;
  width: 324px;
}
h1, div.componentheading, td.componentheading {
  color: #77689D; 
}

#header {
  background: url(../images/back1.jpg) repeat-x;
}

#asterisk {
  background: url(../images/purple_header_asterisk_top.png) no-repeat;
} 

#footer {
	background: #999999 url(../images/purple_footer.png) repeat-x;
}
/*
.colorbox div.module div div {
  background: transparent url(../images/purple_top_left.png) no-repeat top left;
}

.colorbox div.module div div div {
	background: transparent url(../images/purple_top_right.png) no-repeat top right;
	padding: 0 10px 10px 10px;
	width: auto !important;
	width: 100%;
} 
.colorbox div.module div div div{
  background: transparent url(../images/purple_top_right.png) no-repeat top right;
  height:28px;
  width: 20px;
}*/
.colorbox div.module div div div{
  background: transparent url(../images/purple_top_left.png) no-repeat top left;
  height:28px;
  width: 165px;
}

.colorbox div.module div div div {
	background: transparent url(../images/purple_top_right.png) no-repeat top right; 
	padding: 0 0px 10px 10px;
	width: 20px;
}
ul li
{
	background-image: url(../images/purple_bullet.png) ;
}

/* information block */
div.info {
  min-height: 197px;
  overflow:hidden;
  height:expression( this.scrollHeight < 197? "197px" : "auto" );
}

/* Suckerfish Tabs */

div#nav li.active {
  background:url(../images/blue_tab_l.png) no-repeat bottom left;
}
div#nav li.active a {
  background:url(../images/blue_tab_r.png) no-repeat bottom right;
}

/** Preloads **/
span.pl_active_l {
	background-image: url(../images/blue_tab_l.png);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

span.pl_active_r {
	background-image: url(../images/blue_tab_r.png);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

pre, .code {
	background-color: #eee;
	border: 1px solid #bbb;
	padding: 2px;
}
code {
color: #00c;
}
dl {
border-left: 2px #eee solid;
padding-left: 5px;
}

dt {
font-weight: bold;
}
dd {
padding: 3px 0 5px 0;
color: #804D51;
}

.tip-window {
border: 1px solid rgb(204, 204, 204);
margin: 0px 15px;
padding: 15px;
background-color: rgb(255, 252, 242);
color: rgb(102, 102, 102);
}
