﻿body
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #726E63;
	text-decoration: none;
}

a, a:visited
{
	color: #FF7315;
	text-decoration: none;
}
a:hover
{
	color: #FF7315;
	text-decoration: underline;
}

a.add, a:visited.add
{
	color: #706E5F;
	text-decoration: underline;
}
a:hover.add
{
	color: #706E5F;
	text-decoration: underline;
}

p
{
	text-align: justify;
}

ul
{
	list-style-image: url(/i/k2.gif);
}

#boxNavipath
{
	background-image: url(/i/map.gif);
	background-repeat: repeat-x;
}
.loginButton
{
	background: url(/i/zaloguj.gif) no-repeat left top;
	width: 48px;
	height: 22px;
}

.frm
{
	border: 1px solid #F17600;
	padding: 2px;
}

.orange
{
	color: #F17600;
}

input.button
{
	background: #f6a828;
	color: White;
}




.modalPopup 
{
	display:inline-block;
	background-color:#DED7D1;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;    
    font-size:20px;
    text-align:left;
}


.modalPopupHeader
{
    cursor: move;
    background-color:#DDDDDD;
    border:solid 1px Gray;
    color:Black;
    font-size:12px;
    text-align:center;
}

.modalPopupTransparent
{
    border-width:0px;
    padding:3px;
    font-size:14px;
    text-align:center;    
    background-color:White;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalBackground 
{
	
	z-index: 10000!important;
    background-color:white;
  
}

.modalBackgroundTransparent
{
	position: absolute;
	z-index: 3000!important;
    background-color:White;
    filter:alpha(opacity=70);
    opacity:0.7;
}
