/*******************************************LayOut*******************************************/
.header_container, .content_container, .footer_container
{
    margin: 0px auto 0px;
    border-right: black 1px solid;
    border-left: black 1px solid;
}
.header_container, .content_container
{
    background-attachment: scroll;
    background-image: url(images/body_bg.jpg);
    background-repeat: repeat;
}
/******************************************Header*******************************************/
.header_container
{
}
#header_logo
{
    color: #ffffff;
}
#header_navigation
{
    height: 20px;
    text-align: justify;
    text-indent: 5pt;
}
#header_search
{
    height: 30px;
}
#header_menu
{
    text-align: justify;
    background: url(images/Header_Menu_Back.jpg) #faedde no-repeat center center;
}
/***************************************************Content***********************************/
.content_container
{
}
#content
{
    width: 100%;
    background-position: center bottom;
    background-attachment: scroll;
    background-image: url(images/Lower_Back.jpg);
    background-repeat: no-repeat;
}
#content_main_td
{
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: top;
    font-size: 9pt;
}
.content_tools_td
{
    vertical-align: bottom;
}
.content_tools_td a
{
    font-size: 8pt;
    color: #ffcc00;
}
.content_tools_td a:hover
{
    color: #ff6600;
}
.content_tools_td table
{
    height: 20px;
    width: 100%;
}
.right_bar_rtl,.right_bar_ltr,.left_bar_rtl,.left_bar_ltr
{
    overflow: hidden;
    vertical-align: top;
}
.left_bar_rtl,.right_bar_ltr
{
}
.right_bar_rtl,.left_bar_ltr
{
}
.block_right, .block_left, .block_center, .block_top_center, .block_bottom_center
{
    border-right: #ffffff 3px solid;
    border-top: #ffffff 3px solid;
    border-left: #ffffff 3px solid;
    border-bottom: #ffffff 3px solid;
    overflow: hidden;
    margin: 5px;
    padding-right: 3px;
    padding-left: 3px;
    background-color: #5b5b5b;
    color: #ffffff;
}
.block_right a, .block_left a, .block_center a, .block_top_center a, .block_bottom_center a
{
    color: #ff6600;
}
.block_top_center,.block_bottom_center
{
    float: right;
}
.block_header, .block_right_header, .block_left_header, block_center_header, block_top_header, block_bottom_header, .block_bottom_center_header, .block_top_center_header
{
    background-image: none;
    font-size: 12pt;
    color: #ffffff;
    display: block;
    font-family: Arial;
    margin-top: 3px;
    padding-top: 1px;
    text-indent: 5pt;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: transparent;
    border-top-width: 1px;
    border-left-width: 1px;
    border-left-color: #937a5e;
    border-bottom-width: 1px;
    border-bottom-color: #937a5e;
    border-top-color: #937a5e;
    border-right-width: 1px;
    border-right-color: #937a5e;
}
/***************************************************Footer************************************/
.footer_container
{
    clear: both;
    display: block;
    float: none;
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    font-family: Tahoma;
    line-height: 0.5cm;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: black 2px solid;
    background: url(images/Footer_Back.jpg) #434343 repeat-x center bottom;
    color: #ffffff;
}
.footer_container a
{
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    font-family: Tahoma;
    line-height: 0.5cm;
    color: #ffff99;
}
.footer_container a:hover
{
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    color: orange;
    font-family: Tahoma;
    line-height: 0.5cm;
    background-color: transparent;
}
/*********************************************Graphic*************************************/
a
{
    font-size: 8pt;
    color: #9e5907;
    text-decoration: none;
}
a:hover
{
    color: #e37b00;
}
a IMG
{
    background-image: none;
    background-color: transparent;
    filter: alpha(opacity=90);
    opacity: 0.9;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
} 
a:hover IMG
{
    background-image: none;
    filter: alpha(opacity=100);
    opacity: 0.8;
}
#ajax_loader
{
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    width: 90px;
    border-bottom: #a9a9a9 1px solid;
    height: 20px;
    font-size: 8pt;
    background: url(images/loader.gif) #f8f8ff no-repeat center 5px;
    padding-top: 30px;
    z-index: 1235;
    left: 45%;
    position: absolute;
    top: 2px;
}
.button_go
{
    width: 50px;
    height: 25px;
    margin: 3px;
}
.command
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    color: #696969;
    border-bottom: darkgray 1px solid;
    background-color: whitesmoke;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin: 3px;
    padding-top: 2px;
    text-indent: 1pt;
    max-width: 150px;
    display: block;
    text-align: center;
    float: right;
    font-weight: normal;
    cursor: hand;
}
.command:hover
{
    border-right: tomato 1px solid;
    border-top: tomato 1px solid;
    border-left: tomato 1px solid;
    color: #ffffff;
    border-bottom: tomato 1px solid;
    background-color: #696969;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin: 3px;
    padding-top: 2px;
    text-indent: 1pt;
    max-width: 100px;
    display: block;
    text-align: center;
    font-weight: normal;
    cursor: hand;
}
.dotty
{
    background-repeat: repeat-x;
    margin: 0px;
    background-image: url(images/dot.gif);
    height: 1px;
 }
