BODY{
	margin:0;
	background-color:#ffffff;
}


.copy{
	color:#fff;
	font-size: 10px;
	text-align:center;
	font-family:Arial,Tahoma,Verdana;
	text-decoration:none;
}

TABLE {
	padding: 0px;
	border:0px;
	border-spacing:0px;

}

.header{
	width:100%;
	background-color: #f4ef55;
}


.pointer{
	cursor: pointer;
}

.text{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	text-decoration: none;
	color:#575757;
}

.textLeft{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	text-decoration: none;
	color:#575757;
}

TD.normal{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	text-decoration: none;
	padding-right: 2px;
	color: #996600;
	line-height: 20px;


}

.nadpis{
	font-family: Arial, Verdana, Helvetica;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	color:#575757;
}


/*********************************************
										 BANNER
**********************************************/

TABLE.banner{
	border: 0px;
	font-family: Arial, Verdana, Helvetica;
	align-vertical: top;
	align: left;
	width:100%;
	height:80px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}



/**********************************************
						SHEET BANNER 
**********************************************/



.SheetBanner, .SheetBanner A:LINK,.SheetBanner A:VISITED{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.SheetBanner A:HOVER{
	font-weight: bold;
}

TABLE.SheetBanner{
	background-color: #f4ef55;
	border: no;
	align-vertical: top;
	align: left;
	width:100%;
	margin: 0;
	padding: 2px 2px 0px 2px;
	border-bottom:  1px solid #14552a;
}


TD.SheetBanner {
	border-left: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
	border-right: 1px solid #3c3c3c;
	background-color: #0f7933;
	cursor: pointer;	
}


TD.SheetBanner_a {
	border-top: 1px solid  #ffcc00;
	background-color: #14552a;
	color: #ffcc00;
}


/**********************************************
								TABLE BORDER 
**********************************************/

TD.leftTop{
	width:17px;
	height:17px;
	background-image: url(../images/upleft.gif);
	background-repeat: no-repeat;
}

TD.rightTop{
	width:17px;
	height:17px;
	background-image: url(../images/upright.gif);
	background-repeat: no-repeat;
}

TD.leftBottom{
	width:17px;
	height:17px;
	background-image: url(../images/downleft.gif);
	background-repeat: no-repeat;
}

TD.rightBottom{
	width:17px;
	height:17px;
	background-image: url(../images/downright.gif);
	background-repeat: no-repeat;
}

TD.horizontal{
	height:17px;
	background-image: url(../images/horizontal.gif);
	padding:0;
}

TD.vertical{
	width:17px;
	background-image: url(../images/vertical.gif);
}


/**********************************************
						VERTICAL MENU
**********************************************/

TABLE.menuTable{
	background-color: #0f7933;/*#14552a;*/
	/*width:200px;*/
}

TD.menuTable {
	background-color:#0f7933;
	border-top : 1px solid #ffeeaa;
	border-bottom: 1px solid #3c3c3c; /* #996600;*/
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color :#ffffff;
}


TD.menuTable A:VISITED,
TD.menuTable A:LINK {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color :#ffffff;

}

TD.menuTable A:HOVER {
	color :#ffffff;

}

TD.menuHeader {
	border-bottom: 1px solid #996600;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color :#ffffff;

}
/**********************************************
						BOTTOM BANNER
**********************************************/
.bottomBanner {
	background-color: #0f7933;
	border-top : 1px solid #ffeeaa;
	border-bottom: 1px solid #3c3c3c; 
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight:bold;
	
	padding-top:3px;
	text-decoration: none;
	height:22px;
	color :#ffffff;
}


