﻿body {
    margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0ECEC;
}

.fleft { float: left; }
.fright { float: right; }
.fl100p { float: left; width: 100%; }
.clear { clear: both; }
.hand { cursor: pointer; }
.bold { font-weight: bold; }
.uline { text-decoration: underline; }
.red { color: #ff0000; }
.green { color: #00ff00; }
.blue { color: #0000ff; }
.tblue { color: #316ac5; }
.dispnone { display: none; }
.mt3 { margin-top: 3px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.ml3 { margin-left: 3px; }
.ml5 { margin-left: 5px; }
.ml7 { margin-left: 7px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.center { text-align: center; }
.main {
    width: 1000px;
    margin: auto;
}
.header {
    background-image: url('../img/header.jpg');
    background-repeat: no-repeat;
    height: 68px;
}
.content-top {
    background-image: url('../img/content_top.jpg');
    background-repeat: no-repeat;
    height: 12px;
}
.content-bottom {
    background-image: url('../img/content_bottom.jpg');
    background-repeat: no-repeat;
    height: 18px;
}
.content {
    background-image: url('../img/content.jpg');
    background-repeat: repeat-y;
}
.content-top-w {
    background-image: url('../img/content_w_top.png');
    background-repeat: no-repeat;
    height: 12px;
}
.content-bottom-w {
    background-image: url('../img/content_w_bottom.png');
    background-repeat: no-repeat;
    height: 18px;
}
.content-w {
    background-image: url('../img/content_w.png');
    background-repeat: repeat-y;
}
.footer {
    background-image: url('../img/footer.jpg');
    background-repeat: no-repeat;
    height: 42px;
}
.lpanel {
    float: left;
    width: 152px;
    margin: 0px 0px 0px 7px;
    background-color: #0f5070;
}
.content .page {
    float: left;
    width: 575px;
    margin-left: 35px;
    background-color: White;
    -moz-border-radius: 5px
}
.content-w .page {
    float: left;
    width: 795px;
    margin: 0px 0px 30px 35px;
    background-color: White;
    margin-top:10px;
}
.content .rpanel {
    float: left;
    width: 200px;
    margin: 0px 0px 0px 19px;
    background-color: #c1d7e4;
}
.btn1 {
    cursor: pointer;
    font-size: 11px;
    color: White;
    background-image: url('../img/btnbg_blue.png');
    background-repeat: repeat-x;
    -moz-border-radius: 2px;
    border: solid 1px #4a7ebb;
}
.btn1:hover 
{ 
    background-image: url('../img/btnbg_blue_hv.png');
    border: solid 1px #46aac5;
}
.btn2 {
    cursor: pointer;
    font-size: 11px;
    color: White;
    background-image: url('../img/button2_bg.png');
    background-repeat: repeat-x;
    -moz-border-radius: 2px;
    border: solid 1px #4a7ebb;
}
.btn2:hover {
    background-image: url('../img/button2_bg_hover.png');
    border: solid 1px #46aac5;
}
.banner-text {
    padding: 3px;
    text-align: center;
    font-size: 15px;
    font-weight: bold; 
    color: #696969;
    border: solid 3px #316ac5;
    -moz-border-radius: 5px;
    margin: 0 5px;
}
.phead {
    font-size: 17px;
    font-weight: bold;
    color: #316ac5;
}

.header .logo {
    float: left;
    margin-left: 15px;
}
.header .logo img {
    border: none;
}
.header .middle{
    float: left;
}
.header .right {
    float: right;
}
.header .middle .logout {
    margin: 5px 0px 0px 60px;
    text-align: right;
}
.header .middle .logout a {
    color: White;
    text-decoration: none;
    font-weight: bold;
}
.header .middle .search {
    margin: 35px 0px 0px 135px;
}
.header .middle .search .text {
    width: 210px;
    -moz-border-radius: 3px;
    border: solid 1px #4a7ebb;
    padding: 0px 2px;
}
.header .middle .search .btn1 {
    padding: 2px 8px 3px;
}
.footer .llinks {
    float: left;
    color: White;
    margin: 5px 0px 0px 10px;
}
.footer .rlinks {
    float: right;
    margin: 5px 10px 0px 0px;
}
.footer .rlinks a {
    margin-right: 7px;
    text-decoration: none;
    color: White;
    
}
/* --- Left navigation menu ----------------- starts --- */
.active-user {
    background-color: #c0d7e2;
    border: solid 1px #c0d7e2;
    -moz-border-radius: 3px;
}
.active-user .image {
    float: left;
    margin: 3px 0px 3px 3px;
}
.active-user .image .sm-image {
    position: absolute;
}
.active-user .image .user-image {
    height: 48px;
    width: 48px;
}
.active-user .detail {
    float: left;
    margin: 4px 0px 0px 5px;
}
.active-user .detail .name {
    font-size: 13px;
    font-weight: bold;
    margin-top: -2px;
    width: 92px;
    min-height: 35px;
    overflow-x: hidden;
}
.active-user .detail .control {
    margin-right: 10px;
}
.active-user .detail .control .su {
    float: right;
    margin-left: 5px;
    cursor: pointer;
}
.active-user .detail .control .add {
    float: right;
    margin-left: 15px;
    cursor: pointer;
}

#AddSubUserMenu {
    display: none;
    background-color: #c0d7e2;
    -moz-border-radius: 3px;
    font-size: 11px;
    width: 152px;
}
#AddSubUserMenu .unit {
    float: left;
    margin: 3px;
    color: #316ac5;
    width: 146px;
    cursor: pointer;
}
#AddSubUserMenu .unit:hover {
    background-color: gray;
    color: #ffffff;
}
#AddSubUserMenu .unit .image {
    float: left;
    margin: 2px;
}
#AddSubUserMenu .unit .text {
    float: left;
    margin: 4px 3px 0 0;
}
#SwitchUserMenu {
    display: none;
    font-size: 11px;
    width: 152px;
}
#SwitchUserMenu .unit {
    float: left;
    margin: 3px;
    color: #316ac5;
    width: 146px;
}
#SwitchUserMenu .unit:hover {
    background-color: gray;
    color: #ffffff;
}
#SwitchUserMenu .unit .image {
    float: left;
    margin: 2px;
}
#SwitchUserMenu .unit .image img {
    height: 32px;
    width: 32px;
    cursor: pointer;
}
#SwitchUserMenu .unit .detail {
    float: left;
    margin-left: 4px;
}
#SwitchUserMenu .unit .detail .name {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
#SwitchUserMenu .unit .detail .control {
    margin-top: 2px;
}
#SwitchUserMenu .unit .detail .control .sm-image {
    margin-top: 2px;
}

