/***************** GENERAL **/
/* general - layout */

html,body{
height:100%}


BODY  {
margin:0px;
background: #ffffff;
padding:0px;
font-family:tahoma;
font-size:11px;
}
.dynamic-web  {
  margin: 		0;
  padding:		0;
  height: 100%; /*stoopid ie*/
}


/* 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:#87D2FC;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.dynamic-web .content_text1, /*for regular blue text*/
.dynamic-web .divPassword
{
	color:#87D2FC;
	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:#000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .content_text4 /*for regular big white text*/
{
	color:#000;
	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:#000000;
	font-size:13px;
	padding-left:5;
	padding-top:0;
}

.dynamic-web .general_RadioInput
{
	color:#000000;
	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:#fff;
	border:none;
	cursor:pointer;
	font-weight:bold;
	background:url("../images/form_but_bg.jpg") repeat-x;
	height:33px;
	padding-bottom:5px;
	
}
.dynamic-web .serverMsg
{
	color:#FF5300;
	font-size:11px;
	text-align:left;
	font-weight:bold;
}


/* ------- breadCrumbs ------- */
.dynamic-web .breadCrumbs
{
	height:20px;
	width:735px;
	float:right;
	padding-top:2px;
	padding-bottom:5px;
	font-size:12px;
	font-family:Tahoma;
	padding-left:15px;
	padding-left:5px;
	padding-right:5px;
	margin-left:15px;
	color:#fff;
	font-weight:bold;
	border-bottom:1px dotted #E4E4E4;
	
}

.dynamic-web  .breadCrumbs a /*for breadCrumbs links*/
/*.dynamic-web .breadCrumbs a:visited,
.dynamic-web .breadCrumbs a:active */
{
	color:#599BBE;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
}
.dynamic-web  .breadCrumbs a:hover 
{
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}

.dynamic-web .breadCrumbs .seperator
{
	padding-top:12px;
	color:#7FC12C;
	font-weight:bold;
	
}

.dynamic-web .breadCrumbs .selected
{
	padding-top:12px;
	color:#A3A8AA;
	font-weight:bold;
}


/* ----- 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:#ffffff;
	/*text-align:justify;*/
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .footer a:hover 
{
	text-decoration:underline;
}

/* ----- content main ----- */
.dynamic-web .main_grid
{
margin:0px;
padding:0px;
}

.dynamic-web .content
{
	/*background-image:URL(../images/content_bgr.gif);
	background-repeat:no-repeat;*/
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	color:#87D2FC;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .content a:link,
.dynamic-web .content a:visited,
.dynamic-web .content a:active 
{
	color:#000;
	text-align:justify;
	font-weight:normal;
	text-decoration:none;
}
.dynamic-web .content a:hover 
{
	text-decoration:underline;
}
.dynamic-web .padding
{
	padding-left:20px;
}


/* ----- HTML TAGS ----- */

p{margin:0px; padding:0px;}

MARQUEE
{
	padding-left:7px;
	padding-right:7px;
}
h1 
{
	color:#ffffff;
	font-size:13px;
	/*text-align:justify;*/
	margin-bottom:0px;
	margin-top:0px;
	font-weight:bold;
	text-decoration:none;
}
h2 
{
	color:#ffffff;
	font-size:13px;
	/*text-align:justify;*/
	margin-bottom:0px;
	font-weight:bold;
	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 #ffffff;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:10px;
}

/* ----- NEWS IN HOME PAGE ----- */
.dynamic-web .news
{
	padding-right:15px;
	padding-top:5px;
	padding-left:15;
}


.dynamic-web .news .marquee_news_link 
{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


.dynamic-web .news .marquee_news_link:hover 
{
	text-decoration:underline;
}

.dynamic-web .news_LANG2
{
	padding-right:15px;
	padding-top:5px;
	padding-left:15;
}
.dynamic-web .news_LANG2 .marquee_news_link 
{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.dynamic-web .news_LANG2 .marquee_news_link:hover 
{
	text-decoration:underline;
}
/* ----- 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;
	text-align:justify;
	font-weight:normal;
	text-decoration:none;
	background:url("../images/bg_dynamic.jpg") repeat-x #fff;
	border-bottom:2px solid #E1EAEF;
	padding:7px;
	width:733px;
}
.dynamic-web .dynamic-pages a
{
	color:#9BA4A8;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#B9C1C6;
	padding:3px;
	width:726px;
	background:url("../images/bg_dynamic_link.jpg") repeat-x #fff;
	display:block;
}

.dynamic-web .dynamic-pages a:hover 
{
	text-decoration:underline;
}

.dynamic-web .padd{ padding-left:5px;}
  /* -------------------------------------------------------------- */
 /* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.divMainMenu .navigation
{
	font-family:tahoma;
	color:#83C134;
	font-size:12px;
	font-weight:bold;
	white-space:-moz-pre-wrap;
	
}

/*-----ltr top-node----*/
/****************Main Menu Classes ***************************************** */

.dynamic-web .top-node-ltr
{
font-family:tahoma;
color:#83C134;
font-size:12px;
font-weight:bold;
}

.dynamic-web .top-node-ltr a:link,
.dynamic-web .top-node-ltr a:active,
.dynamic-web .top-node-ltr a:visited
{
background:url(../images/arrow_nav.gif) left no-repeat ;

padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#83C134;
font-size:12px;
font-weight:bold;
display:block;
border-bottom:1px dotted #72B4D4;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
}

.dynamic-web .top-node-ltr a:hover
{
background: url(../images/bg_active_link.jpg) repeat-y;
padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:bold;
display:block;
border-bottom:1px dotted #72B4D4;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
}

/*-----rtl top-node----*/

.dynamic-web .top-node-rtl
{
font-family:tahoma;
color:#83C134;
font-size:12px;
font-weight:bold;
}

.dynamic-web .top-node-rtl a:link,
.dynamic-web .top-node-rtl a:active,
.dynamic-web .top-node-rtl a:visited
{
background:url(../images/arrow_nav_rtl.gif) right no-repeat ;

padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#83C134;
font-size:12px;
font-weight:bold;
display:block;
border-bottom:1px dotted #72B4D4;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
}


.dynamic-web .top-node-rtl a:hover
{
background: url(../images/bg_active_link_rtl.jpg) repeat-y;
padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:bold;
display:block;
border-bottom:1px dotted #72B4D4;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
}

/*-----end---rtl top-node----*/


/*--------ltr top-node-expanded ----*/
.dynamic-web .top-node-expanded-ltr
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#056839;
text-decoration:none;
width:193px;
border-top:1px solid #fff;
border-bottom:1px dotted #72B4D4;
}	

.dynamic-web .top-node-expanded-ltr a:active,
.dynamic-web .top-node-expanded-ltr a:link,
.dynamic-web .top-node-expanded-ltr a:visited
{
background: url(../images/bg_active_link.jpg) repeat-y;
padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:bold;
display:block;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
border-bottom:2px solid #fff;
}	

/*-----rtl top-node-expanded----*/

.dynamic-web .top-node-expanded-rtl
{


font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#056839;
text-decoration:none;
width:193px;
border-top:1px solid #fff;
border-bottom:1px dotted #72B4D4;
}	

.dynamic-web .top-node-expanded-rtl a:active,
.dynamic-web .top-node-expanded-rtl a:link,
.dynamic-web .top-node-expanded-rtl a:visited
{
background: url(../images/bg_active_link_rtl.jpg) repeat-y;
padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:bold;
display:block;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
border-bottom:2px solid #fff;
}	

/*-----end---ltr top-node-expanded----*/


/*-----ltr top-node-selected-collasped----*/



.dynamic-web .top-node-selected-collapsed-ltr
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#056839;
text-decoration:none;
width:193px;
border-top:1px solid #fff;
border-bottom:1px dotted #72B4D4;
}	

.dynamic-web .top-node-selected-collapsed-ltr a:active,
.dynamic-web .top-node-selected-collapsed-ltr a:link,
.dynamic-web .top-node-selected-collapsed-ltr a:visited
{
background: url(../images/bg_active_link.jpg) repeat-y;
padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:bold;
display:block;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
border-bottom:2px solid #fff;
}	

/*-----rtl top-node-selected-collapsed----*/

.dynamic-web .top-node-selected-collapsed-rtl
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#056839;
text-decoration:none;
width:193px;
border-top:1px solid #fff;
border-bottom:1px dotted #72B4D4;
}	

.dynamic-web .top-node-selected-collapsed-rtl a:active,
.dynamic-web .top-node-selected-collapsed-rtl a:link,
.dynamic-web .top-node-selected-collapsed-rtl a:visited
{
background: url(../images/bg_active_link_rtl.jpg) repeat-y;
padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:bold;
display:block;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
border-bottom:2px solid #fff;
}

/*-----end---top-node-selected-collapsed----*/


/*-----ltr top-node-selected-expanded----*/

.dynamic-web .top-node-selected-expanded-ltr
{


font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#056839;
text-decoration:none;
width:193px;
border-top:1px solid #fff;
border-bottom:1px dotted #72B4D4;
}	

.dynamic-web .top-node-selected-expanded-ltr a:active,
.dynamic-web .top-node-selected-expanded-ltr a:link,
.dynamic-web .top-node-selected-expanded-ltr a:visited
{
background: url(../images/bg_active_link.jpg) repeat-y;
padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:bold;
display:block;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
border-bottom:2px solid #fff;
}	

/*-----rtl top-node-selected-expanded----*/

.dynamic-web .top-node-selected-expanded-rtl
{


font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#056839;
text-decoration:none;
width:193px;
border-top:1px solid #fff;
border-bottom:1px dotted #72B4D4;
}	

.dynamic-web .top-node-selected-expanded-rtl a:active,
.dynamic-web .top-node-selected-expanded-rtl a:link,
.dynamic-web .top-node-selected-expanded-rtl a:visited
{
background: url(../images/bg_active_link_rtl.jpg) repeat-y;
padding-left:15px;
padding-right:15px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:bold;
display:block;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
width:163px;
white-space:normal;
border-bottom:2px solid #fff;
}	

/*-----end---ltr top-node-selected-expanded----*/


/*child node classes*/

.dynamic-web .child-node
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#58595B;
text-decoration:none;
display:block;
padding-top:3px;
padding-right:6px;
width:135px;
white-space:normal;


}

