@charset "utf-8";
 
* {
    font-family: Arial, Helmet, Freesans, sans-serif;
}
.back_btn
{
    background: url(left.png);
    background-repeat: no-repeat;
    display: block;
    width: 200px;
    height: 50px;
}
body {
    margin: 0px;
    background-color: #FFFFFF;
    font-size: 13px;
    color: #000;
}
form {
    margin: 0px;
    padding: 0px;
}
p {
    margin-top: 8px;
    margin-bottom: 8px;
}
a {
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}
table {
    font-size: 12px;
}
input {
    font-size: 12px;
}
@font-face {
    font-family: 'BPGArialCaps';
    src: url('fonts/bpg-arial-caps-webfont.eot');
    /* IE9 Compat Modes */
    
    src: url('fonts/bpg-arial-caps-webfont.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('fonts/bpg-arial-caps-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('fonts/bpg-arial-caps-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    
    url('fonts/bpg-arial-caps-webfont.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('fonts/bpg-arial-caps-webfont.svg#bpg_arial_capsregular') format('svg');
    /* Legacy iOS */
}
.clock-box {
    float: left;
    background: url("icon_time.png") #FFFFFF no-repeat 5px 4px;
    color: #808080;
    font-size: 10px;
    padding: 5px 8px 8px 25px;
    margin: 0 10px 0 0;
    text-align: center;
    height: 10px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 1px #CCCCCC;
    -moz-box-shadow: 0 0 1px #CCCCCC;
    -webkit-box-shadow: 0 0 1px #CCCCCC;
}
.background_1 {
    background: url(background_2.png);
    background-position: 50%;
    background-repeat: repeat-y;
}
.background_2 {
    background: url(background_1.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.header_back {
    /*background: url(top_back.jpg) repeat-x top;*/
}
.shadow #left {
    background: url(laft_shadow.png) repeat-y;
}
.shadow #bottom {
    background: url(bottom.png) left no-repeat;
}
#left_side {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 200px;
}
#main_content {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 940px;
}
#content {
    position: relative;
    top: 0px;
    left: 6px;
    float: left;
    overflow:hidden;
    width: 660px;
    padding-left: 10px;
}
#content_full {
    position: relative;
    display: block;
    padding-top: 2px;
}
#right_side {
    position: relative;
    top: 0px;
    float: left;
    width: 250px;
    margin-left: 15px;
}
.top #top_h {
    background: url(top_header.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.top #bottom_left {
    background: url(bottom_left_header.jpg);
    background-repeat: no-repeat;
}
.top #bottom_right {
    background: url(bottom_right_header.jpg);
    background-repeat: no-repeat;
}
.top #bottom_right table tr td {
    font-size: 0px;
}
.top_menu {
    float: left;
    margin-top: 4px;
    width: 140px;
    height: 25px;
    margin-left: 18px;
}
.top_menu #img {
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 6px;
    margin-right: 6px;
    background: url(tetri_j.png) no-repeat;
}
#text div h1 a {
    font-weight:bold;
    font-size: 12px;
    font-family: BPGArialCaps;
    color: #444444;
}
.top_menu #link {
    float: left;
    color: #444444;
    font-weight:bold;
    font-size: 12px;
    font-family: BPGArialCaps;
}
.top_menu #line {
    position: relative;
    float: left;
    margin-top: 8px;
    width: 130px;
}
.top_menu_checked {
    float: left;
    margin-top: 4px;
    width: 140px;
    height: 25px;
    font-size: 14px;
    margin-left: 18px;
}
.top_menu_checked #img {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    margin-right: 6px;
    background: url(mcvane_j.png) no-repeat;
}
.top_menu_checked #link {
    float: left;
    color: #444444;
    font-weight:bold;
    font-size: 12px;
    font-family: BPGArialCaps;
}
.top_menu_checked #line {
    float: left;
    margin-top: 8px;
    width: 130px;
}
.top_sub_menu {
    margin-top: 10px;
    border: 1px solid #DCDCDC;
        width: 940px;
}
.top_sub_menu a {
    font-family: BPGArialCaps;
    font-weight:bold;
    font-size: 12px;
    color: #444444;
}
.top_sub_menu #menu {
    position: relative;
    float: left;
    background: url(sub_menu_back.jpg);
        background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 14px;
    font-size: 14px;
}
.top_sub_menu #menu img {
    margin-top: 4px;
}
.search {
    background: url(search_background.jpg);
    background-repeat: no-repeat;
    margin-top: 10px;
}
.search #search_name {
    font-size: 10px;
    height: 19px;
    width: 145px;
    background: none;
    border: none;
}
.search #submit {
    margin-top: 5px;
    width: 11px;
    height: 11px;
    background: url(search.png) no-repeat;
    border: none;
    cursor: pointer;
}
.search #geo_key {} .left_menu {
    margin-top: 10px;
    border: 1px solid #DFDFDF;
}
.left_menu #top {
    background: url(menu_top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    color: #696969;
    font-size: 12px;
}
.aut_l {
    float: left;
    display: block;
    width: 130px;
    height: 27px;
    background: url(aut_l.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.reg_l {
    float: left;
    display: block;
    width: 115px;
    height: 27px;
    background: url(reg_l.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.edit_m {
    float: left;
    display: block;
    width: 110px;
    height: 24px;
    background: url(edit_l.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.out_m {
    float: left;
    display: block;
    width: 96px;
    height: 24px;
    background: url(out_l.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.login {
    margin-top: 10px;
    color: #222;
}
.login #save {
    margin-left: 2px 0 0 5px;
    padding: 0px;
    float: left;
    width: 15px;
    height: 15px;
}
.login label {
    cursor: pointer;
    color: #0CAD50;
    font-weight: bold;
}
.login_submit {
    width: 69px;
    height: 23px;
    background: url(login.jpg);
    background-repeat: no-repeat;
    border: none;
}
.input {
    font-size: 12px;
    width: 182px;
    height: 23px;
    margin: 0px;
    background: url(reg_back.jpg);
    background-repeat: no-repeat;
    border: none;
}
.input input {
    font-size: 12px;
    width: 170px;
    height: 17px;
    margin-top: 1px;
    padding: 1px;
    font-size: 12px;
    border: none;
    background: none;
    color: #707070;
}
.registration {
    margin-top: 10px;
    color: #707070;
}
.registration #security {
    float: left;
    width: 95px;
    height: 23px;
    margin-left: 0px;
    margin-top: 0px;
    background: url(security_back.jpg);
    background-repeat: no-repeat;
}
.registration #security input {
    font-size: 12px;
    width: 85px;
    height: 17px;
    margin-top: 1px;
    font-size: 12px;
    border: none;
    background: none;
    color: #707070;
}
.registration_submit {
    width: 103px;
    height: 23px;
    background: url(registration_submit.jpg);
    background-repeat: no-repeat;
    border: none;
}
.update_user {
    width: 103px;
    height: 23px;
    background: url(user_update.png);
    background-repeat: no-repeat;
    border: none;
}
.errors {
    font-size: 13px;
    color: red;
}
.news {
    position: relative;
    width: 99%;
    border: 1px solid #DBDBDB;
    background: url(2_news_back.jpg) repeat-x;
    background-color: #F1F1F1;
    background-position: top;
    margin-top: 10px;
    font-size: 12px;
}
.news #read_more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 78px;
    height: 21px;
    background: url(read_more.jpg);
    background-repeat: no-repeat;
}
.news #img {
    float: left;
    padding: 9px;
}
.news #text {
    margin-top: 9px;
    margin-bottom: 22px;
}
.news h1 {
    font-size: 12px;
}
.news a {
    color: #000;
    text-decoration: none;
}
.news a:hover {
    color: #333;
    text-decoration: underline;
}
.news_rows {
    border: 1px solid #DBDBDB;
    background: url(2_news_back.jpg) repeat-x;
    background-color: #F1F1F1;
    background-position: top;
    margin-left: 35px;
    margin-top: 10px;
    float: left;
    font-size: 12px;
}
.news_rows a {
    color: #000;
    text-decoration: none;
}
.news_rows h1 {
    font-size: 12px;
}
.news_rows a:hover {
    color: #333;
    text-decoration: underline;
}
.news_rows a p:hover {
    color: #000;
    text-decoration: underline;
}
.read_more {
    width: 78px;
    height: 21px;
    display: block;
    background: url(read_more.jpg) no-repeat;
}
.news_more {
    margin-top: 5px;
    font-size: 15px;
}
.news_more table {
    font-size: 14px;
}
.news_more #top {
    background: url(new_top_line.jpg);
    background-repeat: no-repeat;
}
.news_more #header {
    background: url(news_header.jpg);
    background-repeat: repeat-x;
}
.news_more #header h1 {
    float: left;
    margin-left: 7px;
    color: #444;
    font-size: 14px;
}
.news_more #news_left_top {
    float: left;
    width: 55px;
    height: 20px;
    background: url(news_left_top.jpg);
    background-repeat: no-repeat;
}
.news_more #news_left_top a {
    float: left;
    margin-left: 8px;
    margin-top: 2px;
}
.news_more #news_left_top_2 {
    float: left;
    height: 20px;
    background: url(news_left_top_2.jpg);
    background-repeat: repeat-x;
    color: #373737;
    font-size: 12px;
}
.news_more #news_left_top_2 div {
    margin-top: 2px;
}
.news_more #news_left_top_3 {
    float: left;
    width: 4px;
    height: 20px;
    background: url(news_left_top_3.jpg);
    background-repeat: no-repeat;
}
.news_more #news_right_top {
    float: right;
    width: 160px;
    height: 20px;
    background: url(news_right_top.jpg) no-repeat;
    color: #373737;
}
.abc_news {
    width: auto;
    margin-top: 10px;
}
.abc_news #title {
    padding: 0 20px;
    background: url(abc_news_title_center.png) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.abc_news #left {
    width: 40px;
    height: 26px;
    background: url(abc_news_title_left.png) no-repeat;
}
.abc_news #right {
    width: 40px;
    height: 26px;
    background: url(abc_news_title_right.png) no-repeat;
}
.abc_news #background {
    display: block;
    padding: 6px 0 6px 0;
    background: url(abc_news_background.png) repeat-y;
    text-align: center;
}
.abc_news #letter {
    display: block;
    width: 115px;
    font-size: 22px;
    padding: 8px 0 8px 0;
    color: #474747;
    background: url(abc_news_letter.png) no-repeat;
    text-align: center;
}
.abc_news a {
    font-size: 14px;
    margin-left: 7px;
}
.abc_news span {
    font-size: 14px;
    margin-left: 7px;
}
.abc_news #eng {
    font-family: arial;
    color: #474747;
}
.abc_news #news_title {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}
.abc_news #news_title a {
    font-size: 14px;
}
.abc_news img {
    position: relative;
    bottom: 2px;
}
.send_friend #name {
    position: relative;
    margin-left: 110px;
    width: 220px;
    height: 33px;
    background: url(guestbook_name.jpg);
    background-repeat: no-repeat;
}
.send_friend #name input {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 200px;
    height: 16px;
    background: none;
    border: none;
}
.send_friend #security {
    position: relative;
    float: left;
    margin-left: 4px;
    margin-top: 0px;
    width: 135px;
    height: 23px;
    border: none;
    background: url(security.png) no-repeat;
}
.send_friend #security input {
    position: absolute;
    left: 8px;
    top: 2px;
    width: 130px;
    height: 16px;
    background: none;
    border: none;
}
.send_friend #submit_mail {
    width: 160px;
    height: 33px;
    border: none;
    background: url(contact_submit.png) no-repeat;
}
.games {
    float: left;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 5px;
    padding: 5px;
    font-size: 13px;
}
.games #more {
    width: 120px;
    margin-top: 4px;
}
.games #more a {
    color: #000;
    text-decoration: none;
}
.games #more a:hover {
    color: #333;
    text-decoration: underline;
}
.gallery {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    padding: 4px;
    border: 1px solid #ccc;
        margin: 20px;
}
.gallery #more {
    width: 120px;
    margin-top: 4px;
}
.gallery #more a {
    text-decoration: none;
    text-transform:uppercase;
    color: #444444;
    font-family: BPGArialCaps;
    font-weight:bold;
    font-size: 12px;
}
.pictures {
    float: left;
    margin-left: 7px;
    margin-top: 7px;
}
.v_gallery {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 4px;
    border: 1px solid #ccc;
}
.v_gallery #more {
    text-decoration: none;
    color: #000;
}
.videos {
    float: left;
    margin-left: 2px;
    margin-top: 10px;
    padding: 4px;
    border: 1px solid #ccc;
}
.videos #more {
    text-decoration: none;
    color: #000;
}
.music {
    border: #DBDBDB 1px solid;
    margin-top: 10px;
    margin-left: 5px;
    float: left;
    font-size: 12px;
}
.music a {
    color: #000;
    text-decoration: none;
}
.music a:hover {
    color: #333;
    text-decoration: underline;
}
.video {
    border-top: #DBDBDB 1px solid;
    margin-top: 10px;
    padding: 5px 0 0 0;
    clear: both;
    font-size: 13px;
}
.video #short_text p {
    margin: 0px;
}
.video #img {
    float: left;
    padding: 2px;
}
.video #more {
    font-style: italic;
    clear: both;
}
.books {
    border-top: #CCC 1px solid;
    padding: 5px 0 0 0;
    margin-top: 10px;
    clear: both;
    font-size: 13px;
}
.books #img {
    float: left;
}
.books #short_text p {
    margin: 0px;
}
.books #more {
    font-style: italic;
    clear: both;
}
.test {
    border-top: #DBDBDB 1px solid;
    margin-top: 15px;
    padding-top: 5px;
    clear: both;
}
.test img {
    padding: 4px;
}
.test #short_text p {
    margin-top: 1px;
}
.test #img {
    float: left;
    padding: 2px 9px 2px 2px;
}
.test #read_more {
    font-weight: bold;
    text-decoration: none;
}
.test #read_more:hover {
    text-decoration: underline;
}
.questions #responses {
    float: left;
    clear: both;
}
.questions #responses input {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
}
.questions #responses label {
    float: left;
    margin-left: 5px;
}
.questions #responses label p {
    padding: 0px;
    margin: 0px;
}
.creation {
    border-top: #DBDBDB 1px solid;
    margin-top: 10px;
    clear: both;
    font-size: 13px;
}
.creation a {
    color: #000;
    text-decoration: none;
}
.creation a:hover {
    color: #333;
    text-decoration: underline;
}
.rating input {
    margin: 0px;
    padding: 0px;
    width: 15px;
    height: 15px;
}
.catalogue_border {
    position: relative;
    float: left;
    display: block;
    margin-top: 6px;
    width: 250px;
    height: 165px;
    background: url(catalogue_border.png) no-repeat;
        margin: 18px;
}
.catalogue_inside {
    position: relative;
    top: 8px;
    left: 7px;
    display: block;
    width: 235px;
    height: 149px;
    border: 1px solid #4f4f4f;
}
.catalogue_inside img {
    margin: 0 0 0 0;
    width: 235px;
    height: 128px;
    border: none;
}
.catalogue_inside #title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 235px;
    height: 21px;
    text-align: center;
    background: url(catalogue_title.png) repeat-y;
    z-index: 4;
}
.catalogue_inside #title a {
    font-size: 13px;
    color: #f2f2f2;
    display: block;
    margin-top: 5px;
}
.catalogue_border .catalogue_inside span {
    position: absolute;
    display: none;
    width: 235px;
    height: 149px;
    left: 0px;
    top: 0px;
    background: url(collage_glow.png);
    z-index: 5
}
.sub_catalogue_border {
    position: relative;
    float: left;
    display: block;
    margin: 7px 0 0 8px;
    width: 158px;
    height: 123px;
    background: url(sub_catalogue_border.png) no-repeat;
        margin: 16px;
}
.sub_catalogue_inside {
    position: relative;
    top: 4px;
    left: 4px;
    display: block;
    width: 148px;
    height: 113px;
    border: 1px solid #4f4f4f;
}
.sub_catalogue_inside img {
    margin: 0 0 0 0;
    width: 148px;
    height: 95px;
    border: none;
}
.sub_catalogue_inside #title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 148px;
    height: 18px;
    text-align: center;
    background: url(catalogue_title.png) repeat-y;
    z-index: 4;
}
.sub_catalogue_inside #title a {
    font-size: 12px;
    color: #f2f2f2;
    display: block;
    margin-top: 5px;
}
.sub_catalogue_border .sub_catalogue_inside span {
    position: absolute;
    display: none;
    width: 148px;
    height: 113px;
    left: 0px;
    top: 0px;
    background: url(sub_collage_glow.png);
    z-index: 5
}
.right_poll {
    border: 1px solid #DFDFDF;
    margin-top: 10px;
}
.right_poll #top {
    background: url(poll_top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    color: #696969;
    font-size: 12px;
}
.left_poll {
    border: 1px solid #DFDFDF;
    margin-top: 10px;
}
.left_poll #top {
    background: url(left_poll_top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    color: #696969;
    font-size: 12px;
}
.poll {
    width: 100%;
}
.poll #title {
    margin: 10px 10px 2px 2px;
    font-size: 12px;
    font-weight: bold;
    color: #019444;
    text-align: center;
}
.poll #formcontainer {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.poll #formcontainer #submit_panel {
    text-align: center;
}
.poll #formcontainer #radio_panel {
    margin-top: 4px;
    padding: 4px;
}
.poll #formcontainer #radio_panel > input {
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
}
.poll #formcontainer #radio_panel > label {
    margin-left: 5px;
    padding: 0px;
    font-size: 12px;
    color: #696969;
}
.poll #formcontainer #submit_panel {
    display: block;
    margin-top: 15px;
}
.poll #answer {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 12px;
    margin-left: 8px;
    color: #696969;
}
.poll #respons {
    margin-left: 8px;
    border: none;
    width: 90%;
    height: 12px;
    font-size: 5px;
    background: none;
}
.poll #respons div {
    font-size: 0px;
    height: 12px;
    background: #55C094;
    font-size: 5px;
}
.poll #formcontainer #submit_panel #submit {
    background: url(vote.jpg) no-repeat;
    border: none;
    width: 88px;
    height: 26px;
    font-size: 12px;
}
.poll #formcontainer #submit_panel #viewresult {
    margin-left: 6px;
    background: url(show_votes.jpg) no-repeat;
    border: none;
    width: 78px;
    height: 26px;
    font-size: 12px;
}
.poll #total_votes {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
    color: #666f7a;
}
.poll .loader {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
}
.lost_password #email {
    width: 160px;
    height: 14px;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #7F9DB9;
}
.lost_password #submit {
    width: 120px;
    height: 22px;
    font-size: 12px;
    background: #F2F2F2;
    border: 1px solid #7F9DB9;
}
.user_news {
    width: 568px;
    border: 1px solid #D4D4D4;
}
.user_news legend {
    margin-left: 10px;
    color: #000;
}
.user_news .inp {
    width: 200px;
    height: 16px;
    font-size: 12px;
    border: 1px solid #7F9DB9;
}
.user_news .inp:focus {
    background-color: #F4FAFF;
}
.guestbook #name {
    position: relative;
    width: 220px;
    height: 33px;
    background: url(guestbook_name.jpg) no-repeat;
}
.guestbook #name input {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 200px;
    height: 16px;
    background: none;
    border: none;
}
.guestbook #text {
    position: relative;
    width: 458px;
    height: 170px;
    background: url(guestbook_textarea.jpg) no-repeat;
}
.guestbook #text textarea {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 437px;
    height: 154px;
    font-size: 12px;
    border: none;
    background: none;
    overflow: hidden;
}
.guestbook #submit_guestbook {
    width: 160px;
    height: 33px;
    border: none;
    background: none;
    background: url(guestbook_submit.jpg) no-repeat;
}
.show_user {
    margin-left: 20px;
    margin-top: 10px;
}
.show_user img {
    float: left;
    padding: 2px;
}
.show_user #row {
    float: left;
    margin-top: 2px;
    width: 400px;
    padding: 2px;
}
.show_user #ST {
    float: left;
    width: 160px;
    font-weight: bold;
}
.show_user #ST2 {
    float: left;
    width: 80px;
    font-weight: bold;
}
.show_user #TT {
    float: left;
    width: 230px;
}
.comments {
    margin-top: 5px;
    border-top: 1px solid #ccc;
}
.comments div {
    font-size: 12px;
}
.select {
    width: 150px;
    height: 18px;
    font-size: 10px;
}
.contact #name {
    position: relative;
    width: 220px;
    height: 33px;
    background: url(guestbook_name.jpg);
    background-repeat: no-repeat;
}
.contact #name input {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 200px;
    height: 16px;
    background: none;
    border: none;
}
.contact #text {
    position: relative;
    width: 458px;
    height: 170px;
    background: url(guestbook_textarea.jpg);
    background-repeat: no-repeat;
}
.contact #text textarea {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 437px;
    height: 154px;
    font-size: 12px;
    border: none;
    background: none;
    overflow: hidden;
}
.contact #security {
    position: relative;
    float: left;
    margin-left: 4px;
    margin-top: 0px;
    width: 135px;
    height: 23px;
    border: none;
    background: url(security.png) no-repeat;
}
.contact #security input {
    position: absolute;
    left: 8px;
    top: 2px;
    width: 130px;
    height: 16px;
    background: none;
    border: none;
}
.contact #submit_mail {
    width: 160px;
    height: 33px;
    border: none;
    background: none;
    background: url(contact_submit.png) no-repeat;
}
.site_map {
    margin: 10px 0 10px 20px;
}
.site_map b {
    display: block;
    color: green;
    margin-top: 3px;
    margin-bottom: 3px;
}
.site_map a {
    text-decoration: none;
}
.site_map a:hover {
    text-decoration: underline;
}
.email {
    margin-top: 10px;
}
.email #email {
    border: none;
    width: 150px;
    height: 23px;
    padding: 2px;
    background: url(email_news_back.png) repeat-x;
    font-size: 12px;
    color: #5C5C5C;
}
.email #submit_add_email {
    width: 27px;
    height: 23px;
    background: url(email_news_submit.png) no-repeat;
    border: none;
    cursor: pointer;
}
.links {
    border: 1px solid #DFDFDF;
    margin-top: 10px;
}
.links table {
    clear: both;
}
.links #title {
    margin-left: 5px;
    color: #696969;
}
.links #top {
    background: url(top.png) no-repeat top center;
    background-repeat: no-repeat;
    background-position: top center;
    color: #3A3A3A;
    font-size: 12px;
}
.links a {
    background: white;
    color:#444444;
    display: block;
    position: relative;
    width: auto;
    padding: 4px 0;
    padding-left: 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    font-weight:bold;
    font-family: BPGArialCaps;
}
.pagination {
    font-size: 12px;
}
.pagination a {
    color: #000;
    margin-left: 2px;
    font-size: 12px;
    text-decoration: none;
}
.pagination a:hover {
    text-decoration: underline;
}
.pagination span {
    margin-left: 2px;
    color: #ccc;
}
.pagination b {
    margin-left: 2px;
}
.warning {
    background: url(warning.png) no-repeat center 10px;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 70px 10px 10px 10px;
	font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 10px auto 0 auto;
	box-sizing: border-box;
	color: #5C5C5C
}
.footer #top {
    background: url(footer_top.jpg) no-repeat center;
}
.footer #bottom {
    background: url(footer_bottom.jpg) no-repeat center;
}
.footer #copy p {
    margin: 0px;
    padding: 0px;
}
.footer #line {
    float: left;
    margin-top: 2px;
    width: 1px;
    height: 13px;
    border-right: 1px solid #45a162;
}
#submit {
    width: 140px;
    height: 22px;
    border: 1px solid #E8E8E8;
    border-top: 1px solid #00F279;
    background: #F9F9F9;
    cursor: pointer;
}
.tooltip {
    position: relative;
    cursor: help;
}
.tooltip-content {
    opacity: 0;
    visibility: hidden;
    font: 12px Arial, Helvetica;
    text-align: center;
    border-color: #aaa #555 #555 #aaa;
    border-style: solid;
    border-width: 1px;
    width: 150px;
    padding: 15px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -76px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, .1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(255, 255, 255, 0));
    -moz-box-shadow: 1px 1px 0 #555, 2px 2px 0 #555, 3px 3px 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 1px 1px 0 #555, 2px 2px 0 #555, 3px 3px 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 1px 1px 0 #555, 2px 2px 0 #555, 3px 3px 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: bottom .2s ease, opacity .2s ease;
    -moz-transition: bottom .2s ease, opacity .2s ease;
    -ms-transition: bottom .2s ease, opacity .2s ease;
    -o-transition: bottom .2s ease, opacity .2s ease;
    transition: bottom .2s ease, opacity .2s ease;
    z-index: 1000;
}
.tooltip-content:after,
.tooltip-content:before {
    border-right: 16px solid transparent;
    border-top: 15px solid #fff;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
.tooltip-content:before {
    border-right-width: 25px;
    border-top-color: #555;
    border-top-width: 15px;
    bottom: -15px;
}
.tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}


.errors_ol li {
	margin: 8px 0 0 0;
}