﻿body {
    font-size: 0.83em;
    font-family: Arial, Verdana, Helvetica, 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;
    min-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px 0 5px;
}

/* ADS
----------------------------------------------------------*/
#ad-wrap{
    height: 90px;
    background: #333;
}

.sidead{
    padding-bottom: 10px;
}

.sidead-second{
    text-align: center;
    padding-bottom: 10px;
}

#content {
    margin: 0 0 10px 0;
    background: white;
}

/* HEADER
----------------------------------------------------------*/
#header {
    height: 90px;
    padding-left: 10px;
    background: url('header.png') left bottom;
}

#header-inner {
    height: 90px;
    position: relative;
    background: url('header.png') right top;
    z-index: 12;
}

#header-left {
    width: 18%;
    height: 90px;
    float: left;
}

#header-mid {
    width: 56%;
    height: 90px;
    float: left;
}

#header-right {
    width: 26%;
    height: 90px;
    float: left;
}


#logo{
    width: 213px;
    height: 90px;
    float: left;
    display: block;
}

#logo img{
    width: 100%;
    border: 0;
}

#headercontent{
    width: 81%;
    height: 90px;
    float: left;
}

/* HEADER : MAIN MENU
----------------------------------------------------------*/
#mainmenu{
    height: 29px;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
    margin-bottom: 9px;
}

#mainmenu2{
    height: 29px;
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
}

#mainmenu li, #mainmenu2 li{
    height: 29px;
    float: left;
    display: block;
    list-style: none;
    padding: 0;
}

#mainmenu li a, #mainmenu2 li a{
    height: 29px;
    float: left;
    display: block;
    background-image: url('mainmenu.png');
}

#mainmenu2 li a{
    height: 29px;
    float: left;
    display: block;
    background-image: url('mainmenu.png');
}

.mainmenu-news a{
    width: 52px;
    margin-right: 10px;
    background-position: 0px 0px;
}

.mainmenu-news a:hover{
    background-position: -300px 0px;
}

.mainmenu-news.sel a, .mainmenu-news.sel a:hover{
    background-position: -150px 0px;
}

.mainmenu-tags a{
    width: 73px;
    background-position: 0px -29px;
}

.mainmenu-tags a:hover{
    background-position: -300px -29px;
}

.mainmenu-tags.sel a, .mainmenu-tags.sel a:hover{
    background-position: -150px -29px;
}

.mainmenu-community a{
    width: 98px;
    margin-right: 10px;
    background-position: 0px -58px;
}

.mainmenu-community a:hover{
    background-position: -300px -58px;
}

.mainmenu-community.sel a, .mainmenu-community.sel a:hover{
    background-position: -150px -58px;
}

.mainmenu2-submit a{
    width: 65px;
    background-position: 0px -87px;
}

.mainmenu2-submit a:hover{
    background-position: -300px -87px;
}

.mainmenu2-submit.sel a, .mainmenu2-submit.sel a:hover{
    background-position: -150px -87px;
}

.mainmenu2-pending a{
    width: 98px;
    height: 26px;
    padding: 3px 3px 0 0;
    background-position: 0px -116px;
    text-align: right;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    margin: 0 4px 0 10px;
}

.mainmenu2-pending a:hover{
    background-position: -300px -116px;
}

.mainmenu2-pending.sel a, .mainmenu2-pending.sel a:hover{
    background-position: -150px -116px;
}


/* HEADER : SEARCH
----------------------------------------------------------*/
#search{
    width: 100px;
    height: 24px;
    margin: 15px 0 0 16px;
    float: left;
    background: url('mainmenu.png') no-repeat left bottom;
}

#search:hover{
    background-position: -150px bottom;
}

#search-q{
    margin: 3px 0 0 3px;
    width: 70px;
    color: #fff;
    border: 0;
    float: left;
    background-color: transparent;
    font-weight: bold;
}

.search-b{
    width: 24px;
    height: 24px;
    float: right;
    border: 0;
    background-color: transparent;
}

.search-b:hover{
    background: url('mainmenu.png') no-repeat right bottom;
    cursor: pointer;
}

