
html, body {height: 100%;}
/*** ------------------------------- BEGIN SZEROKOŚĆ------------------------ ***/
.ContainerWithMenu, 
.ContainerWithoutMenu, 
.AppEnvironment,
.Footer,
.ContainerALL,
div#pageheader
{
    width:973px; 
   
    margin-left:0px;
    
} 

div#Content
{ 
    width:739px; /*ContainerWithMenu.width-210*/
}
/*** -------------------------- END SZEROKOŚĆ ---------------------------------***/




/*---------------------------------Body---------------------------------------------------*/
/* body zwykłe*/
body
{
	font-family : tahoma,verdana,sans-serif;
	font-size : 12px;
	scrollbar-base-color: #eee; 
	scrollbar-arrow-color: #222;
	scrollbar-DarkShadow-Color: #eee; 
	
}

/* Ogólne właściwości do całej strony - tło białe dla okienek modalnych */
body.master
{
	background-color:#FFFFFF;/* #eeeeee;*/
	font-size : 12px;
	font-family : tahoma,verdana,sans-serif;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	
		
}
/* body główne, z niebieskim tłem*/
.MainBody
{
	margin:0;
	padding:0;
	font:76% tahoma,verdana,sans-serif;
	color:#222;
	
}

/*---------------------------------Container---------------------------------------------------*/
.ContainerALL
{
	font-size : 12px;
	font-family : tahoma,verdana,sans-serif;
	position :relative ;
	margin :0;
	padding :0;
	height :100%;
	border:0;
	width:973px;
}
#ContainerALLTable
{
	font-size : 12px;
	font-family : tahoma,verdana,sans-serif;
	border:0;
	
}
#ContainerALLTd
{
	/*border-right:1px solid #819BB1;*/
}
/*container z obrazkiem z miejscem po lewej stronie na menu*/
.ContainerWithMenu
{
	padding:0 ;
	margin :0;
	background-color :white;
	color:#222;
	border: 1px solid #819BB1;
	border-bottom:0;

	
	
}

/*container z obrazkiem bez miejsca na menu*/
.ContainerWithoutMenu
{
	padding:0;
	margin:0;
	background-color :White;
	color:#222;
	/*border: 1px solid #819BB1;*/

	border-bottom:0;
	
	
}


/*container zawierający treść - prawa strona (bez menu)*/
div#Content
{
	float:right;
	background-color:transparent;
	margin:0px;
	padding:11px   35px  0px 0px; /* margines z lewej przy obliczaniu szerokości: szerokośc ContainerWithMenu(935) - szerokość menu (185) - margines Content z lewej (25)*/
}

/*---------------------------------Footer---------------------------------------------------*/
/*sam tekst na stopkę ujęty w akapit wczytany w kodzie*/
.Footer
{
	margin				: 0;
	padding				: 0;
	font-size			: 0.9em;
	color				: #888;
	text-align			: center;
	border				: 1px solid #819BB1;
	border-top :0;
	margin-left:0;
 
    
	
	
}
.Footer p
{
	margin				: 0;
	padding				: 0;
	padding-top			: 30px;
	padding-bottom		: 3px;
	font-size			: 0.9em;
	background-color	: #fff;
	background:#fff url(../Other/ApplicationFooter.aspx) bottom right no-repeat;
}


/*-----------------------------------APLIKACJE--------------------------------*/
/* aplikacje - ikonki, wysokość div-a ma mieć 90px, dwa rzędy, nawet jesli drugi nie jest wypełniony ikonkami środowisk aplikacyjnych*/
div.AppEnvironment 
{	
	border-style: none;
	border-color: inherit;
	border-width: 0;
	min-height       : 90px;
	max-height	     : 90px;		
	height			 : 90px;
	margin           : 0;
	padding          : 0;
	font-family      : Arial, Helvetica, Sans-Serif;
	font-size        : 0.8em;
	font-weight      : bold;
	color            : #058;
	background-color : transparent;
	text-align       : right;
	vertical-align   : middle;
	background		 : url('../Resources/AppEnvironment/VN_piksel.jpg') repeat-x right top;
}

