﻿/* ------------------------------------------------------------------------- */
/* XList                                                                     */
/* ------------------------------------------------------------------------- */

.XList {
   border-collapse: collapse;
   position: relative;
}

.XListHeader {
   background-color: white;
   color: white;
   height: 20px;
}

.XListHeaderSelector {
   width: 20px;
   vertical-align: middle;
}

.XListHeaderIcon {
   width: 15px;
   vertical-align: middle;
}

.XListHeaderCol {
   vertical-align: middle;
   font-weight: normal;
}

.XListHeaderDirIcon {
   padding-left: 4px;
}

.XListListItem {
   background-color: white;
}

.XListListItem-Even {
   background-color: white;
}

.XListListItem-Odd {
   background-color: lightgrey;
}

.XListListItemSelector {
   vertical-align: top;
}

.XListListItemIcon {
   padding-top: 4px;
   text-align: center;
   vertical-align: top;
   width: 20px;
}

.XListListItemImage {
}

.XListListItemCol {
   padding-top: 4px;
}

.XListListItemPermalink {
   vertical-align: top;
   float: left;
}

.XListListItemDetail {
   text-align: left;
   vertical-align: top;
}

.XListPager {
   margin-bottom: 20px;
   text-align: center;
}

.XListOptions {
   padding-top: 20px;
   padding-bottom: 10px;
   text-align: center;
}

.XListOptionsSeparator {
   font-weight: bold;
}

/* ------------------------------------------------------------------------- */


