/***************** GENERAL **/
/* general - layout */
BODY  {
  margin: 		0;
  padding:		0;
}


.dynamic-web  {
  margin: 		0 auto;
  padding:		0 auto;
  width:1024px;
  text-align:center;
}
li
{
color:Black;
}

/* all text - style */
.dynamic-web * {
  font-family:  Arial, Verdana, Helvetica;
}

/* ----- COMMON ELEMENTS -----*/
.dynamic-web .title .content_Title1
{
	color:#5E646D;
	font-size:20px;
	text-align:justify;
	font-weight:bold;
	text-decoration:none;
}
.dynamic-web .content_Title2
{
	color:#3F3834;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.dynamic-web .content_text1, /*for regular blue text*/
.dynamic-web .divPassword
{
	color:#6E94A6;
	font-size:13px;
	/*text-align:justify;*/
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .content_text2 /*for small blue text*/
{
	color:#000000;
	font-size:8px;
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .content_text3 /*for regular white text*/
{
	color:#6F6D6A;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .content_text4 /*for regular big white text*/
{
	color:#6F6D6A;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.dynamic-web .general_inputNoBorder
{
	color:#000000;
	font-size:11px;
	padding-left:5;
	padding-top:0;
}
.dynamic-web .general_input
{
	border:solid 0.01cm #A8B4BB;
	color:#5C3505;
	font-size:13px;
	padding-left:5;
	padding-top:0;
}

.dynamic-web .general_RadioInput
{
	color:#5C3505;
	font-size:13px;
	padding-left:5;
	padding-top:0;
}

.dynamic-web .hand_cursor
{
	cursor:pointer;
}

.dynamic-web .must
{
	color:red;
	font-size:13px;
}
.dynamic-web .forms_button
{
	color:#FFFFFF;
	border: solid 0.01cm #A8865B;
	background-color:#A8865B;
	cursor:pointer;
	font-weight:bold
}
.dynamic-web .serverMsg
{
	color:#FF5300;
	font-size:11px;
	text-align:left;
	font-weight:bold;
}

/* ---- SIDE MENU -----*/
.dynamic-web .side_menu
{
	padding-top:0px;
	text-align:right;
	display:block;
	font-size:14px;
}
.dynamic-web .side_menu .td_menu_child
{
	padding-bottom:0;
	padding-top:0;
	display:block;
}
.dynamic-web .td_menu a:link, /*for sideMenu link*/
.dynamic-web .side_menu .td_menu a:visited,
.dynamic-web .side_menu .td_menu a:active
{
	color:#777572;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	display:block;
}
.dynamic-web .side_menu .td_menu a:hover 
{
	text-decoration:none;
	text-align:right;
	display:block;
}

.dynamic-web .side_menu .td_menu_selected a:link, /*for sideMenu link*/
.dynamic-web .side_menu .td_menu_selected a:visited,
.dynamic-web .side_menu .td_menu_selected a:active
{
	color:#777572;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.dynamic-web .side_menu .td_menu_selected a:hover 
{
	text-decoration:none;
}

.dynamic-web .side_menu .td_menu_selected a:link, /*for sideMenu link*/
.dynamic-web .side_menu .td_menu_selected a:visited,
.dynamic-web .side_menu .td_menu_selected a:active
{
	color:#464036;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.dynamic-web .side_menu .td_menu_selected a:hover 
{
	text-decoration:none;
	font-size:10px;
}

/* ------- breadCrumbs ------- */
.dynamic-web .breadCrumbs
{
	padding-top:5px;
	font-size:12px;
	direction:rtl;
	text-align:right;
	/*--background:url(../images/hp_editor_bgr.jpg) no-repeat ;--*/
	
	width:405px;
}
.editor
{
	padding-top:5px;
	font-size:12px;
	direction:rtl;
	text-align:right;
	background:url(../images/hp_editor_bgr.jpg) no-repeat top ;
	height:200px;
	width:405px;
	padding-right:6px;
	vertical-align:top;
}

.dynamic-web .content .breadCrumbs a /*for breadCrumbs links*/
/*.dynamic-web .breadCrumbs a:visited,
.dynamic-web .breadCrumbs a:active */
{
	color:#A5BABD;
	font-weight:normal;
	text-decoration:none;
	direction:rtl;

}
.dynamic-web .content .breadCrumbs a:hover 
{
	text-decoration:none;
	color:#A5BABD;
}

.dynamic-web .breadCrumbs .seperator
{
	padding-top:10px;
	color:#648EA2;
}

.dynamic-web .breadCrumbs .selected
{
	padding-top:10px;
	color:#716C60;
}


/* ----- footer 
.dynamic-web .footer
{
	color:#58595B;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	background-color:#333333;
}-----*/
.dynamic-web .footer a:link, /*for breadCrumbs links*/
.dynamic-web .footer a:visited,
.dynamic-web .footer a:active 
{
	color:#96846D;
	/*text-align:justify;*/
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .footer a:hover 
{
	text-decoration:none;
}

/* ----- content main ----- */
.dynamic-web .main_grid
{
	/*background-image:URL(../images/content_bgr.gif);
	background-repeat:no-repeat;*/
	
	background:url(../images/content_bg.jpg);
}

.dynamic-web .content
{
	/*background-image:URL(../images/content_bgr.gif);
	background-repeat:no-repeat;*/
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	color:#3F3834;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	vertical-align:top;
}
.dynamic-web .content a:link,
.dynamic-web .content a:visited,
.dynamic-web .content a:active 
{
	color:#666462;
	text-align:justify;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.dynamic-web .content a:hover 
{
	text-decoration:none;
}
.dynamic-web .padding
{
	padding-left:20px;
}


.dynamic-web h1
{
	padding-left:20px;
}

/* ----- HTML TAGS ----- */
BODY
{
	background-color:#716C60;
}

h1 
{
	color:#666462;
	font-size:13px;
	/*text-align:justify;*/
	margin-bottom:0px;
	margin-top:0px;
	font-weight:bold;
	text-decoration:none;
}
h2 
{
	color:#666462;
	font-size:13px;
	/*text-align:justify;*/
	margin-bottom:0px;
	font-weight:bold;
	text-decoration:none;
}
P 
{
	color:#666462;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}


/* ----- GENERAL LAYOUT PAGES ----- */

.dynamic-web .banner_top
{
	background-image:URL(../images/dynamic-web-top-banner.jpg);
	color:#01446A;
}

/* ----- CONTACT ----- */
.dynamic-web .contact_window
{
	background-color:#202020;
	border:solid 0.02cm #666462;
	color:#666462;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:10px;
}

/* ----- NEWS IN HOME PAGE ----- */

.dynamic-web .news
{
	color:#A0471A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:0px;
	direction:rtl;
	width:240px;
	height:170px;
	overflow:hidden;
	
}
.dynamic-web .news a.marquee_news_link 
{
	background-color:#D0D0C7;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#A0471A;
	text-align:right;
	display:block;
	direction:rtl;
	padding-top::7px;
	padding-bottom:6px;
	padding-right:5px;
	
}
.dynamic-web .news .marquee_news_desc
{
 color:#3F3834;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
 text-align:right;
 direction:rtl;
 /*width:225px;*/
 padding-right:5px;
 padding-left:16px;
}
.dynamic-web .news .marquee_news_link:hover 
{
	text-decoration:none;
	
}

.dynamic-web .news_LANG2
{
	background-color:#01446A;
	
	color:#666462;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-top:55px;

}
.dynamic-web .news_LANG2 .marquee_news_link 
{
	color:#666462;
	font-size:1px;
	font-weight:bold;
	text-decoration:none;
}
.dynamic-web .news_LANG2 .marquee_news_link:hover 
{
	text-decoration:none;
}

/* ----- GENERAL LAYOUT PAGES ----- */

.dynamic-web .banner_top
{
	background-image:URL(../images/dynamic-web-top-banner.jpg);
	color:#01446A;
}

.dynamic-web .bgr_l
{
	background-image:URL(../images/dynamic-web_01.jpg);
	background-repeat:repeat-x;
	color:#01446A;
}

.dynamic-web .bgr_r
{
	background-image:URL(../images/dynamic-web_03.jpg);
	background-repeat:repeat-x;
	color:#01446A;
}

.dynamic-web .bgr_top
{
	background-image:URL(../images/dynamic-web1_01.jpg);
	background-repeat:no-repeat;
	color:#01446A;
	padding-left:8px;
}
.dynamic-web .bgr_top2
{
	background-image:URL(../images/dynamic-web1_02.jpg);
	background-repeat:no-repeat;
	color:#01446A;
}
.dynamic-web .bgr_b1
{
	background-image:URL(../images/dynamic-web1_05.jpg);
	background-repeat:no-repeat;
	color:#01446A;
}

.dynamic-web .bgr_lm
{
	background-image:URL(../images/dynamic-web1_06.jpg);
	background-repeat:repeat-y;
	color:#01446A;
}

.dynamic-web .bgr_rm
{
	background-image:URL(../images/dynamic-web1_06_08.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	color:#01446A;
}

/* ----- GENERAL LAYOUT PAGES ----- */
.dynamic-web .dynamic-pages .landing-page-tbls
{
	color:#000030;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .dynamic-pages a:link,
.dynamic-web .dynamic-pages a:visited,
.dynamic-web .dynamic-pages a:active
{
	color:#334069;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}

.dynamic-web .dynamic-pages a:hover 
{
	text-decoration:none;
}

/*-------------CSS-------------*/

body{
height:100%;
}

body{
margin:0px;
background: #fff;
font-family:tahoma;
font-size:12px;
}

#main_container{
width:1024px;
margin:0 auto;
text-align:center;
}

.bg_r{
background:url(../images/right_bg_image.jpg) #ffffff repeat-y left;
}
.bg_l{
background:url(../images/left_bg_image.jpg) #ffffff repeat-y right;
}
.bg{
background:url(../images/content_bg.jpg);

}
.clr{
clear:both;
}
.flot{
float:left;
}
.footer{
background:#B1A89C;
width:938px;
}
.footer_link
{
color:#B1A89C;
}

/*#news_head a{
	background-color:#D0D0C7;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#A0471A;
	text-align:right;
	display:block;
	direction:rtl;
	width:260px;
	padding-top::6px;
	padding-bottom:6px;
}
		
	*/
	
.head_small{
font-size: 12px;
color:#999999;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background:#D0D0C7;
}

.img_bg{
background-color:#A8865B;
height:27px;
direction:rtl;

}
.blu_bg{
background:url(../images/blu_bg.jpg) repeat-x;
height:29px;
text-align: center;
font-weight:bold;
font-size:14px;
}

.content1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color: #6B665F;
text-align:right;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;

}



.content2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#C4916F;
text-align:right;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
}
/*---------HEADER---------*/
#header{
height:149px;
width:1024px;

}

.top_mid{
background:url(../images/top_mid.jpg) no-repeat;
width:700px;
height:149px;
float:left;
}
.logo{
background:url(../images/logo.jpg) no-repeat;
width:218px;
height:149px;
float:left;
}
/*---------FOOTER START--------*/

.bg_footer{
background:#B1A89C;

}

/*------------MIDDLE--------------*/
#mid_main{
width:1024px;
background:url(../images/bg_mid.jpg) repeat-y center;
margin:0 auto;
text-align:center;
}
#mid_container{
background: url(../images/bg_page.jpg);
width:924px;
margin:0 auto;
text-align:center;
}
#left{
width:320px;
height:456px;
float:left; 
}

.img_head{
width:184px;
height:23px;
background:#B4D0E3;
text-align:center;
font-weight:bold;
font-size:12px;
}

.img2{
background:url(../images/img_bootom_2.jpg) no-repeat;
width:119px;
}
.img3{
background:url(../images/img_bottom_3.jpg) no-repeat;
width:103px;
}
.img1{
background:url(../images/img_bottom_1.jpg) no-repeat;
height:86px;
width:95px;
}
.dynamic-web .navigation,
.dynamic-web .navigation a:link
.dynamic-web .navigation a:active
.dynamic-web .navigation a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#58595B;
text-decoration:none;
display:block;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
/*background:url(../images/nav_dott.jpg) repeat-x bottom;*/

}
.dynamic-web .navigation a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#464036;
text-decoration: none;
display:block;
/*background:url(../images/nav_dott.jpg) repeat-x bottom #B4D0E3;*/
background-color: #B4D0E3;

padding-right:2px;
width:131px;
white-space:normal;
}


.mid_blue{
background:url(../images/bg_blue_rept.jpg) repeat-y bottom;
vertical-align:top;
}
.mid_blue_2{
background:url(../images/bg_blue1.jpg) no-repeat top left; 
height:161px;
}
.bg_mid_blue3{
background:url(../images/bg_blue_bott.jpg) no-repeat;
width:401px; 
height:9px;
}
.footer_r{
width:20px;
height:19px;
}
.footer_mid{
width:131px;
background:#5C3505;
height:19px;
}
.rtl.marquee_news_desc
{
 color:#3F3834;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
 text-align:right;
direction:rtl;
}
	.space1
	{
		width:45px;
		}
		.space2
		{
			width:43px;
			}
			.mid_space
			{
				width:31px;
				}
				
				.blue_border
				{
					width:180px;
					vertical-align:top;
					height:55px;
					}
					.mid_img_space
					{
						width:404px;}
	

.dynamic-web .side_menu .nodeSelectTR1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#58595B;
text-decoration:none;
display:block;
/*height:33px; */
padding-top:0px;
text-align:right;
width:131px;
background:url(../images/nav_dott.jpg) repeat-x top;
padding-right:6px;
}
.dynamic-web .side_menu .nodeSelectTR
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#58595B;
text-decoration:none;
display:block;
/*height:33px;*/
padding-top:0px;
text-align:right;
width:131px;
 background:url(../images/nav_dott.jpg) repeat-x top;
	
}

.nodeSelect
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#464036;
background-color: #B4D0E3;
text-decoration:none;
display:block;
/*height:33px;
background:url(../images/nav_dott.jpg) repeat-x bottom;*/
padding-top:3px;
padding-bottom:3px;
padding-right:6px;
text-align:right;
width:131px;
}	

.selectedNode, 
.selectedNode a:active,
.selectedNode a:link,
.selectedNode a:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#464036;
background-color: #B4D0E3;
text-decoration:none;
display:block;
/*height:33px;
background:url(../images/nav_dott.jpg) repeat-x bottom;
*/
padding-top:3px;
padding-bottom:3px;

text-align:right;
width:131px;
}			
.nodeSelectedynamic
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#58595B;
background-color: #B4D0E3;
text-decoration:none;
display:block;
padding-top:0px;
padding-right:2px;
text-align:right;
width:131px;
background:url(../images/nav_dott.jpg) repeat-x bottom;
}
.nodeexpandedchild
{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#58595B;
background-color: #B4D0E3;
text-decoration:none;
display:block;
padding-top:3px;
padding-right:6px;
height:28px;
text-align:right;
width:131px;
background:url(../images/nav_dott.jpg) repeat-x top;
	/*
background:url(../images/side_line.jpg) ;
font-family:Verdana, Arial, Helvetica, sans-serif;  
font-size:10px;
font-weight:bold;
color:#58595B;
text-decoration:none;
display:block;
height:20px;
padding-top:6px;
text-align:right;
width:180px;*/
	
}

