﻿/*-----ALERTER-----*/
.err 
{
    font-family: Tahoma;
	position: fixed;
	width:300px; height: 60px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -150px; margin-top: -30px;	
    filter: alpha (opacity=97);-moz-opacity:0.97;
    border: black 1px ridge;
}

.errIE6
{
    font-family: Tahoma;
	position: absolute;
	width:300px; height: 60px; 
	visibility: hidden; 
	top: expression((document.body.clientHeight/2)+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	left: expression((document.body.clientWidth/2)+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');
	margin-left: -150px; margin-top: -30px;	
    filter: alpha (opacity=97);-moz-opacity:0.97;
    border: black 1px ridge;
}

.VideoFrame 
{
    font-family: Tahoma;
	position: absolute;
	width:300px; height: 150px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -150px; margin-top: -30px;	
    filter: alpha (opacity=97);-moz-opacity:0.97;
    border: black 1px ridge;
}



/*-----GRIDVIEW/DETAILSVIEW-----*/
.headerDV 
{
    font-weight: bold;    
}
.headerDV 
{
    font-weight: bold;    
}
.input 
{
    font-size: 11px;
    font-family: Verdana;
}
.inputfile
{
    font-size: 11px;
    font-family: Verdana;
}
.table
{
    border-top: #DDDDDD 1px solid;
    border-bottom: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    border-left: #DDDDDD 1px solid;
    
    
 
}
.right 
{
    text-align: right;
}
.validator 
{
    font-family: Times New Roman;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1;
}

.validator 
{
    margin-top: 3px;
    line-height: 1;
    font-weight:bold;
}

.item 
{
	font-size: 11px;
	font-family: Arial;
}


/*class-i za pozitivne ali negativne elemente na seznamu Moj portfelj*/
.plus
{
    color: #80c143;
}
.minus
{
    color: #d00e0e;
}
.NeoUndefined
{
    color: #000000;
}
