.mceContentBody {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	width: auto !important;
	height: auto !important;
}

.image-frame {
	background-color: #efefef;
	border: 1px solid #cccccc;
	padding: 5px;
}

.filesize {
	font-size: 80%;
}

.table-style {
	color: #000000;
}

.table-style td {
	background-color: #dedede;
	padding: 5px 10px;
}

.title-green, 
.title-yellow, 
.title-brown, 
.title-grey {
	clear: both;
	color: #FFFFFF;
	padding: 5px 10px;
}

.title-green {
	background-color: #8abd4b;
	border: 1px solid #74a339;
}

.title-yellow {
	background-color: #f3cf1e;
	border: 1px solid #f5c400;
}

.title-brown {
	background-color: #ce8240;
	border: 1ps solid #c06c26;
}

.title-grey {
	background-color: #efefef;
	border: 1ps solid #cccccc;
}

a.green-button, 
.green-button {
  color: #ffffff;
  text-decoration: none;
  
  background: #a8e600;
  background: -moz-linear-gradient(top, #a8e600 0%, #577133 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a8e600), color-stop(100%, #577133));
  background: -webkit-linear-gradient(top, #a8e600 0%, #577133 100%);
  background: -o-linear-gradient(top, #a8e600 0%, #577133 100%);
  background: -ms-linear-gradient(top, #a8e600 0%, #577133 100%);
  background: linear-gradient(to bottom, #a8e600 0%, #577133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8e600', endColorstr='#577133', GradientType=0 );
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
  
  padding: 10px;
  margin: 10px 0px;
}

a.green-button:hover, 
.green-button:hover {
  color: #ffffff;
  text-decoration: none;
  
  background: #96cc00;
  background: -moz-linear-gradient(top, #96cc00 0%, #4c632c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #96cc00), color-stop(100%, #4c632c));
  background: -webkit-linear-gradient(top, #96cc00 0%, #4c632c 100%);
  background: -o-linear-gradient(top, #96cc00 0%, #4c632c 100%);
  background: -ms-linear-gradient(top, #96cc00 0%, #4c632c 100%);
  background: linear-gradient(to bottom, #96cc00 0%, #4c632c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96cc00', endColorstr='#4c632c', GradientType=0 );  
}