.dynamic-web .ParentNodeClass
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#58595B;
text-decoration:none;
display:block;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
text-align:right;
background:url(../images/nav_dott.jpg) repeat-x bottom;
}

.dynamic-web .ParentNodeClass a:link,
.dynamic-web .ParentNodeClass a:active,
.dynamic-web .ParentNodeClass a:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#58595B;
text-decoration:none;
display:block;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
text-align:right;
}

.dynamic-web .SelectedNodeParentClass,
.dynamic-web .SelectedNodeParentClass a:active,
.dynamic-web .SelectedNodeParentClass a:link,
.dynamic-web .SelectedNodeParentClass a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#58595B;
text-decoration:none;
display:block;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
text-align:right;

}
a.node_light{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#CDCCBF;
text-decoration:none;
display:block;
height:20px;
padding-top:6px;
text-align:right;
width:155px;
background:url(../images/side_line.jpg) no-repeat right;
direction:rtl;
}	
a.link
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#6E6A5E;
text-decoration: none;
height:20px;
}	
.bred
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#5B879E;
height:20px;
}


.dynamic-web .side_menu
{
	padding-top:0px;
	text-align:right;
	display:block;
	font-size:14px;
	
	
}
.dynamic-web .side_menu .TreeView
{
	color:#464036;
	font-size:17px;
	font-family:Arial;
	text-align:right;
	padding-top:0px;
	padding-bottom:3px;
	display:block;
	border-bottom:1px dotted #000;
}
.dynamic-web .side_menu .TreeView_selected
{
	color:#464036;
	font-size:17px;
	font-family:Arial;
	text-align:right;
	background-color:#B4D0E3;
	display:block;
}
.dynamic-web .side_menu a:link, /*for sideMenu link*/
.dynamic-web .side_menu a:visited,
.dynamic-web .side_menu a:active
{
	color:#464036;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	display:block;
	
}
.dynamic-web .side_menu a:hover 
{
	text-decoration:none;
	width:100%;
	display:block;
	background:#000;
}

