/* Minification failed. Returning unminified contents.
(591,3): run-time error CSS1031: Expected selector, found '*='
(591,3): run-time error CSS1025: Expected comma or open brace, found '*='
(1564,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
 */
@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
html {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/bg_texture.png) repeat top left; /*#e2e2e2;*/
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font: 14px/18px Arial,Helvetica,sans-serif;
    margin: 10px 0 0 0;
    padding:100px 0 0 0;
} 
ol, ul, li {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

 /*==================================================
 # Header
==================================================== */
header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:153px;
  background: url(../images/header_bg_repeat.png) repeat-x top left transparent;
  min-width: 900px;
 }
 @media screen{
  body>header{
   position: fixed;
   z-index:999;
 }
 .logolink a, .logolink a:link, 
 .logolink a:hover, .logolink a:active, 
 .logolink a:disabled {
    border: 0;
    outline: none;
    color:transparent;
}
    .logolink img {
        /*-moz-transition: all 0.15s linear 0s;*/
        width: 216px;
        border: 0;
        outline: none;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 9;
    }
    .modal-title {
        font-family: 'Open Sans', sans-serif !important;
        color: #bc0f16 !important;
        margin-bottom: 25px !important;
    }
/*.logolink img:hover {
    -moz-transform: scale(1.1);
    background: none repeat scroll 0 0 transparent;
    text-decoration: none;
}*/
.searchfloater {
    width:500px;
    top: 23px;
    right:15px;
    height:50px;
    position:absolute;
    z-index:99;
}

#icon_clear {
    position:absolute;
    right:140px;    
    z-index: 9999999;
    display:none;
    /* now go with the styling */
    cursor:pointer;
    font: bold 2em sans-serif;
    color:#999;  
    margin-top:2px;
}

#icon_clear:hover {
    color:#d80000;
}

#searchcategorywrapper
{
    position: absolute;
    float: right;
    top: 25px;
    right: 66px;
    z-index: 999;
}
.accountstatus {
    text-transform: capitalize !important;
}
.lblhidepopupglobal {
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-left:-20px;
}
.hdsettingswrapper {
opacity: .7;
filter: alpha(opacity=70);
width: 145px;
overflow: hidden!important;
height: 22px;
float: left;
}
.hdsetting {
width: 75px;
}

.navfloater {
   width:922px;
   height:82px;
   background: url(../images/header_bg_right.png) no-repeat top right transparent;
   position: absolute;
   top:0;
   right:0;
}
ul#social_nav {
    top: 90px;
    left: 10px;
    position: absolute;
}
ul#social_nav li {
    float: left;
    margin-right: 6px;
}
ul#social_nav li a {
    background: url("../images/social_sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 29px;
    text-indent: -9999px;
    width: 29px;
}
ul#social_nav li#facebook_btn a {
    background-position: 0 0;
}
ul#social_nav li#facebook_btn a:hover {
    background-position: 0 -29px;
}
ul#social_nav li#twitter_btn a {
    background-position: -29px 0;
}
ul#social_nav li#twitter_btn a:hover {
    background-position: -29px -29px;
}
ul#nav {
    top: 85px;
    position: absolute;
    right: 10px;
}
ul#nav li {
    float: left;
    margin-right: 18px;
}
/*NAV CSS*/
    ul#nav {
        top: 94px;
        position: absolute;
        right: 10px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        ul#nav li {
            float: left;
        }

            ul#nav li a {
                text-decoration: none;
                display: block;
                color: #fff !important;
                font-family: Arial;
                font-size: 16px;
                font-stretch: semi-expanded;
                font-weight: bold;
                height: 22px;
                margin-left: 5px;
                /*padding-left: 10px;*/
                padding-right: 10px;
            }

                ul#nav li a:hover, ul#nav li a:active {
                    color: #e20000 !important;
                }
#usernav_wrap {
    position: fixed;
    right: 10px;
    top: 0;
    z-index: 1001;
}
#usernav_leftcap {
    background: url("../images/login_nav.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 37px;
    width: 10px;
}
#usernav_mid a {
    color: #FFFFFF;
}
#usernav_mid {
    background: url("../images/login_nav.png") no-repeat scroll -10px 0 transparent;
    float: left;
    height: 31px;
    min-width: 200px;
    padding: 6px 8px 0 6px;
    color: #FFFFFF;
    font-size: 12px;
}
a#login_trigger {
    background: url("../images/nav_btns3.png") no-repeat scroll 0 -76px transparent;
    display: block;
    float: left;
    height: 16px;
    margin-right: 15px;
    text-indent: -9999px;
    width: 89px;
}
a.drpdwn_arrowl {
    background: url("../images/nav_btns3.png") no-repeat scroll -298px -76px transparent;
    display: block;
    height: 9px;
    margin: 4px 0 0 -10px;
    text-indent: -9999px;
    width: 12px;
    float:left;
}

#login_container {
    background: url("../images/login_nav.png") no-repeat scroll 0 -37px transparent;
    clear: both;
    height: 168px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 26px;
    width: 235px;
    z-index: 1002;
}
    #login_container1 {
        background: #ccc !important;
        clear: both;
        left: 0;
        overflow: hidden;
        width: 400px;
        margin: 50px auto;
        margin-bottom: 150px;
        border-radius: 12px;
    }

