@charset "utf-8";
/* CSS Document */
body{
    margin:0;
    padding:0 0 10px 0;
    background:#fff url(../images/body_bg.jpg) repeat-x  0 0;
    font-family:Trebuchet MS, Helvetica, sans-serif;
}

body#woman {
    background:#fff url(../images/woman_body_bg.jpg) repeat-x  0 0;
}


h1,h2,h3,h4,h5,h6,ul,form,p,img,input{
    padding:0;
    margin:0;
    border:none;
    list-style:none;
    font-weight:normal;
}
li{
    padding:0;
    margin:0;
}
.sprite{
    width:100%;

    z-index: 1;

}
#page{
    width:950px;
    margin:0 auto;

}
a{
    text-decoration:none;
    outline:none;
}

a, a span {
    cursor: pointer;
}

.cboth {
    clear: both;
}

*, *.*, a, a:hover, a:active, a:focus {
    outline-style:none;
    outline-width:0;
}

/*---------------header-------------*/
#header{
    width:950px;
    height:152px;

}
.gap{
    display:none;
}
h1 a{
    width:393px;
    height:48px;
    float:left;
    clear:both;
    text-indent:-9999px;
    margin:11px 0 0 0;
    background:url(../images/logo.gif) no-repeat 0 0;
}

#woman h1 a{
    background:url(../images/woman_logo.gif) no-repeat 0 0;
}


.sing{
    width:500px;
    float:right;
    overflow:hidden;
    margin:10px 0 0 0;
}
.sing_search{
    margin:0;
}
.sing ul{
    overflow:hidden;
    float:right;
    margin:4px 0 0 0;
    padding:0 5px 0 0;
}
.sing ul li{
    float:left;
    margin:0 0 0 -2px;
    /*	background:url(../images/bg_li.gif) no-repeat 0 50%;*/
}
.sing ul li a{
    color:#fff;
    white-space: nowrap;
    font-size:11px;
    line-height:16px;
    padding:0 6px 0 6px;
    float:left;
    outline:none;
    background:url(../images/bg_li.gif) no-repeat 0 50%;
    text-transform:uppercase;
}
.sing ul li a:hover{
    text-decoration: underline;
}

.sing ul li span {
    color:#fff;
    font-size:11px;
    line-height:16px;
    padding:0 6px 0 6px;
    float:left;
    outline:none;
    background:url(../images/bg_li.gif) no-repeat 0 50%;
    text-transform:uppercase;
}


.sing .search_form{
    width:160px;
    height:22px;
    float:right;
    overflow:hidden;
    padding:0 0 0 10px;
    background:url(../images/search.gif) no-repeat 0 0;
}

#woman .sing .search_form{
    background:url(../images/woman_search.gif) no-repeat 0 0;
}

.sing_search .search_form{
    background:url(../images/search_btm.gif) no-repeat;
}
.sing .search_form input{
    background:#fff;
    width:129px;
    float:left;
    height:22px;
    border:0;
    padding:2px 3px 1px 3px;
    font-size:12px;
    color:#464646;
    line-height:19px;
}
.sing  a.search{
    text-indent:-9999px;
    width:16px;
    height:16px;
    float:left;
    margin:2px 0 0 0;
    background:url(../images/search_img.gif) no-repeat 0 0;
}
/*------------------navigation--------------------------*/
ul#page_navigation{
    width:auto;
    float:right;
    margin:16px 0 0 0;
    clear:both;
    height:58px;
}

ul#page_navigation li:first-child {
    background:none;
}
ul#page_navigation li.first {
    background:none;
}




ul#page_navigation li{
    float:left;
    padding:0 0 0 2px;
    background:url(../images/page_nav.gif) no-repeat 0 50%;
}

#woman ul#page_navigation li{
    background:url(../images/woman_page_nav.gif) no-repeat 0 50%;
}

ul#page_navigation li.first{
    background:none;
}
ul#page_navigation li a{
    float:left;
    font-size:16px;
    font-weight:bold;
    line-height:57px;
    color:#fff;
}
ul#page_navigation li a span{
    padding:0 10px;
}
ul#page_navigation li a:hover,ul#page_navigation li.hover a{
    background:url(../images/a_hover.gif) no-repeat 0 0;
}
ul#page_navigation li a:hover span,ul#page_navigation li.hover a{
    background:url(../images/a_hover.gif) no-repeat 0 -58;
}

#woman ul#page_navigation li a:hover, #woman ul#page_navigation li.hover a{
    background:url(../images/woman_a_hover.gif) no-repeat 0 0;
}
#woman ul#page_navigation li a:hover span, #woman ul#page_navigation li.hover a{
    background:url(../images/woman_a_hover.gif) no-repeat 0 -58;
}

/*------------------------- end header----------------------*/
/*------------------ main------------------------------------*/
#main{
    width:950px;
    overflow:hidden;
    /*	position:relative;*/
    z-index:1;
}
.left_col{
    padding:0 10px 0 0;
    width:650px;
    float:left;
    font-family: tahoma, arial, sans-serif;
}

.w_col {
    width:690px;
}
.right_col{
    width:290px;
    overflow:hidden;
    padding:0 0 0 5px;
    font-family: tahoma, arial, sans-serif;
}
/*right_col*/
.overview{
    width:290px;
    overflow:hidden;
    background:#e5e5e5;
    padding:0 0 0 10px;
}
.overview .video{
    width:270px;
    height:186px;
    overflow:hidden;
    float:left;
    margin:10px 0 8px 0;
}
.overview  p{
    color:#444;
    line-height:16px;
    font-size:12px;

}
.join{
    width:290px;
    overflow:hidden;
    height:81px;
    float:left;
    margin:10px 0 0 0;
    background:url(../images/join.jpg) no-repeat 0 0;
}
.join p{
    color:#fff;
    font-size:16px;
    line-height:18px;
    float:left;
    margin:10px 0 0 0;
    padding:0 0 0 15px;
}
.enter{
    width:224px;
    float:left;
    margin:16px 0 0 0;
    padding:0 0 0 29px;
}
.enter input{
    background:none;
    border:none;
    width:181px;
    height:22px;
    float:left;
    color:#444;
    margin:2px 0 0 0;
    font-size:12px;
    line-height:22px;
}
.enter a{
    text-indent:-9999px;
    width:27px;
    height:22px;
    float:left;
}
.poll,.popular_articles{
    width:290;
    float:left;
    margin:10px 0 0 0;
    background:url(../images/poll_center.gif) repeat-y 0 0;
}
.poll .top_bg{
    width:290;
    float:left;
    background:url(../images/bg_poll.gif) no-repeat 0 0
}
.popular_articles .top_bg{
    width:290;
    float:left;
    background:url(../images/most.gif) no-repeat 0 0
}
.poll .top_bg .bottom_bg,.popular_articles .top_bg .bottom_bg{
    width:268px;
    float:left;
    padding:10px 10px 20px 20px;
    background:url(../images/bottom_poll.gif) no-repeat 0 100%;
}
.poll h3,.popular_articles h3{
    margin:0;
    font-weight:normal;
    font-size:16px;
    padding:0 0 5px 0;
}
.poll  p{
    padding:0 10px 0 0;
}
.poll input,.poll_box input{
    width:12px;
    height:12px;
    float:left;
    display:inline;
    margin:4px 0 0 20px;
}
.poll label,.poll_box label{
    float:left;
    color:#464646;
    font-size:12px;
    line-height:16px;
    margin:1px 0 0 0;
    padding:0 0 0 5px;
    width: auto;
}
a.submit{
    width:77px;
    height:22px;
    float:left;
    text-indent:-9999px;
    background:url(../images/submit.gif) no-repeat 0 0;
}
a.submit{
    width:77px;
    height:22px;
    float:left;
    margin:10px 0 0 30px;
    display:inline;
    text-indent:-9999px;
    background:url(../images/submit.gif) no-repeat 0 0;
}
a:hover.submit{
    width:77px;
    height:22px;
    float:left;

    text-indent:-9999px;
    background:url(../images/submit.gif) no-repeat 0 -22px;
}
.poll ul,.poll_box ul{
    float:left;
    width:100%;
    margin:5px 0 0 0;

}
.poll ul li,.poll_box ul li{
    float:left;
    width:100%;
}
.popular_articles ul{
    width:248px;
    margin:10px 0 0 0;
    float:left;

    padding:0 0 0 7px;

}
.popular_articles ul li{
    width:248px;
    float:left;
    margin:0;
    color:#185c9d;
    font-size:12px;
    line-height:16px;
    text-indent:-13px;
    padding:0 0 5px 0;

}
/**/
.image_with_text{
    width:650px;
    overflow: hidden;
    height:380px;
    position:relative;
    z-index:4;
}
.image_with_text .text{
    position:absolute;
    z-index:8;
    width:650px;
    /*margin:-178px 0 0 0;*/
    background:#000;
    float:left;
    bottom:0;
    left:0;
    background:url(../images/bg_ul_tab.png) repeat 0 100%;
}

.image_with_text .slideContent {
    padding: 0 30px;
}

.image_with_text .text h2{
    color:#ffb80f;
    font-size:22px;
    font-weight:normal;
    line-height:22px;
    padding:10px 0 6px 0px;
}

.image_with_text .text h2 a {
    color:#ffb80f;
    font-size:22px;
    font-weight:normal;
}

.image_with_text .text h2 a:hover {
    color: #fff;
}

.image_with_text .text p{
    font-size:12px;
    line-height:16px;
    color:#ffb80f;
    padding:0;
    font-family: arial,tahoma,verdana,sans-serif;
}

.image_with_text .text p a {
    font-size:12px;
    color:#ffb80f;
}

.image_with_text .text p a:hover p {
    color: #fff;
}

ul.tab_menu{
    width:650px;
    overflow:hidden;
    float:left;
    margin:14px 0 0 0;
    border-top:1px solid #bfbcb9;
}
ul.tab_menu li{
    float:left;
    margin:0 0 0 -1px;
    width: 129px !important;
    border-left:1px solid #bfbcb9;
}
ul.tab_menu li a{
    color:#fff;
    font-size:12px;
    line-height:16px;
    height:48px;
    padding:0 18px;
    float:left;
    margin:7px 0 0 0;
    text-align:center;
}
ul.tab_menu li a:hover{
    color:#d6d6d6
}
ul.tab_menu li.active{
    background:url(../images/li-active.gif) no-repeat 50% 0;
}

/* left block */

.w_col .share_this {
    background: #e5e5e5;
    padding: 5px 5px 10px;
    text-align: center;
    width: 330px;
    margin: 0;
}

