/*
tab style
*/
#tabmenu
{
	display: block;
	padding: 0;
	margin: 0 15px;
	clear: both;
	/*
	width: 716px;
	*/
	height: 38px;
	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;
}
#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 6px 0;
	margin: 0 15px;
	/*
	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 a,
#tabcontent a:link,
#tabcontent a:active,
#tabcontent a:visited
{
	color: #333;
	text-decoration: none;
}
#tabcontent a:hover
{
	color: #333;
	text-decoration: underline;
}
#tabcontent .divSwitch table table.tblTab td.noRiteBorder
{
	border-right: none !important;
}
/*
	side nav
*/

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 a
{
	background: transparent url("/assets/images/common/btn_bg.gif") 0% 0% repeat-y;
}
table.sidenav td span,
table.sidenav td a span
{
	display: block;
	padding: 8px 15px 4px 25px;
	margin: 0;
	font-weight: bold;
	font-size: 90%;
	/*
	line-height: 24px;
	*/
	height: auto !important;
	height: 16px;
	min-height: 16px;
	line-height: 1.5em;
	color: #333;
	background: transparent url("/assets/images/common/btn_off.gif") 0% 0% no-repeat;
}
/*
	first side nav item without top grey line
*/
table.sidenav td a span.first
{
	background: #efefef url("/assets/images/common/btn_bg.gif") 0% 0% repeat-y;
}
table.sidenav td span
{
	color: #999;
}
table.sidenav td a:link,
table.sidenav td a:active,
table.sidenav td a:visited
{
	color: #333;
	background-color: #f3f3f3;
}
table.sidenav td a:hover,
table.sidenav td a:hover span
{
	color: #c00;
	background: #ede3e2 url("/assets/images/common/btn_over.gif") 0% 0% repeat-y;
}
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;
	display: block;
	background: #ede3e2 url("/assets/images/common/btn_over.gif") 0% 0% repeat-y;
}
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;
	background: transparent url("/assets/images/common/btn_on.gif") 0% 0% no-repeat;
}
/*
	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;
}

