/* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
Edited by Daz  - http://www.forumimages.com - last updated 26-06-03 */

/* The content of the posts (body of text) */
body, table, td, h1, h2, h3, p, div, form{
	padding: 0;
	margin: 0;
}

body, td{
	font:1em/1.4em arial, helvetica, tahoma, sans-serif;
}

body{
	background-color: #FFFFFF;
	color: #626364;
}
table{
	background: none;
	border: none;
	empty-cells: show;
	width: 100%;
              border-collapse: collapse;
}
td{
	vertical-align: top;
	background: none;
}
p.msg{
	font: 0.8em/1.4em arial, helvetica, tahoma, sans-serif;
}

.SmallText{
	font: 0.86em/1.4em tahoma, helvetica, verdana, arial, sans-serif;
	margin: 0;
}

.LogoValeo{
	width: 220px;
	height: 20px;
	margin-bottom: 4px;
}
table.Menu td.LogoLada{
	background-color: #F5F5F6;
	padding-top: 20px;
}
img.Icon{
	margin: 8px 6px 6px 6px;
	width: 12px;
	height: 12px;
	border: none;
}
table.Menu td{
	border-left: 1px solid #FFFFFF;
	text-align: center;
}

table.Menu td a{
	text-decoration: none;
}

table.Menu td.MenuItem div.MenuItemBody,  table.Menu td.SMenuItem div.MenuItemBody,
table.Menu td.IMenuItem div.MenuItemBody, table.Menu td.ISMenuItem div.MenuItemBody{
	font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;
	padding-bottom: 26px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 50px;
}
table.Menu td.MenuItem{
	background: #A8A9AD url('/global/images/menu/menu-grad.gif') left top repeat-x;
	vertical-align: bottom;
}
table.Menu td.IMenuItem{
	background: #B9BABD url('/global/images/menu/menu-grad-on.gif') left top repeat-x;
	vertical-align: bottom;
}
table.Menu td.MenuItem a div.MenuItemBody,
table.Menu td.IMenuItem a div.MenuItemBody{
	color: #fff;
}
table.Menu td.SMenuItem{
	background: #C3CDC5 url('/global/images/menu/menu-grad-selected.gif') left top repeat-x;
	vertical-align: bottom;
	color: #363636;
}
table.Menu td.SMenuItem a div.MenuItemBody{
	color: #363636;
}
table.Menu td.ISMenuItem{
	background: #C3CDC5 url('/global/images/menu/menu-grad-selected.gif') left top repeat-x;
	vertical-align: bottom;
	color: #363636;
}
table.Menu td.ISMenuItem a div.MenuItemBody{
	color: #363636;
}
table.Menu td div.MenuItemFooter{
	background: #fff;
	border-bottom: 3px solid #C3CDC5;
}
table.Menu td div.SMenuItemFooter{
	background: #fff;
	border-bottom: 3px solid #A8A9AD;
}
div.SubMenu{
	font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;
	padding-left: 50px;
	padding-top: 11px;
}
div.SubMenu div.SubMenuItem{
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	margin-left: 20px;
	margin-right: 10px;
}
div.SubMenu div.SubMenuItem a{
	color: #0B4499;
}
div.SubMenu div.SSubMenuItem{
	margin-left: 20px;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}
div.SSubMenuItem a{
	color: #000;
}
div.SubMenu div.ASubMenuItem{
	color: #000;
	margin-left: 20px;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}
table.PromoBlock{
	margin-top: 80px;
}
table.PromoBlock td.PromoBlock{
	padding-left: 15px;
}
table.Promo td{
	font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;
	vertical-align: middle;
	color: #7D7E81;
}
table.Promo td.Line{
	border-left: 1px solid #A8A9AD;
	height: 115px;
}

table.Footer{
	border-bottom: 8px solid #e1e1e2;
	margin-top: 40px;
}

table.Footer td{
	padding-left: 15px;
	padding-right: 15px;
           font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;	
}
table.Footer td table td{
	font: inherit;
}
table.Footer td a{
	color: #9E9FA2;
}
a.working, a.working:hover{
	text-decoration: none;
}
table.Footer td div.Border{
	border-top: 1px solid #E1E1E2;
	padding: 30px 20px 35px 20px;
}

#LightGrey{
	color: #9E9FA2;
}

div.al{
    text-align: right;
    font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;
    margin: 0px 6px 0px 6px;
}
/* General font families for common tags */
/*font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}*/

/* General text */
.gensmall{
    font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;	}

