/* frame */
td.indexModule table.frame
{
    margin-top: 20px;
    width: auto;
}

td.indexModule table.frame table
{
    border: none;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

td.frameHeader
{
    background-image: url( '../images/widgetHeaderBg.png' );
    background-position: top;
    height: 33px;  
    vertical-align: top; 
    width: 100%;
}

td.frameHeader table
{
    margin: 0px;
    padding: 0px;
    height: auto;
}

td.frameLeft
{
    width: 5px;
    background-image: url( '../images/widgetHeaderRadius.png' );
    background-position: left top;
    background-repeat: no-repeat;
}

td.frameTitle
{
    height: 33px;
    line-height: 30px;
    text-indent: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

td.frameTitle a
{
    height: 33px;
    line-height: 30px;
    text-indent: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

td.frameRight
{
    width: 5px;
    background-image: url( '../images/widgetHeaderRadius.png' );
    background-position: right top;
    background-repeat: no-repeat;
}
            
td.frameIcon
{
    width: 25px;
    height: 19px;
    background-image: url( '../images/widgetHeaderIcon.png' );
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

td.frameContent
{
    border-left: 1px solid #d8d2c5;
    background-color: #ece6da;
    background-image : url( '../images/widgetBorderRight.png' );
    background-position: right;
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

td.frame table
{
    width: 100%;
}

td.frame table td
{
    vertical-align: top;
}

td.frameBottom
{
    height: 5px;
}

td.frameBottomLeft
{
    background-image: url( '../images/widgetBottom.png' );
    background-position: left;
    background-repeat: no-repeat;
    height: 5px;
    width: 20px; 
}

td.frameBottomCenter
{
    font-size: 1px;
    color: #ece6da;
    background-color: #ece6da;
    border-bottom: 1px solid #d8d2c5; 
}

td.frameBottomRight
{
    background-image: url( '../images/widgetBottom.png' );
    background-position: right;
    background-repeat: no-repeat;
    height: 5px;
    width: 20px; 
}

/* base */
div.error
{
    color: #CF1C1C;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}

div.account-menu
{
    width: 500px;
    margin: 0 auto;
    background-color: #FF8F00;
    padding: 5px;
    text-align: center;
    color: #FFBA38;
    margin-bottom: 5px;
    -moz-border-radius: 10px;
}

div.account-menu a
{
    color: #ffffff;
    font-weight: bold; 
}
/* end base */

label.required 
{
    color: #D41D1D;  
}

input
{   
    width: 150px;
    font-size: 11px;
    font-family: Tahoma;
}

select
{   
    width: 152px;
    font-size: 11px;
    font-family: Tahoma;
}

/* index */
td.indexModule
{
    vertical-align: top;
}

td.indexModule table
{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto; 
}

div.account_index
{
     width:678px;
     height:auto;
     margin-left:auto;
     margin-right:auto;
}

div.account_index div.header
{
    float:left;
    width:678px;
    height:51px;
    background:url('/views/default/images/account_bg_top.gif');
}

div.account_index div.header div.main_text
{
    width:auto;
    height:auto;
    margin-top:15px;
    padding-top: 15px;
    margin-left:20px;
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
}

div.account_index div.header div.add_text
{
    float:left;
    width:auto;
    height:auto;
    margin-top:19px;
    margin-left:5px;
    font-size:10px;
    color:#ffc080;
}

div.account_index div.content
{
    float:left;
    width:678px;
    height:auto;
    background:#ff8f00;
}

div.account_index div.content div.box
{
    float:left;
    width:149px;
    height:180px;
    margin-top:10px;
    margin-left:126px;
    text-align:center;
}

div.account_index div.content div.box a
{
    line-height:28px;
    font-size:12px;
    font-weight:bold;
    font-family:Tahoma;
    color:#ffffff;
}    

div.account_index div.content img
{
    display:block;
}

div.account_index div.footer
{
    float:left;
    width:678px;
    height:14px;
    background:url('/views/default/images/account_bg_bottom.gif');
}

/* subscriptions */

table.subscriptions
{
    width: 90%;
    background:#f4f1ea;
    border: 0px;
    color:#574930;
    margin-top: 0px; 
    margin-left: auto;
    margin-right: auto;
}

table.subscriptions td
{
    padding-left: 5px;
    padding-right: 5px;
}

table.subscriptions td img
{
    padding-top: 4px;
}

table.subscriptions tr.header td
{
    background:#d0c3a7;
    line-height:29px;
    font-weight:bold;
    text-align:center;
}

table.subscriptions tr.row0 
{
    background:#ded6c4;
    line-height:24px;
    text-align:center;
}

table.subscriptions tr.row1
{
    background:#f4f1ea;
    line-height:24px;
    text-align:center;
}

/* bill */

table.bill
{
    width: 60%;
    background:#f4f1ea;
    border: 0px;
    color:#574930;
    margin-top: 0px; 
    margin-left: auto;
    margin-right: auto;
}

table.bill table
{
    width: 100%;
}

table.bill td
{
    padding-left: 5px;
    padding-right: 5px;
}

table.bill td img
{
    padding-top: 4px;
}

table.bill tr.header td
{
    background:#d0c3a7;
    line-height:29px;
    font-weight:bold;
    text-align:center;
}

table.bill tr.row0 
{
    background:#ded6c4;
    line-height:24px;
    text-align:center;
}

table.bill tr.row1
{
    background:#f4f1ea;
    line-height:24px;
    text-align:center;
}

table.bill ul
{
margin:0 auto;
padding:0px;
display:inline;
}

td.actions a
{
    background-color:#FF6100;
    border:1px #FF2200 solid;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    padding:4px;
    margin:0px;
    margin-left:2px;
    margin-right:2px;
    width:50px;
    display:inline;
    text-align:center;
}

table.bill td.actions input.pay
{
    background-color:#FF6100;
    border:1px #FF2200 solid;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    padding:3px;
    margin:0px;
    margin-left:2px;
    margin-right:2px;
    display:inline;
    text-align:center;
    width:auto;
}

/* offers */
table.offers
{
    width:90%;
    background:#f4f1ea;
    border: 0px;
    color:#574930;
    margin-left:auto;
    margin-right:auto;
}

table.offers tr.header td
{
    background:#d0c3a7;
    line-height:25px;
    font-weight:bold;
    text-align:center;
}

table.offers tr.row0 
{
    background:#ded6c4;
    line-height:20px;
    text-align:center;
}

table.offers tr.row1
{
    background:#f4f1ea;
    line-height:20px;
    text-align:center;
}

table.offers td.offerTitle
{
    text-align:left;
    padding-left:12px;
}

div.promoStatus
{
    width:100%;
    overflow: hidden;
}

div.promoType
{
    float:left;
    width:140px;
}

div.promoBar
{
    height:13px;
    background:#AA5555;
    margin-left:145px;
    position:relative;
    text-align:center;
    border:1px #333333 solid;
    margin-bottom:2px;
}

div.promoLvl
{
    height:13px;
    position:absolute;
    left:0;
    background:#55CC55;
}

div.promoBar span
{
    color:#ffffff;
    font-weight:bold;
    position:absolute;
}