/*-----GENERAL-----*/

body 
{
    margin: 0px;
    font-family:Arial;
    font-size: 12px;
    background: url('../../Images/Ozadje.gif');
    background-repeat: no-repeat;
    background-position: 0px -29px; 
}
a 
{
    color: #FF3939;
    font-size: 12px;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
h1 
{
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
}
h2 
{
    font-size: 13px;
    font-weight: bold;
}
p, td
{
    font-size: 12px;
    line-height: 1.1;
}

.rjava 
{
    padding-top: 1px;
    background: #65472B;
    color: White;
    font-size: 11px;    
}
.zelena 
{
    background: #A4BF16;  
    color: White;
    font-size: 12px;   
    font-weight: bold; 
}
.bela 
{
    color: White;
    font-size: 12px;   
    font-weight: bold; 
}
.crna 
{
    margin-top: 5px;
    color: black;
    font-size: 11px;        
}
.dropdown 
{
    alpha (opacity=50);-moz-opacity:0.50;    
    background: #65472B;
}









/*-----CMS-----*/

/*menu heading*/
.menu_h1 
{
    font-size: 15px;
    padding: 0px; margin: 0px;
    font-weight: bold;
    padding-top: 20px;
}

/*menu link (navigation)*/
.menu_a 
{
    font-size: 12px;
}

/*menu level 1*/
.menu1
{
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;  
}

/*menu level2 */
.menu2 
{
    font-size: 12px;  
    padding-left: 17px; 
    line-height: 20px; 
}

/*menu level3*/
.menu3 
{
    font-size: 11px;
    padding-left: 21px;
    line-height: 18px; 
    
}

/*breadcrumbs*/
.crumbs 
{
    font-size: 22px;
    font-weight: bold;
    color: Black;   
    font-family: Times New Roman;
}

/*error alert*/
.err 
{
	position: absolute;
	width:300px; height: 60px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -150px; margin-top: -30px;	
	border: black solid 1px;
}

/*message alert*/
.msg 
{
	position: absolute;
	width:300px; height: 60px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -150px; margin-top: -30px;	
	border: black solid 1px;
}






/*-----GRIDVIEW/DETAILSVIEW-----*/

/*header for detailsview*/
.headerDV 
{
    font-weight: bold;    
}

/*header for gridview*/
.headerDV 
{
    font-weight: bold;    
}

/*textbox/dropdown*/
.input 
{
    vertical-align: top;
    font-family:Tahoma;  
    width: 150px;
}

/*upload file*/
.inputfile 
{
    font-size: 13px;
    font-family: Tahoma;
    height: 21px;
}

/*gridview/detailsview item*/
.item 
{
    font-family:Tahoma;  
}

/*right align*/
.right 
{
    text-align: right ;
}

/*gridview/detailsview table*/
.table
{
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
}


