/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #e7e8e9;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

#main_table {
	direction: rtl;
	background-color: #fff;
}

/* language */
#lng {
	color: #000;
	font: normal normal normal 7pt Tahoma;
	padding: 3px 10px;
}

#lng a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
	padding: 3px 5px;
	background-color: #fff;
}

#lng a:visited {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

#lng a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #6b2f62;
}
/* /language */

/* search */
#search {
	border-left: 1px solid #b1b2b4;
	border-bottom: 1px solid #b1b2b4;
}

#search .title {
	font: normal normal 600 8pt Tahoma;
	color: #fff;
	background: url(../img/menu_title_bg.gif) #bb67b4 no-repeat top right;
	padding-left: 10px;
	padding-right: 10px;
	height: 21px;
}

#search .box {
	height: 38px;
	padding: 5px 10px 5px 8px;
	background-color: #fff;
}

#search .textbox {
	direction: ltr;
	color: #2a2a2a;
	border: 1px solid #a7a9ac;
	font: normal normal normal 8pt Tahoma;
	width: 128px;
	float: right;
	background-color: #fff;
}

#search .button {
	margin: 0;
	padding: 0;
	float: left;
}
/* /search */

/* navigation */
#navigation {
	font: normal normal normal 7pt Tahoma;
	padding: 3px 10px 3px 10px;
	color: #666;
	border-bottom: solid 1px #eee;
}

#navigation .normal {
}

#navigation .current {
	font: normal normal 600 7pt Tahoma;
}

#navigation a {
	text-decoration: none;
	color: #666;
}

#navigation a:hover {
	text-decoration: underline;
	color: #666;
}
/* /navigation */

/* menu */
.menu_title {
	font: normal normal 600 8pt Tahoma;
	color: #fff;
	background: url(../img/menu_title_bg.gif) #bb67b4 no-repeat top right;
	padding-left: 10px;
	padding-right: 10px;
	height: 21px;
}

.menu_item_row {
	border-bottom: 1px solid #b1b2b4;
}

.menu_item {
	font: normal normal normal 8pt Tahoma;
	color: #000;
	padding-right: 12px;
	padding-left: 8px;
}

a.menu_item {
	color: #000;
	text-decoration: none;
}

a.menu_item:hover {
	color: #2a2a2a;
	text-decoration: none;
}

.menu_item_row2 {
	border-bottom: 1px solid #b1b2b4;
	padding-right: 12px;
	padding-left: 8px;
	background-color: #f5f5f5;
}

.menu_item2 {
	font: normal normal normal 8pt Tahoma;
	color: #000;
}

a.menu_item2 {
	color: #000;
	text-decoration: none;
}

a.menu_item2:hover {
	color: #2a2a2a;
	text-decoration: none;
}
/* /menu */
 
/* login */
#login_table {
	border-left: 1px solid #b1b2b4;
	border-bottom: 1px solid #b1b2b4;
}

#login_table .title {
	font: normal normal 600 8pt Tahoma;
	color: #fff;
	background: url(../img/menu_title_bg.gif) #bb67b4 no-repeat top right;
	padding-left: 10px;
	padding-right: 10px;
	height: 21px;
}

#login_table .box {
	height: 83px;
	padding: 5px 10px 5px 8px;
	background-color: #fff;
}

#login_table .label {
	font: normal normal normal 8pt Tahoma;
	color: #000;
	float: right;
}

#login_table .textbox {
	direction: ltr;
	color: #2a2a2a;
	border: 1px solid #a7a9ac;
	font: normal normal normal 8pt Tahoma;
	width: 128px;
	float: left;
	background-color: #fff;
}

#login_table .button {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}

#login_table a {
	font: normal normal normal 8pt Tahoma;
	color: #000;
	text-decoration: underline;
}

#login_table a:hover {
	font: normal normal normal 8pt Tahoma;
	color: #000;
	text-decoration: none;
}
/* /login */

/* newsletter */
#newsletter_table {
	border-left: 1px solid #b1b2b4;
	border-bottom: 1px solid #b1b2b4;
}

#newsletter_table .title {
	font: normal normal 600 8pt Tahoma;
	color: #fff;
	background: url(../img/menu_title_bg.gif) #bb67b4 no-repeat top right;
	padding-left: 10px;
	padding-right: 10px;
	height: 21px;
}

#newsletter_table .box {
	height: 50px;
	padding: 5px 10px 5px 8px;
	background-color: #fff;
}

#newsletter_table .label {
	font: normal normal normal 8pt Tahoma;
	color: #000;
	float: right;
}

#newsletter_table .textbox {
	direction: ltr;
	color: #2a2a2a;
	border: 1px solid #a7a9ac;
	font: normal normal normal 8pt Tahoma;
	width: 128px;
	float: right;
	background-color: #fff;
}

#newsletter_table .button {
	margin: 0;
	padding: 0;
	float: left;
}
/* /newsletter */

/* poll */
#poll_table {
	border-right: 1px solid #b1b2b4;
	border-bottom: 1px solid #b1b2b4;
}

