/* ===================================================================
     Videos
   ===================================================================
*/

.bottom_row td {
    padding-bottom: 30px;
}

#upload_results {
    width: 350px;
}

#upload_results td,
    #upload_results th {
    padding 2px 6px;
    font-size: 13px;
}

#upload_results th {
    font-weight: bold;
}

#upload_results .success {
    padding-left: 8px;
    font-style: italic;
}

#view_video_info {
    width: 600px;
    padding-top: 15px;
}

#view_video_info td,
    #view_video_info th{
    padding: 2px 0px;
    font-size: 14px;
}

#user_msg #msg {
    width: 600px;
    position:fixed;
    top:0px;
    left:auto;
    right: auto;
    margin-left:300px;

    background-color: blue;
    text-align:center;

    font-size:13px;
    font-weight:bold;

    color:#fff;
    border:0px;
    padding:10px 5px;
    display: none;
}

.gallery_item_holder {
  width: 390px;
}
.gallery_item_holder_left {
    background: black;
    background-image: url(/static_media/skin/headers/VideoGalleryBackground.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    overflow: hidden;
    width: 244px;
    height: 100%;
    margin-right: 10px;
    margin-left: 15px;
}


.gallery_item_holder_left .yt_gallery_list {
    background: none;
}

.gallery_item_holder h2, .gallery_item_holder_left h2 {
    padding: 4px 0px!important;
}



/* ===================================================================
     Search
   ===================================================================
*/


#search_area_holder {
    margin: 20px;
}

.search_item {
    padding: 10px;
    margin-bottom: 5px;
}

.search_item .title {
    font-size: 16px;
    font-weight: bold;
}

.search_item .ctype {
    font-style: italic;
    font-size: 14px;
    padding-left: 10px;
    color: red;
}

.search_item .content {
    font-size: 12px;
}

.search_item_separator {
    height: 1px;
    border-bottom: 1px solid #CFCFCF;
    width: 80%;
    padding: 10px 0px;
}

#feeds_list {
    margin: 10px 0px 20px 40px;
}

#feeds_list li {
    padding: 10px 0px;
}

#feeds_list li a {
    font-size: 20px;
    font-weight: bold;
}

#cms_login_link {
    text-align: right;
}

#cms_login_link a {
    color: #fff;
    font-weight: bold;
}

/* ===================================================================
     Gallery
   ===================================================================
*/

.yt_gallery_title {
  padding: 0 8px 0 8px;
  padding-top: 5px;
}

.yt_gallery_entry {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.gallery_item_holder th {
  background: #373737;
  color: red;
}

#cms_content_area .yt_gallery_list {
    background: none;
}

.yt_gallery_list {
  text-align: top;
  background: #4e4e4e;
  width: 635px;
}

#cms_admin_area .yt_gallery_thumbnail {
    padding-right: 10px!important;
}

#cms_admin_area .yt_gallery_thumbnail,
    #cms_admin_area .yt_gallery_entry_title {
    padding-bottom: 20px!important;
}

#cms_admin_area .yt_gallery_thumbnail .actions {
    text-align: center;
}

#cms_admin_area .yt_gallery_entry .label {
    font-weight: bold;
}

#cms_admin_area .yt_gallery_entry_title {
    font-size: 14px;
    font-weight: bold;
}

#cms_admin_area .yt_gallery_list td,
    #cms_admin_area .yt_gallery_entry_title {
    padding: 3px;
}



.yt_gallery_title .desc {
  padding-bottom: 5px;
}

.gallery_item_holder, .gallery_item_holder_left {
  margin-bottom: 10px;
}

.gallery_item_holder, .gallery_item_holder th, .gallery_item_holder_left,
.gallery_item_holder_left th {
  border-collapse: collapse;
  border: 1px solid grey;
}
/* ===================================================================
    Errors
 ===================================================================
*/

#form_errorbox h3 {
    color:#fff;
}

.error-alert {
  color: #B22222;
}

.errorlist {
  color: red;
  margin: 0;
  padding: 0;
    list-style-type: none;
}


ul.errorlist li {
    list-style-type: none;
    color:red;
    font-size:10px;
    text-align:left;
    padding:0px;
    margin:0px;
    border:0px;
}

ul.errorlist + input {
    background-color: #ffcac3;
}

td.error {
  padding:5px;
  padding-left:10px;
  text-align:left;
}


#form_error_area {
    width:500px;
    margin-left:auto;
    margin-right:auto;
}

#error_area_header {
    background-color:#B22222;
    color:#FFFAF0;
    padding:19px 6px;
    text-align:center;
    font-size:13px;
    font-weight:bold;
}

.error-alert {
  color: red;
}

ul.errorlist,
    .videoPan ul.errorlist {
  list-style-type: none;
  color: red;
  margin: 0;
  padding: 0;
}

ul.errorlist li {
    color:red;
    font-size:10px;
    text-align:left;
    padding:0px;
    margin:0px;
    border:0px;
    float: none;
    list-style-position: none;
    min-width: 0px;
    position: static;
}

ul.errorlist + input, ul.errorlist + select {
    background-color: #ffcac3;
}

#login_maindiv {
    background-color:black;
    height:768px;
}

#login_content_area {
    width:400px;
    height:300px;

    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    padding:20px;

    border: 1px solid #fff;
    background-color:#8f8f8f;
    color:#fff;
    position:relative;
    top:50px;
}

#login_frontend {
    width:400px;
    height:300px;

    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    padding:20px;

    color:#fff;
}

#login_content_area h1,
    #login_frontend h1 {
    color:#fff;
}

#login_content_area .errorlist li,
    #login_frontend .errorlist li {
    color:#850115;
    font-size:12px;
    padding-bottom:10px;
}

#login_content_area #login_welcome_text,
    #login_frontend #login_welcome_text {
    font-size:20px;
}

#login_content_area #login_label,
    #login_frontend, #login_label {
    font-size:12px;
    font-weight:bold;
}

#login_content_area form table td,
    #content_area form table td,
    #login_frontend form table td{
    padding: 4px 2px;
}

#authenticated_user {
    height: 50px;
    padding: 10px 0px 0px;
    color: #fff;
    font-weight: bold;
}

#page_list_holder #user_form {
    width: 500px;
}

#page_list_holder #user_form td,
    #page_list_holder #user_form th {
    padding: 12px 6px 12px 0px;
}

#page_list_holder ul.errorlist li,
    #page_list_holder p.errorlist {
    color: red;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px!important;
    font-size: 13px!important;
    text-decoration: underline;
}


#page_list_holder ul.errorlist + input {
    background-color: white;
}

#page_list_holder .password_table {
    width: 420px;
}

#page_list_holder #change_pass_table {
    width: 560px;
}


#poll_question_content {
    padding: 10px;
}

#poll_question_content .poll_question_title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 120%;
}

#poll_question_content ul,
    #poll_results ul {
    list-style-type: none;
}

#poll_question_content ul li {
    padding: 5px 0px;
    font-size: 14px;
}

#poll_question_content ul label {
    padding-left: 4px;
    font-style: italic;
}

#poll_question_content input#send_answer {
    padding: 5px;
    font-size: 14px;
}

#poll_results {
    display: none;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}

#poll_results ul li {
    padding: 5px 0px;
    font-size: 12px;
}

#poll_results li .answer {
    font-weight: bold;
    padding-right: 5px;
    color: #66CC00;
}

#poll_results li .perc {
    font-style: italic;
    color: #66CC00;
}

