﻿/*COMMON*/

body 
{
    /*background-image:url(../Images/bodyBack.png);*/
    /*background-repeat:repeat-x;*/
    background: linear-gradient(#303030, #808080);
    background-attachment:fixed;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: black;
}

a
{
    text-decoration:none;
    color:rgb(60,60,60);
}
a:hover
{
    text-decoration:underline;
    color:rgb(0,0,0);
}

p
{
    text-indent: 2em;
    text-align:justify;
    margin: 2px 0px;
    padding: 0;
}

h1, h2, h3, h4, h5, h6
{
    text-transform: none;
    font-weight: 200;
    color: rgb(20,20,20);
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 26px;
    font-weight: 700;
}

h2
{
    font-size: 24px;
    font-weight: 700;
}

h3
{
    font-size: 20px;
    font-weight: 700;
}

h4
{
    font-size: 18px;
    font-weight: 700;
}

h5
{
    font-size: 14px;
    font-weight: 700;
}

h6
{
    font-size: 12px;
    font-weight: 700;
}

.nzk_DescriptionFormat
{
    width: 100%;
    box-sizing: border-box;
    float:left;
}
.nzk_DescriptionFormat a
{
    color:rgb(70,70,70);
    font-weight:600;
}
.nzk_DescriptionFormat a:hover
{
    color:rgb(0,0,0);
}

.nzk_DescriptionFormat h3,
.nzk_DescriptionFormat h4,
.nzk_DescriptionFormat h5
{
    text-indent: 20px;
    margin: 10px 15px 5px 15px;    
}
.nzk_DescriptionFormat h6
{
    font-size: 11px;
    text-indent: 20px;
    margin: 10px 15px 5px 15px;    
}

.nzk_Comment
{
    color:rgb(70,70,70);
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:rgb(181,198,194);
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    width: 100%;
    padding: 10px 0px;
    margin: 15px auto;
    float:left;
    font-style:italic;
    font-size: 11px;
    font-weight:normal;
}
.nzk_Comment a
{
    color:rgb(100,100,100);
    font-weight:600;
}
.nzk_Comment a:hover
{
    color:rgb(70,70,70);
}
.nzk_Comment h3,
{
    font-size: 16px;
    text-indent: 20px;
    margin: 10px 15px 5px 15px;    
}
.nzk_Comment h4,
{
    font-size: 14px;
    text-indent: 20px;
    margin: 10px 15px 5px 15px;    
}
.nzk_Comment h5
{
    font-size: 12px;
    text-indent: 20px;
    margin: 10px 15px 5px 15px;    
}
.nzk_Comment h6
{
    font-size: 11px;
    text-indent: 20px;
    margin: 10px 15px 5px 15px;    
}

.nzk_Panel
{
    float:left;
    padding:0px;
    border-width: 1px 0px;
    border-style:solid;
    margin:0px;
}

/*MAIN*/
.page
{
    width: 960px;
    margin: 20px auto 0px auto;
}

.header
{
    background-color: rgb(181, 198, 194);
    position: relative;
    height: 150px;
    width: 100%;
}
.horizontalMenu
{
    height:60px;
    width:100%;
    background: rgba(30,30,30,0.3);
    /*background-image:url(../Images/transparent05.png);*/
    /*background-repeat:repeat;*/
    float:left;
}

.main
{
    background-color: rgb(210,210,210);
    min-height: 420px;
    width: 100%;
    float:left;
}

.footer
{
    background-color:rgb(230,230,230);
    height: 100px;
    width: 100%;
    float:left;
}

.nzk_StandardEditContainer
{
    width: 720px;
    padding: 10px;
    float: left;
}
.nzk_StandardEditContainerGroup
{
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width: 700px;
    padding: 10px;
    float: left;
}

.nzk_StandardTextBox
{
    font-family:Tahoma;
    width: 100%;
    box-sizing: border-box;
    height: 25px;
    font-weight:normal;
    padding:3px; 
}
.nzk_StandardBoldTextBox
{
    font-family:Tahoma;
    font-weight:bold;
    width: 100%;
    box-sizing: border-box;
    height: 25px;
    font-weight:normal;
    padding:3px; 
}
.nzk_StandardMultilineTextBox
{
    font-family:Tahoma;
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    font-weight:normal;
    padding:3px; 
}
.nzk_floatLeft
{
    float:left;
    padding:5px 2px;
}

.nzk_Box100
{
    float:left;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:5px;
    width:100%;    
}
.nzk_Box75
{
    float:left;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:5px;
    width:75%;
}
.nzk_Box50
{
    float:left;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:5px;
    width:50%;
}
.nzk_Box25
{
    float:left;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:5px;
    width:25%;
}
.nzk_floatLeft0
{
    float:left;
    width:100%;
    box-sizing: border-box;
    padding:0px;
}

.nzk_floatRight
{
    float:right;
    padding:5px 2px;
}

.nzk_floatRight0
{
    float:right;
    width:100%;
    padding:0px;
}

.nzk_loginBox
{
    border-width: 2px;
    border-style:solid;
    border-color:#D2D2D2;
    border-radius: 5px;
    box-shadow: 4px 4px 12px rgb(100, 100, 100);
    font-size:10px;
    width:370px;
    min-height:50px;
    padding:5px;
    margin:5px;
    float:right;
}

.nzk_positionBox25
{
    width:100%;
    height:25px;
    float: left;
}

.nzk_buttonRight
{
    font-size: 10px;
    float:right;
    height: 20px;
    padding: 0px 3px;
}
.nzk_InfoLabel
{
    font-size: 12px;
    font-weight: bold;
    width:100%;
    text-align:center;
    color: Green;
    margin: 20px 0px;
    float: left;
}
.nzk_infoBoxFailure25
{
    width:100%;
    text-align:center;
    color: Red;

    margin: 5px 0px;
    float: left;
}

.nzk_Label10
{
    padding: 3px 3px;
    float:left;
}
.nzk_Label10B
{
    padding: 3px 3px;
    font-weight:bold;
    float:left;
    width:200px;
}

.nzk_LoginTextBox
{
    height: 18px;
    width: 90px;
    padding:1px 3px;
    text-align:center;
    float:left;
}
.nzk_UserToolsMenu
{
    width:200px;
    min-height:200px;
    padding:10px;
    float:left;
}
.nzk_UserPanelContent
{
    width: 720px;
    min-height: 300px;
    padding: 10px;
    float: right;
}
.nzk_StandartListPosition
{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    float: left;
}
.nzk_StandartListContainer
{
    width: 100%;
    box-sizing: border-box;    
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding: 10px 0px 15px 0px;
    float: left;
}

.nzk_LineSeparator1
{
    width: 100%;
    height: 3px;
    box-sizing: border-box;     
    margin: 10px 0px;
    border-top-width: 1px;
    border-top-style:solid;
    border-top-color:rgb(181,198,194);
    float:left;
}

.nzk_LineSeparator2
{
    width: 100%;
    height: 3px;
    box-sizing: border-box;     
    margin: 20px 0px;
    border-top-width: 2px;
    border-top-style:solid;
    border-top-color:rgb(181,198,194);
    float:left;
}
.nzk_ListBox100
{
    width: 100%;
    min-height: 210px;
    box-sizing: border-box;
    border-top-width: 1px;
    border-top-style:solid;
    border-top-color:rgb(181,198,194);
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    margin:20px 0px;
    padding: 5px;
}
.nzk_StandardPositionBox33
{
    width: 33%;
    box-sizing: border-box;
    padding: 3px 0px;
    float:left;
}
.nzk_Icon20
{
    width: 20px;
    height: 20px;
    float:left;   
}

/*ALBUMS LIST*/

.nzk_AlbumsListContainer
{
    width: 950px;
    min-height: 350px;
    padding: 5px;
    float:left;
}

.nzk_AlbumsListRightBox
{
    width: 720px;
    min-height: 300px;
    padding: 10px;
    float: right;
}
.nzk_AlbumsListLeftBox
{
    width: 180px;
    min-height: 300px;
    padding: 10px;
    float:left;
}
.nzk_AlbumsItemBox
{
    /*background-color:rgb(181, 198, 194);*/
    background: linear-gradient(rgba(143, 168, 161, 0.3),rgba(143, 168, 161, 0.1));
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(100, 100, 100);
    width: 230px;
    height: 230px;
    margin: 5px;
    float: left;
}
.nzk_AlbumsItemPicture
{
    text-align:center;
    width: 225px;
    height: 140px;
    padding: 10px 5px 10px 0px;
    display:block; 
    float: left;
}
.nzk_AlbumsItemPicture span
{
    display: inline-block;
    height: 83%;
    width:0px;
}
.nzk_AlbumsItemPicture a
{
    text-decoration: none;
}
.nzk_AlbumsItemTitle
{
    font-size:10px;
    width: 200px;
    height: 60px;
    padding: 5px 15px;
    float: left;
}
.nzk_AlbumsItemTitle h6
{
    font-size:10px;
    text-align:justify;
}
.nzk_AlbumsItemTitle p
{
    color:rgb(60,60,60);
    text-indent: 1em;
    text-align:justify;
    font-size: 10px;
    margin: 2px 0px;
    padding: 0;
}




/*ALBUM CONTENT*/
.nzk_AlbumContainer
{
    width: 950px;
    min-height: 350px;
    padding: 5px;
    float:left;
}

.nzk_AlbumsContentLeftBox {
    width: 180px;
    min-height: 300px;
    padding: 10px;
    float: left;
}

.nzk_AlbumsContentRightBox {
    width: 740px;
    min-height: 300px;
    padding: 10px;
    float: left;
}

.nzk_AlbumGroup
{
    width: 720px;
    padding: 10px;
    float: left;
}

.nzk_AlbumMap
{
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width: 680px;
    padding: 20px;
    float: left;
}
.nzk_AlbumMainImage
{
    text-align:center;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width: 150px;
    height: 150px;
    padding: 10px;
    display:table-cell;
    vertical-align:middle;
    float: left;   
}

.nzk_AlbumHeadImage span
{
    display: inline-block;
    height: 80%;
    width:0px;
}


.nzk_AlbumProperties
{
    min-height: 150px;
    width: 495px;
    padding:20px;
    float:right;
}
.nzk_AlbumProperties h6
{
    color: rgb(120,120,120);
    font-size:8px;
}
.nzk_AlbumProperties h5
{
    padding:10px 0px;
    color: rgb(120,120,120);
    font-size:10px;
}
.nzk_AlbumProperties h4
{
    color: rgb(0,0,0);
    font-size:12px;
}
.nzk_AlbumDescription
{
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    padding:20px;
    width: 680px;
    float:left;
}
.nzk_AlbumImagesSet
{
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    padding:10px;
    width: 700px;
    float:left;
}

.nzk_AlbumProperties h1, h2, h3, h4, h5
{
    margin: 5px 0px;
}


.nzk_AlbumImagesItem
{

    text-align:center;
    width: 129px;
    height: 130px;
    padding: 5px;
    display:block; 
    float:left;
}
.nzk_AlbumImagesItem span
{
    display: inline-block;
    height: 17%;
    width:0px;
}
.nzk_AlbumImagesItem a
{
    text-decoration: none;
}

/*Tools Common*/
.nzk_TitleContainer
{
    height: 30px;
    padding: 25px 20px 20px 20px;
    float:left;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
}

.nzk_SubtitleContainer
{
    height: 20px;
    padding: 10px;
    float:left;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
}
.nzk_BtImgWindow5x122Container
{
    text-align:center;
    width:137px;
    height:137px;
    padding:0px;
    float:left;    
    display:block;    
}
.nzk_BtImgWindow5x122
{
    text-decoration:none;
    width:122px;
    height:122px;
    margin:15px;
    text-align:center;
    vertical-align:middle;
    float:left;
    display:block;
}
.nzk_BtImgWindow5x122 span
{
    display: inline-block;
    height: 78%;
    width:0px;
}





/*PAGER*/
.nzk_Pager
{
    width: 100%;
    margin: 10px 0px;
    float:left;
}

/*ALBUM NEW*/

.nzk_AlbumNewPosition
{
    width: 680px;
    min-height: 25px;
    padding: 10px;
    float: left;
}
.nzk_AlbumNewTextBoxTitle
{
    width: 665px;
    height: 32px;
    padding: 0px 5px;
    float: left;
    font-weight:bold;
}
.nzk_AlbumNewTextBoxFull
{
    width: 665px;
    height: auto;
    padding: 0px 5px;
    float: left;
    font-weight:normal;
}
.nzk_AlbumNewOptionBlock
{
    width: 100px;
    height: 70px;
    float: left;
    font-weight:normal;    
}
.nzk_AlbumNewButtonsBox
{
    width: 680px;
    height: 20px;
    padding: 20px;
    float: left;
}


/*ALBUM EDIT*/
.nzk_AlbumEditContainer
{
    font-size:10px;
    width: 720px;
    min-height: 300px;
    padding: 10px;
    float: right;
    font-weight:bold;
}
.nzk_AlbumEditGroup
{
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width: 700px;
    padding: 10px;
    float: left;
}
.nzk_AlbumEditGroupContent
{
    width: 680px;
    padding: 10px;
    float: left;
}
.nzk_AlbumMapWraper
{
    border-width: 1px;
    border-style:solid;
    border-color:rgb(0,0,0);
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width:655px;
    height: 500px;
    padding:10px;
    float:left;
}
.nzk_AlbumChartWraper
{
    border-width: 1px;
    border-style:solid;
    border-color:rgb(0,0,0);
    background-color:rgba(240,240,240,0.5);
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width:655px;
    height: 150px;
    padding: 10px;
    margin:10px 0px;
    float:left;
}
.nzk_AlbumChart
{
    background-color:rgba(240,240,240,0.5);
    border-radius: 3px;
    width:655px;
    height: 120px;
    float:left;
}
.nzk_AlbumChartInfoBox
{
    color: rgb(0,0,0);
    text-align:center;
    font-size:10px;
    border-width: 1px;
    border-style:solid;
    border-color:rgb(120,120,120);
    background-color:rgba(220,220,220,0.5);
    border-radius: 3px;
    min-width:100px;
    height: 15px;
    padding:3px 5px;
    margin:8px 2px;
    float:left;
}
.nzk_AlbumInfoBlock
{
    width: 450px;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:10px;
    float: left;
}
.nzk_AlbumHeadImage
{
    text-align:center;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width: 150px;
    height: 150px;
    padding: 10px;
    display:block; 
    float: right;   
}

.nzk_AlbumHeadImage span
{
    display: inline-block;
    height: 80%;
    width:0px;
}

.nzk_AlbumImageBox
{
    text-align:center;
    width: 125px;
    height: 125px;
    margin: 1px;
    padding: 4px;
    display:block; 
    float: left;   
}
.nzk_AlbumImageBox span
{
    display: inline-block;
    height: 78%;
    width:0px;
}
.nzk_AlbumImage
{
    box-shadow: 3px 3px 12px rgb(100, 100, 100);
    padding:2px;
}

.nzk_AlbumPosition
{
    font-size:10px;
    width: 100%;
    padding: 5px 0px;
    float:left;
}
.nzk_AlbumPosition h4
{
    font-size: 11px;
    font-weight:600;
    padding: 2px 5px;
}
.nzk_AlbumPosition h5
{
    color: rgb(100,100,100);
    font-size: 11px;
    font-weight:600;
    padding: 2px 5px;
}
.nzk_AlbumTextBox
{
    font-family:Tahoma;
    font-size:12px;
    width: 670px;
    min-height: 30px;
    font-weight:normal;
    padding:3px;  
}
.nzk_AlbumLabelDesc
{
    width: 660px;
    padding: 10px;
    margin:auto;
    font-size:11px;
    font-weight:normal;
    border-radius: 5px;
    box-shadow: 2px 2px 12px rgb(143, 168, 161);
    float:left;
}
.nzk_AlbumTextBoxDesc
{
    font-family:Tahoma;
    font-size:12px;
    width: 670px;
    min-height: 100px;
    font-weight:normal;
    padding:3px;  
}
.nzk_AlbumButtonBoxRight
{
    border-radius: 5px;
    box-shadow: 2px 2px 12px rgb(143, 168, 161);
    margin: 15px 0px 5px 0px;
    padding: 15px;
    float:right; 
}
.nzk_AlbumButtonBoxLeft
{
    border-radius: 5px;
    box-shadow: 2px 2px 12px rgb(143, 168, 161);
    margin: 15px 0px 5px 0px;
    padding: 15px;
    float:left; 
}
.nzk_PictureInfoBox
{
    width: 500px;
    float: right;
}

.nzk_AddPictureList
{
    width: 150px;
    height: 415px;
    padding: 5px;
    float: left;
}
.nzk_AddPictureBox
{
    width: 500px;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:10px;
    float: left;
}

.nzk_AddPictureInfoBox
{
    width: 265px;
    height: 190px;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:10px;
    float: left;
}

.nzk_AddPictureDescBox
{
    width: 480px;
    height: 193px;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:10px;
    float: left;
}

.nzk_AddPictureTextBoxDesc
{
    width: 470px;
    height: 15px;
    font-weight:normal;
    padding:3px; 
}
.nzk_PictureInfoBox
{
    width: 430px;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    padding:10px;
    float: left;
}
.nzk_IconBox
{
    text-align:center;
    border-radius: 3px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 10px;
    display:block; 
    float: left;   
}
.nzk_PictureImageBox
{
    text-align:center;
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width: 190px;
    height: 170px;
    padding: 20px 10px;
    display:block; 
    float: right;   
}
.nzk_PictureImageBox a
{
    text-decoration:none;    
}

.nzk_PictureImageBox span
{
    display: inline-block;
    height: 80%;
    width:0px;
}
.nzk_PicturePosition
{
    width: 100%;
    padding: 5px 0px;
    float:left;
}
.nzk_PicturePosition h4
{
    color: rgb(100,100,100);
    font-size: 12px;
    font-weight:400;
    padding: 1px 5px;
}
.nzk_PicturePosition h5
{
    color: rgb(100,100,100);
    display:table-cell;
    vertical-align:middle;
    font-size: 11px;
    font-weight:400;
    margin:0;
    padding: 1px 5px;
}
.nzk_PicturePosition h6
{
    color: rgb(100,100,100);
    display:table-cell;
    vertical-align:middle;
    font-size: 10px;
    font-weight:400;
    margin:0;
    padding: 1px 5px;
}
.nzk_AlbumEditInfoLabel
{
    font-size:12px;
    width:100%;
    color: Green;
    text-align:center;
    float:left;
}

.nzk_PictureTextBox
{
    width: 430px;
    height: 20px;
    font-weight:normal;
    padding:3px;  
}
.nzk_PictureTextBoxDesc
{
    font-family: Tahoma;
    font-size: 13px;
    width: 430px;
    height: 20px;
    font-weight:normal;
    padding:3px;  
}
.nzk_PictureTextBoxMini
{
    font-family: Tahoma;
    font-size: 13px;
    text-align:center;
    width: 30px;
    height: 15px;
    font-weight:normal;
    padding:3px;  
}

.nzk_PicturesUploadBox
{
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    width: 100%;
    padding: 10px 0px;
    float:left;
}
.nzk_PicturesUploadBox h5
{
    color: rgb(100,100,100);
    display:table-cell;
    vertical-align:middle;
    font-size: 11px;
    font-weight:400;
    margin:0;
    padding: 1px 5px;
}
.nzk_PictureUploadTextBoxDesc
{
    width: 670px;
    height: 24px;
    font-size: 10px;
    font-weight:normal;
    padding:3px; 
}
.nzk_PictureUploadTextBoxAddress
{
    width: 670px;
    height: 24px;
    font-size: 9px;
    font-weight:normal;
    padding:3px; 
}

/*OBJECT EDIT*/
.nzk_ObjectEtWindow
{
    background-color:rgba(143, 168, 161, 0.3);
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(100, 100, 100);
    width:100%;
    box-sizing: border-box;    
    margin: 10px 0px;
    padding:10px;
    float:left;
}

.nzk_ObjectEtImageBox
{
    text-align:center;
    width: 88px;
    height: 88px;
    margin: 1px;
    padding: 0px;
    display:block; 
    float: left;   
}
.nzk_ObjectEtImageBox span
{
    display: inline-block;
    height: 78%;
    width:0px;
}
.nzk_ObjectEtImage
{
    text-align:center;
    width: 83px;
    height: 82px;
    padding: 5px;
    display:block; 
    float:left;
}
.nzk_ObjectEtImage span
{
    display: inline-block;
    height: 78%;
    width:0px;
}

.nzk_ObjectHeadBox
{
    width: 680px;
    height: 150px;
    padding: 20px;
    float: left;
}

.nzk_ObjectImage
{
    box-shadow: 3px 3px 12px rgb(100, 100, 100);
    padding:2px;
}

.nzk_ObjectEtInfoBox
{
    font-size: 10px;
    width: 560px;
    height: 78px;
    margin: 1px;
    padding: 5px 20px;
    display:block; 
    float: left; 
    
}
.nzk_ObjectEtInfoBoxNoImage
{
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 1px;
    padding: 5px 15px;
    display:block; 
    float: left; 
}
.nzk_ObjectEtInfoBoxPosition
{
    width:100%;
    box-sizing: border-box;
    padding: 5px 0px;
    float: left;
}
.nzk_ObjectEtInfoBoxPosition70
{
    width:70%;
    box-sizing: border-box;
    padding: 5px 0px;
    float: left;
}
.nzk_ObjectButtonBoxRight
{
    border-radius: 5px;
    box-shadow: 2px 2px 12px rgb(143, 168, 161);
    margin: 15px 0px 5px 0px;
    padding: 15px;
    float:right; 
}
.nzk_ObjectButtonBoxLeft
{
    border-radius: 5px;
    box-shadow: 2px 2px 12px rgb(143, 168, 161);
    margin: 15px 0px 5px 0px;
    padding: 15px;
    float:left; 
}

.nzk_ObjectDescriptionPosition
{
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    font-size:13px;
    width: 100%;
    padding: 5px 0px;
    float:left;
}
.nzk_ObjecDescriptionLabelValue
{
    padding: 10px 0px;
}

.nzk_ObjecDescriptionTextBox
{
    font-family: Tahoma;
    font-size: 13px;
    height: 50px;
    width: 635px;
    padding: 15px;
}
.nzk_ObjecDescriptionTextBoxDesc
{
    font-family: Tahoma;
    font-size: 13px;
    height: 500px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.nzk_ObjectEditImageBox
{
    text-align:center;
    width: 123px;
    height: 123px;
    margin: 1px;
    padding: 4px;
    display:block; 
    float: left;   
}
.nzk_ObjectEditImageBox span
{
    display: inline-block;
    height: 78%;
    width:0px;
}
.nzk_ObjectEditImage
{
    box-shadow: 3px 3px 12px rgb(100, 100, 100);
    padding:2px;
}
.nzk_ObjectMapWraper
{
    border-width: 1px;
    border-style:solid;
    border-color:rgb(0,0,0);
    border-radius: 8px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    width:665px;
    height: 500px;
    padding:10px;
    float:left;
}


/*OBJECT NEW*/

.nzk_ObjectNewPosition
{
    width: 680px;
    min-height: 25px;
    padding: 10px;
    float: left;
}
.nzk_ObjectNewTextBoxName
{
    width: 665px;
    height: 32px;
    padding: 0px 5px;
    float: left;
    font-weight:bold;
}
.nzk_ObjectNewTextBoxFull
{
    width: 665px;
    height: auto;
    padding: 0px 5px;
    float: left;
    font-weight:normal;
}
.nzk_ObjectNewDDL
{
    width:250px;
    height: 25px;
    font-weight:normal;    
}
.nzk_ObjectNewButtonsBox
{
    width: 680px;
    height: 20px;
    padding: 20px;
    float: left;
}

/*OBJECT DATA*/

.nzk_ObjectDataContener
{
}


/*TAB STYLE*/

.nzk_TabStyle .ajax__tab_header
{
    box-shadow:3px 3px 10px #182019;
    border-radius:5px;
    font-size: 12px;
    text-decoration:none;
    padding:5px;
    width:710px;
}
.nzk_TabStyle .ajax__tab_body
{
    border-radius: 5px;
    width:710px;
    min-height:300px;
    padding: 10px 5px 10px 5px;
    text-align:justify;
    box-shadow:3px 3px 10px #182019;
    margin-top:10px;
}
.nzk_TabStyle .ajax__tab_tab
{
    padding: 3px;
    border-radius: 5px;
    width: 100px;
    height:20px;    
    text-align:center;
    font-size:10px;
    color: rgb(100,100,100);
    padding-top:10px;
}
.nzk_TabStyle .ajax__tab_inner
{
    padding: 0px 5px;
    background-color:rgb(210, 210, 210);   
}
.nzk_TabStyle .ajax__tab_outer
{
    padding: 0px 5px;
}
.nzk_TabStyle .ajax__tab_hover .ajax__tab_tab
{
    font-weight:bold;
    font-size:12px;
    color: Black;
}
.nzk_TabStyle .ajax__tab_active .ajax__tab_tab
{
    color:black;
    font-weight:bold;
    font-size:12px;
    color: Black;
    
}
.nzk_TabStyle .ajax__tab_active .ajax__tab_inner
{
}
.nzk_TabStyle .ajax__tab_active .ajax__tab_outer
{
    box-shadow: 2px 2px 12px rgb(143, 168, 161);
    border-radius: 5px;
}
.nzk_TabContent
{
    width: 690px;
    padding: 10px;
    float: left;
}
.nzk_TabDataGroup
{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}
.nzk_TabDataPosition
{
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    font-size:10px;
    width: 100%;
    padding: 5px 0px;
    float:left;
}
.nzk_TabDataPositionBox
{
    font-size:10px;
    width: 100%;
    float:left;
}
.nzk_TabDataPositionLabel
{
    font-size:12px;
    font-weight:bold;
    width: 120px;
    padding: 12px 5px;
    float:left;
}
.nzk_TabDataPositionLabelValue
{
    font-size: 12px;
    width: 545px;
    padding: 12px 5px;
    float:left;
}
.nzk_TabDataPositionLabelValueMain
{
    font-size: 14px;
    font-weight: bold;
    width: 545px;
    padding: 10px 5px;
    float:left;
}
.nzk_TabDataPositionDDL250
{
    font-family: Tahoma;
    width: 250px;
    height: 30px;
    font-weight:normal;
    padding:2px;
    margin: 4px 0px;
}
.nzk_TabDataPositionTextBox
{
    font-family: Tahoma;
    width: 540px;
    height: 15px;
    font-weight:normal;
    padding:3px;
    margin: 9px 0px;
}
.nzk_TabDataPositionTextBoxMain
{
    font-family: Tahoma;
    width: 540px;
    height: 40px;
    font-size: 14px;
    font-weight:bold;
    padding:3px;
    margin: 9px 0px;
}
.nzk_TabDataPositionTextBoxMulti
{
    font-family: Tahoma;
    width: 540px;
    height: 80px;
    font-weight:normal;
    padding:3px;
    margin: 5px 0px;
}
.nzk_TabDataPositionTextBox250
{
    font-family: Tahoma;
    width: 250px;
    height: 15px;
    font-weight:normal;
    padding:3px;
    margin: 5px 0px;
}
.nzk_TabDataPositionTextBox150
{
    font-family: Tahoma;
    width: 150px;
    height: 15px;
    font-weight:normal;
    padding:3px;
    margin: 5px 0px;
}
.nzk_TabDataPositionTextBox100
{
    font-family: Tahoma;
    width: 100px;
    height: 15px;
    font-weight:normal;
    padding:3px;
    margin: 5px 0px;
}
.nzk_TabDataPositionTextBox50
{
    font-family: Tahoma;
    text-align: center;
    width: 50px;
    height: 15px;
    font-weight:normal;
    padding:3px;
    margin: 5px 0px;
}
.nzk_TabDataCheckBox
{
    display:block;
    margin-top: 7px;
    float:left;
}

/*MENU*/
.nzk_StaticMenuStyle
{
    color:rgb(170,170,170);
    font-size: 14px;
    margin: 100px;
    padding:10px;
}
.nzk_StaticHoverStyle
{
    color: Black;
}
.nzk_StaticSelectedStyle
{
    background-color:rgb(181,198,194);
}
.nzk_StaticMenuItemStyle
{
    font-weight:700;
    background-color:rgb(181,198,194);
    border-radius:3px;
    height: 22px;
    width: 150px;
    margin: 5px 5px;
    padding: 5px 10px;
}
.nzk_DynamicMenuStyle
{
    color: rgb(170,170,170);
    font-size: 14px;
    background-color:rgb(191,208,204);
    border-radius:5px;
    padding:5px;
}
.nzk_DynamicHoverStyle
{
    color: Black;    
}
.nzk_DynamicSelectedStyle
{
}
.nzk_DynamicMenuItemStyle
{
    font-weight:700;
    background-color:rgb(181,198,194);
    border-radius:3px;
    height: 22px;
    width: 150px;
    margin: 5px;
    padding: 3px;
}


/*SETTINGS*/
.nzk_SettingsContainer
{
    font-size:10px;
    width: 720px;
    min-height: 300px;
    padding: 10px;
    float: right;
    font-weight:bold;
}

.nzk_SettingsPosition
{
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
    font-size:10px;
    width: 100%;
    padding: 5px 0px;
    float:left;
}
.nzk_SettingsPositionBox
{
    font-size:10px;
    width: 100%;
    float:left;
}
.nzk_SettingsPositionLabel
{
    font-size:10px;
    width: 100px;
    padding: 12px 5px;
    float:left;
}
.nzk_SettingsTextBox300
{
    width: 300px;
    height: 15px;
    font-weight:normal;
    padding:3px;
    margin: 5px 0px;
}
.nzk_SettingsTextBox150
{
    width: 150px;
    height: 15px;
    font-weight:normal;
    padding:3px;
    margin: 5px 0px;
}
.nzk_SettingsFileUpload
{
    font-size:10px;
    width: 250px;
    height: 100px;
    padding: 5px 0px;
    float:left;
}
.nzk_SettingsCheckBox
{
    display:block;
    margin-top: 7px;
    float:left;
}

.nzk_SettingsBadge
{
    border-radius: 3px;
    box-shadow: 4px 4px 12px rgb(143, 168, 161);
    text-align:center;
    margin: 15px;
    padding:5px;
    display:block; 
    float:right;
}

.nzk_SettingsInfoLabel
{
    font-size:12px;
    width:100%;
    color: Green;
    text-align:center;
    float:left;
}
.nzk_SettingsTextBox660
{
    width: 660px;
    height: 20px;
    font-weight:normal;
    padding:3px;
    margin: 5px 0px;
}

.nzk_CategoryList
{
    width: 150px;
    height: 400px;
    padding: 5px;
    float: left;
}
.nzk_CategoryParamsBox
{
    width: 520px;
    padding: 10px;
    float:left;
}
.nzk_CategorySettingsGroup
{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(181,198,194);
}




.nzk_InfoBox
{
	background-color: rgba(30,30,30,0.6);
	border-radius:8px;
    box-shadow: 4px 4px 12px rgb(100,100,100);
	width: 300px;
	height: 90px;
	padding:3px;
	margin: 0px 0px 15px 0px;
	float: left;
}
.nzk_InfoBox a
{
	text-decoration:none;
	color: White;
}
.nzk_InfoBoxContent
{
    background-color: rgba(40,40,40,0.5);
    box-shadow: 3px 3px 10px rgb(180,180,180);
    border-radius:6px;
	width: 184px;
	height: 74px;
	padding: 5px;
	margin: 3px;
	float: left;
}
.nzk_InfoBoxContent div.Name
{
	font-weight: bold;
	height: 40px;
	padding: 5px 2px;
}
.nzk_InfoBoxContent div
{
	font-size: 10px;
	width: 160px;
	float: left;
}
.nzk_InfoBoxImage
{
    width: 90px;
	height: 84px;
	text-align:center;
	padding: 3px;
	float: left;
	display:block;
}
.nzk_InfoBoxImage img
{
    box-shadow: 3px 3px 10px rgb(180,180,180);
    border-radius: 3px;
	border-color: rgb(70,70,70);
	border-style: solid;
	border-width: 1px;
}

.nzk_InfoBoxImage span
{
	display: inline-block;
	width:0px;
	height: 84%;
}

