body {
    background-color: #6e778e;
    font-size: 14px;
    font-family:"Arial Narrow", "Futura Condensed", Helvetica, sans-serif;
}

/*
#header {
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    align: center;
}
*/

#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    align: center;
    overflow: hidden;
}

#footer {
    margin-top: 0px;
}

/*
#footer {
    position: relative;
    float: none;
    width: 900px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 40px;
    border: 1px solid red;
}
*/


/* For answer confirmation/results page: */
#main {
    position: relative;
    float: right;
    width: 750px;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

div#userData {
    position: relative;
    float: left;
    width: 25%;
    vertical-align: top;
    align: top;
}

div#userData span {
    padding: 0;
    margin: 0;
    color: #cccc99;
    font-size: 18px;
}

div#answers {
    position: relative;
    float: left;
    width: 75%;
    color: #dcdcdc;
    vertical-align: top;
    align: top;
    padding: 0;
    margin: 0;
}

div#answers p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.yellow-line-answers {
    position: relative;
    float: left;
    width: 900px;
    height: 4px;
    background-color: #f4f08e;
    padding: 0;
    margin: 0;
}

.yellow-line {
    width: 900px;
    height: 4px;
    background-color: #f4f08e;
    padding: 0;
    margin: 0;
}

.blue-line {
    position: relative;
    float: left;
    width: 100%;
    height: 4px;
    background-color: #555a74;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

/*
div#header {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin: 0;
    padding-top: 12px;
    margin-bottom: 17px;
}*/

div#spanish_intro {
    position: relative;
    float: left;
    width: 530px;
    padding: 0;
    margin: 0;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

div#english_intro {
    position: relative;
    float: left;
    width: 345px;
    padding: 0;
    margin: 0;
    margin-left: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    /* margin-bottom: 10px; */
}

div#form {
    position: relative;
    float: left;
}

img#vyo_title, img#confirm_title {
    margin-bottom: 5px;
}

table#question_form {
    width: 880;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    border: none;
}

div#voice_personal_form {
    position: relative;
    float: left;
    padding-top: 24px;
    border-top: 4px solid #f4f08e;
}

table#voice_personal_form_table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

table#voice_personal_form_table td {
    background-color: #6e778e;
    padding: 10px;
    padding-bottom: 30px;
}

table#voice_personal_form_table td.title {
    padding: 0px;
    padding-right: 70px;
}

table#voice_personal_form_table td.answer_link {
    text-align: left;
}

table#voice_personal_form_dummy_table {
    width: 100%;
    border: none;
}

table#voice_personal_form_dummy_table td {
    background-color: #6e778e;
    text-align: right;
}

table#voice_personal_form_dummy_table td.answer_link {
    padding-left: 365px;
    width: 75%;
    text-align: left;
}

table#question_form th {
    background-color: #6e778e;

    vertical-align: top;
    text-align: center;
    width: 20%;
    padding: 0;
    margin: 0;
}

table#question_form th label {
    padding: 0;
    margin: 0;
}

table#question_form td {
    background-color: #6e778e;
    font-size: 14px;
    font-family:"Arial Narrow", "Futura Condensed", Helvetica, sans-serif;

    vertical-align: top;
    width: 75%;
    padding-bottom: 65px;
}

table#question_form td#last {
    padding-bottom: 0px;
}

table#question_form td p {
    padding: 0;
    margin: 0;
    padding-bottom: 7px;
    padding-top: 8px;
}

div#confirm_edit {
    position: relative;
    float: left;
}

table#confirm_edit_table {
    width: 900px;
    padding: 0;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 22px;
    border: none;
}

table#confirm_edit_table td {
    background-color: #6e778e;
    padding-left: 20px;
}

table#confirm_edit_table td#confirm_text {
    padding-left: 0;
    width: 600px;
}

img {
    border: none;
}

.spanish {
    color: #dcdcdc;
    font-size: 14px;
}

.english {
    color: #2d3c64;
    font-size: 14px;
}

h2.spanish {
    color: #dcdcdc;
    font-size: 24px;
    font-weight: bold;
}

h2.english {
    color: #2d3c64;
    font-size: 24px;
    font-weight: bold;
}

h3.spanish {
    color: #ffff99;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-bottom: 6px;
}

h3.english {
    color: #cccc99;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.spanish_intro {
    color: #ffff99;
    font-size: 18px;
}

.spanish_intro a {
    color: #ffff99;
    font-size: 18px;
}

.english_intro {
    color: #cccc99;
    font-size: 18px;
}

.english_intro a {
    color: #cccc99;
    font-size: 18px;
}

