﻿
.LanguageLink
{
    color: White !important;
    font-weight: bold !important;
}

.Breadcrumb
{
    color: #3E4F57 !important;
    font-weight: normal !important;
    text-decoration: none !important;
}
a
{
    color: #F89425;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.AdminLabel
{
    color: #777777;
    font-size: 9pt;
    font-family: Verdana;
}
.AdminTextBox
{
    padding: 2px;
    color: #777777;
    font-size: 9pt;
    font-family: Verdana;
}




.AdminMenuLink
{
    display: block;
    float: left;
    text-align: center;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #a0a0a0;
    text-transform: uppercase;
    font-size: 0.7em;
    background-image: url(tab.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.AdminMenuLink:hover
{
    background-image: url(tab.png);
    color: #000;
    background-position: top left;
    background-repeat: no-repeat;
}
.AdminMenuLinkSelected
{
    background-image: url(tab.png);
    color: #000;
    background-position: top left;
    background-repeat: no-repeat;
}
.AdminTitle
{
    color: #F58220;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-left: 8px;
    text-transform: uppercase;
}
.CommandButton
{
    color: white;
    background-color: #F89425;
    padding: 4px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    height: 24px;
    vertical-align: middle;
}

.ProgressPanel
{
    border: solid 1px #999999;
    background-color: White;
    vertical-align: middle;
    height: 40px;
    width: 100px;
    padding-top: 7px;
    text-align: center;
    color: #EA8906;
    font-weight: bold;
}
.ProgressDiv
{
    z-index: 10000;
    background-image: url(images/Progressbar.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 10px;
    width: 100px;
}
.ProgressModalBackground
{
    background-color: #ffffff;
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.SubnavigationLink
{
    color: #495A64;
    font-size: 9pt;
}

.SubnavigationLink:Hover
{
    color: #F58220;
    font-size: 9pt;
}

.SubBreadcrumbItem
{
    color: #BCC3C9;
    font-size: 8pt;
}

.SelectedSubBreadcrumbItem
{
    color: #F58220;
    font-size: 8pt;
}

.CrniNaslov
{
    color: #3E4F57;
    font-size: 22px;
    /*text-transform: uppercase; */
}

/*
.RadMenu a.rmLink {   
    color: #000000;   
}       
.RadMenu a.rmLink:hover {   
    text-decoration: none;   
}  
.RadMenu a.rmLink:visited {   
    text-decoration: none;   
    color:Green;
} 
RadMenu a.rmFocused, .RadMenu_Default a.rmExpanded 

{

background-color: #fff; 
color: #ffffff; 
cursor: hand; 
}



.MenuAdmin
{
	color:red;
}*/


.CursorMenu a span 
{
    cursor:pointer;
}

