@charset "utf-8";
/*Для второстепенной страницы, боковое меню*/
.sidebar{
	float: left; 
	width: 215px;
	background-attachment: scroll;
	background-image: url(../img/shadow-sibebar.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 15px;
	padding-top: 35px;
	height:100%;
	min-height: 750px;
}
/*Наиболее важные пункты бокового меню*/
.important {
	background-attachment: scroll;
	background-image: url(../img/block.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 97px;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 10px;
	white-space: nowrap;
	font-weight: bold;	
}
.important a{
	color: #333;
	text-decoration: none;
}
.important a:hover{
	color: #900;
	text-decoration: underline;
}
.important p{
	font-size: 11.7pt;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/*Ссылки в боковом меню*/
.links_in_sidebar {
	padding-left: 40px;
	background-image:url(../img/fon-004.png);
	background-repeat:repeat-y;
	background-position:left;
	font-size:11pt;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 15px;
}

textarea[name=bugDesc],textarea[name=bugComment] {
    width: 92%;
    height: 80px;
    resize: none;
    margin: 10px;
    overflow: auto;
}
input[name=bugName]{
    width: 92%;
    margin: 10px;
}
#bugReportButton{
    color: #339;
}
#bugReportButton:hover{
    color: #900;
	text-decoration: underline;
    cursor:pointer;
}
.clarification{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 15px;
}
.sidebarButton{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #D2D2D2;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	border: 1px solid #CCC;
	height: 18px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	display: block;
	padding-top: 2px;
	padding-left: 8px;
	margin-left: 10px;
	margin-top: 10px;
}
.sidebarButton:hover{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #ffd65e;
	background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04));
	background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background: linear-gradient(top, #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
	text-shadow: 1px 1px 1px #F9F984;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	border: 1px solid #CCC;
	height: 18px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	display: block;
	padding-top: 2px;
	padding-left: 8px;
	margin-left: 10px;
	margin-top: 10px;
}
span#bugReportButton{
	color: #666;
}
span#bugReportButton:hover{
	color: #333;
	text-decoration:none;
}
.banner_ken_block{
	width: 200px;
	height: 99px;
	background-attachment: scroll;
	background-image: url(../img/Ken_Block_002.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.banner{
	text-decoration:none !important;
}