﻿/* 
Ovo su stilovi koji su na HTML strani, ako se nesto menja
treba to dodati u fck_editorarea.css da bi izgledalo isto
*/

.html-content h1, .html-content h2
{
	font-family:"Arial", "Trebuchet MS", "Serif";
	font-weight:bold;
	padding:6px 0 7px 0;
	margin:0;
	color:#0058a6;
	border-bottom:none;
	background:none;
	font-size:20px;
}

.html-content h2, .html-content h2 a
{
	font-size:14px;
	color:#0063b1;
	display:block;
}

.html-content h3
{
	font-family:Tahoma, Verdana, Arial;
	font-size:14px;
	color:#0063b1;
	font-weight:bold;
	padding:6px 0 7px 0px;
	margin:0px 0 0px 0;
}

.html-content h4
{
	font-size:14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight:bold;
	color:#0071bc;
	padding:5px 10px 5px 0;
	margin:0 0 0 0;
	text-transform: none !important;
}

.html-content h5
{
	font-size:14px;
	font-family: Arial, Tahoma, Verdana;
	color:#1f1f1f;
	padding:3px 10px 0 0px;
	margin:0 0 0 0;
	text-align:left;
}

.html-content ul
{
    margin: 0;
    padding-left: 30px;
}

.html-content ul li
{
    list-style-type: disc;
    float: none;
}

.html-content .paging ul li
{
    list-style-type: none;    
}

.html-content p, .html-content div
{
    padding: 10px 0 0 0;  
    margin: 0;  
}

.html-content img.image-left
{
    float: left;
    margin: 0 5px 5px 0;    
}

.html-content img.image-right
{
    float: right;
    margin: 0 0 5px 5px;    
}

.html-content .grid
{
	border-collapse:collapse;
	width:100%;
}

.html-content table.FCK__ShowTableBorders th, .html-content table.FCK__ShowTableBorders td
{
    border: #cbcbcb 1px solid !important;
}

.html-content .grid th
{
	background:#e3e3e3 url("jq-ui/images/ui-bg_highlight-soft_100_e3e3e3_1x100.png") 50% 50% repeat-x;
	padding:7px 10px 7px 10px;
	border:none;
	color:#0058A6;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Tahoma, Arial;
	text-align:left;
	border-bottom:1px solid #0058A6;
}

.html-content .grid td
{
	padding:5px 10px 5px 10px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom :1px solid #cbcbcb;
	font-size:11px !important;
	font-family:Verdana, Tahoma, Arial;
	color:#202f38;
	text-align:left;
	vertical-align:top;
}

.html-content .grid td a
{
	font-size:11px !important;
}

.html-content .grid th a
{
	display:inline-block;
	background:/*url("../images/html/sort-arr.gif")*/ left center no-repeat;
	padding:0 0 0 12px;
}

.html-content .grid tr.odd td
{
	background:#f6f6f6;
}

.html-content .stand-alone
{
	border-top:1px solid #cbcbcb;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:none;
}

.html-content .stat-content, .stat-content
{
	padding:15px 20px 15px 15px;
	text-align:justify;
}

.html-content a.link-word, .html-content a.link-excel, .html-content a.link-pdf
{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 21px; 
    padding-bottom: 0px; 
    margin:2px 0 2px 0;
    display: inline-block; 
}

.html-content a.link-word
{
    background-image: url('../images/html/filetypes/office/iconWord.png');
}

.html-content a.link-excel
{
    background-image: url('../images/html/filetypes/office/iconExcel.png');
}

.html-content a.link-pdf
{
    background-image: url('../images/html/filetypes/office/iconPdf.png');
}

.html-content a.link-large
{
    font-size: 14px;    
    font-weight: bold;
}