table.cs-view-empty {
width: 100%;
background-image: url("/_static/cs/images-2/bg.png");
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
border: 1px solid #292929;
box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.3);
height: 60px;
}

.cs-view-empty-title {
text-align: left;
font-weight: bold;
color: white;
font-size: 14px;
text-shadow: 0 -1px 0px #000;
}

.cs-view-empty-gradient {
width: 100%;
background: url("/_static/cs/images-2/gradient.png") repeat-x left bottom;
background-color: rgba(0, 0, 0, 0.1);
}

.system-view-base-class table.cs-view-empty td.cs-view-empty-border-cell
{
    width: 9px !important;
    padding: 3px !important;
    display: table-cell !important;
    background-color: inherit !important;
}

table.cs-view-empty td.cs-view-empty-cell
{
 text-align: center;
 vertical-align: middle;
}

.cs-view-empty-div {

}

.cs-view-empty-div .cs-window-icon
{
    font-style: normal;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.cs-view-empty-div .cs-window-icon:before
{
    line-height: 26px;
}

/*.cs-view-empty-div img
{
  margin-right: 10px;
  vertical-align: middle;
}*/

.cs-view-empty-div span
{
  vertical-align: middle;
}

a.cs-view-empty-menu-link
{
 background: url("/_static/cs/images/bul_blue.gif") no-repeat 8px 9px;
 color: #1183a8;
 margin: 0px;
 line-height: 24px;
 padding: 4px 8px 4px 17px;
 text-decoration: none;
 font-size: 12px;
}

a.cs-view-empty-menu-link:hover
{
 background: url("/_static/cs/images/bul_white.gif") #1183a8 no-repeat 8px 9px;
 color: white;
 margin: 0px;
 line-height: 24px;
 padding: 4px 8px 4px 17px;
 text-decoration: none;
 font-size: 12px;
}

a.cs-view-empty-menu-link-over
{
 background: url("/_static/cs/images/bul_white.gif") #1183a8 no-repeat 8px 9px;
 color: white;
 margin: 0px;
 line-height: 24px;
 padding: 4px 8px 4px 17px;
 text-decoration: none;
 font-size: 12px;
}

a.cs-view-empty-menu-link-over:hover
{
 background: url("/_static/cs/images/bul_white.gif") #1183a8 no-repeat 8px 9px;
 color: white;
 margin: 0px;
 line-height: 24px;
 padding: 4px 8px 4px 17px;
 text-decoration: none;
 font-size: 12px;
}