/* * * * * * * * * * * * * * * *
 * Таблица стилей kuban.org.ua *
 * * * * * * * * * * * * * * * */

body {
	color: #000;
	background-color: #fff;
	margin: 10px 30px 10px 30px;
	padding: 0;
}

body, td, input, textarea, select, h1, h2, small {
	font-family: Tahoma, sans-serif;
	font-size: small;
}

input, textarea, select {
	background-color: #fff;
}

input:focus, textarea:focus, select:focus {
	background-color: #ccc;
}

form {
	margin: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

hr { 
	height: 0;
	border: 1px solid #ccc;
	border-top-color: #000;
}

td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666;
}

small {
	font-size: 80%;
	font-weight: normal;
	white-space: nowrap;
}

small a {
	font-weight: bold;
	text-decoration: none;
}


h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 140%;
	font-weight: bold;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 0 0 5px 5px;
	font-size: 120%;
	font-weight: bold;
}


.left_post {
	width: 20%;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #ccc;
}

.right_post {
	padding: 5px;
	border: 1px solid #000;
	border-left: none;
}


.list {
	width: 100%;
}

.list td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #000;
	background-color: #ccc;
	text-align: center;
}

.list thead td {
	font-weight: bold;
	width: 12%;
}

.list tbody td {
	font-size: 80%;
}

.list .thead_l {
	text-align: left;
	width: 64%;
}

.list .tbody_l {
	text-align: left;
	background-color: #fff;
	border-right: none;
	font-size: 100%;
	font-weight: bold;
}

.list small a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}


.reg {
	width: 80%;
}

.reg th {
	padding: 5px 20px 5px 30px;
	background-color: #ccc;
	border: 1px solid #000;
	text-align: left;
	font-weight: normal;
}

.reg td {
	padding: 5px 20px 5px 30px;
	border: 1px solid #000;
	border-right: none;
	font-size: 90%;
}

.reg .val {
	padding-left: 10%;
	vertical-align: middle;
	background-color: #ccc;
	border-right: 1px solid #000;
	font-weight: bold;
}


.in {
	width: 50%;
}

.in th {
	font-weight: bold;
}

.in .val {
	padding: 5px;
	text-align: center;
}



.search {
	width: 100%;
}

.search td {
	padding: 5px;
	background-color: #ccc;
	border: 1px solid #000;
}

.search input {
	margin-bottom: 10px;
}

.search blockquote {
	background-color: #fff;
	margin: 5px 5px 5px 30px;
	padding: 5px 5px 5px 20px;
}


.users {
	width: 100%;
}

.users td {
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
	font-size: 90%;
}

.users thead td, .users .frst {
	background-color: #ccc;
	border-width: 1px 1px 1px 1px;
	width: 16%;
	font-weight: bold;
}

.users tbody td {
	border-width: 1px 0 1px 0;

}

.users .lft {
	border-width: 1px 0 1px 1px;
}

.users .rght {
	border-width: 1px 1px 1px 0;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

.bottom {
	vertical-align: bottom;
}