/* ============================================ */
/* Livepipe modal window styles                 */
/* Medium: screen                            		*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc                  	  	*/
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */

#control_overlay { background-color: #000; }
.window {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	padding-bottom: 16px;
	/*
	font-family:"Lucida Grande",Verdana;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	min-width:150px;
	min-height:100px;
	*/
	background-color: #fff;
}
.window .window_contents {
	margin-top: 10px;
	/*
	width:100%;
	height:100%;
	*/
}
.window .window_header { 
	display: block;
	width: 100%;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	cursor: move;
	}
.window .window_title {
	margin-top: -7px;
	margin-bottom: 7px;
	font-size: 11px;
	cursor: move;
	background-color: #000;
}
.window .window_close {
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
	height: 25px;
	width: 25px;
	background-image: url("/_resources/images/modal_window_close.gif");
	background-repeat: no-repeat;
	cursor: pointer;	
}


/* tool tips */

.tooltip {
	border: 3px double #666;
	background-color: #FFFFCC;
	/*
	height: 25px;
	width: 200px;
	*/
	padding: 10px;
	text-align: left;
	color: #666;
	font-size: 110%;
}
.tooltip h1 { font-size: 1.2em; }
.tooltip p { font-size: 1em; }