body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}  
.maintext {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

a.maintext:link {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}
a.maintext:hover {
	color: #C79518;
	text-decoration:none;
	font-weight:bold;
}
a.maintext:active {
	font-weight:bold;
}
a.maintext:visited {
	font-weight:bold;
}
.onepixel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
}
.menu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #652200;
}
.header {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #400000;
	
}
.foto {
	border: 2px groove #D0991D;
}
.maintext10 {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.maintext10white {
	font-family: verdana;
	font-size: 10px;
	color:#CCCCCC;
	}

/* -------------------------------------------------------------------- */
/* RESERVATION TABLE */

/* HEADER */
.reservation_table_header {
}

.reservation_table_header td {
	background-color:#F4E298;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
}

/* ROW */
.reservation_table_row {
}

.reservation_table_row td {
	text-align: center;
	font-size: 11px;
}

.reservation_table_row input {
}

/* -------------------------------------------------------------------- */
/* INFO TABLE */

/* ROW */
.info_table {

}

/* -------------------------------------------------------------------- */
/* SUMMARY */

/* INFO HEADER */
.summary_infotable_header {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

/* INFO ROW*/
.summary_infotable_row_left {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}

.summary_infotable_row_right {
	text-align: left;
	font-size: 11px;
	height: 15px;
}

/* SUMMARY HEADER */
.summary_roomtable_header1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

.summary_roomtable_header2 td {
	background-color:#F4E298;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
}

.summary_roomtable_row td {
	text-align: center;
	font-size: 11px;
	height: 15px;
}


/* ------------------------------------------------------------------ */
/* DATE TIME PICKER */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
.cennik_table {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	border: groove #C79518;
}

/*SunriseSystem*/
.ss_nag_l{
  background: #652200;
  font: normal 10px Verdana;
  color: white;
  text-align: left:
  display: inline;
  float: left;
  margin: 3px 0 0 25px;
  padding: 0px;
  width: 635px;
}
.ss_nag_l h1, h2{
  font: normal 10px Verdana;
  color: white;
  display: inline;
}
.ss_nag_r{
  text-align: right;
  float: left;
  display: inline;
  padding: 0px;
  margin: 1px 0 0 0;
}
