ul#index {
	padding: 2px;
	margin-left: 0;
}

ul#index li {
	width: 546px;
	margin-top: 2px;
	margin-bottom: 12px;
	padding: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none;
	background-color: #FFFFFF;
	height: 92px;
	background-image: url(item-bg.jpeg);	
	background-repeat: no-repeat;
	color: #FFFFFF;
}


ul#index .title {
	color:#FFFFFF;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
}

ul#index .date {
	margin-left: 6px;
	color: #ffffff;
}

ul#index p {
	color: #292929;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul#index a.view {
	color: #AA0000;
	cursor: pointer;
}

ul#index a:hover.view {
        color: #CC0000;
}

.item-detail {
	height: 90px;
	overflow: auto;
}

#pagination-top, #pagination-bottom {
	float: right;
}

.page-current {
	color: #81A1C8;
	font-weight: bold;
	cursor: default;
	padding-left: 5px;
	padding-right: 5px;
	font-size:100%;
	font-weight:bold;
}

.page-non-current {
	color: #1A539A;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-size:100%;
	font-weight:bold;
}

a:hover.page-non-current {
	text-decoration: underline;
}

.page-previous {
	color: blue;
	font-weight: bold;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

a:hover.page-previous {
	text-decoration: underline;
}

.page-next {
	color: blue;
	font-weight: bold;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

a:hover.page-next {
	text-decoration: underline;
}

#panel-inner {
	background-color: #1A539A;
	background-image: url(panel-bg.jpeg);
	width: 534px;
	height: 480px;
	padding: 10px;
}

#video-player {
	text-align: center;
}

.panel-title {
	margin: 0;
	color: #FFFFFF;
	font-size: 20px;
}

.thumbnail img {
	border: 0;
	cursor: pointer;
	width: 100px;
}

.hide-content {
	cursor: pointer;
}

#embed-form {
	text-align: center;
	margin: 10px;
}

#video-panel .description {
	height: 64px;
	overflow-y: auto;
}

.pic-frame {
	text-align: center;
}

#audio-player {
	text-align: center;
}
