﻿table
{
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	padding: 0px;
}

img
{
	border-style: none;
	border-width: 0px;
}

@media print
{
	img { display: none; }	
}

select
{
	font-size: 100%;
}

@media print
{
	input[type="button"], input[type="submit"], input[type="reset"]
	{
		display: none;
	}	
}

.LblInfo
{
	color: red;
	font-weight: bold;
	font-size: 100%;
	/*FONT-SIZE: 11px; */
}

@media print
{
	.LblInfo
	{
		display: none;
	}	
}

@media print
{
	.noprint { display: none;}
}

.Inactive
{
	filter: alpha(opacity=50); BACKGROUND-COLOR: black;
	opacity:0.5;	
}

div.div_modalSelector
{
	font-size				: 12px;
	background-color		: #FDF193;
    border					: 1px solid #0063C4;
    color					: #0063C4;
    -moz-border-radius		: 3px 3px 3px 3px;
    -webkit-border-radius	: 3px;
	border-radius			: 3px;
	-khtml-border-radius	: 3px;
    padding					: 10px;
    min-width				: 200px;
}

div.div_modalSelector div.div_SelectorTopPart
{
	color			: #0063C4;
	margin-bottom	: 10px;
	height          : 35px;
	border-bottom	: 2px solid #0063C4;
}

div.div_modalSelector div.div_SelectorTopPart h2
{	
	color			: #0063C4;
	text-align		: center;
	padding-left    : 10px;
	font-size		: 15px;
	float			: left;
}

div.div_modalSelector div.div_SelectorTopPart div.div_modalButtons
{
	
}

div.div_modalSelector div.div_modalButtons div.div_okButton
{
	float			: right;
	width			: 31px;
	height			: 13px;
	background-image: url("../img/Button-select-OK.png");
	cursor			: pointer;
	margin-right	: 4px;
}

div.div_modalSelector div.div_modalButtons div.div_okButton:hover,
div.div_modalSelector div.div_modalButtons div.div_closeButton:hover
{
	background-position: 0 -13px;
}

div.div_modalSelector div.div_modalButtons div.div_closeButton
{
	float			: right;
	width			: 31px;
	height			: 13px;
	background-image: url("../img/Button-select-X.png");
	cursor			: pointer;
}

div.div_loading_calc
{
	background-image	: url('../img/Pozadi-Loading.png');
	background-repeat	: no-repeat;
	width				: 220px;
	height				: 98px;
	padding-top			: 12px;
	text-align			: center;
	color				: Black;
}

div.div_pageTitle
{
    background-image: url("../img/podklad_katalog_title.png");
    height			: 25px;
    margin			: 5px;
    padding-left	: 15px;
    padding-top		: 7px;
    text-align		: left;
	
	
}

div.div_pageTitle H1
{
	font-size	: 15px;
	font-weight	: bold;
	color		: white;
	margin		: 0;
}

div.div_HeightSeparator
{
	height	: 10px;
	width	: 970px;
}

div.div_PageTitle
{
	padding			: 6px 0 0 15px;
	background-image: url('../img/podklad_katalog_title.png');
	height			: 26px;	
	/*font-variant	: small-caps;*/
	float           : left;
	font-weight		: bold;
	width			: 700px;
	text-align		: left;
	margin			: auto auto 10px auto;
}

div.div_PageTitle h1
{
	font-size	: 15px;
	margin		: 0;
}

img.Img_mainLogo
{
	margin: 10px;
}

div.div_loading
{
	background-image	: url('../img/Pozadi-Loading.png');
	background-repeat	: no-repeat;
	width				: 220px;
	height				: 98px;
	padding-top			: 12px;
	text-align			: center;
	color				: Black;
}
