/*.tkContainer {position: fixed; bottom: 0px; right: 10px; width: 300px; background: slategrey; color: #fff; z-index: 650; border-radius: 4px 4px 0 0; box-shadow: 0 0 3px #aaa; border: 1px solid #75838B; border-bottom: 0; }*/
.tkContainer {position: absolute; left: 10px; max-width: 300px; width: 100%; background: slategrey; color: #fff; z-index: 650; border-radius: 4px 4px 0 0; box-shadow: 0 0 3px #aaa; border: 1px solid #75838B; border-bottom: 1px solid #75838B; }
.tkContainer .title { padding: 2px 5px; font-size: 14px;}
.tkContainer .title:hover { cursor: pointer; }
.tkContainer .tkBody { display: none; }
.slide { padding: 2px; }
.tkTimer { padding: 5px; color: #555; font-size: 33px; text-align: center; }
.tkTimer.showOnMin {display: inline-block; float: right; padding: 1px 4px; width: auto; margin: 0; color: #fff; font-size: 12px; }
.tkBody.showOnMax{background: #fff; color: #222; float:left; width: 100%;}
.tkBody.show{background: #fff; color: #222; float:left; width: 100%;}
.tkBody .tkHolder { padding: 5px; display: block; }
.tkBody .btnArea { text-align: center; }
.tkBody .helpArea { text-align: center; }
#tkMatter_chzn .chzn-drop .chzn-results { max-height: 150px;}
/*#tkShowTimeKeeper .title .slide:hover {cursor: pointer;}*/
#tkDesc {width: 280px; resize: none;}
.tkActionArea { position: relative;}
#tkSwitch {padding:2px; float:right; margin-right: 5px; }
.switchView { display: none;}
.switchView.shown {display:block;}
#tkSwitch:hover, .slide:hover { cursor: pointer; }
#tkSwitch.nonVisible { visibility: hidden; }
.popover-content { text-align: justify; font-size: 11px; line-height: 1.5; }
.tkLabel {font-weight: bold; text-transform: uppercase; font-size: 11px; color: #888; margin-top: 3px; float: left; margin-right: 5px; }
.tkActionArea .helpArea { border-top: 1px solid #ddd; padding-top: 2px; margin-top: 5px; }
.tkBody .saveArea select { width: 80px; height: 25px; font-size: 13px; }
.tkBody .saveArea  { padding: 5px 0; margin-top: 22px; }
.tkBody .helpArea  { text-align: center; font-size: 11px; }
.tkBody .helpArea .helpItem  { color: #444; margin: 0 10px; }
.tkBody .helpArea .helpItem a,
.tkBody .helpArea .helpItem a:visited,
.tkBody .helpArea .helpItem a:hover  { 
	color: #444; 
	text-decoration:none; 
}