.w_col .share_this p {
    margin-left: 5px;
}

.w_col .share_this img {
    margin-bottom: 5px;
}

.w_col .left_block {
    width: 360px;
}

.w_col ul.left_box,
.w_col ul.left_box li{
    width: 350px;
    border: none;
}

.w_col ul.left_box li .left_img {
    margin:17px 15px 0 0;
    width: 130px;
}

.w_col .right_text_box {
    width: 205px;
}

.w_col .righ_block {
    width: 300px;
}
.w_col .righ_block h3 {
    margin: 0 !important;
}


.w_col .articles {
    border: none;
}

.top_box {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
}

.top_box h2, #mainContent_Text .top_box h2 {
    color: #185c9d;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 5px;
}

#mainContent_Text .top_box h3, .top_box h3 {
    color: #000;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 15px;
}

.top_box .top_box_left {
    width: 391px;
    float: left;
}

.top_box .top_box_right {
    float: right;
    text-align: right;
    width: 280px;
}

.left_block{
    width:300px;
    float:left;
    overflow:hidden;
    padding:0 10px 0 0;

}
ul.left_box{
    width:337px;
    overflow:hidden;
}
ul.left_box li{
    float:left;
    margin:-2px 0 0 0;
    width:347px;
    padding:0 0 18px 0;
    border-top:1px solid #ccc;
}
.left_text_box{
    width:210px;
    float:left;
}

.left_text_box h6 {
    font-weight: normal;
}

h3{
    color:#000;
    font-size:18px;
    line-height:22px;
    margin:17px 0 0 0;
    padding:0 0 3px 0;
}
h4{
    color:#000000;
    font-size:13px;
    line-height:16px;
    padding:0 0 10px;
}
h6, h5{
    color:#185c9d;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
    padding:0 0 10px 0;
}
h5{
    font-weight:normal;
    padding:0 0 7px 0;
}
p{
    color:#464646;
    font-size:12px;
    line-height:16px;
    padding:0 0 14px 0;
}
a.read_more{
    color:#6a288a;
    font-size:12px;
    line-height:17px;
    float:left;
    padding:0 0 0 20px;
    background:url(../images/more.gif) no-repeat 0 0;
}
a:hover.read_more{
    color:#973abc;
    background-position:0 -17px;
}

a.tell_us{
    font-size:14px;
    line-height:17px;
    padding-left: 25px;
    font-weight: bold;
    background:url(../images/more.gif) no-repeat 0 0;
}

a.tell_us:hover {
    background-position:0 -17px;
    color:#973ABC;
}

ul.left_box li .image{
    width:100px;
    height:155px;
    overflow:hidden;
    float:left;
    margin:27px 0 0 0;
}
ul.left_box li .left_img{
    float:left;
    height:109px;
    margin:17px 15px 0;
    overflow:hidden;
    width:122px;
    display: inline;
}

.right_text_box{
    width:155px;
    overflow:hidden;
    float:left;
}
.right_text_box h6 {
    font-weight: normal;
}

ul.left_box li .icon{
    float:left;
    overflow:hidden;
    width:61px;
    height:61px;
    margin:8px 0 0 0;
    padding:0 15px 0 0;
}
.text_message{
    width:260px;
    float:left;
    margin:8px 0 0 0;
    overflow:hidden;
}
.righ_block{
    width:273px;
    overflow:hidden;
    float:left;
    margin:10px 0 0 0;
    padding:0 0 0 17px;
    border-left:1px solid #ccc;
}
.articles, .calculators{
    width:258px;
    float:left;
    border-bottom:1px solid #ccc;
    padding: 0 0 15px 0;
}

.articles a {
    color: #185C9D;
}

.articles a:hover {
    color: #6A288A;
}

.calculators{
    border:0;
}
.articles h3,.calculators{
    margin:0;
    padding:0 0 15px 0;
}

.righ_block .articles h3 {
    color:#000000;
    font-size:18px;
    line-height:22px;
    margin:7px 0 0;
    padding:0 0 3px;
}


.articles h6{
    padding:0 0 3px 0;
    font-weight:normal;
    font-size:14px;
}

.calculators .result{
    width:125px;
    float:left;
    padding:0 3px 0 0;
}
.calculators .result .img{
    width:123px;
    height:89px;
    overflow:hidden;
    padding:0 0 10px 0;
}
.calculators .result span{
    color:#185c9d;
    font-size:12px;
    line-height:16px;
    display:block;
}

/*footer*/
#footer{
    width:950px;
    overflow:hidden;
    margin:10px auto;
    border-top:1px solid #ccc;
}
#footer .left_block{
    float:left;

}
#footer .left_block span{
    font-size:11px;
    line-height:16px;
    color:#464646;
    float:left;
    margin:12px 0  0 0;
}
#footer .left_block .logo_icon{
    width:175px;
    height:38px;
    overflow:hidden;
    float:left;
    margin:12px 0 0 0;
}
#footer .left_block .logo_icon a.logo_footer{
    width:175px;
    height:38px;
    overflow:hidden;
    float:left;
    text-indent:-9999px;
    background:url(../images/bottom_icon.gif) no-repeat 0 0;
}
#footer .right_block{
    float:right;
    overflow:hidden;
    width:620px;
}
#footer .right_block ul.footer_navigation{
    float:right;
    overflow:hidden;
    margin:12px 0 0 0;
}
#footer .right_block ul.footer_navigation li{
    float:left;
    padding:0 8px 0 12px;
    margin:0 -4px 0 0;
    background:url(../images/footer_nav.gif) no-repeat 100% 50%;
}
#footer .right_block ul.footer_navigation li a{
    color:#464646;
    font-size:11px;
    float:left;
    line-height:16px;
}
#footer .right_block ul.footer_navigation li a:hover{
    color:#6A288A;
}
#footer .right_block p{
    text-align:right;
    width:586px;
    color:#464646;
    clear:both;
    font-size:11px;
    line-height:16px;
    padding:0 10px 0 0;
    margin:3px 0 0 0;

}

/*--------------------------page inside----------------------------------*/
.top_banner{
    width:926px;
    height:119px;
    overflow:hidden;
    padding:0 0 0 24px;
    margin: 0 0 10px;
    background:url(../images/top_banner.png) ;
}

#woman .top_banner {
    margin-bottom: 15px;
}

.top_banner ul{
    overflow:hidden;
    width: 533px;
    margin-top: 5px;
}
.top_banner ul li{
    float:left;
    padding:0 8px;
    /*margin:10px 0 0 -5px;*/
    background:url(../images/bg_top_li.jpg) no-repeat 0 50%;
}

.top_banner ul li.first {
    background: none;
    padding-left: 0;
}

.top_banner ul li a{
    color:#65696e;
    font-size:12px;
    line-height:16px;
    float:left;
    white-space: nowrap;
}
.top_banner ul li.active a{
    color:#4f8abe;
}
.top_banner ul li a:hover{
    color:#6A288A;
}
.top_banner h2{
    color:#185c9d;
    font-size:24px;
    line-height:30px;
    margin:15px 0 0 0;
    font-weight:normal;
}
.center_block{
    width:950px;
    overflow:hidden;
    margin:10px 0 0 0;
    background:url(../images/center_bg.gif) repeat-y 0 0;
    font-family: tahoma,arial,sans-serif;
}
ul#sidebar{
    width:199px;
    float:left;
    padding:0 0 10px 0;
    border-top:1px solid #ccc;
}
ul#sidebar li{
    float:left;
    width:199px;
    border-bottom:1px solid #ccc;
}
ul#sidebar li a{
    width:176px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 3px solid #fff;
    background:#ececec;
    color:#464646;
    font-size:13px;
    float:left;
    padding:4px 10px 4px 10px;
    line-height:18px;
}
ul#sidebar li a:hover{
    color:#6A288A;
}
ul#sidebar li.active a{
    background:#4f8abe;
    color:#fff;
    float:left;
    line-height:18px;
}

.center_box{
    width:506px;
    padding:0 20px 0 20px;
    float:left;
    display: inline;
    margin:10px 11px 0 0px;
}

.center_box h4{
    color:#185c9d;
    font-size:28px;
    line-height:32px;

}

.center_box h6{
    color:#464646;
    font-size:17px;
    line-height:21px;
    font-weight:normal;
}
.center_box p{
    color:#464646;
    font-size:12px;
    padding:0 0 10px 0;
}

.center_box p.copy {
    color:#747474;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size:11px;
    padding:15px;
    text-align:justify;
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
}

.center_box a {

}

.center_box ul.list{
    width:255px;
    padding:0 0 0 25px;
    overflow:hidden;
}
.center_box ul.list li{
    width:100%;
    float:left;
    color:#464646;
    font-size:12px;
    font-weight:bold;
    line-height:18px;
    padding:0 0 10px 10px;
    background:url(../images/li.gif) no-repeat 0 7px;

}

.right_column{
    width:194px;
    overflow:hidden;
    float: right;
}
.right_column .flash_vid{
    width:174px;
    background:#e5e5e5;
    padding:0 10px 10px 10px;
    margin:0 0 10px 0;
    float:left;
}

#woman .right_column .flash_vid {
    background: #EBC0D9 none repeat scroll 0 0;
}

.right_column .flash_vid .image{
    width:174px;
    height:119px;
    overflow:hidden;
    padding:0 0 5px 0;
    margin:10px 0 0 0;
}

.right_column .flash_vid .image img {
    width: auto !important;
    /*    margin-left:-16px;
        margin-top:-11px;*/
}

.right_column .flash_vid p{
    font-size:11px;
    padding:0;
    text-align: center;
}
.join_box{
    width:192px;
    position: relative;
    height:97px;
    float:left;
    margin:0px 0 10px 0;
    background:url(../images/join1.jpg) no-repeat 0 0;
}
.join_box p{
    color:#fff;
    font-size:12px;
    text-transform: uppercase;
    line-height:18px;
    margin:10px 0 0 0;
    padding:0 0 0 15px;
}
.join_box .enter{
    width:166px;
    margin:15px 0 0 0;
    height: 22px;
    float: none;
    padding:4px 0 2px 29px;
}
.join_box .enter input{
    background:none;
    border:none;
    width:122px;
    float: none;
    height:22px;
    color:#444;
    margin:0;
    font-size:12px;
    line-height:22px;
    font-family: Arial;
}

.join_box .enter a{
    /*text-indent:-9999px;*/
    width:27px;
    height:22px;
    /*float:left;*/
    float:none;
    text-indent:inherit;
    position:absolute;
    left:150px;
    top:61px;
}

