﻿body 
{
    /*background-image: url(../../images/body_bg.jpg); */
    background-color:#abb6cc;/*#acb4bf;*/
    background-repeat:repeat;
    margin:0px;
    
    font-family:Tahoma;
    font-size: 11pt;
    color: #514D4D;	
}

.tblmain
{
    /*background-image: url(../../images/body_bg.jpg); */
    background-color:#abb6cc;/*#acb4bf;*/
    background-repeat:repeat;
}

/****************** AD / News Region *********************/
.highlightbg
{
    background-image: url(../../images/highlight_bg.gif);
    background-repeat:no-repeat;
    width:186px;
    height:351px;
}

/****************** Border Region *********************/
.borderleft
{
    background-image: url(../../images/border_images/borderleft.gif);
    background-repeat:repeat-y;
    background-color:White;
}

.borderright
{
    background-image: url(../../images/border_images/borderright.gif);
    background-repeat:repeat-y;
    background-color:White;
}

/****************** Menu Region *********************/
.menutopbg
{
     background-image: url(../../images/menu_images/menu_top_bg.gif);  
     width:267px;
     height:22px;
}

.menustyle
{
    background-image: url(../../images/menu_images/menu_02.gif);
    background-repeat: repeat-y;
    width:245px;
    height:64px;
}

.menuleftside
{
    background-image: url(../../images/menu_images/menu_left_side.gif);
    background-repeat: repeat-y;
    width:11px;
}

.menurightside
{
    background-image: url(../../images/menu_images/menu_right_side.gif);
    background-repeat: repeat-y;
    width:11px;
}

.menuitem
{
    color: #000000;
    font-size: 8pt;
    font-family:Tahoma;
    font-weight:bold;
}

.menuitem:hover
{
    color: red;
    text-decoration: none;
}

.menubottombg
{
     background-image: url(../../images/menu_images/menu_bottom_bg.gif);  
     width:245px;
     height:12px;
}

/***************** Subscription Region*****************/
.subscriptopbg
{
     background-image: url(../../images/tv_images/subscription/subscrip_top_bg.jpg);  
     background-repeat: no-repeat;
     width:245px;
     height:43px;
}

.subscripcenterbg
{
    background-image: url(../../images/tv_images/subscription/subscrip_center_bg.jpg);  
    background-repeat: no-repeat;
    width:245px;
    height:31px;
}

.subscriptextbg
{
    background-image: url(../../images/tv_images/subscription/subscrip_text_bg.jpg);  
    background-repeat:repeat-y;
    width:245px;
    
    padding-left:15px;
    padding-right: 2px;
}

.subscripbottombg
{
     background-image: url(../../images/tv_images/subscription/subscrip_bottom_bg.jpg);  
     background-repeat:no-repeat;
     width:267px;
     height:32px;
}

/****************** Footer Region *********************/
.footerbg
{
    font-size:8pt;
    font-weight:500;
    /*color: #918d7e;*/
    color:#514D4D;;/*#ffffff;*/
    width:100%;
    height:10px;
    
    padding-left:10px;
}

/*******************************************************/
a
{
    background-image:url(../../images/spacer.gif);
    
    width:247px;
    height:46px;
}

a:hover
{
    text-decoration:none;
}
/*******************************************************/
.link
{
    color:#514D4D;
    font-weight:bold;
    text-decoration:none;
}

.link:hover
{
   text-decoration:underline;
} 
/*********************************************************/
.imagehover
{
    cursor:hand;
}    