body, p, ol, ul, td, input, select {
    font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-size:   11px;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}
ul { list-style-type:disc; }

body {
    background-color: #eee;
}

img { padding: 0px; margin:0px; border:0px; }

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

a { color: #006699; }
a:visited { color: #006699; }
a:hover { background-color: auto; color: #ffcc00; }

em {
    background-color: #fff;
}

input[type='text'], input[type='password'] {
    padding: 0px;
    padding-left: 4px;
}

input[type='submit'] {
    font-size: 11px;
    padding: 0px;
    width: auto;
    height: auto;
    vertical-align: middle;
}


select, input[type='text'], input[type='password'] {
    font-size: 11px;
    border: 1px solid #7F9DB9;
    width: 160px;
    height: 19px;
}

select {
    width: 166px;
}

dl {
    margin: 10px 0px 0px;
    padding: 10px;
    vertical-align: middle;
}

dt {
    float: left;
    font-size: 11px;
/*    line-height: 24px; */
    width: 170px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

dd {
/*    color: #666666;
    font-size: 12px; */
 /*   line-height: 24px; */
    margin: 0px 0px 5px 175px;
    vertical-align: middle;
}

dd select {
    margin: 0px;
    margin-top: 1px;
}

ul {
    padding-left: 18px;
}

.fieldWithErrors {
    display: inline;
}
.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors checkbox {
  background-color: #ffdfdf;
  border-color: red;
}
.fieldWithErrors textarea {
  background-color: #ffdfdf;
  border-color: red;
}

#errorExplanation {
    border: 1px solid red;
    padding: 7px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffdfdf;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

#errorExplanation ul {
    font-size: 12px;
}

#notice {
    color: green;
    margin: 10px;
}

#error {
    color: red;
}

ul.no-bullet {
    list-style: none;
}


.top {
    margin-top:0px;
    padding-top: 0px;
}

/*---------------------
DialogBox
---------------------*/
.dialogBox {
  background-color: #F1F1F1;
  border:4px solid #000;
  padding: 10px;
  width: 600px;
  text-align: left;
}

/*---------------------
TABS
---------------------*/

/* Menu Tabs J http://www.exploding-boy.com/images/cssmenus/menus.html */

#tabs {
    float:left;
    /*  background:#F4F4F4;*/
    background: inherit;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #24618E;
    width: 100%;
}
ul#tabs {
    margin:0;
    padding: 0;
    list-style:none;
    margin-bottom: 10px;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a, #tabs div {
    float:left;
    background:url("/images/tab_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
}
#tabs span {
    float:left;
    display:block;
    background:url("/images/tab_right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span, #tabs a.selected span, #tabs div.selected span {
    color:#FFF;
}
#tabs a:hover, #tabs a.selected, #tabs div.selected {
    background-position:0% -42px;
}
#tabs a:hover span, #tabs a.selected span, #tabs div.selected span {
    background-position:100% -42px;
}

/*---------------------
GENERAL
---------------------*/

.admin {
    color: red;
}

.admin a, .admin a:visited {
    color: red;
}


#header {
    margin:0px;
    padding:0px;
    margin-bottom: 0px;
}

#header #toplinks {
    font-size: 90%;
    padding-right: 15px;
    width: 935px;
    text-align: right;
}

#header #logo {
    margin-top: -10px;
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-left: 10px;
}

#header #nav_main {
    padding-top: 25px;
    text-align: left;
}

#header #nav_main ul {
    float:left;
    padding-top: 0px;
    list-style: none;
}

#header #nav_main li {
    float:left;
    font-weight: bold;
    text-decoration: none;
}

#header #nav_main li a, #header #nav_main li a:visited {
    text-decoration: none;
    margin-left: 20px;
    color: #012061;
    font-size: 12px;
}

#header #nav_main li a:hover {
    color: #ffcc00;
    text-decoration: underline;
}

