#main_text_right_folders .entry
{
    font-weight: bold;
    font-style: italic;
}


#directoryNavBar .directoryNavBar, .locationBarContainer .directoryNavBar
{
    margin: 5px;
}

#directoryNavBar .locationBar, .locationBarContainer .locationBar
{
    float: left;
    font-weight: bold;
    /* background-color: #eaf1dd; */
    /* border: 1px solid #D5D5D5; */
    padding: 5px;
    margin-right: 4px;
}

#directoryNavBar .currentDirBar, .locationBarContainer .currentDirBar
{
    background-color: white;
    /* border: 1px solid #D5D5D5; */
    padding: 5px;
}

#directoryNavBar .currentDirBar a, .locationBarContainer .currentDirBar a
{
    font-weight: normal !important;
}

.folder_nav_link
{
    cursor: pointer;
}

a.deleteFile,
a.renameFile
{
    background-color: #eaf1dd;
}

.createFolder
{
    float: left;
    background-color: #006600;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

.createFolder a
{
    color: white !important;
}

.createFolder a:hover
{
    text-decoration: none;
}

.table_display
{
    margin-top: 10px;
}

.entry_properties, #doc_back, #doc_forward
{
    cursor: pointer;
}

/* overrides of addressbook css */
tr.odd {
	background-color: white;
}

tr.even {
	background-color: white;
}

.shareRow {
    border: 1px solid lightblue;
    margin: 1px;
}