#LeftNavigationMenu {
    border: solid 1px #558299;
    margin-top: 7px;
    color: White;
}
#LeftNavigationMenu .unit {
    margin: 0 2px;
}
#LeftNavigationMenu .seperator {
    border-top: solid 1px #27617f;
    border-bottom: solid 1px #0d4866;
    margin: 0 4px;
}
#LeftNavigationMenu .unit a {
    color: White;
    text-decoration: none;
    display: block;
}
#LeftNavigationMenu .unit a:hover {
    background-color: #1d4156;
}
#LeftNavigationMenu .unit .active {
    background-color: #1d4156;
}

#LeftNavigationMenu .unit .title {
    /*display: block;*/
}
#LeftNavigationMenu .unit .title:hover {
    background-color: #1d4156;
}
#LeftNavigationMenu .unit .title .icon {
    float: left;
    margin: 4px 0 0 5px;
}
#LeftNavigationMenu .unit .title .icon img {
    border: none;
}
#LeftNavigationMenu .unit .title .text {
    float: left;
    margin-left: 7px;
    font-weight: bold;
    font-size: 11px;
    width: 110px;
    cursor: pointer;
    line-height: 2;
}
#LeftNavigationMenu .unit .drop-icon {
    float: left;
    display: none;
    margin-top: 3px;
    padding: 3px;
    border: solid 1px gray;
}
#LeftNavigationMenu .unit .drop-icon img {
    /*margin-top: 6px;*/
}

#LeftNavigationMenu .unit .menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#LeftNavigationMenu .unit .menu .link {
    line-height: 1.7;
    cursor: pointer;
}
#LeftNavigationMenu .unit .menu a {
    padding-left: 30px;
}
#LeftNavigationMenu .unit .menu .list {
    margin: 5px;
    background-color: #1b4c69;
    border: solid 1px #1b4c69;
    -moz-border-radius: 3px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#LeftNavigationMenu .unit .menu .list .title {
    padding-left: 25px;
    font-weight: bold;
    margin-top: 3px;
}
#LeftNavigationMenu .unit .active {
    background-color: #1d4156;
}

.left-more-links {
    background-color: #57839a;
    border: solid 1px #57839a;
    -moz-border-radius: 3px;
    margin-top: 7px;
}
.left-more-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.left-more-links a {
    display: block;
    font-weight: bold;
    color: #032435;
    padding: 6px 15px;
    display: block;
    text-decoration: none;
}
.left-more-links a:hover {
    background-color: #1d4156;
}
/* --- Left navigation menu ----------------- ends ----- */
/* --- Timeline ----------------------------- starts --- */
#UpdateBlock {
    width: 555px;
    background-color: #bdd7ef;
    -moz-border-radius: 5px;
    padding: 10px;
}
#UpdateBlock .title {
    display: none;
    font-weight :bold;
}
#UpdateBlock .title .text {
    float: left;
    color: #777777;
}
#UpdateBlock .title .counter {
    float: right;
    color: #316AC5;
    margin-right: 10px;
}
#UpdateBlock .status {
    margin-top: 5px;
}
#UpdateBlock .status textarea {
    width: 551px;
}
#UpdateBlock .status .focus {
    color: #333;
    height: 50px;
    font-size: 12px;
    font-weight: normal;
}
#UpdateBlock .status .blur {
    color: Gray;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
}
#UpdateBlock .control {
    display: none;
    margin-top: 3px;
}