/* HEADER : SEARCH : PAGE
----------------------------------------------------------*/
#searchp-q{
    width: 400px;   
    font-size: 1.5em; 
    color: #0066cc;
    font-weight: bold;
}

/* HEADER : SUBMENU WRAP
----------------------------------------------------------*/
#submenu{
    clear: left;
    height: 22px;
    margin-right: 4px;
    padding: 0 0 0 5px;
    background: url('submenu.png') left bottom;
}

#submenu-inner{
    height: 22px;
    padding: 0px 5px 0 0;
    background: url('submenu.png') right top;
}

#submenu-off{
    clear: left;
    height: 22px;
    margin-right: 4px;
    padding: 0 0 0 5px;
    background: url('submenu.png') left bottom;
}

#submenu-off-inner{
    height: 22px;
    padding: 0px 5px 0 0;
    background: url('submenu.png') right top;
}

/* HEADER : SUBMENU UL
----------------------------------------------------------*/
.submenu, .submenu ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
}

.submenu a{
display:block;
padding:3px 5px;
/*border:1px solid #ccc;*/
color:#80c2ec;
text-decoration:none;
font-size: 0.9em;
font-weight: bold;
}

.submenu a:hover{
background-color:#fff;
color:#333;
}

.submenu li{
float:left;
position:relative;
}

.submenu ul li{
float: none;
}

.submenu ul {
position:absolute;
display:none;
background-color:#0081d4; /*Pop up BG*/
}

.submenu li ul a{
border:1px solid #0071c7; /* Border color */
border-top-width: 0;
width: 130px;
}

.submenu ul ul{
}	

/* third-and-above-level lists */
.submenu li ul ul {
margin: -22px 0 0 141px;
}

.submenu li:hover ul ul, .submenu li:hover ul ul ul, .submenu li:hover ul ul ul ul{
display:none;
}

.submenu li:hover ul, .submenu li li:hover ul, .submenu li li li:hover ul, .submenu li li li li:hover ul{
display:block;
}

/* style selected */
.submenu a.sel{
color: #fff;
}

/* style parents */
.submenu a.parent{
background-image: url('submenu-parent.png');
background-position: right;
background-repeat: no-repeat;
padding-right: 14px;
}

.submenu li ul a.parent{
background-image: url('submenu-parent2.png');
padding-right: 5px;
}

.submenu .hotchannel a{
color: gold;
}


/* HEADER : USER MENU
----------------------------------------------------------*/
#usermenu, #aboutmenu{
    width: 220px;
    height: 60px;
    background: url('usermenu.png');
    position: absolute;
    right: 10px;
    top: 15px;
}

#usermenu a{
    text-decoration: none;
    font-weight: bold;
    color: #aebecb;
    font-size: 0.8em;
}

#usermenu a:hover, #usermenu a.sel, #aboutmenu a:hover, #aboutmenu a.sel{
    color: #fff;
    background: #0a3050;
}

#um-avatar{
    position: absolute;
    left: 7px;
    top: 7px;
    padding: 1px;
}

#um-avatar img{
    height: 44px;
    border-width: 0;
}

#um-avatar b{
    width: 42px;
    padding: 1px 0 1px 0;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 1px;
    font-size: 0.7em;
    text-align: center;
    color: #ccc;
    background: url('usermenu.png') right bottom;
}

#um-account{
    padding: 0px 3px;
    position: absolute;
    left: 57px;
    top: 6px;
}

#um-submissions{
    padding: 0px 3px;
    position: absolute;
    left: 57px;
    top: 23px;
}

a#um-pm, a#um-notification, a#um-report{
    width: 16px;
    height: 11px;
    position: absolute;
    left: 60px;
    bottom: 8px;
    background: url(usermenu.png) left bottom;
}

a#um-notification, a#um-notification:hover{
    width: 11px;
    position: absolute;
    left: 80px;
    background: url(usermenu.png) -40px bottom;
}

a#um-report, a#um-report:hover{
    width: 11px;
    position: absolute;
    left: 95px;
    background: url(usermenu.png) -80px bottom;
}

a#um-pm:hover, a#um-pm.sel{
    background: url('usermenu.png') -20px bottom;
}

