/**
 * Stylesheet for the WP Tee Resrvation
 * Some overrides for thickbox and tooltip
 * and calendar formatting
 */

/* import the tooltips stylesheet classes for Tee */
@import url(tee-tooltips.css);

/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #000000;
	color: #FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}

/** Large Tee Reservation */
/** Tee Reservation calendar formatting */
#reserve_wrapLarge {
        background-color: white;
	border: thin solid black;
}
#wp-reserveLarge {
	border-collapse: collapse;
	margin: auto;
}
#reserve_wrapLarge img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-reserveLarge td {
	border: thin solid black;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
#wp-reserveLarge .event-block {
	border-top: 1px solid #444;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: #008000;
      font-size: xx-small;
}
#wp-reserveLarge .dayHead {
	/* background-color: #333333;
*/
	background-color: #176d3b;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #CBA135;
	color: #FFF;
}
#wp-reserveLarge .padday {
	background-color: #9BCFA9;
}
/* * Days tee reservations */
#tee_daysEvents {
	font-size: 14px;
}
.tee_blue {
	background: lightsteelblue;
}
.tee_pink {
	background: peachpuff;
}
.tee_green {
	background: lightgreen;
}
.tee_orange {
	background: thistle;
}
.tee_yellow {
	background: #FFA;
}
.tee_gold {
	background: palegoldenrod;
}
.tee_white {
	background: #FFF;
}
.tee_gray {
	background: #DDD;
}
.tee_linkout_and_postid {
	background: #bfd3ed;
}
#tee_current-month {
	position: relative;
}
#tee_ajaxLoader {
	display: none;
	margin-top: -15px;
}

/* * Widget formatting OPTIONAL */
.tee_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-reserve caption {
	margin: 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: white;
	border: thin solid darkgray;
	-moz-border-radius: 3px 3px 0 0;
}
#wp-reserve {
	margin: 0;
	border-collapse: collapse;
}
/* why this *+html stuff? */
*+html #wp-reserve #today {
	border: 3px solid blue !important;
}
#wp-reserve #today {
	display: block;
	font-weight: bold;
	background-color: #CBA135;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-reserve #todayWidget {
	border: 3px solid blue !important;
}
#wp-reserve #todayWidget {
	display: block;
	font-weight: bold;
	background-color: #004;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-reserve .pad {
	font-weight: bold;
}
#wp-reserve .padcent {
	background-color: white;
	border: thin solid darkgray;
}
#wp-reserve .padday {
	background-color: #9BCFA9;
}
#wp-reserve th {
	width: 11%;
	color: white;
	background-color: #176d3b;
}
#wp-reserve td {
	border: thin solid darkgray;
	background-color: white;
	text-align: center;
}
/* * Widget List OPTIONAL */
.tee-reserve-date {
	font-family: Arial, Tahoma, Script;
	font-size: 14px;
	line-height: normal;
      color: darkgreen;
}
.tee-reserve-list {
	font-family: Arial, Tahoma, Script;
	font-size: 12px;;
	font-stretch: condensed;
	color: darkgreen;
	line-height: normal;
	text-align: left;
}
.pro-reserve-list {
	font-family: Arial, Tahoma, Script;
	font-size: 16px;
	font-stretch: condensed;
	line-height: normal;
}
.event-reserve-list {
	font-family: Arial, Tahoma, Script;
	font-size: 12px;
	font-stretch: condensed;
	color: navy;
	line-height: normal;
	text-align: left;
}
.event-reserve-table {
        width: 640px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	border: 1px solid #E6E6E6;
        background-color: #F8F8F8;
}
.event-reserve-table td {
	vertical-align: top;
}
.event-reserve-date {
	color: navy;
}
#tee-reserve-list li a:link, #tee-reserve-list li a:visited, #tee-reserve-list li a:hover, #tee-reserve-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: dimgray;
}
#tee-reserve-list li:hover {
	background-color: gainsboro;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
}
#tooltip.tees {
        background-color: #CEC;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background: url('../images/shadow3.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