.dynamic-web .child-node a:active,
.dynamic-web .child-node a:link,
.dynamic-web .child-node 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-right:6px;
width:135px;
white-space:normal;

}
		
.dynamic-web .top-node-div-rtl
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#9F9F9F;
text-decoration:none;
display:block;
padding-top:3px;
width:193px;
background:#fff;
border-bottom:1px dotted #72B4D4;
padding-bottom:10px;

}

.dynamic-web .top-node-div-rtl a:active,
.dynamic-web .top-node-div-rtl a:link,
.dynamic-web .top-node-div-rtl a:visited
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#A3A8AA;
text-decoration:none;
display:block;
padding-top:3px;
background:#fff;
line-height:19px;
width:148px;
white-space:normal;
}

.dynamic-web .top-node-div-rtl a:hover
{
text-decoration: underline;

}

.dynamic-web .top-node-div-ltr
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#9F9F9F;
text-decoration:none;
display:block;
padding-top:3px;
width:193px;
background:#fff;
border-bottom:1px dotted #72B4D4;
padding-bottom:10px;

}

.dynamic-web .top-node-div-ltr a:active,
.dynamic-web .top-node-div-ltr a:link,
.dynamic-web .top-node-div-ltr a:visited
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#A3A8AA;
text-decoration:none;
display:block;
padding-top:3px;
background:#fff;
line-height:19px;
width:148px;
white-space:normal;
}

