/*
 * The Apache Software License, Version 1.1
 *
 * Copyright (c) 1999, 2000 The Apache Software Foundation.  All rights
 * reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in
 *    the documentation and/or other materials provided with the
 *    distribution.
 *
 * 3. The end-user documentation included with the redistribution, if
 *    any, must include the following acknowlegement:
 *       "This product includes software developed by the
 *        Apache Software Foundation (http://www.apache.org/)."
 *    Alternately, this acknowlegement may appear in the software itself,
 *    if and wherever such third-party acknowlegements normally appear.
 *
 * 4. The names "The Jakarta Project", "Ant", and "Apache Software
 *    Foundation" must not be used to endorse or promote products derived
 *    from this software without prior written permission. For written
 *    permission, please contact apache@apache.org.
 *
 * 5. Products derived from this software may not be called "Apache"
 *    nor may "Apache" appear in their names without prior written
 *    permission of the Apache Group.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 * ====================================================================
 *
 * This software consists of voluntary contributions made by many
 * individuals on behalf of the Apache Software Foundation.  For more
 * information on the Apache Software Foundation, please see
 * <http://www.apache.org/>.
 */

/**
 * XMLReleaseNotes  style sheet. You can customize me in order to have the right layout.
 * This file belongs to XMLReleaseNotes V0.17.0.
 *
 * You should not edit the selector ending with 'XRNInternal', but you can customize others at your will.'
 */

 /**
  * This is the selector that is suposed to surround any release notes content.
  */
.releaseNotes
{
	font-family : Verdana, Geneva, Arial, Helvetica, "Courier New", sans-serif;
}

/**
 * This is the selector for the main TABLE that contains the overall release notes.
 */
.releases
{
	border : 1px solid Black;
}

/**
 * This is the selector for all the even releases TR.
 */
.releaseEven
{
	background : #FFFFD4;
}

/**
 * This is the selector for all the odd releases TR.
 */
.releaseOdd
{
	background : #FFFF99;
}

 .versionTitle
{
	border-bottom : 1pt solid;
	font-weight : bold;
}

 .version 
{
	color : Purple;
	font : bolder;
}

 .date 
{
	color : Navy;
	font : bolder;
}

 .releaseSummary
{
	font-weight : bold;
}

.techType
{
	color : Olive;
	font-weight : bolder;
}

.funcType
{
	color : Gray;
	font-weight : bolder;
}

.vscType
{
	color : #C700C8;
	font-weight : bolder;
}

.bug
{
	color : Red;
}

.why
{
	color : #228B22;
	font-weight : bold;
}

.category
{
	color : #DAA520;
}

.askingID
{
	color : Maroon;
	font-weight : bolder;
}

.contributorID
{
	color : Green;
	font-weight : bolder;
}

.parentFeatureID
{
	font-weight : bolder;
	text-align : left;
	color : #00907D;
	font : small-caps bolder larger;
	letter-spacing : 3px;
	}

.featureID
{
	font-weight : bolder;
	text-align : center;
	color : #00907D;
	font : small-caps lighter smaller;
}

 .featureSummary
{
	font-weight : bold;
}

/**
 * This is the selector for a feature TABLE.
 */
.feature
{
	background : #FFF1D4;
	font : smaller;
	width : 100%;
}

/**
 * This concerns the header part of a feature element (its ID and inheritance parts)..
 */
.featureHeader
{
	background : #FFC242;
	border : 2px ridge #B8860B;
	}

/**
 * This is the selector for a feature TABLE.
 */
.featureEven
{
	background : #FFE4DB;
}

.featureOdd
{
	background : #FFF4EA;
}

.featureImportance5
{
	font : 150%;
}

.featureImportance4
{
	font : 125%;
}

.featureImportance3
{
}

.featureImportance2
{
	color : #7B7B7B;
	font : 75%;
}

.featureImportance1
{
	color : #A3A3A3;
	font : 50%;
}

.item
{
	margin-left: 5%;
	border-left: 1px solid;
	padding: 15px;
	line-height: 102%;
	width: 90%;
}

.composition
{
	font : xx-small;
	text-align : left;
	background : #FFDFFF;
}

.compositionComponent
{
	background : #FFF4EA;
}

.requirement
{
	font : xx-small;
	text-align : left;
	background : #FFD2CA;
}

.requirementComponent
{
	background : #FFF4EA;
}

.dependency
{
	font : xx-small;
	text-align : left;
	background : #F2E2CF;
}

.dependencyComponent
{
	background : #FFF4EA;
}

.delivery
{
	font : xx-small;
	text-align : left;
	background : #FFEAFF;
}

/**
 * This is the bottom banner for XRN: pleas, do not touch it!
 */
.copyrightXRNInternal
{
background: #FFE3F3;
border-top: 1px solid #8CACBB;
border-bottom: 1px solid #8CACBB;
color: Black;
clear: both;
float: none;
margin: 1em 0em;
padding: 0.2em 0em 0.2em 0em;
text-align: right;
font-size : 7pt;
 width : 100%;
}

/**
* Javadoc style sheet: you can override them easily.
*/

/* Page background color */
body { background-color: #FFFFFF }

/* Table colors */
.TableHeadingColor     { background: #FFE6B2; }
.TableSubHeadingColor  { background: #FFF1D4; }
.TableRowColor         { background: #FFFFFF; } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
.FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
.FrameItemFont    { font-size: 10pts; font-family: Helvetica, Arial, san-serif }

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#FFFFD4;}
.NavBarCell1Rev { background-color:#DAA520;}
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
