/* ----- Generic Style ----- */

#tw_style {
    color:#444444;
    padding:10px;
}

#tw_style a {
    color:#0099B9;
}

#tw_style * {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

/* ----- Top Menu Style ----- */

#tw_top_menu {
    width:660px;                        /* width:510px */
    background-color:#eeeeee;
    padding:7px 13px;
    margin-bottom:5px;
}

#tw_top_menu a {
    font-size:13px;
}

#tw_top_menu a span {
    font-size:11px;
}

#tw_style #tw_text, #tw_style #tw_textCounter {
    background-image: none;     /* Eliminate v2 bg image */
}

/* ----- Page Style ----- */

#tw_page {
    width:950px;                        /* width:755px; added 155px more from default */
    margin:0 auto;
    text-align:left;
}

#tw_page.tw_home_content {
    background-color:#9DE8EC;
}

.tw_home_content .tw_block {
    border-top:1px solid #69D6E4;
}

.tw_home_content .tw_block .focus {
    background-color:#A9FCFF;
}

#tw_page.tw_profile_content {
    background-color:#DDFFCC;
}

.tw_profile_content .tw_block {
    border-top:1px solid #DFDFDF;
}

.tw_profile_content .tw_block .focus {
    background-color:#FFFFFF;
}

.tw_block {
    font-size:13px;
    padding:10px 5px 0px 5px;
    margin-top:10px;
}

.tw_block h4 {
    margin:0px 0px 7px 0px;
    font-weight:normal;
}

.tw_block p {
    margin:0px;
    padding:2px 0px 2px 10px;
}

#tw_form_search {
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

#tw_search_input, #tw_search_submit, #tw_search_submit_spin {
    border-color:#999999 !important;
    padding-bottom:5px !important;
    padding-top:5px !important;
    vertical-align:middle;
    font-size:11px;
}

#tw_search_input {
    border-style:solid none solid solid;
    border-width:1px 0 1px 1px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    width:145px !important;
    color: #a0a0a0;
}

#tw_search_submit, #tw_search_submit_spin {
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topright:3px;
    -moz-background-clip:border !important;
    -moz-background-inline-policy:continuous !important;
    -moz-background-origin:padding !important;
    background-color:#EEEEEE;
    background-position:center top;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    padding:3px 10px;
}

.tw_search_button_img {
    background:transparent url('images/search_submit.png') repeat scroll -2px 0 !important;
}

#tw_search_submit:hover {
    background:transparent url('images/search_submit.png') repeat scroll -2px -25px !important;
}

/* ----- Column Styles ----- */

#tw_side_column {
    width:245px;                        /* with:200px; added 45px */
    float:right;
    margin:5px;
}

#tw_main_column {
    background-color:#ffffff;
    width:695px;                        /* width:545px; added 150px */
    min-height:600px;
    _height:600px
}


/* ----- Main Column Content Styles ----- */

#tw_header {
    width:665px;                        /* width:510px */
    margin:0px 5px;
}

#tw_logo {
    color:#33CCFF;
    font-size:20px;
}

input#tw_textCounter {
    color:#cccccc;
    font-size:32px;
    font-family:Georgia,serif;
    font-weight:bold;
    border: 0px;
    background-color:#ffffff;
    width:70px;
    position:relative;
    left:13px;
}

textarea#tw_text {      /* update box */
    width:660px;                        /* width:510px */
    height:50px;
    font-size:14px;
    border:1px solid #aaaaaa;
    background-color:#ffffff;
}

table#tw_latest_container {
    width:100%;
    margin-top:5px;
    margin-bottom:25px;
}

td#tw_latest {
    font-size:11px;
    padding-right:5px;
}

#tw_latest_date {
    margin-top:7px;
}

#tw_update_button_container {
    vertical-align:top;
    text-align:right;
}

#tw_button {
    font-size:12px;
    padding: 5px 25px;
    cursor:pointer;
    border:outset 1px #ccc;
    background:#999;
    color:#555;
    background:url(images/formbg.gif) repeat-x left top;
}

#tw_follow_box {
    background-color:#FFEB8F;
    margin:10px 0px;
    padding:10px 20px;
    font-size:14px;
    color:#000000;
    display:none;
}

.tw_message {
    background-color:#FFFFCC;
    border-top:1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
    width:660px;                        /* width:510px */
    margin:10px 5px;
    padding:10px 0px;
    text-align:center;
}

#tw_mention_info {
    width:660px;                        /* width:510px */
    margin:5px 5px 20px 5px;
    font-size:18px;
}

#tw_content {
    font-size:14px;
    width:660px;                        /* width:510px */
    margin:5px;
}

.tw_icon, .tw_icon_large, .tw_icon_reply, .tw_icon_delete, .tw_icon_small {
    background-repeat:no-repeat;
    background-position:center left;
}

.tw_icon {
    font-size:14px;
    padding-left:18px;
}

.tw_icon span {
    font-size:12px;
}

.tw_icon_small {
    padding-left:13px;
}

.tw_icon_large {
    height:32px;
    padding-left:34px;
    vertical-align:middle;
    display:table-cell;
}

.tw_icon_reply, .tw_icon_delete {
    font-size:14px;
    display:none;
}

.tw_icon_reply {
    background-image:url(images/reply_grey.png)
}

.tw_icon_reply:hover {
    background-image:url(images/reply.png)
}

.tw_icon_delete {
    background-image:url(images/delete_grey.png)
}

