/*============================================================================*/
/*
Author:		Sheldon Zhou
Purpose:	Testing for faked 3D interface
Time:		Fri Dec 11, 2009
*/
/*============================================================================*/
/
{
	padding		:0px ;
	margin		:0px ;
}

body
{
	overflow	:hidden ;
	font-size	:12px ;
	line-height	:12px ;
}

#full_box
{
	background	:#FFF url(images/backgrounddot.png) repeat 0px 0px ;
	position	:absolute ;
	left		:0px ;
	top		:0px ;
	right		:0px ;
	bottom		:0px ;
	font-family	:monospace;
}

#time_box
{
	color		:#fff;
	background	:#f00;
	position	:absolute;
	height		:100px;
	width		:100px;
	font-size	:20px;
	line-height	:20px;
	font-family	:sans-serif;
	text-align	:right;
}

#time_box div
{
	padding		:5px;
}

#shd_time_box
{
	background	:#000;
	opacity		:0.15;
	position	:absolute;
	height		:100px;
	width		:100px;
}

#content_box
{
	background	:#FFF;
	border		:solid 1px #000;
	position	:absolute;
	height		:398px;
	width		:398px;
	background	:#FFF url(images/backgroundctt.png) no-repeat 0px 0px ;
}

#content_box #ctt_title
{
	top		:80px;
	left		:260px;
	right		:5px;
	position	:absolute;
}

#content_box #ctt_title a
{
	text-decoration	:none;
	color		:#f00;
}

#content_box #ctt_title a:hover
{
	text-decoration	:none;
	color		:#fff;
	background-color:#000;
}

#shd_content_box
{
	background	:#000;
	opacity		:0.15;
	position	:absolute;
	height		:400px;
	width		:400px;
}


