/*
*	...
*/

/*---pngfix---*/
.logo img, .userMenu img {
	behavior: url(app/_/js/iepngfix.htc);
}

/*--- fonty, rozmiary, kolory, formatrowanie -----*/

body, a, input, select, textarea {
	font-family: Tahoma, Helvetica;
	font-size: 10pt;
}

.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }
.tj { text-align: justify; }

.white { color: #fff }
.gray { color: #a2a2a2; }
.lightgray { color: #bebebe; }

.bgGray { background: #f2f2f2; }

:focus { outline: 0; }
.noborder { border: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }



/*--- backgroundy, colory -----*/

body { background: #fff; }

#outerWrapper {
	background: #fff;
}

#mainWrapper {
	background: #f8f8f8;
}

	#headerWrapper {
		background: #888;
	}
	
		#headerWrapper div.content {
			background: url(/app/_/css/am_vip_tmpl_html_basic/resources/header_1000_50_pl.png);
		}	
	
			.company {
				font-size: 16px;
			}		

	
	#contentWrapper {
		background: transparent;
		color: #8a8a8a;
	}
	
		


	#footerWrapper {
		background: #666;
		color: white;	
		font-size: 8pt;
	}
		#footerWrapper a {
			color: white !important;
			font-size: 8pt;	
		}

		#footerWrapper div.content {
			
		}









