﻿body {
    font-size: 0.83em;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    /*background-color: #e8e8e8;*/
    background-color: #c0d5e5;
}

a{
    color: #0066cc;
    }
    
a:hover{
    color: #cc0000;
    }   
    
th{text-align: left;
    }

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
#page {
    /*max-width: 1190px;*/
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px 0 0px;
    position: relative;
}

/* ADS
----------------------------------------------------------*/
#ad-top-wrap{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    /*background-color: #205c8a;*/
    padding: 1px 15px 1px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#ad-top-wrap-inner{
    position: relative;
    /*overflow: hidden;*/
    width: 970px;
}

#ad-top-out{
    position: relative;
    /*z-index: 5;*/
    width: 728px;
    min-height: 90px;
    }
#ad-top-inhouse, #ad-bottom-inhouse{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 90px;
    width: 238px;
    z-index: 0;
    }

#ad-wrap{
    height: 90px;
    background: #333;
}

.sidead{
    text-align: center;
    margin-bottom: 10px;
    /*
    padding: 10px 0 10px 0;
    background: #e4e4e4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    */
}

.sidead-second{
    text-align: center;
    padding-bottom: 10px;
}

#content {
    margin: 0 0 10px 0;
    background: white;
}

/* HEADER
----------------------------------------------------------*/
#header-wrap{
    position: relative;
    height: 90px;
    z-index: 10;
    }
    
#header{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    position: relative;
    height: 90px;
    z-index: 10;
    }
    
#header-top{
    height: 59px;
    margin-right: 164px;
    }
    
#header-bottom{
    height: 31px;
    }
    
#header-logo{
    float: left;
    width: 14%;
    height: 59px;
    }
    
#header-logo-inner{
    padding: 3px 14px 0 0px;
    }
    
#header-logo img{
    border-width: 0;
    width: 100%;
    }
    
/* HEADER : TABBAR
----------------------------------------------------------*/   
#header-tabbar{
    float: left;
    height: 59px;
    width: 86%;
    }
 
.tabbar-tab{
    position: relative;
    margin: 15px 2px 0 0;
    float: left;
    height: 44px;
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-radius: 3px 3px 0 0;
    }
    
.tabbar-tab:hover{
    background-color: rgba(0,0,0,0.3);
    }
    
.tabbar-tab.sel{
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255,255,255,0.3);
    }
    
.tabbar-tab.sel.editable{
    padding-left: 0px;
    padding-right: 20px;
    }
    
a.tabbar-tabtext{
    display: block;
    padding: 0 10px 0 10px;
    line-height: 44px;
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    font-weight: bold;
    font-size: 1em;
    }

.tabbar-tab.compacttab a.tabbar-tabtext{
    padding: 0 5px 0 5px;
    font-size: 0.9em;
    }

.tabbar-tab.sel a.tabbar-tabtext{
    color: gold;
    }
    
.tabbar-editwrap{
    position: absolute;
    top: 44px;
    right: 3px;
    width: 129px;
    padding: 10px 0 10px 10px;
    background-color: rgba(0,0,0,0.5);
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    }
    
a.tabbar-add, a.tabbar-edit, a.tabbar-cancel{
    position: absolute;
    right: 3px;
    top: 3px;
    width: 21px;
    height: 38px;
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    background-image: url(header-toolmenu.png);
    background-position: -42px -431px;
    font-weight: bold;
    border-radius: 3px;
    }
    
a.tabbar-edit{
    background-position: -239px -432px;
    }
    
a.tabbar-add:hover{
    background-position: -140px -432px;
    }
    
a.tabbar-add:hover, a.tabbar-edit:hover{
    background-color: rgba(0,0,0,0.2);
    }
    
a.tabbar-cancel{
    background-position: -239px -432px;
    background-color: rgba(0,0,0,0.5);
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0 0;
    height: 41px;
    }
    
a.tabbar-moveup, a.tabbar-movedown, a.tabbar-remove, a.tabbar-cancel2, .tabbar-moveshadow{
    float: left;
    display: block;
    width: 30px;
    line-height: 30px;
    margin-right: 3px;
    text-decoration: none;
    background: #999;
    font-weight: bold;
    color: rgba(255,255,255,0.6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.tabbar-moveshadow{
    color: #555;
    background: #666;
    color: rgba(255,255,255,0.15);
    background: #777;
    }
    
a.tabbar-remove{
    margin-right: 0;
    height: 30px;
    background-image: url(headermenu.png);
    background-position: center -1660px;
    }
    
a.tabbar-moveup:hover, a.tabbar-movedown:hover, a.tabbar-remove:hover{
    background-color: #b0b0b0;
    }
    
a.tabbar-cancel2{
    background-color: transparent;
    }
    
a.tabbar-cancel2:hover{
    color: #fff;
    }
    
    
.tabbar-nameform{
    clear: both;
    padding-top: 10px;
    }
    
.tabbar-textbox{
    float: left;
    font-size: 0.8em;
    padding: 2px 2px;
    width: 85px;
    background-color: #ccc;
    border: #ccc;
    }
 
 .tabbar-savebutton{
    float: right;
    width: 30px;
    font-size: 0.8em;
    padding: 2px 2px;
    margin-right: 10px;
    background-color: #000;
    color: #ccc;
    border: 0;
     }
 
/* HEADER : TOOLMENU
----------------------------------------------------------*/   
#header-toolmenu{
    position: absolute;
    height: 59px;
    width: 164px;
    top: 0;
    right: 0;
    }
    
#header-submit{
    position: absolute;
    top: 1px;
    left: 0px;
    width: 40px;
    height: 57px;
    background-image: url(header-toolmenu.png);
    background-position: -30px -22px;
    border-left: 1px solid rgba(0,0,0,0.30);
    }
    
#header-submit:hover{
    background-position: -130px -22px;
    background-color: rgba(0,0,0,0.20);
    }
    
#header-submit.sel{
    height: 58px;
    background-position: -230px -22px;
    background-color: rgba(255,255,255,0.30);
    }
    
#header-pending{
    position: absolute;
    top: 1px;
    left: 41px;
    width: 40px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid rgba(0,0,0,0.30);
    color: rgba(255,255,255,0.75);
    }
    
#header-pending:hover{
    color: #fff;
    background-color: rgba(0,0,0,0.20);
    }
    
#header-pending.sel{
    color: #ffd700;
    height: 58px;
    background-color: rgba(255,255,255,0.30);
    border-radius: 0;
    }
    
#header-search{
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 83px;
    width: 40px;
    height: 28px;
    background-image: url(header-toolmenu.png);
    background-position: -30px -136px;
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
    border-radius: 3px 0 0 0;
    }
    
#header-search:hover{
    background-position: -130px -136px;
    background-color: rgba(0,0,0,0.20);
    }
    
#header-search.sel{
    background-position: -230px -136px;
    background-color: rgba(255,255,255,0.50);
    height: 29px;
    border-radius: 0;
    }
    
#header-mod{
    cursor: pointer;
    float: right;
    width: 40px;
    height: 31px;
    background-image: url(header-toolmenu.png);
    background-position: -30px -836px;
    border-left: 1px solid rgba(0,0,0,0.30);
    color: rgba(0,0,0,0.60);
    }
    
#header-mod:hover{
    background-position: -130px -836px;
    background-color: rgba(0,0,0,0.10);
    }
    
#header-mod.sel{
    background-position: -230px -836px;
    background-color: rgba(255,255,255,0.50);
    }
    
#header-site{
    cursor: pointer;
    float: right;
    width: 40px;
    height: 31px;
    border-left: 1px solid rgba(0,0,0,0.30);
    background-image: url(header-toolmenu.png);
    background-position: -31px -234px;
    }
    
#header-site:hover{
    background-position: -131px -234px;
    background-color: rgba(0,0,0,0.10);
    }
    
#header-site.sel{
    background-position: -231px -234px;
    background-color: rgba(255,255,255,0.50);
    }
    
#header-account{
    position: absolute;
    top: 1px;
    left: 83px;
    width: 40px;
    height: 58px;
    overflow: hidden;
    }
       
#header-accountlink{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 57px;
    background-image: url(header-toolmenu.png);
    background-position: -18px -701px;
    }
    
#header-accountlink:hover{
    background-position: -118px -701px;
    }
    
#header-accountlink.sel{
    background-position: -218px -701px;
    }
    
#header-accountlink.sel2{
    background-position: -218px -701px;
    }
    
#header-account img{
    position: absolute;
    display: block;
    border: 0;
    height: 57px;
    top: 0px;
    right: -9px;
    }
    
#header-alertpm, #header-alertnotification, #header-alertreport{
    position: absolute;
    top: 1px;
    left: 83px;
    width: 40px;
    height: 17px;
    background-image: url(alerts.gif);
    background-position: 12px 3px;
    background-color: rgba(255,255,255,0.5);
    z-index: 60;
    }

#header-alertnotification{
    height: 15px;
    width: 19px;
    top: 20px;
    background-position: 4px -18px;
    }   
    
#header-alertreport{
    height: 15px;
    width: 19px;
    top: 20px;
    left: 104px;
    background-position: 4px -38px;
    } 
    
#header-alertpm:hover, #header-alertnotification:hover, #header-alertreport:hover{
    background-color: #fff;
    }
    
#header-join{
    position: absolute;
    top: 1px;
    left: 83px;
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #d1d1d1;
    color: rgba(255,255,255,0.7);
    background-color: rgba(0,0,0,0.25);
    }
    
#header-join:hover{
    color: #fff;
    background-color: rgba(0,0,0,0.20);
    }
    
#header-join.sel{
    color: #ffd700;
    }
    
#header-login{
    position: absolute;
    top: 30px;
    left: 83px;
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #d1d1d1;
    color: rgba(255,255,255,0.7);
    background-color: rgba(0,0,0,0.25);
    }
    
#header-login:hover{
    color: #fff;
    background-color: rgba(0,0,0,0.20);
    }
    
#header-login.sel{
    color: #ffd700;
    }
    
#header-newsboiler{
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 57px;
    background-image: url(header-toolmenu.png);
    background-position: -30px -322px;
    border-left: 1px solid rgba(0,0,0,0.30);
    }
    
#header-newsboiler:hover{
    background-position: -130px -322px;
    background-color: rgba(0,0,0,0.20);
    }
    
#header-newsboiler.sel{
    background-position: -230px -322px;
    background-color: rgba(255,255,255,0.50);
    height: 58px;
    }
    
/* HEADER : SUBMENU
----------------------------------------------------------*/   
.submenu{
    float: left;
    padding: 5px 0 0 0px;
    }
    
.submenu-supermeunwrap{
    position: relative;
    }
    
.submenu-item{
    float: left;
    display: block;
    height: 25px;
    }
    
.submenu-item .submenu-link, .submenu-subsubtitle{
    float: left;
    display: block;
    padding: 0 8px;
    line-height: 21px;
    margin-right: 2px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.05em;
    color: #125495;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
      
.submenu-item .submenu-link:hover{
    background-color: rgba(0,0,0,0.1);
    }

.submenu-item.sel .submenu-link{
    color: rgba(255,255,255,0.5);
    background-color: #125495;
    }
    
.submenu-item.sel2 .submenu-link{
    margin-right: 0px;
    border-radius: 3px 0 0 3px;
    color: rgba(255,255,255,0.7);
    background-color: #125495;
    }
    
.submenu-subsubtitle{
    font-weight: normal;
    margin-left: -1px;
    color: rgba(255,255,255,0.5);
    background-color: #125495;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius:  0 3px 3px 0;
    }
    
.submenu-divider{
    float: left;
    width: 2px;
    height: 12px;
    margin-top: 4px;
    margin-left: -1px;
    background-color: rgba(255,255,255,0.5);
    }
    
#subsubmenu-more-news, #subsubmenu-more-articles, #subsubmenu-more-media{
    float: left;
    width: 21px;
    height: 21px;
    background-image: url(header-toolmenu.png);
    background-position: -39px -640px;
    background-color: rgba(18,82,148,0.6);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
#subsubmenu-more-news:hover, #subsubmenu-more-articles:hover, #subsubmenu-more-media:hover{
    background-position: -139px -640px;
    }
    
#subsubmenu-more-news.sel, #subsubmenu-more-articles.sel, #subsubmenu-more-media.sel{
    background-position: -239px -640px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0 0;
    }
    
/* HEADER : SUBSUBMENU
----------------------------------------------------------*/
.subsubmenu{
    list-style: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 21px;
    left: 0;
    background-color: #2f68a8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.subsubmenu a{
    display: block;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.subsubmenu a:hover{
    background-color: rgba(0,0,0,0.1);
    }
    
.subsubmenu .sel a{
    background-color: rgba(0,0,0,0.3);
    }
    
#subsubmenu-news, #subsubmenu-articles, #subsubmenu-media{
    display: none;
    }
    
/* HEADER : SUBMENU2
----------------------------------------------------------*/       
.submenu2{
    float: right;
    padding: 5px 5px 0 0;
    font-size: 0.8em;
    margin-right: 0px;
    }

.submenu2 a{
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 21px;
    margin-left: 2px;
    text-decoration: none;
    color: rgba(0,0,0,0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.submenu2 a:hover{
    background-color: rgba(0,0,0,0.1);
    }

.submenu2 a.sel{
    color: rgba(255,255,255,0.5);
    background-color: #125495;
    background-color: rgba(0,0,0,0.21);
    }


/* HEADER : NEWSBOILER MENU
----------------------------------------------------------*/
#newsboilermenu{
    width: 300px;
    padding: 5px 10px 10px 10px;
    position: absolute;
    top: 86px;
    right: 0px;
    background: #1454ab url('newsboilermenu.png') no-repeat center 4px;
    z-index: 99;
}

#newsboilermenu.closed{
    right: 999em;
}

#newsboilermenu a{
    height: 39px;
    width: 300px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    background: url('newsboilermenu-logos.png') no-repeat center 0px;
}

#newsboilermenu a:hover, #newsboilermenu .sel{
    background-color: #ffffdd;
}

#newsboilermenu a.nbm-nblink{
    background-position: center -200px; border-width: 0;
}

#newsboilermenu a.nbm-nblink:hover{
    background-color: transparent;
    background-position: center -240px; border-width: 0;
}

/* FOOTER
----------------------------------------------------------*/
#footer{
    width: 990px;
    height: 218px;
    margin: 10px auto 10px auto;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    background: url('footer.png') left bottom;
}

#footer-inner{
    height: 218px;
    overflow: hidden;
    background: url('footer.png') right top;
}

/* FOOTER : NAV
----------------------------------------------------------*/
.nav-footer{
    margin: 30px 0px 0 35px;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 0.9em;
    line-height: 1.6em;
}

.nav-footer a{
    color: #e0e0e0;
    text-decoration: none;
}

.nav-footer a:hover{
    color: #000;
    text-decoration: underline;
}

.nav-footer-title{
    padding: 0 0 10px 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #e0e0e0;
}

#copyright{
    position: absolute;
    font-size: 0.8em;
    color: #999;
    left: 10px;
    bottom: 10px;
}

#copyright a{
    color: #999;
    text-decoration: none;
}

/* PAGES : SECTION PAGE 
----------------------------------------------------------*/
.sectionpage-content{
    overflow: hidden;
    padding: 0px 10px 20px 20px;
    position: relative;
    background: #fff;
    }

/* PAGES : GENERAL PAGE
----------------------------------------------------------*/
.generalpage-top{
    height: 10px;
    margin: 10px 0 0 0;
    padding-left: 10px;
    background: url('pagetopbottom.png') left -60px;
}

.generalpage-top-inner{
    height: 10px;
    background: url('pagetopbottom.png') right top;
}

.generalpage-content{
    min-height: 800px;
    padding: 10px 10px 20px 20px;
    position: relative;
    background: #fff;
    color: #333;
}

.generalpage-contentbar{
    padding: 10px 10px 0px 20px;
    position: relative;
    background: #fff;
    color: #333;
}

.generalpage-content h1{
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    clear: both;
    font-size: 1.8em;
    border-bottom: 1px dashed #ccc;
    color: #000;
}

.generalpage-content h1 a.back{
    padding-top: 5px;
    float: right;
    color: #ccc;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: normal;
}

.generalpage-content h1 a.back:hover{
    color: #ff0000;
}

.generalpage-content h3{
    padding: 0;
    margin: 0 0 8px 0;
    clear: both;
    font-size: 1.2em;
    color: #000;
}

.generalpage-content h4{
    padding: 0;
    margin: 0 0 5px 0;
    clear: both;
}

.generalpage-main{
    margin-right: 320px;
}   

