@charset "UTF-8";
/* CSS Document */

/* DOM WINDOW RELATED */
/* ============================================== */

#DOMWindow {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.domWindow
{
	/*text-align:center !important;*/
	display:none; 
	margin:0 auto 0 auto; 
	background-color:#191919; 
	font-weight:normal; 
	color:#f8f8f8; 
}


.domWindowContent h3 {
	margin:0 0 2px 0;
	padding-bottom:1px;
	border-bottom:dotted 1px #555;
	font:bold 1.6em "Times New Roman", Times, serif; 
	color:#f8f8f8; 
}

iframe, embed
{
	display:block;
	margin:0 auto;
	text-align:center;
}

.closeBox
{
	width:100%;
	height:15px;
	border-top:solid 1px #333;
	color:#cecece;
	text-align:center;
	margin-top:8px;
}

.closeBox a:link,
closebox a:visited {
	color:#cecece;
	text-decoration:none;
}
	.closeBox a:hover,
	clasebox a:active {
	color:#fff;
}

.domWindow object
{
	display:block !important;

}

.domWindowContent
{
	color:#f8f8f8;
}

.closeDOMWindow {
	background:url(close.png) no-repeat right top;
	padding:0 20px 10px 0;
	text-align:center;
}

.domWindow_msg
{
	text-align:center;
	color:#CCC;
}

a[href*="domWindow"] {
	cursor:zoom-in;
	cursor:-webkit-zoom-in;
}
#DOMWindowOverlay {
	cursor:zoom-out;
	cursor:-webkit-zoom-out;
}
	