* { padding: 0; margin: 0; }

body {
 background: url("../images/body-bkg.jpg") no-repeat top center;
 font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 20px;
}
#wrapper { 
 margin: 0 auto;
 width: 970px;
 direction: rtl;
 /*border: 1px dashed red;*/
}
#header {
 height: 150px;
 width: 970px;
 overflow: hidden;
 margin: 5px 0 0 0;
 background: url("../images/header.jpg") no-repeat top center;
 background-color:#fff;
 text-align: left;
}
#leftcolumn { 
 float: left;
 color: #333;
 min-height: 350px;
 width: 216px;
 /*padding: 10px;*/
 /*border: 1px solid #ededed;*/
 margin: 0px 25px 10px 0px;
 background:#fff;
}
#content { 
 display: inline;
 float: left;
 color: #333;
 min-height: 350px;
 width: 488px;
 /*padding: 10px;*/
 /*border: 1px solid #bbb;*/
 margin: 0px 25px 10px 0px;
 background:#fff;
}
#rightcolumn { 
 float: left;
 color: #333;
 min-height: 350px;
 width: 216px;
 /*padding: 10px;*/
 /*border: 1px solid #bbb;*/
 margin: 0px 0px 10px 0px;
 background:#fff;
}
#footer { 
 clear: both;
 /*color: #333;*/
 width: 970px;
 padding: 20px 0 10px 0;
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 10px 0px;
 /*background-color:#F3F2ED;*/
}


/*
---------------
HEADER ELEMENTS
---------------
*/
/*#navbar {
    height: 20px;
    padding: 0 0 7px 0;
    background: url("../images/tabs.png") no-repeat bottom right;
    direction: ltr;
}*/
#navbar {
    width: 970px;
    height: 50px;
    background: url(../images/navbar_bg.png) bottom center no-repeat;
}



/*
----------------------
LEFT COLUMN'S ELEMENTS
----------------------
*/
#radio {
    height: 214px;
    background: url("../images/radio_left_1.png") no-repeat top center;
    border: 1px solid #4ebaff;
    overflow: hidden;
    /*border-bottom: 2px solid #4ebaff;*/
}
#programs_schedule {
    min-height: 220px;
    background: url("../images/schedule_left_2.png") no-repeat top center;
    border: 1px solid #8cc63e;
    margin: 15px 0 0 0;
}
#programs_schedule ul {
    margin: 45px 25px 0 0;
}
#programs_schedule ul li {
    padding: 0 0 5px 0;
}
.more {
    display: block;
    text-align: left;
    font-size: 12px;
}
.more_news_details {
    display: block;
    text-align: left;
    font-size: 10px;
    margin: -7px 0 7px 0;
}
.more_news_details a {
    color: #2167FF;
    padding-bottom: 2px;
    border-bottom: 1px solid #2167FF;
}
.more_news_details a:hover {
    border-bottom: none;
    text-decoration: none;
}
a {
    outline: none;
    color:blue;
    text-decoration: none;
}
a img {
    border: none;
}
.more a:visited {
    text-decoration: none;
    color: #A54DDF;
}
.more a:hover {
    text-decoration: underline;
}
#left_column_ad_1 {/* 160x600 ad */
    height: 600px;
    margin: 15px 27px 0 27px;
    border: 1px solid #eee;
}
#left_column_ad_1 img {
/*    border: 1px solid #ccc;*/
/*    margin: 0 27px;*/
}
#chat {
    min-height: 55px;
    padding: 60px 7px 0 7px;
    border: 1px solid #26A8AA;
    margin: 15px 0 0 0;
    background: url("../images/chat_left_3.png") no-repeat top center;
}
#mailing_list {
    min-height: 65px;
    padding: 50px 7px 0 7px;
    border: 1px solid #964abc;
    margin: 15px 0 0 0;
    background: url("../images/mailing_list.png") no-repeat top center;
}




