
ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style: none; 
}

ul.tdomf_category_checklist li {
 list-style: none;
}

.tdomf_buttons {
  text-align: left;
}
.tdomf_buttons td {
 width: 10px;
}

/* Formatting the QuickTag toolbar */

#ed_toolbar input {
 /*padding: 0px;
 margin: 2px;
 margin-bottom: 0px;
 margin-top: 10px;*/
}
#ed_toolbar input:hover {
 /*padding: 0px;*/
}
#ed_bold {
 font-weight:bold;
}
#ed_italic {
 font-style:italic;
}
#ed_link, #ed_ext_link {
 color:blue;
 text-decoration: underline;
}
#ed_under {
 text-decoration: underline;
}
#ed_strike {
 text-decoration: line-through;
}

/* Required for AJAX progress display */

.tdomf_shadow {
    background: black;
    background-color: black !important;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
}

.hidden {
    display: none;
}

.progress {
    position: absolute;
    display: block;
    background: #f9fcfe;
    padding: 5px;
}

.clear {
	clear: both;
}

.left {
	float: left;
	width: 260px;
	margin-top: 0;
	padding-top: 0;
}

ul.left {
	margin-left: 40px;
}

.right {
	float: right;
	width: 260px;
	margin-top: 0;
	padding-top: 0;
}

div.right {
	margin-right: 60px;
}


ul.tdomf_category_checklist label {
	padding-top: 0 !important;
	padding-bottom: 0.3em !important;
}

.tdomf_form_message {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('/images/warning_32.png');
}