/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

#main_table {
	background: #ffffff;
	direction: rtl;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
}

.frm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	border: 0px solid #83AAD3;
}

.date
    {
    font-family: Tahoma;
    font-size: 9px;
    font-weight: normal;
    color: #999999;
    text-align: justify;
    padding: 0px 5px 0px 5px;
    }


/* search */
#search {
	background: url(../img/search_bg.gif) repeat-x top;
	height: 32px;
}

#search form {
	float: left;
	padding-top: 8px;
}

#search .textbox {
	background: #ffffff;
	border-top: 1px solid #626262;
	border-right: 1px solid #626262;
	border-bottom: 1px solid #BEBFBA;
	border-left: 1px solid #BEBFBA;
	color: #000000;
	direction: rtl;
	font: normal normal normal 9pt Tahoma;
	width: 120px;
}

#search .button {
	background-color: #ffffff;
	font: normal normal normal 8pt Tahoma;
	margin:  0 10px;
	border-top: 1px solid #BEBFBA;
	border-right: 1px solid #BEBFBA;
	border-bottom: 1px solid #626262;
	border-left: 1px solid #626262;
	color: #375D81;
}
/* /search */

/* language */
#language {
	background-color: #FFFFFF;
	color: #0B4666;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	height: 33px;
	padding-left: 13px;
	padding-right: 13px;
}

#language a {
	color: #0B4666;
	text-decoration: none;
}

#language a:hover {
	color: #0B4666;
	text-decoration: none;
}
/* /language */

/* static menu */
#static_menu {
	background-color: #ffffff;
	border-top: 3px solid #E1E1E1;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Tahoma;
	font-size: 8pt;
}

#static_menu a {
	color: #0D335B;
	text-decoration: none;
}

#static_menu a:hover {
	color: #800000;
	text-decoration: none;
}
/* /static menu */

/* navigation */
#navigation {
	padding-left: 3px;
	padding-right: 3px;
	color: #808080;
	font: normal normal normal 8pt Tahoma;
}

#navigation .normal {
}

#navigation .current {
	font: normal normal 600 8pt Tahoma;
}

#navigation a {
	color: #808080;
	text-decoration: none;
}

#navigation a:hover {
	color: #808080;
	text-decoration: underline;
}
/* /navigation */

/* menu */
.menu_title {
	background: #e1e9f4 url(../img/menu_item_bg.gif) repeat-x bottom;
	color: #112847;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 600;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.menu_item_row {
	background: #f4f4f4 url(../img/menu_item_bg.gif) repeat-x bottom;
	height: 25px;
}

.menu_item {
	color: #f4f4f4;
	font: normal normal normal 8pt Tahoma;
}

a.menu_item {
	color: #000000;
	text-decoration: none;
}

a.menu_item:hover {
	color: #000000;
	text-decoration: none;
}

.menu_item_row2 {
	background-color: #f4f4f4;
	height: 25px;
}

.menu_item2 {
	background-color: #F0F0F0;
	color: #112847;
	font: normal normal normal 8pt Tahoma;
}

a.menu_item2 {
	color: #112847;
	text-decoration: none;
}

a.menu_item2:hover {
	color: #800000;
	text-decoration: none;
}

.menu_indent {
	background-color: #F0F0F0;
	padding-right: 10px;
}
/* /menu */
 
/* login */
#login_table {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	width: 100%;
}

#login_table .title {
	background: #D3D3D3 url(../img/menu_item_bg.gif) repeat-x bottom;
	color: #112847;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 600;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#login_table .box {
	font: normal normal normal 8pt Tahoma;
	background-color: #F0F0F0;
	padding: 10px 15px;
}

#login_table .label {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
}

#login_table .textbox {
	background: #ffffff;
	color: #000000;
	direction: ltr;
	font: normal normal normal 8pt Tahoma;
	width: 78px;
}

#login_table .button {
	float: left;
	margin-top: 10px;
	width: 60px;
	text-align: center;
	font: normal normal normal 8pt Tahoma;
}

#login_table a {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	text-decoration: none;
}

#login_table a:hover {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	text-decoration: underline;
}
/* /login */

/* newsletter */
#newsletter_table {
	width: 100%;
}

#newsletter_table .title {
	background: #D3D3D3 url(../img/menu_item_bg.gif) repeat-x bottom;
	color: #112847;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 600;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#newsletter_table .box {
	background-color: #F0F0F0;
	padding: 10px 15px;
}

#newsletter_table .label {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	margin-left: 3px;
}

#newsletter_table .textbox {
	background: #ffffff;
	color: #000000;
	direction: ltr;
	font: normal normal normal 8pt Tahoma;
	width: 138px;
	margin-top: 10px;
}

#newsletter_table .button {
	float: left;
	margin-top: 10px;
	width: 60px;
	text-align: center;
	font: normal normal normal 8pt Tahoma;
}
/* /newsletter */

/* poll */
#poll_table {
	width: 100%;
}