/*
----------------------
RIGHT COLUMN'S ELEMENTS
----------------------
*/
#login {
    height: 100px;
    background: url("../images/login_right_1.png") no-repeat top center;
    border: 1px solid #fc575e;
    padding: 50px 5px 0 5px;
    direction: ltr;
    /*border-bottom: 2px solid #8cc63e;*/
}
#right_column_ad_1 {/* 200x200 ad */
    height: 200px;
    width: 200px;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
}
#right_column_ad_1 img {
    /*border: 1px solid #ccc;*/
/*    margin: 7px;*/
    overflow: hidden;
}
#our_news {
    min-height: 250px;
    background: url("../images/our_news_right_2.png") no-repeat top center;
    border: 1px solid #FF3B7C;  /*#fcc338*/
    margin: 15px 0 0 0;
    padding: 40px 0 0 0;
    direction: ltr;
}
#our_news ul {
    list-style: none;
    margin: 50px 10px 0 5px;
}
#our_news ul li {
    /*clear: both;*/
    margin: 0 0 20px 0;
    /*border: 1px dashed red;*/
    min-height: 50px;
}
#our_news ul li img {
    float: right;
    padding: 1px;
    border: 1px dotted #ccc;
    margin: 0 0 0 10px;
}
#poll {
    min-height: 155px;
    background: url("../images/poll_right_3.png") no-repeat top center;
    padding: 50px 5px 10px 10px;
    border: 1px solid #fbb406;
    margin: 15px 0 0 0;
    direction: rtl;
}
#poll_question {
    font: 18px arial, serif;
    word-spacing: -1px;
    margin: 0 5px 5px 0;
    border-bottom: 1px solid #F0AD05;
/*    border-bottom: 1px dotted #ccc;*/
    padding: 0;
}
#poll form input {
    margin: 7px 5px 0 10px;
}
#poll form input.button {
    width: 55px;
}
#news_letter_subscribe {
    direction: ltr;
    min-height: 110px;
    padding: 40px 0 0 3px;
    border: 1px solid #d29272;
    margin: 10px 0 0 0;
    background: url("../images/right_4.png") no-repeat top center;
}
#facebook_twitter {
    min-height: 100px;
    padding: 30px 0 0 0;
    border: 1px solid #627AAD;
    margin: 15px 0 0 0;
    background: url("../images/right_5.png") no-repeat top center;
}



/*
---------------------
CONTENT AREA ELEMENTS
---------------------
*/
#news_ticker {
    margin: 15px 0 15px 0;
}
#current_video {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
#latest_videos {
    margin: 20px auto 0 auto;
    text-align: center;
    overflow: hidden;
}
#current_video_description {
    margin: 7px 0 0 0;
    padding: 0 50px;
    color: #E60026;
}
p.current_video_description {
    margin: 7px 0 0 0;
    padding: 0 5px;
    color: #E60026;
}
ul#videos_list li.videos {
    width: 153px;
    float: right;
/*    display: inline;*/
    margin: 0 5px;
