body {
}
/**********************/
/* foundational CSS */

/*make specifuic to #sightingsGridDataTable ?????*/
/**********************/
/* mask */

.yui-skin-sam .yui-dt-liner { white-space:nowrap; }
.yui-dt-mask {
    position:absolute;
    z-index:9500;
}

/* scrollable */
.yui-dt-tmp {
    position:absolute;
    left:-9000px;
}

.yui-dt-scrollable .yui-dt-bd {
    overflow:auto;
}
.yui-dt-scrollable .yui-dt-hd {
    overflow:hidden;
    position:relative; /* for ie overflow bug http://rowanw.com/bugs/overflow_relative.htm */
} 

.yui-dt-scrollable .yui-dt-bd thead tr,
.yui-dt-scrollable .yui-dt-bd thead th {
    position:absolute;
    left:-1500px;
}

.yui-dt-scrollable tbody {
    -moz-outline:none;
}

/* draggable columns */
.yui-dt-draggable {
    cursor: move;
}
.yui-dt-coltarget {
    position: absolute;
    z-index: 999;
}

/* resizeable columns */
.yui-dt-hd {
    zoom:1; 
}
th.yui-dt-resizeable .yui-dt-resizerliner {
    position:relative;
}
.yui-dt-resizer {
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    cursor:e-resize;
    cursor:col-resize;
    background-color:#CCC;opacity:0;filter: alpha(opacity=0); /* Bug 1952811: IE transparency z-index */
}
.yui-dt-resizerproxy {
    visibility:hidden;
    position:absolute;
    z-index:9000;
}

/* hidden columns */
th.yui-dt-hidden .yui-dt-liner, 
td.yui-dt-hidden .yui-dt-liner,
th.yui-dt-hidden .yui-dt-resizer {
    /*TODO: document change from 2.5.2 to 2.6
    margin:0;
    padding:0;
    white-space:nowrap;
    width:1px;
    overflow:hidden;*/
    display:none;
}

/* editing */
.yui-dt-editor {
    position:absolute;z-index:9000;
}

/**********************/
/* basic skin styles */
/**********************/
.yui-dt table {
    margin:0;padding:0;
    font-family:arial;font-size:10px;
    border-collapse:separate;*border-collapse:collapse;border-spacing:0; /* since ie6 and ie7 behave differently */
    border:1px solid #7F7F7F;
}
.yui-dt thead {border-spacing:0;} /* for safari bug */

.yui-dt caption {
    color:#000000;
    font-size:85%;
    font-weight:normal;
    font-style:italic;
    line-height:1;
    padding:1em 0pt;
    text-align:center;
}

.yui-dt th {
    background:#D8D8DA url(sprite.png) repeat-x 0 0; /* header gradient */
    /* background:#D8D8DA url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;  header gradient */
}
.yui-dt th,
.yui-dt th a {
    font-weight:normal;text-decoration:none;color:#000; /* header text */
    vertical-align:bottom;
}
.yui-dt th {
    margin:0;padding:0;
    border:none;
    border-right:1px solid #CBCBCB;/*  inner column border */
}
.yui-dt tr.yui-dt-first td {
    border-top:1px solid #7F7F7F;  /* tbody top border  */
}
.yui-dt th .yui-dt-liner {
    white-space:nowrap;
}
.yui-dt-liner {
    margin:0;padding:0;
    padding:4px 10px 4px 10px; /* cell padding */
}
.yui-dt-coltarget {
    width: 5px;
    background-color: red;
}
.yui-dt td {
    margin:0;padding:0;
    border:none;
    border-right:1px solid #CBCBCB; /* inner column border */
    text-align:left;
}
.yui-dt-list td {
    border-right:none; /* disable inner column border in list mode */
}
.yui-dt-resizer {
    width:6px;
}

/* mask */
.yui-dt-mask {
    background-color: #000;
    opacity: .25;
    *filter: alpha(opacity=25);  /* Set opacity in IE */
}

/* messaging */
.yui-dt-message  {
    background-color:#FFF;
}

