.show_pm	{ display: inline-table;
              font-size: small;
	          font-family: Arial, sans-serif;
	          color:black;}
.hide_pm	{ display: none;}
/* Normal, standard links. */


a:link
{
	color: #000055;
	text-decoration: none;
}
a:visited
{
	color: #000055;
	text-decoration: none;
}
a:hover
{
	color: #3333aa;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
       font-size: 10pt;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
        font-size: 10pt;
	/*text-decoration: underline;*/
}



/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Arial in black. */
body, td, th
{
	color: #333;
	font-size: 15px;
	font-family: Arial, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: grey;
	margin: 0px;
	padding: 0px;
	min-width:1210px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Arial, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 2px;
	border: 2;
	color: black;
	background-color: #ffffff;
}

.hov1:hover
{
  background-color: #FCFCFC;

}

/* A quote, perhaps from another post. */
.quote
{
	color: #333;
	border-left: 5px solid #a19fac;
	margin: 1px 0px 0px 0px;
	padding: 0px 7px 3px 7px;
	font-size:15px;
	font-family:  Arial, Arial;

}



/* A code block - maybe even PHP ;). */
.code
{
	color: #333;
	background-color: #cccccc;
	font-family: "courier new", "times new roman", monospace;
	font-size: 14px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #333;
	text-decoration: none;
	font-family: Arial, Arial;
	font-style: normal;
	font-size: 12px;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 98%;
	/*margin-right:40px;*/
}
.editor_subject
{
	width: 98%;
	/*margin-right:30px;*/
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #efefef;
}

.windowbg_
{
	color: #000000;
	background-color: #efefef;
}

.windowbg_:hover
{
	color: #000000;
	background-color: #efefef;

}


.windowbg2
{
	color: #000000;
	background-color: #e0e0e0;
}

.hov1
{
	color: #000000;
	background-color: white;
}




.windowtitle
{
	color: #000000;
	background-color: #f0f0f0;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	background-color: #6B8EAE;
}
.titlebg a{margin-left:3px;}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */

.catbg, .catbg3, .catbg4
{
	background-image: url(images/catbg.jpg);
}
/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	background-color: silver;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #CCCCCC;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	/*border: 1px solid #bbbbbb;*/
	background-color: #efefef;
	padding: 1px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	/*font-size: x-small;*/
	font-size: small;
	font-family:  Arial, Arial;
	color:black;
}
.list_topics1
{
	/*font-size: x-small;*/
	font-size: 15px;
	font-family: arial;
	color:black;
}



.greytext
{
	color: #999999;
}
.greytext2
{
	color: black;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size:larger;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: white;
	border-bottom: 1px solid gray;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #cccccc;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: white;
	border-top: 1px solid gray;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #6B8EAE;
	border: 1px solid #6B8EAE;
	height: 12px;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{

	overflow: auto;
	line-height: 1.3em;
	font-family: Arial, sans-serif;
	font-size:15px;
	height:100%;
}

.post2
{

	overflow: auto;
	line-height: 1.3em;
	font-family: Arial, sans-serif;
	font-size:15px;
	height:100%;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.menu_my {
          position: absolute;
          width: 168px;
          height: 140px;
          background: #efefef;
          border: 1px solid #C0C0C0;
          padding: 4px;
          display: none;

        }

.menu_exit {
          position: absolute;
          width: 150px;
          height: 45px;
          background: #FFFFFF;
          border: 2px solid #0080C0;
          padding: 4px;
          display: none;
        }

.menu_mail {
          position: absolute;
          width: 150px;
          height: 55px;
          background: #FFFFFF;
          border: 2px solid #0080C0;
          padding: 4px;
          display: none;
        }

.menu_button {
          padding: 1px;
          display: block;
        }

.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/*	MOD Auto Link Checker	*/
	.link_dead, .link_live { background-repeat: no-repeat; padding-left: 15px }
	.link_dead, .link_live { font-family: Arial, sans-serif; font-size: 13px }
	.link_dead { background-image: url('images/icons/link_dead.gif') }
	.link_live { background-image: url('images/icons/link_live.gif') }
	.link_dead { color: red !important; text-decoration: line-through !important }
	.link_live { color: green !important; font-weight: bold }

.logo{
	position:relative;
	z-index:1;}
.underLogo{
	margin:-18px 0 0 0;
	position:relative;
	z-index:2;}
	.underLogo ul{
		float:left;
		margin:0;
		padding:0;}
		.underLogo ul li{
			list-style:none;
			height:15px;
			margin:0 0 2px 0;
			padding:0;
			width:25px;}
		.flag-ru{
			background: url('images/icons/flag_ru.gif') no-repeat left top;}
		.flag-by{
			background: url('images/icons/flag_by.gif') no-repeat left top;}
		.flag-ua{
			background: url('images/icons/flag_ua.gif') no-repeat left top;}
	.underLogo div{
		font-weight:bold;
		margin:0px 0 0 35px;}
		.underLogo a{
			background-color: #E3E2E8;
    		border: 2px solid #FFFFFF;
			margin:0 5px 0 0;
			padding:0 3px;}

.headerBanner{
	white-space:nowrap;}
	.headerBanner a{
		margin:0 0 0 11px;}
	.headerBanner a:first-child{
		margin:0;}
	.headerBanner-flash{
		margin:0 0 0 12px;
		*margin:0 0 0 15px;}
#block13{
	display:none;}
.hide{
	display:none;}

.firstLetter:first-letter{
	text-transform:uppercase;}
.loginTitle, .passTitle{
	display:inline-block;
	*display:inline;
	*zoom:1;}
.loginTitle{
	width:80px;
	color:BLACK;}
.passTitle{
	width:65px;
	color:BLACK;
	}