﻿/*OverView begin*/
#OverView .welcome
{
    font-weight: bold;
    font-size: large;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url(images/common/w_dot.gif) repeat-x bottom left;
}
#OverView .welcome .span
{
    font-weight: normal;
    font-size: 12px;
    color: #666;
}
#OverView .right
{
    float: right;
}
#OverView .a
{
    font-weight: normal;
    font-size: 10px;
}
.coltitle
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
#OverView .summary
{
    font-size: 14px;
    line-height: 180%;
  background-color:#D2DFE8;
  padding:10px;
}
#OverView .summary .level
{
    color: white;
    font-weight: bold;
}
#OverView .summary .nextlevel
{
    color:#FFC000;
    font-weight: bold;
}
#OverView .summary .moreover
{
    font-weight: bold;
}
#OverView .summary .spend, #OverView .summary .totalspend
{
    font-weight: bold;
}
#OverView .summary .point,.orders
{
	color:#44ADDD;
}
#dvOrders th
{
    text-align: center;
}

/*OverView end*/


/*search bar*/
#searchbar
{
}
#searchbar .inputSpace
{
    margin-right: 10px;
}

/*search bar end*/

/*table list*/
.table_a
{
    border-left: #e7ca96 1px solid;
    width: 100%;
    border-bottom: #e7ca96 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.table_a td
{
    border-right: #e7ca96 1px solid;
    padding-right: 5px;
    border-top: #e7ca96 1px solid;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.table_a th
{
    border-right: #e7ca96 1px solid;
    padding-right: 5px;
    border-top: #e7ca96 1px solid;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.table_a th
{
    background: #fbf7ee;
}

td.table_wrap
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
td.table_wrap table
{
    width: 100%;
}
td.table_wrap td
{
    border: 0px;
    border-top-style: none;
    border-right-style: none;
    border-top-style: none;
    border-right-style: none;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 20px;
}
td.table_wrap th
{
    text-align: left;
    border: 0px;
    background: #fff;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 20px;
}
td.table_wrap .botLine
{
    background: #efefef;
    height: 1px;
}
td.table_wrap .tab
{
    border: 0px solid #e4e4e4;
    border-collapse: collapse;
    border-spacing: 0;
    border-right: #e7ca96 1px solid;
    border-bottom: #e7ca96 1px solid;
}
td.table_wrap .tab td
{
    border: 1px solid #e4e4e4;
    border-left: 0px;
    border-top: 0px;
    height: 25px;
}
td.table_wrap .tab td.left
{
    text-align: right;
    width: 100px;
}
td.table_wrap .tab td.witdh150
{
    width: 150px;
}
td.table_wrap .tab td.right
{
    width: 200px;
}
.fleft
{
    float: left;
}
 .fright
{
    float:right;
}
.accept
{
    background: url('images/common/Pass.gif') no-repeat center left;
    padding-left: 20px;
    margin-left: 5px;
    color: Green;
}
 .error
{
    background: url('images/common/UnPass.gif') no-repeat center left;
    padding-left: 20px;
    color: Red;
    margin-left: 5px;
}

.status
{
    font-weight: bold;
    font-size: 14px;
}
.price
{
    color: Red;
}
.id
{
    font-weight:bold;
    color:Blue;
}
.expired
{
    color: Red;
    font-size: 14px;
    margin-left: 10px;
}

/*table list end*/


/* addressbook */
.addressbook
{
    padding: 0px;
    overflow: hidden;
}
.addressbook LI
{
    border-right: #ddd 1px solid;
    border-top: #ddd 1px solid;
    float: left;
    margin: 0px 10px 10px 0px;
    border-left: #ddd 1px solid;
    width: 313px;
    border-bottom: #ddd 1px solid;
    height: 200px;
}
.addressbook LI .opp
{
    text-align: center;
}
.addressbook H5
{
    padding-right: 10px;
    font-weight: normal;
    line-height: 25px;
    border-bottom: #eee 1px solid;
    height: 25px;
    text-transform:none;
}
.addressbook H5 STRONG
{
    display: block;
    background: #eee;
    width: 25px;
    height: 25px;
    text-align: center;
}
.addressbook p
{
    padding-left:5px;
}
.addressbook .noborder
{
    border:0px;
}
/*addressbook end*/
/* common */

.float_Right
{
    float: right;
}
.marginb10
{
    margin-bottom: 10px;
}

.tbl_mag td
{
    height: 20px;
}
.tbl_mag th
{
    height: 30px;
}
 .w
{
    width:220px;
}