#poll_table .title {
	background: #D3D3D3 url(../img/menu_item_bg.gif) repeat-x bottom;
	color: #112847;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 600;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#poll_table .box {
	background-color: #F0F0F0;
	padding: 10px 15px;
}

#poll_table .question {
	color: #000000;
	display: block;
	font: normal normal normal 8pt Tahoma;
}

#poll_table .option {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 4px;
}

#poll_table .message {
	color: #000000;
	display: block;
	font: normal normal normal 8pt Tahoma;
}

#poll_table .button {
	float: left;
	margin-bottom: 10px;
	width: 60px;
	text-align: center;
	font: normal normal normal 8pt Tahoma;
}
/* /poll */

/* footer */
#footer {
	direction: rtl;
	color: #13467B;
	font: normal normal normal 8pt Tahoma;
	text-align: center;
	padding-top: 5px;
}

#footer a {
	color: #13467B;
	text-decoration: none;
}

#footer a:hover {
	color: #13467B;
	text-decoration: underline;
}
/* /footer */

/* sitemap */
#sitemap {
	margin: 5px 10px;
}

#sitemap h3 {
	color: #82030F;
	font: normal normal 600 10pt Tahoma;
}

.sitemap_grey {
	background: #155491;
}

.sitemap_title {
	background: #114374;
	color: #ffffff;
	font: normal normal normal 8pt Tahoma;
	padding: 0 7px 0 14px;
}

.sitemap_item_row {
	background: #c1c1c1;
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 7px 0 14px;
}

.sitemap_item {
	color: #254A70;
	font: normal normal bold 8pt Tahoma;
}

a.sitemap_item {
	color: #000000;
	text-decoration: none;
}

a.sitemap_item:hover {
	color: #000000;
	text-decoration: none;
}

.sitemap_grey2 {
	background: #1966AF;
}

.sitemap_item_row2 {

	background: #efefef;
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 7px 0 14px;
}

.sitemap_item2 {

	color: #fcfcfc;
	font: normal normal normal 8pt Tahoma;
}

a.sitemap_item2 {

	color: #000000;
	text-decoration: none;
}

a.sitemap_item2:hover {
	color: #800000;
	text-decoration: none;
}
/* /sitemap */


/* CSS FROM OLD TEMPLATE */

a
    {
    
    font-weight: normal;
    color: #000000;
    text-decoration: none
    }
a:visited
    {
    
    font-weight: normal;
    color: #000000;
    text-decoration: none
    }

a:hover
    {
   
    font-weight: normal;
    color: #800000;
    text-decoration: underline
    }

.page_title
    {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: 600;
    color: #509DE6;
    filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#c0c0c0, Positive=true)";
    }
.page_date
    {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#c0c0c0, Positive=true)";
    }
.page_intro
    {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    vertical-align: text-top;
    }
.page_image_desc
    {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    }
.page_body
    {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    padding: 0px 5px 0px 5px;
    }

.update_date
    {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: #999999;
    text-align: justify;
    padding: 0px 5px 0px 5px;
    }



/* print */
#print_page_content {
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 80%;
	margin: 5px 10px;
}

#print_page_content th, #print_page_content td, #print_page_content caption {
	font-family: Tahoma;
	font-size: 80%;
}

#print_page_content h1, #print_page_content h2, #print_page_content h3, #print_page_content h4, #print_page_content h5, #print_page_content h6 {
	color: #82030F;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 0;
}

#print_page_content a {
	color: #666666;
	text-decoration: none;
}

#print_page_content a:hover {
	color: #666666;
	text-decoration: underline;
}

#print_page_content a.print_tools {
	color: #000000;
	text-decoration: underline;
}

#print_page_content a.print_tools:hover {
	color: #000000;
	text-decoration: none;
}

#print_page_content .print_intro {
	color: #333333;
}

#print_page_content .print_page_image {
	border: 0;
	display: inline;
	float: left;
	padding: 5px;
	text-align: center;
	width: auto;
}

#print_page_content .print_image_desc {
	color: #333333;
	font-size: 75%;
}

#print_page_content .print_page_body {
	clear: left;
}

#print_page_content .print_page_date {
}
/* /print */

/* email */
#email_table {
	font: normal normal normal 8pt Tahoma;
	margin: 10px;
	width: 340px;
}

#email_table h3 {
	color: #82030F;
}

#email_table label {
	font: normal normal normal 8pt Tahoma;
}

#email_table .textbox {
	font: normal normal normal 8pt Tahoma;
}

#email_table .textbox_ltr {
	direction: ltr;
	font: normal normal normal 8pt Tahoma;
}

#email_table .button {
	font: normal normal normal 8pt Tahoma;
}
/* /email */

/* paging */
#paging {
	margin: 5px 10px;
}

#paging .highlight {
	color: #000000;
	font: normal normal 600 8pt Tahoma;
}

#paging a.link {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	text-decoration: underline;
}