.dynamic-web .top-node-div-ltr a:hover
{
text-decoration: underline;

}



.dynamic-web .child-node-selected-expanded-rtl
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#72BCE3;
text-decoration:none;
display:block;
padding-top:3px;
background:#fff;
width:193px;
white-space:normal;

}

.dynamic-web .child-node-selected-expanded-ltr
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#72BCE3;
text-decoration:none;
display:block;
padding-top:3px;
background:#fff;
width:193px;
white-space:normal;

}

.dynamic-web .child-node-selected-expanded-rtl a:active,
.dynamic-web .child-node-selected-expanded-rtl a:link,
.dynamic-web .child-node-selected-expanded-rtl a:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#72BCE3;
text-decoration:none;
display:block;
padding-top:3px;
white-space:normal;
width:163px;


}

.dynamic-web .child-node-selected-expanded-ltr a:active,
.dynamic-web .child-node-selected-expanded-ltr a:link,
.dynamic-web .child-node-selected-expanded-ltr a:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#72BCE3;
text-decoration:none;
display:block;
padding-top:3px;
white-space:normal;
width:163px;


}

.dynamic-web .child-node-selected-collapsed-rtl
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#72BCE3;
text-decoration:none;
display:block;
padding-top:3px;
background:#fff;
width:193px;
white-space:normal;
}

