html{
	overflow-y: scroll;
}

body {
	background-color: #e8e8e8;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 1.5em;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: #0D3765;
} 

a:hover {
	text-decoration: underline;
}


#page {
	color: #3F3F3F;
	width: 85em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-left:    1px solid #CCC;
	border-right:   1px solid #CCC;	
	border-bottom:  1px solid #CCC;
	border-top:  1px solid #CCC;
}

#header, #vis {
	padding: 0; margin: 0;
	height: 18.1em !important;
	max-height: 30em !important;
	width: 85em;
	position: relative;
	background: #134A86;
}

#header {
	background: #134A86 url("gradient.png") no-repeat top;
}

#logo {
  width: 85em;
	height: 18.2em;
	display: block;
	background: #f5f5f5 url("Header.png");
}

#content {
	background-color: #ffffff;
	margin-top: 5em;
	padding-bottom: 4em;
	padding-left: 3em;
	margin-left: 20em;
	width: 60em;
	border-left:1px solid #CCC;	
}

#content p, #content pre, #content td {
  	font-size: 1.2em;
}

#content ul, #content ol {
  	font-size: 12px;
}


#content table.quickref{
  width: 605px;
}

#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 {
    font-family: monospace;
  	height:350px;
	margin-bottom:5px;
	margin-top:5px;
	width:600px;
}

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

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

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

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

div#content { 
	min-height: 35em;
}

#sidebar {
    float: left;
	width: 15em;
	margin-top: 5em;
	padding: 0.1em 2em 2em 3em;
	color: #134A86;
	border-right:1px solid #CCC;	
}

#sidebar p, #sidebar li, #sidebar ol{
	font-size: 1.25em;
}

#sidebar ul { list-style:none; padding:0px; margin:0px; }
#sidebar li { margin:0px; margin-bottom: 0.2em;padding-left: 0.6em; }


#sidebar .here ul li, #sidebar .here ul li:hover {
	color:red;
	}


#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 {
  position: absolute;
  width: 85em;
	margin: 0;
	padding: 0;
	bottom: 0em;
	left: 0em;
	}

#menu ul li {
  position:relative;  
	display: inline;
	margin: 0em 1em 0 0;
	font-size: 1.1em;
}

#menu ul,
#menu ul li a {
	padding: 0.6em 0.7em 0.3em;
	margin: -0.1em 1.5em;
	}

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

#menu ul li a:hover {
	color: #134A86;
	background: #ffffff;
	text-decoration: none;
	}

#menu ul li .here a, #menu ul li .here a:hover {
	color: #134A86;  
	background: #ffffff;
	}


#footer {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 0em;
	text-align: center;
	font-size: 1.1em;
}

#footer a {
  margin: 0em;
}

#footer a:link, #footer a:visited {
	color: #134A86;
	text-decoration: none;
}

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

.clear {
  clear: both;
}




img.thumbs {
	border:1px solid #dddddd;
	margin:2px;
	padding:4px;
	vertical-align: middle;
} 
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover {
	border:1px solid red;
}
table.thumbtable img.thumbs {
	border: 0;
	padding:0;
}
table.thumbtable td.thumbtd {
	margin:4px;
	padding:2px;
}
table.thumbtable td.thumbtd:hover {
	border-color:red;
}
table.thumbtable {
	border:1px solid #cccccc;
}
table.thumbtable td.thumbtd div.img {
	border: 1px solid #dddddd;
	text-align: center;
}
.caption {
	font-size:.8em;
	overflow:hidden;
	padding:0px;
	line-height:1.1em;
}
img.current, table.thumbtable td.thumbtd div.current {
	border-color: #ff0000;
}