.error,.success,.warn,.help
{
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 3px;
    vertical-align: middle;
    width: 98%;
    text-indent: 20pt;
    font-weight: bold;
    font-size: 8pt;
}
.error
{
    border-right:#ff0000 2px solid;
    border-top:#ff0000 2px solid;
    border-left:#ff0000 2px solid;
    border-bottom:#ff0000 2px solid;
    color: #ff0000;
    background: url(images/error.gif) #ffffff no-repeat right center;
  }
.success
{
    border-right:#339900 2px solid;
    border-top:#339900 2px solid;
    border-left:#339900 2px solid;
    border-bottom:#339900 2px solid;
    color: #339900;
    background: url(images/success.gif) #ffffff no-repeat right center;
}
.warn
{
    border-right:#ff9900 2px solid;
    border-top:#ff9900 2px solid;
    border-left:#ff9900 2px solid;
    border-bottom:#ff9900 2px solid;
    color: #ff9900;
    background: url(images/warn.gif) #ffffff no-repeat right center;
}
.help
{
    border-right:#98cbfa 2px solid;
    border-top:#98cbfa 2px solid;
    border-left:#98cbfa 2px solid;
    border-bottom:#98cbfa 2px solid;
    color: #98cbfa;
    background: url(images/help.gif) #ffffff no-repeat right center;
    cursor: help;
}
/********************************************** Faq *********************************************/
.show_faq, .hide_faq
{
    cursor: hand;
    background-position: right center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    text-indent: 10pt;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.faq_content
{
    clear: both;
    background-color: ghostwhite;
    border-right: lightgrey 1px dashed;
    border-top: lightgrey 1px dashed;
    border-left: lightgrey 1px dashed;
    border-bottom: lightgrey 1px dashed;
    margin-top: 5px;
    text-indent: 10pt;
}
.show_faq
{
    background-image: url(images/+.gif);
}   
.hide_faq
{
    background-image: url(images/-.gif);
}
.form td
{
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-top: 2px;
    border-bottom: #dcdcdc 1px solid;
}
.GridV,.FormV,.form
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}
.GridV
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    width: 100%;
}
.GridV_Header, .GridV_Pager, .FormV_Header,.form .header
{
    color: #ffffff;
    background: url(Images/form_header_back.gif) black repeat-x center top;
    height: 27px;
    font-weight: bold;
}
.GridV_Header .command, .GridV_Pager .command, .FormV_Header .command, .form .header .command
{
    background-color: darkgray;
}
.GridV_Header a,.Grid_Pager a,.form .header a
{
    color: #ffffff;
}
.GridV_Header a:hover,.GridV_Pager a:hover
{
    color: #ffcc66;
}
.GridV_Row,.form .odd
{
    background: url(Images/form_odd_back.gif) #f0f0f0 repeat-x center top;
}
.form
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
}
.form td
{
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 3px;

}
.form .odd, .form .even
{
    background-color: #f5f5f5;
    border-bottom: dimgray 1px solid;
}
.form tr:hover .odd, .form tr:hover .even
{
    background-color: lightyellow;
    color: black;
}
.form .odd
{
    background-color: #f5f5f5;
}
.form .even
{
    background-color: #dcdcdc;
}
input
{
    font-size: 9pt;
    font-family: Tahoma;
    margin: 2px;
}
.lang_list
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    color: #696969;
    border-bottom: darkgray 1px solid;
    background-color: whitesmoke;
    padding-right: 1px;
    padding-left: 1px;
    margin: 3px;
    max-width: 150px;
    display: block;
    text-align: center;
    font-weight: normal;
    cursor: hand;
    font-size: 7pt;
}
.lang_list:hover
{
    border-right: tomato 1px solid;
    border-top: tomato 1px solid;
    border-left: tomato 1px solid;
    color: #ffffff;
    border-bottom: tomato 1px solid;
    background-color: #696969;
    padding-right: 1px;
    padding-left: 1px;
    margin: 3px;
    max-width: 100px;
    display: block;
    text-align: center;
    font-weight: normal;
    cursor: hand;
    font-size: 7pt;
}
.lang_list_this
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    color: white;
    border-bottom: darkgray 1px solid;
    background-color: gray;
    padding-right: 1px;
    padding-left: 1px;
    margin: 3px;
    max-width: 150px;
    display: block;
    text-align: center;
    font-weight: normal;
    cursor: crosshair;
    font-size: 7pt;
}
.ltr
{
    direction: ltr;
}
.login, .register, .passrecovery, .changepass
{
    border-right: #dcdcdc 1px dotted;
    border-top: #dcdcdc 1px dotted;
    border-left: #dcdcdc 1px dotted;
    border-bottom: #dcdcdc 1px dotted;
    background-color: #f5f5f5;
    width: 150px;
}
.register
{
    width: 290px;
}
.passrecovery
{
    width: 290px;
}
.changepass
{
    width: 350px;
}
.login TABLE,.register TABLE,.passrecovery TABLE ,.changepass TABLE
{
    width: 100%;
}
.login_txtbox,.passrecovery_txtbox,.register_txtbox,.changepass_txtbox
{
    width: 125px;
    direction: ltr;
}
.register_txtbox
{
    width: 150px;
}
.passrecovery_txtbox
{
    width: 150px;
}
.login_title, .register_title, .passrecovery_title,.changepass_title
{
    border-right: #a9a9a9 1px dotted;
    border-top: #a9a9a9 1px dotted;
    border-left: #a9a9a9 1px dotted;
    border-bottom: #a9a9a9 1px dotted;
    background-color: #d3d3d3;
    width: 100%;
    text-indent: 5pt;
}
TD
{
    text-align: justify;
}
.title
{
	font-weight: bold;
	font-size: 11px;
	color: #000033;
}
#tooltip
{
    position: absolute;
    width: 50px;
    visibility: hidden;
    z-index: 100;
    margin-right: 10px;
    background-color: #ffffe0;
    border: 1px solid black;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
    text-align: justify;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}
