/* styles for main (index) page */
#main {
    width: 950px;
}

DIV,TD {
    text-align: left;
    vertical-align: top;
    font: normal 11px Arial;
}

a {
    color: #0D6597;
}

a:hover {
    text-decoration: none;
}

A img {
    border: none;
    cursor: pointer;
    cursor: hand;
}

a div {
    cursor: pointer;
    cursor: hand;
}

a.non {
    text-decoration: none;
}

a.yellow {
    color: #EB6324;
}

#top_banner { /*border: solid 1px black;*/
    
}

#top {
    margin: 25px 0px 21px 0px;
}

.rightcolumn {
    width: 202px;
    padding: 2px 0 0 23px;
}

.datetime {
    margin-top: 2px;
    float: right;
    width: 130px;
    text-align: left;
    font: bold 11px Arial;
    color: #535353;
}

.logo {
    margin: 0px 0px 3px 0px;
}

.menu {
    margin-bottom: 3px;
    margin-top: 7px;
}

.menu A {
    color: #0D6597;
    font: bold 15px Arial;
    margin: 0 1px;
}

.anons {
    background-image: url(/ima/anons.gif);
    width: 726px;
    height: 79px;
    color: #004873;
    margin-bottom: 9px;
    overflow: hidden;
}

.anons a {
    text-decoration: none;
}

.anons .title {
	margin-top: 6px;
    width: 160px;
    float: left;
    display: block;
}
.anons .title DIV {
    padding-left: 14px;
}

.anons .subtitle {
    clear: both;
    padding: 20px 0px 0px 0px;
    text-align: center;
    font: bold 15px Arial;
}

.leftcolumn {
    width: 210px;
    padding-right: 10px;
}

.right_block {
    width: 200px;
}

.right_block IMG.portrait {
    margin-right: 10px;
}

.right_block .position {
    color: #999999;
    font: bold 11px Arial;
    margin: 25px 0 0 0;
    height: 40px;
}

.right_block .date {
    color: #666666;
    font: bold 11px Arial;
}

.right_block .contents {
    color: black;
    padding-top: 15px; 
}

.leftcolumn IMG.portrait {
    margin-right: 10px;
}

.leftcolumn .position {
    color: #999999;
    font: bold 11px Arial;
    margin: 25px 0 0 0;
    height: 40px;
}

.leftcolumn .date {
    color: #666666;
    font: bold 11px Arial;
}

.leftcolumn .contents {
    color: black;
    margin-top: 5px;
}

html>body .leftcolumn .contents {
    padding: 10px 0 0 0;
}

.tabs {
    width: 200px;
}

.tabs .active,.tabs .inactive {
    width: 66px;
    height: 33px;
}

.tabs .inner {
    text-align: center;
    font: normal 12px Arial;
    padding-top: 5px;
}

.tabs .active {
    background-image: url(/ima/tab_active.jpg);
    background-repeat: no-repeat;
    float: left;
}

.tabs .inactive {
    background-image: url(/ima/tab_inactive.jpg);
    background-repeat: no-repeat;
    float: left;
}

.tabs .active A {
    color: white;
    text-decoration: none;
}

.tabs .inactive A,#tabcontent A {
    color: #0D6597;
}

#tabcontent {
    background-color: #D5EAF4;
    width: 198px;
    clear: both;
}

#tabcontent UL {
    margin: 0 0 0 0;
    padding: 1px 5px 10px 15px;
}

#tabcontent LI {
    list-style: none;
    margin-top: 10px;
}

#tabcontent A {
    font: normal 11px Arial;
}

#tabbottom {
    background: white url(/ima/bestseller_bottom.jpg) no-repeat;
    height: 7px;
    width: 198px;
}

H1 {
    font: bold 16px Arial;
    margin: 0px 0 5px 0;
    padding: 0 0 0 0;
}

h1.underline {
    background: url(/ima/h1-bg.gif) bottom repeat-x;
    text-transform: uppercase;
}

h1.underline span {
    background: #fff;
    padding-right: 5px;
}

h1.underline span a {
    text-decoration: none;
    color: black;
}

