﻿/* CSS Document */
/*
-----------------------------------------------------------------------------------------------------------
File Name: rolling_whats_new-middle-b5.css
Purpose: Cascading Style Sheets
Author/s: CP(N4)3
Date: 
Start Date	 Completion Date	Last upd by			Description
----------	 ---------------	---------------	--------------------------------------------------------------
2012/05/04   2012/05/04         CP(N4)3         Initial version
*/

#whatsNewHolder
{
    position:relative;
    width: 370px;
    height: 0px;
    top:0px;
    background-color:White;
}
#whatsNewHeader
{
    position:relative;
    width: 500px; 
    height:10px;
    top:0;
    left:0px;
    /*background-image: url('../images/whatsnew_header_noText.png');*/
	/*background-color: #F3F3F3;*/
    background-repeat: repeat-x;
    background-position:left top;
}

#whatsNewTitle
{
    position:absolute;
    top:10px;       
	left:15px;
    color:#E82021;
    font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
    font-weight: bold;
    font-size:18px;
}

#whatsNewMore
{
    position: absolute;
    width: 73px;
    height: 37px;
    right: 0px;
    color: White;
    font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
    font-size:10px;
	text-align: center;
	background-image :url(../image/btn_more_bg.gif);
	background-size:	cover;
	background-repeat: no-repeat;
}

#whatsNewMore img{
height: 37px;
}

#whatsNewMore a
{
    color:White;
	display:block;
	width:100%;

	height:100%;
	padding-top:14%;
	font-size:12pt;
	font-weight:normal;
}

#tempWhatsNew
{
    position:absolute;
    left:-1000px;   top:-1000px;
}

#whatsNewPane
{
    position:relative;
    width: 545px;   
	height: 245px;
    top:0px;        left:0px;
    
    overflow-y: auto;
	overflow-x: hidden;
	/*background-color: #F3F3F3;*/
}	     
	    
#whatsNewPane .whatsNewScrollSection {
    position: absolute;
    width:100%;
	left:0px;	/*top:200px;*/
}
	
#whatsNewPane div.whatsNewScrollSection ul
{
	position:relative;
	list-style-type: none; 
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#whatsNewPane div.whatsNewScrollSection ul div.whatsNewDotline
{
	width: 98%;
	height: 15px;
	/*top:10px;
	bottom:10px;*/
	background-image :url(../image/dotline.gif);
	margin-top: -5px;
	margin-bottom: -5px;
}
	
#whatsNewPane div.whatsNewScrollSection ul li.whatsNew
{
	position:relative;
	display:block;
	line-height: 25px;  
	
	padding-top: 10px;
    /*background-image: url(../images/home_whatsnew_bullet.gif);*/
    background-repeat: no-repeat;
    background-position: 10px 3px;	
	margin-right: 10px;
	
}
#whatsNewPane div.whatsNewScrollSection ul li.even
{
	background: #FAF6F3;
}
#whatsNewPane div.whatsNewScrollSection ul li.whatsNew:nth-child(1) {    background: transparent; }
	
#whatsNewPane div.whatsNewScrollSection ul li.whatsNew div.whatsNewEntry
{
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}	
	
#whatsNewPane div.whatsNewScrollSection ul li.whatsNew div.whatsNewEntry span.whatsNewText
{
	position:relative;
	/*width: 215px;    height:auto;
	display:inline;*/
	width:510px;	
	height:48px;
	display:inline-block;
	line-height:normal;
	color:#666;
	font-size:16px;
	overflow:hidden;
	font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
	font-weight:normal;
}

#whatsNewPane div.whatsNewScrollSection ul li.whatsNew div.whatsNewEntry div.whatsNewContent
{
	position:absolute;
	width:90%;left:0;
}
	
#whatsNewPane div.whatsNewScrollSection ul li.whatsNew div.whatsNewEntry span.whatsNewLink
{
	position:relative;
	float: right;
	right:20px;
	width:10%;
	height: 100%;
	vertical-align: bottom;
    display: table-cell;
}



.whatsNewLink img
{
	border: 0px;
	position:absolute;
	bottom:0px;
}

#whatsNewDotline div
{
    width:98%;
	height: 15px;
	background-image :url(../image/dotline.gif)

}
#whatsNewHolder a:link,
#whatsNewHolder a:visited,
#whatsNewHolder a:active,
#whatsNewHolder a:hover
{
    text-decoration:none;
}