/* scrolling */
.yui-dt-scrollable table {border:none;}
.yui-dt-scrollable .yui-dt-hd {border-left:1px solid #7F7F7F;border-top:1px solid #7F7F7F;border-right:1px solid #7F7F7F;}
.yui-dt-scrollable .yui-dt-bd {border-left:1px solid #7F7F7F;border-bottom:1px solid #7F7F7F;border-right:1px solid #7F7F7F;background-color:#FFF;}
.yui-dt-scrollable .yui-dt-data tr.yui-dt-last td {border-bottom:1px solid #7F7F7F;}

/* sortable columns */
thead .yui-dt-sortable {
    cursor:pointer;
}
th.yui-dt-asc,
th.yui-dt-desc {
    background:url(sprite.png) repeat-x 0 -100px; /* sorted header gradient */
}
th.yui-dt-sortable .yui-dt-label {
    margin-right:10px;
}
th.yui-dt-asc .yui-dt-liner {
    background:url(dt-arrow-up.png) no-repeat right; /* sorted header gradient */
}
th.yui-dt-desc .yui-dt-liner {
    background:url(dt-arrow-dn.png) no-repeat right; /* sorted header gradient */
}

/* editing */
tbody .yui-dt-editable {
    cursor:pointer;
}
.yui-dt-editor {
    text-align:left;
    background-color:#F2F2F2;
    border:1px solid #808080;
    padding:6px;
}
.yui-dt-editor label {
    padding-left:4px;padding-right:6px;
}
.yui-dt-editor .yui-dt-button {
    padding-top:6px;text-align:right;
}
.yui-dt-editor .yui-dt-button button {
    background:url(sprite.png) repeat-x 0 0;
    border:1px solid #999;
    width:4em;height:1.8em;
    margin-left:6px;
}
.yui-dt-editor .yui-dt-button button.yui-dt-default {
    background:url(sprite.png) repeat-x 0 -1400px;
    background-color: #5584E0;
    border:1px solid #304369;
    color:#FFF
}
.yui-dt-editor .yui-dt-button button:hover {
    background:url(sprite.png) repeat-x 0 -1300px;
    color:#000;
}
.yui-dt-editor .yui-dt-button button:active {
    background:url(sprite.png) repeat-x 0 -1700px;
    color:#000;
}


/* pagination */
.yui-dt-paginator {
    display:block;margin:6px 0;white-space:nowrap;
}
.yui-dt-paginator .yui-dt-first,
.yui-dt-paginator .yui-dt-last,
.yui-dt-paginator .yui-dt-selected {
    padding:2px 6px;
}
.yui-dt-paginator a.yui-dt-first,
.yui-dt-paginator a.yui-dt-last {
    text-decoration:none;
}
.yui-dt-paginator .yui-dt-previous,
.yui-dt-paginator .yui-dt-next {
    display:none;
}
a.yui-dt-page {
    border:1px solid #CBCBCB;
    padding:2px 6px;
    text-decoration:none;
    background-color:#fff
}
.yui-dt-selected {
    border:1px solid #fff;
    background-color:#fff;
}

/* Class for marked rows */  
.yui-dt tr.mark,   
.yui-dt tr.mark td.yui-dt-asc,   
.yui-dt tr.mark td.yui-dt-desc,   
.yui-dt tr.mark td.yui-dt-asc,  
.yui-dt tr.mark td.yui-dt-desc   
{
     
    background-color: #50E000;   /*FFFFcc  339933 */
    /*color: #fff;  */
}  

/* striping */

/*
##b0cf9b == color to match unselected tab
#CCFFCC
*/
tr.yui-dt-even { background-color:#FFF; } /* white */
/*tr.yui-dt-odd { background-color:#EDF5FF; }*/ /* light blue */
/*tr.yui-dt-odd { background-color:#CCFFCC; }*/ /* light Green */
tr.yui-dt-odd { background-color:#d3d3d3; } /* 20110624 */
tr.yui-dt-even td.yui-dt-asc,
tr.yui-dt-even td.yui-dt-desc { background-color:#b4b4b4; } /* light blue sorted */
tr.yui-dt-odd td.yui-dt-asc,
tr.yui-dt-odd td.yui-dt-desc { background-color:#a5a5a5; } /* dark blue sorted */

/* disable striping in list mode */
.yui-dt-list tr.yui-dt-even { background-color:#FFF; } /* white */
.yui-dt-list tr.yui-dt-odd { background-color:#FFF; } /* white */
.yui-dt-list tr.yui-dt-even td.yui-dt-asc,
.yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color:#CCFFCC; } /* light blue sorted */
.yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
.yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color:#CCFFCC; } /* light blue sorted */

/* highlighting */
th.yui-dt-highlighted,
th.yui-dt-highlighted a 
{
    background-color:#89CD66;
    /*background-color:#75D175;*/ /* med blue hover */
}
tr.yui-dt-highlighted,
tr.yui-dt-highlighted td.yui-dt-asc,
tr.yui-dt-highlighted td.yui-dt-desc,
tr.yui-dt-even td.yui-dt-highlighted,
tr.yui-dt-odd td.yui-dt-highlighted {
    cursor:pointer;
    background-color:#969696; /* med blue hover */
}

/* enable highlighting in list mode */
.yui-dt-list th.yui-dt-highlighted,
.yui-dt-list th.yui-dt-highlighted a {
    background-color:#696969; /* med blue hover */
}
.yui-dt-list tr.yui-dt-highlighted,
.yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
.yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
.yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
.yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
    cursor:pointer;
    background-color:#696969; /* med blue  hover */
}

/* selection */
th.yui-dt-selected,
th.yui-dt-selected a {
    /*background-color:#339933;*/ /* bright blue selected cell */
    background-color:#696969; /* 20110624 */
}
tr.yui-dt-selected td,
tr.yui-dt-selected td.yui-dt-asc,
tr.yui-dt-selected td.yui-dt-desc {
    background-color:#696969; /* bright blue selected row */
    color:#FFF;
}
tr.yui-dt-even td.yui-dt-selected,
tr.yui-dt-odd td.yui-dt-selected {
    background-color:#696969; /* bright blue selected cell */
    color:#FFF;
}

/* enable selection in list mode */
.yui-dt-list th.yui-dt-selected,
.yui-dt-list th.yui-dt-selected a {
    background-color:#696969; /* bright blue selected cell */
}
.yui-dt-list tr.yui-dt-selected td,
.yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
.yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
    background-color:#696969; /* bright blue selected row */
    color:#FFF;
}
.yui-dt-list tr.yui-dt-even td.yui-dt-selected,
.yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
    background-color:#696969; /* bright blue selected cell */
    color:#FFF;
}