.RadListView_ShakeDefault
{
   border:1px ridge buttonface;
   background-color: window;
   float: left;
   width: 100%;
   height: 100%;
   overflow:auto;
}

.RadListViewItem_ShakeDefault
{
   border:1px solid buttonface;
   float: left;
   margin: 10px;
   width: 120px;
   height: 120px;
   text-align: center;
}

.RadListViewItem_ShakeDefault:hover
{
   border:1px outset buttonface;
}

.RadListViewItem_ShakeDefault:focus
{
   border:1px outset navy;
}

.RadListViewItem_ShakeDefault:active
{
   border:1px inset navy;
}

.RadListViewPager_ShakeDefault
{
   border:1px groove buttonface;
   background-color: buttonface;
   height: 30px;
   clear: both;
}