.right_col_home .join_box .enter a{
    /*text-indent:-9999px;*/
    width:27px;
    height:22px;
    /*float:left;*/
    float:none;
    text-indent:inherit;
    position:absolute;
    left:210px;
    top:44px;
}

.join_box .enter span{
    display:inline-block;
    left:175px;
    padding:6px 6px 0;
    position:absolute;
    top:57px;
} 

.right_col_home .join_box .enter span{
    display:inline-block;
    left:191px;
    top:43px;
    position:absolute;
    padding:6px 6px 0 6px;
}

.poll_box{
    width:194px;
    float:left;
    margin:0px 0 10px 0;
    /*background:url(../images/poll_box.gif) repeat-y 0 0;*/
    background:#e5e5e5 url(../images/box_article.jpg) no-repeat scroll 0 0;
}
.poll_box .top_bg_box{
    width:194px;
    float:none;
    background:url(../images/poll_box_top.jpg) no-repeat 0 0;
}
.poll_box .top_bg_box_article{
    width:194px;
    float:none;
    /*	background:url(../images/box_article.jpg) no-repeat 0 0;*/
}
.poll_box .top_bg_box .bottom_bg_box,.poll_box .top_bg_box_article .bottom_bg_box{
    width:170px;
    float:none;
    /*padding:0 10px 15px 12px;*/
    /*background:url(../images/poll_box_bottom.gif) no-repeat 0 100%;*/
    background:White;
    margin:0 10px 10px;
}

.poll_box .top_bg_box .bottom_bg_box p,
.poll_box .top_bg_box_article .bottom_bg_box p {
    padding-bottom: 5px;}

.poll_box h3{
    color:#000000;
    font-size:12px;
    font-weight:normal;
    line-height:15px;
    margin:0;
    padding:5px 0 5px 9px;
    text-transform:uppercase;
}

.poll_box .quiz_box h3 {
    padding-left: 0;
}

.poll_box h3 a {
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    color: #000;
}

.poll_box .top_bg_box_send h3{
    font-size:12px;
}

.poll_box .top_bg_box_article .bottom_bg_box ul{
    width:158px;
    margin:10px 0 0 0;
    float:none;
    padding:0 0 0 23px;

}
.poll_box .top_bg_box_article .bottom_bg_box ul li{
    width:148px;
    float:none;
    margin:0;
    color:#185c9d;
    font-size:12px;
    line-height:16px;
    padding:0 0 5px 0;
}

.poll_box .sidePoll_PollOptions {
    padding: 0 0 5px;
}


.right_col_home{
    width:270px;
    position: relative;
    overflow:hidden;
    float: right;
    font-family: tahoma, arial, sans-serif;
}
.right_col_home .flash_vid{
    width:246px;
    background:#e5e5e5;
    padding:0 12px;
    margin:0 0 10px 0;
    float:left;
}

#woman .right_col_home .flash_vid {
    background: #ebc0d9;
}

.right_col_home .flash_vid .image{
    width:auto;
    height:auto;
    overflow:hidden;
    padding:0;
    margin:10px 0 0 0;
    text-align: center;
    background: #F1F8FE;
}

.right_col_home .flash_vid .image img {
    width:auto !important;
    height:auto;

}


.right_col_home .flash_vid p{
    font-size:12px;
    padding:5px 0;
    color: #252525;
    text-align: center;
}

.right_col_home .join_box {
    background:#6A288A url(../images/join_home.gif) no-repeat scroll 0 0;
    overflow: hidden;
    float:left;
    height:81px;
    margin:0 0 10px;
    width:270px;
    position:relative;
}

.right_col_home .join_box .enter {
    width:185px;
}

.right_col_home .join_box .enter input {
    width: 182px;
}


.right_col_home .poll_box{
    width:270px;
    float:left;
    margin:0px 0 10px 0;
    background:#e5e5e5 url(../images/box_article.jpg) no-repeat scroll 100% 0;
}
.right_col_home .poll_box .top_bg_box{
    width:270px;
    float:left;
    background:url(../images/poll_box_top.jpg) no-repeat 0 0;
}
.right_col_home .poll_box .top_bg_box_article{
    width:270px;
    float:left;
    display: inline;
    background:url(../images/box_article.jpg) no-repeat 0 0;
}

.right_col_home .poll_box .top_bg_box_article {

}


.right_col_home .poll_box .top_bg_box_article .bottom_bg_box  ul.arrowList{
    padding: 0;
}

.right_col_home .poll_box .top_bg_box_article .bottom_bg_box  ul.arrowList li{
    float: none;
}


.right_col_home .poll_box .top_bg_box .bottom_bg_box,.poll_box .top_bg_box_article .bottom_bg_box{
    width:270px;
    float:none;
    background:White;
    margin:0 10px 10px;
}

.right_col_home .poll_box .top_bg_box_tips .bottom_bg_box,
.right_col_home .poll_box .top_bg_box_article .bottom_bg_box,
.right_col_home .poll_box .top_bg_box .bottom_bg_box,
.right_col_home .poll_box .top_bg_box_ask .bottom_bg_box {
    display:block;
    padding:5px;
    float: none;
    width:240px;
}

.right_col_home .poll_box .top_bg_box_article .bottom_bg_box ul {
    width:238px;
}

.right_col_home .poll_box .top_bg_box_article .bottom_bg_box ul li {
    width: 210px;
}

.right_col_home .poll_box ul.calcList li {
    background:transparent url(../images/arrow1.gif) no-repeat scroll 0 3px;
    padding:0 0 4px 10px;
}

.right_col_home  .poll_box .top_bg_box_article .bottom_bg_box ul.arrowList li {
    background: none;
    padding-left:5px;
}

.otherLanguageSide a {
    background:transparent url(../images/arrow1.gif) no-repeat scroll 0 7px;
    padding:0 0 4px 10px;
    font-weight: bold;
    font-size: 14px;
    float: right;
    display: inline-block;
    color: #185C9D;
}

.otherLanguageSide a:hover {
    color: #6A288A;
}

/* drop down */
ul#page_navigation li.hover ul.drop_down{
    display:block;
}
ul#page_navigation li {
    position: relative;
    z-index:25;
}
ul#page_navigation li.last ul.drop_down {
    left:-163px;
}
ul#page_navigation li.blog ul.drop_down {
    left:-163px;
}
ul#page_navigation li ul.drop_down{
    top:56px;
    left: 2px;
    display:none;
    width:210px;
    background:#3887bd;
    position:absolute;
    overflow: hidden;
    padding:10px 10px 10px 10px;
}

#woman ul#page_navigation li ul.drop_down {
    background: #C13C8A;
}


ul#page_navigation li ul.drop_down li,
#woman ul#page_navigation ul.drop_down li {
    width:194px;
    float:left;
    clear: both;
    margin:0;
    background:#ffffff !important;
    border-bottom:1px solid #ccc;
    padding:0 0 0 16px;
}

ul#page_navigation li ul.drop_down li a,
#woman ul#page_navigation li ul.drop_down li a{
    color:#464646;
    float:left;
    font-weight:normal;
    font-size:13px;
    line-height:24px;
    background:none;
}
ul#page_navigation li ul.drop_down li a:hover,
#woman ul#page_navigation li ul.drop_down li a:hover{
    color:#4F8ABE;
    background:none;
}
.change_image{
    width:372px;
    height:119px;
    float:right;
    overflow:hidden;
    text-align: right;
}
.saving{
    float:left;
    width:533px;
    overflow:hidden;
}
/*pop up*/
#ctl00_upSignInModal, #mpeRPassModal_foregroundElement{
    width:500px;
    background:#b4d8f1;
    position: relative;
}

#ctl00_upSignInModal {
    width: 460px;
}

.modalPopup  {
    font-family:Arial !important;
    font-size:12px;
}

.modalPopup_IconBar{
    width:100%;
    overflow:hidden;
    position:relative;
}
.modalPopup_IconBar a{
    float:right;
    padding:0 20px 0 0;
    color:#505F77;
    font-size:11px;
    display:inline;
    line-height:14px;
    margin:5px  5px 0 0;
    text-transform:uppercase;
    background:url(../images/close_btn.gif) no-repeat 100% 0;

}
.modalPopup_Inner{
    display:block;
    overflow:hidden;
}
.modalPopup_Inner object{
    margin:10px 3px;
}
.modalPopup_Inner h2{
    padding:5px;
    margin-top:10px;
}
.modalPopup_Inner a{
    color:#185c9d;
}

.modalPopup_Inner a:hover {
    color: #000;
}

.w50{
    width:205px;
    float:left;
    padding:0 0 15px 20px;
    overflow: hidden;


}
.w50 h3 label,.w50 h3 {
    color:#0B1F38;
    text-transform:uppercase;
    font-size:14px;
    line-height:20px;
}
.w50 div{
    font-size:12px;
    line-height:13px;
    color:#0B1F38;
}

.w50 .txt_input {
    text-align: left;
}

.w50 .txt_input img {
    float: left;
    display: block;
    margin:10px 0;
}

.w50 table {
    border-collapse: collapse;
    border-spacing:0;
}

.w50 .capture_td {
    width: 1px;
}

.w50 .validationError {
    display: inline-block;
    text-align: left;

}



.modalForm label{
    padding:0 0 3px 0;
    line-height:20px;
}

.modalGift label {
    font-size:12px;
}

.modalGift h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.modalGift h3 label {
    color: #0B1F38;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px;
}


.modalForm input{
    border:1px solid #ccc;
    width:176px;
    height:18px;
    color:#464646;
    font-size:11px;
    line-height:20px;
    padding:2px 3px 0 3px;
}
.modalForm .clearfix{
    width:100%;
    display:block;
    float:left;
}
a#ctl00_lbRPassModal{
    float:left;
    margin:4px 0 0 0;
}


.squareBtn a{
    padding:0 4px;
    border:1px solid #4F8ABE;
    line-height:20px;
    float:left;
    display:inline;
    cursor:pointer;
    margin:0 10px 0 0;
    color:#114577;
    font-size:12px;
}
.squareBtn a:hover{
    color:#4F8ABE;
}
.squareBtn.sb2 a{
    margin-top:10px;
}

.modalPopup .w50 h3{
    font-weight:bold;
    margin:5px 0 0;
    font-size:14px;
}
#ctl00_pnlRegModal{
    background:#b4d8f1;
}
ul.padList{
    float:left;
    margin:15px 0 0 0;
}
ul.padList li{
    color:#464646;
    font-size:11px;
    line-height:14px;

    padding:0 0 5px 0;
}

