/* Print style sheet for SNMP Research */
/* Last modified on April 27, 2006 */

 body { 
 	background: white; 
 	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 90%;
 	margin: 0px;
  }
  
.logo {
	display: none;
	}

.sitemap {
	display: none;	
}

#topbox {
	display: none;
}

/* Test of drop-shadow on text */
/* from http://phoenity.com/newtedge/drop_shadow/ */


  
p.tagline {
	text-align: center; 
	font-weight: bold;
	color: #0D2B88;
	font-size: 2em;
	position: absolute;
	z-index: 200;
	padding-left: 1.5em;
	margin: 0px;
	}
	
h1.tagline {
	font-weight: bold;
	color: black;
	margin-top: 0px;
	font-size: 1.3em;
	margin-left: 1em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	}
	
.rightalign {
	text-align: right;
}

 
a { color:#0D2B88; 
text-decoration: underline; 
font-weight: bold;}

a:hover { text-decoration: underline overline; }

/* Navigation for Suckerfish menus */

#nav {
	display:none;
}



 /* End menus */
/* was left */
#col1 { 
	display:none;
	}


/* was right */
#col2 { 
	float:right;
	width:200px;
	margin-left: 1em;
	background-color: #F1D47C; 
	padding: 1em 0.5em 0.5em 0.5em; 
	font-size: .9em;
	position: relative;
	z-index: 0;
}

#col2 a {
	color: black;
}

#center { 
/*	margin-right:215px; */
	background-color: transparent;
	position: relative;
	z-index: 0;
} 

#center h2 {
	margin-top: 1.5em;
	font-size: 1.2em;
}

#center h1 {
	font-size: 1.3em;
	margin-top: 1.5em;
}

#center h3{
	font-size: 1.1em;
	margin-top: 1.1em;
}

#footer { clear:both;
	padding:.5em; 
	margin-left: 8em;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-align: center;
}

.small {
	font-size: 0.8em;
	margin-top: -10px;
}


.productname a {
	font-size: 1.1em;
	color: #597814;
}

.space li, .space a {
	padding-left: 1em;
}


table {
	border: thin solid #597814;
	background: #CCCCCC;
	table-layout: auto;
	font-size: 0.9em;
}
tr, td {
	border-top: thin solid #597814;
	background: #F2DFA6;
	padding: 0.1em;
	padding-left: .5em;
	line-height: normal;
	vertical-align: text-top;
}
caption {
	text-align: left;
	font-size: 1.1em;
}

.ablist {
	list-style: lower-alpha;
}
