﻿#wiki {
	font-size: 14pt;
	padding: 15px;
	text-decoration: none;
	color: #0066FF;
	border: 1px #CCCCCC solid;
	margin-bottom: 6px;
	position: relative;
}

#wiki:hover{
	color: #FFF;
	background: gray;
}

.urating{
	color: #66FF66;
	vertical-align: top;
	line-height: 35px;
	}

.drating{
	color: #FF0000;
	vertical-align: top;
	line-height: 35px;
}

.by{
	color: #C0C0C0;
	font-size: 8pt;
}

.title {
	display: inline-block;
}

.edit{
	float: right;
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
}
.edit a{
	text-decoration: none;
}

#edit input
{
	padding: 7px;
	font-size: 11pt;
	font-weight: bold;
	float: right;

}

#edit textarea
{
	font-family: Verdana;
	font-size: 13pt;
	width: 95%;
	height: 300px;
}


.heading{
	font-size: 15pt;
	font-weight: bold;
	font-family: Arial;
	margin: 1px 0px 1px 0px;
	padding: 0px;
	display: inline;
}

.code{
	border: #82C0D9 1px solid;
	background: #D8E3E7;
	padding: 5px;
	font-weight: bold;
	margin: 3px 20px 3px 5px;
}

.mod {
	float: right;
	margin-top: -13px;
	font-size: 7pt;
	font-weight: bold;
	color:#A5C5E4;
}

.button {
border: 1px solid #ccc;
margin: 1px;
padding: 2px;
}

.button:hover{
	cursor: pointer;
}

#display{
	float: right;
	color: gray;
	font-weight: bold;
}

a #showmore{
	width: 96%;
	color: #0066FF;
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma;
	padding: 5px;
}

a:active #showmore{
	background: #037EF1;
	color: #FFF;
}