#header #search_box {
    margin-top: 0px;
    text-align: center;
}



#footer {
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding-top: 5px;
    margin-top: 20px;
    font-size: 10px;
    padding: 5px;
    margin-bottom: 0px;
}

#footer a {
    margin-right: 8px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer #copyright {
    color: #666;
    font-size: 10px;
}

#footer #links {
    float: right;

}

.container {
    background-color: #ffffff;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding-top: 5px;
}

.home_container {
    margin-top: 40px;
    border: 1px solid #d4d4d4;
}

.home_banner {
    background: url('/images/home_banner.jpg') no-repeat left top;
    height: 180px;
    width: 856px;
}

#content {
    background-color: #ffffff;
    padding: 15px;
}

#home_content {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 304px;
    min-height: 304px;
}

#home_form {
    text-align:center;
    margin-top: 35px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    padding:5px;
}

#home_form #inner_home_box {
    border: 1px solid #c4c4c4;
    height: 370px;
}

#home_content #login {
    padding: 10px;
    padding-top: 60px;
    padding-left: 20p;
    margin-left: -5px;
}

.login_form {
    padding-left: 40px;
}

.login_form dl, .login_form dt, .login_form dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: block;
}

.login_form dl {
    margin-bottom:5px;
}
.login_form dt {
    float: left;
    width: 145px;
    text-align: right;
    margin: 5px 0px 0 0;
    padding: 0;
    white-space: nowrap;
    clear: left;
    position: relative;
    color: #333;
}

.login_form dd {
    padding-left: 155px;
    margin: 0 0px 0px 0px;
}

#home_content #marketing {
    padding-top: 40px;
    margin-left: -10px;
}

#home_content #error {
    text-align:center;
}

label {
    font-weight: normal;
}

.checkbox {
    margin-right: 5px;
}



.login_button {
    background: url('/images/homepage/login.gif') no-repeat;
    width: 55px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.remember_me {
    margin-top: 5px;
}



#search_box {
    padding: 5px;
    padding-left: 20px;
    background-color: #e1e1e1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#search_box input, #search_box select, #search_box label {
    display: inline;
    vertical-align: middle;
}

#search_box input[type='text'] {
    width: 400px;
}


#search_box a {
    font-size: 10px;
}

#search_box a:hover {
    color: #ffcc00;
}

#search_box .button_profile {
    background: url('/images/button_profile.jpg') no-repeat;
    width: 55px;
    height: 20px;

    margin-left: 5px;
}

#search_box .button_company {
    background: url('/images/button_company.jpg') no-repeat;
    width: 55px;
    height: 20px;
    margin-left: 2px;
}

.gray_box .title {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #006699;
}

.search_field {
    width: 400px;
    border: 1px solid #999;
    padding: 3px;
}

.search_kind {
    width: 120px;
}

/*---------------------
CONTENT
---------------------*/

#content h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
}

#content h2 {
    font-size: 16px;
    font-weight: bold;
}

#content h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
}

#content h4 {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 7px;
}

#content p {
    font-size: 11px;
}

.actions_links {
    margin-bottom: 15px;
}

/*---------------------
QUICK IDEAS
---------------------*/
.posting_item {
    margin: 0px;
}

.posting_item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.posting_item li {
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding: 4px;
}

.red_return { color: red; }
.red_return a { color: red; text-decoration: none; }
.green_return { color: green; }
.green_return a { color: green; text-decoration: none;}
.neutral_return { color: black; }
.neutral_return a { color: black; text-decoration: none;}

.post_info {
    margin: 0px;
    padding: 0px;
    color: #999;
    font-size: 10px;
    font-style: italic;
}

.post_info a {
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    font-style: italic;
}

.posted_by {
    font-size: 9px;
}

.posting_item .company_name, .company_name {
    text-decoration: none;
    font-weight: regular;
}
.company_ticker {
  font-weight: normal;
}

.posting_item .edit_post {
    font-size: 10px;
    text-decoration: none;
}