/*    padding: 0;*/
    color: #E60026;
    border: 1px dashed blue;
}
p.videos {
    width: 148px;
    float: right;
    margin: 0 6px 0 8px;
    min-height: 250px;
    color: #E60026;
    text-align: center;
    position: relative;
}
#latest_videos ul li {
    float: right;
    width: 156px;
    margin: 0 0 0 10px;/* I will need to write an appropriate code to adjust the left margin of the last <li> element */
    overflow: hidden;
}
#latest_news {
    /*border-top: 3px solid #E8E8E8;*/
    /*min-height:100px;*/
    margin: 30px 0 0 0;
}
#latest_news_title {
    padding: 10px 0 0 0;
    border-bottom: 3px solid #E8E8E8;
    font: 30px arial, 'times new roman', serif;
    word-spacing: -7px;
    color: #000;
}
p.latest_news_title {
    padding: 10px 0 0 0;
    border-bottom: 3px solid #E8E8E8;
    font: 35px 'times new roman', arial, serif;
    color: #000;
    margin-bottom: 20px;
}
#latest_news ul {
    margin: 17px 0 0 0;
    padding: 10px 0 0 0;
}
#latest_news ul li {
    clear: both;
    list-style: none;
    min-height: 80px;
    padding: 0 0 30px 0;
    /*margin: 10px 0;*/
    /*border: 1px dashed #000;*/
}
#latest_news ul li img {
    float: right;
    padding: 2px;
    border: 1px solid #ddd;
    /*margin: 0 0 0 10px;*/
}
#latest_news ul li p {
    margin: 0 115px 0 0;
    text-align: right;
    line-height: 18px;
    /*border: 1px solid #ccc;*/
}
#latest_news ul li p.articles_brief {
    margin: 0;
    text-align: right;
    line-height: 18px;
    /*border: 1px solid #ccc;*/
}
#latest_news ul li p span.news_element_title {
    font: 19px arial, 'times new roman', serif;
    margin: -5px 0 3px 0;
    display: block;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    color: blue;
}
#latest_news ul li p span.news_element_title a {
    color: blue;
    text-decoration: none;
}
#latest_news ul li p span.news_element_title a:hover {
    text-decoration: none;
}

.latest_news_element_title {
    padding: 30px 0 0 0;
    border-bottom: 2px solid #E8E8E8;
    font: bold 23px arial, 'times new roman', serif;
    color: #3877FF;
    word-spacing: -2px;
    margin-bottom: 30px;
}
p#news_details {
    text-align: justify;
}
p#news_details img {
    float: left;
    border: 1px solid #ccc;
    margin: 0 10px 7px 0;
    padding: 3px;
}
.news_item_large_image {
     float: left;
     border: 1px solid #ccc;
     margin: 0 10px 7px 0;
     padding: 3px;
}
#content_area_ad_1 {
    border: 1px solid #eee;
    margin: 15px 0 0 0;
    padding: 9px 9px 5px 9px;
    height: 60px;
}
#content_area_ad_1 img {
/*    margin: 0px;*/
/*    padding: 0px;*/
}



/*
---------------
FOOTER ELEMENTS
---------------
*/
#website_sections {
    /*min-height: 50px;*/
    border-top: 3px solid #E8E8E8;
    /*border-bottom: 2px solid #E8E8E8;*/
}
#website_sections ul {
    margin: 30px 0 0 0;
}
#website_sections ul li.section {
    float: right;
    list-style-type: none;
    height: 250px;
    width: 220px;
    margin: 0 0 10px 30px; /*I will need to write an appropriate php code to adjust the left margin of the last <li> element */
    overflow: hidden;
    /*border: 1px dashed blue;*/
}
#website_sections ul li span.section_title {
    display: block;
    font: bold 24px arial, 'times new roman', serif;
    padding: 0 0 5px 0;
    /*border: 1px solid #ccc;*/
}
#website_sections ul li.section img {
    padding: 2px;
    border: 1px dotted #ccc;
}
#website_sections ul ul {
    margin: 0 17px 0 0;
    list-style: none;
}
#website_sections ul li ul li {
    margin: 0 0 7px 0;
    border: none;
    font-size: 12px;
    text-align: right;
    line-height: 14px;
}
#bottom_navbar {
    clear: both;
    margin: 20px 0 0 0;
    border-top: 2px solid #E8E8E8;
    color: blue;
    padding: 10px 0 0 0;
}



