/* clear browser preferences */
/* INITIAL Settings
Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin				: 0;
	padding				: 0;
}
/* Neutralize styling:
Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin				: 0;
	padding				: 0;
}

/* try to restore original list style for ugc */
#content_main ul, #content_main ol {
	padding-left        : 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-size			: 100%;
}
/* Apply left margin:
Only to the few elements that need it: */
li, dd, blockquote {
	margin              : 0 0 10px 10px;
}
/* Miscellaneous conveniences: */
form label {
	cursor				: pointer;
}

fieldset {
	border				: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size			: 100%;
}

/* Generic Content Classes
*/
.float_left {
	float			: left;
	display			: inline;
	margin-right	: 1em;
	margin-bottom	: 0.15em;
}
.float_right {
	float			: right;
	display			: inline;
	margin-left		: 1em;
	margin-bottom	: 0.15em;
}
.center {
	text-align		: center;
	clear			: both;
	margin			: 5px auto;
}

.float_box {
	overflow		: hidden;
}

/* special classes
*/
.cm_widget {
	overflow		: hidden;
}

.cm_widget_block {
	clear			: both;
    margin			: 5px auto;
}

table.cm_table .cm_widget_block {
	margin			: 0 auto;
}

.cm_widget_float_left {
	float           	: left;
	display         	: inline;
	margin-right    	: 1em;
	margin-bottom   	: 0.15em;
}

.cm_widget_float_right {
	float				: right;
	display				: inline;
	margin-left			: 1em;
	margin-bottom		: 0.15em;
}

.cm_widget_wrapper td {
	padding				: 0;
}
