div.splash
{}

/*
div#splash_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}
*/

div.splash_close {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 22px;
	width: 24px;
	background: transparent url(../gfx/event_x.gif) no-repeat top right;
	cursor: pointer;
	z-index: 100;
}

div.splash_title {
	display: none;
	position: absolute;
	padding: 0 1em;
	top: -1px;
	right: 20px;
	height: 19px;
	line-height: 19px;
	font-size: 0.9em;
	border: 1px solid #a7d2d8;
	background: #FFF;
	z-index: 100;
	font-weight: bold;
}

div.splash_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 96;

}


div.splash_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 10px 10px 10px 10px;
    margin: 0;
    overflow: hidden;
    background: transparent;
	display: none;
}

div.splash_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #a7d2d8;
	background: #FFF;
}

div.splash_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.splash_bg_n {
	top: -10px;
	width: 100%;
	height: 10px;
	background: transparent url(splash_shadow_n.png) repeat-x;
}

div.splash_bg_ne {
	top: -10px;
	right: -10px;
	width: 10px;
	height: 10px;
	background: transparent url(splash_shadow_ne.png) no-repeat;
}

div.splash_bg_e {
	right: -10px;
	height: 100%;
	width: 10px;
	background: transparent url(splash_shadow_e.png) repeat-y;
}

div.splash_bg_se {
	bottom: -10px;
	right: -10px;
	width: 10px;
	height: 10px;
	background: transparent url(splash_shadow_se.png) no-repeat;
}

div.splash_bg_s {
	bottom: -10px;
	width: 100%;
	height: 10px;
	background: transparent url(splash_shadow_s.png) repeat-x;
}

div.splash_bg_sw {
	bottom: -10px;
	left: -10px;
	width: 10px;
	height: 10px;
	background: transparent url(splash_shadow_sw.png) no-repeat;
}

div.splash_bg_w {
	left: -10px;
	height: 100%;
	width: 10px;
	background: transparent url(splash_shadow_w.png) repeat-y;
}

div.splash_bg_nw {
	top: -10px;
	left: -10px;
	width: 10px;
	height: 10px;
	background: transparent url(splash_shadow_nw.png) no-repeat;
}