.timeline {
    margin-top: 5px;
}
.timeline .status-unit {
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
    margin-top: 5px;
}
/*.timeline .status-unit:hover {
    background-color: #e9f0f3;
}*/
.timeline .new-message {
    padding: 5px 15px;
    background-color: #bdd7ef;
    -moz-border-radius: 3px;
    display: none;
}
.timeline .status-unit .image {
    float: left;
}
.timeline .status-unit .image img {
    height: 48px;
    width: 48px;
    margin: 2px;
    border: none;
}
.timeline .status-unit .detail {
    margin-left: 5px;
    line-height: 1.5;
    float: left;
    width: 518px;
}
.timeline .status-unit .detail .text {
    min-height: 30px;
}
.timeline .status-unit .detail .time {
    color: #777777;
    margin-top: 3px;
    font-size: 11px;
}
.timeline .status-unit .detail .time .tvia {
    float: left;
    color: Gray;
}
.timeline .status-unit .detail .time .retweeted {
    float: left;
    margin-left: 25px;
}
.timeline .status-unit .detail .time .tvia a {
    color: #316ac5;
    text-decoration: none;
}
.timeline .status-unit .detail .controls {
    margin-top: 3px;
    height: 20px;
}
.timeline .status-unit .detail .controls .control {
    float: left;
    margin-left: 5px;
    color: #316ac5;
    cursor: pointer;
    padding: 0 4px;
}
.timeline .status-unit .detail .controls .control:hover {
    background-color: #f0f8ff;
}
.timeline .status-unit .detail .controls .control a {
    color: #316ac5;
    text-decoration: none;
}
.timeline .status-unit .detail .controls .control .options {
    color: #316ac5;
}
.timeline .status-unit .detail .controls .control .options .option {
    margin: 4px 8px;
    cursor: pointer;
    padding: 0 4px;
}
.timeline .status-unit .detail .controls .control .options .option:hover {
    background-color: #f0f8ff;
}
.timeline .status-unit .detail .hide {
    -moz-border-radius: 3px;
    padding: 6px 20px;
    text-align: center;
    margin-top: 5px;
    background-color: #e6e6fa;
    margin-right: 10px;
}
.timeline .status-unit .detail .hide span {
    padding: 3px 6px;
    line-height: 2.5;
    margin: 0px 5px;
}
.timeline .status-unit .detail .reply {
    -moz-border-radius:3px;
    background-color:#e6e6fa;
    margin-top:3px;
    padding:5px 10px;
    margin-right: 10px;
}
.timeline .status-unit .detail .attachment {
    margin: 5px 10px 0 0;
}
.timeline .status-unit .detail .attachment .media .media-unit {
    float: left;
    margin: 3px;
}
.timeline .status-unit .detail .attachment .media .media-unit img {
    border: none;
}
.timeline .status-unit .detail .attachment .adetail {
    margin-left: 7px;
}
.timeline .status-unit .detail .attachment .adetail a {
    font-size: 12px;
    color: #316ac5;
    text-decoration: none;
}
.timeline .status-unit .detail .attachment .adetail a:hover {
    text-decoration: underline;
}
.timeline .status-unit .detail .attachment .adetail .caption {
    font-size: 11px;
    color: #777777;
}
.timeline .status-unit .detail .comments {
    width: 400px;
    font-size: 11px;
}
.timeline .status-unit .detail .comments .comment {
    background-color: #eceff5;
    margin-top: 3px;
    padding: 3px;
}
.timeline .status-unit .detail .comments .comment .cimage {
    float: left;
}
timeline .status-unit .detail .comments .comment .cimage img {
    height: 32px;
    width: 32px;
    border: none;
}
.timeline .status-unit .detail .comments .comment .cdetail {
    float: left;
    width: 350px;
    margin-left: 7px;
}
.timeline .status-unit .detail .comments .comment .cdetail .ctext {
}
.timeline .status-unit .detail .comments .comment .cdetail textarea {
    width:345px;
    height: 32px;
}
.timeline-getmore {
    padding: 5px;
    background-color: #bdd7ef;
    -moz-border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-top: 4px;
}
/* --- Timeline ------------------------------ ends ----- */
/* --- User list  --------------------------- starts --- */
#uListFormat { display: none; }
#UserListBlock {
    clear: both;
    margin: 7px 5px;
}
#UserListBlock .ul-message {
    font-weight: bold;
    color: #316ac5;
    height: 21px;
}
#UserListBlock .inner {
   /* margin: 10px 5px;*/
}
#UserListBlock .ul-title {
    display: none;
    font-size: 11px;
}
#UserListBlock .ul-title input {
    font-size: 11px;
}
.user-list {
    margin-top: 2px;
    width: 565px;
    border: solid 1px #119FCC;
}
.user-list .basic .check {
    float: left; width: 22px; margin-top: 16px;
}
.user-list .basic .image {
    float: left; width: 48px;
}
.user-list .basic .image img {
    height: 48px; width: 48px; border: none; margin: 3px 0px;
}
.user-list .basic .desc {
    float: left; width: 214px; margin: 4px 0px 0px 10px;
}
.user-list .basic .manage
{
    float: right;
    margin: 3px 8px;
    width: 240px;
}
.user-list .basic .manage .error
{
    color: Red;
    min-height: 27px;
}
.user-list .basic .manage .controls
{
    margin-top: 2px;
}
.user-list .basic .manage .controls .control
{
    float: right;
    margin-right: 15px;
    color: #316ac5;
    cursor: pointer;
}
.user-list .detail 
{
    font-size: 11px;
}
.user-list .detail .unit
{
    margin: 3px;
    border: solid 1px #cccccc;
    padding: 2px 0px;
    color: #666666;
}
.user-list .detail .unit .title {
    float: left;
    font-weight: bold;
    width: 60px;
    color: #316AC5; 
}
.user-list .detail .unit .dtext {
    float: left;
    width: 475px;
}
.user-list .message {
    background-color: #bdd7ef;
    padding: 5px;
    margin: 3px;
}
.user-list .message .text {
}
.user-list .message .text textarea {
    width: 544px;
    height: 40px;
}
.user-list .message .options 
{
    margin: 4px 0 1px 0;
}
.user-list .message .options .option
{
    float:right;
    margin-right: 5px;
    padding: 2px 6px;
}
.SponsoredUser {
    width: 563px;
    background-color: #ADD8E6;
    border: solid 2px #6495ED;
    margin-bottom: 2px;
    padding-bottom: 5px;
}
.SponsoredUser .user-list{
    width: 553px;
    background-color: White;
    margin: 4px;
}
/*.SponsoredUser .user-list .basic .error { width: 175px; }
.SponsoredUser .user-list .userListControl { width: 65px; }
.SponsoredUser .userList .userListError { width: 205px; }
.SponsoredUser .userList .userListDetailBox { width: 588px; }
.SponsoredUser .userList .userListDetailBox .userListDetailUnit { width: 578px; }
.SponsoredUser .userList .userListDetailBox .userListDetailUnit { width: 578px; }*/
/* --- User list  --------------------------- ends ----- */
/* --- TwitIn page --------------------------- ends ----- */
.twitin-control
{
    float: left;
    border-bottom: solid 1px #316AC5;
    padding: 5px;
}
.twitin-control a
{
    display: block;
    margin: 7px 7px 0px 7px;
    width: 160px;
    height: 52px;
    font-weight: bold;
    font-size: 20px;
    color: White;
    background-image: url('../img/growbutton.png');
    background-repeat:no-repeat;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
}
.twitin-control a:hover
{
    font-size: 22px;
    background-image: url('../img/growbuttonhover.png');
    line-height: 48px;
}
.twitin-control .action-text
{
    width: 180px;
    color: #777777;
    font-size: 9px;
    text-align: center;
}
.twitin-control .abtn
{
    float: left;
    width: 183px;
    margin-left: 5px;
}
/* --- TwitIn page --------------------------- ends ----- */
/* --- Search Control --------------------------- starts --- */
.search-box {
    margin-left: 5px;
     -moz-border-radius: 5px 5px 5px 5px;
    background-color: #6495ed;
    padding: 5px;
}
.search-box .unit {
    -moz-border-radius:3px 3px 3px 3px;
    background-color:#e1eff7;
    color:#316ac5;
    font-weight:bold;
    border:1px solid #bbbbbb;
    margin:3px 0;
    padding:3px 5px;
    font-size: 12px;
}
.search-box .unit .title {
    float:left;
    font-size:12px;
    width:75px;
}
.search-box .unit .text {
    float:left;
    margin-left:5px;
    width:170px;
}
.search-box .unit .text input {
    border:1px solid #316ac5;
    width:160px;
}
.search-box .unit .radio {
    float:left;
    margin-left:5px;
    text-align:center;
    width:85px;
}
.search-box .unit .adv-button {
    float:left;
    height:19px;
    margin-left:80px;
    margin-right:112px;
    padding-top:3px;
    text-align:center;
    width:110px;
}
.search-box .stext {
    -moz-border-radius:5px 0 0 5px;
    border:1px solid #4A7EBB;
    color:#999999;
    font-size:17px;
    font-weight:bold;
    height:24px;
    padding:3px;
    width:490px;
}
.search-box .sbutton {
    -moz-border-radius:0 5px 5px 0;
    float:left;
    font-size:18px;
    font-weight:bold;
    height:24px;
    padding:3px 6px;
    width:35px;
}
.search-box .controls {
    margin: 5px 0px;
}
/* --- Search Control --------------------------- ends ----- */
.info {
    background:url("../img/Stat.png") no-repeat scroll 10px 7px #0F4F70;
    color:#ffffff;
    line-height:1.4;
    margin: 5px 5px 0;
    padding:10px 10px 10px 70px;
}
.twitbox {
	-moz-border-radius:3px 3px 3px 3px;
    border:1px solid;
    color:#024568;
    font-size:18px;
    margin-bottom:5px;
    margin-top:10px;
    padding:3px;
}
.padding10
{
    padding:0 10px 0 10px;
    color:#024568;
    padding-left:25px;
    padding-right:25px;
    text-decoration: none;
    
}
.faqBox
{
    width: 469px;
    color:#024568;
    padding-left:30px;
    padding-top:10px;
    text-decoration: none;
    
}
.faq-answer
{
    float: left;
	color:#000000;
	float: left;
	color:#333333;
	margin-left:12px;
	
}
.faq-category
{
	font-weight:bold;
	font-size:1.25em;
	color:#000;
}
.faq-question
{
    float: left;
    width: 518px;
	font-weight:bold;
	color: #316AC5;
	padding:5px 0;
	margin-top : 10px;
}

