﻿.rightAlign
{
    text-align:right;    
}

.centerAlign
{
    text-align:center;    
}

.justifyAlign
{
    text-align:justify;    
}

.clear
{
    clear: both;
}

.fullWidth
{
    width:100%;    
}

.nowrap
{
    white-space:nowrap;
}

.alert
{
    color:#B12627;    
}

.warning
{
    color:#e7ab00;
}

.info
{
    color:#1288CF;
}

.ok
{
    color:#4fa400;
}

.alert-icon,
.warning-icon,
.info-icon,
.ok-icon
{
    background:transparent url('./images/ikony-info.png') no-repeat;
    display:inline-block;
    width:18px;
    height:18px; 
    /*margin-right:10px;   */
}

.alert-icon
{
    background-position:-72px 0px;    
}

.warning-icon
{
    background-position:-36px 0px;    
}

.info-icon
{
    background-position:0px 0px;    
}

.ok-icon
{
    background-position:-54px 0px;    
}

/*Notifikace*/
div.growlUI h1, div.growlUI h2 
{
	color: white; padding: 5px 5px 5px 75px; text-align: left
}

.alertNotif
{
    background:url(./images/alert48.png) no-repeat transparent 10px 10px;    
}

.warningNotif
{
    background:url(./images/warning48.png) no-repeat transparent 10px 10px;    
}

.infoNotif
{
    background:url(./images/info48.png) no-repeat transparent 10px 10px;    
}

.okNotif
{
    background:url(./images/ok48.png) no-repeat transparent 10px 10px;    
}


.inline-icon
{
    position:relative;
    top:-1px;   
    line-height: 18px; 
}

.sys-template
{
    display: none;
    visibility: hidden;
}

.blocked
{
    color:Gray;
    text-decoration:line-through;    
}
/*
.link
{
    cursor:pointer;
    color:#004386; 
    text-decoration:underline;
}
*/