/* Presentation Stylesheet */ 

h1, h2, h3, h4, .button, .news { font-family: Verdana,Helvetica,arial,sans-serif; }

/* not used */
	h1 {  font-size:120%; margin-bottom:.5em; padding: 10px; color: #4682B4; }

h2 {  font-size:120%; margin-top: .5em; margin-left: 20px; color: #333399; letter-spacing: -1px; }
h3 {  font-size:100%; margin-left: 10px; margin-bottom: -.5em; color: #778899}
h4 {  font-size:90%; margin-left: 10px;  color: #666699}

p, table, ol, ul, li, pre {  font-family: Tahoma, Arial, Helvetica, sans-serif; }

p, ol, ul, pre {  font-size: 80%;  color: #001111; text-align: left; }
p { margin-left: 20px ; margin-right: 20px; margin-top: 1em; }
.news { /*font-weight: 100;*/ font-size: 75%; color:#666699; text-align: left; padding: 10px; }
.copyright { /*font-weight: 100;*/   text-align: center; font-size: 70%; color:#999999 }
.table-item  { /*margin-left: 20px ; margin-right: 20px;*/ font-size: 75%; color:#555555; text-align: left; margin-top: 0;}

.accent {  color: #996600; /*#CC6600;*/ text-align: left; }
img { border: none; }

.button { 
	position: absolute; 
	left: 45%; 
	margin-left: -40px; 
	height: 18px; 
	width: 100px; 
	background-color: #CCFFFF;
	border: solid #ffffff; 
	border-width:1px;
	text-align: center;
	font-size: 70% ;
	color: #000000 ;
	cursor:pointer
}

.button-highlighted {
	background-color: #000099; 
	color: white;
}


/*table {  font-size:100%; margin-top:1em; margin-bottom:1em; color: #003333}*/

.command, .example, .comment { font-family: monospace; font-size: 95% }
.command, .example { color: #003366 }
.comment { color: #009900 }

a:visited.nochange {color:#003399} 
a.nochange {text-decoration:none} 
a:hover.nochange {/*text-decoration:underline*/ color:#ff5566}

pre {
 text-align:left;
 margin:0;
 padding:20px 0;
 }

#menu	{
 margin: 0; 
 font-size: 80%;
 margin-right: 10px;
 text-align: right;
 vertical-align: middle ;
 }

.menu-item	{
 margin: 5px;
}

a.menu-item:visited	{color:#003399} 
a.menu-item {text-decoration:none} 
a:hover.menu-item {/*text-decoration:underline*/ color:#ff5566}

#sub-menu {
  margin-left: 0; 
  height: 1.2em;
}

#sub-menu a	{
  color: #765;
  margin-right: 20px;
  text-align: left ;
  /*font-family: "New Century Schoolbook", Times, serif ;*/
  vertical-align: middle ;
  text-decoration: none; 
}

#sub-menu a:hover { background: #d5d0ba; }