a#um-pm-new, a#um-pm-new:hover{
    width: 16px;
    height: 11px;
    position: absolute;
    left: 60px;
    bottom: 8px;
    background: url(alerts.gif) left top;
}

a#um-report-new, a#um-notification-new, a#um-notification-new:hover{
    width: 11px;
    height: 11px;
    position: absolute;
    left: 80px;
    bottom: 8px;
    background: url(alerts.gif) left -20px;
}

a#um-report-new, a#um-report-new:hover{
    left: 95px;
    background: url(alerts.gif) left -40px;
}

#usermenu a#um-logout{
    padding: 0px 3px;
    position: absolute;
    left: 115px;
    top: 6px;
    font-weight: normal;
}

#um-mod{
    padding: 0px 3px;
    position: absolute;
    left: 127px;
    bottom: 5px;
    font-size: 0.8em;
}

#um-admin{
    padding: 0px 3px;
    position: absolute;
    left: 112px;
    bottom: 5px;
    font-size: 0.8em;
}

a#um-newsboiler{
    width: 58px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
}

a#um-newsboiler:hover, a#um-newsboiler.sel{
    background: url('usermenu.png') right top;
}

/* HEADER : ABOUT MENU
----------------------------------------------------------*/
#am-login, #am-join{
    position: absolute;
    right: 70px;
    top: 7px;
    font-weight: bold;
    text-decoration: none;
}

#am-login{
    width: 43px;
    left: 72px;
    top: 7px;
    border-right: 0px solid #6987a8;
}

#am-about{
    width: 146px;
    position: absolute;
    left: 7px;
    bottom: 7px;
    font-size: 0.75em;
    color: #abbac6;
}

#am-about a{
    color: #6987a8;
}

/* 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{
    height: 218px;
    margin: 10px 0 10px 0;
    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 : 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;
  /* 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;}

/*
.nl-item{
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.nl-item.sel{
    background: #fffecd;
}

.nl-item a{
    color: #000;
}

.nl-item a:hover{
    color: #ff0000;
}

.nl-tempwrap{
    width: 117px;
    height: 55px;
    float: left;
    position: relative; 
    margin-top: 3px;
}

.nl-temp{
    width: 51px;
    padding-top: 5px;
    position: absolute;
    z-index: 5;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #f1f1f1;
}

a.nl-tempcom0, a.nl-tempcom50, a.nl-tempcom100, a.nl-tempcom250, a.nl-tempcom500, a.nl-tempcom1000{
    width: 52px;
    height: 23px;
    padding-right: 65px;
    padding-top: 32px;
    position:absolute;
    z-index: 3;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    color: #d9d9d9;
    background-image: url(temp.png);
}
.nl-tempcom50{background-position: 0px -0px;}
.nl-tempcom100{background-position: 0px -90px;}
.nl-tempcom250{background-position: 0px -180px;}
.nl-tempcom500{background-position: 0px -180px;}
.nl-tempcom1000{background-position: 0px -270px;}

.nl-image{
    width: 66px;
    height: 48px;
    position:absolute;
    right: 0px;
    top: 0px;
    background-color: #000;
    z-index: 1;
}

.nl-rounder{
    width: 4px;
    height: 48px;
    position:absolute;
    right: 0px;
    top: 0px;
    background-color: purple;
    z-index: 2;
    background: url(temp.png) -190px 0px;
}

.nl-item h2{
    margin: 0 20px 3px 137px;
    padding: 0;
    font-size: 1.3em;
}

.nl-item h2 a{
    text-decoration: none;
    color: #0066cc;
}

.nl-item p{
    margin: 0 40px 3px 137px;
    font-size: 1em;
    min-height: 43px;
    color: #333333;
}

.nl-com, .nl-more, .nl-goto, .nl-ago{
    margin-left: 4px;
    float: left;
    color: #999;
    font-size: 0.8em;
}



.nl-ago{
    margin-left: 65px;
}


.nl-by{
    margin-left: 3px;
    color: #999;
    font-size: 0.8em;
}

.nl-by a{
    text-decoration: none;
    color: #999;
}

.nl-com a, .nl-goto a{
    text-decoration: none;
    color: #999;
}
*/