#nav_register {
    background: url("../images/nav_btns3.png") no-repeat scroll -178px -76px transparent;
    display: block;
    float: right;
    height: 16px;
    position: absolute;
    right: 18px;
    text-indent: -9999px;
    top: 6px;
    width: 60px;
}
#usernav_rightcap {
    background: url("../images/login_nav.png") no-repeat scroll -360px 0 transparent;
    float: left;
    height: 37px;
    width: 10px;
}
#loginbg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background-color: #000;
    z-index: 1000;
    text-align: center;
    display:none;
}
#hey_you {
    float: left;
    margin: -1px 8px 0 0;
    font-size: 14px;
    width:180px;
    height: 17px;
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap; 
    outline: 0 !important;
    text-transform: uppercase;
    text-decoration:none !important;
}
#hey_you:hover, .hey_you:active {
    text-decoration: none;  
}
a.drpdwn_arrow {
    background: url("../images/nav_btns3.png") no-repeat scroll -298px -76px transparent;
    display: block;
    height: 9px;
    margin-top: 3px;
    text-indent: -9999px;
    width: 12px;
    float:right;
}
#account_container {
    background: url("../images/login_nav.png") no-repeat scroll 0 -148px transparent;
    clear: both;
    height: 57px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 26px;
    width: 235px;
    z-index: 1002;
}
.renewaldate {
    float: right;
    margin: 5px 15px;
    color: #888;
}
#usernav {
    margin-left:18px;
    margin-top:-2px;
}
#usernav li {
    margin-top: 6px;
    text-transform: uppercase;
    font-size: 14px;
}
#usernav li a {
    height:16px;
    width:180px;
    display:block;
}
/*==================================================
 # Loading
==================================================== */
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background-color: #000;
    z-index: 3;
    text-align: center;
}
#loadingimage 
{
    width: 128px;
    height: 128px;
    position: absolute;
    z-index: 4;
    left:50%;
    top:50%;
    margin:-64px 0 0 -64px;
}
#loadingtext
{
    width: 300px;
    height: 220px;
    position: absolute;
    z-index: 5;
    left:50%;
    top:50%;
    margin:-110px 0 0 -150px;
    color: white;
    text-align: center;
}
/*==================================================
 # Dialog Loading
==================================================== */
#dialogloading 
{
    width: 128px;
    height: 128px;
    position: fixed;
    z-index: 99999999;
    left:50%;
    top:50%;
    margin:-64px 0 0 -64px;
}
/*==================================================
 # Body
==================================================== */
#bodymain {
    padding-bottom:20px;
    width:100%;
    clear:both;
    padding-top:42px;
}
 * html div#content{
    height:100%;
    overflow:auto;
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}
.content-wrapper {
    max-width: 100%;
    min-width:340px;
}
.main-content {
    padding-left: 10px;
    padding-top: 30px;
}
#mainsection
{
    width:900px;
}
.pgTitle
{
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 2em;
    margin-bottom: 0;
    padding: 10px 0 9px 0;
}
section.featured
{
    float: left;
    width:280px;
    margin-left:7px;
}
.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}
/*==================================================
 # Footer
==================================================== */
footer {
    clear: both;
    background-color: #bababa;
    /*font-size: .8em;*/
    position: relative;
    padding-bottom:6px;
    width:100%;
    min-width: 900px;
    font-size:13px;
    border-top: 1px #aaa solid;
    height:270px;
}
.footertext {
    line-height: 17px;
    padding: 10px 20px 0 20px;
    text-align: justify;
    word-spacing: 0;
    height: 68px;
    overflow:hidden;
}
.footercopyright
{
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    clear:both;
}
.footerprivacy
{
    clear:both;
    font-weight:bold;
    background: #bababa;
    height:25px;
    text-decoration: none !important;
}
a#screenplay_link {
    background: url("../Images/screenplay_logo.png") no-repeat scroll right center transparent;
    color: #444444;
    display: block;
    float: left;
    font-weight: bold;
    height: 21px;
    margin-left: 40px;
    padding-top:3px;
    width: 180px;
    margin-left:20px;
    margin-top:-3px;
    text-decoration: none !important;
}
a {
    text-decoration: none;
}
ul#social li {
    display: inline;
    list-style: none;
}
ul#social li a {
    color: #999;
    text-decoration: none;
}
a.facebook, a.twitter {
    display: block;
    float: left;
    height: 24px;
    padding-left: 17px;
    text-indent: -9999px;
    width: 16px;
}
a.facebook {
    background: url("../Images/facebook.png") no-repeat;
}
a.twitter {
    background: url("../Images/twitter.png") no-repeat;
}
/*==================================================
 # Cursors
==================================================== */
html, body, .current, abbr{cursor: url(../Content/cursor/cursor.cur),default;}
a, button, select, input[type="select"], input[type="submit"], input[type="reset"], input[type="radio"], 
input[type="checkbox"], .infoicon, input[type="button"], a span, .button, .button-color, .error, .accordion h2, 
li .title, .tag-body, div.detail, ul.menu li, ul.menu, .jqTransformSelectWrapper div span, form label, .zoom, 
.more, .showhide h4, #slide-nav li, .slider-nav .left, .slider-nav .right, .orbit-bullets li, form label, 
.ui-jqgrid-sortable, .gridPreview, .orbit-wrapper .timer, .dd-select, .dd-option, .btnqueuedisc, .btndownloaddisc, 
.btnremovequeue, .lblhidepopupglobal {cursor: url(../Content/cursor/hand.cur),pointer !important;}
input {cursor: url(../Content/cursor/text.cur),text;}
abbr, acronym, .postcontent dfn{cursor: url(../Content/cursor/help.cur),help;}
/*==================================================
 # To Top Arrow
==================================================== */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:80px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../Images/ui.totop.png) no-repeat left top;
    z-index:2;
}
#toTopHover {
	background:url(../Images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}

/*==================================================
 # Default Links
==================================================== */
a {
    color: #bc0f16;
    text-decoration: underline;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #e20000;
}
/*    a:link, a:visited {
        color: #fff !important;
    }*/
a:active, a:hover {
    color: #bc0f16 !important;
}

    #lnkresetpassword:link, #lnkresetpassword:visited {
        color: #bc0f16 !important;
    }

\/*==================================================
 # Default Elements
==================================================== */
    .clear {
        clear: both;
    }
    .bold
    {
        font-weight: bold;
    }
