﻿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, input, textarea
{
	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		: #C2E8F5;
    border					: 1px solid #003E73;
    color					: #003E73;
    -moz-border-radius		: 3px 3px 3px 3px;
    -webkit-border-radius	: 3px;
	border-radius			: 3px;
	-khtml-border-radius	: 3px;
    padding					: 10px;
}

div.div_modalSelector div.div_SelectorTopPart
{
	border-bottom	: 2px solid #003E73;
	color			: #003E73;
	margin-bottom	: 10px;
}

div.div_modalSelector div.div_SelectorTopPart h1
{	
	color			: #003E73;
	text-align		: center;
	margin			: auto;
	font-size		: 18px;
	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.gif");
	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.gif");
	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;
}

div.div_pageTitle
{
	border-bottom	: 2px solid #003E73;
	background-color: #C1E8F9;
	text-align		: left;
	padding			: 10px;
}

div.div_pageTitle H1
{
	font-size	: 15px;
	font-weight	: bold;
	color		: #003E73;
	margin		: 0;
}

div.div_HeightSeparator
{
	height	: 10px;
	width	: 100%;
}