/* 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;
    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-content{
    min-height: 1100px;
    padding: 10px 10px 20px 20px;
    position: relative;
    background: #fff;
}

.vn-main{
    margin-right: 320px;
}   

.vn-sub{
    width: 300px;
    position: absolute;
    top: 10px;
    right: 10px;
}   

.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-story h1{
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    font-size: 1.8em;
}

.vn-story p{
    min-height: 70px;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 1em;
}   

.vn-update{
    padding: 0;
    margin: 0;
}  

.vn-update b{
    display: block;
    padding: 5px 0;
}  

div.vn-temp0, div.vn-temp50, div.vn-temp100, div.vn-temp250, div.vn-temp500, div.vn-temp1000{
    width: 134px;
    height: 40px;
    display: block;
    padding: 5px 10px 5px 10px;
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
    background-image: url('temp.png');
    background-position: -400px -0px;
}

div.vn-temp50{background-position: -400px -0px;}
div.vn-temp100{background-position: -400px -90px;}
div.vn-temp250{background-position: -400px -180px;}
div.vn-temp500{background-position: -400px -180px;}
div.vn-temp1000{background-position: -400px -270px;}

.vn-storyimage{
    width: 150px;
    height:113px;
    margin: 5px 0 10px 15px;
    padding: 0px;
    clear: right;
    float:right;
    overflow: hidden; 
    position: relative; 
    border: solid 2px #ccc;
}

.vn-storyimage img{
    height: 113px; 
    position: absolute; 
    top: 0px; 
    left:-23px;
}

.vn-tags{
    font-size: 0.8em;
    color: #999;
} 

.vn-tags a{
    text-decoration: none;
    color: #999;
}   

.vn-more{
    margin-left: 0px;
    padding-bottom: 5px;
}

.vn-more a{
    font-weight: bold;
}

.vn-more-link{
    font-size: 20px;
}

.vn-source{
    color: #666;
    padding-bottom: 20px;
}

.vn-source a{
    color: #666;
    text-decoration: none;
}

.vn-credit{
    color: #666;
    margin-top: -15px;
    padding-bottom: 20px;
}

.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-avatar img{
    position: absolute;
    left: 9px;
    top: 18px;
    width: 24px;
    border: solid 1px #ccc;
}

a.vn-username{
    margin-top: 17px;
    padding-bottom: 1px;
    display: block;
    font-weight: bold;
}

.vn-date{
    float: left;
    padding-right:10px;
    display: block;
    float: left;
}

.vn-type{
    padding-left: 10px;
    float: left;
    display: block;
    border-left: 1px solid #ccc;
}

a#vn-toolicon{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 55px;
    display: block;
    text-decoration: none;
    background: url(vn-info.png) right top;
}

a#vn-toolicon:hover, a#vn-toolicon.sel{
    background: url(vn-info.png) right bottom;
}

.vn-relatedto{
    margin-top: 5px;
    display: block;
    float: left;
}

#vn-toolbar-wrap{
    position: relative;
}

#vn-toolbar{
    width: 130px;
    padding: 10px;
    position: absolute;
    right: 0px;
    bottom: -6px;
    z-index: 999;
    overflow: hidden;
    background: #e8e8e8;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}

#vn-toolbar.closed{
    display: none;
}

#vn-toolbar a{
    margin-left: 5px;
    padding: 3px 0px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

ul.vn-altsources
{
    padding: 3px 10px 0 0;
    margin: 0 0 20px 0;
}

ul.vn-altsources li
{
    list-style: none;
    color: #545454;
}

.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: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.vn-relatedmenu{
    margin-bottom: 20px;
    overflow: hidden;
}

.vn-sourcemenu
{
    margin-top: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #dedede;
}

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;
}

.cl-av a{
    margin-right: 18px;
}

.cl-rep1 .cl-av img{
    width: 30px;
}

.cl-rep2 .cl-av img{
    width: 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;
}

.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-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    background: #eaeaea;
}

.pt-edit a{
    padding: 17px;
    display: block;
    text-decoration: none;
    background: #dedede;
}


/* PENDING : TOOLS : REPORTS
----------------------------------------------------------*/
.pt-reports, .pt-reportform{
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    background: #edabab;
}