.comments_section {
    margin-bottom: 10px;
}

.comments_section li {
    border-bottom: 1px solid #e4e4e4;
    padding: 3px;
    margin-bottom: 3px;
    text-decoration: none;
}

.comments ul {
    list-style: none;
}

.comments li a {
    font-size: 11px;
    text-decoration: none;
}

.comment_list {
    margin: 0px;
}

.comment_list a {
    text-decoration: none;
}

.comment_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment_list li {
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding: 4px;
}

.comment_list .comment_type {
    font-size: 12px;
}

.comment_list .comment_snippet {
   font-size: 12px;
}


/*---------------------
CONTACT US
---------------------*/

.contact_info {
    padding-left: 20px;
}

.privacy_policy p {
    margin-bottom: 10px;
}

.terms p {
    margin-bottom: 10px;
}

.terms ul, .terms ol {
    margin: 10px 0px 20px 0px;
    padding-left: 30px;
}

.terms .more_info {
    color: #666;
    font-size: 90%;
}

.terms h3 {
    font-size: 90%;
}

.pagination {
    margin: 15px 0px 15px 0px;
}

/*---------------------
PROFILE
---------------------*/
#profile_content h2 {
    font-size: 12px;
    margin-top: 15px;
}


.profile_results {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    border-top: 1px solid #999;

}

.profile_results ul {
    padding: 0px;
    margin: 0px;
}

.profile_results li {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0px;
    padding: 5px;
}

.profile_results .profile {
    margin-left: 15px;
}

.profile_results .name {
    margin: 0px;
}
.profile_results .name a {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-weight: none;
}

.profile_results table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.profile_results td {
    vertical-align: top;
    border: 0px;
}

.profile_results .image {
    width: 90px;
}

.idea_results {
    padding: 4px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.idea_results ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.idea_results li {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0px;
    padding: 5px;
}

.idea_results .profile {
    margin-left: 15px;
}

.idea_results .company_name {
    margin: 0px;
}

.idea_results a.company_name {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-weight: none;
}

.idea_results .company_ticker {
    margin: 0px;
}

.idea_results a.company_ticker {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-weight: normal;
}

.idea_results .green {
  color: green;
}

.idea_results .red {
  color: red;
}

.idea_results table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.idea_results td {
    vertical-align: top;
    border: 0px;
}

.idea_results .post_info {
}

.idea_results .post_info a {
    font-size: 10px;
    text-decoration: none;
}



.results_fields dl {
    margin: 0px;
    padding: 0px;
}

.results_fields dt {
    line-height: 120%;
    float: left;
    width: 140px;
    text-align: right;
    margin: 0px 0px 5px 0px;
    padding: 0;
    padding-left: 10px;
    white-space: nowrap;
    clear: left;
    position: relative;
    color: #333;
    font-weight: normal;
    font-size: 11px;
}

.results_fields dd {
    line-height: 120%;
    float: left;
    width: 290px;
    padding-left: 10px;
    margin: 0px 0px 5px 0px;
    padding-top: 0px;
    position: relative;
    font-size: 11px;

}

.profile_action_link {
    border: 1px solid #e4e4e4;
    float: right;
    padding:3px;
    margin:0px;
    background-color: #f1f1f1;
    width: 140px;
    text-align: left;
    font-size: 10px;
}

.profile_action_link ul {
    list-style: none;
    padding: 0px;
    font-size: 10px;
}

.profile_action_link p, .profile_action_link a, .profile_action_link p {
    font-size: 10px;
}


.profile_fields dt {
}

.profile_fields dt {
    line-height: 120%;
    float: left;
    width: 150px;
    text-align: right;
    margin: 0px 10px 5px 0px;
    padding: 0;
    white-space: nowrap;
    clear: left;
    position: relative;
    color: #333;
    font-weight: normal;
}
.profile_fields dd {
    line-height: 120%;
    padding-left: 160px;
    margin: 5px 10px 5px 0px;
    padding-top: 0px;
    position: relative;
    font-size: 11px;
}
.event dd, .event dt {
    padding-left: 0;
    text-align: left;
}

code#tos { white-space: normal; border: 1px solid #999; overflow-x: hidden; overflow-y: auto; height: 80px; width: 95%; display: block; margin-bottom: 5px; font-size: 12px; padding: 5px 5px 0 5px;}

/*---------------------
SIDE BAR
---------------------*/

.side_events {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 8px 8px 8px;
    font-size: 10px;
}

.side_events h3 {
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 4px 0;
}

.side_events #city {
    color: #999;
    font-size: 10px;
    font-weight: bold;
}

