body, th, td {
 padding: 0;
 margin: 5;
 font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
 font-size: 12px;
}


.menuskin{
position:absolute;
width:180px;
background-color:menu;
background-image: url('/images/rainbow_menu_bkg.png');
border:1px solid black;
font: 10px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuitems {
font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
color: #666666;
}

.countrylist {
font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
font-size: 12px;
color: #666666;
}

.menuitems a{
text-decoration: none;
font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
font-weight: bold;
font-size: 12px;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}

#sideTabRight {
	position: absolute;
	left: 600px;
	top: 5px;
	width: 250px;
	height: 400px;
	padding: 0;
}
ul.linklist {
 list-style-type: none;
 padding: 0;
 margin: 0;
}

ul.linklist>li {
 padding-bottom: .5em;
}

ul.linklist ul {
	display: block;
	margin: 0;
	padding-left:0;
	font-size: smaller;
}

ul.linklist ul li {
	display: inline;
}

ul.linklist ul li+li:before {
	content: "| ";
}

:link:hover, :visited:hover {
 text-decoration: underline;
 color: #1A1A1A;
}

h1 {
 padding-top: 1px;
 text-align: center;
 width: 100%;
 margin: 0;
 padding: .5em;
}

.sectionHeader {
 background-color: white;
 border: 10px solid black;
}

.section {
 background-color: #f7f1c3;
 xx-background-color: white;
 border: 4px solid black;
 border-top: 0px;
 margin-left: 5%;
 width: 90%;
/* overflow: hidden; */
}

.floating-figure[direction="left"] {
    float: left;
}

.floating-figure {
    float: right;
    background: #7f794c;
    color: white;
    padding: 5px 5px 5px 5px;
    border: 2px black solid;
    text-align: center; 
    font-size: small;
    font-weight: bold;
}

.code-snip {
    margin: 0px;
    background: white;
    color: black;
    font-weight: normal;
    border: 1px black solid;
    text-align: left;
}

.table {
 display: table;
 margin-left: auto;
 margin-right: auto;
}

.row {
 display: table-row;
}

.cell {
 display: table-cell;
}

.rightCell {
/*	float:right; */
	padding: 0 1em 0 1em;
	width: 100%;
}

#mainSection {
 border-right-width: 10px;
}

#scarab {
 float: right;
}

#textDescription {
 overflow: auto;
}

:link {
	color: darkslategray;
}

:visited {
	color: slategray;
}

.back img {
    border: none;
    margin-right: 5px;
}

.screen {
	margin-left: -3.5em;
	margin-right: -.5em;
	padding: 1em;
/*	background-color: white; */
	background-color: #fda;
	color: black;
	font-family: "andale mono", "lucida console", monospace;
	font-size: 75%;
/*	overflow: auto; */
}

.screen var {
	color: #f0f;
}

.faqs>dt {
	margin-bottom: .5em;
}

.faqs>dd {
/*	display:none; */
}

.faqs > dt.unselected > :link, .faqs > dt > :visited  {
	text-decoration: none;
}

.faqs > dt.unselected > :link:hover, .faqs > dt > :visited:hover {
	text-decoration: none;
	color:black;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
background-image: url('/images/semitransparent.png');
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* menu rollovers*/
.menu{
position: relative;
z-index: 0;
}

.menu:hover{
background-color: transparent;
z-index: 50;
}

.menu span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
background-image: url('/images/semitransparent.png');
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.menu span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.menu:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -10px;
left: 10px; /*position where enlarged image should offset horizontally */
}