footer, hgroup,
nav, section {
    display: block;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
ol, ul {
    list-style: none outside none;
}
.center {
    margin: 0 auto;
}
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
h1, h2, h3,
h4, h5, h6 {
    color: #2e2e2e;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2em;
    margin-bottom: 0;
}
h1 sup {
    font-size: 12px;
    position: relative;
    top: -5px;
    left: -5px;
    vertical-align: top;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
h3 {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 4px;
}
h4 {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 4px;
}
h5, h6 {
    font-size: 1em;
}

/*article {
    float: left;
    width: 70%;
}
aside {
    float: right;
    width: 25%;
}
aside ul {
    list-style: none;
    padding: 0;
}
aside ul li {
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}
ol.round {
    list-style-type: none;
    padding-left: 0;
}
ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
    background: url("../Images/bullet.png") no-repeat;
}*/

/*==================================================
 # Home Page
==================================================== */  
#sidebar
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0 0 25px 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
#programs_mod {
    background: none repeat scroll 0 0 padding-box #EFEFEF;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 9px 0 0 9px;
    width: 249px;
}
.prgrmmod_title {
    background: url("../Images/Home/programs_mod.jpg") no-repeat scroll 0 -720px transparent;
    display: block;
    height: 36px;
    margin: 0 0 12px;
    text-indent: -9999px;
    width: 240px;
}
#programs_mod ul li {
    float: left;
}
.prgrmmod_cvr {
    background: url("../Images/Home/programs_mod.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 72px;
    text-indent: -9999px;
    width: 72px;
}
.cvr_weekly {
    background-position: 0 -648px;
    margin: 0 12px 12px 0;
}
.cvr_weekly:hover {
    background-position: -72px -648px;
}
.cvr_smash {
    background-position: 0 -576px;
    margin: 0 12px 12px 0;
}
.cvr_smash:hover {
    background-position: -72px -576px;
}
.cvr_classic {
    background-position: 0 -72px;
}
.cvr_classic:hover {
    background-position: -72px -72px;
}
.cvr_club {
    background-position: 0 -144px;
    margin: 0 12px 12px 0;
}
.cvr_club:hover {
    background-position: -72px -144px;
}
.cvr_country {
    background-position: 0 -216px;
    margin: 0 12px 12px 0;
}
.cvr_country:hover {
    background-position: -72px -216px;
}
.cvr_dance {
    background-position: 0 -288px;
}
.cvr_dance:hover {
    background-position: -72px -288px;
}
.cvr_hits {
    background-position: 0 -360px;
    margin: 0 12px 9px 0;
}
.cvr_hits:hover {
    background-position: -72px -360px;
}
.cvr_latin {
    background-position: 0 -432px;
    margin: 0 12px 9px 0;
}
.cvr_latin:hover {
    background-position: -72px -432px;
}
.cvr_urban {
    background-position: 0 -504px;
}
.cvr_urban:hover {
    background-position: -72px -504px;
}
.papermod_top {
    background: url("../Images/Home/sidebar_objects.png") no-repeat scroll 0 -258px transparent;
    display: block;
    height: 5px;
    width: 275px;
}
.papermod_mid {
    background: url("../Images/Home/sidebar_objects.png") no-repeat scroll -275px 0 transparent;
    display: block;
    padding: 8px 24px 8px 11px;
    width: 240px;
}
.papermod_mid .dot_trail {
    background: url("../Images/Home/dot_trail.png") repeat-x scroll 0 12px transparent;
}
.papermod_mid li {
    margin-bottom: 8px;
}
.bg_ef_left {
    background-color: #EFEFEF;
    padding-right: 6px;
}
.bg_ef_right {
    background-color: #EFEFEF;
    padding-left: 6px;
}
.papermod_btm {
    background: url("../Images/Home/sidebar_objects.png") no-repeat scroll 0 -263px transparent;
    display: block;
    height: 42px;
    width: 275px;
}
a.register_sidebar_btn {
    background: url("../Images/Home/sidebar_objects.png") no-repeat scroll 0 -305px transparent;
    display: block;
    height: 40px;
    text-indent: -9999px;
    width: 258px;
}
a.register_sidebar_btn:hover {
    background-position: 0 -345px;
    border: medium none;
}
.ie6 a.register_sidebar_btn {
    background-position: 0 -303px;
}
.ie6 a.register_sidebar_btn:hover {
    background-position: 0 -343px;
    border: medium none;
}
h1#home_tagline {
    background: url("../Images/Home/tagline_bg.jpg") no-repeat scroll 0 0 transparent;
    color: #333333;
    display: block;
    font-size: 31px;
    font-weight: bold;
    height: 60px;
    margin: -30px 30px 0 0;
    padding: 30px 0 0 20px;
    width: 840px;
    float:right;
}
.page_header_home {
    background: url("../Images/Home/header_bg_logo.png") no-repeat scroll left center transparent;
    border: 2px solid #C1C4C5;
    border-radius: 4px 4px 4px 4px;
    display: block;
    height: 69px;
    margin: 35px 30px 10px 0;
    padding: 7px 0 0 88px;
    width: 769px;
    float:right;
}
#mainsecion p
{
    padding-right:10px;
}
#mainsecion ul
{
    margin-left:100px;
}
.page_header_home h1
{
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 0;
}
ul.decor {
    list-style-type:disc;
}
.homecontentwrapper {
    float:right;
    width: 840px;
    padding:0 30px 20px 20px;
}
/*==================================================
 # Register
==================================================== */
div.toc_wrap {
    background: none repeat scroll 0 0 #E9E9E9;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    display: block;
    font-size: 12px;
    height: 200px;
    line-height: 16px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px 10px;
}
a.info_link {
    background: url("../images/icons.png") no-repeat scroll 0 -69px transparent;
    color: #555555 !important;
    display: block;
    font-size: 12px;
    height: 16px;
    padding-left: 22px;
    text-decoration: none !important;
}
.addresslabel {
    color: #777;
    width: 280px;
    padding:3px;
    float:left;
    margin-top:-25px;
}
.addresslabel .country { width:75px; float:left; }
.addresslabel .address { width:115px; float:left; }
.addresslabel .city { width:115px; float:left; }
.addresslabel .state { width:75px; float:left; }
.addresslabel .zip { width:40px; float:left; }