.modalPopup ul.padList li {
    font-size: 12px;
    color: #000;
}

ul.padList_socMe{
    zoom:1;
    overflow:hidden;
}
ul.padList_socMe li{
    list-style-position:inside;
    list-style-type:disc;
}

#ctl00_pnlRegForm .fieldNote{
    color:#185c9d;
    font-size:11px;
}
span.check input{
    width:13px;
    height:13px;
    float:left;
    margin:2px 4px 0 0;
    display:inline;
}
.modalPopup .w50 p{
    color:#185C9D;
}
#ctl00_pnlRegModal_DropShadow{
    width:460px;
    z-index:1002;

}
#mpeRegModal_foregroundElement,#ctl00_pnlRegModal,span#ctl00_upRegModal{
    width:460px;
}

#mainContent_Text p strong {
    font-weight: bold;
}

#mainContent_Text  a:hover{
    color:#6A288A;
}

#mainContent_Text table {
    border: 0px solid #fff;
    border-collapse: collapse;
}

#mainContent_Text table td { border: 0px solid #fff; }



.wraper_sidebar{
    width:199px;
    float:left;
    padding-bottom:1px;
}
/* right_col side bar */
.right_column ul#sidebar {
    background:#4f8abe;
    padding:0 5px 5px 5px;
    width:184px;
}
.right_column ul#sidebar li{
    width:184px;
}
.right_column ul#sidebar li a{
    padding:0 3px 2px 3px;
    font-size:12px;
    line-height:20px;


}
/* right_col side bar */
/*slide box*/
.slide{
    width:192px;
    float:left;
    height:166px;
    position:relative;
    z-index:7;
    margin:4px 0 10px 0;
}
.title_box{
    width:199px;
    overflow:hidden;
    height:25px;
    background:#d5d7d7;

}

.slide .title_box p
{
    color:Black;
    font-size:12px;
    font-weight:normal;
    margin:0;
    padding:5px 0 0;
}

.slide .title_box
{
    padding-left:14px;
    width: 180px;
}

.slide .details_box {
    width: 194px;
    padding: 0;
}

.fastFactContainer {
    width: 194px !important;
}


.title_box p {
    padding:0;
}
.details_box{
    width:194px;
    overflow:hidden;
    line-height:20px;
    /*height:20px;*/
    padding:0 5px 0 0;
    position:absolute;
    bottom:0;
    left:0;
    z-index:10000;
    background:#94A0AE;
}
.details_box_height{
    width:100%;
    overflow:hidden;
    height:60px;
    background:#94A0AE;
    position:relative;
    margin:-50px 0 0 0;
    z-index:12;
}
.detailsFastContent{
    font-size:10px;
    line-height:14px;
    color:#fff;
    padding:0 5px 7px 7px;
    width:177px;
    float:left;

}





.details_box a.showDetailsLink, .details_box_height a.showDetailsLink{
    float:right;
    color:White;
    font-size:10px;
    line-height:20px;
    padding:0 25px 0 0;
    background: url(/Socme/Images/up_down_arrow_sprites.png) no-repeat scroll right 1px;
}

.details_box a.hideDetailsLink, .details_box_height a.hideDetailsLink{
    float:right;
    color:White;
    font-size:10px;
    line-height:20px;
    padding:0 20px 0 0;
    background: url(/Socme/Images/up_down_arrow_sprites.png) no-repeat scroll right -23px;
}

.slide_box{
    width:156px;
    height:130px;
    overflow:hidden;
    padding:10px 30px 0 10px;
    font-weight:bold;
    font-size:13px;
    color:#fff;
    line-height:18px;
    position:relative;
    z-index:10;
    padding:10px 30px 0 10px;
    background:#6A288A url(../images/fact_bg.jpg) no-repeat 100% 0;
}
.slide_box_next{
    width:156px;
    height:130px;
    position:relative;
    z-index:10;
    color:#195c9e;
    font-weight:bold;
    font-size:13px;
    line-height:18px;
    padding:10px 30px 0 10px;
    overflow:hidden;
    background:#e6e6e6 url(../images/fact_bg.jpg) no-repeat 100% -121px;
}


/**/
ul#sidebar_second{
    width:199px;
    float:left;
    padding:0 0 0 0;
    margin:-1px 0 0 0;
    border-top:1px solid #ccc;
}
ul#sidebar_second li{
    float:left;
    /*width:199px;*/
    background:#4f8abe;
    border-bottom:1px solid #ccc;
}

ul#sidebar_second li a{
    width:166px;
    background:#e2e2e2;
    color:#444;
    float:left;
    /*padding:4px 10px 4px 25px;*/
    padding:4px 10px 4px 20px;
    line-height:18px;
    display:block;
}
ul#sidebar li ul#sidebar_second li a{
}
ul#sidebar li ul#sidebar_second li.active_link a{
    /*width:175px;*/
    background:#71AADB !important;
    color:#fff;
    float:left;
    background:#6A288A;
    line-height:18px;
}

ul#sidebar_second li a {
    background:#cfcfcf !important;
    color: #444 !important;

}

ul#sidebar_second li a:hover {
    color:#fff !important;
    background:#6A288A  !important;
}
ul#sidebar_second li.active_link a{
    color:#6A288A !important;
    float:left;
    padding:4px 10px 4px 20px;
    line-height:18px;
}

ul#sidebar_second li.active_link a:hover {
    color: #fff !important;
}

ul#sidebar li.active a{
    background:#6A288A;
}
ul#sidebar li.active a:hover {
    color: #fff;
}

/**/

a.seeMoreLink, a.seeMoreLink span ,a.voteLink,a.voteLink span{
    height: 22px;
    font-size:11px;
    line-height:22px;
    font-weight:bold;
    background:url(../images/btn_inline.gif) no-repeat 0 0;
    color: #fff;
    margin:0 0 0 3px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}
a.seeMoreLink span ,a.voteLink span{
    padding: 0px 11px;
    background-position: 100% -22px;
}
a:hover.seeMoreLink,a:hover.voteLink{
    background-position: 0 -44px;
}
a:hover.seeMoreLink span, a:hover.voteLink span{
    background-position: 100% -66px;
}

a.voteLink {
    margin: 0 !important;
}


/*ask box*/
.pollButtons a{
    text-align:right;
    margin-top:2px;
}
/*Ask*/
.poll_box .photo_icon{
    width:77px;
    height:80px;
    overflow:hidden;
    float:none;
    margin:0 0 0 40px;
    display:block;
    border:1px solid #ccc;
}
p.name{
    text-align:center;
    padding:0 0 5px 0;
}
p.name a{
    color:#185C9D;
    text-align:center;
    line-height:20px;
}
p.name a:hover{
    color:#6A288A;
}
.question_box{
    width:159px;
    border-top:1px solid #ccc;
    margin:0 0 0 0;
    color:#464646;
    font-size:12px;
    line-height:18px;
}
.question_box a{
    color:#185C9D;
}
.question_box a:hover{
    color:#6A288A;
}
.poll_box .top_bg_box_ask p{
    text-align:center;
    padding:0 0 0 0;
    line-height:25px;
}
.poll_box .top_bg_box_ask,.poll_box .top_bg_box_tips,.poll_box .top_bg_box_send{
    background:#e5e5e5 url(../images/poll_box_top.jpg) no-repeat scroll 0 0;
    float:none;
    width:194px;
}
.poll_box .top_bg_box_ask .bottom_bg_box,.poll_box .top_bg_box_tips .bottom_bg_box, .poll_box .top_bg_box_send .bottom_bg_box{
    /*background:transparent url(../images/poll_box_bottom.gif) no-repeat scroll 0 100%;*/
    float:none;
    /*padding:0 15px 15px 15px;*/
    width:164px;
    background:White;
    margin:0 10px 10px 10px;
    padding: 5px;

}
/*ask box*/

.poll_box .top_bg_box_tips .bottom_bg_box,
.poll_box .top_bg_box_article .bottom_bg_box,
.poll_box .top_bg_box .bottom_bg_box,
.poll_box .top_bg_box_ask .bottom_bg_box  {
    padding: 5px;
    width: 164px;
    display: block;
}


/***************************************************DEVELOPER'S CODE*****************************************************************************/
.sidePoll_PollResultsWrapper span.barLabel{
    font-size:12px;
    color:#464646;
}

.sidePoll_PollResultsWrapper span.barPercentage{
    font-size:12px;
    font-weight:bold;
}
ul.arrowList a,ul.calcList a{
    line-height: 16px;
    color:#185C9D;
    font-weight:bold;
}
ul.arrowList a:hover,ul.calcList a:hover{
    color:#6A288A;
}

/**/
/*plans*/
.plans, .resources{
    width:100%;
    overflow:hidden;
    background:#eef3f7;
    padding:10px 0;
    margin-bottom: 10px;
    font-family:tahoma,arial,sans-serif;
}
.plans .plans_title,.resources .plans_title{
    width:100%;
}
.plans .plans_title h4, .resources .plans_title h4{
    font-size:12px;
    font-weight: bold;
    line-height:40px;
    padding:0 0 0 20px;
}

.plans ul.plans_nav, .resources ul.plans_nav{
    width:169px;
    float:left;
    position:relative;
    z-index:10;
    margin:0;
    padding:0;
}
.plans ul.plans_nav li, .resources ul.plans_nav li{
    width:169px;
    float:left;
}
.plans ul.plans_nav li a, .resources ul.plans_nav li a{
    color:#1c548f;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
    float:left;
    padding:0 0 0 7px;
    background:transparent url(../images/plans_hover_non.gif) no-repeat scroll 0 0;
    margin-top:10px;
    width:166px;

}
.plans ul.plans_nav li.active a,.plans ul.plans_nav li.active a:hover,.resources ul.plans_nav li.active a,.resources ul.plans_nav li.active a:hover, .plans ul.plans_nav li.active a.non_active, .plans ul.plans_nav li.active a.non_active:hover{
    color:#1c548f;
    font-size:12px;
    width:158px;
    color:#fff;
    font-weight:bold;
    height:30px;
    float:left;
    line-height:30px;
    padding:0 0 0 7px;
    background:url(../images/plans_active.gif) no-repeat 0 0;

}
.plans ul.plans_nav li a:hover, .resources ul.plans_nav li a:hover, .plans ul.plans_nav li a.non_active:hover{
    color:#1c548f;
    font-size:12px;
    width:166px;
    color:#fff;
    font-weight:bold;
    height:30px;
    float:left;
    outline:0;
    line-height:30px;
    padding:0 0 0 7px;
    background:url(../images/plans_hover.gif) no-repeat 0 0;
}