.dynamic-web .side_menu .TreeView_selected a:link,
.dynamic-web .side_menu .TreeView_selected a:visited,
.dynamic-web .side_menu .TreeView_selected a:active
{
	color:#464036;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	display:block;
}
.dynamic-web .side_menu .TreeView_selected a:hover 
{
	text-decoration:none;
	color:#464036;
	width:100%;
	display:block;
	
}
.link_footer
{
	color:#786141;
}


/*-----------*/

.dynamic-web .TreeView
{
	color:#58595B;
font-size:12px;
white-space:normal;
text-align:right;

	
}

.dynamic-web  .TreeView a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#58595B;
text-decoration:none;
display:block;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
border-bottom:1px dashed #454136;
font-weight:bold;
	
}
.dynamic-web  .TreeView a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#464036;
text-decoration: none;
display:block;
/*background:url(../images/nav_dott.jpg) repeat-x bottom #B4D0E3;*/
background-color: #B4D0E3;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
font-weight:bold;
}


.dynamic-web  .TreeViewSelectedParentNode 

{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#58595B;
text-decoration:none;
display:block;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
font-weight:bold;
text-align:right;
}
.dynamic-web  .TreeViewSelectedParentNode a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#58595B;
text-decoration:none;
display:block;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
font-weight:bold;
}