.generalpage-title{
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.generalpage-title h1{
    margin: 0;
    float: left;
    border-bottom: 0px dashed #ccc;
}

.generalpage-title ul{
    margin: 0;
    float: right;
    list-style: none;
}

.generalpage-title ul li{
    float: left;
    list-style: none;
}

.generalpage-title ul li.sep{
    height: 20px;
    width: 1px;
    margin: 5px 10px 0 10px;
    border-left: 1px solid #eaeaea;
}

.generalpage-title ul li a{
    padding-top: 5px;
    float: right;
    color: #999;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: normal;
}

.generalpage-title ul li a:hover{
    color: #ff0000;
}

.generalpage-sub{
    width: 300px;
    position: absolute;
    top: 10px;
    right: 10px;
}   

.generalpage-sub h1{
    font-size: 1.4em;
    padding-bottom: 12px;
}


.generalpage-sub h2{
    padding: 0 0 5px 0;
    margin: 20px 0 10px 0;
    color: #666;
    clear: both;
    border-bottom: 1px dashed #ccc;
}

.generalpage-bottom{
    height: 10px;
    margin: 0 0 0 0;
    padding-left: 10px;
    background: url('pagetopbottom.png') left bottom;
}

.generalpage-bottom-inner{
    height: 10px;
    background: url('pagetopbottom.png') right -170px;
} 

/* PAGES : FRONT PAGE
----------------------------------------------------------*/
.frontpage-content{
    min-height: 500px;
    padding: 0px 10px 20px 20px;
    position: relative;
    background: #fff;
}

.frontpage-main{
    margin-right: 320px;
}   

.frontpage-sub{
    width: 300px;
    position: absolute;
    top: 0px;
    right: 10px;
}   

.frontpage-bottom{
    height: 10px;
    margin: 0 0 0 0;
    padding-left: 10px;
    background: url('pagetopbottom.png') left bottom;
}

.frontpage-bottom-inner{
    height: 10px;
    background: url('pagetopbottom.png') right -170px;
} 


/* CHANNEL FILTER
----------------------------------------------------------*/
/* all lists */
.channelfilter, .channelfilter ul { 
	padding: 0;
	margin: 0;
    margin-right: 0;
	list-style: none;
    z-index: 80;
    float: left;
}

.channelfilter.filter2{ 
    float: right;
}

.channelfilter a {
    padding: 0px 25px 2px 0px;
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #bcbcbc;
    background-image: url('channelfilter-parent.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.channelfilter ul a{
    padding: 2px 7px;
    color: #999;
    font-size: 1em;
    background-image: none;
}
 
.channelfilter ul a:hover{
	background: #dadada;
	color: #cc0000;
}
 
/* all list items */
.channelfilter ul li{
    border: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
}
 
/* second-level lists */ 
.channelfilter li ul{ 
	position: absolute;
	background: #eaeaea;
	display: none;
}
 
/* lists nested under hovered list items */
.channelfilter li:hover ul, .channelfilter li.sfhover ul{ 
	display: block;
}

.channelfilter li.sep{
    padding: 5px;
    text-align: center;
    color: #eaeaea;
    font-size: 0.8em;
    background: #999;
    font-weight: bold;
}


/* FORM
----------------------------------------------------------*/
.linkbutton{
    background-color: transparent;
    border: 0;
    cursor: pointer;
    text-decoration: underline;
    color: #0066cc;
    }
    
.linkbutton:hover{
    color: #cc0000;
    }  
    
.successmessage{
    color:green;
    font-weight: bold;
    }
    
.infomessage{
    color:#666;
    font-weight: bold;
    }
.failmessage{
    color:red;
    font-weight: bold;
    }
    
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/* FORM : FORM TYPE : NORMAL
----------------------------------------------------------*/
.formtype-normal{
}

.formtype-normal .f-titlefield{
    height: 70px;
    margin-top: 10px;
    padding-left: 10px;
    background: url('normalform-topbottom.png') left -70px; 
}

.formtype-normal .f-titlefield-inner{
    height: 70px;
    background: url('normalform-topbottom.png') right top;   
}

.formtype-normal .f-titlefield h1{
    margin: 0;
    padding: 18px 0 0 10px;
    float: left;
    color: #0066cc;
    font-size: 1.9em;
}

.formtype-normal .f-titlefield-info{
    float: right;
    padding: 20px 20px 0 0;
    text-align: right;
    color: #666;
}

.formtype-normal .f-titlefield-info a{
    color: #666;
}

.formtype-normal .f-sectionfield
{
    background: #dedede;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
}

.formtype-normal .f-sectionfield h1
{
    margin: 0;
    padding: 10px 0 10px 20px;
    color: #999;
    font-size: 1.2em;
}

.formtype-normal .f-infofield{
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    color: #2b462b;
    font-weight: bold;
    background: #dff3dc;
}

.formtype-normal .f-savedfield{
    padding: 10px 0 10px 20px;
    border: 1px solid #d0d0d0;
    line-height: 1.5em;
    color: #2b462b;
    font-size: 1.4em;
    background: #dff3dc;
}

.formtype-normal .f-validationsummary
{
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    color: #ff0000;
    background: #ffd8d8;   
}

.formtype-normal .f-validationsummary ul, .formtype-normal .f-validationsummary li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.formtype-normal .f-customfield{
    padding: 20px;
    position: relative;
    overflow: hidden;
    clear: both;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    background: #ededed;   
}

.formtype-normal .f-customfield h2{
    margin: 0 0 10px 0;
}

.formtype-normal .f-inputfield, .formtype-normal .f-inputfieldclosable{
    position: relative;
    overflow: hidden;
    clear: both;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    background: #ededed;   
}

.formtype-normal .f-title{
    width: 150px;
    padding: 10px 15px 10px 5px;
    float: left;
    font-size: 1.5em;
    text-align: right;
}

.formtype-normal .f-title span
{
    font-weight: normal;
    color: #999;
}

.formtype-normal .f-controls
{
    min-width: 553px;
    padding: 10px 0;
    float: left;
}

.formtype-normal .f-info
{
    width: 265px;
    float: right;
    overflow: hidden;
}

.formtype-normal .f-help{
    width: 208px;
    min-height: 19px;
    margin: 5px 10px 0 0;
    padding: 5px 45px 5px 12px;
    color: #09700a;
    cursor: pointer;
    background: url('form-help.png') -360px 0px;
}

.formtype-normal .f-help.collapsed{
    width: 46px;
    height: 29px;
    padding: 0;
    margin: 5px 10px 0 0;
    float: right;
    overflow: hidden;
    background: url('form-help.png') top right;
}

.formtype-normal .f-help.collapsed:hover{
    background: url('form-help.png') bottom right;
}

.formtype-normal .f-help.collapsed span{
    display: none;
}

.formtype-normal .f-valiadtion, .formtype-normal label.error
{
    margin: 5px 10px 0 0;
    padding: 5px 45px 5px 12px;
    display: block;
    color: #ff0000;
    font-size: 1.1em;
    font-weight: bold;
    background: #ededed;
    /*background: url('form-help.png') -43px 0px;*/
}

.formtype-normal .captchaimage{
    border: 2px solid #ccc;
    float: left;
}

.formtype-normal .formtype-normal input[type="text"].captchainput{
    float: left;
    width:80px;
    margin: 15px 0 0 10px;
}

.formtype-normal .f-inputfieldclosable
{
    border-top: 0px solid #fff;
}

.formtype-normal .f-buttonfield{
    height: 70px;
    padding-left: 10px;
    background: url('normalform-topbottom.png') left bottom; 
}

.formtype-normal .f-buttonfield-inner{
    height: 55px;
    padding: 15px 20px 0 10px;
    background: url('normalform-topbottom.png') right -140px; 
}

.formtype-normal a{
    color: #666;
}

.formtype-normal .f-rightbutton{
    float: right;
}

/* FORM : FORM TYPE : NORMAL : INPUTS
----------------------------------------------------------*/
.formtype-normal input[type="text"], .formtype-normal input[type="password"]{
    width: 400px;
    font-size: 1.5em;
  /*  background: #fffcd1;*/
    border: 1px solid #a7a7a7;
}

.formtype-normal input[type="submit"], .formtype-normal button{
    font-size: 1.5em;
    padding: 5px 10px;
}

.formtype-normal textarea{
    width: 540px;
   /* background: #fffcd1;*/
    border: 1px solid #a7a7a7;
}

.formtype-normal input[type="text"].captchainput{
    float: left;
    width:80px;
    margin: 15px 0 0 10px;
}

/* FORM : FORM TYPE : NORMAL : TOGGLE LINK
----------------------------------------------------------*/
.formtype-normal a.togglebox-toggleparent
{
    display: block;
    padding: 5px 10px 5px 170px;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    border-bottom: 0px solid #fff;
    color: #999;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    background: #ededed;   
}

.formtype-normal a.togglebox-toggleparent:hover
{
    color: #666;
}

.formtype-normal .closed a.togglebox-toggleparent
{
    border-bottom: 1px solid #d0d0d0; 
}

/* FORM : FORM TYPE : MINI
----------------------------------------------------------*/
.formtype-mini{
   /* border: 2px solid #cccccc;*/
}

.formtype-mini .f-titlefield
{
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 4px solid #e1e1e1;
    background: none;
}

.formtype-mini .f-titlefield-inner
{
    height: auto;
    float: left;
    background: #e1e1e1 url('rounder-medium.png') no-repeat left top;
}

.formtype-mini .f-titlefield h1
{
    margin: 0;
    padding: 8px 10px 8px 10px;
    color: #0066cc;
    font-size: 1em;
    border-bottom: 0px solid #fff;
    background: url('rounder-medium.png') no-repeat right top;
}

.formtype-mini .f-sectionfield
{
    background: #eaeaea;
}

.formtype-mini .f-sectionfield h1
{
    margin: 0;
    padding: 5px 10px 5px 10px;
    color: #666;
    font-size: 1em;
    border: 0px solid #fff;
}

.formtype-mini .f-infofield{
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    color: #2b462b;
    font-size: 1em;
    background: #dff3dc;
}

.formtype-mini .f-savedfield{
    padding: 10px 0 10px 20px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    color: #2b462b;
    font-size: 1em;
    background: #dff3dc;
}

.formtype-mini .f-validationsummary
{
    padding: 10px;
    border: 1px solid #d0d0d0;
    color: #ff0000;
    background: #ffd8d8;   
}

.formtype-mini .f-validationsummary ul, .formtype-mini .f-validationsummary li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.formtype-mini .f-customfield{
    padding: 10px;
    position: relative;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #fff;
    background: #f0f0f0; 
}

.formtype-mini .f-customfield h2{
    margin: 0 0 10px 0;
}

.formtype-mini .f-inputfield, .f-inputfieldclosable
{
/*    position: relative;
    overflow: hidden;
    clear: both;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    background: #ededed;   */
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #fff;
    background: #f0f0f0; 
    
}

.formtype-mini .f-partialinputfields
{
    position: relative;
    overflow: hidden;
    clear: both;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    background: #ededed;   
}

.formtype-mini .f-partialinputfield
{
    float: left;
}

.formtype-mini .f-title
{
    height: auto;
    width: auto;
    padding: 10px 10px 3px 10px;
    float: none;
    display: block;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}

.formtype-mini .f-controls
{
    padding: 0 10px 10px 10px;
    float: none;
    overflow: hidden;
}

.formtype-mini .f-info
{
    height: auto;
    width: auto;
    padding: 0 10px 4px 10px;
    float: none;
    overflow: hidden;
    font-size: 0.9em;
}

.formtype-mini .f-help{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #999;
    background: none;
}

.formtype-mini .f-help.collapsed{
    width: 0px;
    height: 29px;
    padding: 0;
    padding-left: 40px;
    margin: 5px 10px 0 0;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    overflow: hidden;
    background: url('form-help.png') top right;
}

/* the toggle link */
.formtype-mini a.togglebox-toggleparent
{
    display: block;
    padding: 5px 10px 5px 170px;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    border-bottom: 0px solid #fff;
    color: #999;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    background: #ededed;   
}

.formtype-mini a.togglebox-toggleparent:hover
{
    color: #666;
}

.formtype-mini .closed a.togglebox-toggleparent
{
    border-bottom: 1px solid #d0d0d0; 
}

.formtype-mini .f-buttonfield
{
    height: auto;
    background: #eaeaea url('rounder-medium.png') no-repeat left bottom;
}

.formtype-mini .f-buttonfield-inner
{
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    background: url('rounder-medium.png') no-repeat right bottom;
}

.formtype-mini a{
    color: #666;
}

.formtype-mini .f-rightbutton{
    float: right;
}

/* FORM : FORM TYPE : MINI : INPUTS
----------------------------------------------------------*/
.formtype-mini input[type="text"]{
    width: 200px;
    font-size: 1em;
    border: 1px solid #a7a7a7;
}

.formtype-mini input[type="submit"], .formtype-mini button{
}

.formtype-mini textarea{
    border: 1px solid #a7a7a7;
}

.formtype-mini .captchaimage{
    border: 2px solid #ccc;
    float: left;
}

.formtype-mini input[type="text"].captchainput{
    float: left;
    width:80px;
    margin: 15px 0 0 10px;
}

/* FORM : NAV- SUBMIT NEWS WIZ
----------------------------------------------------------*/
ul#nav-submitnewswiz
{
    margin: 20px 0 0 50px;
    padding: 0;
    float: left;
    list-style: none;
    font-weight: bold;
}

ul#nav-submitnewswiz a, ul#nav-submitnewswiz span
{
    display: block;
    padding: 5px 5px 10px 5px;
    color: #0082d5;
    text-decoration: none;
}

ul#nav-submitnewswiz span.disabled
{
    color: #b1b1b1;
}

ul#nav-submitnewswiz li
{
    margin: 0 20px 0 0;
    display: block;
    float: left;
}

ul#nav-submitnewswiz .sel a, ul#nav-submitnewswiz a:hover
{
    color: #fff;
    background: url('nav-submitnewswiz.png') bottom center;
}

/* FORM : SUBMIT NEWS FORM
----------------------------------------------------------*/
.sf-savebuttons
{
    text-align: right; 
    padding-bottom: 5px;
    margin-top: -10px;
    color: Green;
}

.sf-savebuttons button
{
    padding: 5px;
    color: #777777;
    border: 1px solid #cccccc;
    font-size: 1em;
    background: #fff;
}

.sf-savebuttons button:hover
{
    background: #bee6fd;
}

    
.duplicatestories{
    padding: 10px 20px;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    background: #fffcd1;   
}

.duplicatestories table{
    width: 100%;
    border-collapse: collapse;
}

.duplicatestories td{
    padding: 4px 20px 4px 0;
    border-bottom: 1px solid #dfda99;
}

/* SUBMIT NEWS RELATIONS
----------------------------------------------------------*/
#sf-relatedtags{
    padding: 15px 20px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    background: #ededed;
}

#sf-relatedtags h3{
    padding: 0 0 10px 0;
    margin: 0;
    color: #999;
}

#relatedtagsfindlist{
    height: 200px;
    /*min-height: 40px;
    max-height: 200px;*/
    margin: 10px 0 0 0;
    border: 2px solid #a7a7a7;
    overflow: auto;
    background: #fff;
}

#relatedtagsfindlist, #relatedtagsaddedlist table{
    border-collapse: collapse;
    width: 100%;
    color: #999;
    font-size: 0.9em;
}

.rtfl-item a, #relatedtagsaddedlist a{
    text-decoration: none;
    font-size: 1.3em;
}

.rtfl-moreitem a{
    text-decoration: none;
    font-size: 1em;
}

 #relatedtagsaddedlist span{
    font-size: 1.3em;
    color: #666;
 }

.rtfl-item {
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
}

.rtfl-moreitem {
    padding: 5px 5px 5px 40px;
    border-bottom: 1px solid #ebebeb;
}

.rtfl-title {
    width: 85%;
}

.rtfl-icon {
    float: right;
    width: 5%;
}

#relatedtagsaddedlist td{
    padding: 5px;
    border-bottom: 1px solid #c3ddc4;
}

.rtfl-item.alt{
    background: #f9f9f9;
}

#relatedtagsaddedlist tr.alt{
    background: #d2ead3;
}

.rtfl-item:hover, .rtfl-moreitem:hover, #relatedtagsaddedlist tr:hover, #relatedtagsaddedlist tr.sel{
    background: #ffffe0;
}


#relatedtagsfindlistmenu{
    margin: 0;
    overflow: hidden;
    font-size: 0.9em;
}

#relatedtagsfindlistmenu a{
    display: block;
    padding: 3px 5px;
    float: left;
    text-decoration: none;
    color: #999;
}

#relatedtagsfindlistmenu a:hover, #relatedtagsfindlistmenu a.sel{
    color: #fff;
    background: #a7a7a7;
}

#relatedtagsaddedlist{
    max-height: 200px;
    margin: 0;
    border: 2px solid #a7a7a7;
    overflow: auto;
    background: #d9f2da;
}


/* SIDEMENU
----------------------------------------------------------*/
.sidemenu-title{
}

.sidemenu-content{
}

