﻿@import url("news_slider.css");

/* CSS Document */

body
{
    padding: 0;
    margin: 0;
    font-family: Tahoma,Arial;
    font-size: 8pt;
    color: #333;
    background-color: #F8F7EF;
    direction: rtl;
}

input.text
{
    height: 17px;
    border: 1px #E3D5AE solid;
    background: transparent url(../images/input_back.png) repeat-x;
}

a, a:visited
{
    color: #0777F1;
    text-decoration: none;
}
a:hover
{
    color: #B40000;
    text-decoration: none;
}

div.base
{
    width: 955px;
    margin: 0pt auto;
}

/* Banner Box */

div.banner
{
    background: transparent url("../images/ban.jpg") no-repeat;
    height: 148px;
    margin-bottom: 0px;
    margin-top: 3;
    position: relative;
}

div.banner h1
{
    display: none;
}

div.logolink
{
    height: 50px;
    position: absolute;
    right: 395px;
    top: 10px;
    width: 65px;
}

div.logolink a
{
    height: 50px;
    width: 65px;
    display: block;
}

/* Site Cols */

div.right_col
{
    width: 180px;
    float: right;
}

div.main_col
{
    width: 505px !important;
    width: 497px;
    margin-left: 260px;
    margin-right: 190px;
}

div.page_col
{
    width: 765px;
    float: left;
}

div.left_col
{
    width: 250px;
    float: left;
}

/* Section Box */