.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;
}

.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;
}

.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;
}

.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
----------------------------------------------------------*/
.sb-top{
    height: 39px;
    background: url('sb.png') left top;
}

.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;
    width: 300px;
    margin-bottom: 10px;
    background: url('sb.png') left bottom;
}

/* SIDEBOX : MENU
----------------------------------------------------------*/
.sb-menubottom{
    height: 32px;
    margin-bottom: 10px;
    padding: 0 6px;
    background: url('sb.png') right bottom;
    overflow: hidden;
}

.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-bubble{
    width: 26px;
    height: 20px;
    margin-left: 10px;
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    color: #404100;
    float: right;
    background: url('sb-lc-bubble.png') no-repeat center center;
}

a.sb-lc-title{
    width: 195px;
    float: left;
}

/* 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-temp{
    padding: 2px 5px 2px 5px;
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    color: #fff;
    background: #b33333;
}

.sb-ht-num{
    width: 25px;
    float: left;
    color: #999;
    text-align: left;
    font-size: 0.9em;
}

a.sb-ht-title{
    width: 190px;
    float: left;
    font-size: 0.9em;
}

/* SIDEBOX : TOP USERS
----------------------------------------------------------*/
a.sb-tu-title{
    width: 150px;
    float: left;
    padding: 0 0 0 5px; 
    font-weight: normal;
    font-size: 0.8em;
}

.sb-tu-score{
    float: right;
    color: #999;
    font-size: 0.8em;
}

.sb-tu-num{
    width: 15px;
    margin-right: 5px;
    float: left;
    color: #999;
    text-align: right;
    font-size: 0.8em;
}

.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 0px; 
    font-weight: normal;
    color: #666;
    font-size: 0.8em;
}


/* 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;
    }


/* BLOG POST : LIST
----------------------------------------------------------*/
.bl-wrap{
    }

.bl-item{
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
    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{
    border-width: 0;
    padding: 0;
    margin: 0 0 5px 0;
    }
    
h1.bl-title a{
    color: #000;
    text-decoration: none;
    }
    
a.bl-comments{
    background: #d8db78;
    color: #6c6d3c;
    font-weight: bold;
    text-decoration: none;
    float: left;
    display: block;
    padding: 5px 15px;
    margin-right: 5px;
    font-size: 1.2em;
    }
    
.bl-imgwrap{
    width: 100%;
    height: 135px;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    position: relative;   
    background: #000;
    }
    
.bl-imgwrap img{
    width: 100%;
    }
    
.bl-temp{
    padding: 5px 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: #fff;
    }
    
.bl-infowrap{
    width: 98%;
    padding: 5px 1%;
    background: #000;
    color: #999;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top-width: 0;
    }
    
.bl-avatar img{
    width: 20px;
    border: 2px solid #ccc;
    float: left;
    margin-right: 5px;
    }   
   
a.bl-username{
    margin-top: 3px;
    display: block;
    float: left;
    color: #999;
    text-decoration: none;
    font-weight: bold;
    }

.bl-time{
    margin-top: 3px;
    display: block;
    float: right;
    }
    
.bl-more{
    display: block;
    padding-top: 5px;
    font-size: 1.2em;
    }


/* 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;
    }
    
    
    
    
    
    
    


/* HEADER2
----------------------------------------------------------*/
#header2 {
    height: 90px;
    padding-left: 10px;
    background: url('header.png') left bottom;
}

#header2-inner {
    height: 90px;
    position: relative;
    background: url('header.png') right top;
    z-index: 12;
}

#header2-left {
    width: 12%;
    height: 60px;
    float: left;
}


#header2-right {
    width: 88%;
    height: 60px;
    float: left;
}


#header2-logo{
    height: 60px;
    float: left;
    display: block;
}

#header2-logo img{
    height: 100%;
    border: 0;
}

#header2-bottom{
    clear: both;
    background: #5e9bd2;    
    background-color: rgba(255,255,255,0.3);
    height: 30px;
    margin-left:-10px;
    padding: 0px;
    border-radius: 0px 0px 5px 5px;
}


