#tabata_frame {
	height: 224px;
}
#tabata_frame h2 {
	background: url(/image/center_heading_background.png) center center no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	cursor: pointer;
}
#tabata_timer_left span {
	display: block;
	text-align: center;
	color: #000;
	font-size: 10pt;
}
#tabata_timer_left span#tabata_time_msg {
	font-size: 8pt;
}
#tabata_timer_left p {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}
#tabata_timer {
	background: url(/image/tabata_background.png) center center;
	width: 227px;
	height: 200px;
}
#tabata_timer_right {
	height: 200px;
	padding: 5px;
	font-size: 75%;
}
#tabata_timer_left {
	float: left;
	border-right: 2px solid #888;
	width: 107px;
	font-size: 230%;
	margin-right: 10px;
}
#tabata_time {
	border-bottom: 2px solid #888;
	padding: 6px 10px;
	height: 89px;
}
#tabata_round {
	float: left;
	border-right: 2px solid #888;
}
#tabata_round, #tabata_set {
	height: 77px;
	padding: 10px 5px;
}
#tabata_timer_right p {
	margin: 0;
	padding: 0;
	color: #000;
}
#tabata_timer_right span {
	display: block;
	float: left;
	width: 55px;
}
#tabata_timer_right select {
	width: 95px;
	font-size: 75%;
	border: none;
}
/** calendar **/
table.ui-datepicker-calendar tbody td.highlight > a {
	background-image: none;
    background-color: #007FA6;
    color: #fff;
    border: 1px solid #FFDE2E;
}
.tabata_calendar {
	float: left;
	width: 340px;
}
.tabata_calendar .ui-widget-header {
	background-image: none;
	background-color: #111;
	color: #fff;
}
.tabata_calendar .ui-widget-content {
	background-image: none;
	background-color: #333;
	border: 1px solid #eee;
	color: #fff;
}

/************* Tabata popup ***************/

#user_tabata_frame {
	background-color: #333;
	color: #fff;
	padding: 10px;
}

#user_tabata_frame h2 {
	background: url(/image/center_heading_background_blue.png) center center repeat-x;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	cursor: pointer;
	line-height: 1.3;
	color: #fff;
}

.tabata_main {
	float: right;
}
.tabata_others {
	clear: both;
}
.tabata_others img {
	float: left;
	max-height: 108px;
	width: 108px;
	margin: 1px 3px;
}
#user_tabata_frame h3, .tabata_others b {
	color: #fff;
}
#user_tabata_frame h3 {
	background: url(/image/short_blue.jpg) center center repeat-x;
	line-height: 1.3;
	text-align: center;
}
#user_tabata_frame .tabata_howto {
	background-color: #333;
	opacity: 0.95;
	width: 340px;
	position: absolute;
	z-index: 10;
	height: 400px;
	display: none;
	font-size: 10pt;
	line-height: 12pt;
}

.tabata_author {
	font-size: 90%
}

.tabata_calendar p {
	line-height: 1.2em;
	margin-top: 10px !important;
}