/* 基本版面 */

a.linkstyle:link {
  color: #6683CC;
  text-decoration: none;
}
a.linkstyle:visited {
  color: #6683CC;
  text-decoration: none;
}
a.linkstyle:hover {
  color: #6683CC;
  text-decoration: underline;
}


/* header */
/*
.headtop {
  width: 820px;
  height: 105px;
  position: absolute;
  top: 0px
}*/

a.toplink:link {
  color: #FFFFFF;
  text-decoration: none;
}
a.toplink:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.toplink:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* the following is actCSS.css */
table {
	border: 0px;
	padding: 0px;
	/*cellspacing: 0px;
	cellpadding: 0px;*/
}
.actTitle {
	color: #D53C07; 
	font-size: 18px; 
	font-weight: bold;
}
.actBar{
	background-image: url(../../newimages/actbar_bg.jpg); 
}
.actBarText{
	color: #F4326D; 
	font-weight: bold; 
	font-size: 14px;
}
.actText {
	color: #4C4C4C;
	font-size: 12px;
	line-height: 20px;
}
.actText2{
	color: #5C5D5A; 
	line-height: 150%
}
.actBoldText{
	font-size: 15px; 
	font-weight: bold;
}
.actBoldGreenText{
	color: #5EA420; 
	font-weight: bold; 
	font-size: 15px
}
.actGreenText{
	font-size: 14px;
	color: #75B113;
}
.actYellowText{
	font-size: 14px;
	color: #D8C603;
}
.actVoteNum{
	color: #FE5663;
	font-weight: bold;
}
.actAlbumBG{
	background-color: white; 
	padding: 5px;
}
.actAlbumPadding{
	background-color: #E9F8DA;
	padding: 10px;
}
.actButtonOrange{
	background-image: url(../../newimages/vote_bg.jpg); 
	color: white ;
	height: 40px;
}
.actButtonOrangeL{
	background-image: url(../../newimages/vote_left.jpg); 
	width: 16px; 
	height: 40px;
}
.actButtonOrangeR{
	background-image: url(../../newimages/vote_right.jpg); 
	width: 16px; 
	height: 40px;
}
.actButtonGreenL{
	background-image: url(../../newimages/voteg_left.jpg); 
	width: 18px; 
	height: 30px;
}
.actButtonGreen{
	background-image: url(../../newimages/voteg_bg.jpg); 
	color: white ;
	height: 30px;	
}
.actButtonGreenR{
	background-image: url(../../newimages/voteg_right.jpg); 
	width: 18px; 
	height: 30px;
}
.actSortChoice{
	background-image: url(../../newimages/arrow_down.gif);
	verticle-align: middle;
}
.tabpinkon{
	background-image: url(../../newimages/tabpinkon.gif);
	color: white; 
	width: 87px; 
	height: 38px; 
	text-align: center;
}
.tabpinkoff{
	background-image: url(../../newimages/tabpinkoff.gif);
	color: white; 
	width: 87px; 
	height: 38px; 
	text-align: center;	
}
.tabpinkbg{
	background-image: url(../../newimages/tabpinkbg.gif);
}
