.nominals tr:first-child td {
    padding: 6px 10px;
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 85%, #cccccc 98%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(85%,#cccccc), color-stop(98%,#cccccc), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 85%,#cccccc 98%,#eeeeee 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 85%,#cccccc 98%,#eeeeee 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 85%,#cccccc 98%,#eeeeee 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 85%,#cccccc 98%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    font-weight:bold;		
}
.nominals .headtr {
    padding: 6px 10px;
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 85%, #cccccc 98%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(85%,#cccccc), color-stop(98%,#cccccc), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 85%,#cccccc 98%,#eeeeee 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 85%,#cccccc 98%,#eeeeee 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 85%,#cccccc 98%,#eeeeee 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 85%,#cccccc 98%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    font-weight:bold;
}
.nominals tr:last-child td{
    border-bottom: 0 none;
}
.nominals tr td:first-child{
    border-left: 0 none;
}
.nominals tr:nth-child(even) {
    background-color: #F0F0F0;
}

.nominals tr:hover{
    background-color: #E0E0E0;
}
.nominals td{
    padding: 3px 10px;
    width:150px;
    border-bottom: 1px solid #BEB5B5;
    border-left: 1px solid #BEB5B5;
}
.nominals{
    border: 1px solid #BEB5B5;
    border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius:4px;
    margin:10px auto;
    overflow: hidden;
}
#fo-block{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    padding:11px;
}
#fo-monitoring{
    display:table-cell;
    padding-left:50px;
}
#fo-monitoring .h1{
    color:red;
    font:20px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    text-align:center;
    padding-bottom:5px
}
#fo-teaser{
    width:237px;
    height:58px;
    float:left;
    margin-right:15px;
}
#fo-block, #fo-teaser{
    border:1px solid #999999;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -o-border-radius:8px;
    -ms-border-radius:8px;
}
#fo-links{
    width:250px;
    display:table-cell;
    vertical-align:middle;
}
#fo-monitoring-link{
    text-align:right;
    margin-top: 10px;
}

#fo-teaser, .h1{display:block;text-decoration:none}
bdo{
    text-align: right;
    display:block;
}
li.more-list {
    list-style-image: url(/i/img/listitem-pages.gif);
    margin-left: 5px;
    padding: 0;
    text-align: left;
}