.side_events #upcoming_events {
    margin-top: 10px;
    margin-bottom: 2px;
}

.side_events #upcoming_events p {
    font-size: 10px;
}

#sponsored_links {
    font-size: 10px;
    color: #999;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
}

#advertisement {
    text-align: center;
    margin-right: 10px;
}



.attention_box {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #eeeeee;
}


.attention_box ul {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.attention_box a, .attention_box a li {
    font-size: 12px;
    text-decoration: none;
}

.attention_box h3 {
    font-size: 8px;
}

.attention_box .instructions {
    font-size: 10px;
    font-style: italic;
    color: #999;
    margin:0px;
}

.content_box {
    margin-top: 0px;
    border-top: 1px solid #CCC;
    color: none;
    font-size: 11px;
    padding-bottom: 10px;
}

.content_box .title {
/*    border-top: 1px solid #ccc;*/
    background-color: #EEEEEE;
    padding: 4px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
}

.title .active {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.title .inactive {
  text-decoration: underline;
  color: #006699;
  cursor: pointer;
}

.header_table {
  margin: 0;
  padding: 0;
}
.content_box ul {
    list-style: none;
}

.content_box li, .content_box li a {
    font-size: 11px;
    text-decoration: none;
}

.help {
    border-top: 1px solid #ccc;
    background-color: #FFFFDD;
    padding: 5px;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #666;
}

.cancel {
    color: #999;
}

.welcome {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
}

.small {
    color: #999;

}

.business_card {
    border: 2px solid #385D89;
    padding: 3px;
    background-color: #ffffe3;
    min-height: 112px;
    margin-bottom: 0px;
    width: 220px;
}

.business_card img {
}

.profile_image {
    float:left;
    margin-right: 5px;
    min-width: 80px;
    min-height: 110px;
/*    border: 1px solid #ccc;*/
    background-color: #fff;
    background: url("/images/person_avatar_bg.jpg") no-repeat top left;
}

.business_card .summary {
    font-size: 9px;
    line-height: 160%;
}

.business_card .summary .name {
    font-size: 10px;
    font-weight: bold;
}

.remove {
    color: #999;
    font-size: 10px;
    text-decoration: none;
}

.remove:hover {
    color: red;
    font-size: 10px;
    text-decoration: underline;
}

.remove:visited {
    color: #999;
    font-size: 10px;
    text-decoration: none;
}

.percentage {
    color: #333;
    font-size: 11px;
}

#company_list {
    border-bottom: 1px solid #e4e4e4;
    margin: 0px;
    padding: 0px;
}

.portfolio_item  {
    margin: 0px;
    border-top: 1px solid #e4e4e4;
    padding: 4px;
}

.portfolio_recent {
    margin: 0px;
}

.portfolio_recent ul {
    margin: 0px; padding: 0px;
}
.portfolio_recent li {
    border-bottom: 1px solid #e4e4e4;
    padding: 2px;
    margin: 0px;
}

.reason_text {
    color:#999999;
    font-size:10px;
    margin-left: 3px;
    width:90%;
}


.list_update_at {
    float: right;
    font-size: 11px;
    color: #999;
    margin:0px;
    padding: 0px;
}

/* Autocomplete styles */

div.auto_complete {
    width: 350px;
    background: #fff;
}
div.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
div.auto_complete ul li {
    margin:0;
    padding:3px;
}
div.auto_complete ul li.selected {
    background-color: #ffb;
}
div.auto_complete ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}


