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

#myContent {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

table, tr, td {
	height: 0px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

a {
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 2px;
	font-size: 7px;
}

#wrap {
	width: 100%;
	text-align: center;
}

#html_menu {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
#html_menu_item_on {
	display: block;
	height: 20px;
	width: 108px;
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	vertical-align: bottom;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#html_menu_item_off {
	display: block;
	height: 20px;
	width: 106px;
	background-color: #FF6400;
	color: #FFFFFF;
	float: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7F3200;
	vertical-align: bottom;
	padding-top: 5px;
}

#html_header {
	width: 320px;
	height: 105px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../data/images/html_logo.gif);
}

#html_item-bucket {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#html_item-section {
	color: #FF6400;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-right: 4px;
}
#html_item-date {
	color: #666666;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#html_item-event-date {
	color: #777777;
	line-height: 18px;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 2px;
}
#html_item-location {
	color: #FF6400;
	line-height: 16px;
	font-size: 13px;
	padding-top: 2px;
}

#html_item-title {
	color: #000000;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}

#html_item-title-small {
	color: #000000;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
}

#html_item-body {
	color: #666666;
	line-height: 16px;
	font-size: 13px;
	padding-top: 4px;
}

#html_item-notice {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #666666;
	line-height: 15px;
	font-size: 12px;
}

#text_orange {
	color: #FF6400;
	font-size: 11px;
	font-weight: bold;
}