/**
 * fmContent module
 *
 * You may not change or alter any portion of this comment or credits
 * of supporting developers from this source code or any supporting source code
 * which is considered copyrighted (c) material of the original comment or credit authors.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * @copyright    The XOOPS Project http://sourceforge.net/projects/xoops/
 * @license             http://www.fsf.org/copyleft/gpl.html GNU public license
 * @package    fmContent
 * @since        2.5.0
 * @author     voltan
 * @version    $Id $
 **/
 
.fmcontent .ui-widget-content {
	margin: 0 1px 12px 1px;
	border: 1px solid #cccccc;
	padding: 3px;
}

.fmcontent table.ui-widget-content {
	margin: 0 auto;
	padding: 0px;
  border: 0px solid #cccccc;
  width:99%;
}

.fmcontent .ui-widget-content .ui-widget-content {
	margin: 5px;
	padding: 7px;
}

.fmcontent .ui-widget-content a:hover {
	text-decoration: underline;
}

.fmcontent .ui-widget-content h1 {
	margin: 0;
	padding: 0;
}

.fmcontent .ui-widget-content h2 {
	margin: 0;
	padding: 0;
}

.fmcontent .ui-state-default {
	margin: 5px;
	padding: 5px;
}

.fmcontent .ui-state-default img {
	vertical-align: bottom;
}

.fmcontent .ui-widget-header {
	padding: 5px 3px 5px 7px;
	margin: 5px;
}

.fmcontent .ui-widget-content .onecolumn {
	margin: 3px 0 5px 0;
	padding: 0px;
}

.fmcontent .ui-widget-content .ui-widget-content .ui-state-default {
	margin: 0 0 3px 0;
}

.fmcontent .related h2 {
	margin: 0 0 0 2px;
	padding: 7px 0;
}

#default.ui-widget-content {
	margin: 0 0px 6px 2px;
	border: 0px solid #cccccc;
	padding: 0 0 3px 0;
}

#default .ui-widget-header {
	margin: 5px 2px;
}

#default.ui-widget-content .ui-widget-content {
	margin: 2px;
	padding: 7px;
}

#default .ui-state-default {
	margin: 5px 2px;
}