#poll_table .title {
	font: normal normal 600 8pt Tahoma;
	color: #fff;
	background: url(../img/menu_title_bg.gif) #bb67b4 no-repeat top right;
	padding-left: 10px;
	padding-right: 10px;
	height: 21px;
}

#poll_table .box {
	height: 50px;
	padding: 5px 10px 5px 8px;
	background-color: #fff;
}

#poll_table .question {
	font: normal normal normal 8pt Tahoma;
	color: #000;
	text-align: right;
	display: block;
}

#poll_table .option {
	font: normal normal normal 8pt Tahoma;
	color: #2a2a2a;
	padding: 0 4px;
	display: block;
}

#poll_table .message {
	font: normal normal normal 8pt Tahoma;
	color: #000;
}

#poll_table .button {
	float: left;
	margin-top: 10px;
}
/* /poll */

/* footer */
#footer {
	background: url(../img/footer_bg.gif) #6b2f62 no-repeat top left;
	text-align: center;
	font: normal normal normal 8pt Tahoma;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* /footer */

/* sitemap */
#sitemap {
	margin: 5px 10px;
}

#sitemap h3 {
	font: normal normal 600 10pt Tahoma;
	color: #bb67b4;
}

.sitemap_grey {
	background-color: #6b2f62;
}

.sitemap_title {
	color: #fff;
	font: normal normal normal 8pt Tahoma;
	padding: 0 14px;
	background-color: #bb67b4;
}

.sitemap_item_row {
	color: #000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 14px;
	background-color: #fff;
}

.sitemap_item {
	color: #333;
	font: normal normal normal 8pt Tahoma;
}

a.sitemap_item {
	color: #000;
	text-decoration: underline;
}

a.sitemap_item:hover {
	color: #000;
	text-decoration: none;
}

.sitemap_grey2 {
	background-color: #883b7d;
}

.sitemap_item_row2 {
	color: #000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 14px;
	background-color: #fcfcfc;
}

.sitemap_item2 {
	color: #333;
	font: normal normal normal 8pt Tahoma;
}

a.sitemap_item2 {
	color: #000;
	text-decoration: underline;
}

a.sitemap_item2:hover {
	color: #000;
	text-decoration: none;
}
/* /sitemap */

/* page */
#page_content {
	font-size: 75%;
	font-family: Tahoma;
}

#page_content th, #page_content td, #page_content caption {
	font-size: 75%;
	font-family: Tahoma;
}

#page_content h1, #page_content h2, #page_content h3, #page_content h4, #page_content h5, #page_content h6 {
	font-size: 110%;
	color: #bb67b4;
	font-weight: 600;
}

#page_content a {
	color: #666;
	text-decoration: underline;
}

#page_content a:hover {
	color: #bb67b4;
	text-decoration: none;
}

#page_content .intro {
	line-height: 1.5em;
	color: #333;
}

#page_content .page_image {
	float: left;
	padding: 5px;
	text-align: center;
	display: inline;
	border: 0;
	width: auto;
}

#page_content .image_desc {
	font-size: 75%;
	color: #333;
}

#page_content .page_body {
	line-height: 1.5em;
}

#page_content .page_date {
}

#page_content .page_stat {
	font-size: 8pt;
}
/* /page */

/* print */
#print_page_content {
	font-size: 75%;
	font-family: Tahoma;
}

#print_page_content th, #print_page_content td, #print_page_content caption {
	font-size: 75%;
	font-family: Tahoma;
}

#print_page_content h1, #print_page_content h2, #print_page_content h3, #print_page_content h4, #print_page_content h5, #print_page_content h6 {
	font-size: 110%;
	color: #bb67b4;
	font-weight: 600;
}

#print_page_content a {
	color: #666;
	text-decoration: underline;
}

#print_page_content a:hover {
	color: #bb67b4;
	text-decoration: none;
}

#print_page_content a.print_tools {
	color: #000;
	text-decoration: underline;
}

#print_page_content a.print_tools:hover {
	color: #000;
	text-decoration: none;
}

#print_page_content .print_intro {
	line-height: 1.5em;
	color: #333;
}

#print_page_content .print_page_image {
	float: left;
	padding: 5px;
	text-align: center;
	display: inline;
	border: 0;
	width: auto;
}

#print_page_content .print_image_desc {
	font-size: 75%;
	color: #333;
}

#print_page_content .print_page_body {
	line-height: 1.5em;
}

#print_page_content .print_page_date {
}
/* /print */

/* email */
#email_table {
	font: normal normal normal 8pt Tahoma;
	margin: 10px;
}

#email_table h3 {
	color: #bb67b4;
}

#email_table label {
	font: normal normal 600 8pt Tahoma;
}

#email_table .textbox {
	font: normal normal normal 8pt Tahoma;
}

#email_table .textbox_ltr {
	font: normal normal normal 8pt Tahoma;
	direction: ltr;
}

#email_table .button {
	font: normal normal normal 8pt Tahoma;
}
/* /email */

/* paging */
#paging {
	margin: 5px 10px;
}

