/*
 * Таблица стилей ibash.org.ru
 */

body {
	color: #B1B1B1;
	background-color: #222;
	background-image: url(bgb.gif);
	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: #111;
	color: #b1b1b1;
	border: 1px solid #666;
}

input:focus, textarea:focus, select:focus {
	background-color: #292929;
}

form {
	margin: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

hr { 
	height: 0;
	border: 1px solid #292929;
	border-top-color: #666;
}

td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

a {
	color: #B1B1B1;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ddd;
}

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;
	white-space: nowrap;
}

h1 span {
	color: #79B94D;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 0 0 5px 5px;
	font-size: 120%;
	font-weight: bold;
}

h2 small {
	margin-left: 1em;
	font-weight: bold;
}

h2 small a {
	font-weight: normal;
	color: #79B94D;
	
	font-size: 80%;
}


.left_post {
	width: 20%;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #6E6E6E;
	background-color: #292929;
}

.left_post a {
	color: #79B94D;
}

.left_post a:hover, .left_post a:active {
	color: #99d96d;
}

.right_post {
	padding: 5px;
	border: 1px solid #6E6E6E;
	background-color: #111;
}


.list {
	width: 100%;
}

.list td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #6E6E6E;
	background-color: #292929;
	text-align: center;
}

.list thead td {
	font-weight: bold;
	width: 12%;
	color: #B1B1B1;
}

.list tbody td {
	font-size: 80%;
	width: 12%;
}

.list .thead_l {
	text-align: left;
	width: 64%;
}

.list .tbody_l {
	text-align: left;
	background-color: #111;
	border: 1px solid #6E6E6E;
	font-size: 100%;
	font-weight: bold;
	width: 64%;
}

.list small a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}


.reg {
	width: 80%;
}

.reg th {
	padding: 5px 20px 5px 30px;
	background-color: #292929;
	border: 1px solid #666;
	color: #B1B1B1;
	text-align: center; /**/
	font-weight: normal;
}

.reg td {
	padding: 5px 20px 5px 30px;
	border: 1px solid #666;
	border-right: none;
	font-size: 90%;
	text-align: right; /**/
	width: 50%;
}

.reg .val {
	padding: 5px 20px 5px 30px; /**/
	vertical-align: middle;
	background-color: #292929;
	border-right: 1px solid #666;
	font-weight: bold;
	text-align: left; /**/
	width: 50%;
}


.in {
	width: 50%;
}

.in th {
	font-weight: bold;
	text-align: left; /**/
}

.in td {/**/
	text-align: left; /**/
}/**/

.in .val {
	padding: 5px;
	text-align: center;
}

/* ************************** */
.info {
	width: 50%;
}

.info th {
	padding: 5px 20px 5px 30px;
	background-color: #292929;
	border: 1px solid #666;
	color: #B1B1B1;
	font-weight: bold;
	text-align: left;
}

.info td {
	padding: 5px 20px 5px 30px;
	border: 1px solid #666;
	border-right: none;
	font-size: 90%;
	text-align: left; /**/
}

.info .val {
	vertical-align: middle;
	background-color: #292929;
	border-right: 1px solid #666;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

/* *************************** */



.search {
	width: 100%;
}

.search td {
	padding: 5px;
	background-color: #292929;
	border: 1px solid #666;
}

.search input {
	margin-bottom: 10px;
}

.search blockquote {
	background-color: #111;
	margin: 5px 5px 5px 30px;
	padding: 5px 5px 5px 20px;
}


.users {
	width: 100%;
}

.users td {
	padding: 5px;
	border: 1px solid #666;
	text-align: center;
	font-size: 90%;
}

.users thead td, .users .frst {
	background-color: #292929;
	color: #B1B1B1;
	border-width: 1px 1px 1px 1px;
	width: 16%;
	font-weight: bold;
}

.users .frst a {
	color: #79B94D;
}

.users .frst a:hover, .users .frst a:active {
	color: #99d96d;
}

.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;
}


.mainmenu, .forumenu {
	text-align: right;
	padding-left: 1em;
}

.mainmenu {
	vertical-align: middle;
}

.forumenu {
	white-space: nowrap;
	vertical-align: top;
}

.mainmenu a, .forumenu a {
	margin-left: 0.5em;
	color: #79B94D;
	text-decoration: none;
}

.mainmenu a:hover, .forumenu a:hover {
	color: #99d96d;
}

hr.nohr {
	display: none;
}

.nq {
	color: #b9b94d;
}

.mred {
	color: #d83535;
}

.myellow {
	color: #b9b94d;
}