.email_grid {
    font-size: 11px;
    margin-top: 15px;
}

.email_grid table, .email_grid th {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}

.email_grid th {
    padding: 3px 0px 3px 0px;
}

.email_grid td {
    font-size: 10px;
    padding: 2px;
}

.email_grid a {
    font-size: 10px;
    text-decoration: none;
}

.email_grid a:hover {
    text-decoration: underline;
}

.email_grid .bold a {
  font-weight: bold;
}


.companies_box {
    background-color: #F2F2F2;
    border: 1px solid #ccc;
  color: #666;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.companies_box a, .companies_box a:visited {
    /* color: #00b0f0;*/
    text-decoration: none;
    font-weight: bold;
}

.companies_box a:hover {
    color: #E9bb00;
    text-decoration: underline;
}

.companies_box_item {
  border-bottom: 1px solid #bbb;
  padding: 2px;
}

.companies_box_item a.company_name {
  font-weight: normal;
}

#home_form {

}

#home_form dd, dt, dl{
    padding: 0px;
    text-align:left;
}

#home_form dl input {
    border: 1px solid #ccc;
    width: 200px;
}

#home_form #login, #home_form #register {
    text-align:left;
}


.bottom_border {
    border-bottom: 1px solid #ccc;
}

.operator_dropdown {
    width: 60px;
}

.date_section select {
    width: auto;
}

.buttons {
    margin-top: 15px;
}

.buttons div {
    float: left;
    margin-right: 10px;
}


.im_network select {
    width: auto;
}

.invite_header {
    background-color: #f1f1f1;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.invite_header p  {
    margin-bottom: 5px;
}

.small_h3 {
    font-size: 12px;
}

.friend {

}

.friend a {
    text-decoration: none;
}

.friend_company {
    text-align: left;
}
.friend_company a {
    color: #999;
    text-decoration: none;
    padding-left: 30px;
    font-size: 10px;
    font-style: italic;
}

.friend_last_seen {
    color: #999;
    text-decoration: none;
    padding-left: 30px;
    font-size: 10px;
    font-style: italic;
}

.friend_company a:hover {
    color: #cc6600;
    text-decoration: underline;
    padding-left: 30px;
    font-size: 10px;
    font-style: italic;
}

.view_more {
    margin-top: 15px;
}



.valuation_metrics {
    font-size: 10px;
}

.valuation_metrics input[type='text'] {
    width: 40px;
}


.valuation_metrics td {
    font-size: 10px;
    border: 0px;
}

.valuation_metrics table {
    border-bottom: 2px solid #333;
    padding: 0px;
    margin: 0px;
    width: 230px;
    border-collapse: collapse;
}

.valuation_metrics th {
    background-color: #fff;
    border-bottom: 2px solid black;
    padding: 0px;
    font-size: 10px;
    margin: 0px;
    width: 100%;
    height: 10px;
    vertical-align: bottom;
    text-align: left;
}

.valuation_metrics .thlabel {
    width: 100%;
    text-align: left;
    padding: 0px;
}

.valuation_metrics .thlabel-center {
    width: 100%;
    text-align: center;
    padding: 0px;
}

.valuation_metrics .thlabel-right {
    width: 100%;
    text-align: right;
    padding: 0px;
}


.valuation_metrics .label {
    font-size: 10px;
    padding-left: 5px;
    width: 100%;
    text-align: left;
}

.valuation_metrics .percent {
    font-size: 9px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
    font-style: italic;
}

