/* WWW: 200910091427 */

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    border-bottom: 1px solid #333333;
}

strong {
    color: #333333;
}

a:link {
    color: #00688B;
    text-decoration: none;
}

a:visited {
    color: #00688B;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.button_row {
    width: 100%;
}

.score {
    color: white;
    background: red none repeat scroll 0% 0%;
    padding: 3px 3px 3px 3px;
    min-width: 48px;
}

.score strong {
    color: white;
}

/* Suggestion Score */
 .score.suggestion {
     background: red;
     color: white;
     padding: 3px;
 }

.read {
    color: white;
    background: blue none repeat scroll 0% 0%;
    margin-left: 2px;
    padding: 3px 3px 3px 3px;
    width: 48px;
}

.read_button {
    color: white;
    background: blue none repeat scroll 0% 0%;
    padding: 3px 3px 3px 3px;
    min-width: 48px;
}

 a.read_button {
    color: white;
}

.like {
     padding: 3px;
     background: green; color: white;
     width: 48px;
     margin-left: 2px;
}

.like_button {
    color: white;
    background: green none repeat scroll 0% 0%;
    padding: 3px 3px 3px 3px;
    min-width: 48px;
}

a.like_button {
    color: white;
}

.dislike {
    padding: 3px;
    background: none; color: white;
    margin-left: 2px;
    width: 48px;
}

.dislike_button {
    color: white;
    background: gray none repeat scroll 0% 0%;
    padding: 3px 4px 3px 4px;
    min-width: 48px;
}

a.dislike_button {
    color: white;
}

.article_source {
    margin-top: 10px;
    margin-left: 2px;
}

html {
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: 30px 10px;
    font: 12px Verdana, Helvetica,sans-serif;
}

#head {
    height: 65px;
    background: rgb(0, 76, 120);
    margin-top: 40px;
    margin-bottom: 15px;
    background-image: url(/images/dark-blue-shadow.png);
    background-repeat: repeat-x;
}

#head_upper {
    background: rgb(30, 131, 194);
    height: 34px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: 70px;
    background-image: url(/images/light-blue-shadow.png);
    background-repeat: repeat-x;
}

#head_upper a {
    color: white;
    text-decoration: none;
    float: left;
    height: 24px;
    background-image: url(/images/grey-button-shadow.png);
    text-align: center;
    padding-top: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: -1px;
}

#head_upper a:hover, #head_upper a:active, #head_upper a:focus {
    background-image: url(/images/grey-button-shadow-pressed.png);
}

#head_upper a.selected {
    background-image: none;
}

#head_upper span {
    color: white;
    text-decoration: none;
    display: block;
    float: left;
    height: 24px;
/*     width: 100px; */
    text-align: center;
    padding-top: 10px;
/*     overflow: hidden; */
    padding-right: 8px;
    padding-left: 8px;
}

#head_upper .right {
    float: right;
}

#head_lower {
    margin-left: 70px;
    padding-top: 5px;
}

.flash {
    position: absolute;
    top: 0px;
    right: 15px;
    float: right;
    font-size: 12px;
    font-weight: bold;

}

#flash_notice {
    color: rgb(0, 76, 120);
}

#flash_error {
    color: red;
}

.edit_user label {
    float:left;
    width: 100px;
    text-align: right;
    margin-right: 15px;
}

/* rounded_top */

.rounded_top {
    background:url("/images/rounded_top/dgrey-white-lgrey.png") repeat-x left top #f8f8f8;
}

.rounded_top_border_l {
    background:url("/images/rounded_top/dgrey-white-lgrey-lr.png") repeat-y top left;
}

.rounded_top_border_r {
    background:url("/images/rounded_top/dgrey-white-lgrey-rl.png") repeat-y top right;
}

.rounded_top h1 {
    padding-top: 7px;
    padding-left: 12px;
    padding-bottom: 7px;
    margin: 0px;
    color: #333333;
    font-size: 120%;
    border: none;
}

.rounded_top .rounded_top_main {
    padding-top: 10px;
    padding-left: 10px;
    background:url("/images/rounded_top/fade-out.png") repeat-x left top #f8f8f8;
    border: 1px solid #e6e6e6;
}

.rounded_top_corner_tl {
    background:url("/images/rounded_top/corner-tl.png") top left no-repeat;
}

.rounded_top_corner_tr {
    background:url("/images/rounded_top/corner-tr.png") top right no-repeat;
}

.right_sidebar {
    clear:both;
    float:right;
    width:35%;
}

/* index content */
.introtext {
    position: relative;
    padding: 5px 15px 5px 0px;
    margin: 5px 5px 5px 5px;
    border: 0px solid #aaa;
}

.introtext > h1 {
    padding-top: 7px;
    padding-left: 0px;
    padding-bottom: 7px;
    margin: 0px;
    color: #333333;
    font-size: 120%;
    border: none;
}

/* other stuff */

.standard_width {
    width: 500px;
}

.standard_margin_top {
    margin-top: 20px;
}

.suggestions {
    float: right;
    width: 37%;
}

.sign_up {
    float: right;
    clear: both;
    margin-bottom: 20px;
    margin-right: 50px;
    width: 90%;
}

.register {
    width: 400px;
}

.register label {
    float:left;
    width: 150px;
    text-align: right;
    margin-right: 15px;
}