.initialsnote { 
    width:120px; 
    height: 25px; 
    float:left; 
    margin-top: -5px;
    margin-left: 5px;
}

/*==================================================
 # About
==================================================== */
#rightmaincol {float:right;min-width:600px;max-width:890px;margin-top:-40px;}
#rightmaincol p {text-align:justify}
.contactlist {margin:-20px 0 0 0 !important;padding:0 0 15px 0 !important;}
.contactlist li {margin:0 !important;padding:32px 0 0 0 !important;}
.contactlist li input, .contactlist textarea {width:200px !important;}
.contactlist li input:focus, .contactlist textarea:focus {width:200px !important;padding-right:30px !important;}
.aboutlist { padding-left: 20px; }
.aboutlist li {
    list-style-type:disc !important;
    padding:2px !important;
    margin:0 !important;
}
table.tblpricing {padding: 3px; text-align:left; position:relative;}
.tblpricing th {font-weight:bold; padding: 4px; text-align:left; border-bottom: solid 1px #aaa;}
.tblpricing td {padding:3px; text-align:left; border-bottom: solid 1px #ccc; }
.tblpricing tr {color:#000; }
.col1 {width:150px; text-decoration:underline;}
.col2 {width:150px;}
.col3 {width: 90px;}
.col4 {width:220px; font-style:italic;}
/*.myTable tr:hover {background-color:#3d3d3d; color: #fff;}*/

table.tblcanadapricing {padding: 3px; text-align:left; position:relative;width:96%;}
.tblcanadapricing th {font-weight:bold; padding: 4px; text-align:left; border-bottom: solid 1px #aaa;}
.tblcanadapricing td {padding:3px; text-align:left; border-bottom: solid 1px #ccc; }
.tblcanadapricing tr {color:#000; }
.ca_col1 { width:50%; }
.ca_col_other { width:23%; }
.ca_col_other { width:23%; }

.eu_col1 { width:35%; }
                     
/*==================================================
 # Programs
==================================================== */
#progamswrapper {
  margin: -30px auto;
  max-width: 1320px;  
  padding-bottom: 40px;
}
.program_module {
    border: 2px solid #C1C4C5;
    border-radius: 4px 4px 4px 4px;
    display: block;
    height: 102px;
    margin-bottom: 20px;
    margin-right:15px;
    margin-left:5px;
    padding: 6px 6px 0 120px;
    position: relative;
    float:left;
    width: 289px;
} 
.program_module h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.program_module p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 3px;
}
a.sml_button:link {
    color: #222222;
}
a.sml_button {
    background-image: -webkit-gradient(linear, left top, left bottom, from( #EBEBEB /*{a-bar-background-start}*/), to( #E2E2E2 /*{a-bar-background-end}*/)); 
	background-image: -webkit-linear-gradient( #EBEBEB /*{a-bar-background-start}*/, #E2E2E2 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EBEBEB /*{a-bar-background-start}*/, #E2E2E2 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EBEBEB /*{a-bar-background-start}*/, #E2E2E2 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #EBEBEB /*{a-bar-background-start}*/, #E2E2E2 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #EBEBEB /*{a-bar-background-start}*/, #E2E2E2 /*{a-bar-background-end}*/);
    border: 1px solid #888888;
    border-radius: 4px 4px 4px 4px;
    color: #222222;
    font-size: 10px;
    height: 18px;
    padding: 2px 6px;
    text-decoration: none;
}
.goarrow_icon {
    background: url("../images/icons.png") no-repeat scroll -16px -24px transparent;
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    position: relative;
    top: 1px;
    width: 7px;
}
.view_program {
    bottom: 8px;
    position: absolute;
    right: 7px;
}
.hotlist_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 -763px transparent;
    float: left;
}
.smash_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 -872px transparent;
    float: right;
}
.hits_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 0 transparent;
    float: left;
}
.dance_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 -109px transparent;
    float: right;
}
.club_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 -218px transparent;
    float: left;
}
.urban_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 -327px transparent;
    float: right;
}
.country_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 -436px transparent;
    float: left;
}
.latin_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 -545px transparent;
    float: right;
}
.classic_lg {
    background: url("../images/programs_lg.jpg") no-repeat scroll 0 -654px transparent;
    float: left;
}

/*==================================================
 # FAQ
==================================================== */
ul.faq_link {
    list-style: disc outside none;
    margin: 10px 0 30px 20px;
}
ul.faq_link li {
    margin-bottom:5px;
}   
.faq_top {
    margin-left: 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top:-12px;
    display:block;
    padding:0;
    margin-bottom:0;
} 
.faqanchor {
  display: block; 
  position: relative;
  top: -147px;
  margin-left: -5000em; 
}
/*==================================================
 # Disclaimer
==================================================== */
    .overlay_bg {
        background-color: #000000;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999990;
        /*background: rgba(0, 0, 0, 0.7) !important;
        backdrop-filter: blur(8px) !important;*/
        background: rgba(0, 0, 0, 0.5) !important;
    }
#disclaimer {
    background: url("../images/overlay.png") repeat-y scroll -860px 0 #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    display: block;
    height: auto;
    left: 50%;
    margin-left: -430px;
    position: absolute;
    top: 110px;
    width: 860px;
    z-index: 999999;
}
    #disclaimer_top {
        background: url("../images/overlay.png") no-repeat scroll 0 0 transparent;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        display: block;
        height: 6px;
        width: 860px;
    }
