/* reset.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-style:normal;
	font-weight:bold;
}
em {
	font-style:italic;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* global.css */
body {
	position: relative;
	width: 100%;
	background-color: #fff4e0;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 5px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #399980;
	font-weight: bold;
	font-family: "Times New Roman",Times,serif;
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4, h5, h6 {
	font-size: 10px;
}

p {
	margin: 5px 0 5px 0;
}

a {
	color: #399980;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a span {
	display: none;
	
	margin: 0 0 0 10px;
}

a:hover span {
	display: inline;
}

/* default.css */
div#stage {
	position: relative;
	display: block;
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* events list */
table#list_events {
	display: block;
	width: 100%;
	
	margin: 10px 0 30px 0;
	border: 2px #fdd88e solid;
}
table#list_events tr {
	
}
table#list_events th, td {
	padding: 4px 6px;
	margin: 1px;
}
table#list_events th {
	
}
table#list_events td {
	
}

table#list_events td.date {
	background-color: #ffe9bf;
	text-align: center;
}

/* event item */
table#item_event {
	width: 100%;
	
	border: 2px #fdd88e solid;
}

table#item_event tr td.label, table#item_event tr.flyer td{
	background-color: #ffe9bf;
	font-weight: bold;
}


