@import url('ajax.css');
@import url('notify.css');

IMG, CANVAS {
	display: inline-block;
	vertical-align: top;
}

DIV.center {
	text-align: center;
	display: block;
}

DIV.iblock, DIV.iBlock {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

DIV.iblock.vert {
	vertical-align: middle;
	height: 100%;
	/*background: red;
	width: 1px;*/
}

DIV.iblock.vert + DIV.iblock {
	vertical-align: middle;
	/*background: yellow;*/
}

DIV.iblock.noiL, DIV.iBlock.noiL {
	display: block;
	margin: 0 auto;
}

DIV.makeFORM {
	margin-top: 25px;
	text-align: center;
}

DIV.makeFORM.right {
	text-align: right;
}

SPAN.Lbra {
	padding-right: 2px;
	padding-left: 2px;
}

SPAN.Rbra {
	padding-left: 3px;
}

.bold {
	font-weight: bold;
}

.quick, .pagenav {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.pagenav {
	color: #aaa;
	font-weight: bold;
}

.tbLayouT TR.center > TD { text-align: center;}

.left {text-align: left !important;}

.right, .numTd, .right > TD { padding-right: 8px !important; text-align: right !important; cursor: default}

.right A, .numTd A { text-decoration: none;}

.twilight {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.author {
	font: italic 13px/100% 'Consolas', 'Courier New' !important;
	background: #e7eaeb;
	color: #777;
}

.author.topRight {
	color: #fff;
	font-weight: bold !important;
	background: transparent;
	padding-top: 2px;
}

.imageMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/images/twilight.png');
	z-index: 10;
	display: none;
}

.imgAntiBoT {
	margin-top: 3px;
	border: 1px solid #ccc !important;
	vertical-align: top;
}


.unu, .unu > A, .noLink, .noLink > A {
	text-decoration: none !important;
}

.modified {
	background: #ebe4c2;
}