.spanish_question {
    color: #ffffff;
    font-size: 20px;
}

.english_question {
    color: #2d3c64;
    font-size: 20px;
}

textarea {
    border: 1px solid #555a74;
    background-color: #6e778e;
    color: #ffff99;
    font-family:"Arial Narrow", "Futura Condensed", Helvetica, sans-serif;
    font-size: 14px;
}

input {
    border: none;
    border-bottom: 1px solid #555a74;
    background-color: #6e778e;
    color: #ffff99;
    font-family:"Arial Narrow", "Futura Condensed", Helvetica, sans-serif;
    font-size: 13px;
    width: 150px;
}

input.submit {
    border: none;
    width: 165px;
}

.large {
    color: #555a74;
    font-size: 60px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.archive {
    color: #cccc99;
    font-size: 20px;
}

.pink-nav {
    color: #ff9999;
}

.spanish_footer {
    color: #dcdcdc;
    font-size: 13px;
}

.english_footer {
    color: #2d3c64;
    font-size: 13px;
}

.spanish_footer2 {
    color: #ffff99;
    font-size: 12px;
}

.spanish_footer2 a {
    color: #ffff99;
    font-size: 12px;
}

.english_footer2 {
    color: #cccc99;
    font-size: 12px;
}

.english_footer2 a {
    color: #cccc99;
    font-size: 12px;
}

div#fake_submit {
    position: relative;
    float: left;
    width: 900px;
    padding: 0px;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    border-top: 4px solid #f4f08e;
}

/*
div#footer {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
*/

div#footer-answer {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.error {
    color: #f66;
    font-weight: bold;
    font-size: 16px;
}

/* video search page */

div.jcarousel-container {
    background-color: #6e778e;
    border: none;
    border-bottom: 4px solid #f4f08e;
}

/* override jcarousel items... 
.jcarousel-item {
    width: 600px;
    height: 200px;
}
*/

table.video_search {
    border: none;
}

table.video_search td {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    background-color: #6e778e;
    font-size: 16px;
    padding-top: 12px;
    padding-right: 14px;
}

table.video_search span.spacer {
    padding-bottom: 14px;
    display: block;
}

table.video_search span.spacer-age {
    padding-bottom: 8px;
    display: block;
}

table.video_search td .spanish {
    color: #dcdcdc;
    font-size: 16px;
}

table.video_search td .english {
    color: #2d3c64;
    font-size: 16px;
}

table.video_search input {
    margin: 0px;
}

table.video_search td label {
    margin: 0px;
    margin-left: 12px;
    padding: 0px;
}

table.video_search td.question {
    width: 740px;
}

table.video_search td.title {
    text-align: right;
}

table.video_search td.title img {
}

input#reset {
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
}

img#search_form_toggle {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    left: 716px;
}


/* VIDEO THUMBS table */

table#video_thumbs {
    position: relative;
    border: none;
    padding: 0px;
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 18px;
    width: 910px;
    height: 1800px;
    left: -6px;
}

table#video_thumbs td {
    background-color: #6e778e;
    border: none;
    margin: 0px;
    padding: 0px;
    margin-right: 1px;
}

table#video_thumbs td img {
    border: 3px solid white;
}

table#video_thumbs td.spacer img, table#video_thumbs td.vertical_spacer img {
    border: none;
}

table#video_thumbs td.vertical_spacer {
    width: 2px;
}

/* single video page */

div#video_body {
    margin-top: 40px;
}

div#flash_movie {
    position: relative;
    float: left;
}

div#vid_data {
    width: 350px;
    position: relative;
    float: right;
}

div#vid_data_header {
    border-bottom: 4px solid #f4f08e;
    margin-bottom: 28px;
}

div#vid_data_header img {
    padding-bottom: 5px;
}

div#vid_info {
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
}

span.video_info_detail {
    display: block;
    color: #dcdcdc;
    font-size: 16px;
    margin-bottom: 22px;
}

div#vid_question_links {
    margin: 0px;
    padding: 0px;
    position: relative;
    float: right;
}

div#vid_question_links img.question_button {
    margin: 0px;
    padding: 0px;
    margin-bottom: 6px;
}

div#other_videos_header {
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    margin-top: 80px;
    margin-bottom: 6px;
}

div#other_videos {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 4px solid #f4f08e;
}

table#other_videos {
    background-color: #6e778e;
    border: none;
}

table#other_videos td {
    background-color: #6e778e;
    padding: 0px;
    padding-right: 24px;
}

table#other_videos td#last_random_vid {
    padding-right: 0px;
}

table#other_videos td img {
    padding: 0px;
    margin: 0px;
    border: 3px solid #fff;
}