.plans ul.plans_nav li a.non_active, .plans ul.plans_nav li a{
    margin-top:10px;   
    background:url(../images/plans_hover_non.gif) no-repeat 0 0;
    width:166px;
}


.plans_text{
    background:#FFFFFF none repeat scroll 0 0;
    float:left;
    margin:0 0 0 -90px;
    padding:10px 0 10px 90px;
    position:relative;
    width:320px;
    z-index:9;
    font-family: tahoma, arial, sans-serif;
}
.resources  .plans_text{
    width:443px;
    padding-top:20px;
}

.plans_text h2 {
    color:#0C385F;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
    float:left;
    width:100%;
    margin:0px 0 0 0;
    padding:0 0 10px 0;
}
.plans_text  p{
    padding:0 10px 10px 0;
}

.plans_text ul li{
    color:#464646;
    font-size:13px;
    line-height:18px;
    /*	background:url(../images/arrow1.gif) no-repeat 0 5px;*/
    padding:0 5px;

}
.plans_text ul{
    list-style-type: disc;
    padding:0 0 10px 15px;

}

.plans_text a {
    color: #185C9D;
}


.plans_text a:hover
{
    color:#6A288A;
}


/*--------------------------- pages--------------------------------*/

ul.contentBlockPaginator{
    float:left;
    width:auto;
    overflow:hidden;
    padding:0 0 15px 0;
}
ul.contentBlockPaginator li{
    float:left;
    margin:0 2px 0 0;
    color:#114577;
}

ul.contentBlockPaginator li a, .search_navi a{
    line-height:20px;
    color:#114577;
    border:1px solid #4F8ABE ;
    font-size:12px;
    height:19px;
    float:left;
    padding:0 7px;
    display: inline-block;
}

.search_navi a {
    float: none;
}

span.pipe{
    display:none;
}
ul.contentBlockPaginator li a:hover, .search_navi a:hover{
    color:#4F8ABE;
}
ul.contentBlockPaginator li a.prevPg, .search_navi a.prevPg{
    float:left;
    padding:0 9px 0 19px;
    background:url(../images/previous_page.gif) no-repeat 6px 50%;
}
ul.contentBlockPaginator li a.prevPg:hover, .search_navi a.prevPg:hover{
    padding:0 9px 0 19px;
    color:#4F8ABE;
    background:url(../images/previous_page.gif) no-repeat 6px 50%;
}
ul.contentBlockPaginator li a.nextPg, .search_navi a.nextPg{
    padding:0 19px 0 9px;
    background:url(../images/next_page.gif) no-repeat 97% 50%;
}
ul.contentBlockPaginator li.nextPg a:hover, .search_navi a.nextPg:hover{
    float:left;
    color:#4F8ABE;
    padding:0 19px 0 9px;
    background:url(../images/next_page.gif) no-repeat 80px 50%;
}
ul.contentBlockPaginator li.active{
    background:#4F8ABE ;
}
ul.contentBlockPaginator li.active a{
    color:#fff;
}
ul.contentBlockPaginator li.active a:hover{
    color:#fff;
}
.align_center{
    position: relative;
    overflow: hidden;
    height: 1%;
    margin: 0 auto;
}
.align_center:after{
    content: '';
    display: block;
    clear: both;
}
.align_center_to_left{
    /*	position: relative;
	right: 50%;*/
    float: right;
}
.align_center_to_right{
    position: relative;
    z-index: 1;
    /*right: -50%;*/
}

/*---------------------------end pages--------------------------------*/
#simpleContent {
    font-family: arial, sans-serif;
}

#simpleContent a {
    color: #185C9D;
}

#simpleContent a:hover {
    color: #6A288A;
}

#simpleContent ul{
    padding:0 0 0 25px;
    list-style: none;
    overflow:hidden;
}
#simpleContent ul li{
    width:100%;
    color:#464646;
    font-size:12px;
    line-height:18px;
    padding:0 0 10px 10px;
    background:url(../images/circle.gif) no-repeat 0 7px;
}

.ContentPageBlock{
    font-size:12px;
    color:#464646;
    line-height:18px;
}
a.authorLink{
    color:#4F8ABE;
    font-size:16px;
    display: block;
    text-align: right;
    padding: 0 0 10px;
}
a:hover.authorLink{
    color:#185C9D;
}

.ContentPageBlock h3 {
    font-size: 13px;
    font-weight: bold;
    color: #0C385F;
}


.ContentPageBlock em, .ContentPageBlock em span, #mainContent_Text p span em   {
    font-size: 12px !important;
    font-style: normal;
    font-weight: bold;
}


.poll_box .top_bg_box_article .bottom_bg_box  ul.arrowList li,.poll_box  ul.calcList li{
    background:url(../images/arrow1.gif) no-repeat 0 4px;
    padding:0 0 4px 10px;
}
.poll_box .top_bg_box_article .bottom_bg_box  ul.arrowList{
    padding:0;
}



.poll_box .top_bg_box_article .bottom_bg_box  ul.calcList{
    padding:0 0 10px 0px;
    width:157px;
}
.poll_box .top_bg_box_article .bottom_bg_box  ul.calcList li{
    padding:0 0 3px 10px;
    width:132px;
}

#mainContent_Text a {
    color:#185C9D;
}

#mainContent_Text h3, 
.center_box h3 {
    font-size: 13px;
    font-weight: bold;
    color: #0C385F;
    text-transform:uppercase;
    margin-top: 10px;
}

.quiz_box {
    padding:0px 10px 0px 10px;
}

.quiz_box img {

}

.quiz_box a{
    color:#185C9D;
}
.quiz_box a:hover{
    color:#4A9DE9;
}

div.center_box ul.list a 
{
    color:#464646;
    font-weight:bold;
}

#mainContent_Text ul, .ContentPageBlock ul
{
    list-style-type:disc;
    font-size:12px;
    padding-left:15px;
    margin: 0 0 10px;
    color:#464646;
}

#mainContent_Text ul.left_box, .ContentPageBlock ul.left_box {
    list-style: none;
    padding: 0;
}

#mainContent_Text ul.left_box li,
.ContentPageBlock ul.left_box li {
    padding:0 0 18px;
}

#mainContent_Text li, .ContentPageBlock li {
    /* background:transparent url(../images/arrow1.gif) no-repeat scroll 0 5px;
     padding: 0 0 0 10px;*/
    padding: 5px 0;
}

#mainContent_Text li p strong {
    font-weight: bold;
}

div.center_box a {
    color:#185C9D;
}

div.center_box a:hover {
    color: #6A288A;
}

.center_block_without_picture{
    width:950px;
    overflow:hidden;
    float:left;
    margin: 0;
    font-family: tahoma, arail, sans-serif;
}

div.itemThumb
{
    float:left;
    margin:0 11px 10px 11px;
    font-size:0px;
    display: inline;
}

.libraryPanel  {
    margin-bottom: 10px;
}

div.itemThumb a{
    display:inline-block;
    border:5px solid #0C385F;
    background: #F1F8FF;
    width: 205px;
    height: 150px;
    text-align: center;
}

div.itemThumb a img {
    margin-top: 10px;
}



div.itemThumb a.selected, div.itemThumb a:hover, div.itemThumb a.active{
    border:5px solid #6A288A;
}



.videoItems {
    height:174px;
    padding-top:15px;
    background: #eaeaea;
}

#videoWrapper
{
    float:left;
    margin:0px 15px 15px 0px;
}

#currentVideoItemContent .itemHeader
{
    color:#185C9D;
}

#currentVideoItemContent .itemHeader a {
    color:#0C385F;
    font-size:16px;
    font-weight:bold;
}

.faq_box a {
    color: #185C9D;
}

.faq_box a:hover {
    color: #6A288A;
}



.iFrameItems
{
    height:164px;
    padding-top:15px;
    background: #eaeaea;
}

div.iFrameItem
{
    float:left;
    margin-bottom:20px;
    margin-left:15px;
    margin-right:15px;
}

div.iFrameItem a{
    display:inline-block;
    border:5px solid #0C385F;
}

div.iFrameItem a:hover, div.iFrameItem a.active, div.iFrameItem a.selected{
    border:5px solid #6A288A;
}


.toolIFrame
{
    height:600px;
    width:99.5%;
}

.primarySearch
{
    float:right;
    margin-right:10px;
}

ul.hlist
{
    margin-left:20px;    
}

ul.hlist li
{
    float:left;
    margin-right:5px;
}

ul.hlist li a
{
    color:White;        
}

.alphabeticalListWrapper
{
    height:30px;
    background-image:url(../images/body_bg.jpg);
    background-color:#FFFFFF;
    background-position:0px 102px;
    padding-top:10px;
}

.primarySearchIcon, .primarySearchTextBox
{
    float:left;    
}

.primarySearchIcon a
{
    margin-left:5px;    
    color:White;
}

.glossaryResult li
{
    border-top:1px solid #CCC;
    padding-left:20px;
    padding-bottom: 10px;
}


.glossaryResult li p {
    padding: 0;
}

.glossaryResult h4
{
    color:#185C9D;
    margin-bottom:0px;
    margin:10px 0;
    padding:0px;
}

.glossaryResult p
{
    padding:0px 0px 10px 0px;    
}

.plans_title h4
{
    color:#464646;
}

.header_pgCount
{
    font-style:normal;
}

#quizContainer, #quizContainer h2, #quizContainer h3
{
    color:#464646;
}

#quizContainer h3 {
    font-weight: bold;
}

.quizContent h4 {
    color:#0C385F;
    font-size:16px;
    font-weight:bold;
    margin: 0;
    padding: 0; 
    text-transform: uppercase;
}

.quizContent strong em {
    font-style: normal;
    font-size:14px;
    font-weight:bold;
}

#quizContainer label
{
    font-size:13px;
}

#quizContainer h3
{
    margin-bottom:10px;
    font-size:12px;
    font-weight:bold;
    line-height: 18px;
}

#quizContainer input
{
    margin-right:5px;
    margin-left:10px;
}

#quizContainer align_center
{
    margin-bottom:10px;    
}

#quizContainer .error
{
    margin-bottom:5px;
    font-size:12px;
    font-style:normal;
    color:Red;    
    text-align:center;
}

.quizButton
{
    border:1px solid #4F8ABE !important;
}

.formWrapper
{
    margin-bottom:10px;    
}

.squareBtn
{
    float:left;    
}

.left_col_modified
{
    width:696px;
    float:left;
    padding:0px 30px;
}

