/**
 * Package: WIKIng
 * File: includes/styles/default.css
 * Description: custom FTM stylesheet
 **/

body {
	font-family:Verdana,sans-serif;
	font-size: 12px;
	background-color: #006800;
	background-image: 	url(../../../img/mainbackground.jpg);
	background-repeat:	no-repeat;
	background-attachment:	fixed;
}

textarea {
	width:700px;
	height:500px;
        background-color: #CCCCCC;
        color: #000;
}

input[type=text] {
	width:95%;
}

input[type=submit] {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	background: #008000;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
}

#logo a {
	font-size:12px;
	text-decoration: none;
        font-weight:bold;
	position:fixed;
	z-index:5;
        color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px #555;
}

#mainmenu {
	font-size:12px;
	width:100px;
	border:1px solid #000;
	padding:1px;
	position:fixed;
	top:40px;
        background-color: #fff;
        color: #000;
        line-height: 16px;
}

.mainmenuitem {
	display:block;
	font-weight:bold;
	border-bottom:1px dashed #000;
	padding:1px;
}

.mainmenuitem input[type=text], .mainmenuitem input[type=password] {
	width:95%;
}

.mainmenuitem input[type=submit] {
	margin-top:1px;
	margin-left:2px;
	margin-right:2px;
	width:45%;
}

.mainmenuitem a {
	color: 				#000;
	font-weight:			normal;
	text-decoration: 	none;

}

mmainmenuitem a:hover {
	background: 				#c0c0c0;
}

#credits {
	font-size:12px;
	text-align:center;
	color:#999;
}

#pagemenu {
	font-size:10px;
	text-align:right;
	position:absolute;
	top:26px;
	width:882px;
        font-color: #000;
}

#pagemenu a {
        text-decoration: none;
}

.pagemenuitem {
	border: 1px solid #000;
	padding: 2px;
	margin-left:1px;
        background: #fff;
}

#contents {
	border:1px solid #000;
	margin-left:120px;
	padding:5px;
	position:absolute;
	top:40px;
	width:750px;
        background:			#fff;
}

#viewcount {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	width:50%;
	float:left;
}

#timestamp {
	font-size:10px;
	font-weight:bold;
	text-align:right;
	width:50%;
	float:left;
}

#messages, #warnings, #errors, #debug {
	clear:left;
	color:#999;
	border:1px solid grey;
	margin-top:0.1em;
}

.messageitem, .warningitem, .erroritem, .debugitem {
	border-top:1px dashed #999;
}

.imageitem {
	border-bottom:1px dashed #000;
}

.strong {
	font-weight:bold;
}

.timemenu {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}

a.dead {
	color:#900000;
}

#toc {
	margin-left:10px;
	margin-bottom:10px;
	padding:1px;
	font-size:12px;
}

.tocl1 {
}

.tocl2 {
	margin-left:10px;
}

.usertable {
	border-collapse:collapse;
}

.usertable th {
	border:1px solid #999;
	background:#ccc;
}

.usertable td {
	border:1px solid #999;
}

.userlist {
}

.userpre {
	background:#ccc;
	padding:1px;
}

.userline {
	height:0px;
	border:0px;
	border-bottom:1px dashed #999;
        font-color: #000;
}

#formattingbuttons {
	margin-bottom:2px;
}

.formattingbutton {
	border:1px solid #999;
	background:#ccc;
	padding:0.1em;
	margin-right:0.2em;
	cursor:pointer;
}

.paragraph {
	margin-bottom:0.6em;
        font-color: #fff;
        min-height:1em;
}

.diff-addition {
	background:#98FB98;
	float:left;
	width:50%;
}

.diff-deletion-virtual, .diff-addition-virtual {
	float:left;
	width:50%;
}

.diff-deletion {
	background:#cd5c5c;
	float:left;
	width:50%;
}

.diff-linenumber {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#d3d3d3;
	font-weight:bold;
}

.diff-miscline {
}

a {
	color: 				#000;
	text-decoration:underline;
}

a:hover {
	color: 				#c0c0c0;
}

h1 {
	font-size: 1.5em;
	text-decoration:underline;
        font-weight:bold;
}

h2 {
	font-size: 1.4em;
        font-weight:bold;
        clear:none;
}

h3 {
	font-size: 1.2em;
        font-weight:bold;
        clear:none;
}

h4 {
	font-size: 1.15em;
        clear:none;
}

h5 {
	font-size: 1.1em;
        clear:none;
}

h6 {
	font-size: 1.025em;
        clear:none;
}

table.recentchanges, table.revisionlist {
}

table.recentchanges tr, table.revisionlist tr {
	vertical-align:top;
}

td.revision {
	white-space:nowrap;
}

td.comment {
}