.faq-answerH
{
	font-weight:bold;
	margin-top:9px;
}
.testi 
{ 
    margin  : 20px 40px; 
    float: right; 
}
.investr .video 
{ 
    float: left; 
    width: 307px; 
    margin-left:40px; 
    margin-top:10px; 
    }

.investr .navi 
{ 
    float: left; 
    margin-top: 2px; 
    margin-left:5px; 
    height:328px; 
    width:564px; 
    }

.investr .navi .inrev_nevi 
{
    width:555px; 
    height:56px;
    margin-left:4px; 
   /* background-image:url(../img/inrev_butt2.jpg);*/
    }

.investr .navi .inrev_nevi_content
{ 
    height:270px; 
    width:555px; 
    float:left; 
    background-image:url(../img/inrev_bg.jpg);
    margin-left:4px;
    }
.investr .navi .inrev_nevi_content .nav_butt
{
    width:216px; 
    height:242px; 
    float:left;
    margin-top:18px;
    font-weight:bold;
    font-size:17px; 
    font-family:Verdana;
    }
.investr .navi .inrev_nevi_content .nav_butt .unit { float: left; width: 255px; margin: 7px 0 0 -20px; }
.investr .navi .inrev_nevi_content .nav_butt a 
{
    color:#03294b;
    text-decoration:none;
    }
