/* 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;
 font-size:14px;
}
/* Added by Enventure 04/16/09 for blue text for heading */
 .tdomf_form .requiredblue {
 font-weight: bold;
 font-size:14px;
 /*color:#0088cc;*/
 color: #4861B1;
}

 .tdomf_form .requiredblue a{
 text-decoration:none;
 color: #4861B1;
 title: Click to select;
}

 .tdomf_form .requiredblue a:hover{
 text-decoration:none;
 color: #95A469;
}

/* End of comment */
.tdomf_form fieldset {
 text-align: left;

 width: 95%;

 padding-top: 5px;

 padding-bottom: 5px;

 background-color:#E8E8E8;
}
.tdomf_form fieldset b{

	font-size:14px;

}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
  font-size:13px;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 background-color:#FFFFFF;
}
.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: 80%;
 background-color:#E8E8E8;
 font-family: Arial, Tahoma, Verdana;
 color: #202020;

	font-size: 12px;
}
#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;
}

#tdomf_form1_preview,#tdomf_form1_send,#tdomf_upload_inline_submit_1, #tdomf_form1_quicksubmit {

background:#5D6DA9 none repeat scroll 0 0;

border-color:#DDDDDD #666666 #666666 #DDDDDD;

border-style:solid;

border-width:1px;

color:#FFFFFF;

font-family:Arial,Tahoma,Verdana;

font-size:11px;

font-weight:bold;

margin:0;

padding:4px;

}

#tdomf_form3_preview,#tdomf_form3_send,#tdomf_upload_inline_submit_3, #tdomf_form3_quicksubmit {

background:#5D6DA9 none repeat scroll 0 0;

border-color:#DDDDDD #666666 #666666 #DDDDDD;

border-style:solid;

border-width:1px;

color:#FFFFFF;

font-family:Arial,Tahoma,Verdana;

font-size:11px;

font-weight:bold;

margin:0;

padding:4px;

}

#tdomf_form4_preview,#tdomf_form4_send,#tdomf_upload_inline_submit_4, #tdomf_form4_quicksubmit {

background:#5D6DA9 none repeat scroll 0 0;

border-color:#DDDDDD #666666 #666666 #DDDDDD;

border-style:solid;

border-width:1px;

color:#FFFFFF;

font-family:Arial,Tahoma,Verdana;

font-size:11px;

font-weight:bold;

margin:0;

padding:4px;

}

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

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

#uploadfiles_inline{

	height:160px;

}

.ui-tabs-panel{

	border-style:solid;

	border-width:4px;

	border-color:#F1F1F1;

	height:10em;

	margin:10px 75px 0 0;

	overflow:auto;

}

