/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

div.clear {
 clear: both;
 visibility: hidden;
}

#banner {
 height: 80px;
 border-bottom: 1px solid #006699;
}

#opennlp-logo {
 float: left;
}

#apache-feather-logo {
 float: right;
}

#navigation {
 float: left;
 padding: 3px 3px 3px 15px;
 top: 10px;
}

#navigation h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #006699;
 font-style: italic;
}

#navigation a.externalLink {
 background: url(../images/externlink.jpeg) right center no-repeat;
 padding-right: 18px;
}
#content {
 margin: 0px 100px 100px 250px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
}

#content h1, #content h2, #content h3, #content h4, #content th {
 color: #006699;
}

#content h1{
 font-size: 18pt;
 font-style: italic;
}

#content h2{
 font-size: 16pt;
 font-weight: bold;
}

#content h3{
 font-size: 14pt;
 font-weight: bold;
}

#content h4{
 font-size: 10pt;
 text-align: right;
}

#content th{
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
}

#content td{
 padding-right: 20px;
}

#content pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	background: url(../images/pre_code_bg.gif) repeat-y left top; /*--Background of lined paper--*/
	width: 600px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

#content pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}

div.copyright {
 float: right;
}

#footer {
 border-top: 1px solid #006699;
}