.AppEnvironmentVN 
{
	height			: 45px;
	float			: left ;
	margin			: 0;
	padding			: 0;
	
}
.AppEnvironmentVNGradient
{
	height			: 45px;
	float			: right ;
	margin			: 0;
	padding			: 0;
}

.AppEnvironmentItem :hover
{
	padding-left		: 1px;
	padding-top			: 1px;
	background-color	: Transparent ;
}
.AppEnvironmentItem 
{
	float				: right;
	width				: 55px;
	height				: 45px;
	margin				: 0;
	padding				: 0;
	border				: 0;
	background-color	: Transparent ;
}
.AppEnvironmentItem img
{
	border				: 0;
	margin				: 0;
	padding				: 0;
	background-color	: Transparent ;
}




/* -----------------------------------Nagłówek strony ----------------------*/

div#pageheader
{
	 background-color: Transparent ;
	 font-weight: bold;
	 padding: 0;
	 margin: 0;
	 overflow: auto;
	 background:transparent url(../Other/ApplicationHeader.aspx) bottom left no-repeat;
	 height:130px;
	
}

/*zaloguj, użytkownik, poczta - userStatusBar*/
div#pageheader a
{
	color: white;
}
div#pageheader span
{
	color: white;
}


div#pageheader div.iconleft
{
	padding-top: 0px;
	float: left;
	padding-left: 11px;
	padding-right: 4px;
	padding-top: 4px;
}

div#pageheader div.textleft
{
	padding-top: 3px;
	float: left;
}

div#pageheader div.textright
{
	text-align: right;
	float: right;
	padding-top: 3px;
	padding-right: 3px;
}

div#pageheader div.iconright
{
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 12px;
}

img.iconarrow /*pageheader i pager*/
{
	border: 0;
	padding: 0px;
}

/*-------------------------------END PAGEHEADER--------------------------------*/


/* ------------------------------------------LINKI ----------------------------*/
a
{
	color:#1C74CF;
	cursor :default ;
	text-decoration :none;
}
a:hover
{
	color :#82608F;
	cursor :hand ;
	text-decoration :underline;
}

/*---------------------------------- Styl przycisków--------------------------- */

input.button
{
	background:#eee;
	color:#26c;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	font-weight: bold;
	font-size: 0.72em;
}

input.button:hover
{
	background:#fff;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
	font-weight: bold;
	font-size: 0.72em;
}
/* gładki, niebieski przycisk - szukaj */
.nsmooth
{
	background-color : #8BB3DE;
	border           : 0px;
	color            : White;
	cursor			 : pointer ;
	font-family      : Arial, Helvetica, Sans-Serif;
	font-weight      : bold;
	font-size        : 8pt;
	text-align       : center;
	vertical-align   : middle;
	
}

.nsmooth:hover
{	
	background-color : #eee;
	color            : #000;	
}




/* ---------------------------------------Raporty ----------------------------*/

/*div#raporty table td
{
	padding: 6px;
	background-color: #e4e4e4;
	text-align: left;
}*/

/*-------------------------- INNE ------------------------------*/

/*** BEGIN -- STYL DLA KALENDARZA ***/
/*.ajax__calendar table td
{
	padding: 0px !important;
	background-color: #ffffff;	
}*/
/*** END   -- STYL DLA KALENDARZA ***/

.fright { float: right !important; }
.fleft { float: left; }
.tcenter { text-align:center ; }


.block
{
	display: block;
}

.error
{
	background-color: #ffc8c8;
	border: solid 1px #ffb0b0;
	padding: 2px 4px;
}
.validatorErr
{
	float: left; 
	padding-left: 10px; 
	text-align: left;
}
.BlockCenter
{
	margin-left: auto;
	margin-right: auto;
}



/*koniecznie umięścić przed stopką "obrazkiem", żeby wyczyścić style*/
.clear
{
	clear:both;
	margin:0;
}

td{cursor: default;}
/*
.common a 
{
	color: #595959;
}
.common a:hover
{
	text-decoration: none;
	color: #0e3452;
	background-color: #DBE4EB;

}
*/


/*--------------------------kolory ------------------------------------*/
table.BackGroundForm td,
.BackGroundForm /*tło formatek: filtr, manageaccounr, login;*/
{
	background-color: #E9F0F4;
	border: solid 0px #E9F0F4;
}
