﻿.editor
{
/*background:aqua;*/
font-family:Tahoma;    
font-size:11px;
font-weight:normal;   
color:#444F51;
clear:both;
padding:0px;

/*padding:0px 20px 15px 0px;*/
}

/******* Hedings  *******/

.editor h1 {
  font-family:Tahoma;    
  font-weight:bold;   
  color:#444F51;
  font-size:15px;
  margin:0px;
  padding:0px;	
  text-transform:lowercase;
} 

.editor h2 {
  font-family:Tahoma;    
  font-weight:normal;   
  color:#444F51;
  font-size:11px;
  margin:0px;
  padding:0px;	
  text-transform:uppercase;
}

.editor h3 {
  font-family:Tahoma;    
  font-weight:normal;   
  color:#444F51;
  font-size:13px;
  margin-top:3px;
  margin-bottom:3px;
  padding:0px;	
  text-transform:lowercase;
}

.editor h4 {
  font-family:Tahoma;    
  font-weight:normal;   
  color:#444F51;
  font-size:12px;
  margin:0px;
  padding:0px;	
  text-transform:lowercase;
}

/******* Paragrafs  *******/

.editor p {
  font-family:Tahoma;    
  font-size:11px;
  font-weight:normal;   
  color:#444F51;
    
  margin:0px;
  padding:0px;
  /*background:#FF0000;*/
  }

/******* Images  *******/

.editor img.floatl {
  clear:both;
  float:left;
  margin-top:20px;
  padding-right:35px;
  padding-bottom:50px; 
}


.editor img.titles {
  margin-top:20px;
}

.editor img.images {
  margin-top:20px;
  margin-bottom:20px;
}


/******* Links  *******/


.editor a, a.visited
{
	text-decoration:underline;
	color:#444F51;
  }

.editor a:hover
{
	color:#444F51;
	text-decoration:none;
}


/******* Lists  *******/

.editor ul {
  clear:both;
  padding-left:10px;
  margin-bottom:2em;
  font-family:Tahoma;
  color:#444F51;
  font-size:11px;  
}

.editor ul li {
  background: url('../img/page/content/li_circle.gif') no-repeat 0px 9px;
  list-style-type:none;
  padding-left:1em;
  padding-top:2px;
  padding-left:12px
}


.editor ol {
  clear:both;
  font-family:Tahoma;
  color:#444F51;
  font-size:11px;  
 margin-left:35px;
  margin-bottom:2em;
}

.editor ol li 
{
  
  padding-top:2px;
}

/******* Table  *******/

.editor table
{
	margin-top:25px;
	width:100%;
	border:0;
	text-align:center;/* important*/
	table-layout:inherit;
	border:0px;
	}
	
.editor tr {
	background:#BBBBBB;
	}

.editor tr th {
	font-weight:bold;	
	background:#88B6E0;
	padding:10px;
	}
	
.editor td {
	font-weight:normal;	
	padding:10px;	
	}	
	


/******* Delete  *******/

.editor .label {
  margin-left:236px;
  margin-top:170px;
}

/******* Div  *******/

/* Okvir levo */
table.frameFloatLeft {
  clear:both;
  float:left;
}

/* Okvir desno */
table.frameFloatRight {
  clear:both;
  float:right;
}

/* Okvir normalno */
table.frameNormal {
}

/***********************************************************/
.editorImage
{
	margin: 5px;
	border: 0;
	font-size: 11px;
	background-color: transparent;
}
.editorImage img.floatL 
{
	font-family:Tahoma;    
  font-size:11px;
  font-weight:normal;   
  color:#444F51;
	float:left;
}
.editorImage img.floatR 
{
	float:right;
}
.editorImage div.pnlTitle
{
	font-family:Tahoma;    
  font-size:11px;
  font-weight:normal;   
  color:#444F51;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.editorImage div.pnlAuthor
{
	font-family:Tahoma;    
  font-size:11px;
  font-weight:normal;   
  color:#444F51;
  font-style:italic;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: right;
}
.editorImage div.pnlDescription
{
	font-family:Tahoma;    
  font-size:11px;
  font-weight:normal;   
  color:#444F51;
  font-style:normal;
	margin-left: 5px;
	margin-bottom: 5px;
}
.editorImage div.pnlEmpty 
{
	clear:both;
	font-size: 0px;
}

.editorImage a, .editorImage a:visited, .editorImage a:hover, .editorImage img
{
	border: 0;
}