BODY, TD { /* Standardni tekst na strani */
        font-family: Tahoma;       
        color:black;
        font-size: 12px;
}

A {
      font-family: Tahoma;       
      color:#663333 ;   
      text-decoration:none;          
}

A:Hover {      
      color:blue;
      text-decoration:none;         
}

 .LeftMeny  {  /* left meny */
                font-family: Tahoma;
                font-size: 12pt;
                color: #FFFFFF;                
}

.LeftSubMeny  {  /* left meny */
                font-family: Tahoma;
                font-size: 10pt;
                color: #FFFFFF;                
}

/* LeftAktiv */
td.LeftAktiv{
	/*border:3px solid #003399;*/
	padding:2px;                
	/*border-right:3px solid #ffffff;*/
	padding-left:15px;
  
	background-color:#4590ce;
	background: url(images/buttons/bg_aktiv.jpg) no-repeat left top;width:154px;height:28px
}
td.LeftAktiv a {text-decoration: none }
td.LeftAktiv a:link { color: white}
td.LeftAktiv a:visited { color: white }
td.LeftAktiv a:hover { color: #99ccff }

/* LeftMeny  */
td.LeftMeny  {  /* left meny */                
                padding:0px;                
                padding-left:15px;
                margin-bottom:30px;
                background-color:#3676ab;
                /*border:3px solid #6699aa;*/
                background: url(images/buttons/bg.jpg) no-repeat left top;width:154px;height:28px
}

td.LeftMeny a {text-decoration: none }
td.LeftMeny a:link { color: white}
td.LeftMeny a:visited { color: white }
td.LeftMeny a:hover { color: #003333 }


.bottomLine { /* Copy rights i ostalo u zaglavlju */
                font-family: Tahoma;
                font-size: 10pt;
                color: #FFFFFF;
                background-color: #4590ce;
                text-align: center;
                padding: 3pt;                
}



/* Guide style */

li.TopAlternativ{
    font-family: Tahoma;
    font-style: normal;
    color: black;
    font-size: 13pt;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 3px;
    list-style:none;
}

li.SubAlternativ{
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10pt;
    margin-right: 3px;
    font-family: Tahoma;
    font-size: 11pt;
    font-style: normal;
    color: black;
    list-style-type: circle;
}

.GuideText{
    font-family: Tahoma;
    font-size: 10pt;
    color: black;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-color: #ccccff;
    border-bottom-color: #ccccff;
    border-left-color: #ccccff;
    border-right-color: #ccccff;
    margin-bottom: 3pt;
}

.GuideTextHide{
    font-family: Tahoma;
    font-size: 10pt;
    color: #999999;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-color: #ccccff;
    border-bottom-color: #ccccff;
    border-left-color: #ccccff;
    border-right-color: #ccccff;
    margin-bottom: 3pt;
}
a.GuideTextHide{
 font-family: Tahoma;
 font-size: 10pt;
 color: #999999;
}

@media print {
a.GuideTextHide{ display:none }
li.SubAlternativ{margin-left: 0px; }
li.GuideTextHide{ display:none }
}