﻿.ScreenWrapper
{        
    width: inherit;
    border: 1px solid #cde6fe;    
    background: url('../Images/Common/ScreenBaseWrapperTopBgr.gif') top left repeat-x #cde6fe; 
    /*margin: 5px 0 15px 0;                   */
    margin: 8px 0;
}
.ScreenInnerWrap
{    
    width: inherit;    
    border-style: none;            
    background: url('../Images/Common/ScreenBaseWrapperBottomBgr.gif') bottom left repeat-x;           
    padding: 0px 0 6px 0;          
}
/* tlacitko neslo nijako inak nafloatovat, preto je tu este jeden div */
.ScreenInnerWrap .ScreenButtonWrapper
{        
    height: 17px;
    padding: 0px;
    margin: 0px;    
    /*border: 1px solid red;*/
    /*position: relative;
    right: -3px;*/        
}
.ScreenCloseButton
{
    background: url('../Images/Common/ScreenBaseCloseButton.gif') top right no-repeat;
    border-style: none;
    height: 17px;
    width: 18px;
    float: right;        
    cursor: pointer;    
    /*border: 1px solid green;*/
}

.PrintButton, .PrintButtonSingle
{
    background: url('../Images/Common/ScreenBasePrintButton.gif') top right no-repeat;
    border-style: none;
    height: 17px;
    width: 36px;
    float: right;        
    cursor: pointer;    
    margin-right: 8px;    
}

h2
{
    margin: 15px 12px 10px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #0c59a0;
    min-height: 14px;
}

.ScreenContent
{
    margin: 0 10px 5px 10px;      
}

.ScreenFormTableWrapper
{    
    border: 1px solid #e6f3ff;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}

.ScreenFormTable
{
    border: 1px solid #317ebc; /*#559ad3;*/
    border-collapse: collapse;
    margin: 0px;
    width: 100%;    
    table-layout: auto;
    background-color: White;
}

.ScreenFormTable th, .ScreenFormTable .TableHeader td
{
    background: #317ebc; /*#387bb6;*/ /*#559ad3;*/ /*#317ebc*/
    height: 19px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    color: White;
    padding: 0 8px;    
}

.ScreenFormTable td, .ScreenFormTable .CommonCell td
{ 
    background: white;
    font-size: 11px;
    line-height: 17px;
    padding: 1px 8px;    
}

.ScreenFormTableTextInput
{
    margin: 0;
    border-width: 0 0 1px 0;
    border-style: dashed;
    border-color: #9bcdf6;    
    font-size: 11px;
    height: 14px;        
    padding-left: 5px;
}

.ScreenFormTable .ScreenFormTableTextInput
{
    padding-left: 0px;
    width: 90%;
}

.ScreenFormTableTextBox
{
    margin: 0;
    border-width: 1px;
    border-style: dashed;
    border-color: #9bcdf6;
    width: 100%;    
    font-size: 11px;
    margin: 4px 2px 4px 0;   
    font-family: Arial;
}

.ScreenFormTableSelect
{
    margin: 0;
    border: 1px solid #559ad3;
    width: 90%;
    font-size: 11px;
    height: 17px;
}

.ScreenFormTable td.EvenRow, .ScreenFormTable .EvenRow td
{
    background-color: #ebf3f9;
}

h3
{
    margin: 0 0 1px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #0c59a0;
}

a
{    
    color: #0245a1;
    text-decoration: underline;
}

hr.ScreenStretch
{
    clear: both;
    height: 0px;
    margin: -1px 0 0 0; 
    padding: 0;
    border-style: none;
    visibility: hidden;
}

.ScreenDivision
{
    margin-top: 30px;    
    margin-bottom : 0;     
}

.LeftPanel
{                
    float: left;
    width: 49%;    
}

.RightPanel
{        
    float: right;
    width: 49%;        
}


.TableButton
{
    margin: 0;
}

.ComponentButtons
{    
    height: auto;        
    padding: 0;    
    text-align: right;    
    margin: 6px 0 20px 0;
}

.TabViewButtons
{   
    margin-bottom: 8px;
}


.LastComponent
{
    /*margin-bottom: 5px;*/
}

.ScreenFormCheckBox
{
    font-size: 11px;    
}

