/* You can modify the appearance of the form here. In later versions you will
   be able to modify this from within Wordpress and possible chose from a 
   number of defaults. */

.tdomf_form {
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required {
 font-weight: bold;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 15px;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 text-align: left;
}
#tdomf_upload_inline_form {
 text-align: left;
 background-color: white;
 width: 100%;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
}

ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: 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;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
}

.hidden {
    display: none;
}

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

/* if (!(styles conveniently stolen from sources named or WordPress)) { 
		styles created by Ronald Huereca;
 	 }
Edit below at your own risk of cataclysmic failure */
.edit-comment-admin-links, .edit-comment-user-link {
	display: none;
}
.edit-comment-admin-links a, .ajax-edit-time-left{
	display: block;
	font-size: 12px;
	padding: 2px 0px;
	padding-left: 20px;
	float: left;
	margin-right: 10px;
}
.edit-comment-admin-links-no-icon a, .ajax-edit-time-left-no-icon{
	display: inline;
	float: none;
	font-size: 12px;
	padding: 2px 0px;
}
.ajax-edit-time-left {
	padding-left: 0;
}
.clearfix:after { /* from http://blue-anvil.com/archives/experiments-with-floats-whats-the-best-method-of-clearance*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Begin Images */
.edit-comment-admin-links a.edit-comment {
	background:url(wp-ajax-edit-comments/images/edit.png) left center no-repeat;
}
.edit-comment-admin-links a.move-comment {
	background:url(wp-ajax-edit-comments/images/copy.png) left center no-repeat;
}
.edit-comment-admin-links a.moderate-comment {
	background:url(wp-ajax-edit-comments/images/tag_red.png) left center no-repeat;
}
.edit-comment-admin-links a.approve-comment {
	background:url(wp-ajax-edit-comments/images/yes.png) left center no-repeat;
}
.edit-comment-admin-links a.delete-comment {
	background:url(wp-ajax-edit-comments/images/delete.png) left center no-repeat;
}
.edit-comment-admin-links a.spam-comment {
	background:url(wp-ajax-edit-comments/images/minus.png) left center no-repeat;
}
.edit-comment-admin-links a.delink-comment {
	background:url(wp-ajax-edit-comments/images/cancel.png) left center no-repeat;
}
.edit-comment-admin-links a.request-deletion-comment {
	background:url(wp-ajax-edit-comments/images/delete.png) left center no-repeat;
}
.edit-comment-admin-links a, .edit-comment-user-link a, .edit-comment-admin-links-no-icon a {
	text-decoration: none;
}
/* Errors */
li.ajax-delete, div.ajax-delete { background: #F33; } /* todo Doesn't work for .alt comments */
li.ajax-approve, div.ajax-approve { background: #04cd33; }
li.ajax-unapprove, div.ajax-unapprove { background: #F96; }