.dynamic-web .child-node-selected-collapsed-rtl a:active,
.dynamic-web .child-node-selected-collapsed-rtl a:link,
.dynamic-web .child-node-selected-collapsed-rtl a:visited
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#72BCE3;
text-decoration:none;
display:block;
padding-top:3px;
white-space:normal;
width:163px;

}

.dynamic-web .child-node-selected-collapsed-ltr
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#72BCE3;
text-decoration:none;
display:block;
padding-top:3px;
background:#fff;
width:193px;
white-space:normal;
}

.dynamic-web .child-node-selected-collapsed-ltr a:active,
.dynamic-web .child-node-selected-collapsed-ltr a:link,
.dynamic-web .child-node-selected-collapsed-ltr a:visited
{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#72BCE3;
text-decoration:none;
display:block;
padding-top:3px;
white-space:normal;
width:163px;

}

/*********************** Main menu End ***********************************/
/*----------------new style---------- */

#main_container{
width:100%;
text-align:center;
margin:0 auto;
background:#ffffff;
height: 100%; /*stoopid ie*/
}

#header_container{
background: url(../images/bg_header_rept.jpg) repeat-x;
height:189px;
clear:both;
}

#header{
width:980px;
margin:0 auto;
height:39px;

}

.dynamic-web .dynamic-top
{
  width: 100%;
  height:132px;
  
}

.top_link{
font-family:tahoma;
color:#fff;
font-size:11px;
height:23px;
padding-top:10px;
text-align:left;
}

.top_link a{
font-family:tahoma;
color:#fff;
font-size:11px;
text-decoration:none;
padding-right:5px;
}

.top_link a:hover{
font-family:tahoma;
color:#A2D1E5;
font-size:11px;
text-decoration:none;
padding-right:5px;

}

.logo_ltr{ width:332px; height:72px; padding-top:31px; float:left}
.logo_rtl{ width:332px; height:72px; padding-top:31px; float:right}


.header_img{
width:630px;
height:132px;
padding-top:4px;
float: right;
overflow:hidden;
}


#footer_container{
background: url(../images/footer.jpg) repeat-x;
height:79px;
}

#footer{
width:980px;
margin:0 auto;
padding-top:25px;
padding-bottom:32px;
}

.footer_links{
 float:left; width:714px;
 text-align:left;
 font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#fff;
float:left;
 }
 
 
