/*
---------------------------------
  - Filename: editor.css
  - Rev: v00.06.01 
  - Section: CSS / Blueprint
---------------------------------
Todo: user image text done?

*/

/*ol ol,ol ul,ul ol,ul ul {
padding: 0 0 0 20px;
}

ul,ol {
padding-left: 20px;
}
*/
.editorelement table td {
  vertical-align: top;
  padding: 0.3em;
}
.editorelement table {
  border-collapse: collapse;
  float: none;
}

.editorelement table thead td {
  font-weight: 700;	
}
.editorelement dd.caption {
  font-size: 90%;
  font-style: italic;
  padding:0.3em 0.5em;
  margin:0;
}
.float_left {
  float: left;
  margin-right: 1em;
}
.float_right {
  margin-left: 1em;
  float: right;
}
.dir_rtl,
.align_left {
  text-align: left;
}
.dir_ltr,
.align_right {
  text-align:right;
}
.align_center {
  text-align: center;
}
.align_justify {
  text-align: justify;
}
span.underlined {
   text-decoration: underline;
}
table.bordered-user-table {
  border: solid 1px #666;
  border-bottom-width: 0;
  border-right-width: 0;
}
table.bordered-user-table td {
  border: 1px solid #666;
  border-top-width: 0;
  border-left-width: 0;
}
table.outlined-user-table {
  border: solid 1px #666;
}
table.outlined-horizontal-user-table {
  border: solid 1px #666;
  border-bottom: 0 none;
}
table.outlined-vertical-user-table {
  border: solid 1px #666;
  border-right: 0 none;
}
table.vertical-user-table {
  border-left: solid 1px #666;
}
table.outlined-horizontal-user-table td,
table.horizontal-user-table td {
  border-bottom: solid 1px #666;
}

table.outlined-vertical-user-table td,
table.vertical-user-table td {
  border-right: solid 1px #666;
}
.user-box {
  padding:0.5em;	
  background: #EEE;
}

.sponsor {
  width: 63%;
}

a.file_object  {
	padding:0.5em;	
	text-decoration:none;
}
.file_object img,
.file_object span {
	margin-right:0.5em;
}
iframe {
	background:#fff;
}
