body {
	font-size: 12px;
	background-image: none;
	background-position: 0% 0%;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;

	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;

}

html,
body {
	/* height: 100%; */
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

img {
	border: 0;
}

th {
	background-color: #F5F5F5;
	color: black;
}

table,
table td {
	border: 1px solid darkgrey;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	vertical-align: top;
	font-size: 12px;
}

#claninfo_gerb {
	float: left;
	width: 200px;
	height: 250px;
}

#claninfo_info {
	width: 450px;
	height: 250px;
	margin-left: 30px;
}

#claninfo_content {
	width: 100%;
}

#claninfo_header {
	position: relative;
	width: 100%;
}

.f_red {
	color: red;
	font-weight: bold;
}

.f_note {
	color: grey;
	font-family: MS Sans Serif, Arial, Tahoma, sans-serif;
	font-size: 6.5pt;
}

.offline-item {
	color: darkgrey;
}

.current-page {
	background-color: #6DA3BD;
}

.img18 {
	width: 18px;
}

.img24 {
	width: 24px;
}

.img32 {
	width: 32px;
}

.clan-info-content {
	width: 450px;
	margin-left: 30px;
}

.clan-arts-small-content {
	width: 200px;
	margin: 0px;
	padding: 0px;
}

.jumbotron {
	border: 1px solid #F0F0E7;
	/* Параметры рамки */
	border-radius: 4px;
	padding: 5px 5px 5px 5px;
	/* Поля вокруг текста */
	margin-bottom: 5px;
	/* Отступ снизу */
	width: 560px;
	background-color: #F0F0E7;
}

.manage_btns a {
    font-family: MS Sans Serif, Arial, Tahoma, sans-serif;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    color: #6DA3BD;
    font-weight: bold;
}

.label
{
	float:left;
	width: 60px;
}

ul.pagination {
	list-style: none;
	margin: 5px;
	padding: 5px;
}

ul.pagination li {
	border: 1px solid gray;
	border-radius: 4px;
	padding: 5px 5px 5px 5px;
	margin: 3px;
	display: inline;
}

/* **************** */

/* Style The Dropdown Button */
.dropbtn {
	background-color: #6da3bd;
	color: white;
	padding: 5px;
	font-size: 11px;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 240px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 5px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #6da3bd;
}
