body {
	background-color: #ccddff;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: #0c4074; /*note: color overwritten by tmpl*/
}

a:hover {
	text-decoration: underline;
}

p, #content ul li, #sidebar ul li { line-height: 1.4em; }

#page {
	color: #3F3F3F;
	width: 64em;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left:    1px solid #CCC;
	border-right:   1px solid #CCC;
	border-bottom:  1px solid #CCC;
}

#header, #vis {
	padding: 0px; margin: 0px;
	height: 160px;
	max-height: 160px;
	width: 64em;
}

#header {
	background: #86afe5 url("gradient.jpg") repeat-x top;
}


#logo {
	height: 136px;
	width: 554px;
	background: transparent url("logo.jpg") no-repeat;
	cursor: pointer;
}

#logo a {
	color: #ffffff;
}

#content {
	background-color: #ffffff;
	padding: 0px;
	margin-top: 2.5em;
	padding-bottom: 2.5em;
	margin-left: 16em;
	width: 46em;
}

#content table.quickref{
  width: 45em;
}

#content table.quickref td {
	font-size: 0.95em;  
}

#content table {
  border: 0;
}

#content table tr, #content table td {
  padding:0; margin:0;
}

#content table td {
  padding-right:  6px;  
  padding-bottom: 12px;  
}

#content textarea {
  width:100%; height:30%;
  font-family: monospace;
}

#content h1 {
  font-size: 1.6em;
}

#content h2 {
  font-size: 1.4em;
}

#content h3 {
  font-size: 1.2em;
}

#content ul {
	padding-left:2em;
}

div#content { 
	min-height:40em;
	height:expression(this.scrollHeight > 400 ? "auto":"40em"); 
}

#sidebar {
	float: left;
	width: 14em;
	margin: 0px; padding:0;
	padding-top: 2.5em;
	padding-left: 2em;
}


#sidebar p { font-size: 1.2em; font-weight: bold; }
#sidebar ul { list-style:none; margin:0px; padding:0px; }
#sidebar li { padding:0px; margin:0px; padding-left: 6px; }

#suptitle p, #suptitle ul {
	font-size: 1.1em;
	padding: 0.4em 0;
}

#suptitle p {
	float: left;
	padding-left: 1em;
}

#suptitle ul {
	text-align: right;
	padding-right: 1em;
}

#suptitle ul li {
	display: inline;
	margin-left: 1em;
}

#menu ul {
  width: 48em;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0px;
	left: 14em;
	}

#menu ul li {
  position:relative;  
	display: inline;
	margin: 0 0.5em 0 0;
}

#menu ul,
#menu ul li a {
	padding: 5px 15px 5px;
	margin: 0 15px;
	}

#menu ul li a {
  position: relative;  
	font-size: 1em;
	color: #fff;
	margin: 0;
	}

#menu ul li a:hover {
	background: #0187e6;
	text-decoration: none;
	}

#menu ul li .here a, #menu ul li .here a:hover {
	color: #0D3765;  
	background: #fff;
	}


#footer {
	clear: both;
	color: #777;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	text-align: center;
}

#footer a {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

img, #logo, #vis { behavior: url("iepngfix.htc"); }