div.section, div.section_tab
{
    background: transparent url("../images/section_back.png") repeat-x bottom;
    border: 1px solid #E3D5AE;
    height: 218px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

div.section_tab
{
    margin-top: 35px;
}


div.section_news
{
    width: 100%;
    background: #F3F1E6 url(../images/section_back.png) repeat-x bottom;
    margin-bottom: 10px;
    border: 1px #E3D5AE solid;
    position: relative;
    padding-bottom: 30px;
}

div.section_page, div.section_news_page
{
    width: 763px;
    background: #F3F1E6 url(../images/section_back.png) repeat-x bottom;
    margin-bottom: 10px;
    border: 1px solid #E3D5AE;
    position: relative;
    padding-bottom: 30px;
    min-height: 931px;
}

div.div.section_news_page img
{
    float: right;
    margin-left: 10px;
    width: 250px;
}

div.section_news ul li
{
    background: transparent url("../images/news_divider.png") no-repeat bottom;
    padding: 5px 0;
    margin-bottom: 1px;
}

div.section_title
{
    background: transparent url(../images/section_icon.png) no-repeat right;
    height: 31px;
    margin-right: 10px;
}
div.section_title h2
{
    height: 25px;
    background: transparent url(../images/section_divider.gif) repeat-x bottom;
    color: #59522B;
    font-weight: bold;
    margin: 10px 20px 0px 10px;
    font-family: Tahoma,Arial;
    font-size: 8pt;
}

div.section_text
{
    padding: 10px 20px 0px 20px;
    line-height: 180%;
    text-align: justify;
}

div.section_text#music_note
{
    background: transparent url(../images/music_note.gif) no-repeat 78px 7px;
    height: 170px;
}
div.section_text#music_noteNews
{
    background: transparent url(../images/music_note.gif) no-repeat 78px 7px;
    height: 170px;
}

div.music_dl a, div.music_dl a:visited
{
    background: transparent url("../images/icon/music_dl_arrow.gif") no-repeat left top;
    display: block;
    height: 26px;
    width: 180px;
}

div.music_dl a:hover
{
    background: transparent url("../images/icon/music_dl_arrow_over.gif") no-repeat left top;
    display: block;
    height: 26px;
    width: 180px;
}

div.section_text img
{
    padding: 1px;
    border: 1px #DAC189 solid;
    margin-right: 10px;
    float: left;
}

div.section_text_title
{
    color: #ff6600;
    font-weight: bold;
}

div.section_more
{
    position: absolute;
    bottom: -1px;
    left: 15px;
    height: 31px;
    text-align: center;
    width: 120px;
    background:  transparent url(../images/section_more.png) no-repeat; 
}

div.section_more a, div.section_more a:visited
{
    display: block;
    height: 21px;
    padding-top: 10px;
    width: 120px;
    color: #ff6600;
    text-decoration: none;
}

div.section_more a:hover
{
    color: #0777F1;
    text-decoration: none;
}


div.section_moreRight
{
    position: absolute;
    bottom: -1px;
    left: 15px;
    height: 31px;
    text-align: center;
    width: 120px;
    background: transparent url(../images/section_moreRight.png) no-repeat;
}

div.section_moreRight a, div.section_moreRight a:visited
{
    display: block;
    height: 21px;
    padding-top: 10px;
    width: 120px;
    color: #ff6600;
    text-decoration: none;
}

div.section_moreRight a:hover
{
    color: #0777F1;
    text-decoration: none;
}

div.section_right
{
    background-color: #F3F1E6;
    border: 1px #E3D5AE solid;
    margin-bottom: 10px;
    color: #59522B;
    position: relative;
    height: 100%;
    padding: 6px;
}

div.reg_title, div.poll_title, div.state_title
{
    font-weight: bold;
    height: 24px;
    padding-right: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
}

div.reg_title
{
    background: transparent url('../images/icon/news.png') no-repeat right 3px;
}

div.poll_title
{
    background: transparent url('../images/icon/poll.png') no-repeat right top;
}

div.state_title
{
    background: transparent url('../images/icon/state.png') no-repeat right top;
}


.myslide
{
    margin-bottom: 30px;
}

div.search_frm
{
    clear: both;
    height: 30px;
}
div.search_lbl
{
    float: right;
    width: 80px;
    margin-bottom: 5px;
}

div.search_txt
{
    width: 130px;
    float: right;
    margin-bottom: 5px;
}

div#search_height
{
    height: 190px;
}

input.form_btn
{
    margin-top: 10px;
}

div.page_search
{
    background-color: #EFE7D1;
    border: 1px solid #E3D5AE;
    padding: 15px;
    margin-bottom: 20px;
}

div.page_search_input
{
    width: 250px;
    float: right;
    margin-left: 20px;
    text-align: right;
}

div.page_text
{
    clear: both;
}

div.page_news_col
{
    width: 500px; /*PAP Change  maybe 400*/
    float: right;
}

div.more_content
{
    width: 200px; /*PAP Change  maybe 300*/
    float: left;
    margin-left: 5px; /*PAP Change  Not Exist*/
}

div.more_content ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

div.more_content ul li
{
    background: transparent url('../images/squre.gif') no-repeat right 15px;
    padding-right: 15px;
    padding-top: 10px;
}


/* Circle */

div.main_menu {

    background: #CD303C url("../images/menu_back.png") no-repeat ;
    height: 30px;
    margin-bottom: 5px;
    padding: 7px 15px 3px;
    position: relative;
    width: 927px;
    z-index: 1000;
}


div.menu_tl, div.foot_menu_tl
{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

div.menu_tr, div.foot_menu_tr
{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

div.menu_br, div.foot_menu_br
{
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

div.menu_bl, div.foot_menu_bl
{
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

div.circle_tl, div.circle_section_tl
{
    width: 10px;
    height: 10px;
    position: absolute;
    top: -1px;
    left: -1px;
}

div.circle_tr, div.circle_section_tr
{
    width: 10px;
    height: 10px;
    position: absolute;
    top: -1px;
    right: -1px;
}

div.circle_br, div.circle_section_br
{
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    right: -1px;
}

div.circle_bl, div.circle_section_bl
{
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    left: -1px;
}


div.menu_tl, div.menu_tr, div.menu_bl, div.menu_br
{
    background-image: url('../images/menu_circle.png');
}
div.circle_tl, div.circle_tr, div.circle_bl, div.circle_br
{
    background-image: url('../images/circle.png');
}
div.circle_section_bl, div.circle_section_br
{
    background-image: url('../images/circle_section_b.png');
}

div.circle_section_tl, div.circle_section_tr
{
    background-image: url('../images/circle_section_t.png');
}

div.foot_menu_tl, div.foot_menu_tr, div.foot_menu_bl, div.foot_menu_br
{
    background-image: url('../images/circle_footer.png');
}

div.menu_tl, div.circle_tl, div.circle_section_tl, div.foot_menu_tl
{
    background-position: left top;
}
div.menu_tr, div.circle_tr, div.circle_section_tr, div.foot_menu_tr
{
    background-position: right top;
}
div.menu_br, div.circle_br, div.circle_section_br, div.foot_menu_br
{
    background-position: right bottom;
}
div.menu_bl, div.circle_bl, div.circle_section_bl, div.foot_menu_bl
{
    background-position: left bottom;
}

/* Right Menu Box */

ul.right_menu
{
    padding: 0;
    margin: 0;
    width: 160px;
}
ul.right_menu li
{
    list-style: none;
    background: transparent url('../images/right_menu_divider.png') repeat-x bottom;
    padding: 3px 0px 9px 0px;
}

/* Footer Box */

div.footer
{
    height: 48px;
    background-color: #DAB45F;
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    color: #4D3A11;
    padding-top: 12px;
    position: relative;
    width: 954px;
    width: 955px !important;
}

div.copyright
{
    width: 430px;
    float: right;
    padding-right: 20px;
    text-align: right;
    line-height: 180%;
}

div.footer_menu
{
    width: 450px;
    float: left;
    padding-top: 10px;
}

ul.foot_menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.foot_menu li
{
    float: right;
    padding-left: 14px;
    background: transparent url('../images/footer_arrow.gif') no-repeat right;
    padding-right: 11px;
}

ul.foot_menu li a, ul.foot_menu li a:visited
{
    color: #fff;
}

ul.foot_menu li a:hover
{
    color: #B40000;
    text-decoration: none;
}

select
{
    font-family: Tahoma,Arial;
    font-size: 8pt;
    height: 19px;
}

div.ItemDetails
{
    width: 600px; /*PAP Change  maybe 300*/
    float: right;
    margin-right: 5px; /*PAP Change  Not Exist*/
}


ul.site_map li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.site_map li
{
    list-style: none;
    background: transparent url('../images/sitemap_li.png') no-repeat right 6px;
    padding-right: 15px;
    padding-bottom: 5px;
    color: #A85E26;
    font-weight: bold;
}

ul.site_map li ul, ul.site_map li ul ul
{
    padding-right: 20px;
    list-style: none;
}
ul.site_map li ul li, ul.site_map li ul ul li
{
    background: transparent url('../images/sitemap_ul.png') no-repeat right 7px;
    padding-right: 25px;
    color: #A85E26
}

.NewDateStyle
{
    color: #ff6600;
    font-size: 11px;
}

.TitleLinkStyle
{

color:#ff6600;
 }
 
 .NewDateStyleHome
{
    color: #ff6600;
    font-size: 9px;
}

div.report
{
	width:120px;
	height:123px;
	position:absolute;
	left:-6px;
	top:-7px;
	background:transparent url("../images/report_label.png") no-repeat ;	
}
