/* seTweaks Custom StyleSheet */
:focus {
    outline: none !important;
}

div.content{
    min-height:400px;
}

input.button,
a.button{
    padding: 6px 17px;
    border:1px solid #BBB;
    color:#555;
    -moz-border-radius:5px; /*Firefox*/-webkit-border-radius:5px; /*Safari and chrome*/-khtml-border-radius:5px; /*Linux browsers*/border-radius:5px; /*CSS3*/
    background:#FFF url(../images/setweaks/btn_bg.png) repeat-x bottom center;
    cursor:pointer;
    font-weight:normal;
}

input.button:hover,
a.button:hover{
    background-image:url(../images/setweaks/btn_bg_on.png);
    border-color:#aaa;
    color:#333;
    -moz-box-shadow: 0px 1px 8px #ddd;
    -webkit-box-shadow: 0px 1px 8px #ddd;
    box-shadow: 0px 1px 8px #ddd;
    text-decoration:none;
}


.curve5{-moz-border-radius:5px; /*Firefox*/-webkit-border-radius:5px; /*Safari and chrome*/-khtml-border-radius:5px; /*Linux browsers*/border-radius:5px; /*CSS3*/ }
.curve10{-moz-border-radius:10px; /*Firefox*/-webkit-border-radius:10px; /*Safari and chrome*/-khtml-border-radius:10px; /*Linux browsers*/border-radius:10px; /*CSS3*/ }

.se_bubble{
    /*width:685px; small left column */
    width:575px;
    /*background:transparent url(../images/setweaks/se_bubble.gif);*/
    position:relative;
    background-color:transparent;
}

.se_avator{
    /*position:absolute;
    top:85px;
    left:2px;*/
    /*width:480px;*/
    width:370px;
    float:left;
    color:#666;
    text-align:left;
    padding-top:8px;
    padding-left:2px;
    font-size:11px;
}
.se_status_rules{
    float:left;
    clear:both;
    padding: 0 0 5px 3px;
    color: #777777;
    font-size: 12px;
    font-weight:bold;
}

.se_statusContainer{
    /*width:460px;*/
    margin:0 auto;
    text-align:center;
    /*padding:0 45px;*/
    background-color:transparent;
}

#ajax_currentstatus_value{
    line-height:16px;
    word-wrap:break-word;
}

.button_mass_mail{
    background:none repeat scroll 0 0 #2276BB;
    border:medium none;
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    padding:2px 5px;
}
.mass_mail_types{
    font-size: 12px;
    background-color: #F1F1F1;
    margin-bottom: 5px;
    padding: 10px;
}
div.link_vote_thumbs{
    width:62px;
    margin:3px auto 0 auto;
}
div.link_vote_thumb_up a, div.link_vote_thumb_down a{
    width:62px;
    height:25px;
    display:block;
}
div.link_vote_thumb_up a:link, div.link_vote_thumb_up a:visited{
    background:url("../images/setweaks/like_unlike.gif") no-repeat scroll 0 0 transparent;
}
div.link_vote_thumb_down a:link, div.link_vote_thumb_down a:visited{
    background:url("../images/setweaks/like_unlike.gif") no-repeat scroll 0 -25px transparent;
}
/*div.link_vote_thumb_up_active {*/
/*    background:url("../images/setweaks/like.gif") no-repeat scroll 0 -25px transparent;*/
/*    width:62px;*/
/*    height:25px;*/
/*}*/
div.link_vote_thumb_up span, div.link_vote_thumb_down span, div.link_vote_thumb_up_active span, div.link_vote_thumb_down_active span, div.link_vote_thumb_up_disabled span, div.link_vote_thumb_down_disabled span{
    display:none;
}
div.link_vote_point{
    padding-top:3px;
}

#status_new{
    /*width:680px;*/
    width:570px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid #AAAAAA;
    padding:4px 2px;
    font:12pt 'Lucida Grande',sans-serif;
    height:3em;
    overflow:auto;
    word-wrap:break-word;
}


textarea:focus{
    -moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.5);
    border-color:rgba(82, 168, 236, 0.75) !important;
    outline:medium none;
}


#status_new_count{
    color:#BCBCBC;
    text-align:right;
    width:80px;
    float:right;
    font-size:25px;
    font-weight:bold;
    font-family:Helvetica, Arial, sans-serif;
}

.se_update_status{
    display:block;
    width:100px;
    background:transparent url(../images/setweaks/se_status_btn.gif) no-repeat 0 0;
    float:right;
    margin-top:8px;
    border:none;
}
.se_update_status:hover{
    background:transparent url(../images/setweaks/se_status_btn.gif) no-repeat 0 -26px;
    
}

.comment_headline{
    background:none;
    border:none;
}

.se_cost_box{
    text-align:center;
    font-weight:bold;
    padding:7px;
    background-color: #DDEEF6;
    font-size:10pt;
}


.temp_info_box{
    background-color: #F1F1F1;
    border: 1px dashed #9BC7F3;
    padding: 10px;
    margin:10px 10px 10px 0;
}

.join_box{
    -moz-box-shadow: 0px 5px 10px #aaa;
    -webkit-box-shadow: 0px 5px 10px #aaa;
    box-shadow: 0px 5px 10px #aaa;
    background-color:#f8f8f8;
    padding:15px;
}
.join_text{
    text-shadow:0 1px 1px #DDDDDD;
    font-size:14px;
    color:#777
}
.se_join_btn{
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
    font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 20px auto 0;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}
.se_join_btn:hover{
    color:#333333;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.se_join_btn:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.se_join_btn:visited, a.se_join_btn:link, a.welcome_signup_btn:hover, a.se_join_btn:active{
    text-decoration:none;
    color:#333;
}
a.se_join_small{
    display: inline;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 22px;
    margin: 12px 0 0 15px;
    padding: 5px 0;
    width: 100px;
}

#mdn-payback-div{
    display:none;
}

