#resume_alert_box {
    background: #f3d9c0;
    border: 1px solid #e5b37e; 
    padding: 1em; 
    margin: 4px;
}

#resume_banner {
  background-color: #e0efd8;
  border: 1px solid #3b5900;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 10px;
}

.alert_heading {
    font-size: 18px;  
    font-weight: bold;  
}

#resume_rendered_html * {
    font-family: arial, helvetica;
    font-size: 12px;
}

#resume_rendered_html h1 {
    color: #33346C;
    font-size: 28px;
    margin: 0;
}

#resume_rendered_html br.clear {
    clear: both;
}

#resume_rendered_html .center {
    text-align: center;
}

#resume_rendered_html img {
    float: left; 
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

#resume_container {
    padding: 1em 2em;
}

#content_disclaimer {
    padding: 1em;
    text-align: center;
    font-family: arial, helvetica;
    font-size: 12px;
}

#saving {
    padding-left: 10px;
    padding-right: 10px;
}

.section_box h3 {
    margin: 0;
    font-size: 16px !important;
    color: #383838;
}

.section_box hr {
    height: 1px;
    text-align: left;
    color: #CCC;
    border: none;
    margin: 0 auto 0 0;
    border-bottom: 1px solid #CCC;
}

.section_box {
    padding: 0 1em 1.5em 1em;
}

.section_box th {
    vertical-align: top;
    text-align: left;
}

.section_box td {
    vertical-align: top;
    text-align: left;
}

.section_box ul {
    margin: 0;
}

.section_box table.credits {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}

.section_box table.credits td {
    padding-right: 2em;
    padding-bottom: 0.5em;
    width: 33%;
}

.section_header {
    border-collapse: collapse;
}

.section_header th {
    border-bottom: 1px solid #CCC;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.resume_box {
    padding: 1em;
    background: #FAFAEF;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding-top: 2px;
}

.nconst_url {
    padding-bottom: 2px;
    border-bottom: 1px solid #999;
}

#resume_logo_info_bar {
    padding-bottom: 10px;
}

#resume_view_first_header {
    width: 100%;
    height: 30px;
    padding-top: 10px;
}

.resume_view_header_right {
    float: right;
    text-align: right;
}

.resume_view_header_right img {
    padding-right: 15px;
}

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

ul.resume_section_multi_list li {
    padding-top: 0.5em;
}

.image_preview {
    margin: 0 1em 0 0.5em;
    float: left;
}

.preview_section_tools {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

#resume_header {
    padding-bottom: 2em;
}

.faded {
    filter: alpha(opacity=30);
    opacity: 0.30;
    -moz-opacity: 0.30;
}

a.imglink {
    text-decoration: none;
    border: none;
}

img.linkimg {
    border: none;
    padding: 0;
    margin: 0;
}

#enhance_text {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 12px;
}

#logo_cell {
    position: relative;
}

.pseudobutton {
    cursor: pointer;
}

#right_block {
    width: 300px;
    font-size: 1.1em;
    float: right;
}

#right_block .field {
    width: 90%;
}

#right_block .radio {
    float: left;
    width: 10%;
}


#right_block .radio_input {
    float: right;
    width: 90%;
}

#right_block .clear {
    clear: both;
}

#right_block img {
    border:none;
}

#right_block .login_box {
    width: 300px;
}

#right_block .login_top {
    background-image: url(/images/resume/login_box_top.jpg); 
    background-position: top left; 
    font-size: 1.2em; 
    font-weight: bold; 
    color: white;
    text-align: center; 
    white-space: nowrap;
    height: 27px;
    padding-top: 12px;
}

#right_block .login_bottom {
    height: 6px;
    font-size: 1px; /* IE6 needs this or it expands vertically */ 
    background-position: top left; 
    background-image: url(/images/resume/login_box_bottom.jpg);
}

#right_block .login_form {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 10px;
    text-align: left;
    width: 278px;
}

#right_block .login_form ul {
    margin-left: 10px;
    padding-left: 10px;
}

#login_help {
    text-align: right;
    margin-top: 0.5em;
}

#login_help .mini_pro {
  float: left;
}

.mini_pro a img {
  text-decoration: none;
  vertical-align: middle;
}

.linkasbutton-disabled {
    color: #ccc !important;
    background-image: none;
    background-color: #eee !important;
    border-color: #ccc !important;
    cursor: default;
}

/* A little extra emphasis for our wheel publish button */
a.publish-button {
    font-size: 11px;
    padding: 5px 25px;
}

input.linkasbutton-secondary {
    height: 25px;
    padding: 4px 6px !important;
}

.top-nav input.linkasbutton-secondary {
    vertical-align: top;
    width: 100%;
}


.social_networking {
    background: #fafaef;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #fafaef;
    float: right;
    padding: 0.5em;
    position: relative;
    right: 0.5em;
    top: -25px;
    width: auto;
}

#nconst_form_contents {
    width: 676px; 
    margin: auto;
}

#nconst_form_contents label {
    font-weight: normal;
}

.prefs_checkall {
    width: 125px;
}

.prefs_made_change {
    width: 310px;
}

