/****************************Custom Classes********************************/

.background_content_full {
    background-color        :       #FFFFFF;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       940px;
}

#background_feature {
    background-image        :       url('../images/background_feature.jpg');
    background-repeat       :       no-repeat;
    color                   :       #FFFFFF;
    height                  :       366px;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       940px;
}

.background_blog_feed {
    background-image        :       url('../images/background_blog_feed.jpg');
    background-repeat       :       repeat-y;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       340px;
}

.background_recent_updates {
    background-image        :       url('../images/background_recent_updates.jpg');
    background-repeat       :       repeat-y;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       340px;
}

.background_recent_media {
    background-image        :       url('../images/background_recent_media.jpg');
    background-repeat       :       repeat-y;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       260px;
}

.background_blog {
    background-image        :       url('../images/background_blog.jpg');
    background-repeat       :       repeat-y;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       690px;
}

.background_resolutions {
    background-image        :       url('../images/background_blog.jpg');
    background-repeat       :       repeat-y;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       690px;
}

.background_categories {
    background-color        :       #FFFFFF;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       260px;
}

.background_media_files {
    background-image        :       url('../images/background_media_files.jpg');
    background-repeat       :       repeat-y;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       928px;
}

.background_media_search {
    background-image        :       url('../images/background_media_search.jpg');
    background-repeat       :       no-repeat;
    height                  :       39px;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       928px;
}

.background_live {
    background-image        :       url('../images/background_live.jpg');
    background-repeat       :       repeat-y;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       940px;
}

.background_podcasts {
    background-image        :       url('../images/background_podcasts.jpg');
    background-repeat       :       repeat-y;
    padding                 :       0px 0px 0px 0px;
    text-align              :       left;
    width                   :       940px;
}

.div_space {
    height                  :       15px;
}

/*** Headers & Borders Classes ***/

.background_textbox {
    background-image        :       url('../images/background_textbox.jpg');
    background-repeat       :       no-repeat;
    height                  :       20px;
    width                   :       113px;
}

.border_none {
    border                  :       none 0px;
}

.border_grey {
    border                  :       solid 1px #989898;
}

.float_left {
    float                   :       left;
}

.float_right {
    float                   :       right;
}

.h1 {
    color                   :       #ba3c02;
    font-family             :       Times New Roman, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       26px;
    line-height             :       30px;
}

.h2 {
    color                   :       #4C4B4B;
    font-family             :       Times New Roman, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       17px;
}

.h3 {
    color                   :       #797979;
    font-family             :       Times New Roman, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
}

.h4 {
    color                   :       #4C4B4B;
    font-family             :       Times New Roman, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       20px;
}

.h5 {
    color                   :       #4C4B4B;
    font-family             :       Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
    font-weight             :       bold;
}

.table_media_thumb {
    background-color        :       #FFFFFF;
    padding                 :       0px 10px 5px 10px;
    width                   :       205px;
}

.td_media_thumb {
    padding                 :       10px 0px 0px 0px;
    width                   :       205px;
}

.media_thumb {
    height                  :       115px;
    width                   :       205px;
}

/*** ASP.NET Classes ***/

.dropdown {
    background-color        :       #F6F6F7;
    color                   :       #747474;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
}

.textbox_signup {
    background-color        :       #FFFFFF;
    border                  :       solid 1px #CDCDCD;
    color                   :       #6F6F6F;
    font-family             :       Arial, Helvetica, Georgia, Verdana, sans-serif;
    font-size               :       11px;
    margin                  :       0px 0px 0px 0px;
    padding                 :       0px 0px 0px 2px;
    width                   :       100px;
}

.textbox_small {
    background-color        :       #FFFFFF;
    border                  :       solid 1px #CDCDCD;
    color                   :       #6F6F6F;
    font-family             :       Arial, Helvetica, Georgia, Verdana, sans-serif;
    font-size               :       13px;
    margin                  :       0px 0px 0px 0px;
    padding                 :       0px 0px 0px 2px;
    width                   :       100px;
}

.textbox {
    background-color        :       #FFFFFF;
    border                  :       solid 1px #7F9DB9;
    font-family             :       Arial, Helvetica, Georgia, Verdana, sans-serif;
    font-size               :       22px;
    font-weight             :       normal;
}

.textbox_search {
    background-color        :       Transparent;
    border                  :       none 0px;
    color                   :       #6F6F6F;
    font-family             :       Arial, Helvetica, Georgia, Verdana, sans-serif;
    font-size               :       12px;
    margin                  :       0px 0px 0px 0px;
    padding                 :       0px 0px 0px 0px;
    width                   :       140px;
}