@charset "utf-8";

/* ------------------------------------------------------------

	filename:	fullflash.css
	created:	080707
	update:		090128

------------------------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,embed {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,span.strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*because legend doesn't inherit in IE */

legend {
	color: #000;
}

/*----------------------------------------------------------

	Reset Default Browser Style

-----------------------------------------------------------*/

img,
embed {
	vertical-align: top ;
}


/*----------------------------------------------------------

	Structure Module

-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	background: #f6f6f6 url(/SYS/cmn/images/common/gallery/bg_flash.gif) top left repeat-x;
}

body #flashContents {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

	body #flashContents div#noflash {
		width: 350px;
		height: 130px;
		margin: -75px 0 0 -175px;
		position: absolute;
		top: 50%;
		left: 50%;
		background: #f6f6f6 url(/SYS/cmn/images/common/gallery/bg_noflash.gif) top left no-repeat;
	}

		body #flashContents div#noflash dl {
			margin: 0 0 0 90px;
		}

		body #flashContents div#noflash dl dt {
			margin: 0 0 20px;
		}