/* Type-z.org CSS - Seb 2003 - version 1.0 */

/* Body and links */

body
{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #888888;
	background-color:#404040;
}

p
{
	font-size: 12px;
}

td
{
	font-size: 12px;
}

hr
{
  height:1px;
}

a img
{
  border: 0px;
}

a
{ text-decoration: none ; color: #B0899A;}
a:active
{ text-decoration: none ; color: #D14E74; }
a:visited
{ text-decoration: none ; color: #B0899A; }
a:hover
{ text-decoration: underline; color: #B10E54; }

/* Text and heading classes */

.text
{
	font-family: Georgia, Serif;
	font-size: 12px;
}

.heading, h1, h2, h3, h4
{
	font-family: HelveticaNeue, Helvetica, Sans-Serif;
	color: #444444;
}

.smallText {
	font-family: HelveticaNeue, Helvetica, sans-serif;
	font-size: 10px;
}

/* Color of the page box surrounding every tz page */

.pageBox
{
	border: solid black;
}

/* Color of the inner page of a tz page */

.innerContent
{
	padding: 5px;
	color: #888888;
	background-color: #EFEFEF;
	font-size: 13px;
}


/* Colors of the headers and footers */

.headerLeftCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #CCCCCC;
	padding:5px;
}

.headerCenterCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #CCCCCC;
	padding:5px;
}

.headerRightCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #CCCCCC;
	padding:5px;
}

.sectionLeftCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #BCBCBC;
	padding: 5px;
}

.sectionCenterCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #BCBCBC;
	padding: 5px;
}

.sectionRightCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #BCBCBC;
	padding: 5px;
}

.footerLeftCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #CCCCCC;
	padding:5px;
}

.footerCenterCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #CCCCCC;
	padding:5px;
}

.footerRightCell
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #CCCCCC;
	padding:5px;
}


.wikiContent
{
  color: #484848;
  padding:30px;
}

.wikiContent h1
{
  text-align: center;
  margin: 40px;
}



.wikiHeader
{
        margin-bottom: 20px;
        padding-bottom:20px;
        border-bottom: 1px dotted  #444444;
}

.wikiFooter
{
        margin-bottom: 20px;
        padding-bottom:20px;
        border-top: 1px dotted #444444;
}

.wikiTitle
{
        font-family: HelveticaNeue, Helvetica, sans-serif;
	font-size: 20px;
}

pre
{
    font-size: 10px;
    color: #787878;
    background-color: #FEFEFE;
    border:thin dotted #F0F0F0;
    padding: 10px;
}