.dynamic-web  .TreeViewSelectedParentNode a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#464036;
text-decoration: none;
display:block;
background-color: #B4D0E3;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
font-weight:bold;
}



.dynamic-web  .TreeViewChildNode
{
	
text-decoration:none;
white-space:normal;
font-size:12px;
color:#464036;
text-align:right;
border-bottom:1px dashed #454136;
width:131px;

	 
}
.dynamic-web  .TreeViewChildNode a:active,
.dynamic-web  .TreeViewChildNode a:visited,
.dynamic-web  .TreeViewChildNode a:link
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#464036;
text-decoration: none;
display:block;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
}
.dynamic-web  .TreeViewChildNode a:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#464036;
text-decoration: none;
display:block;
background: #B4D0E3;
padding-top:3px;
padding-bottom:3px;
padding-right:2px;
width:131px;
white-space:normal;
}

.dynamic-web  .TreeViewSelectedNode
{
font-size:12px;
color:#464036;
text-decoration: none;
background: #B4D0E3;
white-space:normal;
text-align:right;
	 
}
.dynamic-web  .TreeViewSelectedNode a:active,
.dynamic-web  .TreeViewSelectedNode a:visited,
.dynamic-web  .TreeViewSelectedNode a:link
{
color:#464036;
text-decoration:none;
white-space:normal;
width:131px;
display:block;
padding-bottom:3px;
padding-top:3px;
padding-right:2px;
	 
}

a{
font-size: 12px;
font-weight: bold;
color: #334069;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}
