.dataListItems {
    width: 100%;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 5px 0;
}

.dataListItemCell {
    border-width: 0 1px 0 0;
    border-style: solid;
    vertical-align: middle;
}

.dataListAdminNameSubstitute, .dataListAdminYearsSubstitute, .dataListAdminUrlSubstitute, .dataListAdminDate, .dataListAdminUser, .dataListAdminComment, .dataListAdminObject,
.dataListAdminLink, .dataListAdminNewsText, .dataListAdminBoolean, .dataListAdminNewsObject{
    border-style: none;
    padding: 0 5px;
}

.dataListAdminNameSubstitute {
    width: 225px;
}

.dataListAdminUrlSubstitute {
    width: 225px;
}

.dataListAdminYearsSubstitute {
    width: 165px;
}

.dataListAdminDate {
    width: 70px;
}

.dataListAdminUser {
    width: 90px;
}

.dataListAdminBoolean {
    width: 50px;
}

.dataListAdminLink {
    width: 170px;
}

.dataListAdminNewsText {
    width: 355px;
}

.dataListAdminNewsObject {
    width: 110px;
}

.dataListAdminComment {
    width: 355px;
}

.dataListAdminObject {
    width: 310px;
}

.dataListDeleted {
    color: #aaaaaa;
}

.dataListDeletedText {
    width: 100px;
    text-align: center;
    color: red;
    padding-bottom: 1px;
    font-weight: bold;
}

.newsAddButton{
    width: 100px;
    text-align: center;
    color: green;
    padding-bottom: 1px;
    font-weight: bold;
}

.newsEditButton{
    width: 100px;
    text-align: center;
    color: #805500;
    padding-bottom: 1px;
    font-weight: bold;
}

.periodicSubstituteEditButton{
    width: 100px;
    text-align: center;
    color: #805500;
    padding-bottom: 1px;
    font-weight: bold;
}

.dataListItem {
    width: 875px;
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 5px;
    margin: 5px;
}

.userDataListItem {
    border-style: solid;
    border-width: 0 1px 0 1px;
    padding: 5px;
    margin: 5px;
    width: 565px;
}

.adminDataListItem {
    border-style: solid;
    border-width: 0 1px 0 1px;
    padding: 5px;
    margin: 5px;
    width: 760px;
}

.dataListItemSeqNo {
    width: 35px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
}

.dataListItemText {
    padding: 5px;
    margin: 5px;
    width: 680px;
}

.dataListItem tr, .userDataListItem tr {
    height: 18px;
}

.dataListItemPropertyKey {
    font-weight: normal;
    padding-right: 5px;

}

.dataListItemPropertyValue {
    font-weight: bold;
    padding-right: 5px;
}

.dataListItemDelButton button {
    background-color: #4c5666;
    text-align: center;
    color: #ffffff;
    height: 20px;
    width: 100px;
    font-weight: bolder;
    padding: 0;
    margin: 0;
}

.dataListNewsDelButton button {
    background-color: #4c5666;
    text-align: center;
    color: #ffffff;
    height: 20px;
    width: 50px;
    font-weight: bolder;
    padding: 0;
    margin: 0;
}



.dataListItemThumbnail {
    width: 45px;
}

.dataListItemActionDate {
    font-size: 10px;
    font-weight: normal;
    color: #4C5666;
}