.tw_icon_delete:hover {
    background-image:url(images/delete.png)
}

.tw_verified {
    font-style: italic;
}

.tw_status {
    padding:6px;
    border-bottom:dashed 1px #DEDEDE;
}

.tw_status_big {
    padding:6PX;
    border-bottom:dashed 1px #DEDEDE;
}

.tw_status_buttons {
    font-size:11px;
    text-align:right;
    vertical-align:bottom;
}

.tw_status_text {
    height:50px;        /* height:55px; */
}

.tw_status_text_big {
    font-size:22px;
}

.tw_profile_image {
    border:solid 1px #DEDEDE;
    width:31px;
    height:31px;
}

.tw_profile_image_bigger {
    border:solid 2px #DEDEDE;
    width:73px;
    height:73px;
}

#tw_platform_image_container {
    margin-top:8px;
    text-align:center;
    padding:0px 5px;
}

#tw_platform_user_name {
    font-size:15px;
    text-align:center;
    padding:0px 5px;
}

.tw_screen_name {
    font-size:15px;
    vertical-align:top;
    padding-top:3px;
}

.tw_platform_user_link {
    font-weight:bold;
    color:#FF9900;
}

.tw_screen_name_bigger {
    font-size:32px;
    font-weight:bold;
    vertical-align:top;
    padding-left:15px;
    padding-top:12px;
}

.tw_image {
    float:left; 
    margin-right:10px;
    border:solid 2px #DEDEDE;
    width:48px;
    height:48px;
}

.tw_tweet {
    float:right;
    width:585px;
}

.tw_date_n_buttons {
    margin-left: auto;
    margin-right: 0;
    width:585px;                        /* width:435px */
}

.tw_date {
    font-size:11px;
    padding-top:4px;
    color:#999;
}

#tw_page_title {
    color:#2E7B8F;
    font-family:Georgia,serif;
    font-size:20px;
}

.tw_box {
    background-color:#95E8EC;
}


.tw_counts {
    font-size:13px;
    width:33%;
}

.tw_counts_label {
    color:#808080;
    font-size:11px;
}

.tw_update_counts {
    font-family:Georgia,serif;
    font-weight:bold;
    font-size:13px;
    width:50%;
}

.tw_info {
    font-size:12px;
}

#tw_protected {
    background-color:#FFF79F;
    width:675px;                        /* width:525px */
    margin-left:5px;
}

#tw_protected h1, #tw_protected p {
    color:#999999;
    font-family: arial;
    margin:0px;
}

#tw_protected h1 {
    font-size:24px;
}

#tw_protected p {
    font-size:16px;
}

input.tw_update_hover:hover {
    background-image:url(images/round_btn_hover.gif);
    color:#444444;
    cursor:pointer;
}

input.tw_update {
    background-image:url(images/round_btn.gif);
    border:0 none;
    color:#aaaaaa;
    font-size:14px;
    height:32px;
    width:115px;
    padding-bottom:5px;
}

input.tw_submit, input.tw_submit_small {
    background-color:#E6E6E6;
    border:1px solid #CCCCCC;
    color:#000000;
    cursor:pointer;
    vertical-align:top;
    font-size:12px;
}

.tw_round {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

input.tw_submit{
    padding:4px 8px;
}

input.tw_submit_small {
    background-repeat:no-repeat;
    background-position:center left;
    padding:1px 4px 1px 10px;
}

#tw_follow.opened {
    background-image:url(images/follow_opened.gif);
}

#tw_follow.closed {
    background-image:url(images/follow_closed.gif);
}

#tw_follow.button, #tw_follow.submit_button {
    background-position:2% 50%;
    background-repeat:no-repeat;
    border:1px solid #CCCCCC;
    font-size:12px;
    background-color:#E6E6E6;
    color:#000000;
    cursor:pointer;
    padding:4px 8px 4px 15px;
    vertical-align:middle;
    width:75px;
}

#tw_follow.button {
    background-position:2% 50%;
}

#tw_follow.submit_button {
    background-position:10% 50%;
}

#tw_ajax_more a {
    text-decoration:none;
    background-color:transparent;
}

.tw_more {
    width:675px;                        /* width:525px */
    background-color:#FFFFFF;
    border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    cursor:pointer;
    border-style:solid;
    border-width:1px;
    display:block;
    font-size:14px;
    font-weight:bold;
    height:22px;
    line-height:1.5em;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    padding:6px 0;
    text-align:center;
    text-shadow:1px 1px 1px #FFFFFF;
}

.tw_more_link, .tw_more_hover, .tw_more_active {
    background-image:url(images/more.gif);
    background-repeat:repeat-x;
}

.tw_more_link {
    background-position:0% 0%;
}

.tw_more_hover {
    background-position:0% 100%;
}

.tw_more_active {
    background-position:0% 30%;
}

.tw_hide {
    display:none;
}

.tw_spin {
    background: #FFFFFF url('images/spinner14x20.gif') no-repeat scroll center top;
}

.tw_round_left {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:5px;
}

.tw_round_right {
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topright:5px;
}

.tw_align_center {
    text-align:center;
}

#tw_message_page {
    text-align:center;
    padding:30px 20px;
    margin:30px 50px;
    font-size:13px;
    background: #fffff7;
    border: 1px solid #000000;
}

/* ----- Trends Block ----- */

#tw_trends {
    padding: 0 10px;
}

#tw_trends div {
    padding: 2px 0;
}

