body {
	padding: 5px;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background: #fff;
}

body, html {
	margin: 0;
	padding: 0;
	background: #242424;
/*


-khtml-user-select: none;
	-moz-outline: 0 none;
*/
}

ul {
	list-style: square;
	margin: 5px 5px 5px 0;
	padding: 0 0 0 20px;
}

ul.list-style-none {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.list-style-none ul {
	margin: 5px;
}

.checkbox-list, .checkbox-list ul {
	list-style: none;
	padding: 0;
}

.checkbox-list ul {
	margin: 0;
	padding: 0 0 0 14px;
}

.form-tag ul {
	list-style: none;
	padding: 0 0 0 12px;
}

ol {
	list-style: decimal;
	margin: 5px 5px 5px 0;
	padding: 0 0 0 30px;
}

li {
	vertical-align: middle;
}

em, address {
	font-style: italic;
}

hr {
	display: none;
}

a {
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

label, input, select {
	vertical-align: middle;
}

label {
	line-height: 20px;
}

select {
	margin: 2px 0;
}

textarea {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.hdn {
	display: none;
}

.clr {
	display: block;
	width: auto;
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
}

.fltl {
	float: left;
}

.fltr {
	float: right;
}

.heading {
	margin: 0 4px 5px 4px;
	font-size: 12px;
	font-weight: 900;
}

.heading-center {
	margin: 10px;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}

a.template_lock {
	font-weight: bold;
}

img.separator {
	display: inline;
	margin: 0 3px;
}

.h-separator {
	display: block;
	height: 2px;
	margin: 3px 0;
	font-size: 0;
	background: url(img/h-separator.gif) transparent 0 0 repeat-x;
}

input.error {
	border: solid 2px #f00;
}

table {
	border-collapse: collapse;
}

table tr td {
	border: none;
	padding: 0;
}

table tr td.ico-cell {
	width: 20px;
}

table thead th {
	background: #efefef;
}

table tr.row {
	background: #e6e6e6;
}

.nowrap {
	white-space: nowrap;
}

a.active {
	font-weight: bold;
}

.space-top {
	padding: 10px 0 0 0;
}

.space-around {
	padding: 10px;
}