#simpleContent a {
    color:#185C9D;
}

#simpleContent a:hover {
    color: #6A288A;
}


#simpleList .smCaps
{
    color:black;
    font-size:12px;
    border-bottom:1px solid #CCCCCC;
}

#simpleList .smCaps a.underlineLink
{
    text-decoration:underline;    
}

#simpleList a {
    color:#185C9D;
}

#simpleList a:hover {
    color: #6A288A;
}

#simpleList .title
{
    font-weight:bold;
    font-size: 14px;
}

#simpleList .title:hover {
    color: #6A288A;
}

#simpleList p
{
    padding:0px;    
}

#simpleList li
{
    margin-bottom:20px;
}

#simpleList .addInfo
{
    margin-bottom:5px;    
}

#simpleList .align_center_to_right span
{
    font-size:12px;    
}

.btn_search{
    display:inline-block;
    width:27px;
    height:27px;
    background:url(../images/search_btn.gif) no-repeat;
    margin-top:-5px;
    position:relative;
}
.btn_search:hover{
    background-position:left bottom;
}

/*---------------------------faq page--------------------------------*/
.no_bg{
    background:none;
}
.faq_box .faq_bg{
    background:#EEF3F7;
    padding-bottom:0;
    margin-bottom: 0;
}
.faq_box h4{
    background:#EEF3F7;
}
.faq_box .faq_text{
    height:420px;
    overflow:auto;
    width:320px;
    overflow-x:hidden;
}
.faq_box .arrow_block{
    overflow:hidden;
    _zoom:1;
}
.faq_box .faq_arrow{
    width:65px;
    height:440px;
    background:url(../images/faq_arrow.gif) no-repeat;
    float:left;
}
.faq_box .faq_answer{
    width:370px;
    float:left;
    background:#EEF3F7;
    height:440px;

    padding:0px 0 0 10px;

}
.faq_box .faq_answer .text, .faq_box .expert_articles_and_answers .text{
    color:#464646;
    font-size:12px;
    line-height:16px;
    padding-right:15px;
    text-align:justify;
    height:340px;
    overflow:auto;
}
.faq_sep_bg{
    height:10px;
    background:#EEF3F7;   
}

.faqQuestion h2, .faq_answer h3, .PollDiv h2, .faq_text h2, .expert_articles_and_answers h3
{
    color:#0C385F;
    font-size:16px;
    font-weight:bold;
    margin: 0 0 10px;
    padding: 0;
}

.faqQuestion a.underline
{
    text-decoration:underline;    
}

/*---------------------------pole page--------------------------------*/
.pollResults{
    height:410px;
    overflow:auto;
}
.pollsArchive_Poll{
    font-size:12px;
}
.pollsArchive_Poll .rbList{
    margin-bottom:10px;
}
.pollsArchive_Poll input{
    vertical-align:-2px;
    margin-right:3px;
}
.pollsArchive_Poll .buttons{
    padding-left:5px;
}
.pollsArchive_Poll .barLabel{
    font-size:11px;
    font-weight:bold;
    display:block;
    width:120px;
    float:left;
    margin-bottom:0px;
    padding-right:10px;
}
.pollsArchive_Poll .participants{
    font-size:12px;
    font-weight:bold;
    margin-top: 10px;
}
.pollsArchive_Poll .barWrapper{
    display:block;
    width:205px;
    border:1px solid #dedede;
    background:#e9e9e9;
    float:left;
    margin-bottom:8px;
}
.pollsArchive_Poll .barPercentage .percent_block{
    background:#4a9de9;
    display:block;
    text-align:right;
    padding-right:10px;
    font-weight:bold;
    color:White;
}
.pollsArchive_Poll .barBr{
    clear:both;
}
.pollsArchive_Poll .poll_row{
    padding-bottom:10px;
}
.pollsArchive_Poll .bar{
    display:none;
}
.faq_box .expert_articles_and_answers{
    width:360px;
    _width:360px;
    float:left;
    background:#EEF3F7;
    height:420px;
    padding:20px 10px 0 10px;
    overflow:auto;
}
.faq_box .expert_articles_and_answers a{
    color:#185C9D;
    font-size:14px;
}
.faq_box .expert_articles_and_answers a:hover{
    color:#4F8ABE;
}
.faq_box .expert_articles_and_answers h3{
    margin-top:0px;    
    margin-bottom:10px;
}
.faq_box .expert_articles_and_answers h4{
    margin:0px;
    border-bottom:1px solid #ccc;
    font-weight:bold;
    padding:0;
    margin-bottom:5px;
}
/*---------------------------search page--------------------------------*/
#searchResultContent{
    width:945px;
    margin:10px auto;
}
.search_header{
    background:#E9E9E9 none repeat scroll 0 0;
    border:1px solid #DEDEDE;
    padding:5px 15px;
}
.search_navi a{
    margin-left:10px;
    font-weight:normal;
}
.search_navi span{
    margin-left:10px;
    margin-right:0 !important;
    margin-bottom:10px;
    display:block;
    text-align: center;
}
.search_navi span span{
    border:1px solid #4F8ABE;
    /*	float:left;*/
    height:23px;
    font-size:12px;
    font-weight: bold;
    line-height:24px;
    padding:0 7px;
    margin-right:10px;
    margin-bottom: 0;
    background:#a6d4fc;
    /*color:#4F8ABE;*/
    width:auto;
    display:inline-block;
}
.resultsTable {
    width: 100%;
}


.searchTbl{
    border-collapse:collapse;
}
.searchTbl th{
    padding-top:10px;
}
.searchTbl .result_header{
    padding-top:0;
}
.searchTbl .result_header h2{
    color:#185C9D;
    font-size:20px;
    font-weight:normal;
    line-height:38px;
    margin:11px 0 0;
}
.searchTbl .columnHeaders td{
    background:#E9E9E9 none repeat scroll 0 0;
    border:1px solid #DEDEDE;
    padding:5px 15px;
    font-weight:bold;
}
.searchTbl .col1{
    background:#F9F9F9 none repeat scroll 0 0;
    border:1px solid #F0F0F0;
    text-align:center;
    width:100px;
}
.searchTbl .col2{
    border:1px solid #F0F0F0;
    padding:10px;
}
.searchTbl .col2 a{
    color:#185C9D;
}
.searchTbl .col2 a:hover{
    color:#4F8ABE;
}
.searchTbl ul.hlist{
    margin-left:0;
}
/*---------------------------contact us page--------------------------------*/
#basicForm {
    font-family: arial;
    line-height: 20px;
}

#divDisclosure {
    border: 7px solid #3887BD !important;
    background: #fff;
    padding: 10px;
    text-align: justify;
    top:0px;
    left: 450px;
    width:279px !important;
}

#divDisclosure h3 {
    text-align: center;
    color: #114577;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

#divDisclosure p {
    padding: 0;
}

#divDisclosure .btn_close {
    border:1px solid #4F8ABE;
    color:#114577;
    cursor:pointer;
    display:block;
    width: 36px;
    background: #fff;
    font-size:12px;
    line-height:20px;
    margin:0 auto;
    padding:0 4px;
}

#divDisclosure .btn_close:hover {
    color: #4F8ABE;
}


.contact_us{
    width:575px;
    margin:auto;
    position: relative;
}

.contact_us ul, #ctl00_PageContent_ctl00_svldSummary {
    width: 220px;
    margin:  0 auto;
}



.contact_us .row{
    margin-bottom:10px;
}
.contact_us .row label{
    display:block;
    float:left;
    width:160px;
    padding-right:20px;
    text-align:right;
}
.contact_us .row p{
    padding:0;
}
.contact_us .row p input{
    border:1px solid #56aee3;
    padding:3px 5px;
    width:250px;
    background:#e9f7ff;
}
.contact_us .row p textarea{
    border:1px solid #56aee3;
    padding:3px 5px;
    width:250px;
    overflow:auto;
    background:#e9f7ff;
}
.contact_us .row p.textarea span{
    display:inline-block;

}
.contact_us .validationError{
    padding-left:10px;
}


.display_none{
    display:none;
}
.clear_both{
    clear:both;
}
.error, .error span
{
    font-style:italic;
    font-size:11px;
    color:Red;
}

ul.headerButtons li 
{
    color:#FFFFFF;
    float:left;
    font-size:11px;
    line-height:16px;
    outline-style:none;
    outline-width:medium;
    text-transform:uppercase;
}
.modalPopup{
    background:#B4D8F1;
    padding: 10px;
    z-index: 9999 !important;
}

.modalGift {
    width: 400px;
}

.modalGift table {
    border-collapse: 0;
    border-spacing: 0;
}

.modalGift .left_box {
    float: left;
    width: 190px;
}

.modalGift .left_box span {
    font-size: 12px;
}

.modalGift .right_box {
    float: right;
    width: 190px;
    text-align: left !important;
    padding: 23px 0 0;
}

.modalGift .right_box td {
    text-align: left !important;
}

.modalGift .right_box span {
    font-size: 11px;
}

.modalGift .right_box img {
    margin-bottom: 4px;
}

.rpassModal {
    position: relative !important;
    z-index: 99999 !important;
}

.DropShadow {
    display: none !important;
}

#ctl00_pnlSignInModal_DropShadow {
    display: none !important;
}

.expertInfo h2{
    padding-top:14px;
}
.expertInfo img{
    margin-right:10px;
}

#myComments
{
    padding-left:20px;    
}

.profileSettings {
    margin: 10px 0 0;
}

.changeSetting {
    margin: 0 0 5px;
}


#myProfileContent div.faq_answer
{
    padding:0px;
    margin:0px;
}

#myProfileContent div.faq_answer h3
{
    margin-bottom:10px;
    margin-top:0px;    
}

#myProfileContent div.faq_answer h5
{
    margin:0px;
    padding:0px;
}

#myProfileContent div.faq_answer div.myCommentsList_Comment
{
    font-size:12px;
    color:#464646;
}

ul.myCommentsList li a
{
    color:#1D5B94;
    font-size:12px;
    font-weight:bold;
}

#userForm
{
    float:left;   
    width:190px;
    height:400px;
}

.warning
{
    color:#185C9D;
    font-style:italic;
    font-size:12px;
}

#content1_1_Inner .warning
{
    margin-left:20px;
    margin-top:20px;
    margin-bottom:20px;
}

#content1_1, #content1_1 span
{
    font-size:13px;    
}

.profileQuestionnaire
{
    margin:auto;
    width:400px;
}

.profileQuestionnaire label, .profileQuestionnaire input
{
    float:left;    
}