.valuation_metrics .value, .valuation_metrics .data, .valuation_metrics td .value, .valuation_metrics th, .valuation_metrics td {
    padding: 0px;
    margin: 0px;
    width: 40px;
    min-width: 40px;
    text-align: right;
    padding-right: .5em;
}
.valuation_metrics .data input {
  padding: 0px;
  margin: 0px;
  width: 30px;
  min-width: 30px;
  text-align: right;
  padding-right: .5em;
}

.valuation_metrics .col0 {
  width: 50px;
  text-align: left;
}
.valuation_metrics .col1 {
  width: 20px;
}
.valuation_metrics .first{
  text-align: left;
}
.valuation_metrics .percent_data {
    padding-right: 0;
}
.valuation_metrics .blue {
    color: #006699;
}

.valuation_metrics .bold {
    font-weight: bold;
}

.valuation_metrics .small_text {
    font-size: 9px;
    color: #666;
    font-style: italic;
}


.comments {
    border: 0px;
}

.comments textarea {
    height: 100px;
    width: 718px;
}

.comments .comment_header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 3px;
    background-color: #eeeeee;
}

.comments ul, .comments li {
    margin:0px;
    padding: 0px;
}

.comments ul {
    margin-left: 0px;
    margin-bottom: 10px;
}

.comments li {
    margin-top: 10px;
    border: 0px;
}


.joined_on {
    color: #999;
    font-size: 9px;
    padding-left: 20px;
}


.home_phrase, .home_phrase p {
    color: #333;
    font-size: 11px;
}


.icon_box {
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
    padding:5px;
}


#home_form #register input[type="text"] {
    border: 1px solid #ccc;
}

.register_button {
    border: 0px;
    padding: 0px;
    vertical-align: top;
    padding-bottom: 5px;
}

.invitation_code {
    width: 120px;
}


#calendar_page select, .calendar select {
    width: auto;
}

#calendar_page #filter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.edit_table {
    padding: 0px;
    margin: 0px;
    table-layout: collapse;
}



#valuation input {
    text-align: right;
}


div.icon_box p {
    margin-left: 10px;
    line-height: 17px !important;
}
p.icon_friend {
    padding-left: 25px;
    background: url("/images/icon_friend.jpg") no-repeat left center;
}

p.icon_message {
    padding-left: 25px;
    background: url("/images/icon_message.jpg") no-repeat left center;
}

p.icon_book {
    padding-left: 25px;
    background: url("/images/icon_book.jpg") no-repeat left center;
}

