@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------

      event page styles

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

h2 {
	margin-top: 5px;
}


/* @group calendar basic styles */

table.cal {
	border-collapse: collapse;
	font-size: 14px;
	width: 100px;
}

table.cal caption {
	background-image: url(../../images/bg_C5_01.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 6px;
	height: 22px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

table.cal td {
	color: #4662ac;
}

table.cal th.sun,
table.cal td.sun {
	color: #ff0000;
}

table.cal th.sat,
table.cal td.sat {
	color: #0000ff;
}

table.cal td.out {
	color: #888888;
}

table.cal td.selected {
	background-color: #7ea7c7;
}

table.cal td a:link,
table.cal td a:visited,
table.cal td a:hover,
table.cal td a:active {
	color: inherit;
	text-decoration: underline;
}

table.cal thead {
	background-image: url(../../images/bg_C5_02.gif);
	background-repeat: repeat-x;
}

table.cal thead th {
	text-align: center;
	padding: 3px;
	padding-top: 5px;
}

table.cal tbody th,
table.cal tbody td {
	text-align: right;
	padding: 3px;
}

table.cal tbody {
	background-image: none;
}

/* @end */

/* @group calendar area layout styles */

div.cal-area {
	margin: 10px 6px 0 ;
}

div.cal-area p {
	float: left;
	padding-top: 95px;
	font-size: 14px;
}

div.cal-area p.prev {
	padding-right: 4px;
}

div.cal-area p.next {
	padding-left: 4px;
}

div.cal-area p a img {
	vertical-align: middle;
	margin: 0 5px;
}

div.cal-area table.cal {
	float: left;
	margin: 10px 7px 0;
}

/* @end */

/* @group event area styles */

div.event-area {
	clear: both;
	padding-top: 10px;
	width: 642px;
}

div.event-box {
	clear: both;
	border: 1px solid #604086;
	position: relative;
	height: 112px;
	border: 1px solid #604086;
	position: relative;
	height: 112px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 19px;
}

div.event-box div {
	border: 1px solid #604086;
	margin: 8px 8px 0 110px;
	height: 96px;
}

div.event-box div img {
	display: block;
	position: absolute;
	top: 8px;
	left: 7px;
}

div.event-box div h4 {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
}

div.event-box div h4 span.shop {
	font-size: 12px;
}

div.event-box div p {
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
}

div.event-box div p.report-link {
	padding-top: 5px;
	text-align: right;
	font-size: 11px;
}

div.event-box div p.report-link img {
	position: static;
	display: inline;
	padding-right: 5px;
}

/* @end */

/* @group event table */
ul.year,
ul.month {
	clear: both;
	border-bottom: 1px solid #bbbbbb;
	height: 23px;
	margin-top: 10px;
	margin-left: 5px;
	padding-left: 5px;
}

ul.year li {
	position: relative;
	_top: 6px;
}

ul.month {
	position: relative;
	top: 1px;
	_top: 6px;
	border: none;
}

ul.year li,
ul.month li {
	float: left;
	display: block;
	font-size: 10px;
	height: 24px;
	margin-right: 5px;
}

ul.year li {
	width: 75px;
	background-image: url("../../images/year-off.gif");
	background-repeat: no-repeat;
}

ul.year li.on {
	background-image: url("../../images/year-on.gif");
}

ul.year li a,
ul.year li span {
	padding: 7px 0 0 18px;
	display: block;
	color: #0000ff;
}


ul.month li {
	width: 52px;
	height: 24px;
	background-image: url("../../images/month-off.gif");
	background-repeat: no-repeat;
}

ul.month li.on {
	background-image: url("../../images/month-on.gif");
}

ul.year li.on span,
ul.month li.on span {
	color: #000000;
}

ul.month li.none {
	background-image: url("../../images/month-none.gif");
}

ul.month li a,
ul.month li span {
	padding: 7px 0 0 15px;
	display: block;
	color: #0000ff;
}

div.event-table {
	border: 1px solid #bbbbbb;
	padding: 4px;
	margin-left: 5px;
	clear: both;
}

div.event-table table {
	width: 100%;
}

div.event-table table td {
	border: 1px solid #bbbbbb;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5;
}

div.event-table table tr.sun td {
	background-color: #fff8f8;
	color: #ff0000;
}

div.event-table table tr.sat td {
	background-color: #f8f8ff;
	color: #0000ff;
}

div.event-table table td.w-day,
div.event-table table td.day {
	width: 30px;
	text-align: center;
	vertical-align: middle;
}



/* @end */



