/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:

	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* General proSilver Markup Styles
---------------------------------------- */



html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #105289;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;

}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 1.5em;
	margin: 0.8em 0 0.2em 0;
}


h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

a:link,a:visited{color:#042540; text-decoration:none; font-size: 11px;}
a:hover{color:#cd5c5c; text-decoration:underline; font-size: 11px;}
body,table,td,th,p,div,input {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;

}

table td{
padding:0px; /* cellpadding="0" */
}

p{
margin: 0px;
}


table{
/*
border:0px; /* border="0" */

border-collapse:collapse; /* cellspacing="0" */

}

.text_nav {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

#af-all { position: fixed; bottom: 0; right: 10; }
#af-all2 { position: fixed; bottom: 0; left: 10; }
#af-all3 { position: fixed; top: 0; right: 10; }
#af-all4 { position: fixed; top: 0; left: 10; }
#af-all5 { position: absolute; top: 473; right: 140; }
/* ---------------------------------- *
     Spoiler
 * ---------------------------------- */
.spoiler-wrap {
        width: 99%; margin: 6px auto; clear: both; background: #E9E9E6; margin-left: 0px; margin-right: 0px;
        border: solid #C3CBD1; border-width: 1px 1px 1px 2px;
}



.spoiler-inside-wrap {
	width: 99%; margin: 6px auto; clear: both; background: #D1D7DC;
	border: solid #98AAB1; 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 0px 2px; display: none;
        border-top: 1px solid #C3CBD1; background: #F5F5F5;
}


.spoiler-wrap_two {
        width: 99%; margin: 6px auto; clear: both; background: gold; margin-left: 0px; margin-right: 0px;
        border: solid #C3CBD1; border-width: 1px 1px 1px 2px;
}

.spoiler-body_two {
        padding: 1px 0px 2px; display: none;
        border-top: 1px solid #C3CBD1;
        background-image: url(../alenka/images/body_style.jpg);
}

.clickable { cursor: pointer; }
.folded, .folded2 { display: block;
        background: transparent url(../image/icon_plus_1.gif) no-repeat left center; padding-left: 14px; }
.unfolded, .unfolded2 { display: block;
        background: transparent url(../image/icon_minus_1.gif) no-repeat left center; padding-left: 14px; }
.folded2   { background-image: url(../image/icon_plus_2.gif); }
.unfolded2 { background-image: url(../image/icon_minus_2.gif); }

.forded { display: block;
        background: transparent url(../image/icon_minus_1.gif) no-repeat left center; padding-left: 14px; }
.unforded { display: block;
        background: transparent url(../image/icon_plus_1.gif) no-repeat left center; padding-left: 14px; }

/* The buttons used for bbCode styling in message post */
input.button { background-color : #F5F5F5; }

.spaceRow { padding: 3px 0px 0px 0px }

.attachrow		{ font: 11px; color: #000000; border: 1px #98AAB1 solid; }
.attachheader	{ font: 11px; color: #000000; border: 1px #98AAB1 solid; background-color: #D1D7DC; }
.attachtable	{ font: 12px; color: #000000; border: 1px #98AAB1 solid; border-collapse: collapse; }

#tooltip{
background:#555;
border:1px solid #ffffff;
color::#fafafa;
font:menu;
color:#ffffff;
margin:0px;
padding:3px 5px;
position:absolute;
visibility:hidden
}

blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #FFFFFF;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

.t_area {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 150px;
	width: 599px;
}

.name {
    width: 100px; /* Ширина в пикселах */
   }

.komm {
    width: 210px; /* Ширина в пикселах */
   }

   .button {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 0px;
	width: 318px
}