/* HEADER MENU 1
----------------------------------------------------------*/
.headermenu1-wrap{
    margin: 5px 0 0 0;
    padding: 5px 5px 0 5px;
    float: left;
    overflow: hidden;
    border-bottom-width: 0;
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px 5px 0px 0px;
    }

ul#headermenu1{
    margin: 0 0 0 0;
    padding:0;
    list-style-type:none;
    float: left;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    }
    
ul#headermenu1 li{
    float: left;
    }

ul#headermenu1 li a{
    display: block;
    height: 24px;
    text-decoration: none;
    padding: 35px 0 0 0;
    font-size: 0.65em;
    color: #5e9bd2;
    background-color: rgba(0,0,0,0.4);
    font-variant: small-caps;
    font-weight: bold;
    width: 50px;
    height: 15px;
    text-align: center;
    background-image: url(headermenu.png);
    }
    
ul#headermenu1 li a:hover {
    background-color: rgba(0,0,0,0.3);
    }
    
ul#headermenu1 li a.sel {
    color: gold;
    background: #5e9bd2;
    /*background-color: rgba(255,255,255,0.3);*/
    font-weight: bold;
    background-image: url(headermenu.png);
    }
    

    
ul#headermenu1 li.headermenu1-home a{background-position: center -456px;}
ul#headermenu1 li.headermenu1-home.sel a{background-position: center -556px;}

ul#headermenu1 li.headermenu1-news a{background-position: center -606px;}
ul#headermenu1 li.headermenu1-news.sel a{background-position: center -706px;}

ul#headermenu1 li.headermenu1-articles a{background-position: center -756px;}
ul#headermenu1 li.headermenu1-articles.sel a{background-position: center -856px;}

ul#headermenu1 li.headermenu1-media a{background-position: center -906px;}
ul#headermenu1 li.headermenu1-media.sel a{background-position: center -1006px;}

ul#headermenu1 li.headermenu1-reviews a{background-position: center -1056px;}
ul#headermenu1 li.headermenu1-reviews.sel a{background-position: center -1156px;}

ul#headermenu1 li.headermenu1-more a{background-position: center top; width: 25px;}
ul#headermenu1 li.headermenu1-more.sel a{background-position: center top;}
    
/* HEADER MENU 2
----------------------------------------------------------*/
ul#headermenu2{
    margin: 35px 0 0 10px;
    padding:0;
    list-style-type:none;
    float: left;
    border-radius: 3px 3px 0px 0px;
    overflow: hidden;
    }
    
ul#headermenu2 li{
    float: left;
    }
    
ul#headermenu2 li a{
    display: block;
    height: 15px;
    text-decoration: none;
    padding: 6px 6px 4px 6px;
    background: #21608f;
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.65);
    font-weight: bold;
    font-size: 0.9em;
    }
    
ul#headermenu2 li a:hover {
    background-color: rgba(0,0,0,0.4);
    }
    
ul#headermenu2 li a.sel {
    color: gold;
    background: #5e9bd2;
    background-color: rgba(255,255,255,0.3);
    }
    
ul#headermenu2 li.headermenu2-site a{
    width: 13px;
    height: 14px;
    margin: 1px 20px 0px 1px;
    background-image: url(headermenu.png);
    background-position: center -1212px;
    border-radius: 0 3px 0 0;
    background-color: #aac1df;
    }
    
ul#headermenu2 li.headermenu2-search a{
    width: 21px;
    background-image: url(headermenu.png);
    background-position: center -1262px;
    border-radius: 3px 0 0 0;
    }
    
    
/* HEADER MENU 3
----------------------------------------------------------*/
ul#headermenu3{
    margin: 7px 55px 0 10px;
    padding:0;
    list-style-type:none;
    float: right;
    }
    
ul#headermenu3 li{
    float: left;
    text-align: center;
    }
    
ul#headermenu3 li a, .headermenu3-account{
    position: relative;
    margin-left: 0px;
    display: block;
    width: 43px;
    height: 13px;
    padding-top: 30px;
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.65em;
    font-weight: bold;
    }
    
ul#headermenu3 li a:hover {
    background-color: rgba(0,0,0,0.3);
    }
    
ul#headermenu3 li a.sel {
    color: gold;
    background: #5e9bd2;
    background-color: rgba(255,255,255,0.3);
    }
    
