#global_search {
    position: absolute; /* Относительное позиционирование */
   } 

#global_search {
    font-size: 10px; /* Размер шрифта в пикселах */
    color: #000080; /* Синий цвет текста */
    background-color: black;
    background-image: url("/search_mod/css/bg.JPG");
    padding: 3px;

   }

#global_search {
    top: 0px; /* Сдвигаем текст вверх */
    right: 10px; /* Сдвигаем текст вправо */
   }

#global_search { z-index: 99999999; }



#outRealesesframe { height:160px; width:800px; font-family:Arial, Verdana, Helvetica, sans-serif;}
#newRealesesframe { height:300px; width:800px; font-family:Arial, Verdana, Helvetica, sans-serif; }
	
.outRealeses, .outRealeseshover { z-index:50; position:absolute; width:800px; }
.outRealeses { overflow:hidden; border:0px dotted gray; height:160px; padding: 0px 0px 0px 0px; }
.outRealeseshover { border:1px dotted gray; height:auto; background-color:white; padding-bottom:3px; padding:5px 5px 5px 5px;}

.borderwrap, .borderwrapm {
	background: #ffffff;
	border: 1px solid #3279B2;
	padding:0px;
	margin: 0px;
}


/* Styles added to be used for the Today/Yesterday Mod */
.date-today { color: #E61A1A; font-weight: bold;}
.date-yesterday { color: blue; font-weight: bold;}
.date-general {white-space: nowrap;}

/* End of Styles Added */
/* main selectors */
body {
	background: #FFF url(images/bg_body.gif) top left repeat-x;
	margin: 0;
	padding: 0 10px;
}

#forum {
	background-color: #F8F8F8;
	border: solid 1px #A0A0A0;
	border-width: 0 1px 1px 1px;
	margin: 0;
	padding: 0;
}

#acp, #forum, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#forum p {
	margin: 0;
	text-align: left;
}

#content {
	padding: 2px 7px 5px 7px;
	text-align: center;
}

table, img {
	border: 0;
}

form {
	display: inline;
}

label {
	color: #333;
}
label:hover {
	color: #666;
}

a {
	color: #3B88C5;
	text-decoration: none;
}

a:visited { color: #3279B2; }
a:hover, a:active { color: #6DCEE7; text-decoration: underline; }

.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }

.error-message {
	font-size: 12px;
	color: #FF9C00;
	font-weight: bold;
}

/* header */
.forum-header {
	background: #F7F7F7 url(images/bg_logo.gif) top left repeat-x;
	padding: 0;
}



.forum-buttons {
	text-align: center;
	font-size: 11px;
	color: #3B88C5;
	background-image: url(images/bg_topnav.gif);
	border-top: solid 1px #3B88C5;
	border-bottom: solid 1px #3B88C5;
	height: 20px;
}
.forum-wellcome {
	font-size: 11px;
	color: #3B88C5;
	background-image: url(images/bg_topnav.gif);
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	height: 16px;
}

* html .forum-buttons { height: 18px; }

.forum-buttons a, .forum-buttons a:visited {
	color: #3B88C5;
	text-decoration: none;
	margin: 0 3px;
}

.forum-buttons a:hover, .forum-buttons a:active {
	color: #3B88C5;
	text-decoration: none;
}

.header-search { padding: 5px; }

/* footer */
#copyright {
	padding: 7px;
	text-align: center;
	background-image: url(images/bg_copyright.gif);
	border-bottom: solid 2px #FF9C00;
	border-top: solid 1px #3B88C5;
	font-size: 9px;
	color: #808080;
}

#copyright a, #copyright a:visited {
	color: #3B88C5;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #225279;
	text-decoration: none;
}


.admin-link a, .admin-link a:visited { 
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}
.admin-link a:hover, .admin-link a:active {
	text-decoration: underline;
}

/* main tables/divs */