#paging a.link:hover {
	color: #000000;
	text-decoration: none;
}
/* /paging */

/* news_panel */
#news_panel {
	margin: 5px 10px;
}

#news_panel h3 {
	color: #82030F;
	font: normal normal 600 10pt Tahoma;
}

#news_panel .switch {
	color: #666666;
	font: normal normal 600 10pt Tahoma;
}

#news_panel .switch a {
	color: #666666;
	font: normal normal normal 10pt Tahoma;
	text-decoration: underline;
}

#news_panel .switch a:hover {
	color: #666666;
	text-decoration: none;
}

#news_panel .news_list_text {
	color: #000000;
	font: normal normal normal 10pt Tahoma;
}

#news_panel .news_category_list {
	color: #000000;
	font: normal normal normal 10pt Tahoma;
}
/* /news_panel */

/* news */
#news_content {
	font-family: Tahoma;
	font-size: 75%;
}

#news_content th, #news_content td, #news_content caption {
	font-family: Tahoma;
	font-size: 75%;
}

#news_content h1, #news_content h2, #news_content h3, #news_content h4, #news_content h5, #news_content h6 {
	color: #800000;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 0;
}

#news_content a {
	color: #666666;
	text-decoration: underline;
}

#news_content a:hover {
	color: #666666;
	text-decoration: none;
}

#news_content .intro {
	color: #333333;
}

#news_content .news_image {
	border: 0;
	display: inline;
	float: left;
	padding: 5px;
	text-align: center;
	width: auto;
}

#news_content .image_desc {
	color: #333333;
	font-size: 75%;
}

#news_content .news_body {
	clear: left;
}

#news_content .news_date {
}
/* /news */

/* news_list */
#news_list {
	background-color: #ffffff;
	margin: 5px 10px;
}

#news_list .news_list_title {
	color: #000000;
	font: normal normal 600 9pt Tahoma;
}

#news_list a.news_list_mode, #news_list a.news_list_mode:visited {
	color: #dcdcdc;
	font: normal normal 600 9pt Tahoma;
	text-decoration: none;
}

#news_list a.news_list_mode:hover {
	color: #a9a9a9;
	text-decoration: none;
}

#news_list .news_list_mode {
	color: #000000;
	font: normal normal 600 9pt Tahoma;
}

#news_list .news_list_text {
	color: #666666;
	font: normal normal normal 9pt Tahoma;
}

#news_list .news_category_list {
	color: #666666;
	font: normal normal normal 9pt Tahoma;
	width: 200px;
}

#news_list .news_list_header {
	background: #276CAC;
	  font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: White;
    border-top:   1px solid #C4DBE5;
    border-left:  1px solid #808080;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #B6D1DE;
    cursor: hand;
}

#news_list .news_list_col_row, #news_list .news_list_col_imp, #news_list .news_list_col_res, #news_list .news_list_col_url, #news_list .news_list_col_cat, .news_list_col_date {
	   font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #7d0808;
    vertical-align: middle;
    border-bottom: 1px solid #dcdcdc;
}

#news_list a.news_list_col_url, #news_list a.news_list_col_url:visited {
	border-bottom: 0px;
	color: #454343;
	text-decoration: none;
	vertical-align: middle;
}

#news_list a.news_list_col_url:hover {
	border-bottom: 0px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
}
/* /news_list */

/* poll_result */
#poll_result {
	font-family: Tahoma;
	font-size: 75%;
	margin: 5px 10px;
}

#poll_result .title {
	color: #82030F;
	font-weight: 600;
}

#poll_result .question {
	font-size: 10pt;
}

#poll_result .total {
	font-weight: 600;
}

#poll_result .legend_text {
	font-family: Tahoma;
	font-size: 75%;
}

#poll_result .legend_quantity {
	font-family: Tahoma;
	font-size: 75%;
}
/* /poll_result */

/* search_result */
#search_result {
	font-family: Tahoma;
	margin: 5px 10px;
}

#search_result * {
	font-size: 10pt;
}

#search_result .title {
	color: #82030F;
	font-weight: 600;
}

#search_result .message {
	color: #333333;
}

#search_result a.sarea, #search_result a.sarea:visited {
	color: #454343;
	text-decoration: underline;
}

#search_result a.sarea:hover {
	color: #000000;
	text-decoration: none;
}

#search_result .sarea {
}

#search_result .row {
	background: #FAFAFA;
	padding: 2px 10px;
}

#search_result .row_title {
	color: #000000;
}

#search_result a.row_title, #search_result a.row_title:visited {
	color: #112847;
	text-decoration: underline;
}

#search_result a.row_title:hover {
	color: #000000;
	text-decoration: none;
}

#search_result .row_date {
	color: #808080;
}

#search_result .row_sum {
	color: #000000;
	padding: 2px 10px;
	text-align: justify;
}
/* /search_result */

.search {
	background: #ffff33;
	color: #000000;
}