.profileQuestionnaire label
{
    padding-right:20px;
    text-align:right;
    width:120px;
}

.profileQuestionnaireForm
{
    border:1px solid #56AEE3;    
    background:#E9F7FF none repeat scroll 0 0;
}

.fixedContentA_LeftPadding {height: 390px !important;}

.fixedContentA_LeftPadding p {
    text-align: left;
    padding-left: 15px;
    padding-right: 10px;
}

.commentText
{
    color:Black;
}

ul.savedItemList a.deleteIcon {display: block; float: right; width: 10px; height: 14px; line-height: 0px; margin-top: 4px; padding-left: 10px; text-indent:-9999px; background: url(../images/close_btn1.gif) no-repeat left bottom;}


#loginErrorMessage
{
    margin-top:10px;
}

#loginErrorMessage span
{    
    color:Red;
}

#mainContent_Text a strong {
    color: #185C9D;
}

#mainContent_Text a strong:hover
{
    color:#6A288A;
}

#mainContent_Text h2
{
    color:#185C9D;
    font-size: 18px;
}

#mainContent_withoutLeft
{
    margin-top:5px;
    font-family: arial;
    overflow:hidden;
    width:100%;
}

.modalBackground {
    background-color:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.changeSetting #mpeChangeUserNameModal_foregroundElement,
.changeSetting #mpeChangeEmailModal_foregroundElement,
.changeSetting #mpeChangePasswordModal_foregroundElement {
    width: 250px;
}

.changeSetting #mpeChangeUserNameModal_foregroundElement .w50,
.changeSetting #mpeChangeEmailModal_foregroundElement .w50,
.changeSetting #mpeChangePasswordModal_foregroundElement .w50 {
    padding-left: 10px;
}

.profile_box {
    padding: 0 10px 0 15px;
}

.profile_box .smCaps {
    padding-left: 0;
}


.changeSetting a, .circCaretLink  {
    color: #1D5B94;
}
.changeSetting a:hover, .circCaretLink:hover {
    color: #4A9DE9;
}

.lbSignInModalHidden {
    background: transparent;
    border: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    filter:alpha(opacity=0);/*Needed for IE*/
    -moz-opacity:0;/*Older mozilla broswers like NN*/
    -khtml-opacity: 0;/*Old versions of Safari and "KHTML" browser engines*/
    opacity: 0;/*FF, Safari, and Opera*/
}



.optionBarWrapper {
    background:url(../images/option_bg.jpg) repeat-x scroll 0 50%;
    margin:5px 0 0px;
    padding:5px 10px;
    height: 20px;
    width: 100%;
    display: inline-block;
}

ul.optionBar li {
    display:inline-block;
    float:left;
    margin-right:20px;
}

ul.optionBar li a.optionIcon {
    background:transparent url(../images/comment_options_sprite.gif) no-repeat scroll 0 0;
    color:#464646;
    display:block;
    padding:2px 2px 2px 22px;
    text-transform:uppercase;
    font-size:12px;
}

ul.optionBar li a.optionIcon:hover {
    color:#9C3FCB;
}

ul.optionBar li a.bookmarkIcon      { background-position:left -204px; }
ul.optionBar li a.bookmarkIcon:hover{ background-position:left -464px; }

ul.optionBar li a.printIcon         { background-position:left 1px; }
ul.optionBar li a.printIcon:hover   { background-position:left -261px; }

ul.optionBar li a.shareIcon         { background-position:left -42px; }
ul.optionBar li a.shareIcon:hover   { background-position:left -304px; }

ul.optionBar li a.rateIcon          { background-position:left -90px; }
ul.optionBar li a.rateIcon:hover    { background-position:left -352px; }

ul.optionBar li a.commentIcon       { background-position:left -145px; }
ul.optionBar li a.commentIcon:hover,
ul.commentOptions li a.commentIcon_Active,
ul.optionBar li a.commentIcon_Active{ background-position:left -407px; color:#9C3FCB; }


.optionPopup {
    background:transparent url(../images/option_popup.png) no-repeat scroll 0 0;
    height:135px;
    margin-top:-5px;
    position:absolute;
    width:165px;
    z-index:90;
}

.optionPopup_Content {
    padding:20px 10px 10px;
    font-size:13px;
}

div.modalPopup_IconBar {
    margin-bottom:10px;
}

div.modalPopup_IconBar a.closeIcon {
    background:transparent url(../images/modal_close.png) no-repeat scroll right center;
    color:#505F77;
    display:inline-block;
    float:right;
    font-size:11px;
    margin:1px;
    padding:0 26px 0 2px;
    text-transform:uppercase;
}
.optionPopup .ratingsWrapper {
    margin:0 auto;
    width:90px;
}

.commentBox {
    padding:5px 20px 30px;
    background:#E9F7FF none repeat scroll 0 0;
    border:1px solid #56AEE3;
}

.commentBox .squareBtn.sb2 a {
    background:#E9F7FF none repeat scroll 0 0;
    border:1px solid #56AEE3;
    margin:0 0 10px;
}


.commentBox h4 {
    background:transparent url(../images/comment_icon.png) no-repeat scroll left top;
    color:#505F77;
    font-weight:normal;
    margin-bottom:10px;
    padding-bottom:3px;
    padding-left:20px;
    text-transform:uppercase;
}

.commentBox textarea, .askQuestionWrapper textarea {
    margin-bottom:10px;
    padding:2px;
    width:100%;
}

.commentBox textarea {
    border:1px solid #56AEE3;
}


.commentBox .squareBtn, .askQuestionWrapper .squareBtn {
    left:6px;
    margin-bottom:10px;
    position:relative;
}

.squareBtn {
    display:inline-block;
    float:right;
    margin:0 0 10px;
}

.sb2 a {
    border:1px solid #3E516C;
    color:#3E516C;
}


.message
{
    margin-top:3px; margin-bottom:3px;    
}

.confirm {
    text-align: center;
}

.message span
{
    font-size:11px;
    font-style:normal;
}

.confirm span
{
    color:Green;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    display: block;
}

p.PollTitle {
    padding-bottom: 10px;
}

.commentListWrapper {
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

.commentListWrapper li.comment {
    clear: both;
}


.commentListWrapper .comment_Details {
    font-size: 11px;
    color: #555;
    padding-bottom: 0px;
}

.commentListWrapper .comment_Body p {
    font-size: 13px;
    color: #000;
}

.commentListWrapper .comment_Body {
    font-size: 12px;
}

.commentListWrapper .comment_Options {
    float: right;
}

.commentListWrapper .comment_Main {
    float: left;
}


a.flagLink {
    background:transparent url(../images/misc_vert_icons.png) no-repeat scroll left -163px;
    color:#505F77;
    display:block;
    font-size:11px;
    padding-left:22px;
}


#mpeRetrievePassword_foregroundElement {
    position: absolute !important;
    width: 500px;
}

#main .articles a, .left_box a
{
    color:#185C9D;    
}

#main .articles a:hover, 
.left_box a:hover {
    color: #6A288A;
}

.poll_box h3, .quiz_box h3 a
{
    font-weight:normal;
}

.resourcesListWithLeftNavigation .left_col
{
    width:746px;
}

.resourcesListWithLeftNavigation .plans_text
{
    width:566px;
}

#myProfileContent .arrow_block .plans_text
{
    padding-left:20px;
}

#myProfileContent .arrow_block .faq_answer
{
    width:327px;    
}

#resourcesContainer
{
    margin-top:10px;
}

.retrPassForm
{
    color:#0B1F38;
    font-size:12px;
    margin-top:7px;
    margin-bottom:15px;
}

.item_MainContent {
    text-align: left;
}

.item_MainContent .title {
    zoom: 1;
    position: relative;
    text-indent: 0;
}

.learnmore {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
}

.btn_learnmore {
    background:transparent url(../images/btn_learnmore.gif) no-repeat 0 0;
    display: block;
    height: 29px;
    float: right;
    width: 138px;

}

.btn_learnmore:hover {
    background-position: bottom left; }


p sup {
    line-height: 20px;
}

fieldset {
    border: none;
}

.new_form {
    font-family: Arial;
    font-size: 13px;
    line-height: 20px;
}

.new_form a {
    color: #185C9D;
    font-family: Arial !important;
}

.new_form a:hover {
    color: #6A288A;
}

.new_form td {
    vertical-align: top;
    padding: 5px 0;
}

.new_form .txt_input input {
    background:#E9F7FF none repeat scroll 0 0;
    border:1px solid #56AEE3;
    padding:3px 5px;
    width:250px;
}

.default_btn {
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #4F8ABE;
    color:#114577;
    cursor:pointer;
    display:inline;
    float:left;
    font-size:12px;
    height:26px;
    line-height:20px;
    margin:0 10px 0 0;
    padding:0 4px 3px;
    float: right;
}

.new_table_1 .capture_td {
    width: 0;
}

.new_table_1 {
    width: 380px;
}

.new_table_2 .capture_td {
    width: 185px;
}

.nowrap {
    white-space: nowrap;
}

#nlCfmPopup {
    background:#FFFFFF none repeat scroll 0 0 !important;
    border:8px solid #6A288A !important;
    font-family:arial;
    font-size:13px;
    left:0;
    top: 184px;
    height: 150px !important;
    padding:5px;
    text-align:justify;
    width:244px !important;
    z-index:9999;
    overflow: hidden;
}

#nlCfmPopup p {
    clear: both;
    padding: 10px 0;
}

.x_close_btn {
    background: #1B5FA0;
    color: #fff;
    height: 19px;
    border: none;
    cursor: pointer;
    width: 19px;
    padding-bottom:5px;
    float: right;
}

.x_close_btn:hover {
    background: #3D8FC1;
}



.pop_submit_btn {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border:1px solid #4F8ABE;
    background: #fff;
    color:#114577;
    font-size:12px;
    line-height:20px;
    font-family: Arial;
    padding:2px 4px;
}

.pop_submit_btn:hover {
    color:#6A288A;
    border: 1px solid #6A288A;
}

#nlCfmPopup a {
    color:#185C9D;
}

#nlCfmPopup a:hover {
    color:#6A288A;
}

.modalPopup_Mini {
    width: 230px !important;
}

.glossaryPopup {
    position:absolute;
    background:#E7EEF8 url(/SocMe/Images/glossary_icon.png) no-repeat scroll 5px 5px;
    color:#0C4E8D;
    padding: 10px 10px 10px 25px;
    width:240px;
    z-index:200;
    font-family: Arial;
}

