/* default elements */

body {
    background-color: #4c4c4b
}

/* bgBody front */
.bgBodyFront {
    background: url(/img/inst/themes/greyGrey/bgBody.jpg) no-repeat top center;
}

/* bgBody page */
.bgBodyPage{
    background: url(/img/inst/themes/greyGrey/page/bgBody.jpg) no-repeat top center;
}

#content {
   background: url('/img/inst/themes/greyGrey/bgContent.gif') repeat-y left top;
}

/* #leftColumn */
#leftColumn {
    background: #efefef url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumn.jpg) repeat-x top left;
}

/* Menulinks */
#leftColumn ul#submenu_5 {
}

#leftColumn li a {   
	color: #717171;
}

#leftColumn li a:hover {
    background: url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumnBullet.png) no-repeat center left;
    color: #333;
}

#leftColumn .submenu_3 liActive {
    background: #efefef url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumnBullet.png) no-repeat center left;
    color: #333;
    margin-bottom: 9px;
}

#leftColumn a.submenu_3 {
    border-bottom: 1px #c8c8c8 solid;
}

#leftColumn a.submenu_3_active {
    background: #efefef url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumnBullet.png) no-repeat center left;
    color: #333;
    border-bottom: 1px #c8c8c8 solid;
}


#leftColumn a.submenu_3_preactive {
    background: #efefef url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumnBulletPreactive.png) no-repeat center left;
    border-bottom: 1px solid #c0c0c0;
}

#leftColumn a.submenu_4_active, #leftColumn a.submenu_5_active {
    background: url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumnBullet.png) no-repeat center left;
    color: #333;
}

/* centerColumn */

#centerColumnTop {
    background: url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumn.jpg) repeat-x top left;
}

#centerColumnTopBottom {
    background: url(/img/inst/themes/greyGrey/centerColumn/bgCenterColumnTopBottom.jpg) no-repeat top left;
}

.centerColumnNewsDate {
    background: url(/img/inst/themes/greyGrey/centerColumn/bgDateNews.png) no-repeat top left;
}

/* Newsarchive */

.newsArchiveSearchBtn {
    background: url(/img/inst/themes/greyGrey/rightColumn/btnRightColumnAdressbook.jpg) no-repeat top left;
    width: 53px;
    height: 21px;
}

/* index */
#centerColumn h2.az {
    color: #565655;
}

/* li */
#centerColumnContentContainer ul li
{
    background: url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumnBullet.png) no-repeat 0px 3px;
    line-height: 1.4em;
    padding-left: 16px
}

/* rightColumn */

#rightColumn {
    background: url(/img/inst/themes/greyGrey/leftColumn/bgLeftColumn.jpg) repeat-x top left;
}

#rightColumnAdressbook, .rightColumnEntrance, .rightColumnSpot {
    background: url(/img/inst/themes/greyGrey/bgContentRight.jpg) repeat-x top left;
}

/* rightColumnSearch */

.rightColumnSearch {
    background: url(/img/inst/themes/greyGrey/rightColumn/bgRightColumnSearch.jpg) no-repeat top right;
    color: #565655;
}

.rightColumnBtn {
    background: url(/img/inst/themes/greyGrey/rightColumn/btnRightColumnSearch.jpg) no-repeat top right;
}

#rightColumnTopBottom {
    background: url(/img/inst/themes/greyGrey/rightColumn/bgRightColumnTopBottom.png) repeat-x top left;
}

.rightColumnHlTop {
    background: url(/img/inst/themes/greyGrey/rightColumn/bgRightColumnHlTop.png) no-repeat top left;
}

/* adressbook*/

.rightColumnAdressbookSearchBtn {
    background: url(/img/inst/themes/greyGrey/rightColumn/btnRightColumnAdressbook.jpg) no-repeat top right;
}

/* rightColumnSpot */

.rightColumnSpotTop {
    background: url(/img/inst/themes/greyGrey/rightColumn/bgRightColumnSpotTop.jpg) no-repeat top left;
}

/* rightColumnEntrance */

.rightColumnEntrance li {
    background: url(/img/inst/themes/greyGrey/rightColumn/bgRightColumnEntranceBullet.png) no-repeat left 2px;
}

.rightColumnEntrance a {
    color: #868686;
}

/* footer */ 
    
#footer {
    background: url(/img/inst/themes/greyGrey/bgFooter.jpg) no-repeat top center;
}


/************************/
/* Min side CSS (Start) */
/************************/
.minSideTab 
{
    background: url('/img/inst/themes/greyGrey/minSide/minSideTabOpen.png') no-repeat;
    }
    
.minSideTabClose
{
    background: url('/img/inst/themes/greyGrey/minSide/minSideTabClose.png') no-repeat;
    }

.loadingStatus { background: url('/img/inst/themes/greyGrey/minSide/ajax-loader.gif') no-repeat 235px 13px }
    
.minSideInfo a 
{
    background: url('/img/inst/themes/greyGrey/minSide/arrowClosed.gif') no-repeat 0px 0px;
    }
    
.minSideType 
{
    background: url('/img/inst/themes/greyGrey/minSide/arrowClosed.gif') no-repeat 0px 4px;
    }
    
.openArrow
{
    background: url('/img/inst/themes/greyGrey/minSide/arrowOpen.gif') no-repeat 0px 4px;
    }
    
.btnOk 
{
    background: url('/img/inst/themes/greyGrey/minSide/btnOk.gif') no-repeat;
    }
    
.minSideItemBox 
{
    border-bottom: solid 1px #c1c0c1;
    }
    
.minSideContent, .minSideCreate, .minSideEdit
{
    background-color: #838182;
    }

a.dataLink:hover
{
    color: #2f2f2f
    }
/**********************/
/* Min side CSS (End) */
/**********************/