@charset "utf-8";
/* CSS Document */
/*styles for all updates page*/
/*scene panels*/
.updatebox  {
	width: 904px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.scenebox  {
	width: 870px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.scenebox p {
/*	margin: 3px;
	padding: 3px;*/
	float: left;
	width: 570px;
	text-align: justify;
}
.scenebox h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	float: left;
	width: 400px;
	display: inline;
}
.sceneboxdate {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	float: left;
	width: 90px;
	display: inline;
}
.scenebox ul  {
	font-weight: bold;
	color: #666666;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	float: left;
}
.scenebox ul li {
	font-weight: bold;
	color: #666666;
	list-style-image: none;
	list-style-type: none;
}
.updatepanelheader  {
	width: 904px;
	height: 10px;
}
.updatepanelheader img {
	width: 904px;
	height: 10px;
}
.updatepanel {
	width: 904px;
	height:auto;
	background-repeat: repeat;
	border: 0px solid #000000;
}
.updatepanelfooter  {
	width: 904px;
	height: 10px;
}
.updatepanelfooter img {
	width: 904px;
	height: 10px;
}
.updatepic {
	float: left;
	width: 260px;
	border: 0px solid #000000;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: auto;
	padding: 5px;
}
.updatepic img {
	width: 260px;
	height: 195px;
	border: 1px solid #000000;
}
.updatenamebox  {
	float: left;
	width: 580px;
}
.updatetextarea  {
	float: right;
	width: 580px;
	padding: 10px;
}
.paneljoinlink  {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	float: right;
	width: 200px;
	padding-top: 12px;
}
.updateblock {
	width: 904px;
	height: auto;
}
.picborder {
	border: 1px solid #000000;
}
.paging {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.paging a:link		{
	text-decoration:none;
}
.paging a:visited		{
	text-decoration:none;
}
.paging a:hover		{
	text-decoration:underline;
}
.paging a:active		{
	text-decoration:none;
}
.paging2  { 
	/*border:1px solid #000000;*/
	font-weight: bold;
	text-decoration: underline;
}
/*for pagination style*/
.pagenavstyle  {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.count  {
	/*color: #f00000;*/
	padding-bottom: 2px;
}