.headermenu3-pending b{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    width: 42px;
    margin-top: 10px;
    color: rgba(255,255,255,0.5);
    }
    
.headermenu3-pending.sel b{
    color: gold;
    }
    
.headermenu3-account{
    position: relative;
    }
    
    
.headermenu3-account img{
    position: absolute;
    left: 10px;
    top: 5px;
    width: 18px;
    border: 1px solid rgba(255,255,255,0.5);
    }
    
.headermenu3-account.sel img{
    border: 1px solid gold;
    }
    
ul#headermenu3 li.headermenu3-submit a{
    background-image: url(headermenu.png);
    background-position: center -309px;
    border-radius: 3px 0 0 3px;
    }
    
ul#headermenu3 li.headermenu3-submit.sel a{
    background-position: center -409px;
    }
    
    
ul#headermenu3 li.headermenu3-account{
    border-radius: 0 3px 3px 0;
    }    
    
/* HEADER MENU 4
----------------------------------------------------------*/
ul#headermenu4{
    margin: 3px 0px 0px 10px;
    padding:0;
    list-style-type:none;
    float: left;
    }
    
ul#headermenu4 li{
    float: left;
    }
    
ul#headermenu4 li a{
    display: block;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    margin: 0 2px 0 0;
    color: #125293;
    font-size: 1.05em;
    border-radius: 3px;
    }
    
ul#headermenu4 li a:hover {
    background-color: rgba(255,255,255,0.1);
    }
    
ul#headermenu4 li a.sel {
    color: #5e9bd2;
    background-color: #125293;
    font-weight: bold;
    }
    
ul#headermenu4 li.headermenu4-more a{
    width: 36px;
    height: 13px;
    background-image: url(tagssupermenu-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    }    
    
/* HEADER MENU 5
----------------------------------------------------------*/
ul#headermenu5{
    margin: 3px 0px 0 20px;
    padding:0;
    list-style-type:none;
    float: left;
    }
    
ul#headermenu5 li{
    float: left;
    }
    
ul#headermenu5 li a{
    display: block;
    text-decoration: none;
    padding: 3px 6px 3px 6px;
    color: #125293;
    border-radius: 3px;
    }
    
ul#headermenu5 li a:hover {
    background-color: rgba(255,255,255,0.1);
    }
    
ul#headermenu5 li a.sel {
    color: #5e9bd2;
    background: #125293;
    font-weight: bold;
    }


/* 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
----------------------------------------------------------*/  
#supermenutags-tab{
    cursor: pointer;
    float: left;
    height: 50px;
    margin: 0 0 0 5px;
    background-repeat: no-repeat;
    color: gold;
    font-weight: bold;
    font-size: 1.1em;
    }
    
#supermenutags-tab span{
    float: left;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 50px;
    border-radius: 3px 0px 0px 3px;
    background-color: rgba(255,255,255,0.35);
    background-color: #5e9bd2;
    }
    
#supermenutags-tab b{
    float: left;
    display: block;
    margin: 0 0 0 2px;
    background-image: url(headermenu.png);
    background-position: center -1500px;
    width: 50px;
    height: 50px;
    border-radius: 0px 3px 3px 0px;
    background-color: rgba(0,0,0,0.1);
    }
    
#supermenutags-tab b:hover{
    background-color: rgba(0,0,0,0.2);
    }
    
#supermenutags-tab.sm-sel b{
    background-color: rgba(255,255,255,0.4);
    border-radius: 0 3px 0 0;
    }
  
#supermenutags-update{
    display: none;
    }
    
.smtags-wrap{
    position: absolute;
    left: -10px;
    top: 60px;
    width: 600px;
    background: #5b88c5;
    padding: 10px;
    border: 5px solid rgba(250,250,250,0.5);
    border-radius: 10px;
    }


.smtags-searchwrap{
    height: 38px;
    }
    
.smtags-searchwrap label{
    color: gold;
    font-weight: bold;
    font-size: 1.3em;
    padding-right: 5px;
    line-height: 30px;
    }

.smtags-searchwrap button{
    font-size: 1.3em;
    }
    
