#form {
	margin-right: 10px;
	margin-left: 10px;
}

#form #hd {
	font-weight: bold;
	color: #9f6218;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#box {
	width: auto;
}

#box #hd {
	background-color: #ffffff;
	color: #9f6218;
	padding: 2px 10px;
}

#box #hd.list {
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#box #bd {
	text-align: justify;
	padding: 5px 10px;
}

#box #ft {
	background-color: #ffffff;
	font-size: 9px;
	padding: 2px 10px;
}

#box #ft ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#box #ft ul li {
	display: inline;
	padding-right: 10px;
}

#lc #calendar {
	width: 195px;
	background-color: #aba599;
	padding-bottom: 5px;
	margin-top: 25px;
}

#lc #calendar table {
	width: 195px;
	text-transform: uppercase;
	margin: 0;
	

/*background-color: #aba599;*/
	padding: 0;
}

#lc #calendar table th {
	background-color: transparent;
	font-size: 9px;
	margin: 0;
	padding: 4px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #ffffff;
}

#lc #calendar table th.month {
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	color: #818386;
}

#lc #calendar a.prev, #lc #calendar a.next {
	margin-right: 10px;
	margin-left: 10px;
	width: 6px;
	height: 10px;
}

#lc #calendar a.prev {
	float: left;
}

#lc #calendar a.next {
	float: right;
}

#lc #calendar table td {
	background-color: transparent;
	font-size: 9px;
	margin: 0;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	color: #716d69;
}

#lc #calendar table td.today {
	color: #ffffff;
	background-color: #cf871e;
}

#lc #calendar table td.selected {
	background-color: #dddbd6;
}

#lc #calendar table td.selected a {
	color: #9f6218;
	text-decoration: none;
}

#lc #calendar-events {
	display: none;
	color: #000000;
	background-color: #cf871e;
	position: relative;
	top: -8px;
	width: 160px;
	float: right;
	padding: 2px;
	font-size: 9px;
}

#calendar-events #event-item {
	padding: 2px;
}

#calendar-events #event-item b {
	color: #ffffff;
}

#calendar-events #event-item a {
	color: #9f6218;
}

#header-search {
	text-align: right;
	margin: 0 5px 0 0;
	display: block;
	position: relative;
	z-index: 10;
	padding: 0;
}

#header-search #search-field {
	width: 300px;
}

#icons {
	position: relative;
	padding: 2px;
	cursor: pointer;
	float: left;
	list-style: none;
}

#icons span.ui-icon {
	float: left;
	margin: 0;
}

#jplayer {
	
}

#jplayer-tracks {
	padding-bottom: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	margin-bottom: 10px;
}

#jplayer-tracks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#jplayer-tracks li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#jplayer-tracks span.buttons {
	
}

#jplayer-controls {
	display: none;
	padding-top: 5px;
}

#jplayer-controls .pcent {
	color: #9f6218;
	padding-left: 5px;
}

#jqjp_force_1 {
	display: none;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.padding-left-5 {
	padding-left: 5px;
}

.padding-right-5 {
	padding-right: 5px;
}

.padding-5 {
	padding: 5px;
}

.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
}

.tipsy-inner {
	padding: 4px 5px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}

.tipsy-north {
	background-image: url(../images/tipsy-north.gif);
	background-position: top center;
}

.tipsy-south {
	background-image: url(../images/tipsy-south.gif);
	background-position: bottom center;
}

.tipsy-east {
	background-image: url(../images/tipsy-east.gif);
	background-position: right center;
}

.tipsy-west {
	background-image: url(../images/tipsy-west.gif);
	background-position: left center;
}
