/* FlexBox default styles */

body {
	margin: 0;
	padding: 0;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #000;	
}

#popup-frame {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	text-align: left;
	line-height: 1;
}

.default {
	display: none;
	padding: 8px;
	background-color: #fff;
	border: 5px solid #ccc;
	
	/*border: 5px solid #ccc;	
	border-top: 2px solid #ccc;	
	border-bottom: 2px solid #ccc;*/
}

.default * {
	margin: 4px 0;
}

.default p.close {
	top: auto;
	bottom: 12px;
	right: 12px;
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
}

.close-me {
	left: auto !important;
	right: 18px;
}

.vid-title, .close-me {
	position: absolute;
	bottom: 20px;
	left: 18px;
	margin: 0;
	line-height: 1.2em;
}

/* default tooltip styles for thought bubble */

.tooltip {
	display: none;
	background: url(images/tooltip-bottom.png) bottom left no-repeat;
	padding-bottom: 26px;
	line-height: 1.333em;
}

.tooltip p {
	margin: 5px 0;
}

.tooltip h3 {
	background: #e4d66f;
	color: #353420;
	padding: 4px;
	margin: 0;
}

.tooltip-wrap {
	background: url(images/tooltip-top.png) top left no-repeat;
	padding: 18px 18px 2px 22px;
}

/* also need 
popupUpdater: 'popup-updater',
wrappers : "<div class=\"tooltip-wrap clearfix\" id=\"popup-updater\"><\/div>"
*/

/* need to add these into IE6 styles for tooltips 
.tooltip {
	background: url(images/tooltip-bottom.gif) bottom left no-repeat !important;
}
.tooltip-wrap {
	background: url(images/tooltip-top.gif) top left no-repeat !important;
}
*/

.tip {
	padding-left: 14px;
	margin-left: 12px;
	background: url(images/tip.gif) 0 3px no-repeat;
	zoom: 1;
	text-decoration: none;
}

#container {
	border: 1px solid #ccc;
	padding: 20px 20px 0 20px;
	margin: 20px;
	height: 220px;
}

/* for left-right inversed tips */

.client-tooltip {
	border: 1px solid #ccc;
	padding: 20px;
	background: none;
}