H2 {
    font: bold 14px Arial;
    margin: 5px 0 5px 0;
}

HR {
    color: #CCCCCC;
    border: solid 1px #CCCCCC;
    background-color: #CCCCCC;
    margin: 0 0 0 0;
}

.subscribe {
    height: 35px;
    background: url(/ima/subscribe_bg.jpg) no-repeat;
    margin: 2px 0 5px 0;
}

.subscribe INPUT {
    background: transparent;
    height: 27px;
    width: 172px;
    border: none;
    font: normal 11px arial;
    padding: 2px 0 0 5px;
    color: #848383;
}

html>body .subscribe INPUT {
    padding-top: 0px;
    margin-top: -1px;
}

.objectively {
    width: 500px;
    margin-right: 4px;
}

.calendar {
    width: 100%;
    padding-top: 5px;
    border: none;
}

.calendar TD {
    text-align: center;
    width: 22px;
    padding-top: 6px;
}

html>body .calendar TD { /*FF hack*/
    padding-top: 3px;
    font-weight: bold;
}

.calendar TR {
    height: 24px;
}

.calendar TR.head td {
    height: 27px;
}

.calendar TD A {
    color: #005FA2;
    font-weight: bold;
}

.calendar .head TD {
    height: 25px;
    font: bold 12px Arial;
}

.calendar .today {
    background: url(/ima/calendar_today.jpg) no-repeat left center;
}

html>body .calendar .today { /* FF hack */
    background-position: center top;
}

.calendar_dropdown {
    text-align: center;
    background-image: url(/ima/calendar_dropdown_bg.jpg);
    width: 112px;
    height: 24px;
    border: none;
    padding-top: 2px;
}

.b {
    border: solid 1px black;
}

.black {
    color: black;
}

h1.black {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 2px solid #ccc;
}

h1.black a {
    text-decoration: none;
    color: #000;
}

.red {
    color: #BA0000;
}

.darkblue {
    color: #005FA2;
}

.cl {
    clear: both;
}

.centercolumn {
    padding: 16px 0 0 0px;
}

.topnews .title A {
    color: #005FA2;
    font: bold 16px Arial;
}

.topnews .title {
    margin: 0 0 5px 0;
}

.topnews .content {
    font: normal 11px arial;
}

.topnews .img {
    width: 220px;
    height: 150px;
    overflow-y: hidden;
}

.topnews .imgbottom {
    background: url(/ima/img_bottom.jpg) no-repeat top left;
    width: 220px;
    height: 15px;
    text-align: right;
    font: normal 10px arial;
    color: #C5DAE6;
}

.newscategory {
    position: relative;
    top: -19px;
    left: -5px;
    width: 81px;
    height: 15px;
    text-align: center;
    font: normal 10px tahoma;
    background-image: url(/ima/news_category_bg.gif);
    background-color: transparent;
}

.newscategory a {
    color: #000;
    text-decoration: none;
}

.newscategory_long {
    position: relative;
    top: -19px;
    left: -5px;
    width: 110px;
    height: 15px;
    text-align: center;
    font: normal 10px tahoma;
    background-image: url(/ima/news_category_bg_long.gif);
    background-color: transparent;
}

.newscategory_long a {
    color: #000;
    text-decoration: none;
}

.news {
    width: 157px;
    float: left;
    margin-bottom: 10px;
}

.news_center {
    margin: 0 15px;
}

.news .img {
    height: 89px;
    overflow-y: hidden;
}

.news .title {
    color: #005FA2;
    font: bold 12px tahoma;
    margin: 0 5px 7px 0;
}

.news .imgbottom {
    background: url(/ima/img_bottom.jpg) no-repeat -65px 0px;
    width: 155px;
    height: 15px;
    text-align: right;
    font: normal 10px arial;
    color: #C5DAE6;
}

.news .contents {
    font: normal 11px arial;
    position: relative;
    top: -8px;
    margin-right: 8px;
}

.objectively .title {
    text-align: center;
    height: 23px;
    overflow: hidden;
}

