.resultsTable
{
border-collapse:collapse;
table-layout:fixed;
margin:0 0 0 0;
padding:0 0 0 0;
font-family:Arial, Helvetica, Geneva, Sans-serif;
font-size:14px;
}

/*header row*/

.headerBkg
{
height:15px;
background-color:rgba(51,53,55,0.8);
color:#FFFFFF;
}

.iconUp
{
height:9px;
width:2%;
background-image:url('../images/sort-up_off.png');
background-repeat:no-repeat;
background-position:50% 90%;
}

.iconUp:hover
{
background-image:url('../images/sort-up_on.png');
}

.iconUp:active
{
background-image:url('../images/sort-up_off_depressed.png');
}

.iconDown
{
height:9px;
width:2%;
background-image:url('../images/sort-down_off.png');
background-repeat:no-repeat;
background-position:50% 10%;
}

.iconDown:hover
{
background-image:url('../images/sort-down_on.png');
}

.iconDown:active
{
background-image:url('../images/sort-down_off_depressed.png');
}


.iconUpEmpty
{
height:9px;
width:2%;
}

.iconDownEmpty
{
height:9px;
width:2%;
}
.cellPadding_2p
{
padding-left:2.5%;
}

.Cell
{
width:10%;
text-align:left;
}

.geneCell
{
/*width:10%;*/
width:8%;
text-align:left;
padding-left:3px;
}

.descrCell
{
/*width:50%;*/
/*width:36%;*/
width:30%;
text-align:left;
/*padding-left:3px;*/
}

.chrCell
{
width:10%;
text-align:left;
/*padding-left:3px;*/
}
.pvalueCell
{
width:10%;
text-align:left;
/*padding-left:3px;*/
}

.sourceCell
{
width:10%;
text-align:left;
/*padding-left:3px;*/
}

.upsCell
{
width:10%;
text-align:left;
/*padding-left:3px;*/
}

.downsCell
{
width:10%;
text-align:left;
/*padding-left:3px;*/
}

.textCell
{
width:15px;
}

.descrTextCell
{
width:546px;
}

/* rows */

.aliCenter
{
text-align:center;
}

.tfImage
{
width:30px;
background-image:url('../images/transcription-factor_label.png');
background-repeat:no-repeat;
background-position:center;
}
.No_tfImage
{
width:30px;
}

.row1Type
{
background-color:rgba(255,255,255,0.4);
height:20px;
}

.row2Type
{
background-color:rgba(208,215,222,0.4);
height:20px;
}


/* paging menu */

.pagingTable
{
width:100%;
border-collapse:collapse;
table-layout:fixed;
margin:0 0 0 0;
padding:0 0 0 0;
font-family:Arial, Helvetica, Geneva, Sans-serif;
font-size:14px;
}

.gotoText
{
padding-right:3px;
text-align:right;
}

.gotoSelector
{
width:7%;
text-align:left;
}

.pagingCell
{
width:12%;
text-align:center;
}

.previousIcon
{
width:20px;
background-image:url('../images/previous-page_button_off.png');
background-repeat:no-repeat;
background-position:right;
}

.nextIcon
{
width:20px;
background-image:url('../images/next-page_button_off.png');
background-repeat:no-repeat;
background-position:left;
}

.previousIcon:hover
{
background-image:url('../images/previous-page_button_on.png');
}

.nextIcon:hover
{
background-image:url('../images/next-page_button_on.png');
}

.previousIcon:active
{
background-image:url('../images/previous-page_button_off_depressed.png');
}

.nextIcon:active
{
background-image:url('../images/next-page_button_off_depressed.png');
}
