/* -----------------------------------------------------------------------------------
   TinyMCE specific rules - These rules affect how content is displayed in the wysiwyg
   editor itself.  They will be ignored by your live site because they specify a class
   name that is only used in the wysiwyg (.mceContentBody).

   Note: If you have the 'styleselect' button enabled in /lib/wysiwyg.php
   then a list of the classes in this file will be display as a dropdown allowing the user
   to select them to style their content.

   Reference: http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/content_css
   Reference: http://wiki.moxiecode.com/index.php/TinyMCE:Control_reference
   ----------------------------------------------------------------------------------- */

/*body.mceContentBody {
  background:#FFFFFF;
}

  body.mceContentBody, .mceContentBody td, .mceContentBody pre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}*/

.Arial {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.Arial__ {
	font-family: Arial, Helvetica, sans-serif;
}

.Courier {
	text-decoration:none;
	font-family: Courier
}

.Courier__ {
	font-family: Courier
}

.Gadget {
	text-decoration:none;
	font-family: Gadget
}

.Gadget__ {
	font-family: Gadget
}

.Garamond {
	text-decoration:none;
	font-family: Garamond
}

.Garamond__ {
	font-family: Garamond
}

.Georgia {
	text-decoration:none;
	font-family: Georgia
}

.Georgia__ {
	font-family: Georgia
}

.Geneva {
	text-decoration:none;
	font-family: Geneva
}

.Geneva__ {
	font-family: Geneva
}

.Helvetica {
	text-decoration:none;
	font-family: Helvetica
}

.Helvetica__ {
	font-family: Helvetica
}

.Impact {
	text-decoration:none;
	font-family: Impact
}

.Impact__ {
	font-family: Impact
}

.Times {
	text-decoration:none;
	font-family: Times
}

.Times__ {
	font-family: Times
}

.Tahoma {
	text-decoration:none;
	font-family: Tahoma
}

.Tahoma__ {
	font-family: Tahoma
}

.Verdana {
	text-decoration:none;
	font-family: Verdana
}

.Verdana__ {
	font-family: Verdana
}