/* This file output will be not used anymore in NettiCMS as CSS will be generated fully dynamically */
/* This file will be removed in the later versions */

/**************************************************************/
/* Default list style settings 								  */
/* NOTE! Should be last after every other link setting		  */
/**************************************************************/


/* CMS's Wysiwyg editor plugin definitions */
.mceContentBody			{background-image: none; text-align: left; height: 500px; background-color: #fff; } /* [default] TinyMCE editor window default settings, overrides in dynamical css if set there */
.edit 					{width: 99%; font: normal 11px/13px Verdana, Arial, Sans-serif;
						 color:#000000; background-color:#F0F0EE; border: 0;
						 border-top: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
.edit a:link,.edit a:visited,.edit a:active
						{font-weight: normal; color: #444444; }
.edit a:hover 			{font-weight: normal; color: #000000; }

/* [REDONE] CMS's Gallery feature's default CSS */
.gallery_thumbnailbox_css			{float: left; text-align: center; border: 0px;}
.gallery_thumbnailbox_css a:hover	{}
.gallery_thumbnailpic_css			{}
.gallery_thumbnailpic_css a:hover	{}


 
.gallery_fieldset		{border-width: 0px; margin: 0px;}
.gallery_legend			{font-weight:bold; color:#008A41;}

.gallery_pic			{text-align: left; vertical-align: bottom;}

.picture				{border: 1px; border-color: #000;}

.gallery_comment		{border-width: 0px; float: left; border-width: 0px; vertical-align: middle; }



/* Table width 100% inside css div bug fix (This is needed because there can be tables used inside divs when using TinyMCE editor) */
* html .editortable  /* this is recognized by IE only */ {
  margin: 0; padding: 0;
  width: 500px;  /* total width, only for IE5.x/Win */
  w\idth: 98%; /* content width for other IE */}
.editortable {
  margin: 0; padding: 0;
  width: 99%;  /* content width for other browsers */}

 


/*******************************************/
/* Editormenu for CMS editing environment  */
/*******************************************/
  
#editormenu						{width: 100%; margin: 0; padding: 0;}
#editormenu_plugins				{width: 100%; margin: 3px 0 0 0; padding: 0;}
#editormenu ul, #editormenu_plugins ul					{list-style-type: none; color: #fff; margin:0; padding: 0;
								 letter-spacing: normal; text-align: center; font-weight: bold; font-style: normal;}
#editormenu li, #editormenu_plugins li				{display: inline; font-size: 12px; line-height: 16px;}
#editormenu a, #editormenu_plugins a				{float:left; background-color: #F0F0EE; text-decoration: none; color: #333; font-size: 12px; line-height: 16px;
								border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc;
								margin: 0 3px 0 0; padding: 3px 3px 3px 3px;}
#editormenu a span, #editormenu_plugins a span			{float: left; display: block; background-color: #F0F0EE; font-weight: bold; color: #fff;} 	/* color and font weight of menu text */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#editormenu a span , #editormenu_plugins a span			{float: none; }
/* End IE5-Mac hack */

#editormenu a:hover span, #editormenu #selected a, #editormenu #selected a span, #editormenu a:hover, #editormenu a:hover span,
#editormenu_plugins a:hover span, #editormenu_plugins #selected a, #editormenu_plugins #selected a span, #editormenu_plugins a:hover, #editormenu_plugins a:hover span
{ background-color: #fff; color: #000;}

/* This has to be stay here because of Safari will mess the TinyMCE editor window for some reason, if these are moved to dynamic css*/
#bottom_para1, #bottom_para2, #bottom_para3, #bottom_para4 {
padding: 0;
float: left;
display: inline;
}