/* 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 {
	
}

.col1 .tdomf_form table{
border:none;
background:#ffffff;
}

.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;
 padding-left:0px;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  font-size:14px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-left: 0px;
  display:inline;
  
}

.tdomf_form #content-title-tf{
 width:570px;
 border:1px #d5d5d5 solid;
 border-left:3px #d5d5d5 solid;
 padding:3px;
 margin-top:5px;
}

.tdomf_form #content-text-ta{
 width:570px;
 height:400px;
 border:1px #d5d5d5 solid;
 border-left:3px #d5d5d5 solid;
 padding:3px;
 margin-top:5px;
}

#tdomf_form1_preview {
	width:140px;
	height:32px;
	border:none !important;
	background:url(../../themes/Beacon3.0/images/preview-article.gif) no-repeat top left;
	text-indent:-9999px;
	cursor:pointer;
}

#tdomf_form1_send {
	width:134px;
	height:32px;
	border:none !important;
	background:url(../../themes/Beacon3.0/images/submit-article.gif) no-repeat top left;
	text-indent:-9999px;
	cursor:pointer;
	outline:none;
}


.tdomf_form_preview {

 margin-bottom: 20px;
 padding-bottom:10px;
 border-bottom:1px solid #d5d5d5;
}
.tdomf_form_preview p {

}
.tdomf_form_message {


border-left:3px solid #d5d5d5;
margin-bottom: 20px;
 text-align: left;
 padding:10px;
}

.tdomf_form_message font{
line-height:20px;
font-weight:bold;

}

.tdomf_form_message .errortitle{
	font-size:14px;
	font-weight:bold;
}

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

.col1 table.tdomf_buttons {
  text-align: left;
  width:30%;
  background:#ffffff;
}
.col1 table.tdomf_buttons td {
 width: 10px;
 background:#ffffff;
 border:none;


}

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

