/**
* List of extra classes for frontend for the option CMS theme
* @link http://www.ijoobi.com
* @copyright Distributed under the Lesser General Public License (LGPL).
* @link http://www.gnu.org/copyleft/lesser.html
* @author Joobi Team <css.support@ijoobi.com>
*/

/** main table **/
table.cmslist, table.cmsform, table.category {
	width: 100%;
	padding:5px;
}

/** highlight of a row when selected **/
table.category tbody tr.rowSelected td,table.category tbody tr.rowSelected:hover td{
	background-color: #ff0;
}

/** highlight of a row when hovering **/
table.category tbody tr.sectiontableentry1:hover td,
table.category tbody tr.sectiontableentry2:hover td{ background-color: #ff8; }


/** button shown only when there is no javascript activated **/
button.jbutton-no-script{
	font-size:.7em;
}

/** TOOLBAR **/
div#header-title-box {
	float:left;
}




/** This CMS can be added to your website theme to be more consistant **/

/** to see the table header consistantly
table.category thead th {
	text-align: center;
	color: #FFF;
}
*/

