/************************************************************************/
/* Custom style-sheet stuffs for the Subversion book in HTML form.      */
/************************************************************************/

/*
 * Copyright (c) 2003-2007
 * Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato.  
 * 
 * This work is licensed under the Creative Commons Attribution License.
 * To view a copy of this license, visit
 * http://creativecommons.org/licenses/by/2.0/ or send a letter to
 * Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
 * USA.
 */

body
{
    background: white;
    margin: 0.5in;
	/*margin-top:5em;*/
}

p, li, ul, ol, dd, dt
{
    font-style:normal;
    font-weight:normal;
    color: black;
}

tt, pre
{
    font-family: courier new,courier,fixed;
}

a
{
    color: blue;
    text-decoration: underline;
}    

a:visited 
{
    color: purple;
    text-decoration: underline;
}

a:hover 
{
    /*background: rgb(75%,75%,100%);*/
    color: red;
    text-decoration: underline;
}

img
{
    border: none;
}

h1.title
{
    font-size: 250%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

h2.subtitle
{
    font-size: 150%;
    font-style: italic;
    color: black;
}

h2.title
{
    font-size: 150%;
    font-style: normal;
    font-weight: bold;
	font-variant:small-caps;
    color: black;
}

h3.title
{
    font-size: 125%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

h4.title
{
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

.toc b
{
    font-size: 125%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

.command, .screen, .programlisting, .structname
{
    font-family: courier new,courier,fixed;
    font-style: normal;
    font-weight: normal;
}
.computeroutput
{
	white-space:nowrap;
	font-weight:normal;
	font-weight:bold;
}

.filename
{
    font-family: arial,helvetica,sans-serif;
    font-style: italic;
}

.figure, .example, .table, .informaltable
{
    margin: 0.125in 0.25in;
}

.table table, .informaltable table
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-spacing: 0;
    background: rgb(240,240,240);
}

.table td, .informaltable td
{
    border: none;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
    padding: 2px;
}

.table th, .informaltable th
{
    background: rgb(180,180,180);
    border: none;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
    padding: 2px;
}

.table p.title, .figure p.title, .example p.title
{
    text-align: left !important;
    font-size: 100% !important;
}

.author, .pubdate
{
    margin: 0;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    color: black;
}

.preface div.author, .preface .pubdate
{
    font-size: 80%;
}

.sidebar 
{
    border-top: dotted 1px black;
    border-left: dotted 1px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    background: rgb(240,220,170);
    padding: 0 0.12in;
    margin: 0.25in;
}

.guimenu, .guisubmenu, .guimenuitem
{
	color:#000099
}

.note .programlisting, .note .screen, 
.tip .programlisting, .tip .screen, 
.warning .programlisting, .warning .screen, 
.sidebar .programlisting, .sidebar .screen
{
    border: none;
    background: none;
}

.sidebar p.title
{
    text-align: center;
    font-size: 125%;
}

.note
{
    border: black solid 1px;
    background: url(./images/note.png) no-repeat rgb(252,246,220);
    margin: 0.125in 0;
    padding: 0 55px;
}

.tip
{
    border: black solid 1px;
    background: url(./images/tip.png) no-repeat rgb(224,244,255);
    margin: 0.125in 0;
    padding: 0 55px;
}

.warning
{
    border: black solid 1px;
    background: url(./images/warning.png) no-repeat rgb(255,210,210);
    margin: 0.125in 0;
    padding: 0 55px;
}

.note .title, .tip .title, .warning .title
{
    display: none;
}

.programlisting, .screen
{
    font-size: 90%;
    color: black;
    margin: 1em 0.25in;
    padding: 0.5em;
    background: rgb(240,240,240);
    border-top: black dotted 1px;
    border-left: black dotted 1px;
    border-right: black solid 2px;
    border-bottom: black solid 2px;
}

.navheader, .navfooter
{
    border: black solid 1px;
	background:#66CCFF;
    /*background: rgb(180,180,200);*/
}
/*.navheader
{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	border:none;
	background: url(./images/back.png) repeat-x;
	background-position:bottom;
	background-color:#66ccff;
	padding-bottom:.5em;

	overflow:hidden;

	
}*/
.cidcontainer
{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
}
.cidbanner
{
	padding:0em;
	font: 12px Arial, Helvetica, sans-serif;
	height:32px;
	background: url(/images/Body_Top.gif);
	overflow:hidden;
	color:white;
}
.cidbanner a:visited, .cidbanner a:link
{
	text-decoration:none;
	color:white;
}
.cidbanner a:hover
{
	text-decoration:underline;
}
.cidbar
{
/*    background: url(./images/metalbar.png) repeat-x bottom;*/
	height:7px;
}

.navheader hr, .navfooter hr
{
    display: none;
}