/* footer */

#footer {
    text-align: center;
    margin: 55px;
}

/* errors */

.fieldWithErrors input {
    padding: 2px;
    border:solid 1px red;
}

/* realm_cats */

.realm_cats li {
    list-style-type: none;
    margin-top: 3px;
}

.realm_cats ul h1 {
    padding-left: 0px;
    font-size: 110%;
}

.realm_cat_item {
    display: block;
    width: 500px;
    float: left;
}

.registration {
    position: relative;
    margin: 0 auto;
    width: 400px;
}

.registerform {
  position: relative;
  min-width: 400px;
  max-width: 400px;
  top: 10px;
}

.registerform_message {
    color: red;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    min-height: 25px;
}

.profile_box {
    margin-left: 70px;
}

.personal_data_box {
    float: left;
    clear: none;
    margin-right: 10px;
}

.personal_realm_cats_box {
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    clear: none;
    vertical-align: top;
}

#realm_cat_id {
    border: 1px groove rgb(205, 205, 205);
    background-color: rgb(255,255,255);
}

.register_button {
    float: right;
    clear: none;
}

input {
    border: 1px groove rgb(205, 205, 205);
    background-color: rgb(255,255,255);
}

.article_partial {
    border-bottom: 1px solid #AAAAAA;
    margin-top: 5px;
    margin-left: 7px;
    margin-right: 7px;
    padding-bottom: 15px;
    width: 99%;
}

.article_image {
    margin: 6px;
    height: 108px;
    float: left;
}

.article_suggestion {

}

.article_suggestion_anchor {
    margin-left: 3px;
}

.advertisement_container {
    margin-top: 10px;
}

#interests {
    width: 85%;
}

.profile_edit_global_interest {
    margin-left: 40px;
    width: 100%;
}

a#hide_main_interest_link {
    float: right;
    clear: none;
    margin-left: 100px;
    display: inline;
}

.reset_all_realms_button {
    text-align: right;
    margin-bottom: 5px;
    margin-right: 5px;
}

.index_content_container {
     float: left;
     background: white;
     border: 0px solid #aaa;
     width: 62%;
     padding: 0px;
     margin: 0px 0px;
}

.trainme_container {
    margin: 2px 10px 0px 50px;
    border: none;
}

.trainme_container h1 {
    border: none;
    text-align: center;
}

.trainme_message {

}

.trainme_button {
    font-size: 20px;
    margin: 5px auto;
    padding-top: 10px;
    text-align: center;
}

/* NEW */

.user_training_group_box {

}

.edit_training_group {

}

.edit_training_group_form_heading {

}

.edit_training_group_form_content {

}

.edit_training_group_form_content_heading {

}

.edit_training_group_form_content_elements {

}

.edit_training_group_form_field {

}

.edit_training_group_form_field_label {

}

.edit_training_group_form_field_content {

}

.edit_training_group_form_field_label_tag {

}

.edit_training_group_actionbar {

}

.edit_training_group_children {

}

.edit_training_group_select_child_to_add {

}

.training_groups_children_list_container {

}

.training_group_children_select_container {

}

.training_group_children_select_select_box {

}

.explanation_box {
    width: 360px;
    float: left;
    clear: none;
    margin-left: 10px;
}

.explanation_content {
    margin-right: 10px;
}

.news_training_explanation {
    float: right;
    clear: both;
}

.news_articles_container {
    width: 60%;
    float: left;
    clear: none;
}

.news_select_training_group_box_label {
    color: white;
    margin-right: 5px;
}

.news_select_training_group_box_explanation {
    color: white;
    margin-left: 5px;
}

.news_favicon_bar {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
}

.news_favicon_image {
    border: none;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    margin-left: 5px;
    padding-right: 0px;
}

.news_articles_container {}
.news_article_source {}
.news_article_source_favicon {}

.profile_subscribe_user_interest {
    float: left;
    display: block;
    clear: none;
    width: 100%;
}

.profile_subscribe_user_interest_heading {
	font-weight: bold;
    float: left;
    clear: none;
    display: inline;
}

.profile_subscribe_user_interest_toggle {
    float: right;
    display: block;
    clear: none;
}

.profile_subscribe_line_bottom {
    border-top: 1px solid #ccc;
    margin: 15px 0 15px 0;
}

.profile_subscribe_tg_interest {
	margin-right: 15px;
    float:right;
}

.profile_subscribe_tg_favicon_container {
    width: 16px;
    min-width: 16px;
    max-width: 16px;
}

.profile_subscribe_tg_favicon {
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    padding-right: 8px;
}

ul#News textarea {
	padding: 5px;
}

	ul#News input {
		margin: 5px 0 10px 0;
	}

.profile_subscription_training_groups {
    margin-top: 30px;

}
    
.profile_box_action_container {
    color: white;
}


a.profile_action_link {
    color: white;
}

    a.profile_action_link:visited {
        color: white;
    }

    a.profile_action_link:hover {
        color: white;
    }


.extension_links {
    padding: 3px;
    background: none; color: white;
    margin-left: 2px;
    width: 48px;
}

    .tweet_it_button {
        color: white;
        background: purple none repeat scroll 0% 0%;
        padding: 3px 4px 3px 4px;
        min-width: 48px;
    }

    a.tweet_it_button {
        color: white;
    }