ul.sidemenu-links{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sidemenu-links li{
    border-bottom: 1px solid #eaeaea;
}

ul.sidemenu-links a{
    padding: 5px 0 5px 15px;
    display: block;
    text-decoration: none;
    color: #0066cc;
    font-size: 1.1em;
}

ul.sidemenu-links .sel a{
    color: #fff;
    background: url('sidemenu-arrow.png');
}

ul.sidemenu-links a:hover{
    text-decoration: underline;
}

.sidemenu-links .sepperator{
    padding: 10px 0 5px 0;
    margin: 0 0 10px 0;
    font-size: 1.4em;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
}

.sidemenu-links .sel{
}

.sidemenu-bottom{
    margin-bottom: 20px;
}

/* HOTSPOT
----------------------------------------------------------*/
.hotspot{
    clear: both;
    height: 185px;
    position: relative;
    background: url('hotspot-bg.png') repeat-x;
    z-index: 10;
}

.hs-prenav, .hs-nextnav{
    width: 2%;
    height: 185px;
    position: absolute;
    display: block;
    text-decoration: none;
    background-image: url('hotspot.png');
    z-index: 50;
}

.hs-prenav{
    top:0;
    left:0px;
}

.hs-nextnav{
    top:0;
    right:0px;
}


div.hs-prenav{
    background-position: -371px -55px;
}

div.hs-nextnav{
    background-position: -472px -55px;
}

a.hs-prenav{
    background-position: -401px -55px;
}

a.hs-nextnav{
    background-position: -442px -55px;
}

a.hs-prenav:hover{
    background-position: -341px -55px;
}

a.hs-nextnav:hover{
    background-position: -502px -55px;
}

.hs-data{
    float: left;
    height: 190px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hs-big{
    width: 24%;
    height: 190px;
    float: left;
    position: relative;
}

.hs-med{
    width: 19%;
    height: 190px;
    float: left;
    position: relative;
}

.hs-sml{
    width: 18%;
    height: 190px;
    float: left;
    position: relative;
}

.hs-img{
    position: relative;
    height: 150px;
    margin-top: 20px;
}

.hs-big .hs-img{
    margin-right: 8%;
    width: 92%;
}

.hs-med .hs-img{
    margin-left: 3%;
    margin-right: 2%;
    width: 95%;
}

.hs-sml .hs-img{
    margin-left: 2%;
    margin-right: 3%;
    width: 95%;
}

.hs-divstart{
    width: 27px;
    height: 190px;
    float: left;
}

.hs-rnd-left{
    height: 150px;
    width: 3px;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: url(hs-rnd-left.png);
}

.hs-rnd-right{
    height: 150px;
    width: 3px;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    background: url(hs-rnd-right.png);
}

.hs-tap{
    height: 8px;
    width: 8px;
    position: absolute;
    z-index: 10;
    bottom: -8px;
    right: 20px;
    background: url(hotspot.png) right top;
}

.hotspot .temp0, .hotspot .temp50, .hotspot .temp100, .hotspot .temp250, .hotspot .temp500, .hotspot .temp1000{
    width: 51px;
    height: 25px;
    padding-top: 4px;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 1.35em;
    color: #f6e6e6;
    text-align: center;
    background: url(temp.png) -200px 0px;
}
.hotspot .temp50{background-position: -200px -0px;}
.hotspot .temp100{background-position: -200px -90px;}
.hotspot .temp250{background-position: -200px -180px;}
.hotspot .temp500{background-position: -200px -180px;}
.hotspot .temp1000{background-position: -200px -270px;}

.hs-big .temp0, .hs-big .temp50, .hs-big .temp100, .hs-big .temp250, .hs-big .temp500, .hs-big .temp1000{
    width: 76px;
    height: 33px;
    padding-top: 3px;
    font-size: 2em;
    background-position: -300px 0px;
}
.hs-big .temp50{background-position: -300px -0px;}
.hs-big .temp100{background-position: -300px -90px;}
.hs-big .temp250{background-position: -300px -180px;}
.hs-big .temp500{background-position: -300px -180px;}
.hs-big .temp1000{background-position: -300px -270px;}

.hotspot h1{
    margin: 0;
    width: 100%;
    padding: 6px 0 6px 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 1.1em;
    color: #fff;
    background: url(hotspot.png) left bottom;
}

.hotspot h1 a{
    color: #e6e6e6;
    text-decoration: none;
    display: block;
    padding: 0 8px 0 8px;
}

.hotspot h1 a:hover{
    color: #cc0000;
}

.hotspot .comments{
    width: 40px;
    position: absolute;
    padding: 0px 5px 5px 0px;
    right: 0px;
    bottom: 0px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.hotspot .comments:hover{
    color: #cc0000;
}

.hotspot .tosource{
    padding: 10px;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-decoration: none;
    background: url('tosource.png') left top;
}

.hotspot .tosource:hover{
    background: url('tosource.png') right top;
}

.hs-more{
    width: 17%;
    padding-left: 2%;
    height: 190px;
    float: left;
    position: relative;
}

.hs-more a{
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
}

.hs-movebox2{
    display: none;
}
.hs-movebox3{
    display: none;
}

/* HOTSPOT : TIMEMENU
----------------------------------------------------------*/
.timemenu{
    width: 320px;
    height: 51px;
    position: absolute;
    right: 0px;
    bottom: -61px;
    background: url(hotspot.png);
}

a.timemenu-today, a.timemenu-now, a.timemenu-week{
    margin: 2px 10px 0 0;
    height: 24px;
    display: block;
    float: right;
    text-decoration: none;
    background-image: url('hotspot.png');
    background-repeat: no-repeat;
}

a.timemenu-today{
    width: 47px;
    background-position: 0px -60px;
}

a.timemenu-today:hover, a.timemenu-today.sel{
    background-position: -100px -60px;
}

a.timemenu-today.sel, a.timemenu-today.sel:hover{
    background-position: -100px -60px;
}

a.timemenu-today:hover{
    background-position: -200px -60px;
}

a.timemenu-now{
    width: 38px;
    background-position: 0px -84px;
}

a.timemenu-now.sel, a.timemenu-now.sel:hover{
    background-position: -100px -84px;
}

a.timemenu-now:hover{
    background-position: -200px -84px;
}

a.timemenu-week{
    width: 45px;
    background-position: 0px -108px;
}

a.timemenu-week.sel, a.timemenu-week.sel:hover{
    background-position: -100px -108px;
}

a.timemenu-week:hover{
    background-position: -200px -108px;
}

.timemenu-spacing{
    height: 36px;
}

/* NETWORK : NEWS : HOTSPOT
----------------------------------------------------------*/
.networknews{
    height: 258px;
    margin-top: 10px;
    padding: 0;
    background: red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
  /* background: url('networknews.png') left top;*/
}

.networknews-inner{
    height: 238px;
    padding: 0 20px;
    /*background: url('hotspot-bg.png') no-repeat right top;*/
}

/* NETWORK : NEWS : HOTSPOT : NAV
----------------------------------------------------------*/
ul.networknews-nav{
    margin: 18px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.networknews-nav li{
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    height: 65px;
    float: left;
}

ul.networknews-nav li a{
    width: 100%;
    height: 65px;
    display: block;
    background: url('networknews-logos.png') center -8px;
}
ul.networknews-nav li a.app11{background-position: center -88px;}
ul.networknews-nav li a.app12{background-position: center -168px;}
ul.networknews-nav li a.app13{background-position: center -248px;}
ul.networknews-nav li a.app14{background-position: center -328px;}
ul.networknews-nav li a.app15{background-position: center -408px;}

ul.networknews-nav li a.sel{
    background-color: #ccc;
}

ul.networknews-nav li a:hover{
    background-color: #eaeaea;
}

/* NEWSLIST
----------------------------------------------------------*/
.nl-item{
    margin: 0px 27px 16px 7px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #ccc;
}

.nl-item.sel{
    background: #fffecd;
}

.nl-item h2{
    margin: 0px 90px 5px 132px;
    padding: 0;
    font-size: 1.35em;
}

.nl-item h2 a{
    text-decoration: none;
}

.nl-item p{
    margin: 0 90px 0 132px;
    font-size: 1em;
    min-height: 43px;
    color: #767676;
}

.nl-time{
    font-size: 0.8em;
}

.nl-tail{
    font-size: 0.8em;
    color: #b1b1b1;
}

ul.nl-links{
    margin: 2px 90px 0px 132px;
    padding: 0;
    font-size: 0.8em;
    list-style: none;
    font-weight: bold;
    overflow: hidden;
}

ul.nl-links li{
    float: left;
}

ul.nl-links a{
    text-decoration: none;
    color: #878787;
    /*color: #408cd9;*/
}

ul.nl-links a:hover{
    text-decoration: underline;
}

.nl-com{
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
    background: url(nl.png) no-repeat 0 2px;
}

.nl-com2{
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
    background: url(nl.png) no-repeat -300px 2px;
}

li.nl-source{
    margin: 0 0 0 17px;
    padding: 0 17px 0 28px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: url(nl.png) 10px -48px;
}

li.nl-admore{
    margin: 0 0 0 0;
    padding: 0 17px 0 20px;
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    background: url(nl.png) 2px -48px;
}

.nl-user{
    margin: 0 0 0 0;
    padding: 0 0 0 27px;
    background: url(nl.png);
    background: url(nl.png) 10px -100px;
}

.nl-image{
    width: 108px;
    height: 81px;
    position:absolute;
    left: 0px;
    top: 4px;
    background-color: #000;
    z-index: 1;
}

.nl-rounder{
    width: 108px;
    height: 81px;
    position:absolute;
    left: 0px;
    top: 4px;
    background-color: #000;
    background: url(nl.png) left bottom;
    z-index: 2;
}


.nl-tempwrap{
    width: 117px;
    height: 55px;
    position: absolute; 
    right: 0px;
    top: 4px;
    margin-top: 0px;
}

.nl-temp{
    width: 45px;
    padding: 5px;
    display: block;
    float: right;
    text-align: center;
    color: #fff;
    background: #c11414;
}


.nl-temp0, .nl-temp50, .nl-temp100, .nl-temp250, .nl-temp500, .nl-temp1000, .nl-tempad{
    width: 51px;
    height: 25px;
    padding-top: 4px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 1.35em;
    color: #f6e6e6;
    text-align: center;
    background: url(temp.png) -200px 0px;
}

.nl-temp0, .nl-temp50{
    color: #f2f2f2;
}

.nl-temp50{background-position: -200px -0px;}
.nl-temp100{background-position: -200px -90px;}
.nl-temp250{background-position: -200px -180px;}
.nl-temp500{background-position: -200px -180px;}
.nl-temp1000{background-position: -200px -270px;}
.nl-tempad{background-position: -200px -360px; color: #d3e7d3;}

/* NEWSLIST FAVORITES
----------------------------------------------------------*/
.nl-fav{
    margin: -15px 0 20px 0;
    text-align: right;
}


/* NEWSLIST PENDING MENUS
----------------------------------------------------------*/
.nl-pen, .url-pen, .bl-pen{
    margin: 5px 0 -20px 140px;
    padding: 5px 5px 5px 5px;
    clear: both;
    margin-top:5px;
    overflow: hidden;
    color: #ccc;
    background: #f5f5f5;
}
.url-pen{
    padding-left: 5px;
    margin: -10px 0 20px 96px;
}

.bl-pen{
    padding-left: 0px;
    margin: -20px 0 20px 0px;
}

.nl-pen a.app, .url-pen a.app, .bl-pen a.app{
    font-weight: bold;
    color: Green;
    text-decoration: none;
}

.nl-pen a.rep, .url-pen a.rep, .bl-pen a.rep{
    font-weight: bold;
    color: Red;
    text-decoration: none;
}

/* NEWSLIST MYWORK MENUS
----------------------------------------------------------*/
.nl-edit{
    float: right;
    color: #999;
}

.nl-edit a{
    color: #000;
}

/* NEWSLIST: NEWS FILTER
----------------------------------------------------------*/
.newsfilter{
    margin: 0 27px 0px 7px;
    height: 36px;
}

.newsfilter-title{
    padding-right: 20px;
    display: block;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    color: #bcbcbc;
}

/* REVIEW : GRIDLIST
----------------------------------------------------------*/
.rgl-temp0, .rgl-temp70, .rgl-temp100{
    width: 46px;
    height: 22px;
    padding-top: 4px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    background: url('temp.png') -200px 0px;
}

.rgl-temp70{
    background: url('temp.png') -100px 0px;
}

.rgl-temp0{
    background: url('temp.png') 0px 0px;
}

.rgl-score{
    width: 75px;
    font-size: 1.2em;
    text-align: right;
}

.rgl-score b{
    padding-right: 10px;
}

/* PAGER
----------------------------------------------------------*/
.dfpager{
    padding: 10px;
    text-align: center;
}

.dfpager a, .dfpager span{
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #999;
    border: 1px solid #999;
}

.dfpager a:hover, .dfpager .sel{
    color: #fff;
    background: #999;
}

.dfpager .info{
    padding: 15px 0 0 0;
    color: #999;
}

/* NEXT PAGER
----------------------------------------------------------*/
.nextpager{
    margin: 20px 0 20px 0;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #666;
    background: #f1f1f1;
    padding: 10px;
}

a.nextpager-next{
    position: absolute;
    right: 10px;
    text-decoration: none;
}

a.nextpager-previous{
    position: absolute;
    left: 10px;
    text-decoration: none;
}

/* FILTER MENU
----------------------------------------------------------*/
.mainfiltermenu{
    /*margin-bottom: 10px;*/
    overflow: hidden;
}

.mainfiltermenu-div{
    height: 4px;
    background: #e1e1e1 url('rounder-medium.png') no-repeat right top;
}

.mainfiltermenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainfiltermenu li{
    margin-right: 5px;
    float: left;
    background: #f0f0f0 url('rounder-medium.png') no-repeat left top;
}

.mainfiltermenu li a{
    padding: 8px 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #bcbcbc;
    background: url('rounder-medium.png') no-repeat right top;
}

.mainfiltermenu li:hover, .mainfiltermenu li.sel{
    color: #0066cc;
    background-color: #e1e1e1;
}

.mainfiltermenu li.sel a{
    color: #0066cc;
}

.mainfiltermenu-spacing{
    height: 20px;
}

/* FILTER MENU : SUB
----------------------------------------------------------*/
.subfiltermenu{
   /* margin-top: -10px;
    margin-bottom: 10px;*/
    padding: 5px;
    overflow: hidden;
    background: #e1e1e1;
}

.subfiltermenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.subfiltermenu li{
    margin-right: 5px;
    float: left;
}

.subfiltermenu li a{
    padding: 2px 5px;
    display: block;
    text-decoration: none;
    font-size: 0.9em;
    color: #333;
}

.subfiltermenu li a:hover, .subfiltermenu li.sel a{
    color: #000;
    background: #ccc;
}



/* FILTER MENU : ADVANCED
----------------------------------------------------------*/
.advancedfiltermenu{
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    background: #f8f8f8;
    border-top: 1px solid #ccc;
}

.advancedfiltermenu ul.indexmenu{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.advancedfiltermenu ul.indexmenu li{
    float: left;
}

.advancedfiltermenu ul.indexmenu a{
    padding: 2px 2px;
    display: block;
    text-decoration: none;
    font-size: 0.9em;
    color: #333;
}

.advancedfiltermenu ul.indexmenu li a:hover, .advancedfiltermenu ul.indexmenu li.sel a{
    color: #000;
    background: #ccc;
}



/* LIST
----------------------------------------------------------*/
.list-items{
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    color: #545454;
}

.list-item, .list-item.alt, .list-item.sel{
    overflow: hidden;
    padding: 10px;
}

.list-item{
    border-bottom: 1px solid #ebebeb;
    background: #f9f9f9;
}

.list-item.alt{
    border-bottom: 1px solid #ebebeb;
    background: #ffffff;
}

.list-item.sel{
    background: #ffffe0;
}


/* item items */
.list-item a{
    color: #0066cc;
}

.list-items img.thumb{
    width: 35px;
    float: left;
    margin: 0 10px 0 0;
    border: solid 2px #e1e1e1;
}

.list-items ul.values{
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
}

.list-items ul.values li{
    list-style: none;
    display: block;
}

.list-items ul.links{
    float: right;
    padding: 0;
    margin: 0 0 0 10px;
}

.list-items ul.links li{
    list-style: none;
    display: block;
}

.list-items h2{
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.3em;
}

.list-items .status{
    font-size: 0.7em;
    font-weight: normal;
}


/* LIST : GRID LIST
----------------------------------------------------------*/
table.gridlist{
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}

table.gridlist th{
    padding: 6px 5px;
    background-color: #e8eef4; 
}

table.gridlist td{
    padding: 5px;   
    border-bottom: 1px solid #e1e1e1;
}

table.gridlist tr{
    background: #ffffff url('list-item.png') right bottom repeat-x;
}

table.gridlist tr.alt{
    background: #f9f9f9 url('list-item-alt.png') right bottom repeat-x;
}

table.gridlist tr.sel, table.gridlist.rowhovering tr:hover{
    background: #f5efba url('list-item-sel.png') right bottom repeat-x;
}

table.gridlist td.icon{
    width: 20px;
}

table.gridlist a{
    color: #0066cc;
}

table.gridlist a:hover{
    color: #ff0000;
}

/* LIST : GRID LIST : STYLES
----------------------------------------------------------*/
.gl-title{
    font-weight: bold;
    }

.gl-right{
    text-align: right;
    }
    
.gl-center{
    text-align: center;
    }

.gl-info{
    color: #666;
    }
    
.gl-thumb{
    width: 24px;
    }
    
.gl-thumb img{
    width: 20px;
    border: 2px solid #ccc;
    }

/* LIST : ICONS
----------------------------------------------------------*/
a.list-icon-add, a.list-icon-delete, a.list-icon-edit, a.list-icon-radiotrue, a.list-icon-radiofalse, a.list-icon-checktrue, a.list-icon-checkfalse, a.list-icon-up, a.list-icon-down, a.list-icon-left, a.list-icon-right, a.list-icon-favfalse, a.list-icon-favtrue, a.list-icon-view, a.list-icon-more, a.list-icon-less {
    display: block; background-position: left top; width: 16px; height: 16px;}
a.list-icon-add { background: url('list-icon-add.png');}
a.list-icon-delete { background: url('list-icon-delete.png');}
a.list-icon-edit {background: url('list-icon-edit.png');}
a.list-icon-radiotrue {background: url('list-icon-radiotrue.png');}
a.list-icon-radiofalse {background: url('list-icon-radiofalse.png');}
a.list-icon-checktrue {background: url('list-icon-checktrue.png');}
a.list-icon-checkfalse {background: url('list-icon-checkfalse.png');}
a.list-icon-up {background: url('list-icon-up.png');}
a.list-icon-down {background: url('list-icon-down.png');}
a.list-icon-left {background: url('list-icon-left.png');}
a.list-icon-right {background: url('list-icon-right.png');}
a.list-icon-favfalse {background: url('list-icon-favfalse.png');}
a.list-icon-favtrue {background: url('list-icon-favtrue.png');}
a.list-icon-view {background: url('list-icon-view.png');}
a.list-icon-more {background: url('list-icon-more.png');}
a.list-icon-less {background: url('list-icon-less.png');}
a.list-icon-add:hover, a.list-icon-delete:hover, a.list-icon-edit:hover, a.list-icon-radiotrue:hover, a.list-icon-radiofalse:hover, a.list-icon-checktrue:hover, a.list-icon-checkfalse:hover, a.list-icon-up:hover, a.list-icon-down:hover, a.list-icon-left:hover, a.list-icon-righ:hover, a.list-icon-favfalse:hover, a.list-icon-favtrue:hover, a.list-icon-view:hover, a.list-icon-more:hover, a.list-icon-less:hover {
    background-position: left bottom;
}

/* LIST : GRID LIST : TIPS
----------------------------------------------------------*/
table.gridlist div.gridlistinfo{
    padding-top: 3px;
    color: #999;
    font-size: 0.8em;
}

table.gridlist a.titlelink
{
    font-size: 1.05em;
    font-weight: bold;
    text-decoration: none;
}

table.gridlist .gridlistinfo a{
    color: #999;
}

table.gridlist .votenumber
{
    text-align: center;
    font-size: 1.5em;
    color: #999;
}

/* TOGGLEBOX STYLES
----------------------------------------------------------*/
.togglebox .closed{
display: none;
}

.togglebox .open{
display: block;
}

.togglebox.closed .open{
display: none;
}

.togglebox.closed .closed{
display: block;
}

/* VIEW NEWS
----------------------------------------------------------*/
.vn-approvewrap{
    margin: 10px 0 -10px 0;
    overflow: hidden;
    }

.vn-content{
    position: relative;
    /*padding: 10px 10px 20px 20px;
    background: #fff;
    overflow: hidden;*/
    margin-top: 10px;
    margin-bottom: 15px;
    background-image: url(vn-content.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.vn-lowercontent{
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    background-image: url(vn-lowercontent.png);
    background-position: right top;
    background-repeat: repeat-y;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.vn-main{
    float: left;
    width: 646px;
    padding: 12px 15px 12px 15px;
    margin: 0 0 0 0;
}   

.vn-sub, .vn-sub-pen{
    float: right;
    width: 300px;
    padding: 12px 12px 12px 12px;
    margin: 0 0 0 0;
    overflow: hidden;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0 5px 5px 0;
}

.vn-sub-pen{
    padding-top: 0;
    background: #fff;
    }
   
.vn-sub h1{
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-size: 1.8em;
    border-bottom: 1px dashed #ccc;
}

.vn-content a{
    color: #0066cc;
}

.vn-content a:hover{
    color: #ff0000;
}


.vn-storywrap{
    overflow: hidden;
    margin: 0 0 0 0;
    }

.vn-imageboxwrap{
    position: relative;
    float: right;
    margin: 18px 22px 0 0;
    width: 290px;
    margin-bottom: 40px;
    }    
    
.vn-textwrap{
    float: left;
    width: 575px;
    min-height: 230px;
    padding: 10px 20px 0 90px;
    }
    
.vn-toolwrap{
    position: absolute;
    right: 0px;
    bottom: 0px;
    }
    
.vn-imagewrap{
    position: relative;
    }
    
.vn-imagewrap-inner{
    position: relative;
    height: 200px;
    overflow: hidden;
    }

.vn-image{
    margin-left: -0px;
    height: 200px;
    width: 290px;
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    }
    
  
.vn-temp{
    position: absolute;
    display: block;
    left: -17px;
    top: 25px;
    padding: 0px 10px 0 35px;
    height: 62px;
    line-height: 46px;
    text-align: right;
    font-size: 1.5em;
    color: #fff;
    background-image: url(shsl-temp.png);
    }
    
.vn-temp.vn-temp-0   {background-position: 0 -400px;}
.vn-temp.vn-temp-50  {background-position: 0 -400px;}
.vn-temp.vn-temp-100 {background-position: 0 -300px;}
.vn-temp.vn-temp-250 {background-position: 0 -100px;}
.vn-temp.vn-temp-500 {background-position: 0 -100px;}
.vn-temp.vn-temp-1000{background-position: 0 -1000px;}  
    

.vn-userinfowrap{
    position: absolute;
    top: 208px;
    left: 0;
    width: 290px;
    overflow: hidden;
    text-align: center;
    font-style: italic;
    color: #6493b6;
    font-size: 0.9em;
    }
    
.vn-avatar img{
    position: absolute;
    top: 9px;
    left: 14px;    
    width: 29px;
    border: solid 1px #c7ddea;
    float: left;
}

a.vn-username{
    font-weight: bold;
    text-decoration: none;
    color: #205c8a;
}

.vn-date{
    display: block;
    color: #2c93db;
    font-size: 0.8em;
}

.vn-imagebottomwrap{
    position: relative;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #bedef6;
    background-color: #3396df;
    height: 38px;
    line-height: 38px;
    width: 100%;
    padding: 0;
    margin: 0;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 0 0 5px 5px;
    }
    
a.vn-commentcount{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 61px;
    height: 38px;
    line-height: 38px;
    padding-bottom: 10px;
    color: #ffd717;
    text-decoration: none;
    background-image: url(shsl-item-comments.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    }
    
a.vn-commentcount b{
    display: block;
    border-left: 1px solid rgba(0,0,0,0.17);
    }

.vn-type{
    width: 100%;
    height: 38px;
    line-height: 38px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0 0 3px 3px;
    }

.vn-typeicon{
    position: absolute;
    display: block;
    top: -5px;
    right: 0;
    padding: 0;
    width: 55px;
    height: 60px;
    text-align: center;
    font-size: 1.35em;
    background-image: url(tsi-icon.png);
    }
    
.shsl-ii-1{background-position: center -147px;} /* News */
.shsl-ii-2{background-position: center 0px;} /* Reviews */
.shsl-ii-3{background-position: center -47px;} /* Screenshot */
.shsl-ii-4{background-position: center -97px;} /* Video */
.shsl-ii-5{background-position: center -397px;} /* Preview */
.shsl-ii-6{background-position: center -347px;} /* Interview */
.shsl-ii-7{background-position: center -197px;} /* Rumor */
.shsl-ii-8{background-position: center -97px;} /* Trailer */
.shsl-ii-9{background-position: center 0px;} /* Guide */
.shsl-ii-10{background-position: center -97px;} /* Podcast */
.shsl-ii-11{background-position: center -97px;} /* Videocast */
.shsl-ii-12{background-position: center -247px;} /* Article */
.shsl-ii-13{background-position: center -347px;} /* CommunityInterview */
.shsl-ii-15{background-position: center -47px;} /* Image */
.shsl-ii-16{background-position: center -297px;} /* OpinionPiece */
.shsl-ii-17{background-position: center -97px;} /* Highlights */
.shsl-ii-18{background-position: center -97px;} /* LiveStream */
.shsl-ii-21{background-position: center -97px;} /* SitePodcast */


    
.vn-title{
    padding: 0 0 0 0;
    margin: 10px 0 10px 0;
    font-size: 2.5em;
    color: #205c8a;
}

.vn-text{
    min-height: 80px;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 1.15em;
    color: #1e1e1e;
}   
    
.vn-update{
    padding: 10px;
    margin: 0 0 20px 0;
    background: pink;
}  

.vn-update b{
    display: block;
    padding: 5px 0;
}

.vn-tags{
    font-size: 0.8em;
    color: #666;
} 

.vn-tags a{
    text-decoration: none;
    color: #666;
}   

.vn-tags i{
    display: block;
    padding-top: 5px;
} 

.vn-more{
    margin-left: 0px;
    padding-bottom: 5px;
}

.vn-more a{
    font-weight: bold;
    color: #B27429;
    text-decoration: none;
}

.vn-more-link{
    font-size: 20px;
}

.vn-source{
    color: #c7ddea;
    padding-bottom: 20px;
}

.vn-source a{
    color: #2c93db;
    text-decoration: none;
}

.vn-credit{
    color: #c7ddea;
    margin-top: -15px;
    padding-bottom: 20px;
}

.vn-credit a{
    color: #2c93db;
    text-decoration: none;
}
.vn-videocode{
    background: #000;
    padding: 5px;
    text-align: center; 
    margin-bottom: 20px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0 0 5px 5px;
    }

.vn-videocodetitle{
    padding: 5px 10px;
    font-weight: bold;
    background: #666;
    color: #ddd;
    margin-bottom: 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0 0;
    }

#vn-toolbutton{
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 56px;
    display: block;
    background-image: url(vn-toolbutton.png);
    background-position: center top;
    }
    
#vn-toolbutton:hover{
    background-position: center bottom;
    }
    
#vn-toolbutton.sel{
    background-position: center bottom;
    background-color: #ccc;
    border-radius: 0 0 10px 0;
    }
    
#vn-toolbar-update{
    display: none;    
    }

#vn-toolbar{
    width: 130px;
    padding: 10px;
    position: absolute;
    right: 0px;
    bottom: 56px;
    z-index: 999;
    overflow: hidden;
    background: #e8e8e8;
    border: 5px solid #ccc;
    -moz-border-radius: 10px 0px 10px 10px;
    -webkit-border-radius: 10px 0px 10px 10px;
    border-radius: 10px 0 0 10px;
}

#vn-toolbar a{
    margin-left: 5px;
    padding: 3px 0px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}
    

    
a.vn-nextlink, a.vn-prelink, .vn-nextlink-shadow, .vn-prelink-shadow{
    float: right;
    width: 23px;
    height: 21px;
    line-height: 21px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    color: #2875ae;
    background-image: url(vn-nextlink.png);
    }
    
a.vn-prelink, .vn-prelink-shadow{
    bottom: 11px;
    border-top: 2px solid #fff;
    height: 50px;
    line-height: 50px;
    display: none;
    }
    
.vn-prelink-shadow, .vn-nextlink-shadow{
    color: #74b4de;
    background: #ddf1fe;
    }

a.vn-nextlink:hover{
    background-position: left bottom;
    }













.vn-info{
    height: 55px;
    padding: 0px 52px 0 41px;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    color: #999;
    background: url(vn-info.png);
    z-index: 99;
    font-size: 0.8em;
}

.vn-info a{
    color: #999;
    text-decoration: none;
}

.vn-info a:hover{
    text-decoration: underline;
}

.vn-type{
    padding-left: 10px;
    float: left;
    display: block;
    border-left: 1px solid #ccc;
}

.vn-relatedto{
    margin-top: 5px;
    display: block;
    float: left;
}

.vn-altsourcestitle{
    padding: 5px 10px;
    font-weight: bold;
    background: #e4e4e4;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }

ul.vn-altsources{
    padding: 0px;
    margin: 0 0 20px 0;
}

ul.vn-altsources li{
    padding: 5px 10px;
    list-style: none;
    color: #545454;
}

a.vn-altsource-link{
    font-weight: bold;
}

a.vn-altsource-user{
    text-decoration: none;
    color: #545454;
    font-weight: normal;
    }

.vn-storyimages{
    padding: 5px 0 15px 0;
}

.vn-storyimages img{
    width: 60px;
    height: 40px;
    border: solid 2px #ccc;
    margin: 5px 5px 5px 0px;
}

.vn-reviewscore{
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
}

.vn-relatedmenu{
    margin-bottom: 20px;
    overflow: hidden;
}

.vn-sourcemenu
{
    margin-top: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #dedede;
    color: #666;
}

a.vn-sourcevotelink
{
    display: block;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: #999;
    margin: 3px;
    text-align: center;
}

#vn-relatedwrap{
    position: relative;
    margin-top: 10px;
}

/* VIEW NEWS : STORY VOTE
----------------------------------------------------------*/
.sv-pointerwrap{
    width: 86%;
    margin-left: 7%;
}

.sv-pointer{
    width: 20%;
    display: block;
    margin-left: 40%;
    padding: 5px 0 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #bbb url('sv-pointer.png') no-repeat bottom center; 
}

.sv-pointer.neg{
    background-color: red;
}

.sv-pointer.mid{
    background-color: black;
}

.sv-pointer.pos{
    background-color: green;
}




.sv-bar{
    overflow: hidden;
    text-align: center;
    background: #eaeaea;
}

.sv-bar b{
    width: 17%;
    height: 15px;
    display: inline-block;
    border-left: 2px solid #999;
    background: #d6b9b9;
}

.sv-bar b.pos{
    background: #b2ccb5;
}

.sv-bar b.last{
    border-right: 2px solid #999;
}

.sv-buttons{
    height: 30px;
    margin-bottom: 5px;
    padding: 5px 0;
    position: relative;
    background: #eaeaea;
}

a.sv-neg, a.sv-mid, a.sv-pos{
    display: block;
    padding: 1% 0;
    text-align: center;
    position: absolute;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    background: #dedede;
}

a.sv-neg{
    width: 12%;
    left: 1%;
}

a.sv-mid{
    width: 12%;
    left: 44%;
}

a.sv-pos{
    width: 12%;
    right: 1%;
}

.sv-info{
    margin-bottom: 30px;
    color: #999;
    text-align: right;
    font-size: 0.9em;
}

.sv-info b{
    color: green;
    padding-right: 20px;
}

.sv-info span{
    float: left;
}

/* VIEW NEWS
----------------------------------------------------------*/
.rs-item{
    min-height: 46px;
    padding: 5px 0 5px 60px;
    position: relative;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.rs-img{
    width: 48px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #fff;
    background-color: #cc0000;
    border: 1px solid #e6e6e6;
}

.rs-temp{
    width: 48px;
    height: 15px;
    padding-top: 1px;
    position: absolute;
    left: 0px;
    top: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
    z-index: 10;
    border: 1px solid #e6e6e6;
    border-top: 0px solid #e6e6e6;
}

.rs-temp.t0{background-color: #b4b4b4;}
.rs-temp.t50{background-color: #b4b4b4;}
.rs-temp.t100{background-color: #b47373;}
.rs-temp.t250{background-color: #b47373;}
.rs-temp.t500{background-color: #b43333;}
.rs-temp.t1000{background-color: #d55c33;}

a.rs-title{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
}

.rs-time{
    clear: both;
    font-size: 0.8em;
    color: #999;
}

a.rs-more{
    text-decoration: none;
    font-size: 0.8em;
    color: #999;
    padding-left: 10px;
}

/* COMMENT LIST : FEATURED
----------------------------------------------------------*/
.fc-box{
    overflow: hidden;
}

.fc-comments{
    margin-right: 300px;
    padding: 10px 0 10px 0;
    min-height: 180px;
}

.fc-ad{
    float: right;
    width: 270px;
    text-align: center;
}

.fc-item{
    margin-bottom: 13px;
    clear: left;
    overflow: hidden;
}

.fc-item a{
    min-height: 50px;
    display: block;
    text-decoration: none;
    color: #666;
}

.fc-item a:hover{
    color: #000;
}

.fc-item img{
    width: 48px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.fc-user{
    color: #0066cc;
    font-weight: bold;
}

.fc-time{
    color: #999;
    font-size: 0.8em;
}


/* COMMENT LIST
----------------------------------------------------------*/
.cl-com{
    clear: right;
    padding-left: 80px;
    position: relative;
}

.cl-rep1{
    margin-left: 80px;
    padding-left: 52px;
}

.cl-rep2{
    margin-left: 132px;
    padding-left: 42px;
}

.cl-wrap{
    background: url(cl-wrap.png);
}

.cl-com.sel .cl-wrap{
    background: #fffad8;
}

.cl-av{
    position: absolute;
    left: 0;
    top: 0;
    background: url(cl-wrap.png) right center;
}

.cl-av img{
    border: 2px solid #ccc;
    width: 58px;
    height: 62px;
}

.cl-av a{
    margin-right: 18px;
}

.cl-rep1 .cl-av img{
    width: 30px;
    height: 30px;
}

.cl-rep2 .cl-av img{
    width: 20px;
    height: 20px;
}

.cl-top{
    padding: 10px 12px;
    overflow: hidden;
    color: #999;
}

a.cl-un{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    color: #0066cc;
}

a.cl-umb{
    text-decoration:none; 
    padding:0px 4px; 
    background:#c3c3c3;
    color:#f2f2f2; 
    font-size:0.9em; 
    font-weight:bold;
}

.cl-um{
    margin-bottom: 5px;
    padding: 5px;
    width: 200px;
    color: #999;
    background: #c3c3c3;    
}

.cl-p{
    width: 16px;
    height: 16px;
    margin-left: 6px;
    display: block;
    float: right;
    background: url('cl-icons.png') 0 -40px;
}

.cl-p:hover{
    background-position: 0 -60px;
}

.cl-n{
    width: 16px;
    height: 16px;
    margin-right: 6px;
    display: block;
    float: right;
    background: url('cl-icons.png') 0 0;
}

.cl-n:hover{
    background-position: 0 -20px;
}

.cl-b1, .cl-b2, .cl-b3, .cl-b4, .cl-b5, .cl-b6, .cl-b7, .cl-b8, .cl-b9, .cl-b10{
    height: 16px;
    display: block;
    float: right;
    background: url('cl-icons.png') 0 -80px;
}
.cl-b1{width: 20px;}
.cl-b2{width: 40px;}
.cl-b3{width: 60px;}
.cl-b4{width: 80px;}
.cl-b5{width: 100px;}
.cl-b6{width: 120px;}
.cl-b7{width: 140px;}
.cl-b8{width: 160px;}
.cl-b9{width: 180px;}
.cl-b10{width: 200px;}

.cl-bs1, .cl-bs2, .cl-bs3, .cl-bs4, .cl-bs5, .cl-bs6, .cl-bs7, .cl-bs8, .cl-bs9{
    height: 16px;
    display: block;
    float: right;
    background: url('cl-icons.png') 0 -100px;
}
.cl-bs1{width: 20px;}
.cl-bs2{width: 40px;}
.cl-bs3{width: 60px;}
.cl-bs4{width: 80px;}
.cl-bs5{width: 100px;}
.cl-bs6{width: 120px;}
.cl-bs7{width: 140px;}
.cl-bs8{width: 160px;}
.cl-bs9{width: 180px;}

.cl-con{
    padding: 0 12px;
    overflow: hidden;
}

.cl-m{
    margin: -11px 10px 5px 0;
    padding-bottom: 2px;
    float: left;
    background: url('cl-com.png') no-repeat left bottom;
}

.cl-m img{
    margin: 0 5px;
    border: 1px solid #e6e6e6;
}

.cl-ml a{
    display: block;
    text-align: center;
    padding-bottom: 5px;
    text-decoration: none;
    color: #999;
    font-size: 0.9em;
}

.cl-ml-s{
    background: url('cl-icons.png') no-repeat center -127px;
    height: 10px;
}

.cl-ml-h{
    background: url('cl-icons.png') no-repeat center -147px;
    height: 10px;
}

.cl-bt{
    margin-bottom: 20px;
    padding: 10px 12px;
    clear: left;
    text-align: right;
    color: #ccc;
    font-size: 0.8em;
}

.cl-bt a{
    color: #666;
    text-decoration: none;
}

.cl-num{
    color: #999;
    float: left;
    font-weight: bold;
}

.cl-bubup, .cl-bubdown{
    color: #00820c;
    padding: 10px 5px;
    text-align: right;
    background: #79ba7f;
    font-weight: bold;
    overflow: hidden;
}

.cl-bubup a, .cl-bubdown a{
    margin-left: 3px;
    padding: 5px;
    display: block;
    float: left;
    color: #79ba7f;
    text-decoration: none;
    font-size: 0.8em;
    background: #00820c;
}

.cl-bubup a:hover{
    color: #fff;
}

a.cl-up-cancel{
    color: #00820c;
    background-color: transparent;
    float: right;
}

.cl-bubup b, .cl-bubdown b{
    margin-left: 3px;
    padding: 5px;
    display: block;
    float: left;
    color: #00820c;
    text-decoration: none;
    font-size: 0.8em;
}


.cl-bubdown{
    background: #ba7979;
}

.cl-bubdown b{
    color: #820000;
}

.cl-bubdown a{
    color: #ba7979;
    background: #820000;
}

.cl-bubdown a:hover{
    color: #fff;
}

a.cl-down-cancel{
    color: #820000;
    background-color: transparent;
    float: right;
}

.cl-bubdown.cl-rep{
    width: 300px;
    float: right;
}

.cl-info, .cl-info2{
    font-weight: bold;
    color: #009f0f;
    padding-right: 10px;
}

.cl-info2{
    float: right;
}

.cl-warning{
    color: red;
}

.cl-rep{
    color: #999;
    margin: -10px 0 20px 0;
}

.cl-nocomments{
    margin-bottom: 20px;
    font-weight: bold;
    color: #999;
    font-size: 1.2em;
}

/* COMMENT COLLAPSED
----------------------------------------------------------*/
.cl-colcom{
    margin-bottom: 20px;
    background: ur('cl-colcom.png') no-repeat;
    clear: right;
}

.cl-coltop{
    height: 23px;
    margin-left: 12px;
    padding: 7px 7px 0 0;
    overflow: hidden;
    color: #aaa;
}

.cl-coltop a, a.cl-colview{
    color: #aaa;
}

/* COMMENT LIST : 2
----------------------------------------------------------*/
.cl2-item{
    position: relative;
    margin: 0 0 10px 60px;
    padding: 10px 10px 10px 30px;
    min-height: 60px;
    background: #eaeaea url(cl2-item.png) no-repeat;
    }
    
.cl2-item img{
    position: absolute;
    top: 0px;
    left: -60px;
    border: 2px solid #ccc;
    }
    
.cl2-info{
    padding-top: 5px;
    color: #666;
    }
    
.cl2-info a{
    color: #000;
    }

/* COMMENTS PAGER
----------------------------------------------------------*/
.cl-staffvoting{
    padding: 10px 5px;
    position: relative;
    overflow: hidden;
    font-size: 0.8em;
    background: #a779ba;
}

.cl-sv-buttons a{
    display: block;
    margin-bottom: 3px;
    text-decoration: none;
    padding: 3px;
    color: #a779ba;
    background: #82007a;
    font-weight: bold;
}

.cl-staffvoting b{
    color: #82007a;
}

a.cl-sv-cancel{
    color: #82007a;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}

/* COMMENTS PAGER
----------------------------------------------------------*/
.c-pager{
    height: 20px;
    padding: 10px 0 0 0;
    text-align: center;
    margin-bottom: -10px;
}

.c-pager.bottom{
}

.c-pager a, .c-pager span{
    margin-left: 3px; 
    padding: 1px 5px;
    text-decoration: none;
    font-weight: bold;
    color: #999;
    border: 1px solid #999;
    float: left;
}

.c-pager a:hover, .c-pager .sel{
    color: #fff;
    background: #999;
}

.c-pager .info{
    padding: 2px 10px 0 0;
    color: #999;
    float: left;
}


/* PENDING : TOOLS : APPROVE
----------------------------------------------------------*/
.pt-approve{
    margin-bottom: 10px; 
    padding: 10px 10px;
    background: #b1edab;
    overflow: hidden;
    border-radius: 5px;
}

.pt-processstatus{
    padding: 10px 0 0 10px;
    display: block;
    float: left;
    color: #0c8000;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.pt-processstatuschanger{
    padding: 5px 0px 0 10px;
    float: left;
}

a.pt-approve-link, .pt-approve-linkdisabled{
    display: block;
    float: left;
    padding: 5px 10px;
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    background: #0c8000;
}

.pt-approve-linkdisabled{
    color: #8ed687;
    background-color: transparent;
}

a.pt-approvals-link{
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    /*padding: 5px 10px 10px 10px;*/
    font-size: 1.5em;
    color: #0c8000;
    text-decoration: none;
    background: #8ed687;
}

a.pt-approve-help, a.pt-approve-back{
    margin-left: 5px;
    display: block;
    float: right;
    padding: 5px 10px;
    font-size: 1.5em;
    color: #0c8000;
    text-decoration: none;
    background: #8ed687;
}

a.pt-approve-sel{
    padding-bottom: 10px;
}

.pt-approvals{
    background: #8ed687;
    padding: 10px;
    clear: both;
}

.pt-approvals div{
    padding: 2px 0 2px 0;
    color: #0c8000;
}

/* PENDING : TOOLS : EDIT
----------------------------------------------------------*/
.pt-edit{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    line-height: 28px;
    background: #e1e1e1;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pt-edit a{
    display: block;
    text-decoration: none;
    background: #eaeaea;
}


/* PENDING : TOOLS : REPORTS
----------------------------------------------------------*/
.pt-reports, .pt-reportform{
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    background: #edabab;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pt-reports{
    /*max-height: 400px;
    overflow: auto;*/
}

.pt-reports a{
    color: #800000;
}

.pt-title{
    margin: 0;
    padding: 5px 0;
    font-weight: normal;
    font-size: 1.5em;
    color: #800000;
}

.pt-selectreport{
    padding-top: 6px;
    float: right;
}

.pt-report-item{
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #d68787;
}

.pt-report-iteminfo{
    padding-top: 3px;
    float: left;
    font-size: 0.8em;
    color: #800000;
}



.pt-report-content{
    padding-bottom: 5px;
}

a.pt-agree, a.pt-disagree, a.pt-who{
    clear: left;
    margin-left: 1px;
    padding: 4px 4px 4px 4px;
    display: block;
    float: right;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #800000;
    background: #e49898;
}

a.pt-agree.sel, a.pt-disagree.sel, a.pt-who.sel{
    padding-bottom: 10px;
    background: #e49898;
}

.pt-report-input{
    padding: 3px 0px;
}

.pt-report-input label{
    padding-bottom: 3px;
    display: block;
    color: #800000;
}

.pt-report-replyform{
    clear: both;
    padding: 0 10px;
    font-size: 0.8em;
    background: #e49898;
}

.pt-report-replies{
    clear: both;
    overflow: hidden;
    background: #e49898;
}

.pt-report-repliescol{
    float: left;
    width: 138px;
    border-left: 1px solid #edabab;
    border-right: 1px solid #edabab;
}

.pt-report-reply{
    clear: both;
    padding: 10px 5px;
    overflow: hidden;
    border-bottom: 1px solid #edabab;
    font-size: 0.8em;
}

.pt-report-replyinfo{
    color: #800000;
}

/* PENDING : TOOLS : UPDATES
----------------------------------------------------------*/
.pt-updates{
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    background: #eddbab;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pt-updates .pt-title{
    marin: 0 0 5px 0;
    color: #805e00;
}

.pt-updates a{
    color: #805e00;
}

.pt-update-item{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d6c187;
    position: relative;
    overflow: hidden;
}

.pt-update-iteminfo{
    padding-top: 3px;
    font-size: 0.8em;
    color: #805e00;
}

/* TAG PROFILE : TOP
----------------------------------------------------------*/
.tp-top{
   /*margin-bottom: 20px;*/
   position: relative;
   overflow: hidden;
   background: #eaeaea url('tp-top.png') no-repeat right top;
}

.tp-top-profileimage{
    height: 135px;
    width: 50%;
    float: left;
    background-position: center center;
    background-size: cover;
}

.tp-top-profileimage-inner{
    background: url('tp-top-profileimage.png') left top;
}

.tp-top-profileimage-innerinner{
    height: 135px;
    width: 100%;
    background: url('tp-top-profileimage.png') right top;
}

.tp-top-profileimage h1{
    padding: 10px;
    margin: 0;
    border-width: 0;
    color: #fff;
}

.tp-top-profileimage h1 span{
    color: #999;
    font-size: 0.6em;
    float: right;
}

.tp-top-profileimage h1 a{
    color: #999;
}

.tp-top-versions{
    margin: 10px 10px 0 0;
    float: right;
    font-weight: bold;
    color: #999;
    font-size: 1.2em;
}

.tp-top-about{
    width: 265px;
    padding: 10px;
    position: absolute;
    letter-spacing: 0.1em;
    right: 10px;
    bottom: 10px;
    /*background: #dedede;*/
}

ul.tp-top-trackmenu{
    width: 250px;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    list-style: none;
    float: left;
    background: #dedede;
}

ul.tp-top-trackmenu li{
    padding: 3px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}

ul.tp-top-trackmenu li a, ul.tp-top-trackmenu li a.sel{
    display: block;
    text-decoration: none;
    padding-left: 20px;
    color: #666;
    background: url('list-icon-checkfalse.png') no-repeat left top;
}

ul.tp-top-trackmenu li.sel a{
    background: url('list-icon-checktrue.png') no-repeat left top;
}

ul.tp-top-trackmenu li a:hover, ul.tp-top-trackmenu li a.sel{
    background-position: left bottom;
}


/* TAG PROFILE : MENU
----------------------------------------------------------*/
.tp-menu{
    width: 300px;
    height: 70px;
    position: relative;
}

.tp-menu-avatar{
    border: 2px solid #ccc;
}

.tp-menu-tagname{
    position: absolute;
    left: 70px;
    top: 0px;
    font-size: 1.8em;
    font-weight: bold;
}

.tp-menu-stats1{
    position: absolute;
    left: 70px;
    top: 30px;
}

.tp-menu-stats2{
    position: absolute;
    left: 70px;
    top: 50px;
}

/* TAG PROFILE : SUMMARY
----------------------------------------------------------*/
.tp-score{
    width: 145px;
    height: 124px;
    margin-bottom: 20px;
    text-align: center;
    background: url('tp-score.png');
}

.tp-score span, .tp-score b, .tp-score a{
    color: #888;
    display: block;
}

.tp-score span{
    padding: 10px 0 0 0;
    font-weight: bold;
}

.tp-score b{
    padding: 5px 0;
    font-size: 3em;
    color: #0066cc;
}

.tp-score a{
    padding-bottom: 2px;
    font-size: 0.8em;
}

.tp-score a:hover{
    color: #ff0000;
}

/* USER PROFILE : TOP
----------------------------------------------------------*/
.up-top{
   /*margin-bottom: 20px;*/
   position: relative;
   overflow: hidden;
   background: #eaeaea url('up-top.png') no-repeat right top;
}

.up-top-avatar{
    position: absolute;
    right: 13px;
    top: 13px;
    width: 58px;
    height: 62px;
}

.up-top-status{
    width: 186px;
    height: 58px;
    padding: 5px 10px;
    position: absolute;
    right: 94px;
    top: 10px;
    font-style: italic;
    color: #555;
}

.up-top-tools{
    width: 290px;
    position: absolute;
    right: 10px;
    bottom: 22px;
    text-align: center;
    font-size: 0.8em;
    color: #555;
}

.up-top-tools a{
    text-decoration: none;
    font-weight: bold;
    color: #0066ff;
    padding: 5px;
}

.up-top-tools a:hover{
    color: #ff0000;
}

.up-top-tools-form{
    width: 280px;
    height: 105px;
    padding: 5px;
    position: relative;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #dedede;
}

.up-top-tools-form div{
    padding: 5px 0;
}

.up-top-tools-form a{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #dedede;
}

.up-top-tools-info{
    padding: 3px;
    position: absolute; 
    right: 0px; 
    top: 0px; 
    color: Green; 
    font-weight: bold;
    font-size: 0.8em;
    background: #ccc;
}

ul.up-top-statsmenu{
    width: 250px;
    margin: 10px 0 0 10px;
    padding: 0;
    overflow: hidden;
    list-style: none;
    float: left;
    color: #666;
    /*background: #dedede;*/
}

ul.up-top-statsmenu li{
    padding: 3px;
    padding-bottom: 4px;
    overflow: hidden;
   /* border-bottom: 1px dashed #ccc;*/
}

/* PROCESSSTATUS COLORS
----------------------------------------------------------*/
.ps-creating{color:#c05208;}
.ps-pending{color:#000;}
.ps-approved{color:#106e00;}
.ps-failed{color:#666;}
.ps-deleted{color:#666;}
.ps-freezed{color:#0000ff;}




/* SIDEBOX 2
----------------------------------------------------------*/
.sb2-header{
    padding: 4px 8px 8px 8px;
    overflow: hidden;
    }

.sb2-title{
    float: left;
    color: #f20e0a;
    font-weight: bold;
    font-size: 1.1em;
    }
    
.sb2-more{
    float: right;
    font-size: 0.8em;
    }
    
.sb2-more a{
    color: #f20e0a;
    text-decoration: none;
    }
    
.sb2-more a:hover{
    text-decoration: underline;
    }
    
.sb2-content{
    padding: 0 8px 0 8px;
    }
    
.sb2-content a{
    text-decoration: none;
    color: #002f4f;
}

.sb2-content a:hover{
    color: #ff0000;
}
    
.sb2-footer{
    margin: 0 8px 4px 8px;
    background: #fff;
    height: 2px;
    }
    
.sb2-footer-withmenu{
    border-top: 1px solid #fff;
    margin: 0 8px 4px 8px;
    overflow: hidden;
    font-size: 0.8em;
    }
    
.sb2-footer-withmenu a{
    float: right;
    padding: 3px 0 0 10px;
    color: #999;
    text-decoration: none;
    }
    
.sb2-footer-withmenu a.sel{
    color: #f20e0a;
    }
    
.sb2-footer-withmenu a:hover{
    text-decoration: underline;
    }


/* SIDEBOX
----------------------------------------------------------*/
.sb-top{
    height: 39px;
    background: #e4e4e4;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-radius: 5px 5px 0 0;
}

.sb-title{
    padding: 0;
    margin: 10px 0 0 12px;
    font-size: 1.2em;
    float: left;
    font-weight: bold;
    color: #666;
}

a.sb-more{
    width: 30px;
    height: 20px;
    margin: 12px 12px 0 0;
    float: right;
    display: block;
    background: url('sb.png') right top;
    text-decoration: none;
}

a.sb-more:hover{
    background: url('sb.png') right -30px;
}

.sb-content{
    padding: 6px 12px;
    background: #f0f0f0;
    overflow: hidden;
}

.sb-content-nopad{
    background: #f0f0f0;
}

.sb-content h3{
    margin: 5px 0;
    color: #999;
    font-size: 1em;
    border-bottom: 1px solid #e6e6e6;
}

.sb-content a, .sb-content-nopad a{
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.sb-content a:hover, .sb-content-nopad a:hover{
    color: #ff0000;
}

.sb-bottom{
    height: 6px;
    margin-bottom: 10px;
    background: #f0f0f0;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 0 0 5px 5px;
}

/* SIDEBOX : MENU
----------------------------------------------------------*/
.sb-menubottom{
    height: 32px;
    margin-bottom: 10px;
    padding: 0 6px;
    background: #f0f0f0;
    overflow: hidden;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0 0 5px 5px;
}

.sb-menubottom a{
    height: 20px;
    padding: 11px 6px 0 6px;
    display: block;
    float: right;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    color: #999;
}

.sb-menubottom a:hover{
    color: #0066cc;
}

.sb-menubottom a.sel{
    color: #0066cc;
    background: url('sb.png') center top;
}

/* SIDEBOX : ITEMS
----------------------------------------------------------*/
.sb-item, .sb-item-last{
    padding: 5px 0 5px 0;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #e6e6e6;
}

.sb-item-last{
    border: 0px;
}

.sb-itemsml{
    padding: 2px 0 2px 0;
    overflow: hidden;
    clear: both;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
}

.sb-iteminfo{
    color: #999;
    font-size: 0.8em;
}

.sb-itemtime{
    width: 45px;
    height: 22px;
    text-align: right;
    float: right;
    color: #999;
    font-size: 0.8em;
}

.sb-item p{
    margin: 3px 0 3px 0;
    font-size: 0.8em;
    color: #666;
}

/* SIDEBOX : EXLUSIVES
----------------------------------------------------------*/
.sb-ex-img{
    width: 80px;
    height: 60px;
    padding-left: 5px;
    float: right;
    border: 0;
}


/* SIDEBOX : LAST COMMENTED
----------------------------------------------------------*/
.sb-lc-item{
    overflow: hidden;
    font-size: 0.8em;
    padding: 0 0 10px 10px;
    }

.sb-lc-bubble{
    float: right;
    padding: 0 0 0 18px;
    font-weight: bold;
    color: #f20e0a;
    background: url(sb-icons.png) no-repeat 0 -50px;
}

a.sb-lc-title{
    width: 195px;
    float: left;
    font-weight: bold;
}

.sb-lc-time{
    color: #afafb0;
}

/* SIDEBOX : WEEKS HOTTEST
----------------------------------------------------------*/
.sb-wh-temp{
    width: 40px;
    height: 25px;
    padding-top: 5px; 
    float: right;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #b33333;
}

img.sb-wh-img{
    width: 40px;
    height: 30px;
    float: right;
}

a.sb-wh-title{
    width: 186px;
    float: left;
}

/* SIDEBOX : HOTTEST TAGS
----------------------------------------------------------*/
.sb-ht-item{
    overflow: hidden;
    font-size: 0.8em;
    padding: 0 0 6px 10px;
    }
    
.sb-ht-temp{
    padding: 0 5px 0 5px;
    line-height: 18px;
    float: right;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #b33333;
}

.sb-ht-num{
    width: 20px;
    line-height: 18px;
    float: left;
    color: #002f4f;
    font-weight: bold;
    text-align: left;
}

a.sb-ht-title{
    width: 190px;
    line-height: 18px;
    float: left;
    font-weight: bold;
}

/* SIDEBOX : TOP USERS
----------------------------------------------------------*/
.sb-tu-item{
    overflow: hidden;
    padding: 2px 0 2px 10px;
    border-bottom: 1px solid #fff;
    font-size: 0.8em;
    }

a.sb-tu-title{
    width: 150px;
    float: left;
    padding: 0 0 0 5px; 
    font-weight: normal;
}

.sb-tu-score{
    float: right;
    color: #999;
    padding: 0 10px 0 0; 
}

.sb-tu-num{
    width: 15px;
    margin-right: 5px;
    float: left;
    color: #999;
    text-align: right;
}

.sb-tu-head{
    font-size: 0.8em;
    padding: 3px;
    color: #999;
}

.sb-tu-head b{
    color: #333;
}


/* SIDEBOX : PARTNERS
----------------------------------------------------------*/
a.sb-prt-title{
    width: 250px;
    float: left;
    padding: 0 0 0 0; 
    font-weight: normal;
}

/* SIDEBOX : FRIENDS
----------------------------------------------------------*/
.sb-f-item{
    padding: 0 0 10px 10px;
    }
    
.sb-f-item p{
    padding: 2px 0 0 0;
    margin: 0;
    font-size: 0.8em;
    color: #002f4f;
    }
    
.sb-f-item a{
    color: #3294dc;
    font-weight: bold;
    text-decoration: none;
    }
    
/* SIDEBOX : FORUMS
----------------------------------------------------------*/
.sb-forum-item{
    overflow: hidden;
    font-size: 0.8em;
    padding: 0 0 10px 0;
    }
    
.sb-forum-title{
    width: 200px;
    float: left;
    font-weight: bold;
    }
    
.sb-forum-num{
    width: 30px;
    padding-left: 10px;
    float: left;
    text-align: left;
    color: #f20e0a;
    font-weight: bold;
    }
    
.sb-forum-time{
    width: 44px;
    float: right;
    color: #999;
    }


/* SIDEBOX : COMMUNITY EXCLUSIVES
----------------------------------------------------------*/
ul.sb-ce-nav{
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background: red;
}

ul.sb-ce-nav li{
    width: 25%;
    padding-top: 2px;
    float: left;
    background: #dedede;
}

ul.sb-ce-nav li a{
    padding: 5px;
    display: block;
    color: #888;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 2px solid #dedede;
    background: #dedede;
}

ul.sb-ce-nav li.sel{
    padding-top: 0px;
    background: #fff;
}

ul.sb-ce-nav li.sel a{
    padding-top: 7px;
    color: #000;
    background: #fff;
    border-right: 2px solid #dedede;
}

/* USER REVIEWS LIST
----------------------------------------------------------*/
.url-item
{
    position: relative;
    margin-bottom: 20px;
}

.url-textwrap
{
    margin: 0 82px 0 82px;
    padding: 0 20px 0 20px;
    min-height: 84px;
}

.url-avwrap
{
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 84px;
    padding: 6px 0 0 0;
    text-align: center;
    color: #666666;
    font-size: 10px;
    background-image: url('url-avwrap.png');
}

.url-ratingwrap
{
    position: absolute;
    right: 0;
    top: 0;
    width: 82px;
    height: 70px;
    background-image: url('url-ratingwrap.png');
    padding: 6px 0 0 0;
    text-align: center;
    color: #666666;
    font-size: 10px;
    font-size: 2em;
    padding-top: 20px;
}

.url-textwrap h3{margin:0; font-size:1.3em; display: inline;}
.url-textwrap h4{margin:0; font-size:1.3em; display: inline; color: #999; padding-left: 5px;}
.url-textwrap h3 a{text-decoration: none;}
.url-desc{font-size: 1em; padding: 0; margin:0;}
.url-links {font-size: 0.9em; color:#999999; padding: 5px 0 0 0; margin:0;}
.url-links a{color: #000000;}
.url-links a:hover{color: #cc0000;}

.url-avwrap img {border: solid 1px #cccccc; width:58px; height:62px;}

/* USER REVIEWS : VIEW
----------------------------------------------------------*/
.ur-version{
    color: #777;
    }

.ur-info{
    color: #777;
    font-size: 0.9em;
    overflow: hidden;
    }

.ur-info img{
    width: 25px;
    margin-right: 10px;
    float: left;
    border: 2px solid #ccc;
    }
    
.ur-info a{
    color: #777;
    }

.ur-teaser{
    margin: 20px 0 5px 0;
    font-weight: bold;
    font-size: 1.1em;
    }
    
 .ur-more{
     margin: 30px 0 20px 0;
     padding: 10px;
     background: #eaeaea;
      }
      
 .ur-more a{
     display: block;
     margin-bottom: 10px;
      }


/* USER REVIEWS : SCORE BOX
----------------------------------------------------------*/
.ur-ups{
    margin-top: 10px;
    }

.ur-ups, .ur-downs{
    margin-bottom: 10px;
    }

.ur-ups div{
    margin-top: 3px;
    padding: 0 0 0 15px;
    background: url(ur-upsdowns.gif) no-repeat 0 3px;
    }
    
.ur-downs div{
    margin-top: 3px;
    padding: 0 0 0 15px;
    background: url(ur-upsdowns.gif) no-repeat 0 -27px;
    }
    
.ur-scoretitle{
    width: 500px;
    margin: 20px 0 5px 0;
    padding: 5px;
    font-weight: bold;
    background: #dedede;
    }
    
.ur-factor{
    width: 500px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    clear: left;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    }
    
.ur-fscore, .ur-oscore{
    width: 60px;
    float: left;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    color: #0066cc;
    }
    
.ur-oscore{
    padding-top: 10px;
    font-size: 2em;
    }

.ur-fdesc, .ur-odesc{
    width: 400px;
    float: left;
    color: #333;
    }

.ur-fdesc b{
    display: block;
    font-size: 1.1em;
    color: #000;
    }
    
.ur-odesc{
    padding-top: 10px;
    }
    
.ur-odesc b{
    display: block;
    font-size: 1.1em;
    color: #000;
    }


/* VLIEW BLOG POST
----------------------------------------------------------*/
.vbp-storyimage{
    float: right;
    padding: 0 0 10px 10px;
    }

/* BLOG POST : LIST
----------------------------------------------------------*/
.bl-wrap{
    }
    

.bl-item{
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    }

.bl-sidewrap{
    width: 33%;
    float: left;
    }

.bl-textwrap{
    margin-left: 3%;
    width: 64%;
    float: left;
    color: #666;
    }
    
h1.bl-title{
    font-size: 1.6em;
    border-width: 0;
    padding: 0;
    margin: 0 0 5px 0;
    }
    
h1.bl-title a{
    color: #000;
    text-decoration: none;
    }
    

.bl-imgwrap{
    width: 100%;
    border: 1px solid #333;
    border-bottom-width: 0;
    position: relative;   
    overflow: hidden;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0 0;
    }
    
.bl-imgwrap img{
    display: block; 
    width: 100%;
    border: 0;
    }
    
.bl-infowrap{
    position: relative;
    width: 100%;
    line-height: 43px;
    padding: 0 0 0 0;
    background-color: #333;
    color: #999;
    overflow: hidden;
    border: 1px solid #333;
    border-top-width: 0;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    }
    
.bl-avatar img{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    margin: 6px 0 0 5px;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    }   
   
a.bl-username{
    color: #999;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    }
    
a.bl-comments{
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    color: #999;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 1.2em;
    text-align: center;
    border-left: 1px solid #666;
    }

.bl-time{
    font-weight: bold;
    }
    
.bl-morewrap{
    padding-top: 8px;
    }
    
.bl-more{
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    }


/* FEATURED BLOG POST : LIST
----------------------------------------------------------*/
.fbl-wrap{
    padding: 10px;
    margin-bottom: 20px;
    background: #eaeaea;
    overflow: hidden;
}

.fbl-item{
    float: left;
    width: 24%;
    margin-right: 1%;
}

.fbl-imgwrap{
    width: 100%; 
    height: 104px; 
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;   
    }
    
.fbl-imgwrap img{
    height: 100%; 
    border-width: 0px;
    }
    
.fbl-temp{
    padding: 5px 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: #fff;
    }
    
h1.fbl-title{
    font-size: 1.2em;
    border-width: 0;
    margin: 5px 0 5px 0;
    padding: 0;
    }
    
h1.fbl-title a{
    text-decoration: none;
    }
    
.fbl-infowrap{
    padding: 5px;
    background: #999;
    color: #ccc;
    overflow: hidden;
    }
    
.fbl-avatar img{
    width: 20px;
    border: 2px solid #ccc;
    float: left;
    margin-right: 5px;
    }
    
a.fbl-username{
    margin-top: 3px;
    display: block;
    float: left;
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
    }

.fbl-time{
    margin-top: 3px;
    display: block;
    float: right;
    }

/* SOURCE RANK
----------------------------------------------------------*/
.sr-rating, .sr-rating-half, .sr-rating-shadow{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 1px;
    background-image: url(sr-rating.png);
}

.sr-rating-half{
    background-position: right top;
}

.sr-rating-shadow{
    background-position: left bottom;
}



/* HEADER NETWORKNEWS
----------------------------------------------------------*/
.header-networknews{
    height: 87px;
    padding: 3px 10px 0 738px;
    overflow: hidden;
}

.header-networknews div{
    height: 14px;
    padding-bottom: 2px;
    overflow: hidden;
}
    
.header-networknews b{
    width: 27px;
    margin: 3px 5px 0 0;
    padding: 1px 0 1px 0;
    display: block;
    float: left;
    text-align: center;
    font-size: 0.7em;
    color: #999;
    background: #555;
}

.header-networknews a{
    color: #999;
    text-decoration: none;
    font-size: 0.75em;
}

.header-networknews a:hover{
    color: #ccc;
    text-decoration: underline;
}


/* ADS
----------------------------------------------------------*/
div.ad-infolink{
    overflow: hidden;
    }
    
div.ad-infolink div{
    font-size: 1.1em;
    padding: 5px 10px;
    margin-bottom: 20px;
    background-color: #caefcc;
    color: #427a45; 
    float: left;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
div.ad-infolink a{
    color: #427a45; 
    padding-left: 8px;
    }

    
/* SUPER MENU
----------------------------------------------------------*/   
.supermenu-searchwrap{
    height: 38px;
    }
    
.supermenu-searchwrap{
    height: 38px;
    }
    
.supermenu-searchwrap label{
    color: gold;
    font-weight: bold;
    font-size: 1.3em;
    padding-right: 5px;
    line-height: 26px;
    float: left;
    width: 60px;
    
    }
    
.supermenu-searchwrap input{
    font-size: 1.3em;
    width: 180px;
    }
    
.supermenu-searchwrap button{
    font-size: 1.3em;
    margin-left: 4px;
    margin-bottom: 2px;
    }

/* SUPER MENU TAGS
----------------------------------------------------------*/  
#supermenutabbar-tab{
    cursor: pointer;
    float: left;
    height: 33px;
    width: 33px;
    margin: 22px 0 0 1px;
    background-image: url(header-toolmenu.png);
    background-position: -33px -533px;
    background-repeat: no-repeat;
    color: gold;
    font-weight: bold;
    font-size: 1.1em;
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
#supermenutabbar-tab a{
    float: left;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 50px;
    color: gold;
    text-decoration: none;
    border-radius: 3px 0px 0px 3px;
    background-color: rgba(255,255,255,0.35);
    background-color: #5e9bd2;
    }
    
#supermenutabbar-tab:hover{
    background-color: rgba(0,0,0,0.3);
    }
    
#supermenutabbar-tab.sm-sel{
    padding-bottom: 4px;
    background-position: -233px -533px;
    background-color: rgba(255,255,255,0.5);
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0 0;
    }
  
#supermenutabbar-update{
    display: none;
    }
    
.smtabbar-wrap{
    position: absolute;
    left: 0px;
    top: 59px;
    width: 83%;
    background: #5c8ec9;
    padding: 10px;
    border: 5px solid rgba(250,250,250,0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }


.smtabbar-searchwrap{
    height: 38px;
    }
    
.smtabbar-searchwrap label{
    color: gold;
    font-weight: bold;
    font-size: 1.3em;
    padding-right: 5px;
    line-height: 30px;
    }

.smtabbar-searchwrap button{
    font-size: 1.3em;
    }
    
.smtabbar-searchwrap input{
    font-size: 1.3em;
    width: 170px;
    }
    
.smtabbar-item{
    color: #125495;
    margin-bottom: 1px;
    }
    
.smtabbar-item a{
    padding: 5px 10px;
    display: block;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    text-decoration: none;
    font-size: 1.1em;
    background: rgba(250,250,250,0.1);
    }
    
.smtabbar-item a:hover{
    background: rgba(250,250,250,0.2);
    }
    
.smtabbar-item.sel a{
    color: #ffd700;
    background: rgba(250,250,250,0.2);
    }
    
.smtabbar-itemmorelink{
    float: right;
    width: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    background: rgba(250,250,250,0.1);
    }
    
.smtabbar-item.lvl1 a{
    font-size: 0.9em;
    margin-left: 10%;
    }

.smtabbar-item.lvl2 a{
    font-size: 0.9em;
    margin-left: 20%;
    }
    
.smtabbar-item.lvl3 a{
    font-size: 0.9em;
    margin-left: 30%;
    }

/* SUPER MENU SITE
----------------------------------------------------------*/   
#supermenusite-update{
    display: none;
    }
    
.smsite-wrap{
    position: absolute;
    right: 375px;
    top: 90px;
    width: 350px;
    height: 300px;
    background: #5c8ec9;
    padding: 10px;
    border: 5px solid rgba(250,250,250,0.5);
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    border-radius: 0 0 0 10px;
    }

.smsite-wrap ul, .smaccount-wrap ul, .smmod-wrap ul{
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    }
    
.smsite-wrap ul a, .smaccount-wrap ul a, .smmod-wrap ul a{
    padding: 5px 8px;
    display: block;
    font-weight: normal;
    text-decoration: none;
    font-size: 1em;
    color: rgba(0,0,0,0.6);
    background: rgba(250,250,250,0.1);
    margin-bottom: 1px;
    }
    
.smsite-wrap ul a:hover, .smaccount-wrap ul a:hover, .smmod-wrap ul a:hover{
    background: rgba(250,250,250,0.2);
    }
    
.smaccount-wrap ul a.sel, .smsite-wrap ul a.sel, .smaccount-topwrap a.sel, .smmod-wrap a.sel{
    color: #ffd700;
    background: rgba(250,250,250,0.2);
    }
    
.smaccount-wrap ul a.alert, .smsite-wrap ul a.alert, .smaccount-topwrap a.alert{
    background: #ffc9c9;
    color: #b80000;
    }
    
.smsite-wrap ul b, .smaccount-wrap ul b, .smmod-wrap ul b{
    padding: 2px 8px;
    margin-bottom: 3px;
    display: block;
    color: gold;
    }

/* SUPER MENU SEARCH
----------------------------------------------------------*/   
#supermenusearch-update{
   display: none;
    }
    
.smsearch-wrap{
    position: absolute;
    right: 0;
    top: 90px;
    width: 350px;
    height: 300px;
    background: #5c8ec9;
    padding: 10px;
    border: 5px solid rgba(250,250,250,0.5);
    -moz-border-radius: 0px 0px 10px 0px;
    -webkit-border-radius: 0px 0px 10px 0px;
    border-radius: 0 0 10px 0;
    }
    
/* SUPER MENU MOD
----------------------------------------------------------*/   
#supermenumod-update{
   display: none;
    }
    
.smmod-wrap{
    position: absolute;
    right: 0;
    top: 90px;
    width: 200px;
    background: #5c8ec9;
    padding: 10px;
    border: 5px solid rgba(250,250,250,0.5);
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0 0 10px 10px;
    }


/* SUPER MENU ACCOUNT
----------------------------------------------------------*/   
#supermenuaccount-update{
    display: none;
    }
    
.smaccount-wrap{
    position: absolute;
    right: 0;
    top: 59px;
    width: 300px;
    background: #5c8ec9;
    padding: 10px;
    border: 5px solid rgba(250,250,250,0.5);
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px;
    }

.smaccount-topwrap{
    margin-bottom: 10px;
    overflow: hidden;
    }
    
.smaccount-logout{
    float: right;
    padding: 2px 5px;
    text-decoration: none;
    color: rgba(250,250,250,0.7);
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.smaccount-avatar{
    float: left;
    margin-right: 10px;
    border: 2px solid rgba(250,250,250,0.3);
    }
    
.smaccount-username{
    font-weight: bold;
    font-size: 1.3em;
    color: rgba(250,250,250,0.8);
    }
    
.smaccount-role{
    padding: 2px 0 8px 0;
    font-size: 1em;
    color: rgba(0,0,0,0.5);
    }
    
.smaccount-account, .smaccount-public, .smaccount-pm{
    display: block;
    padding: 2px 5px;
    float: left;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #125495;
    background-color: rgba(250,250,250,0.1);
    }


.smaccount-pm.alert{
    background: #ffc9c9;
    color: #b80000;
    }
    
    
/* SUPER MENU NEWSBOILER
----------------------------------------------------------*/   
#supermenunewsboiler-update{
    display: none;
    }
    
.smnewsboiler-wrap{
    position: absolute;
    right: 0px;
    top: 59px;
    width: 300px;
    height: 220px;
    background: #5c8ec9;
    padding: 10px;
    border: 5px solid rgba(255,255,255,0.5);
    -moz-border-radius: 10px 0px 10px 10px;
    -webkit-border-radius: 10px 0px 10px 10px;
    border-radius: 10px 0px 10px 10px;
    }

/* STORY HOTSPOT LIST
----------------------------------------------------------*/
.shsl-wrap{
    position: relative;
    margin-top: 10px;
    margin-bottom: 8px;
    height: 202px;
    background-image: url(shsl-wrap.png);
    background-color: #205c8a;
    padding: 78px 0px 8px 24px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 20px #205c8a; 
    }

.shsl-pagetwo-columnwrap{
    float: left;
    width: 315px;
    }

.shsl-headerwrap{
    position: absolute;
    right: 0px;
    top: 19px;
    width: 659px;
    height: 40px;
    background: #b1d8f4;
    text-align: center;
    z-index: 1;
    background: #2772aa;
    }
    
.shsl-headerwrap b{
    display: block;
    float: left;
    color: #c7ddea;
    font-size: 2em;
    line-height: 40px;
    padding: 0 310px 0 10px;
    }
    
.shsl-header-arrow{
    height: 40px;
    width: 26px;
    position: absolute;
    left: -26px;
    top: 0;
    background-image: url(hotspot-icons.png);
    background-position: left -506px;
    }
    
.shsl-timelink{
    display: block;
    float: left;
    padding: 0 6px;
    margin: 9px 20px 0px 0px;
    line-height: 21px;
    text-decoration: none;
    font-weight: bold;
    color: #a6c1d5;
    }
    
.shsl-timelink.sel{
    color: #2772aa;
    background: #a6c1d5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }    
    
.shsl-nextlink, .shsl-prelink, .shsl-nextlink-shadow, .shsl-prelink-shadow{
    position: absolute;
    right: 20px;
    top: 25px;
    width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: #6493b6;
    color: #a6c1d5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    background-image: url(hotspot-icons.png);
    background-position: 0px -200px;
    }

.shsl-nextlink:hover{
    background-position: 0px -300px;
    }

.shsl-prelink{
    background-position: 0px -350px;
    }
    
.shsl-prelink:hover{
    background-position: 0px -450px;
    }
    


.shsl-pagelink:hover{
    background-color: #c4e7fe;
    }
    
.shsl-item{
    position: relative;
    }
    
.shsl-item.bigitem{
    float: left;
    margin: -59px 0 0 0;
    width: 317px;
    }
    
.shsl-item.meditem{
    float: left;
    margin: 0px 0 0 24px;
    width: 280px;
    }
    
.shsl-item.smlitem{
    margin: 0 0 7px 20px;
    width: 140px;
    height: 188px;
    float: left;
    }
    
.shsl-item-imagewrap{
    position: relative;
    width: 100%;
    height: 222px;
    }
    
.shsl-item-imagewrap-inner{
    position: relative;
    margin: 0;
    height: 203px;
    overflow: hidden;
    }
    
    
.shsl-item.meditem .shsl-item-imagewrap{
    height: 176px;
    }
    
.shsl-item.meditem .shsl-item-imagewrap-inner{
    height: 166px;
    }
    
.shsl-item.smlitem .shsl-item-imagewrap, .shsl-item.smlitem .shsl-item-imagewrap-inner{
    float: left;
    width: 140px;
    height: 104px;
    }
    
.shsl-item-click{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(inv.png);
    }
    
    
.shsl-item.smlitem .shsl-item-titlewrap{
    position: absolute;
    right: 0;
    top: 114px;
    }
    
.shsl-item-title{
    display: block;
    padding:  10px 10px 5px 10px;
    position: absolute;
    bottom: 0;
    background-image: url(shsl-item-title.png);
    background-position: left bottom;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    }

.shsl-item.bigitem .shsl-item-title{
    font-size: 1.6em;
    }
    
.shsl-item.bigitem .shsl-item-title.short{
    font-size: 2em;
    }
    
.shsl-item.meditem .shsl-item-title{
    font-size: 1.3em;
    }
    
.shsl-item.smlitem .shsl-item-title{
    right: 0px;
    top: 0px;
    padding:  0px 0px 0px 0px;
    font-size: 0.9em;
    width: 140px;
    height: 45px;
    overflow: hidden;
    background: none;
    }
    
.shsl-item-title:hover{
    color: #f8d700;
    }
      
.shsl-item-source{
    padding: 1px 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 30px;
    font-size: 0.7em;
    text-decoration: none;
    background-image: url(tosource.png);
    background-position: left top;
    }
    
.shsl-item-source:hover{
    background-position: right top;
    }
    
.shsl-item.bigitem .shsl-item-source{
    top: 40px;
    z-index: 2;
    }
    

    
.shsl-item-image{
    position: absolute;
    left: -20px;
    top: 0px;
    height: 100%;
    padding: 0;
    }
    
.shsl-item.bigitem .shsl-item-image, .shsl-item.meditem .shsl-item-image{
    left: 0px;
    width: 100%;
    }
    
.shsl-item-imagewrap b{
    position: absolute;
    display: block;
    left: -17px;
    top: 10px;
    padding: 0px 10px 0 35px;
    height: 62px;
    line-height: 46px;
    text-align: right;
    font-size: 1.5em;
    color: #fff;
    background-image: url(shsl-temp.png);
    }
    
.shsl-item.meditem .shsl-item-imagewrap b{
    left: -14px;
    top: 7px;
    line-height: 37px;
    padding: 0px 7px 0 27px;
    font-size: 1.35em;
    }
    
.shsl-item.smlitem .shsl-item-imagewrap b{
    left: -10px;
    top: 5px;
    line-height: 24px;
    padding: 0px 4px 0 18px;
    font-size: 1.1em;
    }
    
.shsl-item.bigitem .shsl-temp-0   {background-position: 0 -400px;}
.shsl-item.bigitem .shsl-temp-50  {background-position: 0 -400px;}
.shsl-item.bigitem .shsl-temp-100 {background-position: 0 -300px;}
.shsl-item.bigitem .shsl-temp-250 {background-position: 0 -100px;}
.shsl-item.bigitem .shsl-temp-500 {background-position: 0 -100px;}
.shsl-item.bigitem .shsl-temp-1000{background-position: 0 -1000px;}

.shsl-item.meditem .shsl-temp-0   {background-position: -200px -400px;}
.shsl-item.meditem .shsl-temp-50  {background-position: -200px -400px;}
.shsl-item.meditem .shsl-temp-100 {background-position: -200px -300px;}
.shsl-item.meditem .shsl-temp-250 {background-position: -200px -100px;}
.shsl-item.meditem .shsl-temp-500 {background-position: -200px -100px;}
.shsl-item.meditem .shsl-temp-1000{background-position: -200px -1000px;}

.shsl-item.smlitem .shsl-temp-0   {background-position: -400px -400px;}
.shsl-item.smlitem .shsl-temp-50  {background-position: -400px -400px;}
.shsl-item.smlitem .shsl-temp-100 {background-position: -400px -300px;}
.shsl-item.smlitem .shsl-temp-250 {background-position: -400px -100px;}
.shsl-item.smlitem .shsl-temp-500 {background-position: -400px -100px;}
.shsl-item.smlitem .shsl-temp-1000{background-position: -400px -1000px;}
    

.shsl-item-bottomwrap{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #2e8bd7;
    background-color: #000;
    height: 30px;
    line-height: 30px;
    }
    

.shsl-item-comments{
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    padding: 0 10px 0 33px;
    height: 22px;
    line-height: 22px;
    font-size: 1.35em;
    color: #d9ecf5;
    font-weight: bold;
    text-decoration: none;
    background-image: url(hotspot-icons.png);
    background-position: left -0px;
    }
    
.shsl-item-comments.active{
    background-position: left -50px;
    }
    
.shsl-item-comments b{
    }
    
.shsl-item-time{
    font-size: 0.9em;
    padding-left: 10px;
    text-align: left;
    text-align: center;
    }

.shsl-item-typeicon{
    position: absolute;
    left: 10px;
    top: 5px;
    width: 45px;
    height: 23px;
    margin-top: -4px;
    text-align: left;   
    background-image: url(hotspot-storytype-icons.png);
    }
    
    
.shsl-item.smlitem .shsl-item-bottomwrap{
    width: 140px;
    right: 0px;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: none;
    }
    
.shsl-item.smlitem .shsl-item-comments{
    margin-top: 3px;
    height: 14px;
    padding-left: 21px;
    padding-right: 0px;
    line-height: 14px;
    color: #d9ecf5;
    background-position: left -100px;
    font-size: 1.2em;
    top: 0;
    }
    
.shsl-item.smlitem .shsl-item-comments.active{
    background-position: left -150px;
    }
    
.shsl-item-comments:hover, .shsl-item.smlitem .shsl-item-comments:hover{
    color: #f8d700;
    }
    
    
.shsl-item.smlitem .shsl-item-time{
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin-right: 0px;
    color: #c7ddea;
    font-size: 0.85em;
    }
    
.shsl-item.smlitem .shsl-item-typeicon{
    left: 0px;
    top: 4px;
    height: 20px;
    line-height: 20px;
    }
    
.shsl-ii-1{background-position: left -300px;} /* News */
.shsl-ii-2{background-position: left 0px; font-weight: bold;} /* Reviews */
.shsl-ii-3{background-position: left -100px;} /* Screenshot */
.shsl-ii-4{background-position: left -200px;} /* Video */
.shsl-ii-5{background-position: left -800px;} /* Preview */
.shsl-ii-6{background-position: left -700px;} /* Interview */
.shsl-ii-7{background-position: left -400px;} /* Rumor */
.shsl-ii-8{background-position: left -100px;} /* Trailer */
.shsl-ii-9{background-position: left 0px;} /* Guide */
.shsl-ii-10{background-position: left -200px;} /* Podcast */
.shsl-ii-11{background-position: left -200px;} /* Videocast */
.shsl-ii-12{background-position: left -500px;} /* Article */
.shsl-ii-13{background-position: left -700px;} /* CommunityInterview */
.shsl-ii-15{background-position: left -100px;} /* Image */
.shsl-ii-16{background-position: left -600px;} /* OpinionPiece */
.shsl-ii-17{background-position: left -200px;} /* Highlights */
.shsl-ii-18{background-position: left -200px;} /* LiveStream */
.shsl-ii-21{background-position: left -200px;} /* SitePodcast */

.shsl-item.smlitem .shsl-ii-1{background-position: -100px -300px;} /* News */
.shsl-item.smlitem .shsl-ii-2{background-position: -100px 0px; font-weight: bold;} /* Reviews */
.shsl-item.smlitem .shsl-ii-3{background-position: -100px -100px;} /* Screenshot */
.shsl-item.smlitem .shsl-ii-4{background-position: -100px -200px;} /* Video */
.shsl-item.smlitem .shsl-ii-5{background-position: -100px -800px;} /* Preview */
.shsl-item.smlitem .shsl-ii-6{background-position: -100px -700px;} /* Interview */
.shsl-item.smlitem .shsl-ii-7{background-position: -100px -400px;} /* Rumor */
.shsl-item.smlitem .shsl-ii-8{background-position: -100px -100px;} /* Trailer */
.shsl-item.smlitem .shsl-ii-9{background-position: -100px 0px;} /* Guide */
.shsl-item.smlitem .shsl-ii-10{background-position: -100px -200px;} /* Podcast */
.shsl-item.smlitem .shsl-ii-11{background-position: -100px -200px;} /* Videocast */
.shsl-item.smlitem .shsl-ii-12{background-position: -100px -500px;} /* Article */
.shsl-item.smlitem .shsl-ii-13{background-position: -100px -700px;} /* CommunityInterview */
.shsl-item.smlitem .shsl-ii-15{background-position: -100px -100px;} /* Image */
.shsl-item.smlitem .shsl-ii-16{background-position: -100px -600px;} /* OpinionPiece */
.shsl-item.smlitem .shsl-ii-17{background-position: -100px -200px;} /* Highlights */
.shsl-item.smlitem .shsl-ii-18{background-position: -100px -200px;} /* LiveStream */
.shsl-item.smlitem .shsl-ii-21{background-position: -100px -200px;} /* SitePodcast */


    
/* STORY LIST
----------------------------------------------------------*/
.sl-filter-fpwrap{
    position: relative;
    margin: -8px -15px 10px -15px;
    padding: 3px 6px 0 8px;
    height: 41px;
    background: #e3e3e3;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    border-radius: 5px 0 0 0;
    }

.sl-wrap{
    }
    
.sl-headerwrap{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    background: #e4e4e4;
    padding: 4px 10px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.sl-headerwrap-title2{
    color: #0066cd;
    }
    
.sl-headerwrap ul{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
.sl-headerwrap ul li{
    float: left;
    }
    
.sl-headerwrap ul li a{
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #333;
    }
    
.sl-headerwrap ul li.sel a{
    color: #fff;
    background: #b5b5b5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.sl-item{
    clear: both;
    padding: 10px 10px 10px 10px;
    margin: 0 0 8px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    }
    
.sl-item-imagewrap{
    width: 18%;
    height: 90px;
    float: left;
    position: relative;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
.sl-item-imagewrap img{
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 90px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    
.sl-item-temp{
    position: absolute;
    display: block;
    left: -10px;
    top: 6px;
    padding: 0px 4px 0 18px;
    height: 33px;
    line-height: 24px;
    text-align: right;
    font-size: 1.1em;
    color: #fff;
    background-image: url(shsl-temp.png);
    }
    
.sl-item-temp.sl-item-temp-0   {background-position: -400px -400px;}
.sl-item-temp.sl-item-temp-50  {background-position: -400px -400px;}
.sl-item-temp.sl-item-temp-100 {background-position: -400px -300px;}
.sl-item-temp.sl-item-temp-250 {background-position: -400px -100px;}
.sl-item-temp.sl-item-temp-500 {background-position: -400px -100px;}
.sl-item-temp.sl-item-temp-1000{background-position: -400px 0px;}  
.sl-item-temp.sl-item-temp-ad{background-position: -400px -500px;}  
    
.sl-item-imagewrap a{
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    background-image: url(inv.png);
    }
        
.sl-item-textwrap{
    width: 64%;
    padding: 0 2% 0 3%;
    float: left;
    color: #797979;
    }
    
.sl-item-textwrap h1{
    font-size: 1.3em;
    margin: 0 0 2px 0;
    padding: 0;
    border: 0;
    }
    
.sl-item-textwrap h1 a{
    color: #0066cc;
    text-decoration: none;
    }
    
.sl-item-textwrap h1 a:hover{
    text-decoration: underline;
    }
    
.sl-item-description{
    padding: 5px 0 5px 0;
    }
    
.sl-item-description b{
    font-size: 0.85em;
    vertical-align: text-top;
    }

.sl-item-links a{
    color: #000; /*0066cc*/
    text-decoration: none;
    font-weight: bold;
    }
    
.sl-item-links a:hover{
    text-decoration: underline;
    }
    
    
    
ul.sl-links{
    padding: 0;
    margin: 0;
    font-size: 0.85em;
    list-style: none;
    font-weight: bold;
    overflow: hidden;
    line-height: 14px;
}

ul.sl-links li{
    float: left;
}

ul.sl-links a{
    text-decoration: none;
    color: #878787;
    /*color: #408cd9;*/
}

ul.sl-links a:hover{
    text-decoration: underline;
}

.sl-com{
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
    background: url(nl.png) no-repeat 0 2px;
}

.sl-com2{
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
    background: url(nl.png) no-repeat -300px 2px;
}

li.sl-source{
    margin: 0 0 0 0;
    padding: 0 0 0 27px;
    background: url(nl.png) 10px -48px;
}

.sl-user{
    margin: 0 0 0 17px;
    padding: 0 17px 0 28px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: url(nl.png) 10px -100px;
}

    
    
    
.sl-item-iconwrap{
    width: 70px;
    float: right;
    }
    
a.sl-item-icon{
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    color: #afafaf;
    text-decoration: none;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    background-image: url(sl-item-icon.png);
    background-position: center top;
    /* 
    border: 1px solid #ccc;
    */
    }
    
a.sl-ii-1{background-position: center -100px;} /* News */
a.sl-ii-2{background-position: center 0px;} /* Reviews */
a.sl-ii-3{background-position: center -200px;} /* Screenshot */
a.sl-ii-4{background-position: center -300px;} /* Video */
a.sl-ii-5{background-position: center -400px;} /* Preview */
a.sl-ii-6{background-position: center -500px;} /* Interview */
a.sl-ii-7{background-position: center -600px;} /* Rumor */
a.sl-ii-8{background-position: center -700px;} /* Trailer */
a.sl-ii-9{background-position: center 0px;} /* Guide */
a.sl-ii-10{background-position: center -800px;} /* Podcast */
a.sl-ii-11{background-position: center -900px;} /* Videocast */
a.sl-ii-12{background-position: center -1000px;} /* Article */
a.sl-ii-13{background-position: center 0px;} /* CommunityInterview */
a.sl-ii-15{background-position: center -1100px;} /* Image */
a.sl-ii-16{background-position: center -1200px;} /* OpinionPiece */
a.sl-ii-17{background-position: center -1300px;} /* Highlights */
a.sl-ii-18{background-position: center -1400px;} /* LiveStream */
a.sl-ii-21{background-position: center -1500px;} /* SitePodcast */
a.sl-ii-ad{background-position: center -1600px;} /* Ad */

a.sl-item-icon span{
    display: block;
    width: 100%;
    padding-top: 1px;
    font-size: 0.45em;
    color: #afafaf;
    font-weight: normal;
    }
    
a.sl-item-icontext{
    display: block;
    width: 100%;
    height: 27px;
    line-height: 27px;
    background: #e4e4e4;
    text-align: center;
    color: #aeaeae;
    text-decoration: none;
    font-size: 0.8em;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #e4e4e4;
    }   
    
/* STORY LIST FAVORITES
----------------------------------------------------------*/
.sl-fav{
    margin: -7px 1% 20px 0;
    text-align: right;
}


/* STORY LIST PENDING MENUS
----------------------------------------------------------*/
.sl-pen, .url-pen, .bl-pen{
    margin: -10px 0px 10px 0px;
    padding: 0 1% 0 23%;
    clear: both;
    overflow: hidden;
    color: #ccc;
    border-top: 1px solid #e4e4e4;
    background: #f0f0f0;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0 0 5px 5px;
}
.url-pen{
    padding-left: 5px;
    margin: -10px 0 20px 96px;
}

.bl-pen{
    padding-left: 0px;
    margin: -20px 0 20px 0px;
}

.sl-pen a.app, .url-pen a.app, .bl-pen a.app{
    font-weight: bold;
    color: Green;
    text-decoration: none;
    margin-left: 6px;
}

.sl-pen a.rep, .url-pen a.rep, .bl-pen a.rep{
    font-weight: bold;
    color: Red;
    text-decoration: none;
}

/* STORY LIST MYWORK MENUS
----------------------------------------------------------*/
.sl-edit{
    float: right;
    color: #999;
}

.sl-edit a{
    color: #000;
}
    
    
/* SIDE STORY LIST
----------------------------------------------------------*/
.ssl-wrap{
    }
    
.ssl-item{
    clear: both;
    padding: 10px 10px 10px 10px;
    margin: 0 0 8px 0;
    overflow: hidden;
    background: #f0f0f0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* 
    border-bottom: 1px dashed #ccc;
    */
    }
    
.ssl-item-imagewrap{
    width: 20%;
    height: 75px;
    float: left;
    position: relative;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
.ssl-item-imagewrap img{
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 55px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0 0;
    }
    
.ssl-item-imagewrap b{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 1em;
    color: #fff;
    background: #8c0c0c;
    -moz-border-radius: 0px 4px 0px 4px;
    -webkit-border-radius: 0px 4px 0px 4px;
    border-radius: 0 4px 0 4px;
    }
    
.ssl-item-imagewrap a{
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    background-image: url(inv.png);
    }
        
.ssl-item-textwrap{
    width: 76%;
    padding: 0 2% 0 2%;
    float: left;
    color: #797979;
    }
    
.ssl-item-textwrap h1{
    font-size: 1.2em;
    margin: 0 0 2px 0;
    }
    
.ssl-item-textwrap h1 a{
    color: #0066cc;
    text-decoration: none;
    }
    
.ssl-item-textwrap h1 a:hover{
    text-decoration: underline;
    }
    
.ssl-item-description{
    padding: 3px 0 0px 0;
    font-size: 0.8em;
    font-weight: bold;
    }

.ssl-morewrap{
    line-height: 16px;
    overflow: hidden;
    margin-top: 5px;
    color: #999;
    }

a.ssl-more, a.ssl-comments{
    float: left;
    color: #999;   
    text-decoration: none;
    font-weight: bold;
    }
    
a.ssl-more:hover, a.ssl-comments:hover{
    color: #d60000;   
    }
    
a.ssl-comments{
    padding: 0 7px 0 7px;
    margin: 0 7px 0 7px;
    border-left: 1px solid #b4c0cf;
    border-right: 1px solid #b4c0cf;
    }
    
a.ssl-source{
    float: left;
    display: block;
    width: 27px;
    background-image: url(tosource2.png);
    background-position: -5px center;
    text-decoration: none;
    }
    
a.ssl-source:hover{
    background-position: -35px center;
    text-decoration: none;
    }
    
a.ssl-item-icontext{
    width: 100%;
    position: absolute;
    left: 0;
    top: 55px;
    height: 20px;
    line-height: 20px;
    background: #aeaeae;
    text-align: center;
    color: #eeeeee;
    text-decoration: none;
    font-size: 0.8em;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0 0 4px 4px;
    }    
    
    
/* TagInfo
----------------------------------------------------------*/
.ti-wrap{
    padding: 20px;
    background-color: #eee;
    margin-bottom: 10px;
    position: relative;
    height: 350px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
.ti-title-wrap{
    }
    
.ti-title{
    margin: 0 0 15px 0;
    padding: 0;
    color: rgba(0,0,0,0.8);
    }
    
.ti-title span{
    display: block;
    padding: 3px 0 0 0;
    font-weight: normal;
    color: #666;
    font-size: 0.9em;
    }
    
.ti-info-wrap{
    width: 90%;
    padding-left: 5%;
    position: absolute;
    left: 0;
    overflow: hidden;
    z-index: 4;
    }
    
    
.ti-version{
    padding: 5px;
    background-color: #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
     border-radius: 3px;
    }
    
.ti-version a{
    font-size: 1.1em;
    text-decoration: none;
    color: #000
    }
    
.ti-versiondropdown{
    width: 100%;
    font-size: 1.5em;
    background: #eee;
    border: 1px solid #ccc;
    }
    
.ti-reviewscore-wrap{
    overflow: hidden;
    margin: 15px 0 0 0;
    }
    
.ti-mediascore-wrap, .ti-userscore-wrap{
    float: left;
    width: 48%;
    height: 120px;
    background: #ddd;
    background-color: rgba(120,120,120,0.5);
    background-color: #dddddd;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.ti-userscore-wrap{
    float: right;
    width: 48%;
    }
    
.ti-mediascore-wrap.sel, .ti-userscore-wrap.sel{
    background-color: rgb(255,207,60);
    background-color: #f6de95;
    }
    
.ti-scoretype{
    display: block;
    padding: 10px 0 0 0;
    color: #666;
    }
    
.ti-reviewscore{
    padding: 5px 0;
    display: block;
    font-size: 2.8em;
    font-weight: bold;
    text-decoration: none;
    }
    
.ti-reviewcount{
    display: block;
    margin-bottom: 2px;
    font-size: 0.9em;
    color: #666;
    }
    
.ti-skinimage-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    }
    
.ti-skinimage{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    }    
    
/* REVIEWS MOST REVIEWED
----------------------------------------------------------*/
.mr-wrap{
    background: #dddddd;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
.mr-titlewrap{
    padding: 5px 5px 10px 5px;
    overflow: hidden;
    line-height: 30px;
    }
    
.mr-titlewrap h3{
    color: #888;
    font-size: 1.1em;
    margin: 0;
    }

.mr-titlewrap a{
    float: right;
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.mr-titlewrap a.sel{
    color: #fff;
    background: #b5b5b5;
    }

.mr-itemwrap{
    width: 100%;
    overflow: hidden;
    margin-right: 5px;
    }

.mr-itemimgwrap{
    position: relative;
    background: #d1d1d1;
    }
    
.mr-itemimgwrap img{
    width: 100%;
    border-width: 0;
    }

.mr-item-title{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    /*background: #eeeeee;*/
    background-color: rgba(238,238,238,0.8);
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.5em;
    -moz-border-radius: 0px 0px 3px 0px;
    -webkit-border-radius: 0px 0px 3px 0px;
    border-radius: 0 0 3px 0;
    }
    
.mr-item-score{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    /*background: #d1d1d1;*/
    background-color: rgba(209,209,209,0.8); /* #eeeeee;*/
    color: #3395de;
    font-weight: bold;
    text-decoration: none;
    font-size: 2em;
    -moz-border-radius: 0px 0px 0px 3px;
    -webkit-border-radius: 0px 0px 0px 3px;
    border-radius: 0 0 0 3px;
    }

.mr-item-all{
    position: absolute;
    bottom: 3px;
    right: 0px;
    padding: 5px;
    background-color: rgba(238,238,238,0.8); /* #eeeeee;*/
    color: #666;
    font-weight: normal;
    text-decoration: none;
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
    border-radius: 3px 0 0 0;
    }
    
.mr-listitem{
    width: 100%;
    background: #eeeeee;
    margin-bottom: 2px;
    overflow: hidden;
    line-height: 25px;
    }

.mr-listitem-title{
    padding: 0 5px 0 5px;
    float: left;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
    color: #000;
    margin: 3px 3px 3px 3px;
    }    

.mr-listitem-count{
    margin: 3px 3px 3px 3px;
    float: left;
    color: #666;
    }    

.mr-listitem-score{
    padding: 0 5px;
    margin: 3px 3px 3px 3px;
    background-color: #d1d1d1;
    float: right;
    color: #3395de;
    font-weight: bold;
    font-size: 1.3em;
    }
    
.mr-morelink{
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    background: #eee;
    margin: 10px 0 0 0;
    padding: 10px;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
    
/* REVIEW GRID
----------------------------------------------------------*/
.rg-wrap{
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
.rg-title{
    width: 96%;
    padding: 10px 2%;
    line-height: 26px;
    clear: both;
    overflow: hidden;
    background: #eaeaea;
    font-size: 1em;
    color: #666;
    }
    
.rg-title b{
    font-size: 1.5em;
    color: #000;
    }
    
.rg-header{
    width: 97%;
    padding: 5px 1% 5px 2%;
    line-height: 26px;
    clear: both;
    overflow: hidden;
    background: #d2d2d2;
    font-size: 0.9em;
    color: #666;
    }
    
.rg-header div{
    float: left;
    margin-right: 1%;
    }
    
.rg-item{
    width: 98%;
    padding: 5px 1%;
    line-height: 26px;
    clear: both;
    overflow: hidden;
    background: #eaeaea;
    }
    
.rg-item.alt{
    background: #dedede;
    }
    
.rg-temp{
    width: 6%;
    margin: 0 1%;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    }
    
.rg-temp b{
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.rg-source{
    width: 29%;
    margin: 0 1%;
    float: left;
    }
    
.rg-date{
    width: 15%;
    margin: 0 1%;
    float: left;
    color: #888;
    font-size: 0.9em;
    }
    
.rg-orgscore{
    width: 9%;
    margin: 0 1%;
    float: left;
    text-align: right;
    color: #666;
    font-size: 1em;
    background-color: #cbcbcb;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.rg-adjscore{
    width: 9%;
    margin: 0 1%;
    float: left;
    text-align: center;
    background-color: #068400;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.rg-read{
    width: 20%;
    margin: 0 1%;
    float: right;
    text-align: right;
    font-size: 0.9em;
    color: #999;
    }   
    
/* TABLOID STORY LIST
----------------------------------------------------------*/
.tabloidstorylist{
    overflow: hidden;
    }
    
.tabloidstorylist a{
    text-decoration: none;
    color: #000;
    }
    
.tabloidstorylist a:hover{
    text-decoration: underline;
    }
    
.tabloidstorylist-info{
    font-size: 1.5em;
    font-weight: bold;
    background: #8aef8f;
    padding: 10px;
    color: #105513;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

/* TABLOID STORY ITEMS
----------------------------------------------------------*/    
.tsi-morewrap{
    line-height: 16px;
    overflow: hidden;
    margin-top: 5px;
    color: #999;
    }

a.tsi-more, a.tsi-comments{
    float: left;
    color: #0066cc;   
    text-decoration: none;
    font-weight: bold;
    }
    
a.tsi-more:hover, a.tsi-comments:hover{
    color: #d60000;   
    }
    
a.tsi-comments{
    padding: 0 7px 0 7px;
    margin: 0 7px 0 7px;
    border-left: 1px solid #b4c0cf;
    border-right: 1px solid #b4c0cf;
    }
    
a.tsi-source{
    float: left;
    display: block;
    width: 27px;
    background-image: url(tosource2.png);
    background-position: -5px center;
    text-decoration: none;
    }
    
a.tsi-source:hover{
    background-position: -35px center;
    text-decoration: none;
    }
    
b.tsi-time{
    color: #666;
    }    
       
.tsi-temp{
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    padding: 0;
    width: 55px;
    line-height: 35px;
    text-align: center;
    font-size: 1.35em;
    -moz-border-radius: 0px 0px 0px 4px;
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0 0 0 4px;
    }
    
.tsi-icon{
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 55px;
    height: 60px;
    text-align: center;
    font-size: 1.35em;
    background-image: url(tsi-icon.png);
    }
    
.tsi-click{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(inv.png);
    }
    
.tsi-icon-1{background-position: center -205px;} /* News */
.tsi-icon-2{background-position: center 0px;} /* Reviews */
.tsi-icon-3{background-position: center -55px;} /* Screenshot */
.tsi-icon-4{background-position: center -130px;} /* Video */
.tsi-icon-5{background-position: center -555px;} /* Preview */
.tsi-icon-6{background-position: center -495px;} /* Interview */
.tsi-icon-7{background-position: center -275px;} /* Rumor */
.tsi-icon-8{background-position: center -130px;} /* Trailer */
.tsi-icon-9{background-position: center 0px;} /* Guide */
.tsi-icon-10{background-position: center -635px;} /* Podcast */
.tsi-icon-11{background-position: center -705px;} /* Videocast */
.tsi-icon-12{background-position: center -345px;} /* Article */
.tsi-icon-13{background-position: center -495px;} /* CommunityInterview */
.tsi-icon-15{background-position: center -55px;} /* Image */
.tsi-icon-16{background-position: center -415px;} /* OpinionPiece */
.tsi-icon-17{background-position: center -130px;} /* Highlights */
.tsi-icon-18{background-position: center -130px;} /* LiveStream */
.tsi-icon-21{background-position: center -130px;} /* SitePodcast */
    
/* TABLOID STORY ITEM 1
----------------------------------------------------------*/
.tsi-1{
    padding-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #d3d3d3;
    float: left; 
    }
        
.tsi-1 .tsi-imgwrap{
    width: 99%; 
    height: 200px; 
    overflow: hidden;
    border: 1px solid #000;
    position: relative;
    }
    
.tsi-1 .tsi-imgwrap img{
    width: 100%; 
    margin-top: -10%;
    }
    
.tsi-1 h1{
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 3em;
    }
    
    
    /*
.tsi-2 .tsi-temp{
    width: 50px;
    line-height: 30px;
    font-size: 1.3em;
    }
    
.tsi-3 .tsi-temp{
    width: 40px;
    line-height: 25px;
    font-size: 1.0em;
    }
*/

/* TABLOID STORY ITEM 2
----------------------------------------------------------*/    
.tsi-2{
    width: 48%; 
    padding: 7px 0 0 0;
    margin: 0 1% 20px 1%;
    float: left; 
    border-top: 1px solid #d3d3d3;
    }
    
.tsi-2 .tsi-imgwrap{
    width: 100%; 
    height: 180px; 
    background: #eaeaea; 
    overflow: hidden;
    border: 1px solid #000;
    position: relative;   
    }
    
.tsi-2 .tsi-imgwrap img{
    width: 100%; 
    }
    
.tsi-2 h1{
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 2em;
    }
    

/* TABLOID STORY ITEM 3
----------------------------------------------------------*/    
.tsi-3{
    width: 23%; 
    padding: 7px 0 20px 0;
    margin: 0 1% 0 1%;
    float: left; 
    border-top: 1px solid #d3d3d3;
    min-height: 170px;
    }
    
.tsi-3 .tsi-imgwrap{
    width: 100%; 
    height: 120px; 
    background: #eaeaea; 
    overflow: hidden;
    border: 1px solid #000;
    position: relative;   
    }
    
.tsi-3 .tsi-imgwrap img{
    width: 100%; 
    }
    
.tsi-3 h1{
    margin: 0;
    padding: 10px 0 2px 0;
    font-size: 1.2em;
    }


    
    
    

    
/* LATEST BLOG POSTS SB
----------------------------------------------------------*/
.lbpsb-item{
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    }

.lbpsb-imagewrap{
    }

.lbpsb-textwrap{
    margin-left: 58px;
    }
    
.lbpsb-title{
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 0.9em;
    }
    
a.lbpsb-image img{
    margin: 0 5px 0 0;
    height: 40px;
    width: 50px;
    border: 0px;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    
.lbpsb-desc{
    font-size: 0.75em;
    color: #002f4f;
    }
    
.lbpsb-infowrap{
    font-size: 0.75em;
    line-height: 26px;
    color: #002f4f;
    margin-left: 58px;
    }
    
.lbpsb-comments{
    padding-left: 18px;
    padding-right: 20px;
    background-image: url(sb-icons.png); 
    background-position: 0px -50px;
    }
    
.lbpsb-username{
    padding-left: 10px;
    margin-left: 20px;
    background-image: url(sb-icons.png); 
    background-position: top left;
    }
    
/* LATEST USER REVIEWS SB
----------------------------------------------------------*/
.lursb-item{
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    }

.lursb-avatarwrap{
    overflow: hidden;
    position: absolute;
    padding: 5px 0 0 0;
    width: 50px;
    }
    
.lursb-avatar-overlayer{
    position: absolute;
    width: 50px;
    height: 53px;
    background-image: url(sb-icons.png); 
    background-position: 0px -150px;
    }

.lursb-avatarwrap img{
    display: block;
    border: 0px;
    width: 50px;
    }
    
.lursb-textwrap{
    position: relative;
    margin-left: 58px;
    }
    
.lursb-title{
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 0.9em;
    }

.lursb-desc{
    font-size: 0.75em;
    color: #002f4f;
    min-height: 35px;
    }
    
.lursb-infowrap{
    position: relative;
    font-size: 0.75em;
    line-height: 26px;
    color: #002f4f;
    margin-left: 58px;
    }
    
.lursb-comments{
    padding-left: 18px;
    padding-right: 20px;
    background-image: url(sb-icons.png); 
    background-position: 0px -50px;
    }
    
.lursb-username{
    padding-left: 10px;
    margin-left: 20px;
    background-image: url(sb-icons.png); 
    background-position: top left;
    }
    
.lursb-score{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 2px;
    font-size: 5em;
    color: #fff;
    font-weight: bold;
    text-shadow: 4px 4px 4px #b6bfc6;
    }

/* HEADER : SUPERSUBMENU UL
----------------------------------------------------------*/
	.supersubmenu, .supersubmenu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 100%;
	}
	
	.supersubmenu li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 100%;
	}
	
	.supersubmenu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 100%;
		margin-top : -1.35em;
	}
	
	.supersubmenu li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	.supersubmenu li a {
		width: 98%;
		w\idth : 98%;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : rgba(255,255,255,0.1);
		border : 0px solid black;
		padding : 0.1em 1%;
	}
	
	ul.supersubmenu ul li a {
		width: 48%;
		w\idth : 48%;
		background-color : rgba(255,255,255,1);
	}
	
	.supersubmenu li a:hover {
		color : white;
		background-color : black;
	}
	
	.supersubmenu li:hover ul ul, .supersubmenu li:hover ul ul ul, .supersubmenu li.sfhover ul ul, .supersubmenu li.sfhover ul ul ul {
		left: -999em;
	}
	
	.supersubmenu li:hover ul, .supersubmenu li li:hover ul, .supersubmenu li li li:hover ul, .supersubmenu li.sfhover ul, .supersubmenu li li.sfhover ul, .supersubmenu li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
	
	
	
/* TEMPCOLOR
----------------------------------------------------------*/
b.tempcolor-0{background-color: #a1a1a1; color: #fff;}
b.tempcolor-0{background-color: rgba(170,170,170,0.77); color: rgba(255,255,255,0.9);}
b.tempcolor-50{background-color: #a1a1a1; color: #fff;}
b.tempcolor-50{background-color: rgba(170,170,170,0.77); color: rgba(255,255,255,0.9);}
b.tempcolor-100{background-color: #a15050; color: #fff;}
b.tempcolor-100{background-color: rgba(165,70,70,0.77); color: rgba(255,255,255,0.9);}
b.tempcolor-250{background-color: #a10000; color: #fff;}
b.tempcolor-250{background-color: rgba(210,0,0,0.77); color: rgba(255,255,255,0.9);}
b.tempcolor-500{background-color: #a10000; color: #fff;}
b.tempcolor-500{background-color: rgba(210,0,0,0.77); color: rgba(255,255,255,0.9);}
b.tempcolor-1000{background-color: #ff0000; color: #fff;}
b.tempcolor-1000{background-color: rgba(255,0,0,0.77); color: rgba(255,255,255,0.9);}
b.tempcolor-ad{background-color: #50a150; color: #fff;}
b.tempcolor-ad{background-color: rgba(80,161,80,0.77); color: rgba(255,255,255,0.9);}


.seltab{
    background-color: yellow;
    }
    

/* GETTING STARTED
----------------------------------------------------------*/
.gs-title{
    color: #666666;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    margin-left: 2px;
    }
    
.gs-wrap{
    text-align: center;
    padding: 10px 10px 10px 10px;
    background: #e4e4e4;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

.gs-imagewrap{
    border: 1px solid #acacac;
    }
    
.gs-imagewrap img{
    width: 100%;
    display: block;
    border: 0px solid #acacac;
    }
    
.gs-desc{
    background: #ababab;
    color: #fff;
    padding: 10px;
    margin-bottom: 6px;
    text-align: left;
    font-size: 0.9em;
    }
        
a.gs-steplink{
    background: #acacac;
    height: 15px;
    width: 15px;
    margin: 10px 3px 0px 3px;
    display: inline-block;
    }
    
a.gs-steplink.sel{
    background: #5fcdf5;
    }
    
a.gs-steplink:hover{
    background: #5fcdf5;
    }
    
a.gs-stepnext{
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    line-height: 30px;
    width: 30px;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    background: #acacac;
    margin: 0 5px 0 5px;
    }

a.gs-stepnext:hover{
    color: #5fcdf5;
    }
    
a.gs-steplink, a.gs-stepnext{
    border-radius: 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    }
    
    
/* JOIN FORM
----------------------------------------------------------*/
.joinform-infobox{
	margin: 10px 15px 10px 15px;
	min-height: 20px;
	}
	        
.joinform-wrap{
    margin: 15px 0 0 0;
    background: url(joinbg.jpg);
    height: 405px;
    border-radius: 5px;
    position: relative;
    }
	    
.joinform-box{
    padding: 5px 5px 5px 5px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 380px;
    background-color: #757575;
    background-color: rgba(255,255,255,0.25);
    color: #fff;
    }

.joinform-divbartop{
    height: 5px;
    background-color: Red;
    clear: both;
    margin-bottom: 10px;
    background-color: #363636;
    background-color: rgba(0,0,0,0.5);
    }
            
.joinform-divbarbottom{
    height: 5px;
    background-color: Red;
    clear: both;
    background-color: #363636;
    background-color: rgba(0,0,0,0.5);
    }
	      
.joinform-input{
    padding: 0 0 10px 0;
    }
	        
.joinform-input label{
    display: inline-block;
    width: 100px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    padding: 0 10px 0 0;
    }
	        
.joinform-textbox{
    width: 240px;
    border: 1px solid #000;
    font-size: 1.5em;
    }
        
.joinform-captchainput{
    width: 60px;
    font-size: 1.5em;
    border: 1px solid #000;
    vertical-align: top;
    }
	         
.joinform-button{
    background: #f20e0a;
    color: #fff;
    border: 2px solid #e0110d;
    font-size: 1.3em;
    border-radius: 3px;
    float: right;
    margin: 0 15px 10px 0;
    }
        
.joinform-tos{
    font-size: 0.75em;
    float: left;
    margin: 8px 0 0 15px;
    color: #999;
    }
	      
.joinform-tos a{
    color: #999;
    }
            


/* CHANNEL PAGE
----------------------------------------------------------*/
.channelpage-wrap{
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 15px 0 0 0;
    background-image: url(vn-lowercontent.png);
    background-position: right top;
    background-repeat: repeat-y;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    
.channelpage-content{
    float: left;
    width: 646px;
    overflow: hidden;
    background: #fff;
    padding: 8px 15px 8px 15px;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    border-radius: 5px 0 0 0;
    }
    
.channelpage-sidecontent{
    float: right;
    width: 300px;
    padding: 0 12px 12px 12px;
    overflow: hidden;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 0px 5px 0px 0px;
    border-radius: 0 5px 0 0;
    }
    
/* SCOCIAL BAR
----------------------------------------------------------*/
.socialbar-wrap{
    padding: 8px 0 6px 0;
    overflow: hidden;
    }

.socialbar-rss{
    float: right;
    height: 32px;
    width: 26px;
    background: url(socialbar.png) 3px 5px;
    }
    
.socialbar-facebook{
    float: right;
    height: 32px;
    width: 26px;
    background: url(socialbar.png) 7px -49px;
    }
    
.socialbar-twitter{
    float: right;
    height: 32px;
    width: 32px;
    background: url(socialbar.png) 0 -100px;
    }
    
    /* reCAPTCHA - "I'm not a robot"
----------------------------------------------------------*/

div#g-recaptcha {
    margin-right: 14px;
}


/* Looks */
#global-profileimage img {
    width: 100%;
}