td.genmed,.genmed{
    font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;	
}
.explaintitle{;font-weight:bold;color:#999999}

/* General page style */
/*
a:link,a:active,a:visited,a.postlink{color:#000000;text-decoration:none}
a:hover{color:#999999;text-decoration:underline}
*/
a{
	color: #0B4499;
}

/* titles for the topics:could specify viewed link colour too */
.topictitle{font-size:11px;font-weight:bold}
a.topictitle:visited{color:#262626}
a.topictitle:hover{color:#999999}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name{
    font-weight: bold
}

hr{border:0px solid #ffffff;border-top-width:1px;height:0px}

/* Category gradients*/
.cat{
    background-color: #c3cdc5;
    padding: 4px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    text-align: center;
}
td.cat a{
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}

/* Main table cell colours and backgrounds */
.row1{
    padding-top: 0.8em;
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
    padding-bottom: 1em;
}
.row1 a{
    font: 0.8em/1.4em arial, helvetica, tahoma, sans-serif;
}
.row2,.helpline{
    padding-top: 1em;
    background:#fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #f7f7f7;
    
 }
.row3{background:#e9e9e9}
td.spacerow{background:#dbdbdb}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic{
    background-color: #c3cdc5;
    border-bottom: 1px solid #fff;    
}

/* Table Header cells */
th{background:#d0d0d0 url(images/cellpic3.gif);color:#666666;font-size:11px;
font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}

/* This is the border line & background colour round the entire page */
.bodyline{
    background:#f4f4f4; 
    width: 86%;
    border-bottom: 4px solid #e7e7e7;
}

table.bodyline tr td{
    font: 1em/1.4em arial, helvetica, tahoma, sans-serif;
}

/* This is the outline round the main forum tables */
.forumline{
    
}
.forumline tr th{
    background-color: #cfdad1;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{

/*font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#999999 */
	font: 1.6em/1em arial, helvetica, verdana, tahoma, sans-serif;
	color: #005DAB;
	margin-bottom: 0.8em;
	margin-top: 29px;
}

.subtitle,h2{
	font: 1.4em/1.9em arial, helvetica, verdana, tahoma, sans-serif;
	margin-bottom: 0;
/*font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none*/}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{
     
}
.nav a{
    color:  #666;
}


/* Quote blocks */
.quote{
    padding: 0.4em;
    font-size: 1em; 
    background:#fafafa;
    border:1px solid #666666;
    color:#444444;
}
/* Code blocks */
.code{background:#fafafa;border:1px solid #666666;color:#006600;
font:12px Courier,"Courier New",sans-serif;padding:5px}

/* This is for the error messages that pop up */
span.errorline{
    color: #c70000; 
    font: bold 0.7em/1.2em tahoma, arial, sans-serif;
}

/* Form elements */
form{display:inline}

input{font:11px Verdana,Arial,Helvetica,sans-serif}

select{background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif}

input.post,textarea.post{background:#ffffff;border:1px solid #000000;
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

input.button,input.liteoption,.fakebut{border:1px solid #000000;background:#fafafa;font-size:11px}
input.catbutton{border:1px solid #000000;background:#fafafa;font-size:10px}
input.mainoption{border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold}

a.but,a.but:hover,a.but:visited{color:#000000;text-decoration:none}

/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline{border:0 solid;font-size:10px}

/* This is the gradient background at the top of the page */
.topbkg{background:#e1e1e1 url(images/cellpic_bkg.jpg) repeat-x}

.topnav{
    padding: 10px 0;
    background-color: #f0f0f0;
    border-bottom: 2px solid #fff;
}
.topnav a{
    color:  #666;
    font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;        
}
    

/* Admin & Moderator Colours MODification */
.admin,.mod{font-size:11px;font-weight:bold}
.admin,a.admin,a.admin:visited{color:#ffa34f}
.mod,a.mod,a.mod:visited{color:#006600}
a.admin:hover,a.mod:hover{color:#dd6900}

/* Specify the space around images */
.imgtopic,.imgicon{margin-left:3px}
.imgspace{margin-left:1px;margin-right:2px}
.imgfolder{margin:1px 4px 1px 4px}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0 solid}

td.jumpbox{
    padding: 1.2em 1em 1em 6px;
}
td.jumpbox2{
    padding: 1em 1em 0.8em 6px;
}
td.jumpbox table td{
    font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif; 
}
a.paginat{
    font-size: 1em;
}
td.adminMsg{
    text-align: right;
    padding-top: 2px;
    padding-left: 20px;
    border-top: 1px solid #e7e7e7;
    font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif; 
}
td.adminMsg a{
    color: #666;
    font: 0.7em/1.4em tahoma, helvetica, verdana, arial, sans-serif;     
}
a.postlink{font-size: 1em}

/* + Форма логининга */
table.enterForm{
    background-color: #fff;
}
table.enterForm td.enterData{
    width: 20%;
}
table.enterForm td.enterInputData{
    width: 80%;
    padding-bottom: 12px;
    padding-left: 12px;
}
table.enterForm td.recoverPass{
    padding-left: 10px; 
    padding-top: 12px;
    font: 0.84em/1em tahoma, arial, sans-serif;
}
/* - Форма логининга */