.home_menu_new{
    margin: 5px 0 0;
    padding-left: 30px;   
}
.home_menu_new li{
    font-size: 10.5pt;
    list-style: none;
    margin-bottom: 8px;
}
.home_menu_new li.left_menu_inner{
    margin-left: 25px;
	background:url(../images/bullet1.png) no-repeat left 0px;
	padding:0px 0px 0px 20px;
}
.home_menu_new li.left_menu_special{
	background:url(../images/bullet2.png) no-repeat left 0px;
	padding:0px 0px 0px 20px;
}
.home_menu_new li.left_menu_affiliate{
	background:url(../images/bullet3.png) no-repeat left 0px;
	padding:0px 0px 0px 20px;
}
.home_menu_new li.left_menu_blog{
	background:url(../images/bullet4.png) no-repeat left 0px;
	padding:0px 0px 0px 20px;
}
.home_menu_new li.left_menu_friends{
	background:url(../images/bullet5.png) no-repeat left 0px;
	padding:0px 0px 0px 20px;
}
.home_menu_new li.left_menu_broadcast{
	background:url(../images/bullet6.png) no-repeat left 4px;
	padding:0px 0px 0px 20px;
}
.home_menu_new li.left_menu_inbox{
	background:url(../images/bullet7.png) no-repeat left 4px;
	padding:0px 0px 0px 20px;
}
.home_menu_new li.left_menu_editprofile{
	background:url(../images/bullet8.png) no-repeat left 4px;
	padding:0px 0px 0px 20px;
}
.left_menu_title{
    font-size: 10pt;
    font-weight: bold;
    padding-bottom:10px;
}
.left_menu_create{
    float:right;
    width: 120px;
    margin-top: -5px;
}
.left_menu_create a.button{
    padding:6px 10px;
    display:block;
    text-align:center;
}
/************************ NEW GLOBAL TABS *********************/
a.global_tab{
    display:block;
    width:115px;
    float:left;
    text-align:center;
    background-color:#4689E0;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    margin-right:4px;
    height:34px;
    line-height:34px;
    color:#FFF;
    font-size:14px;
}
a.global_tab:visited{
    color:#FFF;
}
a.global_tab:hover{
    background-color:#45C4E8;
    text-decoration:none;
}
a.global_tab_joinmdn{
    display:block;
    width:318px;
    float:left;
    text-align:center;
    background-color:#4cc12a;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    margin-right:4px;
    height:34px;
    line-height:34px;
    color:#FFF;
    font-size:14px;
}
a.global_tab_joinmdn:visited{
    color:#FFF;
}
a.global_tab_joinmdn:hover{
    background-color:#66d246;
    text-decoration:none;
}
a.global_tab_joinmdn:link, span.global_tab_joinmdn{
    text-shadow:none;
    color:#000;
    display:block;
    -moz-border-radius : 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
div.newupdates{
    width:203px;
    float:right;
    text-align:center;
    background-color:#59E856;
    background-image:none;
    -moz-border-radius : 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    height:34px;
    line-height:34px;
    color:#FFF;
    font-size:14px;
    border:none;
    position:inherit;
    padding:0;
    text-shadow:none;
}
a.newupdates:link, span.newupdates{
    text-shadow:none;
    color:#000;
    display:block;
    padding-left:15px;
    -moz-border-radius : 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
a.newupdates:hover{
    background-color:#9AE884;
}
div.newupdates_content{
    font-size: 14px;
    line-height: 34px;
}
#notify_total{
    float:right;
    padding-right:15px;
}


a.global_tab_aff{
    display:block;
    width:322px;
    float:left;
    text-align:center;
    background-color:#4689E0;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    margin-right:4px;
    height:34px;
    line-height:34px;
    color:#FFF;
    font-size:14px;
}
a.global_tab_aff:visited{
    color:#FFF;
}
a.global_tab_aff:hover{
    background-color:#45C4E8;
    text-decoration:none;
}
a.global_tab_avr{
    display:block;
    width:194px;
    float:left;
    text-align:center;
    background-color:#4689E0;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    margin-right:4px;
    height:34px;
    line-height:34px;
    color:#FFF;
    font-size:14px;
}
a.global_tab_avr:visited{
    color:#FFF;
}
a.global_tab_avr:hover{
    background-color:#45C4E8;
    text-decoration:none;
}
a.global_tab_avrfeedback{
    display:block;
    width:321px;
    float:left;
    text-align:center;
    background-color:#4cc12a;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    margin-right:4px;
    height:34px;
    line-height:34px;
    color:#FFF;
    font-size:14px;
}
a.global_tab_avrfeedback:visited{
    color:#FFF;
}
a.global_tab_avrfeedback:hover{
    background-color:#66d246;
    text-decoration:none;
}
a.global_tab_avrfeedback:link, span.global_tab_avrfeedback{
    text-shadow:none;
    color:#000;
    display:block;
    -moz-border-radius : 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.inbox_total_unread{
    background-color: red;
    font-size: 11px;
    padding: 3px 7px;
    -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;
}
/************************ Classified **************************/

.sp_btn_buy{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #2fc92e;
    text-shadow:0 1px 0 #4fd54f;
}
.sp_btn_buy:hover{
    color:#333333;
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_btn_buy:active{
    background:#ffab23 url(../images/setweaks/greenbg.gif) repeat-x 0 -20px;
}
a.sp_btn_buy:visited, a.sp_btn_buy:link, a.welcome_signup_btn:hover, a.sp_btn_buy:active{
    text-decoration:none;
    color:#333;
}

.sp_btn_dl{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #2fc92e;
    text-shadow:0 1px 0 #4fd54f;
}
.sp_btn_dl:hover{
    color:#333333;
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_btn_dl:active{
    background:#ffab23 url(../images/setweaks/greenbg.gif) repeat-x 0 -20px;
}
a.sp_btn_dl:visited, a.sp_btn_dl:link, a.welcome_signup_btn:hover, a.sp_btn_dl:active{
    text-decoration:none;
    color:#333;
}

.sp_btn_contactseller{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/bluebg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #275af3;
    text-shadow:0 1px 0 #9fb8fe;
}
.sp_btn_contactseller:hover{
    color:#333333;
    background:transparent url(../images/setweaks/bluebg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_btn_contactseller:active{
    background:#ffab23 url(../images/setweaks/bluebg.gif) repeat-x 0 -20px;
}
a.sp_btn_contactseller:visited, a.sp_btn_contactseller:link, a.welcome_signup_btn:hover, a.sp_btn_contactseller:active{
    text-decoration:none;
    color:#333;
}

.sp_btn_contacttext{
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align:center;
text-decoration:none;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    text-shadow:0 1px 0 #9fb8fe;
}

a.sp_btn_contacttext {text-decoration: none;}


.sp_btn_contactme{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/creambg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #fdfd8a;
    text-shadow:0 1px 0 #ffffff;
}
.sp_btn_contactme:hover{
    color:#333333;
    background:transparent url(../images/setweaks/creambg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_btn_contactme:active{
    background:#ffab23 url(../images/setweaks/creambg.gif) repeat-x 0 -20px;
}
a.sp_btn_contactme:visited, a.sp_btn_contactme:link, a.welcome_signup_btn:hover, a.sp_btn_contactme:active{
    text-decoration:none;
    color:#333;
}


.sp_btn_addfav{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}
.sp_btn_addfav:hover{
    color:#333333;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_btn_addfav:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.sp_btn_addfav:visited, a.sp_btn_addfav:link, a.welcome_signup_btn:hover, a.sp_btn_addfav:active{
    text-decoration:none;
    color:#333;
}


.sp_btn_savfav{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}
.sp_btn_savfav:hover{
    color:#333333;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_btn_savfav:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.sp_btn_savfav:visited, a.sp_btn_savfav:link, a.welcome_signup_btn:hover, a.sp_btn_savfav:active{
    text-decoration:none;
    color:#333;
}


.sp_btn_bump{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}
.sp_btn_bump:hover{
    color:#333333;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_btn_bump:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.sp_btn_bump:visited, a.sp_btn_bump:link, a.welcome_signup_btn:hover, a.sp_btn_bump:active{
    text-decoration:none;
    color:#333;
}


.sp_btn_aff{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}
.sp_btn_aff:hover{
    color:#333333;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_btn_aff:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.sp_btn_aff:visited, a.sp_btn_aff:link, a.welcome_signup_btn:hover, a.sp_btn_aff:active{
    text-decoration:none;
    color:#333;
}

.sp_btn_favexists{
    width:160px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}

.sp_btn{
    margin-top:20px;
    width:160px;
}

.sp_btn .sp_buy{
    margin-top:20px;
    width:160px;
}


.sp_buttons{
    margin-top:20px;
    width:160px;
}

.sp_buttons a{
    width: 160px;
    height:38px;
    display:block;
    margin-bottom:10px;
}
.sp_buttons .sp_buy{
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #2fc92e;
    text-shadow:0 1px 0 #4fd54f;
}
.sp_buttons .sp_buy:hover{
    color:#333333;
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_buttons .sp_buy:active{
    background:#ffab23 url(../images/setweaks/greenbg.gif) repeat-x 0 -20px;
}
a.sp_buttons .sp_buy:visited, a.sp_buttons .sp_buy:link, a.welcome_signup_btn:hover, a.sp_buttons .sp_buy:active{
    text-decoration:none;
    color:#333;
}
.sp_buttons .sp_contact{
    background:transparent url(../images/setweaks/bluebg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #6E92FF;
    text-shadow:0 1px 0 #C5D4FF;
}
.sp_buttons .sp_contact:hover{
    color:#333333;
    background:transparent url(../images/setweaks/bluebg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_buttons .sp_contact:active{
    background:#ffab23 url(../images/setweaks/bluebg.gif) repeat-x 0 -20px;
}
a.sp_buttons .sp_contact:visited, a.sp_buttons .sp_contact:link, a.welcome_signup_btn:hover, a.sp_buttons .sp_contact:active{
    text-decoration:none;
    color:#333;
}
.sp_buttons .sp_contact_me{
    background:transparent url(../images/setweaks/bluebg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #6E92FF;
    text-shadow:0 1px 0 #C5D4FF;
}
.sp_buttons .sp_contact_me:hover{
    color:#333333;
    background:transparent url(../images/setweaks/bluebg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_buttons .sp_contact_me:active{
    background:#ffab23 url(../images/setweaks/bluebg.gif) repeat-x 0 -20px;
}
a.sp_buttons .sp_contact_me:visited, a.sp_buttons .sp_contact_me:link, a.welcome_signup_btn:hover, a.sp_buttons .sp_contact_me:active{
    text-decoration:none;
    color:#333;
}
.sp_buttons .sp_fav{
    background:transparent url(../images/setweaks/yellowbg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #FCF956;
    text-shadow:0 1px 0 #FEFEAD;
}
.sp_buttons .sp_fav:hover{
    color:#333333;
    background:transparent url(../images/setweaks/yellowbg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_buttons .sp_fav:active{
    background:#ffab23 url(../images/setweaks/yellowbg.gif) repeat-x 0 -20px;
}
a.sp_buttons .sp_fav:visited, a.sp_buttons .sp_fav:link, a.welcome_signup_btn:hover, a.sp_buttons .sp_fav:active{
    text-decoration:none;
    color:#333;
}
.sp_buttons .sp_fav_exists{
    width: 160px;
    height:38px;
    margin-bottom:10px;
    background:transparent url(../images/setweaks/greybg.gif) no-repeat 0 0;
}
.sp_buttons .sp_bump{
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #2fc92e;
    text-shadow:0 1px 0 #4fd54f;
}
.sp_buttons .sp_bump:hover{
    color:#333333;
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_buttons .sp_bump:active{
    background:#ffab23 url(../images/setweaks/greenbg.gif) repeat-x 0 -20px;
}
a.sp_buttons .sp_bump:visited, a.sp_buttons .sp_bump:link, a.welcome_signup_btn:hover, a.sp_buttons .sp_bump:active{
    text-decoration:none;
    color:#333;
}
.sp_buttons .sp_download{
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #2fc92e;
    text-shadow:0 1px 0 #4fd54f;
}
.sp_buttons .sp_download:hover{
    color:#333333;
    background:transparent url(../images/setweaks/greenbg.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_buttons .sp_download:active{
    background:#ffab23 url(../images/setweaks/greenbg.gif) repeat-x 0 -20px;
}
a.sp_buttons .sp_download:visited, a.sp_buttons .sp_download:link, a.welcome_signup_btn:hover, a.sp_buttons .sp_download:active{
    text-decoration:none;
    color:#333;
}
.sp_buttons .sp_affiliate{
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5 auto;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #FCF956;
    text-shadow:0 1px 0 #FEFEAD;
}
.sp_buttons .sp_affiliate:hover{
    color:#333333;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.sp_buttons .sp_affiliate:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.sp_buttons .sp_affiliate:visited, a.sp_buttons .sp_affiliate:link, a.welcome_signup_btn:hover, a.sp_buttons .sp_affiliate:active{
    text-decoration:none;
    color:#333;
}

.se_shareLike{
    margin-top:30px;
}
a.addthis_button {
display:block;
float:right;
height:16px;
line-height:16px;
padding-left:7px;
}
.s_shareText {
display:block;
float:right;
font-family:Arial,sans-serif,serif;
font-size:11px;
font-weight:bold;
height:16px;
line-height:16px;
padding-left:7px;
}
.se_shareUL {
float:right;
margin:0;
padding:0;
}
.se_shareUL li {
float:left;
list-style:none outside none;
margin-left:7px;
}
.se_shareUL a {
display:block;
height:16px;
width:16px;
}
.se_shareTwitter a {
background:url("../images/setweaks/widget10.png") no-repeat scroll 0 -2208px transparent;
}
.se_shareFacebook a {
background:url("../images/setweaks/widget10.png") no-repeat scroll 0 -1712px transparent;
}
.se_shareDeli a {
background:url("../images/setweaks/widget10.png") no-repeat scroll 0 -144px transparent;
}
.se_shareStumble a {
background:url("../images/setweaks/widget10.png") no-repeat scroll 0 -1808px transparent;
}
.se_shareLinked a {
background:url("../images/setweaks/widget10.png") no-repeat scroll 0 -2496px transparent;
}
.se_shareEmail a {
background:url("../images/setweaks/widget10.png") no-repeat scroll 0 -112px transparent;
}

.classified_table{
    width:100%;
}
.classified_table td{
    border:1px solid #CCC;
    padding:5px;
    text-align:center;
    border-top:none;
}
.classified_table th{
    background-color:#EEE;
    padding:5px;
    border:1px solid #CCC;
    text-align:center;
}
.offer_title_table{
    font-size:14px;
    text-align:left !important;
}
.offer_owner_table a{
    font-size:11px;
    color:#555;
}
.offer_numbers_table{
    font-size:12px;
}

.se_home_offers{
    background-color:#C8FFB8;
    border:1px solid #9ae884;
    width:100%;
    margin:10px 0;
    width:685px;
}
a.se_home_offers_blocks{
    display:block;
}
a.se_home_offers_blocks:hover{
    background-color:#D6EBFC;
    text-decoration:none;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
}
.se_home_offers_blocks{
   padding:10px;
}
.se_home_offers_title{
    font-size:11pt;
    text-decoration:none;
    color:#2277BB;
}
.se_home_offers_details{
    padding-top: 1px;
    color:#777;
    font-size: 11px;
}
a.se_home_offers_browse{
    color: #777777;
    float: right;
    font-size: 12px;
    padding: 10px 10px 0 0;
}
/************************************ ADSWAP ********************************************/

.sp_buttons .ad_interest{
    background:transparent url(../images/setweaks/adswap-with-me.gif) no-repeat 0 0;
}


div.ad_infoBox{
    background-color:#afcef6;
    padding:0 10px;
    width:150px;
}
div.ad_infoBoxTop{
    width:170px;
    height:17px;
    background:transparent url(../images/setweaks/ad_box.gif) no-repeat 0 0;
    margin-top:20px;
}
div.ad_infoBoxBottom{
    width:170px;
    height:17px;
    background:transparent url(../images/setweaks/ad_box.gif) no-repeat 0 -17px;;
}
div.ad_infoTitle{
    font-size:14px;
    font-weight:bold;
}
.ad_infoForm1{
    font-weight:bold;
}

.ad_block{
    border:1px solid #CCCCCC;
    margin-bottom:10px;
    padding:10px;
}
.ad_editOptions{
    float:right;
    margin-right:10px;
    margin-top:10px;
}
.ad_editOptionsItem{
    margin-left:15px;
    float:right;
}

/************************************** AFFILIATES ************************************/
.se_aff_block{
    border-bottom:1px solid #CCC;
    margin-bottom:20px;
    padding:10px;
}
.se_aff_photo{
    width:140px;
    float:left;
    padding:5px;
    text-align:center;
    background-color:#EEEEEE;
}
.se_aff_info{
    margin-left:15px;
    float:left;
    width:665px;
}
.se_aff_title{
    font-size:14px;
    font-weight:bold;
}
.se_aff_details_t{
    font-weight:bold;
    padding:10px 0;
    color:#08478A;
    font-size:12px;
}
.se_sales_table td{
    padding:3px;
}
.se_aff_receiver td{
    font-weight:bold;
    background-color:#EEEEEE;
}
.se_sales_t{
    background-color:#88BBF0;
    color:#FFFFFF;
    font-weight:bold;
}
.se_sales_btn{
    width: 140px;
    height:34px;
    display:block;
    margin:10px 0;
    background:transparent url(../images/setweaks/sp_sales.gif) no-repeat 0 0;
}
.sales_commission_earned{
    width: 140px;
    height:34px;
    display:block;
    background:transparent url(../images/setweaks/commission_earned.gif) no-repeat 0 0;
}

/********************************* LIKES **********************/
.like_container{
    width:100%;
    margin-top:20px;
}
.like_title{
    background-color:#e4dcd4;
    color:#555;
    padding:5px;
    margin-bottom:5px;
    font-weight:bold;
}
.like_item{
    text-align:center;
    vertical-align:top;
}
.like_photo:hover{
    text-decoration:none;
}
.like_btn{
    display:inline-block;
    margin-left:10px;
}
.like_active{
    display:block;
    width:58px;
    height:22px;
    background: transparent url(../images/setweaks/like_fb2.gif) no-repeat 0 0;
}
.like_inactive{
    display:block;
    width:58px;
    height:22px;
    background: transparent url(../images/setweaks/like_fb2.gif) no-repeat 0 -22px;
}
.recent_likes_item{
    padding:5px 0;
    font-size:12px;
    font-family:Arial;
}
.recent_likes_item a{
    font-weight:bold;
}
.recent_likes_item_last{
    border-bottom:none;
}

/***************** Comments Override ********************/
div.profile_postcomment{
    padding:0;
}

#qa_answer_text,#qa_answer_text2, #comment_body{
    border:1px solid #AAAAAA;
    padding:4px 2px;
    font:1.4em/1.4 'Lucida Grande',sans-serif;
    height:4em;
    overflow:auto;
    word-wrap:break-word;
    width:99%;
    height:90px;
}
/*#comment_submit, .q_send_new{
    width:72px;
    height:26px;
    background:transparent url(../images/setweaks/se_status_btn.gif) no-repeat 0 0;
    border:none;
    cursor:pointer;
}
#comment_submit:hover, .q_send_new:hover{
    background:transparent url(../images/setweaks/se_status_btn.gif) no-repeat 0 -26px;
    
}*/
.comment_headline{
    padding:4px 0 10px 0px;
    font-size:14px;
    color:#555555;
}
div.profile_postcomment{
    border:none;
    background:none;
}

div.profile_comment_date{
    text-align:left;
    background:none;
    border:none;
    color:#999999;
    float:left;
    width:100px;
    padding:10px 0px 5px 7px;
}
html > body .profile_comment_body {
    padding-bottom:0px;
    padding-top:0;
    font-size:12px;
}
div.profile_comment_links {
    float:left;
    padding-top:10px;
}
.profile_comment_author{
    float:left;
    padding-right: 5px;
}

/************************** AFFILIATE SYSTEM ********************/

.global_aff_table{
    width:100%;
}
.global_aff_table td{
    vertical-align:top;
}
.global_aff_table .form1{
    padding-top:0;
    width:200px;
}
.se_aff_fielset_title{
    font-size:14px;
    color:#000;
}
#aff_link_preview{
    font-size:16px;
    color:green;
    font-weight:bold;
}
.offer_aff_fieldset{
    border:1px solid #D3D3D3;
    width:97%;
    padding:20px 10px 20px 10px;
    margin:10px auto 0 auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.offer_aff_fieldset_title{
    font-size:15px;
    font-weight:bold;
    padding:0 5px;
}
.offer_earnings_fieldset{
    border:1px solid #2277BB;
    width:95%;
    padding:10px;
    margin:10px auto 0 auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.offer_earnings_fieldset_title{
    font-size:12px;
    font-weight:bold;
    padding:0 5px;
    color:#2277BB;
}
.offer_aff_system_off{
    font-style:italic;
    font-weight:bold;
    padding-top:10px;
    text-align:center;
}
.aff_stats_link_preview{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    padding:10px;
    width:95%;
    border:1px solid #DDD;
    font-size:14px;
    color:green;
    font-weight:bold;
    margin:0 auto;
    margin-bottom:20px;
}
.aff_global_details{
    font-size:13px;
    color:#333;
    font-weight:bold;
}
.aff_global_details_title{
    font-size:13px;
    width:250px;
    text-align:right;
}

/**************** WELCOME PAGE******************************/

#welcome_random_members{
    width:110%;
    height:50px;
    overflow:hidden;
    margin-bottom:10px;
    position:relative;
    /*background:transparent url(../images/setweaks/welcome_loader.gif) no-repeat 0 0;*/
    background-position:center;
}
#welcome_random_members a{    
    float:left;
}

.welcome_total_users{
    padding:1px 3px;
    background-color:#ddd;
    color:#555;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #AAAAAA;
}
.welcome_total_users_text{
    color:#333333;
	letter-spacing:-1px;
	margin-top:0px;
        margin-bottom:15px;
        font-size:25px;
        font-weight:normal;
	font-family:Helvetica, Arial, sans-serif
    text-shadow:0 1px 0 #ffffff;
}
.welcome_signup_intro{
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border:4px solid #FFF;
    background-color:#7DC3FF;
    padding:10px 10px;
    width:220px;
    margin:0 auto;
}
.welcome_signup_title{
    color:#1F7DC9;
    font-size:13.5pt;
    font-weight: bold;
    margin-bottom:10px;
    text-align: center;
    color: #333333;
}
.welcome_intro_title{
 font: 18px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:bold;
color:#000;
    text-shadow:0 0.5px 0 #D2ECFF;
}
.welcome_intro_details{
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow:0 0.5px 0 #D2ECFF;
    font-weight:bold;
color:#333;
    line-height: 20px;
    padding: 5px 0;
}
a.youtube_thumb{
    display:block;
    width:170px;
    height:119px;
    background:transparent url(../images/setweaks/youtube_welcome_thumb.gif) no-repeat 0 0;
    margin:10px auto;
}
a.youtube_thumb:hover{
    -moz-box-shadow: 0 5px 20px #777777;
    -webkit-box-shadow: 0 5px 20px #777777;
    box-shadow: 0 5px 20px #777777;

}
.welcome_signup_title2 {
    color:#1F7DC9;
    letter-spacing:-1px;
    margin-top:0px;
    margin-bottom:15px;
    font-size:22px;
    font-weight:bold;
    font-family:Helvetica, Arial, sans-serif;
}
.welcome_input_text{
    background-color:#FFF;
    border:1px solid #CCC;
    padding:7px 5px;
    font-size: 10.5pt;
    color:#999;
    display:block;
    margin:7px auto;
    width:200px;
}

.welcome_signup_btn{
    width:130px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 7px auto 3px 86px;
    text-align:center;
    font-weight:bold;
    color: #333333;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}
.welcome_signup_btn:hover{
    color:#333333;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.welcome_signup_btn:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.welcome_signup_btn:visited, a.welcome_signup_btn:link, a.welcome_signup_btn:hover, a.welcome_signup_btn:active{
    text-decoration:none;
    color:#333;
}

.welcome_signup_btn2{
    width:376px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align:center;
    font-weight:bold;
    color: #222222;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}
.welcome_signup_btn2:hover{
    color:#000;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.welcome_signup_btn2:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.welcome_signup_btn2:visited, a.welcome_signup_btn:link, a.welcome_signup_btn:hover, a.welcome_signup_btn2:active{
    text-decoration:none;
    color:#333;
}

.aweber_signup_btn{
    width:255px;
    height:38px;
    display:block;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 0;
    color:#333;
 font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 7px auto 3px 86px;
    text-align:center;
    font-weight:bold;
    color: #222222;
    line-height: 38px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #F4AA1B;
    text-shadow:0 1px 0 #FFEE66;
}
.aweber_signup_btn:hover{
    color:#000;
    background:transparent url(../images/setweaks/welcome_signup.gif) repeat-x 0 -10px;
    text-decoration:none;
    cursor:pointer;
}
a.aweber_signup_btn:active{
    background:#ffab23 url(../images/setweaks/welcome_signup.gif) repeat-x 0 -20px;
}
a.aweber_signup_btn:visited, a.welcome_signup_btn:link, a.welcome_signup_btn:hover, a.aweber_signup_btn:active{
    text-decoration:none;
    color:#333;
}

.welcome_signup_items p{
        color:#333333;
	letter-spacing:0px;
        font-size:13px;
        margin-top:0px;
        margin-bottom:5px;
        font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
        padding:5px 0;
}

.welcome_left{
    float:left;
    width:640px;
}
.welcome_left_l{
    float:left;
    width:200px;
    margin-right:20px;
}
.welcome_left_r{
    float:right;
    width:420px;
}
.welcome_newest_block{
    background-color:#EDEDED;
    border:3px solid #FFF;
    padding:10px;
}
.welcome_newest_title{
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 5px;
    padding: 7px 5px;
    width: 165px;
}
.welcome_newest_join{
    width: 175px;
    padding:5px 0;
    margin:0 auto;
    font-weight:normal;
    color:#555;
}
.welcome_left div.portal_whatsnew{
    border:none;
}
.page_header_welcome{
	color:#1A68A8;
	letter-spacing:-1px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:90px;
        font-size:25px;
        font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}
.page_header_about {
    color:#333333;
	letter-spacing:-1px;
	margin-top:0px;
        margin-bottom:15px;
        font-size:20px;
        font-weight:normal;
	font-family:Helvetica, Arial, sans-serif
    text-shadow:0 1px 0 #ffffff;
}
.page_header_join2 {
    color:#000000;
	letter-spacing:-1px;
	margin-top:0px;
        margin-bottom:15px;
        margin-left:20px;
        font-size:32px;
        font-weight:normal;
	font-family:Helvetica, Arial, sans-serif
}
.welcome_right{
    /*border-left:1px solid #CCCCCC;*/
    float:right;
    /*padding-left:70px;*/
    width:250px;
    font-size:10pt;
}
.welcome_right input.text, .welcome_right input.text_small{
    width:300px;
    border:1px solid #AACCEE;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    height:40px;
    padding:5px;
}
.welcome_right div.page_header, .welcome_left div.page_header{
    color:#1F7DC9;
    font-weight:bold;
    margin-top:0;
}
.welcome_right select, .welcome_right textarea{
    border:1px solid #AACCEE;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:5px;
}
.welcome_right textarea{
    width:330px;
}
.welcome_right select.se_small{
    width:75px;
    height:32px;
}
.welcome_right select.se_medium{
    width:152px;
    height:32px;
}
.welcome_right select.se_large{
    width:230px;
    height:32px;
}
.welcome_right td.form1{
    text-align:right;
    padding:0 5px 0 0;
    color:#1F7DC9;
    vertical-align:middle;
    font-weight:normal;
    font-size:10pt;
}


.welcome_right td.form2{
    padding:2px 0;
    font-size:10pt;
}
.welcome_right div.form_desc{
    padding:0 0 5px 0 ;
}
.welcome_right input.button {
    background-color:#2EC543;
    color:#FFF;
    border:1px solid #278E2A;
    background-image:none;
    text-shadow:none;
    height:auto;
    padding:5px 10px;
    font-family:"Arial",arial,serif;
    font-size:11pt;
    font-weight:normal;
}
.welcome_right .welcome_sub_header{
    color:#1F7DC9;
}
#index_menu_login table tr td{
    text-align:left;
}

.welcome_right_join{
    /*border-left:1px solid #CCCCCC;*/
    float:right;
    /*padding-left:50px;*/
    width:650px;
    font-size:14pt;
}
.welcome_right_join input.text, .welcome_right_join input.text_small{
    width:330px;
    border:1px solid #cccccc;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    height:30px;
    padding:5px;
    font-size:12pt;
}
.welcome_right_join div.page_header, .welcome_left div.page_header{
    color:#1F7DC9;
    font-weight:bold;
    margin-top:0;
}
.welcome_right_join select, .welcome_right_join textarea{
    border:1px solid #cccccc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:5px;
    font-size:12pt;
}
.welcome_right_join textarea{
    width:330px;
    border:1px solid #cccccc;
}
.welcome_right_join select.se_small{
    width:100px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    border:1px solid #cccccc;
    height:42px;
padding-top:10px;
    font-size:12pt;
}

.welcome_right_join select.se_small input:focus,textarea:focus,select:focus{
 border-color: rgba(82, 168, 236, 0.75);
 -webkit-box-shadow:0 0 6px #007eff;
 -moz-box-shadow:0 0 5px #007eff;
box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}

.welcome_right_join select.se_medium{
    width:200px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    border:1px solid #cccccc;
    height:42px;
padding-top:10px;
    font-size:12pt;
}

.welcome_right_join select.se_medium input:focus,textarea:focus,select:focus{
 border-color: rgba(82, 168, 236, 0.75);
 -webkit-box-shadow:0 0 6px #007eff;
 -moz-box-shadow:0 0 5px #007eff;
box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}

.welcome_right_join select.se_large{
    width:342px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    border:1px solid #cccccc;
    height:42px;
padding-top:10px;
    font-size:12pt;
}

.welcome_right_join select.se_large input:focus,textarea:focus,select:focus{
 border-color: rgba(82, 168, 236, 0.75);
 -webkit-box-shadow:0 0 6px #007eff;
 -moz-box-shadow:0 0 5px #007eff;
box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}

.welcome_right_join td.form1{
    font: 20px "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#333;
padding-right:10px;
width: 200px;
}
.welcome_right_join td.form2{
    padding:5px 0;
    font-size:12pt;
}

.welcome_right_join td.form2 input:focus,textarea:focus,select:focus{
 border-color: rgba(82, 168, 236, 0.75);
 -webkit-box-shadow:0 0 6px #007eff;
 -moz-box-shadow:0 0 5px #007eff;
box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}


.welcome_right_join div.form_desc{
    padding:0 0 5px 0 ;
}
.welcome_right_join input.button {
    font-family:"Arial",arial,serif;
    font-size:12px;
    font-weight:normal;
    
}
.welcome_right_join .welcome_sub_header{
    color:#1F7DC9;
    font-size:12pt;
}

.page_subheader{
	color:#888888;
	letter-spacing:-1px;
	margin-top:0px;
        font-size:20px;
        font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}


/**************** WELCOME PAGE V2******************************/
.welcome_left{
    background:transparent url(../images/setweaks/welcome-map-img.png) no-repeat 0 0;
    background-position:left center;
    height:338px;
}
.welcome_map_txt{
    background:transparent url(../images/setweaks/welcome-map-txt.png) no-repeat 0 0;
    width:524px;
    height:119px;
    margin-top:50px;
}

/**************** WELCOME PAGE COUNTER******************************/

.mp_cnt {
    white-space: nowrap;
}
.mp_cnt_num {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    padding-bottom: 8px;
    text-decoration: none;
}
.wide_bnr .mp_cnt_num {
    cursor: default;
}
.mp_cnt_d {
    background: url("../images/counter_people.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 58px;
    position: relative;
    width: 40px;
}
.mp_cnt_d_o, .mp_cnt_d_os, .sm_cnt_d_o, .sm_cnt_d_os {
    display: none;
}
.mp_cnt_dot, .mp_cnt_comma {
    height: 7px;
    margin: 51px 1px 0 0;
    overflow: hidden;
    width: 7px;
}
.mp_cnt_d_f {
    background: url("../images/counter_people.png") no-repeat scroll -80px -580px transparent;
    height: 12px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 40px;
}
.mp_cnt_d_0 {
    background-position: 0 0;
}
.mp_cnt_d_0_1 {
    background-position: -40px 0;
}
.mp_cnt_d_0_2 {
    background-position: -80px 0;
}
.mp_cnt_d_1 {
    background-position: 0 -58px;
}
.mp_cnt_d_1_1 {
    background-position: -40px -58px;
}
.mp_cnt_d_1_2 {
    background-position: -80px -58px;
}
.mp_cnt_d_2 {
    background-position: 0 -116px;
}
.mp_cnt_d_2_1 {
    background-position: -40px -116px;
}
.mp_cnt_d_2_2 {
    background-position: -80px -116px;
}
.mp_cnt_d_3 {
    background-position: 0 -174px;
}
.mp_cnt_d_3_1 {
    background-position: -40px -174px;
}
.mp_cnt_d_3_2 {
    background-position: -80px -174px;
}
.mp_cnt_d_4 {
    background-position: 0 -232px;
}
.mp_cnt_d_4_1 {
    background-position: -40px -232px;
}
.mp_cnt_d_4_2 {
    background-position: -80px -232px;
}
.mp_cnt_d_5 {
    background-position: 0 -290px;
}
.mp_cnt_d_5_1 {
    background-position: -40px -290px;
}
.mp_cnt_d_5_2 {
    background-position: -80px -290px;
}
.mp_cnt_d_6 {
    background-position: 0 -348px;
}
.mp_cnt_d_6_1 {
    background-position: -40px -348px;
}
.mp_cnt_d_6_2 {
    background-position: -80px -348px;
}
.mp_cnt_d_7 {
    background-position: 0 -406px;
}
.mp_cnt_d_7_1 {
    background-position: -40px -406px;
}
.mp_cnt_d_7_2 {
    background-position: -80px -406px;
}
.mp_cnt_d_8 {
    background-position: 0 -464px;
}
.mp_cnt_d_8_1 {
    background-position: -40px -464px;
}
.mp_cnt_d_8_2 {
    background-position: -80px -464px;
}
.mp_cnt_d_9 {
    background-position: 0 -522px;
}
.mp_cnt_d_9_1 {
    background-position: -40px -522px;
}
.mp_cnt_d_9_2 {
    background-position: -80px -522px;
}
.mp_cnt_dot {
    background-position: -32px -631px;
}
.mp_cnt_comma {
    background-position: -73px -631px;
}
.sm_cnt_d {
    background: url("../images/counter_people_sm.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 38px;
    margin-right: 1px;
    position: relative;
    width: 26px;
}
.sm_cnt_dot, .sm_cnt_comma {
    height: 6px;
    margin: 32px 0 0;
    overflow: hidden;
    width: 4px;
}
.sm_cnt_d_f {
    background: url("../images/counter_people.png") no-repeat scroll -80px -580px transparent;
    height: 10px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 26px;
}
.sm_cnt_d_0 {
    background-position: 0 0;
}
.sm_cnt_d_0_1 {
    background-position: -28px 0;
}
.sm_cnt_d_0_2 {
    background-position: -56px 0;
}
.sm_cnt_d_1 {
    background-position: 0 -38px;
}
.sm_cnt_d_1_1 {
    background-position: -28px -38px;
}
.sm_cnt_d_1_2 {
    background-position: -56px -38px;
}
.sm_cnt_d_2 {
    background-position: 0 -76px;
}
.sm_cnt_d_2_1 {
    background-position: -28px -76px;
}
.sm_cnt_d_2_2 {
    background-position: -56px -76px;
}
.sm_cnt_d_3 {
    background-position: 0 -114px;
}
.sm_cnt_d_3_1 {
    background-position: -28px -114px;
}
.sm_cnt_d_3_2 {
    background-position: -56px -114px;
}
.sm_cnt_d_4 {
    background-position: 0 -152px;
}
.sm_cnt_d_4_1 {
    background-position: -28px -152px;
}
.sm_cnt_d_4_2 {
    background-position: -56px -152px;
}
.sm_cnt_d_5 {
    background-position: 0 -190px;
}
.sm_cnt_d_5_1 {
    background-position: -28px -190px;
}
.sm_cnt_d_5_2 {
    background-position: -56px -190px;
}
.sm_cnt_d_6 {
    background-position: 0 -228px;
}
.sm_cnt_d_6_1 {
    background-position: -28px -228px;
}
.sm_cnt_d_6_2 {
    background-position: -56px -228px;
}
.sm_cnt_d_7 {
    background-position: 0 -266px;
}
.sm_cnt_d_7_1 {
    background-position: -28px -266px;
}
.sm_cnt_d_7_2 {
    background-position: -56px -266px;
}
.sm_cnt_d_8 {
    background-position: 0 -304px;
}
.sm_cnt_d_8_1 {
    background-position: -28px -304px;
}
.sm_cnt_d_8_2 {
    background-position: -56px -304px;
}
.sm_cnt_d_9 {
    background-position: 0 -342px;
}
.sm_cnt_d_9_1 {
    background-position: -28px -342px;
}
.sm_cnt_d_9_2 {
    background-position: -56px -342px;
}
.sm_cnt_dot {
    background-position: -22px -412px;
}
.sm_cnt_comma {
    background-position: -48px -412px;
}


/********************CAPTCHA*************/
#recaptcha_widget{
    margin:20px auto;
    padding-top:2px;
    width:350px;
}
#recaptcha_widget table{
    width:100%;
}
#recaptcha_response_field{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border:1px solid #AACCEE !important;
    height:20px;
    padding:5px;
    width:230px;
}
#recaptcha_image{
    border:1px solid #AACCEE;
    text-align:center;
    float:right;
}
.recaptcha_audio_cant_hear_link{
    padding-top:10px;
}

/*****************Newsfeed Filter**********/
.feed_filter{
    float: right;
    padding-right: 15px;
    text-align: right;
    width: 90%;
}
.feed_filter a{
    margin-left:5px;
    display:block;
    float:right;
    padding:7px 6px;
}
.feed_filter a:hover{
    background-color:#D6EBFC;
    text-decoration:none;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
}

/************************ Affiliate Tools **************************/

.page_header_index_right {
	font-size:18px;
	color:#333333;
	border-bottom:1px solid #d7d7d7;
	padding-bottom:4px;
}
.page_header_about_aff {
    color:#333333;
    font-size:10pt;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
}
.page_header_about_boxes {
    color:#333333;
    font-size:10pt;
    font-weight:normal;
    margin-bottom:0px;
    margin-top:0;
}
.page_header_aff{
    color:#1F7DC9;
    font-size:21px;
    font-weight:bold;
    border-bottom:1px solid #d7d7d7;
    padding-bottom:4px;
}
.page_header_supaff{
    color:#1F7DC9;
    font-size:21px;
    font-weight:bold;
}

/************************ Status New **************************/

.page_userhome_status {
	color:#777;
	letter-spacing:-1px;
	margin-top:10px;
        font-size:25px;
        font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}

.page_userhome_status_video {
	color:#999;
	letter-spacing:-1px;
	margin-top:10px;
        font-size:25px;
        font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}

/************************ Page Headers New **************************/

.page_header_titles {
	color:#555;
	letter-spacing:-1px;
	margin-top:10px;
        font-size:25px;
        font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}

.page_header_title_rules {
	color:#555;
	letter-spacing:-1px;
	margin-top:15px;
        font-size:25px;
        font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}

.page_header_listbuilder {
	color:#FF0000;
	letter-spacing:-1px;
	margin-top:10px;
        font-size:35px;
        font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
        text-align:center;
}
.page_header_listbuilder_content {
    color:#333333;
    font-size:12pt;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
}
.page_header_listbuilder_content2 {
    color:#000080;
    font-size:16pt;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
        text-align:center;
}
.page_listbuilder_content_titles {
    color:#333333;
    font-size:14pt;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}
.page_listbuilder_content_titles2 {
    color:#ff0000;
    font-size:18pt;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
        text-align:center;
}

/********************** Participation Profile Page ***************/
.participation_div{
    padding:1px;
    margin-bottom:10px;
}
.participation_item{
    width:185px;
    padding:2px 5px 2px 10px;
    word-wrap:break-word;
    font-size:12px;
}

/********************* List Builder Page *****************/
#container p,#container ol,#container address{
line-height:1.4em;
padding-left:12px;
}
#container p,#container address{
line-height:1.5em!important;
margin-bottom:26px;
padding-bottom:10px;
text-align:justify;
width:95%;
}
#container address{
margin-left:12px;
padding-bottom:0;
}
#container p em{
font-family:Lucida Sans,Lucida Grande,Arial,sans-serif;
}
#container p.tip{
padding:5px 10px;
margin:0 0 14px 12px;
margin-bottom:26px;
display:block;
width:100%;
color:#444;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-webkit-box-shadow:0 1px 2px #CCC;
-moz-box-shadow:0 1px 2px #CCC;
border:1px solid #f1f1f1;
text-align:left;
}
#container span.tip{
color:#fff;
display:inline;
padding:1px 9px 2px 5px;
font:9px Lucida Grande,Tahoma,Arial,sans-serif;
margin:0 4px 0 50px;
line-height:11px;
background:#FC0 url(../images/arrow-small-right.gif) no-repeat right center;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
border:none;
vertical-align:baseline;
}
#container p.translation-notice{
margin:10px 5px;
font-style:italic;
}
address{
border-left:3px solid #eee;
padding-left:14px;
}
#container ol{
padding-left:8px;
margin-left:24px;
}
#container ul{
margin-left:30px;
}
#container ol li,#container ul li{
padding-bottom:8px;
line-height:1.5em;
}
#container ul{
list-style-type:disc;
}
#container ul li ul{
padding:10px 0 0 20px;
list-style-type:circle;
}
#container ol li ol{
padding:10px 0 0 20px;
}
.wrapper ol{
width:87%;
}
#side ol{
margin-left:12px;
width:140px;
}
h3{
margin-bottom:8px;
}
#content #zenbox_overlay p{
margin:0;
}

.tip {
    width:86.5%;
    color: #333;
    background-color: #E5EEF2;
    border: 1px solid #C7E0ED;
    padding: 10px;
    margin:20px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size:11pt;
    font-family:Helvetica, Arial, sans-serif;
}

.page_list_build_header {
    color:#be0e0e;
letter-spacing:-1px;
    font-size:20pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:0;
}

.page_content_list_builder {
    color:#333333;
    font-size:11pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_med {
    color:#333333;
    font-size:13pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_med_biggertext {
    color:#333333;
    font-size:16pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-left:355px;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_med_biggertext_aff {
    color:#333333;
    font-size:16pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_med_large_biggertext {
    color:#333333;
    font-size:19pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-left:455px;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_small {
    color:#333333;
    font-size:10pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_disclaimer {
    color:#999999;
    font-size:10pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_titles {
    color:#111111;
    letter-spacing:-1px;
    font-size:20pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}
.page_content_list_builder_headline {
    color:#A70101;
    letter-spacing:-1px;
    font-size:25pt;
    font-family:Arial Black;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_titles2 {
    color:#111111;
    letter-spacing:-1px;
    font-size:27pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_titles3 {
    color:#111111;
    letter-spacing:-1px;
    font-size:25pt;
    font-family:Arial Black;    
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_titles4 {
    color:#111111;
    letter-spacing:-1px;
    font-size:20pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_titles5 {
    color:#111111;
letter-spacing:-1px;
    font-size:50pt;
font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_titles6 {
    color:#111111;
letter-spacing:-1px;
    font-size:45pt;
font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_titles7 {
    color:#111111;
letter-spacing:-1px;
    font-size:14pt;
font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_orderinfo {
    color:#333333;
    font-size:11pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
}

.page_content_list_builder_highlight {
    color:#ff0000;
    font-size:14pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
}

.list_builder_intro{
    font-weight:bold;
    background-color:#FFF;
    padding:10px;
    border:1px solid #FFF;
    -moz-border-radius:5px; /*Firefox*/-webkit-border-radius:5px; /*Safari and chrome*/-khtml-border-radius:5px; /*Linux browsers*/border-radius:5px; /*CSS3*/
    margin-bottom:10px;
}
.list_builder_intro div{
    color:#FF0000;
    font-size:11pt;
}

a.list_builder_buy{
    background:transparent url(../images/setweaks/payment-button-240.gif) no-repeat 0 0;
    display:block;
    width:240px;
    height:41px;
    text-align:center;
    line-height:43px;
    font-size: 15pt;
    margin: 0px auto 0;
    font-weight:normal;
}
a.list_builder_buy_big{
    background:transparent url(../images/setweaks/list_builder_buy.png) no-repeat 0 0;
    width:400px;
    height:67px;
    line-height:67px;
    font-size: 25pt;
}
a.list_builder_buy:hover, a.list_builder_buy:visited, a.list_builder_buy:link{
    text-decoration:none;
    color:#1B116A;
}

.page_small_header {
    color:#333333;
    font-size:14pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:0;
}

#b-box {
    width:533px;
    margin: 0 auto;
}

.b-boxtop{
    background-image: url(../images/b-box1.gif);
    width: 533px;
    height:43px;
    margin:0px;
    }

.b-boxmid{
    background: url(../images/b-box2.gif) repeat-y center center;
    width: 453px;
    padding:0px 40px;
    margin:0px;
    }

.b-boxbot{
    background-image: url(../images/b-box3.gif);
    width: 533px;
    height:31px;
    margin:0px;
    }


/************** New Signup Mods ****************/

.login_verify{
    width:570px;
    margin-top:20px;
}
.login_verify .login_title{
    color:#1F7DC9;
    width:150px;
    font-size:12pt;
    text-align:right;
    padding-right: 10px;
}
.login_verify input[type=text], .login_verify input[type=password]{
    border:1px solid #1F7DC9;
    font-size: 12pt;
    height: 30px;
    padding: 5px;
    width: 260px;
}

.signup_bread{
    height:60px;
    background-color:#EEE;
    margin: 40px auto 0;
}
.signup_bread a{
    display:block;
    height:50px;
    padding: 10px 35px 0;
    line-height: 20px;
    font-size:11px;
    background:transparent url(../images/setweaks/bread_arrow.png) no-repeat right top;
    float:left;
    position:relative;
}
.signup_bread a:link, .signup_bread a:active, .signup_bread a:visited{
    color:#777;
    text-decoration:none;
}
.signup_bread a:hover{
    color:#000;
}
.signup_bread span{
    font-weight:bold;
    font-size:14px;
}
a.bread_active{
    background:transparent url(../images/setweaks/bread_bg.png) repeat-x 0 0;
    padding-right:15px;
    padding-left: 20px;
    -moz-border-radius:0 0 0 0; /*Firefox*/-webkit-border-radius:0 0 0 0;; /*Safari and chrome*/-khtml-border-radius:0 0 0 0;; /*Linux browsers*/border-radius:0 0 0 0;; /*CSS3*/
}
a.bread_active:link, a.bread_active:active, a.bread_active:hover, a.bread_active:visited{
    color:#FFF;
    text-decoration:none;
}
.bread_active_arrow{
    background:transparent url(../images/setweaks/bread_arrow.png) no-repeat right bottom;
    width:20px;
    height:60px;
    position:absolute;
    top:0;
    right:-20px;
    display:none;
    
}
.bread_active_end{
    background:transparent url(../images/setweaks/bread_end.png) no-repeat 0 0;
    width:18px;
    height:60px;
    position:absolute;
    top:0;
    left:-18px;
    display:none;
}
.bread_active .bread_active_arrow, .bread_active .bread_active_end{
    display:block;
}
.bread_first .bread_active_end{
    display:none;
}
a.bread_first{
    -moz-border-radius:15px 0 0 15px; /*Firefox*/-webkit-border-radius:15px 0 0 15px; /*Safari and chrome*/-khtml-border-radius:10px 0 0 10px; /*Linux browsers*/border-radius:10px 0 0 10px; /*CSS3*/
}
.bread_last .bread_active_arrow{
    /*display:none;*/
}



.signup_photo_box{
    text-align:center;
}
.signup_photo_box img{
    padding:5px;
    border:1px solid #ccc;
}
.signup_photo_form{
    padding:15px 0 5px 10px
}
.signup_desc_text{
    color:#777;
    font-size:10px;
    padding-bottom:5px;
}

.tos_agree {
    color:#333333;
    font-size:10pt;
font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
}

.affiliate_explanation {
    color:#444444;
    font-size:11pt;
font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
    margin-left:15px;
    margin-right:15px;
}

.first_post_explanation {
    color:#444444;
    font-size:11pt;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0;
    margin-left:15px;
    margin-right:15px;
}


/***************************** Profile Page ****************************/

.se_p_user_info{
    margin-bottom:20px;
    position:relative;
}
.se_p_photo{
    float: left;
    padding-left: 10px;
}
.se_p_details{
    float:left;
    width:440px;
    padding-left:10px;
}
.se_p_name{
    color: #333333;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom:5px;
}
.se_p_edit{
    position:absolute;
    right:0;
    float:right;
    margin-top: 4px;
    font-size:11px;
    line-height:normal;
    font-weight:normal;
}
.se_p_bio{
    color: #999999;
    font-family: serif;
    font-size: 12.5pt;
    font-style: italic;
    margin-bottom: 5px;
}
.se_p_site{
    font-size:10pt;
    clear:both;
    margin-bottom:5px;
}
.se_p_chat{
    float:left;
    line-height:25px;
    color:#777;
    font-size:12px;
    padding-right:10px;
}
.se_p_chat a{
    display:block;
    width:25px;
    height:25px;
}
.se_p_skype a{background:transparent url(../images/setweaks/se_p_skype.png) no-repeat 0 0;}
.se_p_twitter a{background:transparent url(../images/setweaks/se_p_twitter.png) no-repeat 0 0;}
.se_p_youtube a{background:transparent url(../images/setweaks/se_p_youtube.gif) no-repeat 0 0;}
.se_p_google a{background:transparent url(../images/setweaks/se_p_google.gif) no-repeat 0 0;}
.se_p_facebook a{background:transparent url(../images/setweaks/se_p_facebook.gif) no-repeat 0 0;}

.se_p_options{
    background-color:#F6F6F6;
    padding:13px;
    margin-bottom:20px;
}
.se_p_add{
    float:left;
}
.se_p_ops{
    float:right;
    padding-top: 4px;
}
.se_p_ops div{
    display:inline;
    margin-left:15px;
    float:right;
}
td.profile_tab a{
    margin-right: 0;
    background:none;
    border:none;
    padding: 10px 25px;
    border-bottom:1px solid #CCC;
}
td.profile_tab a:hover{
    background:none;
    border:none;
    border-bottom:1px solid #CCC;
    background-color:#F6F6F6;
}
td.profile_tab2 a{
    border:1px solid #CCC;
    border-bottom:none;
    background:none;
    padding: 10px 25px;
    margin-right:0;
}
td.profile_tab2 a:hover{
    border-bottom:none;
    background:none;
    border-color:#CCC;
}
.profile_tab_end2{
    border-bottom:1px solid #CCC;
}
.se_p_participate{
    padding-left:15px;   
}
.se_p_seperator{
    border-top:1px solid #9BC7F3;
    margin:15px auto;
    width:100%;
    clear:both;
}
.se_p_participate_details{
    height: 60px;
    margin: 15px auto 0;
    width: 90%;
}
.se_p_participate_details div{
    border-right: 1px solid #9BC7F3;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 50px;
    background-color:#C6E1F9;
}
.se_p_participate_details div p{
    font-size:10.5pt;
    padding-bottom:5px;
}
.se_p_friends{
    font-size:11pt;
    padding-left:15px;
}
.se_p_friends_block{
    margin-top:5px;
}
.se_p_friend{
    float:left;
    padding-right:2px;
}
.se_p_actions{
    padding:0 15px;
}

/**********************************AFFILIATE CLASSROOM STUFF **********************************/
a.grey_button {
    background-image: url("../images/backgrounds/grey_button.png");
    background-repeat: no-repeat;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    min-width: 17px;
    padding: 0 3px 0 10px;
    text-decoration: none;
}
a.grey_button:hover {
    color: #FF6600;
}
a.green_button {
    background-image: url("../images/backgrounds/green_button.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    min-width: 17px;
    padding: 0 3px 0 10px;
    text-decoration: none;
}
a.green_button:hover {
    color: #336600;
}
input.grey_button {
    background: url("../images/backgrounds/grey_button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    overflow: visible;
    padding: 0 0.25em 0 10px;
    position: relative;
    width: 0;
}
input.grey_button_hover {
    background: url("../images/backgrounds/grey_button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FF6600;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    overflow: visible;
    padding: 0 0.25em 0 10px;
    position: relative;
    width: 0;
}
.grey_button_end {
    background: url("../images/backgrounds/grey_button_end.png") no-repeat scroll 0 0 transparent;
    display: inline;
    height: 30px;
    position: absolute;
    width: 7px;
}
html > body input.grey_button {
    padding-left: 12px;
    width: auto;
}
html > body input.grey_button_hover {
    padding-left: 12px;
    width: auto;
}
a.orange_button {
    background-image: url("../images/backgrounds/orange_button.png");
    background-repeat: no-repeat;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    min-width: 17px;
    padding: 0 3px 0 10px;
    text-decoration: none;
}
a.orange_button:hover {
    color: #FF6600;
}
input.orange_button {
    background: url("../images/backgrounds/orange_button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    overflow: visible;
    padding: 0 0.25em 0 10px;
    position: relative;
    width: 0;
}
input.orange_button_hover {
    background: url("../images/backgrounds/orange_button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FF6600;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    overflow: visible;
    padding: 0 0.25em 0 10px;
    position: relative;
    width: 0;
}
.orange_button_end {
    background: url("../images/backgrounds/orange_button_end.png") no-repeat scroll 0 0 transparent;
    display: inline;
    height: 30px;
    position: absolute;
    width: 7px;
}
html > body input.orange_button {
    padding-left: 12px;
    width: auto;
}
html > body input.orange_button_hover {
    padding-left: 12px;
    width: auto;
}
input.green_button {
    background: url("../images/backgrounds/green_button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    overflow: visible;
    padding: 0 0.25em 0 10px;
    position: relative;
    width: 0;
}
input.green_button_hover {
    background: url("../images/backgrounds/green_button.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #336600;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    height: 30px;
    overflow: visible;
    padding: 0 0.25em 0 10px;
    position: relative;
    width: 0;
}
.green_button_end {
    background: url("../images/backgrounds/green_button_end.png") no-repeat scroll 0 0 transparent;
    display: inline;
    height: 30px;
    position: absolute;
    width: 7px;
}
html > body input.green_button {
    padding-left: 12px;
    width: auto;
}
html > body input.green_button_hover {
    padding-left: 12px;
    width: auto;
}
.grad_box_blue {
    background: url("../images/backgrounds/lightblue_grad_1x200.jpg") repeat-x scroll 0 0 #C5DCF9;
    border: 1px solid #C5DCF9;
    margin-bottom: 10px;
    padding: 10px;
}


/********************************** AWEBER FORM CSS ****************************************/


p.text-input {
        background:none repeat scroll 0 50% transparent;
        border:0 none;
        display:block;
        font:14px Arial,'Helvetica Neue',Helvetica,sans-serif;
        margin-bottom:5px;
        padding:1px;
        width:250px;
}

p.text-input label {
        font-weight:bold;
        margin-top:5px;
        position:absolute;
}

p.text-input input {
        margin-left:65px;
}

p.submit {
        margin-bottom:5px;
        text-align: center;
}

.aweber_form td.form1{
    font: 20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#333;
    padding-right:10px;
    width: 200px;
}
.aweber_form td.form2{
    padding:5px 0;
    font-size:12pt;
}

.aweber_form td.form2 input:focus,textarea:focus,select:focus{
    border-color: rgba(82, 168, 236, 0.75);
    -webkit-box-shadow:0 0 6px #007eff;
    -moz-box-shadow:0 0 5px #007eff;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}


/********************* Broadcast Campaigns and Tracking ********************/
.campaign_block{
    background-color: #F1F1F1;
    margin-bottom: 40px;
    padding: 15px;
}
.campaign_title{
    font-size:11pt;
    float:left;
    color:#777;
    line-height: 30px;
}
.campaign_status{
    color: #FFFFFF;
    float: right;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 70px;
}
.campaign_more{
    background: url("../images/he_contacts_more.png") no-repeat scroll 360px 50% #E5E5E5;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 0;
    padding: 7px;
    text-align: center;
    width: 98%;
}
.campaign_more:hover{
    background-color:#ddd;
    text-decoration:none;
}
.campaign_more_active{
    background: url("../images/setweaks/cp_refresh.gif") no-repeat scroll 360px 50% #D6EBFC;
}
.campaign_info{
    margin:10px 0 20px 20px;
}
.cp_info_title{
    font-weight:bold;
}
.cp_info_details{
    float:left;
    width:200px;
    font-size:12px;
}
.cp_link_container{
    background-color: #E5E5E5;
    margin: 10px auto 0;
    padding: 10px 20px;
    width: 825px;
}
.cp_link_container_left{
    float:left;
    width:500px;
}
.cp_link_details{
    color: #333333;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 10px;
}
a.cp_link_orig{
    font-size:11pt;
    margin-top:10px;
}
.cp_total_clicks{
    font-size:13pt;
    color:#00C600;
    font-weight:bold;
}
.cp_link_broadcast{
    float:right;
    text-align:center;
}
.cp_link_container .button{
    padding: 12px 17px;
    margin-top: 2px;
    margin-bottom: 5px;
    display:block;
}
.cp_link_container .view_list{
    margin-top:5px;
    padding-bottom:2px;
    border-bottom:1px dotted #2277BB;
}
.cp_link_container .view_list:hover{
    text-decoration:none;
}

/************************ Broadcast Unsubscribe *******************/
.unsubsribe_wrapper{
    border: 1px solid #CCCCCC;
    font-size: 13px;
    line-height: 25px;
    margin: 40px auto;
    padding: 20px;
    width: 80%;
    background-color: #E5E5E5;
}

/********************** Subscription ******************************/
.se_subs_remaining_box{
    text-align:center;
    font-weight:bold;
    padding:7px;
    background-color: #DDEEF6;
    font-size:10pt;
}
.se_subs_no_remaining{
    background-color: #ffff80;
}
.se_partner_title{
    padding:5px 0;
    text-align:center;
    background:#4689E0 url(../images/setweaks/partner_bg.png) repeat-x bottom center;
    color:#FFF;
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
    -moz-border-radius:0 0 10px 10px; /*Firefox*/-webkit-border-radius:0 0 10px 10px; /*Safari and chrome*/-khtml-border-radius:0 0 10px 10px; /*Linux browsers*/border-radius:0 0 10px 10px; /*CSS3*/
}
.home_action_highlight{
    background-color:#CDE5F7;
    border-top-color: #7DC2FF !important;
    /*border: 3px solid #4689E0 !important;
    padding: 6px 0 !important;*/
}
.home_action_highlight:hover{
    background-color:#b3d8f2 !important;
}
.home_highlight_others{
    /*background-color:#FCFC02 !important;*/
    background-color:#E3E8F1 !important; 
}
.home_action_likes{
    background-color:#4689E0;
    color:#FFF;
    padding:3px 1px;
    text-align:center;
    margin-top: -4px;
    /*position:absolute;
    bottom:-33px;
    right:0;*/
    width:53px;
    -moz-border-radius:0 0 5px 5px; /*Firefox*/-webkit-border-radius:0 0 5px 5px; /*Safari and chrome*/-khtml-border-radius:0 0 5px 5px; /*Linux browsers*/border-radius:0 0 5px 5px; /*CSS3*/
}
#se_moderator_delete{
    background-color: #FFFF80;
    border: 1px solid #FFFF2F;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
.se_moderator_del_btn{
    float:right;
}
#se_moderator_delete_status{
    float:right;
    width:100px;
    text-align:right;
    padding-top:10px;
}
.se_subs_info{
    float:left;
    width:350px;
}
.se_subs_info_txt{
    font-size:14px;
    color:#4689E0;
    font-weight:bold;
    text-align:center;
    height: 135px;
    overflow:hidden;
}
.se_subs_info_items{
    list-style:none;
    margin: 0;
    padding: 0;
}
.se_subs_info_items li{
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 5px;
}
.se_subs_permissions{
    float:left;
    width:250px;
    margin-left:20px;
    border:1px solid #ccc;
    text-align:center;
    -moz-box-shadow: 0px 1px 8px #ddd;
    -webkit-box-shadow: 0px 1px 8px #ddd;
    box-shadow: 0px 1px 8px #ddd;
    background:#F4F4F4 url(../images/setweaks/subs_info_title.png) repeat-x top center;
}
.se_package_title{
    color:#FFF;
    font-size:16px;
    padding:5px;
    font-weight:bold;
}
.se_package_price{
    color:#FFF;
    font-size:14pt;
    padding:10px;
    font-weight:bold;
    background:#F4F4F4 url(../images/setweaks/subs_info_price.png) repeat-x top center;
}
.se_package_price_d{
    font-size: 11px;
    padding-left: 5px;
    position: absolute;
    font-weight: normal;
}
.se_package_buy{
    padding:10px;
}
.se_package_buy a{
    display: block;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 17px;
    width: 80px;
    color:#FFf;
    font-size: 10pt;
    border:1px solid #95b929;
    background:#95b929 url(../images/setweaks/subs_info_buy.png) repeat-x top center;
}
.se_package_details{
    border-top:1px solid #ccc;
    padding:5px;
    font-size:12px;
}
.se_package_highlight{
    background-color:#FFFFCD;
}
.se_updates_title{
    border-top:2px solid #ccc;    
    font-weight:bold;
    padding:8px 5px;
}

