/**
*
* @package hypercell_class_mod
* @version $Id: hypercell.css,v 0.1 12/12/2006 16:47 reddog Exp $
* @copyright (c) 2006 reddog - http://www.reddevboard.com/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
*
*/

/**
* Hypercell Cascading Style Sheet for subSilver Theme
*
* background-color #EFEFEF is the value from td.row1 class
* background #DEE3E7 is the value from td.row2 class
* background-color #D1D7DC is the value from td.row3Right class
*/

/* topic status */
td.hccRow-moved { background-color: #E8F4FD; }
td.hccRow-moved:hover, td.hccRow-movedHover {
	background: #F1F9FE url('./images/hcc_moved.gif') bottom right no-repeat;
}
td.hccRow-locked { background-color: #E8F4FD; }
td.hccRow-locked:hover, td.hccRow-lockedHover {
	background: #F1F9FE url('./images/hcc_locked.gif') bottom right no-repeat;
}
td.hccRow-locked-new { background-color: #E8F4FD; }
td.hccRow-locked-new:hover, td.hccRow-locked-newHover {
	background: #F1F9FE url('./images/hcc_locked_new.gif') bottom right no-repeat;
}

/* topic type */
td.hccRow-announce { background-color: #E8F4FD; }
td.hccRow-announce:hover, td.hccRow-announceHover {
	background: #F1F9FE url('./images/hcc_announce.gif') bottom right no-repeat;
}
td.hccRow-announce-new { background-color: #E8F4FD; }
td.hccRow-announce-new:hover, td.hccRow-announce-newHover {
	background: #F1F9FE url('./images/hcc_announce_new.gif') bottom right no-repeat;
}

td.hccRow-sticky { background-color: #E8F4FD; }
td.hccRow-sticky:hover, td.hccRow-stickyHover {
	background: #F1F9FE url('./images/hcc_sticky.gif') bottom right no-repeat;
}
td.hccRow-sticky-new { background-color: #E8F4FD; }
td.hccRow-sticky-new:hover, td.hccRow-sticky-newHover {
	background: #F1F9FE url('./images/hcc_sticky_new.gif') bottom right no-repeat;
}

td.hccRow { background-color: #E8F4FD; }
td.hccRow:hover, td.hccRowHover {
	background: #F1F9FE url('./images/hcc.gif') bottom right no-repeat;
}
td.hccRow-new { background-color: #E8F4FD; }
td.hccRow-new:hover, td.hccRow-newHover {
	background: #F1F9FE url('./images/hcc_new.gif') bottom right no-repeat;
}

/* hot threshold */
td.hccRow-hot { background-color: #E8F4FD; }
td.hccRow-hot:hover, td.hccRow-hotHover {
	background: #F1F9FE url('./images/hcc_hot.gif') bottom right no-repeat;
}
td.hccRow-hot-new { background-color: #E8F4FD; }
td.hccRow-hot-new:hover, td.hccRow-hot-newHover {
	background: #F1F9FE url('./images/hcc_hot_new.gif') bottom right no-repeat;
}

/* link */
td.hccRow-link { background-color: #E8F4FD; }
td.hccRow-link:hover, td.hccRow-linkHover {
	background: #F1F9FE url('./images/hcc_link.gif') bottom right no-repeat;
}


/**
* row3Right and all hccRow right classes
* Used for example in the Last Post column on board index
*/

/* background-color #CCD3D9 is a color slightly darker than td.row3Right class */
td.row3Right:hover, td.row3RightHover { background-color: #CCD3D9; }

/* topic status */
td.hccRow-moved-right { background-color: #E8F4FD; }
td.hccRow-moved-right:hover, td.hccRow-moved-rightHover {
	background: #F1F9FE url('./images/hcc_moved.gif') bottom right no-repeat;
}
td.hccRow-locked-right { background-color: #E8F4FD; }
td.hccRow-locked-right:hover, td.hccRow-locked-rightHover {
	background: #F1F9FE url('./images/hcc_locked.gif') bottom right no-repeat;
}
td.hccRow-locked-new-right { background-color: #E8F4FD; }
td.hccRow-locked-new-right:hover, td.hccRow-locked-new-rightHover {
	background: #F1F9FE url('./images/hcc_locked_new.gif') bottom right no-repeat;
}

/* topic type */
td.hccRow-announce-right { background-color: #E8F4FD; }
td.hccRow-announce-right:hover, td.hccRow-announce-rightHover {
	background: #F1F9FE url('./images/hcc_announce.gif') bottom right no-repeat;
}
td.hccRow-announce-new-right { background-color: #E8F4FD; }
td.hccRow-announce-new-right:hover, td.hccRow-announce-new-rightHover {
	background: #F1F9FE url('./images/hcc_announce_new.gif') bottom right no-repeat;
}

td.hccRow-sticky-right { background-color: #E8F4FD; }
td.hccRow-sticky-right:hover, td.hccRow-sticky-rightHover {
	background: #F1F9FE url('./images/hcc_sticky.gif') bottom right no-repeat;
}
td.hccRow-sticky-new-right { background-color: #E8F4FD; }
td.hccRow-sticky-new-right:hover, td.hccRow-sticky-new-rightHover {
	background: #F1F9FE url('./images/hcc_sticky_new.gif') bottom right no-repeat;
}

td.hccRow-right { background-color: #E8F4FD; }
td.hccRow-right:hover, td.hccRow-rightHover {
	background: #F1F9FE url('./images/hcc.gif') bottom right no-repeat;
}
td.hccRow-new-right { background-color: #E8F4FD; }
td.hccRow-new-right:hover, td.hccRow-new-rightHover {
	background: #F1F9FE url('./images/hcc_new.gif') bottom right no-repeat;
}

/* hot threshold */
td.hccRow-hot-right { background-color: #E8F4FD; }
td.hccRow-hot-right:hover, td.hccRow-hot-rightHover {
	background: #F1F9FE url('./images/hcc_hot.gif') bottom right no-repeat;
}
td.hccRow-hot-new-right { background-color: #E8F4FD; }
td.hccRow-hot-new-right:hover, td.hccRow-hot-new-rightHover {
	background: #F1F9FE url('./images/hcc_hot_new.gif') bottom right no-repeat;
}