/*******************************************LayOut*******************************************/
.header_container, .content_container, .footer_container
{
    margin: 0px auto 0px;
    text-align: justify;
        border-right: #263a40 2px solid;
    border-left: #263a40 2px solid;
}
/******************************************Header*******************************************/
.header_container
{

}
#header_logo
{
    background-image: url(images/top_back.gif);
    height: 46px;
    vertical-align: middle;
    text-align: right;
    color: #fae7d3;
}
#header_navigation
{
    height: 20px;
    background-color: #003399;
    text-align: justify;
    text-indent: 5pt;
    border-bottom: darkgray 1px solid;
}
#header_search
{
    border-bottom: darkgray 1px solid;
    height: 30px;
    background-color: #f9ebdd;
}
#header_menu
{
    text-align: justify;
    background-image: url(images/menu_bar_back.gif);
    height: 21px;
}
/***************************************************Content***********************************/
.content_container
{
}
#content
{
    width: 100%;
    background-color: #ffffff;
}
#content_main_td
{
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    vertical-align: top;
    font-size: 8pt;
    padding-top: 10px;
    line-height: 14pt;
}
.content_tools_td
{
    height: 25px;
    vertical-align: bottom;
    padding-right: 5px;
    padding-left: 5px;
    display: none;
}
.content_tools_td table
{
    width: 100%;
    background-color: #f6f9f4;
}
.right_bar_rtl, .right_bar_ltr, .left_bar_rtl, .left_bar_ltr
{
    overflow: hidden;
    vertical-align: top;
}
.left_bar_rtl, .right_bar_ltr
{
    background-color: #ebf6fa;
    border-right: #ccccff 1px dashed;
}
.right_bar_rtl, .left_bar_ltr
{
    background-color: #ebf6fa;
}
.block_header, .block_right_header, .block_left_header, block_center_header
{
    background-image: url(images/block_header.gif);
    height: 24px;
    font-size: 12pt;
    font-family: Arial;
    display: block;
    font-weight: bold;
    color: #ffffff;
    text-indent: 5pt;
    direction: ltr;
    padding-top: 6px;
}
.block_top_header, block_bottom_header, .block_bottom_center_header, .block_top_center_header
{
    border-right: #cc6600 8px solid;
    color: black;
    background-color: #eeeeee;
    width: 97%;
    display: block;
    text-indent: 5pt;
    height: 18px;
}
.block_right, .block_left, .block_center, .block_top_center
{
    overflow: hidden;
    margin: 5px 12px;
    background-color: #ffffff;
}
.block_top_center, .block_bottom_center
{
    float: right;
    margin: 2px;
    text-align: right;
}
.block_right_content, .block_left_content, .block_center_content, .block_top_center_content, .block_bottom_center_content
{

}
/***************************************************Footer************************************/
.footer_container
{
    clear: both;
    display: block;
    float: none;
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    color: gainsboro;
    font-family: Tahoma;
    line-height: 0.5cm;
    padding-bottom: 5px;
    padding-top: 18px;
    background: url(images/footer_back.gif) #3c5a64 repeat-x center top;
}
.footer_container a
{
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    color: white;
    font-family: Tahoma;
    line-height: 0.5cm;
}
.footer_container a:hover
{
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    color: lightcyan;
    font-family: Tahoma;
    line-height: 0.5cm;
    background-color: transparent;
}
/*********************************************Graphic*************************************/
a
{
    color: #245370;
    text-decoration: none;
}
a:hover
{
    color: #4589b3;
}
a IMG
{
    background-image: none;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
} 
a:hover IMG
{
    background-image: none;
}
#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_content
{
    clear: both;
}
.show_faq, .hide_faq
{
    text-indent: 10pt;
    cursor: hand;
    display: block;
    width: 100%;
    background-position: right center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #bcbcbc;
    color: black;
    border-right: #717171 1px dotted;
    border-top: #717171 1px dotted;
    border-left: #717171 1px dotted;
    border-bottom: #717171 1px dotted;
}
.show_faq:hover, .hide_faq:hover
{
    color: white;
    background-color: #717171;
}
.show_faq
{
    background-image: url(images/+.gif);
}   
.hide_faq
{
    background-image: url(images/-.gif);
}
.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;
}
.GridV,.FormV
{
    width: 100%;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
}
.GridV_Header, .GridV_Pager,.Admin_FormV_Header
{
    background-color: dimgray;
    color: #ff0000;
    font-weight: bold;
}
.GridV_Header a,.Grid_Pager a
{
    color: #ffffff;
}
.GridV_Header a:hover,.GridV_Pager a:hover
{
    color: #ffcc66;
}
.GridV_Row
{
    background-color: gainsboro;
}
.GridV_Alternate
{
    background-color: white;
}
.GridV_Selected
{
    background-color: darkgray;
}
.GridV_Edit
{
    background-color: darkgray;
}
.GridV_Empty
{
}
.GridV_Footer
{
}
.GridV_Row:hover, .GridV_Alternate:hover
{
    background-color: lemonchiffon;
}
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
{
    width: 150px;
}
.login_btn, .Login_Help
{
    border-right: 0px dashed;
    border-top: 0px dashed;
    border-left: 0px dashed;
    border-bottom: 0px dashed;
    background-color: black;
    color: #ffffff;
    width: 40px;
    height: 18px;
    font-size: 7pt;
    display: block;
    clear: none;
    vertical-align: middle;
    text-align: center;
}
.Login_Help
{
     background-color: #b05800; 
}
.Login_Help:hover
{
    color: #ffffff;
    text-decoration: none;
}
.register
{
    width: 290px;
}
.passrecovery
{
    width: 290px;
}
.changepass
{
    width: 350px;
}
.login TABLE,.register TABLE,.passrecovery TABLE ,.changepass TABLE
{
    width: 100%;
}
.login TABLE TD
{
    width: 100%;
    text-align: center;
}
.login_txtbox, .passrecovery_txtbox, .register_txtbox, .changepass_txtbox
{
    width: 90px;
    direction: ltr;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: whitesmoke;
}
.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;
    display: none;
}
TD
{
}
.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: 12pt;
    font-weight: bold;
    height: 30px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    text-indent: 25pt;
    margin-bottom: 10px;
    padding-top: 14px;
    color: navy;
    font-family: Arial;
}
.page_title h1
{
    background-image: url(images/page_title_back.gif);
    background-position: right center;
} 
.page_title_l h1
{
    background-image: url(images/page_title_back_e.jpg);
    background-position: left center;
} 
.page_parent
{
    color: #a9a9a9;
    display: block;
}
.page_parent:hover
{    
    color: #660033;
}
.page_parent_img
{
    background: url(images/back.jpg) 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: 17px;
    width: 75px;
    border-right: black 0px solid;
    border-top: black 0px solid;
    display: block;
    background-attachment: scroll;
    background-image: url(images/search.jpg);
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    background-repeat: no-repeat;
    background-color: transparent;
}
.search_bt:hover,.search_bt_en:hover
{
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.search_bt_en
{
    background-image: url(images/search_en.gif);
}
.search_txt
{
    float: right;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    padding-bottom: 1px;
    padding-top: 1px;
    width: 110px;
}
.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****************************************/
.Search_List
{
    width: 100%;
}
.Search_List_Row
{
    width: 100%;
}
.Search_List_Alternate
{
    width: 100%;
    background-color: whitesmoke;
}
.Search_List_Row a, .Search_List_Alternate a
{
    cursor: hand;
    clear: none;
    display: block;
    height: 100%;
    width: 100%;
    text-indent: 15pt;
    background-image: url(Images/Arrow.gif);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right center;
}
.Search_List_Row a:hover,.Search_List_Alternate a:hover
{
    cursor: hand;
    clear: none;
    display: block;
    height: 100%;
    width: 100%;
    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;
}
.sub_page_link2
{
    height: 18px;
    width: 100%;
    border-collapse: collapse;
    padding-bottom: 1px;
    padding-top: 1px;
    overflow: hidden;
}
.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: 11pt;
    font-size: 8pt;
    font-family: Tahoma, Arial;
    color: #3c3c39;
    letter-spacing: normal;
    height: 100%;
    background-color: #a6c8d5;
    list-style-image: url(images/arrow.gif);
    background-image: url(images/bg_back.gif);
    background-attachment: scroll;
    background-repeat: repeat;
}
.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: #f4f5f9;
}
.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;
}
.uc
{
    width: 100%;
    display: block;
}
.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;
}