td {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.video_title {
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

#conf_caster_player {
    float:right;
    padding:10px;
}

.confirmation {
    font-weight: bold;
    color: #F2892F;
    font-size: 16px;
}

.right {
    text-align:right;
}

.center {
    text-align:center;
}

.page_heading {
    font-weight: bold;
    color: #F2892F;
    font-size: 16px;
}

.preview_image {
    cursor:pointer;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* application */

#cart {
    padding-bottom: 10px;
    float: right;
    width: 30%;
    text-align:right; }
    .cart_item_header {
        font-size:12px;
        font-weight: bold;
        border-bottom:1px black solid;
        color: black;
    }
    .cart_table {
        width:100%;
        border-collapse:collapse;
    }
    .cart_total_label, .cart_total_amount {
        font-weight:bold;
        font-size:20px;
    }
    .cart_total_amount {
        border-top: 3px black double;
        text-align:right;
    }
    .odd_cart_row, .even_cart_row{
        font-size: 12px;
        background-color:white;
        padding:3px;
    }
    .even_cart_row {
        background-color:#D3D3D3;
    }
    .cart_status_message {
        font-weight: bold;
        color: black;
        font-size:14px;
    }
    .added_link {
        color:green;
        font-weight:bold;
    }
    .cart_button {
        float: left;
        padding-right: 5px; }
        a.button_link:link, a.button_link:visited, a.button_link:hover, a.button_link:active, .inactive_button_link {
            background-color:#FFFFFF;
            line-height:30px;
            border:1px gray solid;
            padding:3px;
            text-decoration:none;
            color:black;
        }
        a.button_link:hover {
            background-color:#F2892F;
        }
        .inactive_button_link  {
            color:gray;
        }

/* payments */

#checkout {
    float: right;
}

#creditcards {
    float: left;
    margin-top: 14%;
    margin-left: -25%;
}

.property_name {
    font-weight: bold;
    width:100px;
    font-size: 14px;
}

.property_value {
    font-size: 14px;
}

.organization {
    float: left;
}

.logo {
    margin-left: 375px;;
    width: 200px;
}

.description {
    margin-left: 210px;

}

.section_subheader, .section_subheader_inactive{
    font-size: 14px;
    color:black;
    border:1px gray solid;
    border-top:1px black solid;
    border-right:1px black solid;
}

.section_subheader_inactive {
    color:gray;
    border:1px gray solid;
    background-color:#d3d3d3;
}

.active_step, #steps{
    color: blue;
    font-weight: bold;
    font-size: 15px;
}

#steps {
    color:gray;
}

.checkout_table {
    border-collapse:collapse;
    width:100%;
}

.tipHeader, .tipBody {
    width:400px;
    padding:3px;
    background: #F2892F;
    border:1px gray solid;
    color: black;
    font-weight: bold;
}

.tipBody {
    background: #FFFFFF;
    border-top: 0px;
    font-weight: normal;
    color:black;
}
a.tooltip {
    text-decoration:none;
    font-weight:bold;
}

.fieldWithErrors input {
    border:1px red solid;
    background-color:#FFC0CB;
}

.inactive_cart_link {
    color:gray;
}

.user_welcome {
    font-size: 10px;
    line-height:20px;
}

.view_content_player {
    float:left;
    border-right:3px #d3d3d3 solid;
    padding:10px;
    height:400px;
    width:340px;
}

.video_listing {
    overflow-y:scroll;
    height:400px;
}

.my_content_header {
    font-weight: bold;
    font-size: 14px;
    margin-left:5px;
}

.lc {
      float: left;
      clear: left;
      width: 50%;
}

.rc {
      float: right;
      clear: right;
      width: 50%;
}

/* tests */

.test_question textarea { 
  width: 100%;
  height: 3em;
  font-size: 1.1em;
}

.test_choice input {
  display:inline;
}

.test_choice input[type='text'] {
  width: 90%;  
  font-size: 1.1em;
}


