@import url(../../base/css/general.css);

body
{
	background-color:#28353d;
}

.main
{
	margin-bottom:0;
}

div.sys_main_logo
{
	height:91px;
	background:#27363f url(../images/logo_bg.png) left top repeat-x;
}

.nkPromo
{
	position:relative;
	border-bottom:4px solid #bdc2b4;
}

.nkPromoBg
{
	position:absolute;
	top:-51px;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background:#c9cfbc url(../images/promo.png) left top repeat-x;
}

.nkMain
{
	position:relative;
	top:0;
	left:0;
	padding-top:10px;
	overflow:hidden;
}

.nkMainBg
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:-10px;
	z-index:-1;
	background-color:#f5f6f0;
}

.disignBoxFirst
{
	border:none;
	background-image:none;
	background-color:transparent;
}

.boxFirstHeader
{
	border-bottom:none;
}

.nkDesignTl,
.nkDesignTr,
.nkDesignBl,
.nkDesignBr
{
	position:absolute;
	width:4px;
	height:4px;
	background-image:url(../images/design.png);
	z-index:-1;
}

.nkDesignTl
{
	top:0;
	left:0;
	background-position:left top;
}

.nkDesignTr
{
	top:0;
	right:0;
	background-position:right top;
}

.nkDesignBl
{
	bottom:0;
	left:0;
	background-position: left bottom;
}

.nkDesignBr
{
	bottom:0;
	right:0;
	background-position:right bottom;
}

.nkDesignCc
{
	position:absolute;
	top:0;
	bottom:0;
	right:4px;
	left:4px;
	z-index:-1;
	background-color:#fff;
	border-top:1px solid #DEE0D7;
	border-bottom:1px solid #DEE0D7;
}

.nkDesignL,
.nkDesignR
{
	position:absolute;
	width:4px;
	top:4px;
	bottom:4px;
	background-color:#fff;
}

.nkDesignR
{
	border-right:1px solid #DEE0D7;
	right:0;
}

.nkDesignL
{
	border-left:1px solid #DEE0D7;
	left:0;
}


.boxContent
{
	background-color:transparent;
}

.nkFooter
{
	width:100%;
	position:relative;
	top:0;
	left:0;
	padding-top:5px;
	border-top:4px solid #d6dacd;
}

.bottomCopyright
{
	background-color:#34424b;
	border-color:transparent;
}

.bottomCopyright .bottomCpr
{
	color:#dce0d5;
}

.bottomCopyright .bottomLinks a
{
	color:#dce0d5;
}

div.sys_breadcrumb
{
	margin:0;
}

.breadcrumb
{
	z-index:1;	
}

.sys_ml .mainLogo
{
	margin:10px 0;
}

.actionsBlock .button_input_wrapper
{
	background-image:url("../images/button_bg.png");
}