#contacts_right_sidebar {
    /*width: 66%;*/
    margin: 0;
    /*padding: 50px 3% 0 0;*/
    /*float: right;*/
    min-height: 300px;
    /*border: 1px dashed #aaa;*/

}
#contacts_right_sidebar td {
    font-size: 13px;
    padding-bottom: 7px;
    vertical-align: top;
}
#contacts_right_sidebar td span {
    color: #598EFF;
    font-size: 12px;
}
#contacts_right_sidebar td span small {
    color: #aaa;
}
textarea.border_format {
    border: 1px solid #ABADB3;
}
input.border_format {
    border: 1px solid #ABADB3;
    width:235px;
}
#contacts_right_sidebar textarea, input {
    font: 13px verdana, tahoma, arial, sans-serif;

}
#contacts_right_sidebar textarea {
    width: 482px;
    height: 165px;
}
input.contacts_textbox {
    height: 22px;
}
.success_message{
    margin: -30px 0 40px 0;
    padding: 10px;
    background-color: #D4FFD4;
    border: 1px solid #00B500;
    text-align: center;
}
.failure_message{
    margin: -30px 0 40px 0;
    padding: 10px;
    background-color: #FFEBEB;
    border: 1px solid #FF6C6C;
    text-align: center;
}
.info_message{
    margin: -30px 0 40px 0;
    padding: 10px;
    background-color: #FFF7D8;
    border:1px solid #FFB039;
    text-align: center;
}
.sell_buy_info_message{
    margin-bottom: 5px;
    padding: 5px;
    background-color: #FEF2BF;
    border:1px solid #FFCE85;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #A0560D;
}
#radio_programs_schedule {
    border: 1px solid #B1CBFA;
}
#radio_programs_schedule th {
    font: 22px 'times new roman', arial, serif;
    height: 50px;
    vertical-align: middle;
    border: #fff;
    background-color: #B1CBFA;
}
#radio_programs_schedule td {
    height: 30px;
    /*vertical-align: bottom;*/
    border: #fff;
    background-color: #E5ECF9;
}
#radio_programs_schedule td.cell_center {
    text-align: center;
}
#radio_programs_schedule td.right_space {
    padding-right: 5px;
}
#presenters td {
    text-align: center;
    padding-bottom: 20px;
    /*background-color: #f7f7f7;*/
}



.info_message {
    text-align: center;
    background: #FEE5BF; /*#FFFFDD*/
    border: 1px solid #F9AE64; /*#FFD700*/
    color: #A0560D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}
.info_message span {
    color: blue;
}
.success_message {
    text-align: center;
    background-color: #DBFFDB;/* #F0FFF0 */
    border: 1px solid #00D400;/* #00FF00 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
    color: #276B00;/* #2B7500 */
}
#pagination {
    background-color: #F3F3F3;
    border: 1px solid #ccc;
    padding: 7px 0px 11px 3px;
    height: 30px;
    margin-bottom: 20px;
}
#pagination p.page_no {
     float: left;
     text-align: center;
     border: 1px solid #ccc;
     min-width: 15px;
     margin: 0 2px;
     padding: 0;
     font-size: 14px;
}
#pagination p.page_no a.previous_next {
    display: block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #fff;
}
#pagination p.page_no a.previous_next:hover {
    text-decoration: none;
    background-color: #4563FF;
    border: 1px solid #fff;
    color: #fff;
}
#pagination p.page_no a.page_link {
    display: block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #fff;
}
#pagination p.page_no a.page_link:visited {
    text-decoration: none;
    color: #777;
}
#pagination p.page_no a.page_link:hover {
    text-decoration: none;
    background-color: #4563FF;
    border: 1px solid #fff;
    color: #fff;
}
ul#testimonial_articles li p.testimonial_title{
    font: 19px arial, 'times new roman', serif;
    margin: -5px 0 3px 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    color: blue;
}

td.label {
    text-align: left;
    color: #000;
}
input.textbox {
    margin:6px 2px 3px 0;
    width: 200px;
    height: 20px;
    color: #A0560D;
    font: 13px verdana, tahoma, sans-serif;
}
.vertical_align_top {
    vertical-align: top;
}
.radius_border{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
span.click_to_chat:hover {
/*    font-weight: bold;*/
    border-bottom: 1px solid blue;
}
