/* 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 body {
	font: 100% Arial, Helvetica;
	background: #ffffff;
	color: #505050;
	font-size: 12px;
	}

label {
	font-size: 12px;
	color: #505050;
}
.tdomf_form p {
	font: 100% Arial, Helvetica;
	line-height: 11px;
	padding: 0 0 -5px 0;
	padding: 0;
	font-weight: bold;
	/*color: #505050;*/
	/*font-size: 12px;*/
}
small {
	font: 100% Arial, Helvetica;
	font-size: 12px;
}


input.txt {
	width: 200px;
	margin-right: 10px;
}

input {
	border: solid 1px #CCCCCC;
}

textarea {
	padding: 5px 10px 5px 10px;
	color: #555555;
	width: 490px;
	height: 200px;	
}

textarea, input.txt {
	border: 1px solid #CCC;	
	font: 100% Arial, Helvetica;
	font-size: 12px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
	border-color: #959B9F;
	outline-color: #EFF8FF;
	outline-style: solid;
	outline-width: 2px;
}
.tdomf_form input[type="text"] {
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	color: #555555;
	width: 490px;
	margin-right: 10px;
	border: solid 1px #CCCCCC;
}
input[type="file"] {
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	color: #555555;
	width: 490px;
	margin-right: 10px;
	border: solid 1px #CCCCCC;
}



.tdomf_form {
	font: 100% Arial, Helvetica;
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
	font-size: 12px;
	color: #000000;
 }
.tdomf_form .required {
 font-weight: bold;
 color: #990000;
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 20px;
}
.tdomf_form fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
	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 {
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	margin-bottom: 20px;
	text-align: left;
}
#tdomf_upload_inline_form {
 text-align: left;
 background-color: white;
 color: #99000;
 width: 100%;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
 color: #990000;
}
#tdomf_upload_inline_form input[type="submit"], .tdomf_buttons input[type="submit"] {
	padding: 5px;
	width: 120px;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
}
.tdomf_upload_inline_errors {
	font-weight: bold;
	font-size: 14px;
    color: red;
    font-style:italic;
}

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;
}

