<?
if( !$docRoot )
	$docRoot = $_SERVER[DOCUMENT_ROOT];
if( !$docRoot )
	$docRoot = getenv('WWW_ROOT');
if( !$libDir )
	$libDir = getenv('PHPLIB_DIR');

if( !$libDir || !$docRoot )
	return;

if( !function_exists('global_set') )
{
	include $libDir . '/global_var.inc.php';
	global_set();
}

//Header("text/css");
if( !$header_include )
	Header("Content-Type: text/css; charset=euc-kr");
$header_include = 1;

?>
body {
	background: #EEE;
	padding: 20px;
}
#head {
	background: #FFF;
	border: 2px solid #00a650;
	margin-bottom: 10px;
	padding: 10px;
}
#head-inner,
#history,
#history ul,
#desc {
	display: block !important;
	display: inline-block;
	overflow: hidden; 
}
#head-inner {
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
}
#head-inner h1 {
	float: left;
	padding: 5px 0 3px;
}
#head-inner p {
	float: right;
}
#head-inner .arrow {
	background: url(http://menu.itooza.com/contents/calendar/bg_arrow.gif) no-repeat;
	font-size: 7px;
	height: 7px;
	width: 14px;
	position: absolute;
	left: 40px;
	top: 135px;
}
#desc p {
	float: left;
	line-height: 1.4;
}
#history {
	background: url(http://menu.itooza.com/contents/calendar/bg_history.gif) no-repeat;
	float: right;
	height: 45px;
	width: 365px;
	padding: 2px 0 0 27px;
}
#history h2 {
	font-size: 100%;
	float: left;
	padding: 5px 10px 0 0;
}
#history ul {
	padding: 0;
}
#history ul,
#history li{
	float: left;
}
#history li {
	padding: 5px 5px 0 3px;
}
#history a {
	text-decoration: underline;
}
#history .a1,
#history .a2 {
	clear: both;
	display: block !important;
	display: inline-block;
}
#foot {
	font: 11px tahoma, sans-serif;
	padding-top: 15px;
}
#foot acronym {
	font-weight: bold;
}