#colSorter {
    height:20px;
    width:13px;
    position:relative;
    float:right;
    vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-left:5px;
}
#colText {
    position:relative;
    float:left;
    vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-left:5px;
}
.basicGrid_headerSortDef {
	background-image: url(images/def.gif);
}
.basicGrid_headerSortDown {
	background-image: url(images/desc.gif);
}
.basicGrid_headerSortUp {
	background-image: url(images/asc.gif);
}
.basicGrid {
    background-color: white;
    width:100%;
}
.basicGrid-container {
    width:100%;
}
.basicGrid_header {
    padding: 2px;
    text-align: left;
    font-weight: bold;
    color: #15428B;
    height:20px;
    font-size: 14px;
    padding-left: 5px;
    border-top: 1px solid #99BBE8;
    background-image: url(images/grid-hrow.gif);
}
.basicGrid_header_over {
    background-image: url(images/grid-hrow-over.gif);
}
.basicGrid_footer {
    padding: 2px;
    text-align: right;
    font-weight: bold;
    color: #15428B;
    height:25px;
    font-size: 14px;
    padding-left: 5px;
    border-left: 1px solid #99BBE8;
    border-right: 1px solid #99BBE8;
    border-bottom: 1px solid #99BBE8;
    background-image: url(images/grid-hrow.gif);
}
.basicGrid_hidden {
    display: none;
}
.basicGrid_column  {
    padding: 2px;
    text-align: left;
    border-bottom: 1px solid #DEECFD;
    border-right: 1px solid #DEECFD;
    font-size: 12px;
    font-family: arial;
}
.basicGrid_lastColumn {
    border-right: 1px solid #99BBE8;
}
.basicGrid_firstColumn {
    border-left: 1px solid #99BBE8;
}
.basicGrid_lastRow {
    border-bottom: 1px solid #99BBE8;
}
.basicGrid_rowOver {
    background: #DEECFD;
    cursor: pointer;
}
.basicGrid_rowSelected {
    background: #DEECFD;
    cursor: pointer;
}
.basicGrid_rowOut {
    background-color: white;
}
.basicGrid_window {
    background-color: white;
    border-left: 1px solid #99BBE8;
    border-right: 1px solid #99BBE8;
    border-bottom: 1px solid #99BBE8;
}
.basicGrid_windowHeader {
    padding: 2px;
    text-align: center;
    font-weight: bold;
    color: #15428B;
    height:20px;
    font-size: 14px;
    padding-left: 5px;
    border-top: 1px solid #99BBE8;
    background-image: url(images/grid-hrow.gif);
}
.basicGrid_windowContent {
    padding:10px;
}
.basicGrid_windowFooter {
    padding: 2px;
    text-align: center;
    font-weight: bold;
    color: #15428B;
    height:25px;
    font-size: 14px;
    padding-left: 5px;
    border-top: 1px solid #99BBE8;
    background-image: url(images/grid-hrow.gif);
}
.basicGrid_pager {
    padding-top: 5px;
    display: inline;
    position: relative;
    float:left;
    top: 0px;
    left: 0px;
    vertical-align: middle;
}
.basicGrid_pager #prev  {
    cursor: pointer;
    background: url(images/page-prev.gif) no-repeat;
}
.basicGrid_pager #next  {
    cursor: pointer;
    background: url(images/page-next.gif) no-repeat;
}
.basicGrid_pager #next.disabled  {
    background: url(images/page-next-disabled.gif) no-repeat;
    cursor: default;
}
.basicGrid_pager #prev.disabled  {
    background: url(images/page-prev-disabled.gif) no-repeat;
    cursor: default;
}
.basicGrid_ajaxLoader {
    background: url(images/ajax-loader.gif) #FFFFFF no-repeat;
    background-position: 50% 50%;
}
