/*
 * wiki.css
 */
#topPicture	{
	margin-left:auto;
	margin-right:auto;
	width:640px;
	height:240px;
	border:0;
}

body {
    margin: .5em .5em .5em .5em;
    color: black;
    font-family: "Verdana";
}

body.normal {
    background-color: #efefef;
}

body.frozen {
    background-color: #eee;
}

.preview {
    color: black;
    background-color: #fed;
}

p, dl {
    margin: 5pt;
    padding: 5pt;
}

p, pre, ul, li, dl, dt, dd {
    line-height: 140%;
}

dt {
    font-weight: bold;
}

dd {
    margin: 5pt;
    padding: 5pt;
}

a {
}

a:hover {
    color: red;
    background-color: white;
    text-decoration: underline;
}

a img {
    border: none;
}

.tools {
    margin: 1pt;
    padding: 1pt;
    text-align: right;
    font-size:12px;
}
.site_header	{
	margin :0;
	padding:0;
	background-color:#261;
	color:#eee;
	text-align:center;
	font-weight:900;
	font-family:ariel;
}

.header {
    margin: 0 0 0 0;
    padding: 5pt 15pt 5pt 5pt;
    text-align: right;
    font-size:18px;
    /* border: #999 1px solid; */
    color: black;
    /* background-color: #ccc;*/
}
.centering	{
	margin-left:auto;
	margin-right:auto;
	width:640px;
	text-align:center;
}
.pagetitle{
	position:absolute;
	width:100%;
	text-decoration:underline;
	text-align:left
}
.rightAlign{
	position:absolute;
	width:95%;
	text-align:right
}
.pegbar	{
	margin-left:auto;
	margin-right:auto;
	width:620px;
	height:24px;
}
.peghall	{
	position:absolute;
	width:310px;
	height:20px;
	top:42px;
	border:0;
	padding:0;
	margin:0;
	background-color:gray;
}
#centerhall	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:20px;height:20px;

}
#leftslot	{
	position:relative;
	width:46px;height:11px;
	left:-240px;
	top:-5px;
}
#rightslot	{
	position:relative;
	width:46px;height:11px;
	left:240px;
	top:-5px;
}
.index {
	position:absolute;
	top:72px;
	left:0px;
	width:152px;
	height:100%;
	text-align:right;
	margin:5px;
	padding:5px;
    font-size:12px;
	/*background-color:gray;*/
}

.content{
	position:absolute;
	top:64px;
	left:164px;
	height:100%;
	text-align:left;
}

.footer {
    font-style: normal;
    text-align: right;
}

.InterWiki {
    color: black;
    background-color: #eee;
}

h2 {
    margin: 10pt 0 5pt 0;
    padding: 5pt 5pt 5pt 5pt;
    text-align: left;
    color: black;
    background-color: #ccc;
    /* border: #999 1px solid; */
    
}

h3 {
    margin: 10pt 0 5pt 0;
    padding: 5pt 5pt 5pt 5pt;
    text-align: left;
    color: black;
    border-left: #bbb 10pt solid;
    border-bottom: #ddd 1pt solid;
}

h4 {
    margin: 10pt 0 5pt 0;
    padding: 5pt 5pt 5pt 5pt;
    text-align: left;
    color: black;
    border-bottom: #aaa 1px solid;
}

.date {
    font-family: monospace;
}

/* verbatim */
pre.verbatim-hard {
    margin: 5pt;
    padding: 5pt;
    background-color: #ddd;
    border: #ccf 1px solid;
    padding: 1em 1em 1em 1em;
}

pre.verbatim-soft {
    margin: 5pt;
    padding: 5pt;
    background-color: #ddd;
    border: #ccf 1px solid;
}

/* diff */
.added {
    color: blue;
}

.deleted {
    color: red;
}

.same {
    color: #666;
}

.diff {
    color: black;
    background-color: #eee;
}

/* table */
table {
/*    margin: 0pt;*/
    padding: 0pt;
	border-width:0;
	border-style:none;
	text-align:left;
/*    background-color: #f8f8f8;*/
}

td {
    margin: 1px;
    padding: 1px;
/*    background-color: #bbb;*/
}

.error {
}

/*
 * Styles for printer.
 */

@media print {
    form {
        display: none;
    }

    .header {
        color: black;
        border: none;
        text-align: center;
        /* font-size: large; */
        margin-bottom: 1em;
    }

    h2 {
        border: none;
        border-bottom: #ccc 1px solid;
        border-left: #ccc .5em solid;
    }

    h3 {
        border: none;
        border-bottom: #ccc 1px solid;
    }

    h4 {
        border: none;
    }

    a:hover {
        color: black;
        text-decoration: none;
    }

    a {
        text-decoration: none;
    }

    a.editlink {
        display: none;
    }

    .footer {
        display: none;
    }

    body {
    }

    .tools {
        display: none;
    }

    p {
        font-family: Serif;
    }
}

