/* 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 h4 {
	color:#ffffff;
	font-size:16px;
	font-weight:lighter;
}
#files_list {
	color:#ffffff;
	margin-left:101px;
	line-height:32px;
}
#files_list input[type=button] {
	background-image:url('http://trendmagazine.dk/wp-content/themes/press/images/icons/delete.png');
	border:none;
	background-color:#111111;
	height:32px;
	width:32px;
	float:right;
	cursor:pointer;
}
#multifileform {
 float:right;
}
.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:lighter;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
	color:#ffffff;
}
.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;
 color:#ffffff;
}
#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;
}

/*midtsupport changes*/
#tdomf_div {
	text-align:right;
	background-color:#111111;
	color:#e4e4e4;
	width:550px;
	padding:30px 35px 40px 40px;
	float:left;
	
}
#tdomf_div h4, #tdomf_div h1 {
	text-align:left;
	background-color:#111111;
	color:#e4e4e4;
	border:none;
}
#tdomf_div h4 {
	position:absolute;
	font-size:20px;

}
#tdomf_div h1 {
	font-family:sans-serif;
	padding-bottom:0px;
}
#tdomf_div #content-text-ta, #tdomf_div #tags, #tdomf_div #content-title-tf {
	margin-top:-12px;
	width:450px;
	margin-top:7px;
	border:1px solid white;
	background-color:#e4e4e4;
	padding:5px;
	margin-bottom:14px;
}
#tdomf_div #tags, #tdomf_div #content-title-tf {
	height:29px;
	font-size:18px;
	padding-top:9px;
}
#tdomf_div #content-text-ta{
	height:360px;
}
#tdomf_div_rules{
	float:right;
}
#tdomf_div_rules .rules {
	width:290px;
	background-color:#e4e4e4;
	padding:15px;
	margin-bottom:20px;
}
#tdomf_div_rules .rules p{
	line-height:normal;
	color:#111111;
}
#tdomf_div_rules .rules li,#tdomf_div_rules .rules ul {
	list-style-type: none;
	margin-left:0px;
	color:#111111;
}
#tdomf_div_rules .rules h1 {
	border:none;
	margin:0 0 15px 0;
	padding:0px;
	font-weight:bold;
	font-size:20px;
	font-family:sans-serif;
	color:#111111;
}
#tdomf_div_rules .rules h1 img {
	margin-bottom:-7px;
	margin-right:8px;
}