#disclaimer_content {
    padding: 26px 30px 10px;
}
#disclaimer_content p {
    text-align: justify;
    /*font-weight:bold;*/
}
/*#disclaimer h1 {
    background: url("../images/overlay.png") no-repeat scroll 0 -12px transparent;
    display: block;
    height: 25px;
    margin-bottom: 26px;
    text-indent: -9999px;
    width: 143px;
}*/
#disclaimer_bottom {
    background: url("../images/overlay.png") no-repeat scroll 0 -6px transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    height: 6px;
    width: 860px;
}
#btnagree, #btnnotagree {
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    margin: 10px;
    padding: 12px;
    font-weight: lighter;
    text-decoration: none;
    color: #fff !important;
}
#btnagree:hover, #btnnotagree:hover {
	opacity:.85;
	cursor: pointer; 
    color: #fff !important;
}
#btnagree:active, #btnnotagree:active {
	border: 1px solid #989698;
     color:#fff !important;
}

/*==================================================
 # Check Out
==================================================== */
.tblcartwrapper {
    margin-top:20px;
    padding: 10px;
    -moz-border-radius:8px;  
    border-radius: 8px;  
    -webkit-border-radius: 8px;
    border:1px solid #666;
    background-color: #eee;
}
table.tblcart {padding: 3px; text-align:left; position:relative;width:100%; }
.tblcart th {font-weight:bold; padding: 4px; color:#666; }
.tblcart td {padding:3px; border-top: solid 1px #ccc; }
.tblcart tr {color:#999; }
.cartcol2 {width: 150px; text-align:right; font-weight:bold; }
.cartfooter {color:#666; padding:8px 0 4px 0 !important;}

#btnpurchasesection {text-align:center;margin-top:20px;}
/* === Remove input autofocus webkit === */
*:focus {outline: none;}

.myform
{
    margin-bottom: 80px;
}

.form_hint, .required_notification {font-size: 11px; color:red;}
.validation-summary-errors, .validation-summary-valid
{
    clear:both !important;
    width:95% !important;
}
.validation-summary-errors ul, .validation-summary-valid ul
{
    margin:10px 0 0 20px !important;
    color: red !important;
    width:100% !important;
}
.validation-summary-errors ul li, .validation-summary-valid ul li, .customerror li {
    list-style-type:disc !important;
    padding:3px !important;
    margin:0 !important;
    width:100% !important;
}
.customerror
{
    width: 100%;
    color: red;
    margin:10px 0 0 20px;
}
fieldset
{
    padding: 22px 0 12px 17px;
    min-width:600px;
    -moz-border-radius:8px;  
    border-radius: 8px;  
    -webkit-border-radius: 8px;
    margin-top:20px;
}
/* === List Styles === */
.myform ul {
    /*width:750px;*/
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
    float:left;
}
.myform li{
	padding: 22px 0 12px 12px; 
	/*border-bottom:1px solid #eee;*/
	position:relative;
    width:280px;
} 
/*.myform li:first-child, .myform li:last-child {
	border-bottom:1px solid #777;
}*/

/* === Form Header === */
.myform h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
/*.myform label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}*/
.myform label {
	width:170px;
	margin-right: -155px;
    margin-top: -25px;
	display:inline-block;
	float:left;
	padding:3px;
    color: #777;
}
.myform input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}

.myform textarea {padding:8px; width:300px;}
.myform button {margin-left:156px;}

	/* form element visual styles */
	.myform input, .myform textarea { 
		border:1px solid #aaa;
		border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	    -o-border-radius: 3px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
    
    .myform select { 
        height:31px; 
	    width:255px; 
	    padding:5px 0 5px 5px;
		border:1px solid #aaa;
		border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	    -o-border-radius: 3px;
		padding-right:5px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
    
	.myform input:focus, .myform textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		padding-right:50px;
	}
    
    .myform select:focus {
		background: #fff; 
		border:1px solid #555; 
	}

/* === HTML5 validation styles === */	
.myform input:required, .myform textarea:required {
	background: #fff url(forms/red_asterisk.png) no-repeat 98% center;
}
.myform input:required:valid, .myform textarea:required:valid {
	background: #fff url(forms/valid.png) no-repeat 98% center;
	border-color: #28921f;
}
.myform input:focus:invalid, .myform textarea:focus:invalid {
	background: #fff url(forms/invalid.png) no-repeat 98% center;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.myform input:focus + .form_hint {display: inline;}
.myform input:required:valid + .form_hint {background: #28921f;}
.myform input:required:valid + .form_hint::before {color:#28921f;}


/*==================================================
 # Buttons
====================================================*/
/*Default Button*/
 .btn a, .btn a:link, 
 .btn a:disabled,.btn {
	background-color: #aeacb0;
	background: -webkit-gradient(linear, left top, left bottom, from(#aeacb0), to(#8b898c));
	background: -webkit-linear-gradient(top, #aeacb0, #8b898c);
	background: -moz-linear-gradient(top, #aeacb0, #8b898c);
	background: -ms-linear-gradient(top, #aeacb0, #8b898c);
	background: -o-linear-gradient(top, #aeacb0, #8b898c);
	background: linear-gradient(top, #aeacb0, #8b898c);
	border: 1px solid #858485;
	border-bottom: 1px solid #9a989b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: white !important;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
    text-decoration: none;
}
 .btn a:hover, .btn:hover {
	opacity:.85;
	cursor: pointer; 
    text-decoration: none;
}
.btn a:active, .btn:active {
	border: 1px solid #989698;
}
/*Green Button*/
.btngreen {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
}
.btngreen:hover {
	opacity:.85;
	cursor: pointer; 
}
.btngreen:active {
	border: 1px solid #20911e;
	
}
.myform input[type="submit"] {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
    float:right;
    height:40px;
}
myform input[type="submit"]:hover {
	opacity:.85;
	cursor: pointer; 
}
myform input[type="submit"]:active {
	border: 1px solid #20911e;
	
}
/*Red Button*/
.btnred {
	background-color: #b12f2f;
	background: -webkit-gradient(linear, left top, left bottom, from(#b12f2f), to(#911e1e));
	background: -webkit-linear-gradient(top, #b12f2f, #911e1e);
	background: -moz-linear-gradient(top, #b12f2f, #911e1e);
	background: -ms-linear-gradient(top, #b12f2f, #911e1e);
	background: -o-linear-gradient(top, #b12f2f, #911e1e);
	background: linear-gradient(top, #b12f2f, #911e1e);
	border: 1px solid #911111;
	border-bottom: 1px solid #992b2b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
}
.btnred:hover {
	opacity:.85;
	cursor: pointer; 
}
.btnred:active {
	border: 1px solid #911e1e;
}

/*==================================================
 # DDSlick Select
====================================================*/
.dd-select { height:38px; overflow:hidden; border-radius:2px; border:1px solid #aaa; position:relative; cursor:pointer;-moz-transition: padding .25s; -webkit-transition: padding .25s; -o-transition: padding .25s;transition: padding .25s;}
/*.dd-selected-text {font:13px/34px "Lucida Sans Unicode", "Lucida Grande", sans-serif; text-align:center;;color:#666666;}*/
.dd-desc { color:#aaa; display:block; overflow: hidden; font-weight:normal; line-height: 1.4em; }
.dd-selected{ overflow:hidden; display:block; padding:5px; }
.dd-pointer{ width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px;}
.dd-pointer-down{ border:solid 5px transparent; border-top:solid 5px #000; }
.dd-pointer-up{border:solid 5px transparent !important; border-bottom:solid 5px #000 !important; margin-top:-8px;}
.dd-options{ border:solid 1px #ccc; border-top:none; list-style:none; display:none; position:absolute; z-index:2000; margin:0; padding:0;background:#fff; overflow:auto;}
.dd-option{ padding:5px; display:block; border-bottom:solid 1px #ddd; overflow:hidden; text-decoration:none; color:#333; cursor:pointer;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;-ms-transition: all 0.25s ease-in-out; }
.dd-options > li:last-child > .dd-option{ border-bottom:none;}
.dd-option:hover{ background:#f3f3f3; color:#000;}
.dd-selected-description-truncated { text-overflow: ellipsis; white-space:nowrap; }
.dd-option-selected { background:#f6f6f6; }
.dd-option-image, .dd-selected-image { vertical-align:middle; float:left; margin-right:5px; max-width:64px;width:31px;height:30px;}
.dd-image-right { float:right; margin-right:15px; margin-left:5px;}
.dd-container{ position:relative;}​ /*.dd-selected-text {  } */
.dd-select a:link { color:#2e2e2e; text-decoration: none; } .dd-select a:hover { color:#2e2e2e; text-decoration: none; } .dd-select a:active { color:#2e2e2e; text-decoration: none; }  .dd-select a:visited { color:#2e2e2e; text-decoration: none; } 
                                                                                                                                                                                        
/*==================================================
 # Login Form
====================================================*/
.myloginform
{
    padding:14px;
}                                                                                                                                                                                      
.myloginform input {                                                                                                                                                                                   
	height:20px; 
	padding:5px 8px;
    width:163px;
    margin-top:10px;
}
.myloginform button {float:right; margin:17px 5px 0 0;}
.myloginform a {float:left; margin:23px 0 0 0;}
.myloginform input { 
	border:1px solid #aaa;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	-ms-border-radius: 3px;
    -o-border-radius: 3px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.myloginform input:focus {
	background: #fff; 
	border:1px solid #555; 
}	
.myloginform input:required {
	background: #fff url(forms/red_asterisk.png) no-repeat 98% center;
}
.myloginform input:required:valid {
	background: #fff url(forms/valid.png) no-repeat 98% center;
	border-color: #28921f;
}
.myloginform input:focus:invalid {
	background: #fff url(forms/invalid.png) no-repeat 98% center;
	border-color: #b03535
}

.myloginform input:focus + .form_hint {display: inline;}
.myloginform input:required:valid + .form_hint {background: #28921f;}
.myloginform input:required:valid + .form_hint::before {color:#28921f;}

/*========================================================*/
.myloginform_mid, .myloginform_top, .myloginform_bot {
	padding: 20px;
}

.myloginform_top {
	padding-top: 30px;
	> * {
	}
}

.myloginform_bot {
	padding-top: 30px;
}

.myloginform_bot {
	height: 20px;
}

	.myloginform_mid input {
		height: 30px;
		padding: 5px 8px;
		width: 320px;
		margin-top: 10px;
	}

	#btnlogin {
		float: right;
		margin: 17px 5px 0 0;
		height: 40px;
	}

	.myloginform_mid a {
		float: left;
		margin: 23px 0 0 0;
	}

	.myloginform_mid input {
		border: 1px solid #aaa;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		padding-right: 30px;
		-moz-transition: padding .25s;
		-webkit-transition: padding .25s;
		-o-transition: padding .25s;
		transition: padding .25s;
	}

		.myloginform_mid input:focus {
			background: #fff;
			border: 1px solid #555;
		}

		.myloginform_mid input:required {
			background: #fff url(forms/red_asterisk.png) no-repeat 98% center;
		}

			.myloginform_mid input:required:valid {
				background: #fff url(forms/valid.png) no-repeat 98% center;
				box-hadow: 0 0 5px #5cd053;
				border-color: #28921f;
			}

		.myloginform_mid input:focus:invalid {
			background: #fff url(forms/invalid.png) no-repeat 98% center;
			border-color: #b03535
		}

		.myloginform_mid input:focus + .form_hint {
			display: inline;
		}

		.myloginform_mid input:required:valid + .form_hint {
			background: #28921f;
		}

			.myloginform_mid input:required:valid + .form_hint::before {
				color: #28921f;
			}

#btnlogin, #btnlogin:link, #btnlogin:visited {
	background-color: #d2121a !important;
	background: #d2121a !important;
	border: 1px solid #bc0f16;
	border-radius: 3px;
	color: white !important;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}
	#btnlogin:active, #btnlogin:hover {
		background-color: #bc0f16 !important;
		background: #bc0f16 !important;
		border: 1px solid #990e14 !important;
	}
	/*=================================================
 # Radios
====================================================*/
	.jqTransformRadioWrapper {
		float: left;
		display: block;
		margin: 0px 4px;
		margin-top: 5px;
	}
.jqTransformRadio {
	background: transparent url(forms/radio.png) no-repeat center top;
	vertical-align: middle;
	height: 21px;
	width: 20px;
	display:block;/*display: -moz-inline-block;*/
}

/*=================================================
 # Checkboxes
====================================================*/
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(forms/checkbox.png) no-repeat center top;
	vertical-align: middle;
	height: 21px;
	width: 20px;
	display:block;/*display: -moz-inline-block;*/
}

/*=================================================
 # Checked - Used for both Radio and Checkbox
====================================================*/
.jqTransformHidden {display: none;}
a.jqTransformChecked { background-position: center bottom;}
.jqtransformdone label {
margin-top: 4px;
margin-right: 8px;
display: block;
float: right;
}

/*==================================================
 # Notes
====================================================*/
.usonly_note {
    color: #888;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

/*==================================================
 # Payment Page Styles
====================================================*/
table.tblpackages {text-align:left; position:relative; margin-top:10px;}
.tblpackages td {text-align:left;}
.tblpackages tr {color:#000; }
.col1 {width:170px; text-decoration:underline;}
.col2 {width:120px;}
.col3 {width: 70px;}
.col4 {width:250px; font-style:italic;}
.tblpackages tr:hover {background-color:#ccc; color: #000;}

.paymentfieldset
{
    padding: 5px 0 12px 17px;
    min-width:600px;
    -moz-border-radius:8px;  
    border-radius: 8px;  
    -webkit-border-radius: 8px;
    margin-top:-60px;
}

label.lbl_credit {
    background: url("../Images/icons.png") no-repeat scroll 0 -123px transparent;
    cursor: pointer;
    display: block;
    height: 11px;
    margin: 7px 25px 16px 27px;
    position: relative;
    text-indent: -9999px;
    top: 2px;
    width: 196px;
}
label.lbl_paypal {
    background: url("../Images/icons.png") no-repeat scroll 0 -101px transparent;
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 7px 0 10px 27px;
    position: relative;
    text-indent: -9999px;
    top: -1px;
    width: 138px;
}
.subscriptionlabel {
    width: 500px !important;
    margin-top: 3px !important;
    color: #000 !important;
}
.packagelabel {
    width: 130px !important;
    margin-top: 3px !important;
    color: #000 !important;
    text-decoration:underline !important;
}
.orderdescription {
    line-height: 22px;
    margin-top: -25px;
}
.ordernote {
    margin-top: 10px;
    font-size: 12px;
}

.searchMeme-container
{
    width: 450px;
}
.searchMeme-container div
{
    margin: 0;
    padding: 0;
}
.searchMeme-button-icon
{
    background-image: url(forms/icon-search.png);
    top: 20%;
    left: 20%;
    position: relative;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.searchMeme-button-searching
{
    background-image: url(forms/loading.gif);
    position: relative;
    top: 33%;
    left: 36%;
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
}
.searchMeme-water-mark
{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7; /* Good browsers */
    opacity: 0.7;
}
.orange-normal
{
    background: #f8c70f; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8c70f 0%, #f2a309 100%, #f2a309 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8c70f), color-stop(43%,#f2a309), color-stop(100%,#f2a309)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8c70f 0%,#f2a309 100%,#f2a309 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8c70f 0%,#f2a309 100%,#f2a309 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8c70f 0%,#f2a309 100%,#f2a309 100%); /* IE10+ */
    background: linear-gradient(top,  #f8c70f 0%,#f2a309 100%,#f2a309 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c70f', endColorstr='#f2a309',GradientType=0 ); /* IE6-9 */
}
.orange-hover
{
    background: #f2a309; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2a309 0%, #f8c70f 100%, #f8c70f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2a309), color-stop(43%,#f8c70f), color-stop(100%,#f8c70f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2a309 0%,#f8c70f 100%,#f8c70f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2a309 0%,#f8c70f 100%,#f8c70f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2a309 0%,#f8c70f 100%,#f8c70f 100%); /* IE10+ */
    background: linear-gradient(top,  #f2a309 0%,#f8c70f 100%,#f8c70f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a309', endColorstr='#f8c70f',GradientType=0 ); /* IE6-9 */
}
.red-normal
{
    background: #ea0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #ea0000 0%, #f20000 100%, #f20000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea0000), color-stop(43%,#f20000), color-stop(100%,#f20000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ea0000 0%,#f20000 100%,#f20000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ea0000 0%,#f20000 100%,#f20000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ea0000 0%,#f20000 100%,#f20000 100%); /* IE10+ */
    background: linear-gradient(top,  #ea0000 0%,#f20000 100%,#f20000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#f20000',GradientType=0 ); /* IE6-9 */
}
.red-hover
{
    background: #f20000; /* Old browsers */
    background: -moz-linear-gradient(top,  #f20000 0%, #ea0000 100%, #ea0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f20000), color-stop(43%,#ea0000), color-stop(100%,#ea0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f20000 0%,#ea0000 100%,#ea0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f20000 0%,#ea0000 100%,#ea0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f20000 0%,#ea0000 100%,#ea0000 100%); /* IE10+ */
    background: linear-gradient(top,  #f20000 0%,#ea0000 100%,#ea0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20000', endColorstr='#ea0000',GradientType=0 ); /* IE6-9 */
}
.green-normal
{
    background: #9c9c9c; /*73d006 Old browsers */
    background: -moz-linear-gradient(top,  #9c9c9c 0%, #bcbcbc 100%, #bcbcbc 100%); /*46b204 FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9c9c), color-stop(43%,#bcbcbc), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9c9c9c 0%,#bcbcbc 100%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9c9c9c 0%,#bcbcbc 100%,#bcbcbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9c9c9c 0%,#bcbcbc 100%,#bcbcbc 100%); /* IE10+ */
    background: linear-gradient(top,  #9c9c9c 0%,#bcbcbc 100%,#bcbcbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
}
.green-hover
{
    background: #bcbcbc; /* Old browsers */
    background: -moz-linear-gradient(top,  #bcbcbc 0%, #9c9c9c 100%, #9c9c9c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(43%,#9c9c9c), color-stop(100%,#9c9c9c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bcbcbc 0%,#9c9c9c 100%,#9c9c9c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bcbcbc 0%,#9c9c9c 100%,#9c9c9c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bcbcbc 0%,#9c9c9c 100%,#9c9c9c 100%); /* IE10+ */
    background: linear-gradient(top,  #bcbcbc 0%,#9c9c9c 100%,#9c9c9c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#9c9c9c',GradientType=0 ); /* IE6-9 */
}
.searchMeme-input-left input
{
    width: 432px;
    background-color: #2D2822;
    border: none;
    color: #fff;
    z-index: 1;
    padding: 11px;
    font-size: 20px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    -webkit-box-shadow: inset 1px 1px 1px 0px #000;
    -moz-box-shadow: inset 1px 1px 1px 0px #000;
    box-shadow: inset 1px 1px 1px 0px #000;
    margin-top: 0px;
    
        /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 5-7 */
    filter: alpha(opacity=80); /* Netscape */
    -moz-opacity: 0.8; /* Safari 1.x */
    -khtml-opacity: 0.8; /* Good browsers */
    opacity: 0.8;
}
.searchMeme-input-left
{
    float: left;
    width: 452px;
    overflow:hidden;
}
.searchMeme-button-left
{
    width: 47px;
    height: 45px;
    cursor: pointer;
    float: left;
    z-index: 100;
}
.searchMeme-round-left
{
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.searchMeme-input-right input
{
    width: 432px;
    background-color: #666;
    border: none;
    color: #fff;
    z-index: 1;
    padding: 11px 11px 9px 11px;
    font-size: 20px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    -webkit-box-shadow: inset 1px 1px 1px 0px #000;
    -moz-box-shadow: inset 1px 1px 1px 0px #000;
    box-shadow: inset 1px 1px 1px 0px #000;
    margin-top:0px;
    
            /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 5-7 */
    filter: alpha(opacity=80); /* Netscape */
    -moz-opacity: 0.8; /* Safari 1.x */
    -khtml-opacity: 0.8; /* Good browsers */
    opacity: 0.8;
}
.searchMeme-input-right
{
    float: right;
    width: 452px;
    overflow:hidden;
}
.searchMeme-button-right
{
    width: 47px;
    height: 45px;
    cursor: pointer;
    float: right;
    z-index: 100;
}
.searchMeme-round-right
{
    /*-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;*/
    moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}



/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:185px;
	right:20px;
	width:301px;
	z-index:9999999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('/Content/forms/ie-spacer.gif'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(/Content/forms/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(/Content/forms/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(/Content/forms/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	right:3px;
	background:url(/Content/forms/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}

.panel {
    position: fixed;
    top: 124px;
    left: 0;
    display: none;
    border:1px solid #111;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    width: 388px;
    /*width: 520px;*/
    height: 47px;
    padding: 8px 5px 2px 80px;
    background: url(../images/panel_bg.png) repeat top left transparent;
    filter: alpha(opacity=90);
    opacity: .90;
    z-index: 999;
}

a.paneltrigger{
    position: fixed;
    top: 124px; left: 0;
    padding: 13px 40px 10px 10px;
    background:#333333 url(../images/plus.png) 85% 55% no-repeat;
    border:1px solid #444444;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    z-index: 999;
}

a.paneltrigger:hover{
    position: fixed;
    top: 124px; left: 0;
    padding: 13px 40px 10px 10px;
    background:#222222 url(../images/plus.png) 85% 55% no-repeat;
    border:1px solid #444444;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
}

a.active.paneltrigger {
    background:#222222 url(../images/minus.png) 85% 55% no-repeat;
}

.selectwrapper {
    float:left;margin-left:15px;
}



.rightpanel {
    position: fixed;
    top: 124px;
    right: 0;
    display: none;
    border:1px solid #111;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    width: 332px;
    height: 47px;
    padding: 8px 80px 2px 5px;
    background: url(../images/panel_bg.png) repeat top left transparent;
    filter: alpha(opacity=90);
    opacity: .90;
    z-index: 999;
    text-align: right;
}

a.rightpaneltrigger{
    position: fixed;
    top: 124px; 
    right: 0;
    padding: 13px 10px 10px 40px;
    background:#333333 url(../images/plus.png) 20% 55% no-repeat;
    border:1px solid #444444;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    display: block;
    z-index: 999;
}

a.rightpaneltrigger:hover{
    position: fixed;
    top: 124px; 
    right: 0;
    padding: 13px 10px 10px 40px;
    background:#222222 url(../images/plus.png) 20% 55% no-repeat;
    border:1px solid #444444;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    display: block;
}

a.active.rightpaneltrigger {
    background:#222222 url(../images/minus.png) 20% 55% no-repeat;
}

.accountsummary {
    float:left;
    margin: 2px 15px 0 7px;
    width: 315px;
    color:#fff;
}
.accountsummary span {
    font-weight:bold;
}
.accountsummary a, .accountsummary a:link, .accountsummary a:visited {
    color:white;
}
.accountsummary a:hover, .accountsummary a:active {
    text-decoration:none;
}
