﻿a.exchangeButton{
	background-image:url('../Images/SoftPoint/softpointsBox_button_normal.png');
	background-repeat:no-repeat;
	width:114px;
	height:80px;
	display:block;
	cursor:pointer;
}
a.exchangeButton:hover{
	background-image:url('../Images/SoftPoint/softpointsBox_button_over.png');
}

a.swap{
	background-image:url('../Images/SoftPoint/btn_green_normal.png');
	background-repeat:no-repeat;
	width:127px;
	height:31px;
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
	display:block;
	cursor:pointer;
}
a.swap:hover{
	background-image:url('../Images/SoftPoint/btn_green_over.png');
}

a.swapGray{
	background-image:url('../Images/SoftPoint/btn_gray_normal.png');
	background-repeat:no-repeat;
	width:127px;
	height:31px;
	color:#666666;
	text-align:center;
	padding-top:5px;
	display:block;
	cursor:pointer;
}
a.swapGray:hover{
	background-image:url('../Images/SoftPoint/btn_gray_over.png');
}

a.showMore{
    font-size:13px;
    color:#4C70B7;
    text-decoration:none;
    cursor:pointer;
}
a.showMore:hover{
    text-decoration:underline;
}

#tblList .title{
    font-size:14px;
    color:#4E70B7;
    border-top:#D6D6D6 solid 1px;
    border-bottom:#D6D6D6 solid 1px;
    background-image:url('../Images/SoftPoint/tblConcepts_title_bg.png');
    background-repeat:repeat-x;
    height:36px;
    padding:0px 10px;
    white-space:nowrap;
}
#tblList span{
    font-size:13px;
    color:#666666;
    padding:10px;
}
#tblList .showMoreTitle{
    font-size:13px;
    color:#737373;
    padding:3px 0px;
    font-weight:bolder;
}