#paging .highlight {
	font: normal normal 600 8pt Tahoma;
	color: #000;
}

#paging a.link {
	font: normal normal normal 8pt Tahoma;
	color: #000;
	text-decoration: underline;
}

#paging a.link:hover {
	color: #000;
	text-decoration: none;
}
/* /paging */

/* news_panel */
#news_panel {
}

#news_panel h3 {
	font: normal normal 600 10pt Tahoma;
	color: #bb67b4;
}

#news_panel .switch {
	font: normal normal 600 10pt Tahoma;
	color: #666;
}

#news_panel .switch a {
	font: normal normal normal 10pt Tahoma;
	color: #666;
	text-decoration: underline;
}

#news_panel .switch a:hover {
	color: #666;
	text-decoration: none;
}

#news_panel .news_list_text {
	font: normal normal normal 10pt Tahoma;
	color: #000;
}

#news_panel .news_category_list {
	font: normal normal normal 10pt Tahoma;
	color: #000;
}
/* /news_panel */

/* news */
#news_content {
	font-size: 75%;
	font-family: Tahoma;
}

#news_content th, #news_content td, #news_content caption {
	font-size: 75%;
	font-family: Tahoma;
}

#news_content h1, #news_content h2, #news_content h3, #news_content h4, #news_content h5, #news_content h6 {
	font-size: 110%;
	color: #bb67b4;
	font-weight: 600;
}

#news_content a {
	color: #666;
	text-decoration: underline;
}

#news_content a:hover {
	color: #bb67b4;
	text-decoration: none;
}

#news_content .intro {
	line-height: 1.5em;
	color: #333;
}

#news_content .news_image {
	float: left;
	padding: 5px;
	text-align: center;
	display: inline;
	border: 0;
	width: auto;
}

#news_content .image_desc {
	font-size: 75%;
	color: #333;
}

#news_content .news_body {
	line-height: 1.5em;
}

#news_content .news_date {
}
/* /news */

/* news_list */
#news_list {
}

#news_list .news_list_title {
	font: normal normal 600 9pt Tahoma;
	color: #000;
}
	
#news_list a.news_list_mode, #news_list a.news_list_mode:visited {
	font: normal normal 600 9pt Tahoma;
	color: #dcdcdc;
	text-decoration: none;
}

#news_list a.news_list_mode:hover {
	color: #a9a9a9;
	text-decoration: none;
}

#news_list .news_list_mode {
	font: normal normal 600 9pt Tahoma;
	color: #000;
}

#news_list .news_list_text {
	font: normal normal normal 9pt Tahoma;
	color: #666;
}

#news_list .news_category_list {
	font: normal normal normal 9pt Tahoma;
	color: #666;
	width: 200px;
}

#news_list .news_list_header {
	font: normal normal normal 9pt Tahoma;
	color: #fff;
	border-top: 1px solid #e8c4e0;
	border-right: 1px solid #d08ac0;
	border-bottom: 1px solid #d08ac0;
	border-left: 1px solid #e8c4e0;
	cursor: hand;
	text-align: center;
	background-color: #bb67b4;
}

#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: normal normal normal 9pt Tahoma;
	color: #666;
	vertical-align: middle;
	border-bottom: 1px solid #dcdcdc;
}

#news_list a.news_list_col_url, #news_list a.news_list_col_url:visited {
	color: #454343;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 0px;
}

#news_list a.news_list_col_url:hover {
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 0px;
}
/* /news_list */

/* poll_result */
#poll_result {
	margin-top: 10px;
	font-size: 75%;
	font-family: Tahoma;
}

#poll_result .title {
	font-weight: 600;
	color: #bb67b4;
}

#poll_result .question {
	font-size: 10pt;
}

#poll_result .total {
	font-weight: 600;
}

#poll_result .legend_text {
	font-size: 75%;
	font-family: Tahoma;
}

#poll_result .legend_quantity {
	font-size: 75%;
	font-family: Tahoma;
}
/* /poll_result */

/* search_result */
#search_result {
	font-family: Tahoma;
}

#search_result * {
	font-size: 10pt;
}

#search_result .title {
	font-weight: 600;
	color: #bb67b4;
}

#search_result .message {
	color: #333;
}

#search_result a.sarea, #search_result a.sarea:visited {
	color: #454343;
	text-decoration: underline;
}

#search_result a.sarea:hover {
	color: #000;
	text-decoration: none;
}

#search_result .sarea {
}

#search_result .row {
	border: 1px solid #f0f0f0;
	padding: 2px 10px 2px 10px;
	text-align: right;
	background-color: #fafafa;
}

#search_result .row_title {
	color: #000;
}

#search_result a.row_title, #search_result a.row_title:visited {
	color: #454343;
	text-decoration: underline;
}

#search_result a.row_title:hover {
	color: #000;
	text-decoration: none;
}

#search_result .row_date {
	color: #808080;
}

#search_result .row_sum {
	color: #000;
	padding: 2px 10px 0px 10px;
	text-align: justify;
}
/* /search_result */

.search {
	background-color: #ff3;
	color: #000;
}
