@charset "UTF-8";
/* CSS Document */

#maszkarakada {}
#maszkarakada #maszakarany_toperek {background:#BEE0F1; width:260px; height:281px; margin:0px; padding:0; text-align:center; color:#2e2e2e;}
#maszkarakada img {border:none;}
#maszkarakada input {width:120px; float:right; margin-right:10px;}
#maszkarakada label {float:left; display:block; width:50px; text-align:right; padding-right:5px;}
#maszkarakada select.country_abs {float:left; display:block; width:50px; text-align:left;}
.dpTable {
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	color: #505050;
	background-color: #DFDFDF;
	border: 1px solid #999999;
	}

/*obramowanie dni w kalendarzu*/
.dpTD {
	border: 1px solid #ece9d8;
	}
	
/*zaznaczenie dnia dzisiejszego*/
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/*kolor dnia dzisiejszego */ 
.dpDayHighlight {
	color: #4060FF;
	font-weight: bold;
	}

/* najechanie na dany dzień */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* dni tygodnia */
.dpDayTD {
	background-color: #4F4F4F;
	border: 1px solid #AAAAAA;
	color: white;
	}

/* miesiąc i rok na górze */
.dpTitleText {
	font-size: 12px;
	color: #1F1F1F;
	font-weight: bold;
	}


/* guziki przewijania miesięcy */
.dpButton {
	font-family: Tahoma;
	font-size: 10px;
	color: #1F1F1F;
	background: #DFDFDF;
	font-weight: bold;
	padding: 0px;
	border:0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Tahoma;
	font-size: 9px;
	color: #505050;
	background: #DFDFDF;
	border:0;
	}
