﻿/*
klase za tvikovanje postojeceg css-a
*/

.inputBorder
{
    border:1px solid #ccc !important;
    }

.floatLeft 
{
    float:left !important;
    }
    
.floatRight 
{
    float:right !important;
    }

.inline 
{
    display:inline;
    }

.table, .table tr, .table th, .table td
{
    border:1px solid #aaa !important;
    text-align:center !important;
    padding:3px !important;
    }
    
 .table td 
 {
     border:1px solid #ccc !important;
     }

.nudgeRight 
{
    margin-right:20px;
    }

.borderBottom 
{
    border-bottom:1px dotted #999 !important;    
    }

.noTopPadding 
{
    padding-top:0px !important;
    }

.noBottomPadding 
{
    padding-bottom:0px !important;
    }

.noMargin 
{
    margin:0px !important;
    }
    
.paddingLeftMedium 
{
    padding-left:20px;
    }

.noPadding 
{
    padding:0px !important;
    }

.sparse 
{
    line-height:20px !important;
    }

.mediumSpacing
{
    line-height:18px !important;
    }


.textSize_tiny
{
    font-size:11px !important;
    }
    
.textSize_small
{
    font-size:12px !important;
    }

.textSize_normal 
{
    font-size:13px !important;
    }

.textSize_medium
{
    font-size:14px !important;
    }

.pale 
{
    color:#ddd !important;
    }
    
.darkGrey 
{
    color:#222 !important;
    }

.black 
{
    color:#000 !important;
    }
    
.navy 
{
    color:Navy !important;
    }
 
.darkBlue 
{
    color:#024c73 !important;
    }
    
.red 
{
    color:Red;
    }
    
.bold 
{
    font-weight:bold !important;
    }
    
.thin 
{
    font-weight:normal !important;
    }
    
.marginBottom 
{
    margin-bottom:15px !important;
    }
    
.marginRight 
{
    margin-right:10px !important;
    }
    
.lblHeight 
{
    height:34px !important;
    }
    
.lblMargin
{
    margin-bottom:4px !important;
    }
    
.noOverflow 
{
    overflow:hidden;
    }
    


