@CHARSET "UTF-8";
/*********************************************************************
 * copyright:     network.hu
 * name:          n_club_skin_home_tiny.css
 * projekt:       www.network.hu
 * release:       2008.01.14.
 * description:   network 1.0 theme home tiny mce styles
 * developer:     eFBe, worbyd
**********************************************************************/

BODY.mceContentBody {
	background: #FFFCEA;
}

BODY.dark {
	background: #FAFFEE;
}

BODY.light {
  background: #FFFCE9;
}

.mceContentBody {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #6D4B2F;
}

.mceContentBody P {
  margin: 0px;
  
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #6D4B2F;
}

.mceContentBody A {
  color: #F36611 !important;
  text-decoration: none !important;
}

.mceContentBody A SPAN,
.mceContentBody A U FONT { /* making the link nice in ie */
  *color: #F36611 !important;
  *text-decoration: none !important;
}

.mceContentBody UL,
.mceContentBody OL {
  margin: 0px;
  padding: 0px 0px 0px 16px;
}

.mceContentBody UL LI {
  margin: 0px;
  padding: 0px;
  
  list-style-type: square;
  list-style-position: outside;
  
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #6D4B2F;
}

.mceContentBody OL LI {
  margin: 0px;
  padding: 0px;
  
  list-style-type: decimal;
  list-style-position: outside;
  
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #6D4B2F;
}

.mceContentBody P FONT {
  line-height: normal;
}

#tinymce A.mce_embed_p,
#tinymce OBJECT {
  margin: 5px;
  
  display: block;
  width: 92px;
  height: 69px;
  overflow: hidden;
  
  background: url(/images/frontend/n_novideo_92.png) no-repeat 0px 0px;
}

#tinymce EMBED {
  _margin: 5px;
  
  _display: block;
  _width: 92px;
  _height: 69px;
  _overflow: hidden;
  
  _background: url(/images/frontend/n_novideo_92.png) no-repeat 0px 0px;
}

.mceContentBody IMG.n_floatleft {
  margin: 0px 10px 10px 0px;
  
  float: left;
}

.mceContentBody IMG.n_middle {
  padding: 10px !important;
}

.n_blogpostbox .mceContentBody {
  padding-top: 10px;
  
  _width: 543px;
}

.n_blogpostbox .mceContentBody P {
  padding: 0px 14px;
}
  
.mceContentBody blockquote {
  background: #fefefe;
  
  margin: 0 9px;
  
  line-height: 16px;
  font-style: italic;
  
  border: 1px solid #cfcfcf;
  
}

.mceContentBody blockquote p {
  color: #252525 !important;
}

.n_invisible {
  display: none !important;
  _z-index: 1;
}

.mceContentBody DIV.embedvideo {
  width:92px;
  margin: 0px auto;
}