.smtags-searchwrap input{
    font-size: 1.3em;
    width: 180px;
    }
    
.smtags-item{
    padding: 5px 10px;
    color: #125495;
    background: rgba(250,250,250,0.1);
    margin-bottom: 1px;
    }
    
.smtags-item a{
    color: #125495;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.1em;
    }
    
/* SUPER MENU SITE
----------------------------------------------------------*/   
#supermenusite-tab{
    cursor: pointer;
    float: left; 
    width: 25px;
    height: 25px;
    margin: 35px 10px 0px 1px;
    background-image: url(headermenu.png);
    background-position: center -1212px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0 3px 0 0;
    }
    
#supermenusite-tab:hover{
    background-color: rgba(0,0,0,0.3);
    }
    
#supermenusite-tab.sm-sel{
    background-color: #aac1df;
    }

#supermenusite-update{
    display: none;
    }
    
.smsite-wrap{
    position: absolute;
    left: 47%;
    top: 60px;
    width: 300px;
    background: #5b88c5;
    padding: 10px;
    border: 5px solid rgba(250,250,250,0.5);
    border-radius: 10px;
    }

.smsite-wrap ul, .smaccount-wrap ul{
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    }
    
.smsite-wrap ul a, .smaccount-wrap ul a{
    padding: 2px 5px;
    display: block;
    margin-bottom: 1px;
    text-decoration: none;
    color: #125495;
    background: rgba(250,250,250,0.1);
    }
    
.smsite-wrap ul b, .smaccount-wrap ul b{
    padding: 2px 5px;
    margin-bottom: 3px;
    display: block;
    color: gold;
    }

/* SUPER MENU SEARCH
----------------------------------------------------------*/   
#supermenusearch-tab{
    cursor: pointer;
    float: left; 
    width: 33px; 
    height: 25px;
    margin: 35px 0 0 0;
    background-image: url(headermenu.png);
    background-position: center -1362px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px 3px 0 0;
    }
    
#supermenusearch-tab:hover{
    background-color: rgba(0,0,0,0.4);
    }
    
#supermenusearch-tab.sm-sel{
    background-color: #aac1df;
    }

#supermenusearch-update{
   display: none;
    }
    
.smsearch-wrap{
    position: absolute;
    left: 45%;
    top: 60px;
    width: 450px;
    background: #5b88c5;
    padding: 10px;
    border: 5px solid rgba(250,250,250,0.5);
    border-radius: 10px;
    }

/* SUPER MENU ACCOUNT
----------------------------------------------------------*/   
#supermenuaccount-tab{
    cursor: pointer;
    position: absolute;
    right: 54px;
    top: 7px;
    width: 43px; 
    height: 43px;
    border-radius: 0 3px 3px 0;
    background-color: rgba(250,250,250,0);
    }
    
#supermenuaccount-tab:hover{
    background-color: rgba(0,0,0,0.1);
    }
    
#supermenuaccount-tab.sm-sel{
    background-color: rgba(0,0,0,0.2);
    }

#supermenuaccount-update{
    display: none;
    }
    
.smaccount-wrap{
    position: absolute;
    right: 0;
    top: 50px;
    width: 300px;
    background: #5b88c5;
    padding: 10px;
    border: 5px solid #104780;
    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);
    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);
    }

/* SUPER MENU NEWSBOILER
----------------------------------------------------------*/   
#supermenunewsboiler-tab{
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 43px; 
    height: 43px;
    background-image: url(headermenu.png);
    background-position: center -155px;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
    }
    
#supermenunewsboiler-tab:hover{
    background-color: rgba(0,0,0,0.3);
    }
    
#supermenunewsboiler-tab.sm-sel{
    background-color: rgba(0,0,0,0.4);
    border-radius: 3px 3px 0 0;
    border-bottom: 3px solid #red;
    height: 53px;
    }

#supermenunewsboiler-update{
    display: none;
    }
    
.smnewsboiler-wrap{
    position: absolute;
    right: 0px;
    top: 50px;
    width: 300px;
    height: 220px;
    background: #104780;
    padding: 10px;
    border: 5px solid #104780;
    border-radius: 10px 7px 10px 10px;
    }

