/* CSS Document */
 
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #ffffff;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 5px;
}

a {
	color: #29D936;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h2 {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #29D936;
}

h4 {
	margin: 0px;
	padding: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #29D936;
}

input.text {
	margin: 0px;
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #A8A8A8;
}

input.texterror {
	margin: 0px;
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
}

textarea.text {
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #A8A8A8;
}

textarea.texterror {
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
}

select.text {
	margin: 0px;
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #A8A8A8;
}

.clr {
	clear:both;
}
	
.ctr {
	text-align: center;
	float: none;
}

.page {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}

.bgtop {
	margin: 0px;
	padding: 0px;
	width: 985px;
	height: 143px;
	background-image: url(img/bgtop.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.bgtopswf {
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 142px;
	position: absolute;
	right: 240px;
	top: 0px;
}

.bglogin {
	margin: 0px;
	padding: 0px;
	width: 222px;
	height: 100px;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 11px;
}

.bglogincontent {
	margin: 0px;
	padding: 0px;
	width: 222px;
	height: 100px;
	position: relative;
}



.menutopbg {
	margin: 0px;
	padding: 0px;
	float: right;
}

.menutop {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 99999 !important;
	position: relative;
}

.menutop a {
	margin: 0px;
	padding: 10px 30px;
	color: #BCCFBB;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

.menutop a:hover {
	color: #29D936;
}

.dropmenudiv {
	margin: 0px;
	padding: 0px 0px;
	width: 180px;
	position: absolute;
	top: 35px;
	left: 30px;
	text-align: left;
	display: block;
	background-color: #000000;
	z-index: 99999;
	visibility: hidden;
	float: none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.dropmenudiv a.drop {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	display: block;
	width: 170px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	white-space: normal;
	z-index: 99999;
	float: none;
	border-bottom: 1px solid #ffffff;
}

.dropmenudiv a.drop:hover {
	color: #29D936;
}

.menutopspacer {
	margin: 0px;
	padding: 0px;
	width: 10px;
	height: 40px;
	background-image: url(img/bgmenutopspacer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	overflow: hidden;
}












.bgbottom {
	margin: 0px auto;
	padding: 0px;
	width: 985px;
	height: 40px;
	background-image: url(img/bgbottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.talem {
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.talem a{
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 40px;
	display: block;
}

.talem a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}


.pagecontent {
	margin: 0px;
	padding: 0px;
	width: 985px;
	height: 686px;
	background-image: url(img/bgpagecontent.jpg);
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.leftpage {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	width: 395px;
	float: left;
}

.leftpagecontentmovie {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #29D936;
	width: 385px;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.rightpage {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	width: 590px;
	float: left;
}


.rightpagecontent {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #29D936;
	width: 580px;
	height: 630px;
	overflow: hidden;
	position: relative;
}


.rightpagecontent-text {
	margin: 0px;
	padding: 0px;
	width: 550px;
	height: 450px;
	overflow: hidden;
	position: relative;
	float: left;
}

.rightpagecontent-scroll {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 0px;
}

* html .rightpagecontent-scroll {
  top: 70px;
}

*:first-child+html .rightpagecontent-scroll {
  top: 70px;
}

.rightpagecontent-img {
	margin: 0px auto;
	padding: 0px;
	width: 560px;
	height: 110px;
	overflow: hidden;
	position: relative;
}

.boxprev {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 110px;
	float: left;
	overflow: hidden;
	position: relative;
}

.boxprev a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 15px;
	height: 29px;
	background-image: url('img/bgprev.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	left: 0px;
}

.boxprev a:hover {
	background-image: url('img/bgprevhover.gif');
}

.boxprev a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.boxnext {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 110px;
	float: left;
	overflow: hidden;
	position: relative;
}

.boxnext a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 15px;
	height: 29px;
	background-image: url('img/bgnext.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	right: 0px;
}

.boxnext a:hover {
	background-image: url('img/bgnexthover.gif');
}

.boxnext a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.boxgallery {
	margin: 0px;
	padding: 0px;
	width: 525px;
	height: 110px;
	float: left;
	position: relative;
}

.boxgallery-scroller {
	margin: 0px;
	padding: 0px;
	width: 525px;
	height: 110px;
}

.gallerybox {
	margin: 5px;
	padding: 5px;
	width: 108px;
	height: 78px;
	border: 1px solid #514C48;
	overflow: hidden;
	float: left;
}

.gallerybox-img {
	margin: 0px auto;
	padding: 0px;
	width: 108px;
	height: 78px;
	overflow: hidden;
}

.gallerybox-img img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 108px;
}

.hide {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	top: -2000px;
}










div#scrollbar { 
  margin: 0px 0px 0px 5px;
	position: relative;
  width: 11px;
	height: 450px;
	display: block; /* initially display:none; to hide from incapable */
}

div#track { 
  position:absolute;
	left: 0px;
	top: 12px;
  width: 11px;
	height: 450px;
  background-image: url('img/bgtrack.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
	
div#dragBar {
	position:absolute;
	left: 0px !important;
	top: 0px;
  width: 11px !important;
	height: 11px !important;
  background-image: url('img/bgdragbar.png');
	background-repeat: no-repeat;
	cursor: pointer;
	behavior:url(iepngfix.htc);
}  
	
div#up {
	position:absolute;
	left:0;
	top:0;
}  

div#up a {
	display: block;
	width: 11px;
	height: 11px;
	background-image: url('img/bgarrowup.png');
	background-repeat: no-repeat;
	cursor: pointer;
	behavior:url(iepngfix.htc);
}

div#down {
	position:absolute;
	left:0;
	bottom:0;
}

div#down a {
	display: block;
	width: 11px;
	height: 11px;
	background-image: url('img/bgarrowdown.png');
	background-repeat: no-repeat;
	cursor: pointer;
	behavior:url(iepngfix.htc);
}


div#scrollbar, div#track, div#dragBar, div#up, div#down {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}



























.title {
	margin: 0px;
	padding: 0px;
	height: 23px;
}

.titleleft {
	margin: 0px;
	padding: 0px;
	width: 43px;
	height: 23px;
	background-image: url(img/bgtitleleft.jpg);
	background-repeat: no=repeat;
	float: left;
}

.titlecenter {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	height: 20px;
	background-image: url(img/bgtitle.jpg);
	background-repeat: no=repeat;
	background-position: right;
	float: left;
}

.titlecenter h2 {
	font-size: 12px;
}

.titleright {
	margin: 0px;
	padding: 0px;
	width: 6px;
	height: 23px;
	background-image: url(img/bgtitleright.jpg);
	background-repeat: no=repeat;
	float: left;
}








/*css tab*/

#tabcontainer-nav {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#tabcontainer-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabcontainer-nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	float: left;
}

#tabcontainer-nav li a {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	width: 94px;
	height: 18px;
	display: block;
	color: #ffffff;
	background-image: url(img/bgtab.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#tabcontainer-nav li a:hover {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	width: 94px;
	height: 18px;
	display: block;
	background-image: url(img/bgtabhover.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#tabcontainer-nav li a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

#tabcontainer-nav li a.active {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	width: 94px;
	height: 18px;
	display: block;
	background-image: url(img/bgtabhover.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#tabcontainer-nav li a.active:hover {
	color: #ffffff;
}

#tabcontainer-nav li a.active:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.tab {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #29D936;
	width: 385px;
	height: 347px;
	overflow: hidden;
	position: relative;
	background-color: #000000;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.tabmore {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(img/bgtabmore.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 117px;
	height: 18px;
	text-align: center;
}

.tabmore a {
	color: #ffffff;
	font-weight: bold;
}

.tabback {
	margin: 0px;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.tabback a {
	display: block;
	color: #29D936;
	font-weight: bold;
}

#tabmovie-nav {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#tabmovie-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabmovie-nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	float: left;
}

#tabmovie-nav li a {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	width: 94px;
	height: 18px;
	display: block;
	color: #ffffff;
	background-image: url(img/bgtab.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#tabmovie-nav li a:hover {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	width: 94px;
	height: 18px;
	display: block;
	background-image: url(img/bgtabhover.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#tabmovie-nav li a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

#tabmovie-nav li a.active {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	width: 94px;
	height: 18px;
	display: block;
	background-image: url(img/bgtabhover.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#tabmovie-nav li a.active:hover {
	color: #ffffff;
}

#tabmovie-nav li a.active:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}






/*css page default*/

.hr {
	margin: 0px auto;
	padding: 0px;
	width: 95%;
	height: 5px;
	overflow: hidden;
	background-image: url(img/bghrline.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.content {
	margin: 0px;
	padding: 5px;
}

.moreback {
	margin: 0px;
	padding: 0px;
}

a.more {
	margin: 0px;
	padding: 0px;
	color: #29D936;
	text-align: center;
	float: right;
	display: block;
}

a:hover.more {
	text-decoration: underline;
}

a.back {
	margin: 0px;
	padding: 0px 10px;
	color: #29D936;
	text-align: center;
	float: left;
	display: block;
}

a:hover.back {
	text-decoration: underline;
}

.column {
	margin: 0px;
	padding: 0px;
	width: 260px;
	float: left;
	height: 225px;
}

.date {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #767674;
	text-align: right;
}

.article {
	margin: 0px;
	padding: 10px 0px 10px 15px;
}

.article ul {
	list-style: url(img/arow.gif);
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.article li {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}
.article li a {
	color: #2B6DAA;
}

.articleimg {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
}

.articleimg img {
	margin: 0px;
	padding: 2px;
	border: 1px solid #E7E7E7;
}

.articleimgleft {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
	text-align: center;
	width: 100px;
	height: 120px;
}

.articleimgleft img {
	margin: 0px;
	padding: 2px;
	border: 1px solid #AAAAAA;
	width: 100px;
}

.download {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.download a {
	color: #29D936;
}

.download a:hover {
	color: #ffffff;
}

.download-name {
	margin: 0px 0px 0px 50px;
	padding: 0px 10px;
	width: 300px;
	float: left;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.download-size {
	margin: 0px;
	padding: 0px 10px;
	width: 80px;
	float: left;
	text-align: right;
}

.download-img {
	margin: 0px;
	padding: 0px;
	width: 20px;
	float: left;
	text-align: center;
}

.download-img img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.galleryone {
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}

.galleryone img {
	margin: 5px;
	padding: 2px;
	border: 1px solid #E7E7E7;
}

.gallery {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	width: 175px;
	float: left;
}

.gallery img {
	margin: 0px;
	padding: 2px;
	border: 1px solid #E7E7E7;
	float: none;
	width: 150px;
	height: 150px;
}

.gallery h3 {
	text-align: left;
	height: 28px;
	overflow: hidden;
}

.links {
	margin: 0px;
	padding: 5px 0px 0px 35px;
}

.links a {
	color: #2B6DAA;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;	
}

.links a:hover {
	text-decoration: underline;
}

.movie {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	z-index: -1;
}

.prevnext {
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
}

a.prev {
	color: #767674;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	float:left;
	margin-left: 15px;
}

a:hover.prev {
	color: #ffffff;
}

a.next {
	color: #767674;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	float:right;
	margin-right: 15px;
}

a:hover.next {
	color: #ffffff;
}

.error-txt {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 0px;
}

.confirm-txt {
	font-size: 12px;
	font-weight: bold;
	color: #55b32b;
	text-align: center;
	margin: 0px;
}
