/*
tab style
*/
#tabmenu
{
	display: block;
	padding: 0;
	margin: 0;
	/*
	margin: 0 15px;
	*/
	clear: both;
	width: 720px; /*eric.xiao by 090227*/
	height: 27px;/*eric.xiao by 090227*/
	overflow: hidden;
	/*
	background: #fff url("/assets/images/common/tab_bg.gif") 0% 100% repeat-x;
	*/
}
#tabmenu span 
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: auto;
	height: 100%;
	border: none;
	letter-spacing: 0;
    line-height: 14px;
}
#tabmenu span#tabEnd
{
	width: 27px;
	height: 100%;
	background: #fff url("/assets/images/common/tabEnd.gif") 0% 100% no-repeat;
}
#tabmenu a span
{
	cursor: pointer !important;
	cursor: hand;
}
#tabmenu span.hi
{
	font-weight: bold;
	color: inherit;
	background-color: #fff;
}
/*
	tabcontent
*/
#tabcontent
{
	display: block;
	padding: 0 0 0 0;
	margin: 0;
	/*
	width: 716px;
	*/
	
	/*
	background: #f4f4f4 url("/assets/images/common/tab_bot_bg.gif") 0% 100% repeat-x;
	*/
	
}
#tabcontent .divSwitch
{
	display: block;
	padding: 0;
	margin: 0;
	/*
	width: 716px;
	*/
	border: none;
}
#tabcontent .divSwitch table
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin:  0;
}
#tabcontent .divSwitch table table
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	background: none;
}
#tabcontent .divSwitch table table.tblTab
{
	width: auto;
	padding: 0;
	margin: 0 15px;
	border-collapse: collapse;
	border: none;
	background-color: transparent;
}
#tabcontent .divSwitch table table.tblTab td
{
	padding: 0;
	margin: 0;
	border: none;
}

#tabcontent div.pdf
{
    margin: 7px 0 0 2px;
}



/****************
	side nav
*****************/


/* Added by Hu 0621 */
table.sidenav
{
   border-collapse: collapse;
   border: 1px solid;
   border-spacing: 1px;


}
table.sidenav td
{
	border: 1px solid; /*eric.xiao modify by 090227*/
    border-spacing: 1px;
    border-color: #dddddd;
}
/* Added by Hu 0621 */

table.sidenav td a
{
	padding: 0;
	margin: 0;
	cursor: pointer !important;
	cursor: hand;
}
table.sidenav td a,
table.sidenav td a:link,
table.sidenav td a:active,
table.sidenav td a:visited,
table.sidenav td a:hover
{
	text-decoration: none !important;
}
table.sidenav td span,
table.sidenav td a span
{
	display: block;
	/*
	padding: 8px 15px 4px 25px;
	*/
	padding: 0;
	margin: 2px 0 0 7px;
	font-weight: bold;
	font-size: 100%; /*eric.xiao*/
	/*
	line-height: 24px;
	*/
	height: auto !important;
	height: 16px;
	min-height: 16px;
	line-height: 1.5em;
	/*
	color: #333;
	*/
	color: #777777;
}
/*
	first side nav item without top grey line
*/
table.sidenav td a span.first
{

}
table.sidenav td span
{
	color: #eeeeee;
}

/************ link Style1 *************/
table.sidenav td a:link,
table.sidenav td a:active,
table.sidenav td a:visited
{
	color: #333;
	/*background: #eeeeee; eric.xiao */
}
table.sidenav td a:hover,
table.sidenav td a:hover span
{
	/* Modified by Hu 0621
	color: #c00;
	*/
	color: #f15a22;
	/*background: #eeeeee; eric.xiao */
}
/************ link Style1 *************/


/************ link Style2 *************/
table.tblTab td.col2 a:link,
table.tblTab td.col2 a:active,
table.tblTab td.col2 a:visited
{
	color: #777777;
	background-color: #ffffff;
	text-decoration: none;
}
table.tblTab td.col2 a:hover,
table.tblTab td.col2 a:hover span
{
	text-decoration: none;
	color: #f15a22;
	background: #ffffff;
}
/************ link Style2 *************/


table.sidenav td a.hi,
table.sidenav td a.hi:link,
table.sidenav td a.hi:active,
table.sidenav td a.hi:visited
{
	/*
	color: #c00;
	*/
	color: #f15a22;
	display: block;
	/*background: #eeeeee; eric.xiao */
    
}
table.sidenav td a.hi span,
table.sidenav td a.hi:link span,
table.sidenav td a.hi:active span,
table.sidenav td a.hi:visited span,
table.sidenav td a.hi:hover span
{
	/*
	color: #c00;
	*/
	color: #f15a22;
}

table.sidenav td.test span
{	
	color: #aaaaaa;
	/*background: #eeeeee; eric.xiao*/
	/*
	color: #dddddd;
	background: #eeeeee;
	*/
}

table.sidenav td.ha span
{	
}


/*
	for rich text contents
*/
#tabcontent .richContent a,
#tabcontent .richContent a:link,
#tabcontent .richContent a:active,
#tabcontent .richContent a:visited
{
	color: #333;
	text-decoration: underline;
}
#tabcontent .richContent a:hover
{
	color: #990808;
	text-decoration: underline;
}
table.withGrid
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #333;
}
table.withGrid th,
table.withGrid td
{
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 2px 5px !important;
	border: 1px solid #333;
	background: none;
}
#rightBlock .rightControl #tabmenu,
#rightBlock .rightControl #tabmenu a,
#rightBlock .rightControl #tabmenu a span,
#rightBlock .rightControl #tabmenu a span img
{
	height: 18px !important;
}
#rightBlock .rightControl #tabmenu,
#rightBlock .rightControl #tabcontent,
#rightBlock .rightControl #tabcontent .divSwitch
{
	margin: 0;
	padding: 0;
	width: 225px;
	display: block;
	text-align: center;
	background: none;
	background-color: #e9e8e6;
	border: none;
}
#rightBlock .rightControl #tabcontent .divSwitch img
{
	margin: 10px auto;
	padding: 0;
	border: none;
}

