/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014.17.6, 15:47:08
    Author     : edgar_000
*/
/*-----------------------------------------------------------------------------/

/* Stili iekš HTML moduļa */
.module_html
{
    padding-left:8px; 
    padding-right:8px;
}

.module_html p{
    text-indent:20px;
}

.module_html td>p{
    text-indent:0px;
}
.module_html th>p{
    text-indent:0px;
}


.module_html table tr:hover{
    
}
.module_html table tr:nth-child(odd){
    
}
.module_html table tr:nth-child(even){
    background: #F5F5F5;
}
.module_html table td{
    border:silver 1px dotted;
    border-top:0px;
    border-bottom: 1px solid silver;
    padding:2px;
    padding-left:3px;
}
.module_html table th{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border:1px solid silver;
    border-left:#113f6b solid 3px;
    word-wrap: normal;
    height:35px; 
    padding:2px;
    padding-left:3px;
}

/* Lower all icons for correct [icon][link] making */
.module_html img, .module_html table img{
    vertical-align:-3px;
}

.module_html table caption
{
    text-align:left;
    background-image: url('../../img/kv.gif');
    background-repeat:no-repeat;
    background-position: left center;
    padding-left:15px;
    font-size:110%;
    
    font-weight: bold;
    margin-bottom:2px;
} 

.module_html h1,.module_html h2,.module_html h3,.module_html h4,.module_html h5,.module_html h6, .cal_title
{
    color: #231F20;
    border-bottom: 1px solid #1e3b53 !important;
    margin-bottom:5px;
    font-family: Open Sans Condensed, Calibri, Verdana;
    clear: both; 
}
.cal_title { font-size: 125%; }
.module_html h1{font-size: 145% !important; font-weight: bold !important;}
.module_html h2{font-size: 135% !important; font-weight: bold !important;}
.module_html h3{font-size: 125% !important; font-weight: bold !important;}
.module_html h4{font-size: 115% !important; font-weight: bold !important;}
.module_html h5{font-size: 105% !important; font-weight: bold !important;}
.module_html h6{font-size: 95% !important; font-weight: bold !important;}

.panel {margin-top:4px !important; margin-bottom:4px !important;}
.module_html .content_editor_separator { display: none !important;}
.module_html .content_editor_separator_wtext { display: none !important;}
.panel-title p {margin:0px; padding:0px;}


.fancybox > img
{
    border: 1px solid silver;
    padding:7px;
    box-shadow: 1px 1px 4px #888;
    margin:2px;
}

.fancybox > img.video_thumb
{
    padding:7px;
    padding-bottom:0px;
    border-style: solid; border-width: 1px 1px 22px; 
    border-color: silver;
    -moz-border-image: url('../../img/video.png') 1 1 22 round repeat; 
    -webkit-border-image: url('../../img/video.png') 1 1 22 round repeat; 
    -o-border-image: url('../../img/video.png') 1 1 22 round repeat; 
    border-image: url('../../img/video.png') 1 1 22 round repeat;
    
}

.fancybox > img.main:hover
{
    border-top: 1px solid #F60;
    border-bottom: 1px solid #F60;
    
}
.fancybox > img.video_thumb:hover
{
    -moz-border-image: url('../../img/video_hover.png') 1 1 22 round repeat; 
    -webkit-border-image: url('../../img/video_hover.png') 1 1 22 round repeat; 
    -o-border-image: url('../../img/video_hover.png') 1 1 22 round repeat; 
    border-image: url('../../img/video_hover.png') 1 1 22 round repeat ;
}

//***************************/


