/* --------------------------------------------------------------------------------------------------- table sorter classes */
table.tablesorter
{
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
    background-color: #fff;
}
table.tablesorter thead tr .header
{
    background-image: url(../Images/Design/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp
{
    background-image: url(../Images/Design/asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
    background-image: url(../Images/Design/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
    background-color: #efefef;
}



/* --------------------------------------------------------------------------------------------------- image fader classes */
.slideShow
{
    height: 360px;
    width: 450px;
    padding: 0;
    margin: 0;
    border: 1px solid #999;
    position:relative;
    background-color:#efefef;
}

.slideShowInner
{
    height: 300px;
    width: 420px;
    overflow: hidden;
    margin:15px 15px 0px 15px;
}


.slideShowText
{
    height:30px;
    line-height:30px;
    margin:0px 15px 0px 15px;
    border:1px solid #ccc;
    background-color:#F7F7F7;
    padding-left:5px;
	color: #006699;
    font-weight:bold;
}

.slideShow i
{
    display: block;
    _display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 0;
    background-color: transparent;
    background-image: url(../Images/Design/frm-bg.gif);
    background-repeat: no-repeat;
}
.slideShow i.tl
{
    top: -1px;
    left: -1px;
    background-position: top left;
}
.slideShow i.tr
{
    top: -1px;
    right: -1px;
    background-position: top right;
}
.slideShow i.bl
{
    bottom: -1px;
    left: -1px;
    background-position: bottom left;
}
.slideShow i.br
{
    bottom: -1px;
    right: -1px;
    background-position: bottom right;
}