.objectively .titlebg DIV {
    background-color: #B3B09A;
    font: bold 14px Arial;
    padding: 7px 0 7px 0;
    text-align: center;
    color: #fff;
}

.objectively .main {
    background-color: #EFEDDF;
    padding-bottom: 8px;
    width: 500px;
}

h2.subscribe-h2 {
    margin: 8px 0 10px 0;
}

.main-block .objectively {
    width: 100%;
}

.main-block .objectively .main {
    width: 100%;
}

.objectively .official,.objectively .other {
    float: left;
    width: 244px;
}

html>body .objectively .official,html>body .objectively .other {
    width: 237px;
}

.objectively .stamp {
    text-align: left;
    margin-bottom: 3px;
}

.objectively .official,.objectively .other {
    padding-left: 10px;
    font: bold 14px Arial;
}

.objectively .img {
    float: left;
}

.objectively .content {
    clear: both;
    padding-top: 7px;
}

.exchange {
    width: 500px;
}

.exchange .currency {
    float: left;
    width: 250px;
    padding: 0px 0;
    border-bottom: solid 1px #666666;
    font: normal 12px Arial;
}

.exchange .darkblue {
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 3px solid #CCCCCC;
}

.exchange .no-border {
    border: 0px;
}

.currency .img {
    float: left;
    width: 25px;
}

.currency .title {
    float: left;
    margin: 3px 0 0 0;
    width: 150px;
    color: #666666;
    font-size: 12px;
}

.currency .rate {
    float: left;
    margin: 3px 0 0 0;
    color: black;
    width: 73px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

a.yellow,.yellow {
    color: #EB6324;
}

.rightbuttons {
    margin-bottom: 12px;
    margin-top: 4px;
}

.rightbuttons A {
    font: bold 11px Arial;
}

.search {
    background: transparent url(/ima/search_bg.jpg) no-repeat;
    width: 202px;
    margin-bottom: -5px;
}

.search INPUT {
    background-color: transparent;
    width: 175px;
    height: 28px;
    border: none;
    padding: 6px 0 0 5px;
    font: normal 11px arial;
    color: #848383;
}

html>body .search INPUT {
    padding-top: 0px;
    margin-top: -1px;
}

.rightnews {
	margin-right: 8px;
}
.rightnews .rnews {
    background: transparent url(/ima/graybullet.gif) no-repeat top left;
    padding: 0 0 5px 10px;
}

.rightnews a {
    text-decoration: none;
}

.whoiswho .head {
    background: white url(/ima/whoiswho.jpg) no-repeat;
    width: 200px;
    height: 12px;
    margin-bottom: -1px;
}

html>body .whoiswho .head {
    margin-bottom: 0px;
}

.whoiswho .title {
    background-color: #ABBAC2;
    width: 200px;
    margin-bottom: 1px;
}

.whoiswho .title DIV {
    font: bold 14px Arial;
    color: white;
    padding: 4px 10px 4px 15px;
}

.whoiswho .content {
    background-color: #E1E4E6;
    width: 200px;
}

.whoiswho .inner {
    padding: 5px 15px 5px 15px;
}

.whoiswho .date {
    font-size: 10px;
    padding: 3px 0 3px 0;
}

.whoiswho .text {
    color: #0D6597;
    font-size: 11px;
}

.poll .head {
    color: #535353;
    font: bold 16px Arial;
}

.poll .quest {
    color: #0D6597;
    font: bold 11px Arial;
}

* html .poll .quest {
    margin-top: -5px;
}

.poll .answer {
    background: transparent url(/ima/poll_ans_bg.gif) no-repeat top left;
    width: 200px;
    height: 33px;
    vertical-align: middle;
}

.poll .answer DIV {
    padding: 0px 0 0px 8px;
    width: 190px;
}

.poll .results {
    background-color: #fff;
    width: 115px;
    padding-right: 2px;
}

.poll .results DIV {
    background: transparent url(/ima/poll_all_bg.gif) no-repeat top center;
    padding: 4px 0px 5px 0px;
    width: 115px;
    text-align: center;
    font: bold 12px arial;
    margin: 1px 0 1px 0;
}

.poll .submit {
    width: 82px;
}

.poll .results_wide {
    margin-top: 2px 0 1px 0;
    background-color: #fff;
    width: 200px;
    height: 35px;
}

.poll .results_wide DIV {
    background: transparent url(/ima/poll_all_bg_wide.gif) no-repeat top
        left;
    padding: 4px 0px 8px 0px;
    margin: none;
    width: 200px;
    text-align: center;
    font: bold 12px arial;
    margin-left: 1px;
}

.victorina {
    width: 200px;
}

.victorina .head {
    font: bold 16px Arial;
    color: #535353;
}

.victorina .top {
    background: transparent url(/ima/victorina_top.jpg) no-repeat top left;
    width: 200px;
    height: 10px;
    line-height: 10px;
}

.victorina .bottom {
    background: transparent url(/ima/victorina_bottom.jpg) no-repeat top
        left;
    width: 200px;
    height: 10px;
    line-height: 10px;
}

.victorina .text {
    background-color: #E9E9E9;
    padding: 0 10px;
    margin: -3px 0 -1px 0;
}

html>body .victorina .text {
    margin: 0;
}

.victorina .text .inner {
    padding: 0 5px 0 10px;
}

.victorina .participate {
    float: left;
    background: transparent url(/ima/btn_bg.gif) no-repeat top left;
    height: 25px;
    width: 112px;
}

.victorina .participate DIV {
    padding: 5px 0 5px 0;
    text-align: center;
    font: bold 12px arial;
}

.results_wide a,.participate a {
    text-decoration: none;
}

#bottom {
    margin: 10px 0 10px 0;
    background: white url(/ima/bottom.gif) no-repeat top left;
    width: 950px;
    height: 97px;
    color: #4A4A4A;
}

