@CHARSET "UTF-8";
a.free,
a.booked,
a.booked_s,
a.probono,
a.paid_1,
a.paid_2{
	display: block;
	width:68px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
a.free:link, a.free:visited{
	background-color: #D0D0D0; 
	color:#FFFFFF !important;
}
a.free:hover{}
a.paid_1:link, a.paid_1:visited{
	background-color: #99CC66; 
	color:#FFFFFF !important;
}
a.paid_2:link, a.paid_2:visited{
	background-color: #659A33; 
	color:#FFFFFF !important;
}
a.paid_1:hover{}
a.paid_2:hover{}
a.booked:link, a.booked:visited, a.booked_s:link, a.booked_s:visited{
	background-color: #FF9933;
	color:#000000 !important;
}
a.booked:hover{}
a.probono:link, a.probono:visited{
	background-color: #7BC52A;
	color:#000000 !important;
}
a.probono:hover{}
span.dayoff{
	display: block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #999999;
}
/* list */
ul.rule{
	width: 330px;
	list-style: none;
	margin-bottom: 5px;
}
ul.rule li{
	
}
ul.rule li a.collapse{
	display: block;
	width: 330px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	color: #415000;
	font-weight: bold;
	text-indent: 12px;
}
ul.rule li a.collapse:link, ul.rule li a.collapse:visited{
	text-decoration: none;
}
ul.rule li a.collapse:focus{
	text-decoration: none;
}
ul.rule-sub li{
	margin: 5px 0;
	padding: 0 5px 0 8px;
	position: relative;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
ul.rule-sub li span{
	position: absolute;
	top: 0;
	left: 12px;
	color: #415000;
}
ul.rule-sub li a{
	position: absolute;
	top: 0;
	right: 5px;	
}
div.rule-left{
	float: left; 
	margin: 8px 0 0 10px;
}
div.rule-right{
	float: right;
	margin: 8px 10px 0 0;	
}
/* ticket */
.ticket{
	font-family: Georgia, Times, sans-serif;
	color: #000000;
}
.ticket_top{
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	margin: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.ticket_title{
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
	margin: 5px 0 1px 0;
	border: solid 1px #000000;
	text-transform: uppercase;
}
.ticket_title span{
	font-style: italic;
	padding: 0 5px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.ticket_holder{
	border-left: dashed 1px #000000;
	border-right: dashed 1px #000000;
	border-bottom: dashed 1px #000000;
	padding: 5px 0;
}
.ticket_table{
	width: 100%;
}
.ticket_table th,
.ticket_table td{
	text-align: center;
}
.ticket_attr{
	margin: 2px 5px;
}
.ticket_attr span{
	text-transform: uppercase;
}
