/* -------------------------- General -------------------------- */

body, div, p, th, td	{ font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#331900; }

body				{ margin:0px; overflow:hidden; background-color:#F3F3F3; background-image:url(../images/bg.jpg); }

a img				{ border:0px; }

a:link, a:visited		{ text-decoration:none; color:#001988; }
a:hover, a:active		{ text-decoration:underline; color:#331900; }
a:focus			{ text-decoration:underline; color:#331900; }

.invisibleClass
{
	display:none;
}

#mainDiv
{
	position:absolute;
	left:50%;
	top:50%;}

#frameDiv
{
	position:absolute;
	width:600px;
	height:420px;
	left:-300px;
	top:-210px;
	border-width:1px;
	border-style:solid;
	border-color:#C0C0C0;
	background-color:#FFFFFF;
	overflow:hidden;
}

#shadowDiv
{
	position:absolute;
	width:606px;
	height:426px;
	left:-301px;
	top:-211px;
	background-image:url(../images/shadow.gif);
}

#byjdDiv
{
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:420px;
	background-image:url(../images/byjd.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* ---------------------------- W3C ---------------------------- */

#w3c
{
	position:absolute;
	left:100%;
	top:100%;
}

#w3c a
{
	position:absolute;
	width:78px;
	height:44px;
	left:-82px;
	top:-46px;
	background-repeat:no-repeat;
	background-image:url(../images/valid-xhtml11.gif);
}

#w3c a:hover
{
	background-position:0px -44px;
}

/* -------------------------- Preload -------------------------- */

#loadingBarDiv
{
	position:absolute;
	left:40px;
	top:0px;
	width:142px;
	height:420px;
	background-image:url(../images/loading_color.jpg);
}

#loadingBarImg
{
	position:absolute;
	left:0px;
	top:0px;
	width:142px;
	height:420px;
	background-color:#FFFFFF;
	background-image:url(../images/loading_gray.jpg);
}

#contentDiv
{
	position:absolute;
	left:180px;
	top:0px;
	width:420px;
	height:420px;
	background-image:url(../images/preload_bg.gif);
}

#captionDiv, #currentNameDiv, #currentStateDiv
{
	position:absolute;
	left:0px;
	width:100%;
	text-align:center;
}

#captionDiv
{
	top:176px;
	font-weight:bold;
}

#currentNameDiv, #currentStateDiv
{
	font-size:9px;
	color:#505050;
}

#currentNameDiv		{ top:200px; }
#currentStateDiv		{ top:216px; }

#enterDiv
{
	position:absolute;
	left:138px;
	top:240px;
	width:144px;
	height:30px;
}

#enterDiv a
{
	position:absolute;
	left:0px;
	top:0px;
	width:144px;
	height:30px;
	background-repeat:no-repeat;
	background-image:url(../images/entergallery_en.gif);
}

#enterDiv a:hover
{
	background-position:0px -30px;
}
