* {
	margin: 0;
	padding: 0;
	outline-style: none;
}

table {
	border: 0;
	border-collapse: collapse;
}

html, body, p {
	font-family:Arial,Helvetica,sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
	color: #9d9d9d;
	font-size: meduim;
}

a {
	color: #088FE5;
}

td {
	font-size: 0%;
}

.bg {
	vertical-align: sub;
}

#full-version {
	font-size: small;
	color: #d0d0d0;
	margin-top: 10px;
	margin-left: 16px;
}

#header {
	width: 100%;
}
.logo {
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
}
#header img {
	display: inline;
}

table a,
table i,
.number {
	font-size: medium;
}
table i {
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: super;
}
.user-name {
	color: #9d9d9d;
	vertical-align: super;	
}
.title {
	vertical-align: super;
}

.elem {
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;	
}

#content .elem {
	position: relative;
}
.elem .lt,
.elem .lb,
.elem .rt,
.elem .rb {
	position: absolute;
	display: block;
	background-color: #ffffff;
	height:1px;
	width: 1px;
}
.elem .lt {
	left: 0;
	top: 0;
}
.elem .lb {
	left: 0;
	bottom: 0;
}
.elem .rt {
	right: 0;
	top: 0;
}
.elem .rb {
	right: 0;
	bottom: 0;
}
.elem-even td .lt,
.elem-even td .lb,
.elem-even td.rt,
.elem-even td .rb {
	background-color: #e9e9e9;
}

.center td {
	padding-bottom: 2px;
}

.elem-even {
	background-color: #e9e9e9;
}

.number {
	padding-right: 3px;
	vertical-align: sub;
}

p {
	font-size: medium;
}

td p {
	display: inline-block;
	position: relative;
}

.into {
	margin-left: 5px;
	margin-right: 5px;
}

.subpage {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: small;
}
.pagnification {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}