.footer_links a{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#fff;
text-decoration:none;
 }
 .footer_links a:hover{
font-family:tahoma;
font-size:11px;
font-weight:bold;
color:#005E92;
text-decoration:none;
 }
 
 .footer_right{
 float:right;
 font-family:Arial, Helvetica, sans-serif;
 color:#fff;
 font-size:12px;
 text-align:right;
 
 }


#middle_container{
width:980px;
text-align:center;
margin:0 auto;
min-height:550px;
}

/*-------ltr---middle_container2--*/
.middle_container2_ltr{
width:980px;
text-align:left;
margin:0 auto;
background:url(../images/man_bg_inner.jpg) repeat-y center;
}
/*-------rtl---middle_container2--*/

.middle_container2_rtl{
width:980px;
text-align:right;
margin:0 auto;
background:url(../images/man_bg_inner_rtl.jpg) repeat-y center;
min-height:550px;
}

#middle_container_forum{
width:980px;
text-align:center;
margin:0 auto;
min-height:550px;
}

#left_container{
width:193px;
float:left;
text-align:left;
background:url(../images/image_home.jpg) no-repeat center bottom;
padding-bottom:154px;
}

.left_shadow{
background:url(../images/shadow_left.jpg) repeat-y;
width:14px;
float:left;

}

#content_area_home{
width:551px;
float:left;
background:url(../images/bg_content_home.jpg)  repeat-y ;
min-height:550px;

}

#content_area_inner{
width:765px;
float:left;
padding-top:7px;
min-height: 100%;
padding-right:5px;
height: auto !important;
height: 100%; /*stoopid ie*/
}

.center_content{
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5A5D5F;
line-height:18px;
padding-top:30px;
padding-bottom:30px;
padding-left:20px;
padding-right:5px;
}

.center_content a
{
	color:#72BCE3;
	text-decoration:none;
	
}

.center_content a:hover
{
	color:#ccc;
	text-decoration:none;
}



.center_content ul{
list-style-type:none;
padding:0px;
margin:0px;
}

.center_content li{
margin:0px;
list-style-type:none;
list-style-image:url(../images/arrow_li.jpg);
line-height:20px;
margin-left:15px;
}


.inner_title{
background:url(../images/inner_title_bg.jpg) repeat-x;
height:32px;
width:735px;
float:right;
padding-top:7px;
font-size:12px;
font-family:Tahoma;
padding-left:5px;
padding-right:5px;
color:#fff;
font-weight:bold;
margin-left:15px;

}

.inner_title h1{
font-family:tahoma;
font-size:14px;
font-weight:bold;
color:#fff;
margin:0px;
padding-left:15px;
padding-top:5px;
}

.page_img{
float:left;
padding-right:15px;
}



#right_container{
width:236px;
float:right;
text-align:left;
padding-top:7px;
padding-bottom:15px;
}

.news_left{
background:url(../images/news_left.jpg) no-repeat;
width:11px;
height:183px;
float:left;
}

.news-middle{
width:214px;
margin:0 auto;
float:left;
background: url(../images/news_content_bg.jpg) repeat-x #F1F1EF;
border-bottom:4px solid #99CC57;

}

.news_head{
background:url(../images/news_head.jpg) no-repeat;
height:22px;
text-align:center;
padding-top:8px;
color:#fff;
font-family:Arial;
font-size:1.3em;
}

.news_content{
color:#605F5F;
font-size:11px;
width:186px;
margin:0 auto;
}

.news_content a{
color:#605F5F;
font-size:11px;
text-decoration:none;
}
.news_content a:hover{
color:#605F5F;
font-size:11px;
text-decoration: underline;
}

.news_content h3{
font-size:14px;
font-weight:bold;
color:#FF8A00;
margin:0px;

}

.news_right{background:url(../images/news_right.jpg) no-repeat;
width:11px;
height:184px;
float:right;
}

.gap2{
height:28px;
clear:both;}

.form_cont_ltr{
width:374px;
padding-top:10px;
height:195px;
clear:both;
}
.form_cont_ltr label{
width:80px;
display:block;
float:left;
}

