/* Global settings */

body {
	margin: 0;
	border: none;
	padding: 0;
	color: #ffffff;
	background-image: url(../images/background.gif);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited, a.postlink {
	color: #9b9975;
	text-decoration: none;
}
a:hover{
	color: #767676;
}
img {
	border: none;
}


/* Modify some pre-defined classes */

.diffadd     { border-left-color: #33ff33; }
.diffdel     { border-left-color: #ffff33; }
.difftime    { background: #333333; }
.frame       { background: #333333; }
.quickref    { color: #ffffff !important; background: #333333 !important; }
.wikimessage { color: #ffff33; }
.wikitrail   { background: #333333; }

.diffrestore { font-size: 100%; }
.difftime    { font-size: 100%; }
.difftype    { font-size: 100%; }


/* General layout  */

.layouttable {
	width: 100%;
	margin: 0;
	border: none;
	border-collapse: collapse;
}
.layouttable th, td {
	padding: 0;
}

.topalign {
	vertical-align: top;
}


/* Settings for individual items */

#contentcell {
	width: 100%;
}

#datecell {
	text-align: center;
}

#logocell {
	vertical-align: top;
	text-align: center;
}
#logoimage {
	display: block;
}
#logotext {
	display: none;
	font-size: 16px;
	font-weight: bold;
}

#pagetext {
	padding: 2px;
	background: #000000;
	text-align: left;
}

#pagetitle {
	position: relative;
	top: 3px;
	font-weight: bold;
	text-align: left;
}

#searchcell {
	vertical-align: top;
	text-align: right;
}

#sidebar {
	padding: 2px;
	background: #000000;
	text-align: left;
}

#wikiedit {
	margin-bottom: 5px;
}

#wikiedit textarea {
	width: 98%;
	margin-bottom: 5px;
}

#wikifoot {
	text-align: center;
}
