/*
 * Stylesheet for the AgendaCategory extension
 *
 * @package MediaWiki
 * @subpackage Extensions
 * @author Primoz Svent, agenda.si
 * @copyright © 2006 Primoz Svent
 * @licence GNU General Public Licence 2.0 or later
*/

.AgendaCategoryTable {
	width:100%;
}

.AgendaCategoryCell {
	vertical-align:top;
	width:33%;
	font-style:normal;
	border-style:solid;
	border-width:1px;	
	border-color:#ebebeb;
}


/* 
 * Set custom CSS for the special table cell
 */
.AgendaCategorySpecialCell {
	vertical-align:top;
	width:33%;
	font-style:normal;
	font-size:13px;
	background-image:url(../../images/e/eb/Coks-logo-trans.png);
	background-position:top right;
	background-repeat:no-repeat;
	border-style:solid;
	border-width:1px;	
	border-color:#858585;
	background-color:#f6f6f6;
}

.AgendaCategoryDescription {
	margin:0;
	padding:0;
	width:auto;
	font-size:11px;
	font-style:italic;
	color:#000000;
	width:95%;
	margin-top:4px;
	margin-bottom:2px;
	
	
}

.AgendaCategoryFilter {
	width:100%;
	border:solid 1px #CCCCCC;
	margin-bottom:20px;
}

.AgendaCategoryFilterCell {
	vertical-align:middle;
	text-align:right;
	width:50%;
	font-style:normal;
	padding:5px;
	background-color:#EfEfEf;
}

.AgendaCategoryFilterLoadingCell {
	vertical-align:middle;
	text-align:left;
	width:50%;
	font-style:normal;
	padding:5px;
	background-color:#EBEBEB;
}
