﻿/**********************  Hannah - Tucan Editor  *************************************/

/******* Hedings  *******/

/* Zbriši formatiranje */
body 
{
  clear :both;
	color:Black;
	font-family:Verdana,Arial,Tahoma,Times New Roman;
	font-size:15px;
	font-weight:normal;
  line-height:21px;
}

/* Naslov */
.editor h1 {
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color:#000;  
  font-size:18px;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:12px;
} 

/* Manjši naslov*/
.editor h2 {
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color:#000;  
  font-size:15px;
  font-weight:bold;
  margin-top:25px;
  margin-bottom:4px;
} 

/* Podnaslov */
.editor h3 
{
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color:#000;
  font-size:13px;
  font-weight:bold;
  margin-top:20px;  
  margin-bottom:4px;
}

/******* Paragrafs  *******/

/* Tekoči text */
.editor p {
  clear:both;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color:#000;
  font-size:12px;
  line-height:17px;
  
}

/******* Images  *******/

/* Slika levo */
.editor img.floatl {
  clear:both;
  float:left;
  margin: 5px;
}

/* Slika desno */
.editor img.floatr {
  clear:both;
  float:right;
  margin: 5px;
}

/* Slika normalno */
.editor img.images {
  margin: 5px;
}

.editor img.titles {
  margin-top:20px;
}

/******* Div  *******/

/* Okvir levo */
.editor table.frameFloatLeft {
  clear:both;
  float:left;
}

/* Okvir desno */
.editor table.frameFloatRight {
  clear:both;
  float:right;
}

/* Okvir normalno */
.editor table.frameNormal {
}

/******* Links  *******/

/* Hiper povezava*/
.editor a, a.visited
{
	color:#000;
	text-decoration:none;
}

.editor a:hover
{
	color:#000;
	text-decoration:underline;
}



/******* Lists  *******/

/* Grafični seznam alinej */

.editor ul {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
}

.editor ul li {
	list-style-type:none;
  padding-left:12px;
	background:url('../img/page/placeholder/li_circle.gif') no-repeat 0 10px;
	line-height:24px;
}

/* Številčni seznam alinej */
.editor ol {
  clear:both;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  color:#000;
  font-size:13px;  
  margin-left:35px;
  margin-bottom:2em;
}

.editor ol li 
{
  
  padding-top:2px;
}

/******* Table  *******/
.editor table.editorCustom
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color: #000;
	margin-top:25px;
	width:100%;
	border:0;
	text-align:center;/* important*/
	border:0px;
}

/* Vrstica tabele */
.editor tr.editorCustom 
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color: #000;
	background:#EEEEEE;
	padding:10px;
}
/* Glava tabele */
.editor th.editorCustom 
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color: #000;
	background:#EEEEEE;
	padding:10px;
}

/* Celica tabele */		
.editor td.editorCustom 
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;	
	color: #000;
	padding:10px;	
}	

/***********************************************************/
.editor .editorImage
{
	margin: 5px;
	border: 1px dashed black;
	font-size: 12px;
	background-color: #dddddd;
}
.editor .editorImage img.floatL 
{
	float:left;
}
.editor .editorImage img.floatR 
{
	float:right;
}
.editor .editorImage div.pnlTitle
{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.editor .editorImage div.pnlAuthor
{
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: right;
}
.editor .editorImage div.pnlDescription
{
	margin-left: 5px;
	margin-bottom: 5px;
}
.editor .editorImage div.pnlEmpty 
{
	clear:both;
	font-size: 0px;
}
		
.editor .editorImage img
{
	border: 0;
}