.page_title h1, .page_title_l h1
{
    font-size: 10pt;
    font-weight: bold;
    height: 24px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    text-indent: 25pt;
    margin-bottom: 10px;
    padding-top: 3px;
    color: black;
}
.page_title h1
{
} 
.page_title_l h1
{
} 
.page_parent
{
    color: #a9a9a9;
    display: block;
}
.page_parent:hover
{    
    color: #660033;
}
.page_parent_img
{
    background: url(images/back.gif) no-repeat right center;
    width: 15px;
}
.paging
{
    clear: both;
    float: none;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-right: 5px;
}
.paging_item
{
    background-color: #dcdcdc;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    vertical-align: middle;
    text-align: center;
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    margin-left: 5px;
    font-weight: normal;
    margin-bottom: 5px;
}
.paging_item:hover
{
    background-color: #a9a9a9;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    vertical-align: middle;
    text-align: center;
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    margin-left: 5px;
    font-weight: normal;
}
.paging_this
{
    background-color: #990000;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    vertical-align: middle;
    text-align: center;
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    margin-left: 5px;
    color: #ffffff;
    font-weight: normal;
}
.print_td
{
    width: 20px;
}
.search_bt,.search_bt_en
{
    display: inline-block;
    height: 22px;
    width: 35px;
    border-right: black 0px solid;
    border-top: black 0px solid;
    display: block;
    background-attachment: scroll;
    background-image: url(images/search.gif);
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    background-repeat: no-repeat;
    background-color: transparent;
}
.search_bt_en
{
    background-image: url(images/search_en.gif);
}
.search_txt, .search_txt_error
{
    float: right;
    border-right: forestgreen 1px solid;
    border-top: forestgreen 1px solid;
    border-left: forestgreen 1px solid;
    border-bottom: forestgreen 1px solid;
    padding-bottom: 1px;
    padding-top: 1px;
    width: 87px;
}
.search_txt_error
{
    border-right: red 1px solid;
    border-top: red 1px solid;
    border-left: red 1px solid;
    border-bottom: red 1px solid;
}
.search_item
{
    background-repeat: repeat-x;
    background-image: url(images/dot.gif);
    background-attachment: scroll;
    background-position: bottom;
    padding-bottom: 3px;
    text-indent: 5pt;
    width: 98%;
}
.search_item a
{
    cursor: hand;
    clear: none;
    display: block;
    height: 100%;
    width: 100%;
    border-right: dimgray 2px solid;
    border-left: dimgray 2px solid;
}
.search_item a:hover
{
    cursor: hand;
    clear: none;
    display: block;
    height: 100%;
    width: 100%;
    border-right: #ffcc33 2px solid;
    border-left: #ffcc33 2px solid;    
    background-color: #f8f8ff;
    color: #000033;
}
SELECT
{
    font-family: Tahoma;
    font-size: 8pt;
}
.section
{
    font-weight: bold;
    font-size: 8pt;
    border-right: #c4c5cf 1px solid;
    border-top: #c4c5cf 1px solid;
    border-left: #c4c5cf 1px solid;
    color: #3c3d46;
    border-bottom: #c4c5cf 1px solid;
    background-color: #eaebf2;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 99%;
    text-indent: 4pt;
}
.sub_page_link, .sub_page_selected
{
    background-repeat: repeat-x;
    background-image: url(images/dot.gif);
    background-attachment: scroll;
    background-position: bottom;
    height: 22px;
    width: 100%;
    border-collapse: collapse;
    padding-bottom: 1px;
    padding-top: 1px;
    display: block;
    overflow: hidden;
    color: black;
}
.sub_page_link2
{
    height: 18px;
    width: 100%;
    border-collapse: collapse;
    padding-bottom: 1px;
    padding-top: 1px;
    overflow: hidden;
    color: black;
}
.sub_page_link a, .sub_page_link2 a
{
    cursor: hand;
    padding-right: 5px;
    height: 20px;
    display: block;
    overflow: hidden;
}
.sub_page_link a:hover, .sub_page_link2 a:hover
{
   background-color: #dcdcdc;
    padding-right: 5px;
    height: 20px;
    color: #000000;
    display: block;
    overflow: hidden;
}
.sub_page_selected
{
    width: 98%;
    background-color: #f1f2f8;
    border-right: #660033 1px solid;
    border-left: #660033 1px solid;
    text-indent: 5pt;
    overflow: hidden;
}
.subpages_content
{
    display: block;
    border-bottom-width: 1px;
    margin-bottom: 15px;
    border-bottom-color: #a9a9a9;
    padding-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
.full_width
{
    width:100%;
}
.main_body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    line-height: 0.5cm;
    font-size: 8pt;
    font-family: Tahoma, Arial;
    color: black;
    letter-spacing: normal;
    height: 100%;
    background: #3d3d3d repeat-y;
}
.nav_arrow_rtl, .nav_arrow_ltr
{
    background-attachment: scroll;
    background-image: url(images/nav_arrow_rtl.gif);
    background-repeat: no-repeat;
    background-position: center center;
    color: darkgray;
}
.nav_arrow_ltr
{
    background-image: url(images/nav_arrow_ltr.gif);
}
.nav_arrow_except_rtl
{
    background-attachment: scroll;
    background-image: url(images/nav_arrow_rtl.gif);
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    padding-left: 14px;
}
.nav_arrow_except_ltr
{
    background-attachment: scroll;
    background-image: url(images/nav_arrow_ltr.gif);
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    padding-right: 14px;
}
.update_date
{
    font-size: 8pt;
    color: #dcdcdc;
    display: block;
    clear: both;
    font-weight: normal;
}
/**************************************POLL_module*******************************/
.poll
{
    background-color: #999999;
}
.poll_answer
{
    background-color: #eeeeee;
    width: 500px;
}
.poll_answer SELECT
{
    width: 100%;
}
.poll_question
{
    background-color: #cccccc;
}
.poll_header
{
    background-color: #660000;
    color: #ffffff;
}
.poll_footer
{
    background-color: #cccccc;
}
.poll_footer a
{
    display: none;
}