#extMenu{
	position: fixed;
	behavior: url(ie-fixed.htc); /* for IE that not implement position:fixed*/
  top: 2em;
  right: 2em;
  border: 1px solid #666666;
  background-color: #ffecce;
  background-transparency: 50%;
  padding: 3px;
  width: 15px;
 	-moz-border-radius-bottomright:15px;
 	-moz-border-radius-topleft:15px;
 	-moz-transparency:50%;
	}
#extMenu>a, #lang a{
 	text-decoration:none;
  }
#lang:hover{
 	-moz-border-radius-topleft:15px;
  background-color: #eedbbd;
  }

/* ------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-family: cursive, fantasy, sans-serif;	
  }

img {
	border: 0px;
  }

#maintable {
  width: 670px;
	background-color: white;
	text-align: left;
}

#logo {
	vertical-align: bottom;
}

#genIcon{
  background-image: url(generic_icon.png);
  width:32px;
  height:32px;
	border: 0px;
	float:right;
  }
#abSyncIcon{
  background-image: url(abSync.png);
  width:123px;
  height:93px;
	border: 0px;
	float:left;
  }
 
#headerDesc{
  padding-top:12px;
  }   

.bold{
	font-weight: bold;
  }

#menuList li{
  font-size: small; /* or whatever is closest to -1 */
} 

dt{
  font-style: italic;
  font-family: georgia, verdana, arial, "bistream vera sans", helvetica, sans-serif;
  }  
dd{
  padding-top: 5px;
	padding-bottom: 5px;
  font-family: georgia, verdana, arial, "bistream vera sans", helvetica, sans-serif;
  _font-size: small; /* or whatever is closest to -1 */
  }  
.versiondate, .versionlink {
	text-align: center;
}

.bottomlink {
	text-decoration: none;
	font-size: 8pt;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 25px;
}

ul {
	list-style-type: disc;
}

li {
	margin-top: 5px;
}

.featuresheader {
	font-weight: bold;
	font-size: 12pt;
}

.buttonscolumn {
	text-align: center;
}

.buttonscolumn img {
	padding: 0px 5px 0px 5px;
}

.code {
	margin: 10px;
	border: 2px solid #686868;
	background: #cccccc;
	padding: 5px;
}

.code pre {
	font-size: 8pt;
	margin: 0px;
}