.investr .navi .inrev_nevi_content .nav_butt .inrev_logo
{ 
    background-image:url(../img/inrev_logo.png);
    background-repeat:repeat-x;
    float:left;
    height:90px;
    margin-left:18px;
    width:159px;
    }
.investr .navi .inrev_nevi_content .nav_butt .buzzom_logo
{ 
    background-image:url(../img/buzzom_logo.png);
    background-repeat:no-repeat;
    float:left;
    height:90px;
    margin-left:18px;
    width:159px;
    }
.investr .navi .inrev_nevi_content .nav_butt .investor_logo
{ 
    background-image:url(../img/investor_logo.png);
    background-repeat:no-repeat;
    float:left;
    height:126px;
    margin-left:18px;
    width:159px;
    }
.investr .ucContact 
{ 
    float: left; 
    width: 260px; 
    margin-top: 20px; 
    }
.investr .banner 
{ 
    float: left; 
    width: 556px; 
    height: 403px; 
    margin-left:5px; 
    border:solid 1px; 
    color:#b4b8ba;
    }
.investr .banner .logo 
{ 
    height: 77px; 
    width: 165px; 
    margin: 9px 23px; 
    float: left; 
    }
.investr .navi .inrev_nevi_content .video 
{ 
    float: left; 
    width: 307px; 
    margin-left:25px; 
    margin-top:10px;
}
.desc .icontent 
{ 
    float:left; 
    width: 555px; 
    font-size: 15px; 
    line-height: 1.5; 
    margin-top: -16px; 
    margin-left:7px; 
    font-family:Arial;
    color:#275580;
}
.desc .title .icontent .title 
{ 
    float:left; 
    width: 555px; 
    font-size: 15px; 
    line-height: 1.5; 
    margin-top: -16px; 
    margin-left:13px;
    color:#03294b; 
}
/* --- HomePage -------------------- */
.top_colum 
{
    font-family:Arial;
    font-size:16px;
    height:140px;
    margin-bottom:8px;
    margin-right:5px;
    padding:8px 0 15px 0px;
}
.top_colum .hnav
{
    margin: 0 0 0 745px;
    width: 247px;
}
.top_colum .hnav a
{
    background-color:#0F5070;
    border-bottom:1px solid #999999;
    color:white;
    display:block;
    font-size:12px;
    font-weight:bold;
    margin:3px 16px 2px;
    padding:4px 16px;
    text-align:center;
    text-decoration:none;
}
.top_colum .hnav a:hover
{
    background-color: #1d4156;
}
.botum_colum2
{
    background-color : #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 9px;
    margin-top: 380px;
    width: 996px;
}
.botum_colum2 .botum_columin
{
    float: left;
    margin: 10px 0 10px 15px;
    width: 229px;
}
.botum_colum2 .home_content
{
    
    text-align: justify;
}
.flash_banner{ width:996px; height:360px; float:left;border: 1px solid #666666;/* background-image:url(../img/NEW_Banner2.jpg); */}
/*.flash_banner .flash_fla{ width:996px; height:360px; border: solid 1px #ccc;}*/
.botum_colum{ width:1000px; height:155px; float:left; margin-bottom:9px;}
.botum_colum .testimonial_colum
{
    width:683px; 
    height:160px;
    float:left;
    
    }
.botum_colum .testimonial_colum .testimonial_Image
{ 
    width:683px; 
    height:123px;
}
.botum_colum .testimonial_colum .testimonial_header
{
    width:667px; 
    height:29px; 
    margin-top:5px; 
    font-family:Arial;
    font-size:20px;
    color:White;
    padding-left:50px;
    padding:3px 0 0 16px;
   
    
}
.botum_colum .testimonial_header{ width:683px; height:32px; background-image:url(../img/testimonial.png);}
.botum_colum .in_colum{width: 295px; max-height:140px; float:left; margin-top:5px; margin-left:18px;}
.botum_colum .in_colum .in_header {
    background-image:url("../img/In_header.png");
    color:White;
    font-size:20px;
    height:30px;
    padding:2px 0 0 11px;
    width:283px;
}
.botum_colum .in_colum .blog { 
    border: none;
}
.botum_colum .in_colum .blog .items {
    max-height:130px;
    overflow:auto;
}
.botum_colum .in_colum .blog .items a { 
    border-bottom:1px dashed #CCCCCC;
    color:#316AC5;
    display:block;
    font-size:12px;
    padding:6px 3px;
    text-decoration:none;
}


/* --- HomePage -------------end------- */

.hide-settings {
    margin: 5px 0 5px 15px;
}
.hide-settings .title {
    font-weight: bold;
    font-size: 14px;
    color: #316ac5;
}
.hide-settings .detail {
    padding: 5px 0 5px 0px;
}
.hide-settings .detail .unit {
    padding-left: 15px;
    width: 350px;
    -moz-border-radius: 4px;
    line-height: 1.5;
}
/*.hide-settings .detail .unit:hover {
    background-color: #ccc;
}*/
.hide-settings .detail .unit .value {
    float: left;
    margin: 1px 0px;
}
.hide-settings .detail .unit .unhide {
    float: left;
    margin-left: 15px;
    display: none;
    color: #316ac5;
    cursor: pointer;
    margin-top: 1px;
}
.hide-settings .detail .unit .progress {
    float: left;
    margin-left: 15px;
    display: none;
    margin-top: 1px;
}

.recent-feed {
    border: solid 1px blue;
    margin-top: 5px;
}
.recent-feed .title {
    background-color: #316AC5; 
    padding: 6px;
    color: White;
    font-weight: bold;
}
.recent-feed .items {
    margin: 4px;
    font-size: 11px;
}
.recent-feed .items a {
    display: block;
    text-decoration: none;
    margin: 6px 3px;
}
.ucFeatured { width: 200px; }
.ucFeatured .title {width:195px; height:23px; background-color:#316AC5;line-height:23px; margin:-11px 0 4px -11px; padding-left:5px;width:193px;}
.ucFeatured .box { padding: 10px; border:1px solid #a8aaab;-moz-border-radius:5px 5px 5px 5px; background-image: url(../img/featuredbox.png); background-repeat: repeat-x; }
.ucFeatured .box .boxIn {  }
.ucFeatured .box .boxIn .avatarBox {  }
.ucFeatured .box .boxIn .avatarBox .avatar { width: 50px; height: 50px; border: solid 1px gray; }
.ucFeatured .box .boxIn .avatarBox .name { margin-left: 5px; color: #0000ff; font-weight: bold; }
.ucFeatured .box .boxIn .bioBox { padding-top: 0px; }
.ucFeatured .box .boxIn .bioBox .bio { font-weight: bold;line-height: 1.4; font-size: 10px;  color: #385986; }
.ucFeatured .box .flink { float: right; margin-top: 5px; }
.ucFeatured .box .flink a { color: #0000ff; margin-top: 3px; font-size: 10px; }

/* --- Profile Page Start ---------------------------- */
#profile
{
    font-family:Georgia;
}
#profile #ads
{
    margin-top:20px;
    height: 130px;
}
#profile #ads ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
#profile #ads ul li
{
    list-style:none none inside;
    display:inline;
    float: left;
    margin-left: 3px;
}
#profile #user 
{ 
    margin-top:15px;
}
#profile #user #user_desc
{
    width:340px;
    float:left;
}
#profile #user #user_desc img 
{
    border: solid 3px #cccccc;
    float: left; margin-right: 10px;
}
#profile #user #user_desc #URL {
    margin-top: 10px;
}
#profile #user #user_desc h3{
    font-size: 16px; 
    font-weight: bold; 
    margin: 0;
}
#profile #user #user_desc .location{
    margin-top: 5px;
}
#profile #user #user_scores
{
    float:left;
    width:400px;
    margin-top: 15px;
}
#profile #user #user_scores ul
{
    margin:0;
}
#profile #user #user_scores ul li
{
    padding-top:55px;
    text-align:center;
    float:left;
    width:120px;
    list-style-type:none;
    font-weight:bold;
}
    
#profile #user #user_scores .user_rank
{
    background:transparent url(../img/urank.png) no-repeat top center;
}
#profile #user #user_scores .user_score
{
    background:transparent url(../img/uscore.png) no-repeat top center;
}
#profile #user #user_scores .user_age
{
    background:transparent url(../img/twitterage.png) no-repeat top center;
}
#profile #user #user_tags
{
    float:left;
    width:180px;
}
#profile #user #user_tags ul
{
    margin:0;
    padding:0;
    font-weight:bold;
}
#profile #user #user_tags ul li
{
    list-style:none;
    background-image:url(../img/tag_blue.png);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:20px;
}
#profile #tweets ul 
{
    list-style:none;
    margin: 40px 0px 0px 80px;
}
#profile #tweets ul li 
{
    list-style:none;
    margin-bottom:35px;
    font-weight:bold;
}
/* --- Profile Page End ------------------------------ */
/* --- Featured User Start ------------------------------ */
.featuredUser { float: left; width: 100%; }
.featuredUser .plan { float: left; margin: 0px 5px 0px 23px; width: 179px; text-align: center; }
.featuredUser .plan .punit { float: left; width:216px; height: 15px; padding-bottom: 4px; border-bottom: 1px solid #ADD8E6; }
.featuredUser .plan .punit .prad { float: left; width: 30px; margin: 3px 0px 0px 10px; }
.featuredUser .plan .punit .pimp { float: left; width: 115px; margin: 2px 0px 0px 5px; }
.featuredUser .plan .punit .pcost { float: left; width: 80px; margin: 2px 0px 0px 10px; }
/* --- Featured User End -------------------------------- */
.saved-search {
    background-color:#E1EFF7;
    border-bottom:1px solid #316AC5;
    border-top:1px solid #316AC5;
    margin:5px 0;
    padding:3px 5px 8px;
}
.saved-search .title {
    font-weight: bold;
    color: #316ac5;
    margin-top: 6px;
}
.saved-search ul {
    margin: 6px 0 0 4px;
    padding-left: 10px;
    list-style: none;
    line-height: 1.8;
}
.saved-search ul li a {
    color: #316ac5;
    text-decoration: none;
    line-height: 1.4;
}
.saved-search .search {
    margin: 3px 0 3px 0px;
}
.saved-search .search .searchbox {
    float: left;
}
.saved-search .search .searchbox input {
    -moz-border-radius:3px 0 0 3px;
    border:1px solid #4a7ebb;
    height:22px;
    width:153px;
    padding-left: 3px;
}
.saved-search .search .search-button {
    -moz-border-radius:0 3px 3px 0;
    border-style:solid solid solid none;
    border-width:1px 1px 1px medium;
    float:left;
    height:24px;
    width:30px
}
.saved-search .search .search-button img {
    margin: 4px 6px;
}
/* Features page start */
.feature-page 
{
    margin: 5px;
}
.feature-page .unit {
    margin-top: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.feature-page .unit .title {
    color: #316ac5;
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0px 8px 27px;
    border-bottom: 1px solid #d7d7d7;
}
.feature-page .unit .table {
    float: left;
    margin: 3px 0 0 18px;
    width: 600px;
}
.feature-page .unit .description {
    float: left;
    width: 150px;
    margin: 15px 0px 0px 10px;
    color:#666;
    line-height: 2.0;
}
.feature-page .unit .table .title-row {
    color:#0c415d;
    font-size:14px;
    font-weight:bold;
    margin-top:3px;
}
.feature-page .unit .table .title-row .free
{
    color: #0c415d! important;
}
.feature-page .unit .table .row
{
    padding: 7px 5px 7px 12px;
} 
.feature-page .unit .table .alternate-row 
{
    background-color: #e0e7eb
}
.feature-page .unit .table .row .text
{
    float: left;
    width: 322px;
    line-height: 1.5;
} 
.feature-page .unit .table .row .text .more
{
    text-decoration:none;
    margin-left:10px;
} 
.feature-page .unit .table .row .free
{
    float: left;
    margin-left: 10px;
    width: 120px;
    color:Green;
} 
.feature-page .unit .table .row .paid
{
    float: left;
    margin-left: 10px;
    width: 120px;
} 
.feature-page .unit .table .row .free-img
{
     background-image:url(../img/tick-16.png);
     width:16px;
     height:16px;
     margin:3px 0 0 8px;
} 
.table_content_MultipleNetworks
{ 
    
}
#TwitterRetweetPop
{
    position: absolute;
}
#TwitterRetweetPop .pointer
{
    background-image: url(../img/top_pointer_8.png);
    background-repeat: no-repeat;
    background-position: 30px 0px;
    height: 8px;
    width: 50px;
}
#TwitterRetweetPop .detail
{
    -moz-border-radius:5px;
    background-color:#316AC5;
    border:5px solid #316AC5;
    line-height:1.7;
}
#TwitterRetweetPop .detail-box
{
    -moz-border-radius:2px 2px 2px 2px;
    background-color:#FFFFFF;
    float:left;
    padding:5px;
}
#TwitterRetweetPop .detail .text
{
    color:#316AC5;
    float:left;
    font-weight:bold;
    margin-left:10px;
}
#TwitterRetweetPop .detail .button
{
    float: left;
    padding: 0px 6px;
    margin-left: 10px;
}
#TwitterRetweetPop .detail .close
{
    float: left;
    padding: 0px 6px;
    margin: 0px 10px;
}

/* Features page end */
.twitter_image
{
    background-image:url("../img/twitter_b.png");
    background-position:498px -2px;
    background-repeat:no-repeat;
    height:43px;
    width:560px;
    position: absolute;
}

.profile_main
{
    border:1px solid #69A1CF;
    margin-left:5px;
    margin-top:35px;
    width:560px;
    padding-bottom: 8px;
}
.profile_main .baodata
{
    background-color:#EFF4F8;
    float:left;
    height:187px;
    margin:8px 0 0 8px;
    width:310px;
}

.profile_main .baodata a
{
    color:#0C3E83;
    font-weight:bold;
    text-decoration:none;
}
.user_desc_2
{ 
    height:60px;
    margin:11px 0 0 25px;
    width:275px;
}
.profile_main .statistics 
{
    float:left;
    height:183px;
    margin-top:5px;
    width:230px;
}
.profile_main .statistics .buzzom_score
{
    background-image:url("../img/BuzzomScore_BG.png");
    height:53px;
    margin:2px 0 0 5px;
    padding-top:17px;
    width:228px;    
}
.profile_main .statistics .buzzom_score ul
{   
    float:left;
    margin:0 0 0 10px;
    padding:0;
    
}
.profile_main .statistics .list
{
    margin:7px 0 0 5px;
    width:228px;
}
.profile_main .statistics .list .list_scores_1
{
    background-color:#CEDEEA;
    height:18px;
    padding:3px 0 0 10px;
    width:217px;
}
.profile_main .statistics .list .list_scores_2
{
    padding:3px 0 0 10px;
    width:217px; 
    height:21px; 
    background-color:#e2ebf2;
}
.profile_main .update
{
    background-color: #bdd7ef;
    padding: 6px;
    margin: 5px 10px 0px 10px;
}
.profile_main .update .text textarea
{
    color: #333;
    height: 40px;
    font-size: 12px;
    width: 523px;
}
.profile_main .update .controls
{
    margin-top: 2px;
}
.profile_main .update .controls .control
{
    float: right;
    margin-right: 2px;
}
.profile_main .update .controls .message
{
    float: left;
    margin-left: 6px;
    color: #316ac5;
}
.profileUrl
{
    font-size:14px;
    text-decoration:none;
}
.list_buttons
{
 width:176px; 
 height:21px;
 margin:17px 0 0 60px; 
}
.profile_main .baodata .list_buttons .List_bg
{
    background-image:url("../img/List_BG.png");
    border:1px solid #C2C4C5;
    float:left;
    height:20px;
    margin-left:5px;
    width:28px;
    cursor: pointer;
    text-align: center;
}
.profile_main .baodata .list_buttons .List_bg:hover
{
    /*background-image:url("../img/List_BG_hover.png");*/
    background-image: none;
    background-color: #d3d3d3;
}
.profile_main .baodata .list_buttons .List_bg img { border: none; height: 20px; }
/* ----- Multi Update block Start ------------ */
.multiupdate
{
    background-color: #bdd7ef;
    padding: 4px 6px;
    margin: 5px;
}
.multiupdate .status .focus
{
    color: #333;
    height: 40px;
    font-size: 12px;
    width: 548px;
}
.multiupdate .status .blur
{
    color: #777;
    height: 20px;
    width: 548px;
    font-size: 14px;
}
.multiupdate .options
{
    margin: 3px;
}
.multiupdate .options .user
{
    float: left;
    width: 390px;
}
.multiupdate .options .user .unit
{
    float: left;
    margin: 2px;
    -moz-border-radius: 2px;
    border: solid 1px #5f9ea0;
    background-color: #f9f9f9;
    cursor: pointer;
}
.multiupdate .options .user .unit .avatar
{
    float: left;
}
.multiupdate .options .user .unit .avatar img
{
    margin: 2px;
    height: 24px;
    width: 24px;
}
.multiupdate .options .user .unit .type
{
    float: left;
    width: 18px;
}
.multiupdate .options .user .unit .type .tick
{
    position: absolute;
    margin-top: 10px;
}
.multiupdate .options .user .unit .type .sm
{
    margin: 2px 2px 0 0;
}
.multiupdate .options .controls
{
    float: right;
    width: 60px;
}
/* ----- Multi Update block End ------------ */
#LanguageOptions 
{
    background-color:White;
    border:medium solid;
    color:#316AC5;
    padding:5px;
    position:absolute;
}
#LanguageOptions .title 
{
    border-bottom:1px solid #316AC5;
    font-weight:bold;
    margin:5px;
    padding-bottom:4px;
}
#LanguageOptions .languages 
{
    margin-top: 5px;
}
#LanguageOptions .languages .col
{
    float:left;
    margin:0 4px;
    min-width:108px;
}
#LanguageOptions .languages .col .row
{
    cursor:pointer;
    margin:2px 0;
    padding:2px 5px;
}
#LanguageOptions .languages .col .row:hover
{
    background-color: #f0f8ff;
}

.scheduled-update .update 
{
    margin-top: 5px;
    border-bottom: solid 1px #aaa
}
.scheduled-update .update .image
{
    float: left;
    width: 38px;
}
.scheduled-update .update .image .sm
{
    height: 12px;
    width: 12px;
    position: absolute;
    margin: 3px;
}
.scheduled-update .update .image .user-image
{
    height: 32px;
    width: 32px;
    margin: 3px;
}
.scheduled-update .update .message
{
    float: left;
    margin: 1px 5px;
    color: #444444;
    width: 360px;
}
.scheduled-update .update .message textarea
{
    width: 350px;
    font-size: 11px;
    color: #444444;
    height: 27px;
}
.scheduled-update .update .date
{
    float: right;
    margin: 1px 0 0 5px;
    color: #777777;
    font-size: 11px;
}
.scheduled-update .update .time
{
    float: right;
    margin: 1px 0 0 5px;
    color: #777777;
    font-size: 11px;
    margin-right: 5px;
}
/* ----- Multi Update block End ------------ */



.section 
{
margin:0 auto;
position:relative;
}
#experience {
-moz-box-shadow:4px 0 5px rgba(0, 0, 0, 0.2);
background-color:#FFFFFF;
background-image:url("Image/colum_bg.png");
background-repeat:repeat-x;
border:1px solid #FFFFFF;
font-family:Verdana;
padding:0 30px;
position:relative; 

}
.clearfix 
{
display:block;
}
#explanation 
{
float:left;
width:354px;
font-size:13px;
}
#experience h3 
{
padding-top:39px;
}
h3 
{
font-size:18px;
line-height:18px;
padding-bottom:9px;
padding-top:9px;
}
h1, h2, h3, h4, h5, h6 
{
font-weight:bold;
margin:0;
}
strong 
{
font-weight:bold;
}
em 
{
font-style:italic;
}
p 
{
margin:0 0 18px;
}
#tu_userform 
{
    position: absolute;
    font-size:12px;
    margin:116px 0 0 240px;
}
#tu_userform label {
    color:#222277;
    display:block;
    float:left;
    font-weight:bold;
    margin-left:48px;
    width: 70px;
    text-align: right;
}
#tu_userform textarea {
    color: #333333;
    height: 40px;
    width: 245px;
    margin-left: 5px;
}
#tu_userform #tu_email {
    color: #333333;
    margin-left: 5px;
    width: 245px
}
#tu_userform #submit_field 
{
    padding-left: 122px;
}
.scheduled-update .update .controls
{
    margin: 3px 5px 0 0;
    color: #316ac5;
    font-size: 11px;
    text-align: right;
}
.scheduled-update .update .controls span
{
    cursor: pointer;
    color: #316ac5;
}
.scheduled-update .update .controls span:hover
{
    text-decoration: underline;
}
