/*ululatus.org base stylesheet*/
html {
	margin:0;
	padding:0; 
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	color: #000; 
	background-color: #fff;
}

#menu {
	color: #fff;
	background-color: #ccc;
	position: fixed;
	top: 10px;
	left: 10px;
	width: 160px;
	border: 1px solid #000;
	padding-bottom: 10px; 
}

#iemenu {
	color: #fff;
	background-color: #ccc;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 160px;
	border: 1px solid #000;
	padding-bottom: 10px; 
}

.menutitle {
	color: #fff;
	background-color: #000;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	text-align: center;	
}

.menulogo {
	color: #000;
	background-color: #ccc;
	text-align: center;	
}

#menulist { color: #000; background-color: #ccc;}
#menulist li {margin-left:10px;padding:0px;color: #000;	background-color: #ccc;}
#menulist ul {text-align: left;margin:0px 0px 0px 0px;padding-left:0px;list-style-type:none;}

#menuitem a:link {
	color: #000;
	background-color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
#menuitem a:visited {
	color: #000;
	background-color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
#menuitem a:active {
	color: #000;
	background-color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

.menuLI {
	color: #000;
	background-color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
#menuitem a:hover {
	color: #666;
	background-color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

#menulinks {
	position: absolute;
	top: 300px;
	left: 50px;
	color: #000;
	background-color: #fff;
}

#pagecontent {
	position: absolute;
	color: #000;
	background-color: #fff;
	top: 10px;
	left: 180px;
	border: 1px solid #000;
	text-align: left;
}

.pagetitle {
	color: #fff;
	background-color: #000;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;	
}

.pagetext {
	color: #000;
	background-color: #fff;
	margin: 10px;
	border: 0px;
	padding: 0px;
}

.links  {
  color:  #000;
  background-color: #fff;
  text-decoration: none;
}

.fett {
	font-weight: bold;
}

.note {
	font-size: 60%;
}

/* <pre style="margin-left: 25px;background-color: #ccc;margin-right: 25px;padding: 10px;"> */
.source {
	margin-left: 25px;
	background-color: #ccc;
	margin-right: 25px;
	padding: 10px;
}

.funcref {
	margin-left: 15px;
	margin-right: 15px;
	color: #000;
	background-color: #fff;
}

.funcdef {
	font-size: smaller;
	font-weight: bold; 
	color: #000;
	background-color: #fff;
}

.funcdesc {
	color: #000;
	background-color: #fff;
	margin-left: 25px;
}

img {
	border:none;
}

table {
  border: 1px solid #000;
  border-collapse: collapse;
  margin: 10px; 
}

td  {
  border: 1px solid #000;
  text-align: left;
  vertical-align: top;
  padding: 3px;
  color: #000;
  background-color: #fff;
}

th  {
  border: 1px solid #000;
  text-align: left;
  padding: 3px;
  color: #000;
  background-color: #ccc;
}