td.row10 { background-color: #EFEFEF; }
td.row20 { background-color: #DEE3E7; }

.forumline {
	border: solid 1px #3B88C5;
	margin: 5px 0; 
	background-color: #F8F8F8;
}

.no-width { margin: 5px auto; }

.forumline td { /*padding: 0px;*/ }

.row1, .row2, .row3, .row4, .row1h, .row11h, .row1h-new, .row2h, .row3h, .row1hHover, .row1h-newHover {
	background-color: #F8F8F8;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	text-align: left;
}
.rowleft {text-align: left;}
.row5 {
	background-color: #F8F8F8;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
.rowintop {
	background: #FFF url(images/bg_post.gif) top left repeat-x;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	text-align: left;
}

.row_sep {
	background-color: #EBEBEB;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	text-align: left;
}

.row1h:hover, .row1hHover {
	background: #F0F0F0 url(images/bg_row_hover.gif) bottom right no-repeat; 
	border-top-color: #F8F8F8;
	border-left-color: #F8F8F8;
	border-bottom-color: #D0D0D0;
	border-right-color: #D0D0D0;
}
.rownew { 
	background: url(templates/amc_style/images/folder.gif) bottom right no-repeat;
}

.row1h-new:hover, .row1h-newHover { 
	background: #F0F0F0 url(images/bg_row_hover_new.gif) bottom right no-repeat; 
	border-top-color: #F8F8F8;
	border-left-color: #F8F8F8;
	border-bottom-color: #D0D0D0;
	border-right-color: #D0D0D0;
}

.forumline div.row1, .forumline p.row1 { text-align: left; padding: 3px; }

.row1g, .row1g-left, .row1g-left-top {
	background: #FFF url(images/bg_post.gif) top left repeat-x;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	vertical-align: middle;
	text-align: center;
}

.row1g-left, .row1g-left-top {
	text-align: left;
}

.row1g-left-top {
	vertical-align: top;
}

.forumline th, .ind {
	background: #FFF url(images/bg_th.gif) top left repeat-x;
	color: #3B88C5;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	padding: 0 5px;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	white-space: nowrap;
}

.forumline .row-forum {
	padding: 1px 2px 2px 2px;
}

.forumline .no-padding {
	padding: 0;
}

.forumline .row-header {
	background: #3B88C5 url(images/bg_hdr1.gif);
	border: solid 1px #DCE1EE;
	border-right-color: #CFDADE;
	border-bottom-color: #CFDADE;
	padding: 0;
	text-align: left;
	vertical-align: top;
	height: 27px;
}
z
.forumline p.row-header { height: 25px; }

.forumline .row-header span {
	background: url(images/bg_hdr2.gif) top left no-repeat;
	padding-left: 17px;
	color: #EDEFF4;
	display: block;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
}
.pad {padding-left: 5px;
padding-bottom: 5px;}

.row-header a, .row-header a:visited {
	color: #EDEFF4;
	text-decoration: underline;
}

.row-header a:hover, .row-header a:active {
	color: #C8D0EB;
	text-decoration: underline;
}

/* shortcuts */
.row-center, .row-center-small {
	text-align: center;
	vertical-align: middle;
}

.row-center-small {
	font-size: 10px;
}

.catBottom, .cat, .catLeft, .catRight {
	background: #FDFDFD url(images/bg_catbottom.gif) top left repeat-x;
	text-align: center;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	height: 28px;
	min-height: 28px;
}

.forumline td.catBottom { padding: 1px; }

.spaceRow {
	background: #3B88C5 url(images/bg_spacerow.gif);
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	height: 3px;
	padding: 0;
}

.forumline td.spaceRow { padding: 0; }

.empty-table td {
	padding: 3px 0;
}

.poll-table td {
	padding: 3px 10px;
	text-align: left;
	font-size: 11px;
}

/* navigation */
.nav-header {
	background-image: url(images/bg_nav1.gif);
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px;
}

.nav-links {
	color: #888888;
	text-align: right;
	background: #FFF url(images/bg_nav2.gif) top left repeat-x;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1.4em;
}
.nav-links-l {
	color: #888888;
	text-align: left;
	background: #FFF url(images/bg_nav2.gif) top left repeat-x;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1.4em;
}

.nav-links-left {
	position: relative;
	float: left;
	text-align: left;
}

.nav-header, .nav-links {
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}

.nav-div a, .nav-div a:visited {
	color: #3B88C5;
	text-decoration: none;
}

.nav-div a:hover, .nav-div a:active {
	color: #225279;
	text-decoration: none;
}

.nav-links a, .nav-links a:visited { text-decoration: underline; }

.nav-div a.nav-current, .nav-div a.nav-current:visited {
	color: #225279;
}

.nav-div a.nav-current:hover, .nav-div a.nav-current:active {
	color: #3B88C5;
	text-decoration: none;
}


/* forum index */
.forumlink, .forumlink-new {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}
.catlink {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}
a.forumlink, a.forumlink:visited { text-decoration: none; }
a:forumlink:hover, a:forumlink:active { text-decoration: underline; }

a.forumlink-new, a.forumlink-new:visited { 
	text-decoration: none; 
	color: #;
}
a:forumlink-new:hover, a:forumlink-new:active {
	text-decoration: underline;
	color: #;
}

.moderators {
	font-size: 10px;
	color: #888;
}

.moderators a, .moderators a:visited {
	color: #777;
	text-decoration: underline;
}

.moderators a:hover, .moderators a:active {
	color: #FF9C00;
	text-decoration: underline;
}

/* viewforum */
.topiclink b, .topiclink-new b { 
	color: #444;
	font-size: 11px;
}

.topiclink a, .topiclink-new a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.topiclink a:visited {
	color: #3B88C5;
	text-decoration: none;
}

.topiclink a:hover, .topiclink a:active {
	color: #6DCEE7;
	text-decoration: underline;
}

.topiclink-new a, .topiclink-new a:visited { 
	text-decoration: none; 
	color: ;
}
.topiclink-new a:hover, .topiclink-new a:active { 
	text-decoration: underline;
	color: #FF0000;
}


/* pagination */
.pagination { 
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	margin: 0; 
	margin-top: 5px; 
	margin-bottom: 3px; 
}
.pagination a, .pagination a:visited { 
	color: #3B88C5; 
	border: #888 1px solid;
	padding: 1px; 
	background: #FFF url(images/bg_nav2.gif) top left repeat-x;
}
.pagination a:hover, .pagination a:active { 
	color: #6DCEE7;
	border: #888 1px solid; 
	padding: 1px; 
}

.gotopage {
	display: block;
	font-size: 10px;

}
* html .gotopage { margin-top: 5px; margin-bottom: 2px; }
.gotopage a, .gotopage a:visited { 
	color: #3B88C5; 
	border: #888 1px solid; 
	padding: 1px; 
	background: #FFF url(images/bg_nav2.gif) top left repeat-x;
}
.gotopage a:hover, .gotopage a:active { 
	color: #000000;
	border: #888 1px solid; 
	padding: 1px; 
}

/* post */
.row-post-author {
	background: #FFF url(images/bg_post.gif) top left repeat-x;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	vertical-align: top;
	padding: 3px;
}

.row-post {
	background: #FFF url(images/bg_post.gif) top left repeat-x;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	vertical-align: top;
	padding: 3px;

}
.hr {
	border: solid 1px;
	border-bottom-color: black;
}

.sig {

	vertical-align: bottom; 
	text-align: left;
	border: solid 1px #ffffff;
	border-left-color: #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	padding: 3px;
}




.fon {
background: #FFF url(images/bg_post.gif) top left repeat-x;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	vertical-align: top;
	padding: 3px;
}

.row-post-author {
	text-align: center;
	border-right: 1px solid #D6D6D6;
}


.row-post {
	text-align: left;
}

.post-name {
	font-weight: bold;
	color: #3B88C5;
	font-size: 12px;
	line-height: 1.6em;
}

.post-rank {
	color: #000000;
	font-size: 10px;
}

.post-details {
	text-align: left;
	margin: 5px;
	color: #000000;
	font-size: 10px;
	line-height: 1.40em;
}
.top {vertical-align: top;}
.post-images img {
	display: block;
	margin: 1px auto;
}

.post-buttons-top {
	float: right;
}

.post-subject {
	color: #3B88C5;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.post-text {
	font-size: 12px;
	line-height: 1.2em;
}

@media all and (min-width: 0px) {
	html>body .post-text { 
		overflow: auto; 
	}
}

.row-post-date, .row-post-buttons {
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	background: url(images/bg_postbottom.gif);
	white-space: nowrap;
	padding: 1px;
}

.row-post-buttons {
	text-align: left;
}

.post-buttons a img, .post-buttons a:visited img, .post-buttons-single a img, .post-buttons-single a:visited img {
	background-color: #3B88C5;
}

.post-buttons a:hover img, .post-buttons a:active img, .post-buttons-single a:hover img, .post-buttons-single a:active img {
	background-color: #FF9C00;
}

.post-buttons-single {
	text-align: center;
	vertical-align: middle;
}

.img-main a img, .img-main a:visited img {
	background-color: #FF9C00;
}

.img-main a:hover img, .img-main a:active img {
	background-color: #444;
}

.post-text blockquote {
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background: #FFF url(images/bg_quote_content.gif) bottom right no-repeat;
	padding: 5px;
	font-size: 12px;
}

.post-text blockquote h6 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(images/bg_quote_header.gif) top left no-repeat;
}

.post-text .code {
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background-color: #FFF;
	padding: 5px;
	font-size: 12px;
	font-family: Courier, 'Courier New', sans-serif;
}

.post-text .code h6 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(images/bg_code_header.gif) top left no-repeat;
}

.mod {
	font-family: Arial; font-size: 12px; color: #000000; line-height: 125%;
}

.exclamation {
	font-weight: bold; font-family: Times New Roman, Verdana; font-size : 45px; color: #ffffff;
}

td.ModTable { background-color: #ff6060; }


/* inputs */
input, select { 
	vertical-align: middle; 
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
textarea {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

input, textarea, select { 
	color: #333; 
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
/* //bt */
.seed, .leech						{ font-size : 12px; }
.seedmed, .leechmed			{ font-size : 11px; }
.seedsmall, .leechsmall	{ font-size : 10px; }

.seed, .seedmed, .seedsmall			{ color: #006600; }
.leech, .leechmed, .leechsmall	{ color: #800000; }

.dlWill			{ color: #003366; }
.dlDown			{ color: #800000; }
.dlComplete	{ color: #006600; }
.dlCancel		{ color: #666666; }

.dlBgr1		{ background-color: #ADBAC6; }
.dlBgr2		{ background-color: #D6DBDE; }
.dlBgr3		{ background-color: #D6DBDE; }

.tDL		{ color: #000000; font-weight: bold; }
.tDLDown	{ color: #800000; font-weight: bold; }
.tDLCmpl	{ color: #006600; font-weight: bold; }

.prow1	{ background-color: #ECECEC; }
.prow2	{ background-color: #E7E7E7; }
.prow3	{ background-color: #DEE3E7; }

a.seed:link, a.seed:visited, a.seed:hover, a.seed:active, a.seedmed:link, a.seedmed:visited, a.seedmed:hover, a.seedmed:active, a.seedsmall:link, a.seedsmall:visited, a.seedsmall:hover, a.seedsmall:active {
	color: #006600; text-decoration: none; }

a.leech:link, a.leech:visited, a.leech:hover, a.leech:active, a.leechmed:link, a.leechmed:visited, a.leechmed:hover, a.leechmed:active, a.leechsmall:link, a.leechsmall:visited, a.leechsmall:hover, a.leechsmall:active {
	color: #800000; text-decoration: none; }

a.dlWill:link, a.dlWill:visited, a.dlWill:hover, a.dlWill:active {
	color: #003366; text-decoration: none; }

a.dlDown:link, a.dlDown:visited, a.dlDown:hover, a.dlDown:active {
	color: #800000; text-decoration: none; }

a.dlComplete:link, a.dlComplete:visited, a.dlComplete:hover, a.dlComplete:active {
	color: #006600; text-decoration: none; }

a.dlCancel:link, a.dlCancel:visited, a.dlCancel:hover, a.dlCancel:active {
	color: #666666; text-decoration: none; }

a.seed:hover, a.seedmed:hover, a.seedsmall:hover, a.leech:hover, a.leechmed:hover, a.leechsmall:hover, a.dlWill:hover, a.dlDown:hover, a.dlComplete:hover, a.dlCancel:hover  {
	text-decoration: underline; }

input.pOrdSel {
	background-color: #EFEFEF;
	border: 0px solid #EFEFEF;
	color: #333333;
	font-size: 12px;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	width: 18px;
}

optgroup, option, fieldset, legend {
	font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; }

optgroup { font-style: normal; font-weight: bold; background-color: #ECECEC; }
option { background-color: #FFFFFF; font-size: 11px; }

legend { color: #000066; }

.bold		{ font-weight: bold; }
.normal	{ font-weight: normal; }
.opened { color: #778899; }

.btTbl	{ background-color: #98AAB1; border: 0px #98AAB1 solid; }
.btHead { background-color: #D1D7DC; font-size: 11px; font-weight: bold; text-align: center; padding: 1px 0px 1px 0px; }
/* //bt end */
.helpline { 
 	border: solid 1px #F8F8F8;
	background-color: #F8F8F8;
	color: #666;
}
/* Set Image style */
img, .forumline img {
	border: 0;
}

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */



/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */

input.button {
	background: #FFF url(images/bg_nav2.gif) top left repeat-x;
	border: solid 1px #BBB;
	border-left-color: #CCC;
	border-top-color: #CCC;
	color: #666;
}

input.button:hover {
	color: #000;
	border-left-color: #AAA;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
}

input.post, textarea, select, input.liteoption {
	border: solid 1px #888;
	color: #666;
	background-color: #F8F8F8;
}

input.mainoption {
	border: solid 1px #666;
	color: #444;
	background-color: #F8F8F8;
}

* html input.post, * html textarea, * html select, * html input.liteoption {
	color: #333;
	border: solid 1px #3B88C5;
}
* html input.mainoption {
	color: #000;
	border: solid 1px #3B88C5;
	font-weight: bold;
}



input.post:hover, textarea:hover, select:hover, select:focus, input.liteoption:hover, input.mainoption:hover {
	border: solid 1px #666;
	color: #444;
	background-color: #FAFAFA;
}

input.post:focus, textarea:focus {
	border: solid 1px #2B438F;
	color: #000;
}

input.post:focus, select:focus, input.mainoption:focus, input.liteoption:focus {
	background: #E7E7E7 url(images/bg_input.gif) top left repeat-x;
}

textarea:focus {
	background-color: #F4F4F4;
}

select optgroup {
	background-color: #000;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
}
select option {
	background-color: #F0F0F0;
	color: #333;
}

/* inputs - fixing height */
input.mainoption, input.liteoption { height: 18px; }
* html input.mainoption, * html input.liteoption { height: 20px; }

input.post { height: 16px; }
@media all and (min-width: 0px) { html>body input.post { height: 18px; } }

select option { height: 15px; }

input.jumpbox { height: 18px; }
@media all and (min-width: 0px) { html>body input.jumpbox { height: 15px; } }
* html input.jumpbox { height: 18px; }

/* private message popup */
.popup, .popuppm { display: none; }
.popuppm-new {
	display: block;
	text-align: right; 
	margin: 0px;
}
.popuppm-new a { 
	margin: 5px 0; 
	padding: 10px 10px; 
	font-size: 12px; 
	font-weight: bold; 
	background: #FFF url(images/bg_post.gif) top left repeat-x;
	border: solid 1px #3B88C5;
	color: #FF9C00;
	text-decoration: none;
}
.popuppm-new a:hover {
	color: #666;
	text-decoration: underline;
}

.linked-image { 
  margin: 0px; 
  padding: 0px; 
  border: 0px; 
} 

.linked-image2 { 
  text-align: right;
  margin: 0px; 
  padding: 0px; 
  border: 0px; 
} 


.resized-linked-image { 
  margin: 1px 0px 0px 0px; 
  padding: 0px; 
  background-color: #000; 
  border: 0px; 
  color: #FFF;
  font-size: 10px; 
  width: auto; 
  -moz-border-radius-topleft: 7px; 
  -moz-border-radius-topright: 7px; 
} 

.resized-linked-image-zoom {
  width: 200px; 
  height: 30px; 
  background-color: #FFF; 
  padding-top: 6px; 
  padding-left: 5px; 
  top: 0px; 
  left: 0px; 
  position: absolute; 
  display: none; 
}

/* news title */
.news_title { 
	font-size: 12px;
	line-height: 2em;
	margin: 0; 
	margin-top: 5px; 
	margin-bottom: 3px; 
}
.news_title a, .news_title a:visited { 
	color: #3B88C5;
	border: #888 1px dotted; 

	border-left-color: #F8F8F8;
	border-right-color: #F8F8F8;
	border-bottom-color: #F8F8F8;

	padding: 1px;
}
/*.news_title a:hover, .pagination a:active { 
	color: #6DCEE7;
	border: #888 1px solid; 
	padding: 1px; 
	text-decoration:none;
}
*/



td.attachrow		{ font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : #000000; border-color : #000000; background-color: #F8F8F8; }
td.attachrow1		{ font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : #000000; border-color : #000000; background-color: #EBEBEB; }
td.attachheader     { font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : #000000; border-color : #000000; background-color: #D6D6D6; }
table.attachtable	{ font: normal 12px Verdana, Arial, Helvetica, sans-serif; color : #000000; border-color : #000000; border-collapse : collapse; }


/* ---------------------------------- *
     Spoiler
 * ---------------------------------- */
.spoiler-wrap {
        width: 95%; margin: 6px auto; clear: both; background: #E9E9E6;
        border: solid #C3CBD1; border-width: 1px 1px 1px 2px;
}
.spoiler-head {
        font-size: 11px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px;
}
.spoiler-body {
        padding: 1px 6px 2px; display: none;
        border-top: 1px solid #C3CBD1; background: #F5F5F5;
}

.clickable { cursor: pointer; }
.folded, .folded2 { display: block;
         padding-left: 14px; }
.unfolded, .unfolded2 { display: block;
        background: transparent url(images/icon_minus_1.gif) no-repeat left center; padding-left: 14px; }
.folded2   { background-image: url(/images/icon_plus_1.gif); }
.unfolded2 { background-image: url(/images/icon_minus_1.gif); }


.sel { background-color:#FFEFD5; }
.hiddenRow { display:none; }


.shrinked { border-bottom: 1px dashed black }
.shrinked-right { padding-left: 10px; background: url(/images/shrinked.gif) left bottom no-repeat; }

.wiki
{
color: blue; cursor: hand; text-decoration: underline;
}




div.jqmPassback { /* contains + positions the alert window */
  display: none;
  
  position: fixed;
  top: 17%;
  width: 100%;
}
    

* html div.jqmPassback {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmPassbackWindow {
  height:auto;
  width: auto;
  margin: auto;
  
  max-width:400px;
  padding: 0 10px 10px;
  
  background:#111;
  border:1px dotted #FFF;
}

.jqmPassbackTitle{
  margin:5px 2px;
  height:20px;
  color:#FFF;
  background:#000;
}
.jqmPassbackTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#FFF;

  float:left;
  height:20px;
}

div.jqmPassback .jqmClose em{display:none;}
div.jqmPassback .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent url(/misc/img/close_icon_double.png) 0 0 no-repeat;
}

div.jqmPassback a.jqmClose:hover,div.jqmPassback a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmPassbackContent{
  border-top:px;
  color:#FFF;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
  background:#111 url(/misc/img/darkgrid.png);
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
    font-size: smaller;
}

span.tip {
    border-bottom: 1px solid #eee;

}
.sp-wrap			{ margin: 8px auto; }
.sp-wrap			{ width: 98%; clear: both; }
.sp-wrap .sp-wrap		{ margin: 2px auto 4px; }
.sp-wrap, .sp-head, .sp-body	{
	border: solid #6699CC; border-width: 1px 1px 1px 2px; clear: both;
}
.sp-body	{ padding: 2px 6px; }
.sp-head	{ text-align: left !important; }

.sp-wrap	{ padding: 0; background: #D0DFEF; }
.sp-head	{ border-width: 0; font-size: 11px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px; font-weight: bold; color: #2A2A2A; cursor: pointer; }
.sp-body	{ border-width: 1px 0 0 0; display: none; font-weight: normal; background: #F4F8FB; }

.clickable	{ cursor: pointer; }
.folded	{ display: block;
	background: transparent url(./images/icon_plus_1.gif) no-repeat left center; padding-left: 14px; }
.unfolded	{ display: block;
	background: transparent url(./images/icon_minus_1.gif) no-repeat left center; padding-left: 14px; }

var.postImgAligned {
	display: block;
}
 
img.postImg  { vertical-align: text-bottom; }
img.postImg        { margin: 2px 2px 0 0; }
img.postImgAligned { margin: 4px 4px 2px; }

.clear     { clear: both; height: 0; font-size: 0px; line-height: 0px; overflow: hidden; }