#bottom DIV {
    padding: 25px 0 25px 25px;
}

#bottom p {
    margin: 0;
}

#bottom A {
    font: bold 11px Arial;
    color: #005FA2;
}

.best ul {
    display: none;
}

.best ul.display {
    display: block;
}

#gallery_page a {
    color: #0d6597;
    background: #d5eaf4;
    padding: 0 5px;
    margin-right: 1px;
    font-size: 12px;
    text-decoration: none;
}

#gallery_page a.selected {
    color: #fff;
    background: #0d6597;
}

.main-content *  {
    font-size: 14px;
}

.main-content p {
    margin-left: 50px;
}

.no-news p {
    margin-left: 0;
}

.main-content p.dedic_p {
    display: block;
    float: left;
    background: #D6EAF5;
    padding: 20px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 25px;
    margin-bottom: 20px;
    width: 40%;
}

.persons-comment-p p {
    margin: 0;
}

#call .darkblue {
    font-size: 16px;
}

.person_video {
    position: absolute;
    top: 80px;
    left: 75px;
}

.person_p p {
    margin-top: 0;
}

.person_name {
    color: #005FA2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#tags {
    margin-top: 8px;
    width: 735px;
    background: #d5eaf4 url(/ima/tag_r_top.gif) top right no-repeat;
}

    #tags .lvl1 {
        background: url(/ima/tag_l_top.gif) top left no-repeat;
    }

        #tags .lvl1 .lvl2 {
            background: url(/ima/tag_l_bottom.gif) bottom left no-repeat;
        }

            #tags .lvl1 .lvl2 .lvl3 {
                height: 37px;
                background: url(/ima/tag_r_bottom.gif) bottom right no-repeat;
                padding: 13px 14px 0px 14px;
            }
                .lvl3 a:link, .lvl3 a:active, .lvl3 a:visited {
                    font-family: Arial, Verdana;
                    font-size:13px;
                    font-size-adjust:none;
                    font-stretch:normal;
                    font-style:normal;
                    font-variant:normal;
                    font-weight:bold;
                    line-height:normal;
                    color: #5b5b5b;
                    margin: 0px 1px 0px 1px;
                }
                
                .lvl3 a:hover {
                    text-decoration: none;
                }