.glossaryPopup {
    border: 2px solid #3C8EC0;
    margin-top: -170px;
}

.glossaryPopup p {
    margin: 10px 0 0;
}



/********************* Blog Styles ****************************/

.blog_post {
    background: #fff url(/SocMe/Images/bg_blog_post.png) repeat-x 0 0;
    margin: 0 0 20px;
    padding: 15px;
    overflow: hidden;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.blog_post .blog_date {
    width: 65px;
    float: left;
}

.blog_post .blog_date  .date_box {
    height: 60px;
    width: 65px;
    padding: 5px 0 0;
    background: #4f8abe;
    color: #fff;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
}

.blog_post .blog_date  .by_meta {
	padding:0;
	margin:5px 0 0;
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	overflow: hidden;
	text-align: center;
}

.blog_post .blog_date  .by_meta  a {
	line-height: 14px;
}

.blog_post .blog_entry {
    padding-left: 75px;
} 

.blog_post .blog_title {
    margin: 0 0 25px;
    color: #4f8abe;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    text-transform: none;
    zoom: 1;
}

.blog_post .blog_title a{
    color: #4f8abe;
    font-size: 30px;
    font-weight: bold;
}

.blog_post .blog_meta {
    width: 100%;
    overflow: hidden;
}

.blog_post .blog_meta:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.blog_post .blog_meta .left {
    float: left;
}

.blog_post .blog_meta .right {
    float: right;
}

.blog_post .blog_meta .addthis {
    background: url(/SocMe/Images/ico_share.gif) no-repeat 0 0;
    padding: 3px 0 3px 20px;
    margin: 0 0 0 15px;
}

.blog_post .blog_meta .twitter {
    background: url(/SocMe/Images/ico_twit.gif) no-repeat 0 0;
    padding: 3px 0 3px 20px;
}

div.center_box .blog_post .read_more {
    color: #6a288a;
    font-size: 14px;
    font-weight: bold;
    float: none;
    display: block;
    line-height: 18px;
    margin: 0 0 20px;
}

.postContent {
    margin: 10px 0;
}

.blog_post .comments_line {
    color: #3d8ec2;
    font-size: 13px;
}

div.center_box .blog_post a {
    color: #3d8ec2;
    line-height:28px;
}

div.center_box .blog_post a:hover {
    color: #6a288a;
}

.blog_post .postContent p {
    font-size: 13px;
    line-height: 18px;
}

.blog_post .cats_line {
    font-size: 13px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.blog_post .cats_line ul {
    display: inline;
}

.blog_post .cats_line li {
    display: inline;
    margin: 0 3px;
}

.about_template p {
    font-size: 13px;
    line-height: 18px;
}

.btn_rss_subscribe,
.btn_about_blog {
    display: block;
    height: 23px;
    line-height: 23px;
    width: 154px;
    padding: 5px 0 5px 37px;
    background: #6a288a;
    margin: 0 0 10px;
    border-top: 1px solid #e1d4e8;
    border-left: 1px solid #8d5ba6;
    border-bottom: 1px solid #a67eb9;
    color: #fff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.btn_rss_subscribe {
    background: #6a288a url(/SocMe/Images/ico_rss.gif) no-repeat 7px 6px;
}

.btn_about_blog {
    background: #6a288a url(/SocMe/Images/ico_about_blog.gif) no-repeat 5px 5px;
}

.btn_rss_subscribe:hover,
.btn_about_blog:hover {
    background-color: #973ABC;
}


.blog_side_box {
    background: #f0f0f0;
    color: #4f4f4f;
    padding: 10px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin: 0 0 10px;
    font-size: 13px;
    zoom: 1;
}

.blog_side_box h4 {
    color: #4f4f4f;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}

.blog_side_box .hr {
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin: 10px 0;
}

.blog_side_box a {
    color: #3d8ec2;
}

.blog_side_box a:hover {
    color: #973ABC;
}

.blog_side_box .blog_author_right {
    padding-left: 10px !important;
    vertical-align: top;
}

.blog_side_box .table_authors {
    border-collapse: collapse;
    margin: 0 0 7px;
}

.blog_side_box .table_authors td {
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
}

.blog_side_box .arrow_right_gray {
    background: url(/SocMe/Images/arrow_right_gray.gif) no-repeat 5px 50%;
    padding-left: 20px;
    color: #3d8ec2;
}

.blog_side_box .categories_list li,
.blog_side_box .categories_list_line{
    background: url(/SocMe/Images/arrow_right_gray.gif) no-repeat 5px 50%;
    padding-left: 20px;
    list-style-position:outside;
}

.blog_side_box .categories_list li a {
    color: #3d8ec2;
}

.side_box_select select {
    width: 175px;
    background: #f0f0f0;
    color: #3d8ec2;
    border: 1px solid #7a7a7a;
}

.cboth {
}

.center_box .h3_about_blog {
    margin: 0 0 20px;
    padding: 0;
    text-transform: none;
    color: #4f8abe;
    font-size: 24px;
    font-weight: bold;
}

#blog_left {
    background: none;
}

#blog_left .center_box {
    border-right: 1px solid #ccc;
    display:inline;
    float:left;
    margin:0 11px 0 0;
    padding:0 10px 0 0;
    width:734px;
}

.author_right {
    border-collapse: collapse;
    width:100%;
}

.author_right td {
    padding: 15px;
    vertical-align: top;
    background:url("/SocMe/Images/bg_blog_post.png") repeat-x scroll 0 0 #FFFFFF;
}

.author_right .author_meta {
    margin: 0;
    padding: 5px 0 10px;    
}

.author_right .author_meta a {
    color: #3d8ec2;
    font-size: 13px;
}

.author_right td h3 {
    margin: 5px 0 20px;
    text-transform: none;
}

.author_right td h3 a {
    color: #4f8abe;
    font-size: 24px;
    font-weight: bold;

}

.author_right p {
    font-size: 13px;
    line-height: 18px;
}

.author_right img {
    margin: 10px;
    border: 1px solid #F3F3F3;
}

.blog_right .join_box {
    overflow: hidden;
}

.blog_post .comment {
    font-size: 13px;
    padding: 10px 15px 15px;
    margin: 0 0 10px;
    background:url("/SocMe/Images/bg_blog_post.png") repeat-x scroll 0 0 #FFFFFF;
}

.comment_line {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
}

.comment_line label {
    float: left;
    width: 100px;
}

.comment_box {
    width: 560px;
    margin: 0 auto;
}

.comment_line input,
.comment_line textarea {
    background:none repeat scroll 0 0 #E9F7FF;
    border:1px solid #56AEE3;
    padding:3px 5px;
    width:350px;
    font-family:"Trebuchet MS",Helvetica,sans-serif;
    font-size: 13px;
}

.comment_line textarea {
    height: 100px;
}

.btn_add_comment {
    border:1px solid #4F8ABE;
    color:#114577;
    background: #fff;
    cursor:pointer;
    display:inline;
    float:left;
    font-size:12px;
    line-height:20px;
    margin:0 0 0 100px;
    padding: 3px 4px;
    zoom: 1;
}

.btn_add_comment:hover {
    color: #4F8ABE;
}


.pager_blog {
    background: #f9f9f9;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    text-align: center;
    font-family:'Trebuchet MS', Helvetica, sans-serif;
}

.pager_blog .btn_prev {
    height: 15px;
    width: 100px;
    position: absolute;
    background:url("/SocMe/Images/arrow_prev.gif") no-repeat scroll 0 0;
    color: #006ebc;
    display: block;
    font-size: 14px;
    padding: 0 0 0 20px;
    text-align: left;
    left: 10px;
    top: 19px;
    line-height:15px;
}

.pager_blog .btn_next {
    height: 15px;
    width: 100px;
    position: absolute;
    background:url("/SocMe/Images/arrow_next.gif") no-repeat scroll 100% 0;
    color: #006ebc;
    display: block;
    font-size: 14px;
    padding: 0 20px 0 0;
    text-align: right;
    right: 10px;
    top: 19px;
    line-height:15px;
}

.pager_blog a[disabled] {
    color: #888;
}

.pager_blog a[disabled]:hover {
    color: #888;
}

.pager_blog .btn_prev:hover{
    background-position: 0 100%;
    color: #973abc;
}

.pager_blog .btn_next:hover {
    background-position: 100% 100%;
    color: #973abc;
}

.pager_blog .num,
.pager_blog .cur {
    border:1px solid #D1D1D1;
    display:inline-block;
    line-height:14px;
    padding:1px 5px 2px;
}

.pager_blog .cur,
.pager_blog .num:hover {
    border: 1px solid #a078b3;
    color: #6a288a;
}

#mainContent_Text .plan_line h3 {
    color: #6a288a;
    text-transform: none;
    font-size:15px;
    margin: 10px 0;
    padding: 0;
}

#mainContent_Text .plan_line li {
    padding: 2px 0 2px 15px;
    background: url("/SocMe/Images/arrow_black.gif") no-repeat scroll 0 50%;
}

*+html #mainContent_Text .plan_line li {
    padding: 1px 0 3px 15px;
}

#mainContent_Text .plan_line li a {
    line-height: 14px;

}

#mainContent_Text .plan_line ul {
    list-style-type: none;
}

#mainContent_Text .plan_line .read_more {
    float: none;
    display: block;
    color: #6A288A;
}

#mainContent_Text .plan_line {
    border-top: 1px solid #ccc;
    padding: 10px 0 15px 20px;
}

#mainContent_Text .plan_line li a {
    color: #3d8ec2;
    font-size: 13px;
}

#mainContent_Text .plan_line li a:hover {
    color: #6A288A;
}


.landing_banner {
    color:#FFFFFF;
    height:235px;
    overflow:hidden;
    padding:20px 135px 0 25px;
    position:relative;
    width:348px;
}

.landing_banner img {
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
}

.landing_banner p {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.about_banner {
    padding:15px 135px 0 25px;
    height: 135px;
    margin-bottom: 25px;
}

.about_banner p {
    font-size: 16px;
    line-height: 20px;
}

#plan_editors { background: #f5f5f5 url("/SocMe/Images/bg_plan_editors.gif") no-repeat scroll 100% 0;}
#plan_started{ background: #fff url("/SocMe/Images/bg_plan_started.gif") no-repeat scroll 100% 0;}
#plan_saving{ background: #fff url("/SocMe/Images/bg_plan_saving.gif") no-repeat scroll 100% 0;}
#plan_college{ background: #fff url("/SocMe/Images/bg_plan_college.gif") no-repeat scroll 100% 0;}


.landing_banner,
.plan_line {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
}