.longtip { }
.prototip .longtip { width: 400px; color: #fff; }
.prototip .longtip .toolbar { background: #0F6788; padding: 0; margin:0; border: 0;}
.prototip .longtip .title { padding: 0; margin:0; border: 0;}
.prototip .longtip .content {
    padding: 4px;
    margin: 0px;
    background:#F0F0F0 none repeat scroll 0%;
    border: 1px solid #999;
    color:black;
    overflow:hidden;
    position:relative;
    z-index:10;
    text-align: left;
    font: 11px Arial, Helvetica, sans-serif;
}

.prototip .html_div { width: auto; }
.prototip .html_div .toolbar { padding: 0; margin:0; border: 0;}
.prototip .html_div .title { padding: 0; margin:0; border: 0;}
.prototip .html_div .content {
    padding: 0px;
    margin: 0px;
    border: 0px;
    color:black;
    overflow:hidden;
    position:relative;
    z-index:0;
    text-align: left;
    background-color: #ffffe3;
}

.prototip .default { color: #fff; }
.prototip .default .toolbar { background: #0F6788; padding: 0; margin:0; border: 0;}
.prototip .default .title { padding: 0; margin:0; border: 0;}
.prototip .default .content {
    padding: 4px;
    margin: 0px;
    background:#F0F0F0 none repeat scroll 0%;
    border: 1px solid #999;
    color:black;
    overflow:hidden;
    position:relative;
    z-index:10;
    text-align: left;
    font: 11px Arial, Helvetica, sans-serif;
}

.search_checkboxes dt, .search_checkboxes dd {
    padding: 0px;
    margin: 0px;
}

.message_text textarea {
    width: 698px;
    height: 180px;
}

.invite_text textarea {
    height: 150px;
    width: 710px;
}

.event_text {
    height: 100px;
    width: 400px;
}


.idea_summary, .idea_summary dl, .idea_summary dd, .idea_summary dt, .idea_summary table {
    margin: 0px;
    border: 0px;
}

.idea_summary dt {
    font-weight: normal;
    color: black;
}
.idea_summary dd {
    font-size: 11px;
}

.idea_summary table {
  margin: 0;
}

.idea_return {
  float: right;
  margin-top: -15px;
  border: 1px solid #CCC;
  width: 144px;
  color: #000;
  text-align: center;
}
.idea_return a {
  text-decoration: none;
  color: #000;
}

.idea_return .green {
  background-color: #BBFF55;
}

.idea_return .red {
  background-color: #FF82A0;
}

.add_company_form, .add_company_form dl, .add_company_form dd, .add_company_form dt {
    margin: 0px;
    border: 0px;
}

.add_company_form dt {
    width: 150px;
    margin-bottom: 5px;
}

.add_company_form dd {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.labeled_form_100 dd {
    margin:0px 0px 5px 100px;
}

.labeled_form_100 dt {
    width: 100px;
}

.new_message {

}

.new_message table, td {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.new_message td input[type='text'] {
    width: 400px;
}

.new_message dl {
    margin: 0px;
    padding: 0px;
}

.new_message dt {
    line-height: 120%;
    float: left;
    width: 40px;
    text-align: right;
    margin: 0px 0px 5px 0px;
    padding: 0;
    padding-left: 10px;
    white-space: nowrap;
    clear: left;
    position: relative;
    color: #333;
    font-weight: normal;
    font-size: 11px;
}

.new_message dd {
    line-height: 120%;
    float: left;
    width: 300px;
    padding-left: 10px;
    margin: 0px 0px 5px 0px;
    padding-top: 0px;
    position: relative;
    font-size: 11px;

}

.basic_form {

}

.basic_form dd, dt, dl{
    padding: 0px;
    text-align:left;
}

/*.basic_form dl input {
border: 1px solid #ccc;
width: 200px;
}
*/

.basic_form dl {
    font-style:normal;
    font-weight: normal;
}

.basic_form dt {
    font-style:normal;
    color: #000;
    font-weight: normal;

}

/* Can be used for tables instead of dl/dd */
.form_table {padding-top: 3px; margin: 0px;}
.form_table td {padding-bottom: 6px;}
.form_table .left_col {width: 120px;}
.form_table .bottom_row {padding-bottom: 0px;}

.profile_edit_table td {
    margin-right: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

#idea_search_button, #idea_search_button input {
  /*height: 21px;*/
  height: 100%;
  vertical-align: bottom;
}
.header_link {
  float: right;
  width: 25%;
  /*margin-top: -15px;*/
}
.structural {
 position:absolute;
 left:-9999px;
  color: #E5E5E5;
}

.tab_links {
  text-align: left;
  padding: 2px 0px 4px 3px;
  border-bottom: 2px solid #C0C0C0;
}

.tab_links .active {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.tab_links .inactive {
  font-weight: normal;
  text-decoration: underline;
  color: #006699;
  cursor: pointer;
}

.active_content {
  display: block;
  visibility: visible;
}

.inactive_content {
  display: none;
  visibility: hidden;
}

.ratings {
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
}

.ratings #rating_form {
  float: right;
}

#rating_table { margin: 0; padding: 0; width: 100%; border-collapse: collapse; border: 0;}
#rating_table td { margin: 0; padding: 0; width: 33%; }

.header_action {
  float:right;
}

.header_action a {
  font-weight: normal;
  font-size: 10px;
/*  color: #666;*/
}

.header_action a:hover {
  color: #006699;
}