﻿@charset "utf-8";



table.festa_table {
	margin: 10px 10px 20px 0px;
	font-size: 12px;
	position: relative;
}
table.festa_table td.thumb {
	width: 120px;
	vertical-align: top;
}
table.festa_table td.info {
	padding-left: 10px;
	vertical-align: top;
}
table.festa_table td.info div.title {
	margin: 5px 5px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
table.festa_table td.info div.summary {
	width: 530px;
	height: 55px;
	padding: 5px;
	background-color: #336633;
	border-radius: 5px;
	margin-top: 5px;
}
table.festa_table td.info div.summary_body {
	height: 100%;
//	border:1px solid #cccccc;
	font-size: 12px;
	overflow: hidden;
}
table.festa_table td.info div.tag {
	margin-top: 5px;
}

table.festa_info {
	width: 540px;
	font-size: 12px;
	border-bottom: 1px dotted #669966;
}
table.festa_info td.num_info {
	padding: 2px 10px 2px 0px;
	text-align: right;
	font-weight: bold;
}


/* festamenu ============================================================================================================================================ */

table.festamenu {
	
}

table.festamenu a {
	display: block;
	height: 30px;
	outline-style: none;
	text-indent: -9999px;
}

table.festamenu a:hover {
	background-position: 0 -30px;
}

table.festamenu a.selected {
	background-position: 0 -30px;
}

table.festamenu a.list {
	width: 80px;
	background-image: url(/img/menu_festa_list.png);
}

table.festamenu a.finished {
	width: 80px;
	background-image: url(/img/menu_festa_finished.png);
}

table.festamenu a.deleted {
	width: 80px;
	background-image: url(/img/menu_festa_deleted.png);
}





a#join {
	display: block;
	width: 300px;
	height: 60px;
	outline-style: none;
	text-indent: -9999px;
	background-image: url(/img/festa_join_130425.png);
}

a#join:hover {
	background-position: 0 -60px;
}




ul.tags {
	margin-left: 12px;
	font-size: 12px;
	text-align: left;
}
ul.tags li {
	padding: 2px 0px;
}
ul.tags li a:link,
ul.tags li a:visited {
	color: #333399;
}

div.festa_thumb {
	display: inline-block;
	position: absolute; 
	width: 60px;
	height: 60px;
	-moz-transform-origin: 50% 50%;  
	-webkit-transform-origin: 50% 50%;  
}

div.festa_thumb div.frame_outer {
	width:88px;
	height:68px;
	border-width: 1px;
	border-style: solid;
	border-color: #cc9900 #663300 #663300 #cc9900;
}

div.festa_thumb div.frame_body {
	width:82px;
	height:62px;
	border:3px solid #996600;
}

div.festa_thumb div.frame_inner {
	width: 80px;
	height: 60px;
	border-width: 1px;
	border-style: solid;
	border-color: #663300 #cc9900 #cc9900 #663300;
}

div.festa_thumb img.thumb {
	width: 80px;
	height: 60px;
	border-style: none;
}

div.thumb_rotate1 {
	top: 3px;
	left: 3px;
	z-index: 3; 
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
}

div.thumb_rotate2 {
	top: 0px;
	left: 80px;
	z-index: 1; 
	transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
}

div.thumb_rotate3 {
	top: 60px;
	left: 0px;
	z-index: 2; 
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
}

div.thumb_rotate4 {
	top: 57px;
	left: 77px;
	z-index: 4; 
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
}
