
body, html
{
	padding: 0;
	margin: 0;
}

body
{
	background: rgb(235, 235, 235);
	font-family: Arial;
}

#topmenu
{
	padding: 10px;
	padding-top: 15px;
	background: black;
	margin-bottom: 0;
	width: auto;
	color: white;
}

#perpage
{
	padding-left: 20px;
	font-size: 20px;
}

#perpage a
{
	width: 60px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
}

#page
{
	padding-left: 20px;
	font-size: 20px;
	margin-top: 10px;
}

#page a
{
	width: 60px;
	display: inline-block;
	text-align: center;
}

#contents
{
	padding: 10px;
	padding-top: 0;
	margin-top: 0;
}

#cpage
{
	color: rgb(120, 120, 120);
	padding-left: 20px;
	padding-top: 10px;
}

#tsmiles
{
	color: rgb(120, 120, 120);
	padding-left: 20px;
	padding-top: 10px;
}

a
{
	color: white;
	text-decoration: none;
	background: #353535;
	transition: .6s ease 0s;
}

a:hover
{
	background: #A2A2A2;
}

img
{
	padding: 3px;
	border: solid 1px rgb(225, 225, 225);
	margin: 1px;
	max-width: 200px;
	max-height: 200px;
	transition: .3s ease 0s;
	-moz-transition: .3s ease 0s;
	-webkit-transition: .3s ease 0s;
	-o-transition: .3s ease 0s; /*opera 12*/
}

img:hover
{
	background: rgb(200, 200, 200);
}

#leftmenu
{
	padding-top: 30px;
	font-size: 40px;
	text-align: center;
	padding-bottom: 5px;
	background: black;
	color: white;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}

#lmenucontent
{
	
}

#lmenucontent a
{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#LoadingLabel
{
	display: none;
	color: white;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	width: 800px;
	height: 60px;
	vertical-align: middle;
	padding-top: 10px;
	margin-left: -400px;
	left: 50%;
	background: rgb(140, 140, 140);
	position: fixed;
}

.imagedesc
{
	display: none;
	position: absolute;
	background: white;
	padding: 5px;
}

.imagedesc a
{
	background: white;
	color: black;
	border-bottom: dashed 1px black;
}

.image
{
	display: inline-block;
}

.image:hover .imagedesc
{
	display: block;
}

.image img
{
	cursor: pointer;
}

#Copied
{
	display: none;
	color: white;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	width: 800px;
	height: 60px;
	vertical-align: middle;
	padding-top: 10px;
	margin-left: -400px;
	left: 50%;
	background: rgb(140, 140, 140);
	position: fixed;
	top: 0;
}

#FCopied
{
	display: none;
	color: white;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	width: 800px;
	height: 60px;
	vertical-align: middle;
	padding-top: 10px;
	margin-left: -400px;
	left: 50%;
	background: rgb(140, 140, 140);
	position: fixed;
	top: 0;
}