.form_cont_rtl{
width:374px;
padding-top:10px;
height:195px;
clear:both;
}
.form_cont_rtl label{
width:80px;
display:block;
float:right;
}

.form_field{
width:65px;
float:left;
font-size:11px;
font-family:tahoma;
color:#657177;
}

.form_input{
width:157px;
/*float:left;*/
text-align:right;

}
.form_button{
width:150px;
float:right;
text-align:right;
padding-right:7px;
cursor:pointer;

}

.form_input1{
height:20px;
width:153px;
border:1px solid #C1CACF;
font-size:11px;
font-family:tahoma;
color:#657177;
padding:0px;
margin:0px;
vertical-align:bottom;
}

.form_input2{
height:50px;
width:153px;
border:1px solid #C1CACF;
font-size:11px;
font-family:tahoma;
color:#657177;
vertical-align:bottom;
}

.button{
background:url(../images/submit.jpg) no-repeat;
width:93px;
height:41px;
padding-bottom:3px;
font-family: tahoma;
font-size:11px;
font-weight:bold;
color:#fff;
border: none;
outline:none;
}

.gray_bold_form{
color:#53504C; 
font-size:12px;
font-family:tahoma;
font-weight:bold;
}

.top_gap_nav{height:7px;}


.clr{clear:both}
.clr_form{clear:both; height:5px;}
.gap_3{height:35px; clear:both;}

.forum1_top
{
float:left; 
width:150px;
background:#72BCE3;
color:#fff;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
height:20px;
padding:5px;
}
.forum1_top a
{
color:#fff;
text-decoration:none;
}
.forum1_top2
{
float:left; 
width:350px;
background:#72BCE3;
color:#fff;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
padding:5px;
height:20px;
}

.forum1_top2 a
{

color:#fff;
text-decoration:none;


}

.forum1
{
float:left; 
width:150px;
background:#E0EAF3;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
padding:5px;
height:20px;

}


.forum2
{
float:left; 
width:350px;
background:#E0EAF3;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
padding:5px;
height:20px;
}
.forum2 a
{
color:#458DB5;
font-size:11px;
}

.forum_search1
{
	width:260px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
.forum_search2
{
	width:70px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

.thread_reply
{
	width:82.5%;
	float:left;
	color:#5A5D5F;
	padding-bottom:11px;
	padding-top:3px;
	border-bottom:1px solid #fff;
	padding-left:10px;
	font-size:13px;
	font-family:Arial;

}

.thread_head
{
	background:#84C135;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	font-family:Arial;
	padding:5px;
	margin-top:10px;
}

.thread1
{
float:left; 
width:150px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
padding:5px;
height:20px;
font-size:12px;
font-weight:bold;
}


.thread_2
{
	font-size:12px;
	color:#5A5D5F;
	padding-left:10px;
	
}

#reply_smileys
{
	float:left;
}

.gap_reply
{
	height:15px;
	clear:both;
}

.member_club_title
{
float:left; 
width:200px;
padding:5px;
font-size:12px;
color:#5A5D5F;
}

/*---  ---*/

product-title
{
	padding-top:3px;
	text-align:center;
	}
	
product-description
{
	padding-top:3px;
	text-align:center;
	}
	
.dynamic-web .dynamic-top
{
	width:650px;
	}
	
.dynamic-web .dynamic-top .manage-top-image-container
{
	width:590px;
	height:30px;
	}
.dynamic-web .dynamic-top .manage-top-image
{
	width:590px;
	height:30px;
	}


.dynamic-web .dynamic-top .manage-top-html
{
	width:590px;
	height:54px;
	}	
	

.send2friend
{
	font-size:12px;
	color:#83C134;
	font-weight:bold;
	
	}
	
.send2friend a:link,
.send2friend a:active,
.send2friend a:visited
{
	font-size:12px;
	color:#83C134;
	font-weight:bold;
}

.send2friend a:hover
{
	font-size:12px;
	color:#585858;
	font-weight:bold;
	
	}
	
