/* LinkSelector Theme FOR THIS nav APP */
#tabContainer 
{
 height: 20px; /* This is for non-ie browsers */
}
/* This is for IE: */
/* Hack - Hide from MacIE \*/
* html #tabContainer
{
 height: 10px;
}
/* End hiding */  
/* --------------------------------------------------------------------- */
/* Simple styling for use when setting CssClass directly. Examples       */
/* LinkButtonStyle.CssClass="nav_stdlink"                               */
/* DisabledItemStyle.CssClass="nav_disabledlink"                        */
/* SelectedItemStyle.CssClass="nav_selectedlink"                        */
/* --------------------------------------------------------------------- */
a.nav_stdlink, a.nav_disabledlink, a.nav_selectedlink
{
	color: #707070;
	background-color: white;
	background-image: url(Ns2.jpg);
	text-decoration : none;
	padding: 3px 4px 0px 4px;	
}
a.nav_stdlink 
{ 
color: White;
}
a.nav_disabledlink 
{ 
	color: #aeaeae;
}
a.nav_selectedlink
{
	color: White;
	background-image: url(Ns2.jpg);
	background-position: 0px -29px;
}
a.nav_stdlink:hover 
{
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedTabStrip                            */
/* ----------------------------------------------------------------------- */
.nav_tabstrip ul
{
	padding-right: 20px;
	padding-top: 30px;
	float: none;
	width: 100%;
	margin-left: 0px;
	color: #707070;
	margin-bottom: 0px;
}
.nav_tabstrip ul li 
{ 
	list-style: none;
	margin: 0;
	display: inline; 
	padding: 0px;	
}
.nav_tabstrip ul li span
{	
	float: right;	
}
.nav_tabstrip ul li a
{	
	float: right;
	padding: 6px 4px 0px 4px;
	text-decoration: none;	
}
.nav_tabstrip ul li span, .nav_tabstrip ul li a
{
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding-top: 3px;
	padding-left: 6px;
	/*box-sizing: border-box;*/ -moz-box-sizing: border-box;
}
.nav_tabstrip ul li a.nav_link
{
	color: #707070;
	background-color: #e7e7e7;
	background-image: url(Ns2.jpg);			
}
.nav_tabstrip ul li a.nav_link:hover
{
}
.nav_tabstrip ul li a.nav_selected
{
	color: #ffffff;
	border-bottom: 0px;
	background-color: #c62121;
	background-image: url(Ns2.jpg);	
	background-position: 0px -29px;
}
.nav_tabstrip ul li a.nav_selected:hover
{
}
.nav_tabstrip ul li a.nav_disabled
{
	color: #aeaeae;
	background-color: #e7e7e7;
	background-image: url(Ns2.jpg);
}
.nav_tabstrip ul li a.nav_disabled:hover
{
	color: #aeaeae;
}
.nav_tabstrip ul li span
{
	background-color : Transparent;	
}
.nav_tabstrip ul li a.nav_selected
{
}
/* leftmost edge */
.nav_tabstrip_l
{
	border: 0px;
	margin: 0px;
	padding: 0px;	
	padding-top: 6px;
	width: 8px;
	background-image: url(NsLeftRev2.jpg);
}
.nav_tabstrip_l_selected
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
	background-image: url(NsLeftRev2.jpg);
	background-position: 0px -29px;
}
/* tab item separator, left */
.nav_tabstrip_sepl
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 10px;
	background-image: url(NsRightRev2.jpg);
}
.nav_tabstrip_sepl_selected
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 10px;
	background-image: url(NsRightRev2.jpg);
	background-position: 0px -30px;
}
/* tab item separator, right */
.nav_tabstrip_sepr
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
	background-image: url(NsLeftRev2.jpg);
}
.nav_tabstrip_sepr_selected
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
	background-image: url(NsLeftRev2.jpg);
	background-position: 0px -29px;
}
/* rightmost edge */
.nav_tabstrip_r
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
	background-image: url(NsRightRev2.jpg);
}
.nav_tabstrip_r_selected
{
	border: 0px;
	margin: 0px;
	padding: 3px;
	width: 8px;
	background-image: url(NsRightRev2.jpg);
	background-position: 0px -30px;
}

/* ----------------------------------------------------------------------- */
/* IsSubTabSelector=True                                                   */
/* ----------------------------------------------------------------------- */
.nav_subtabstrip ul
{	
	margin-top: 6px;
	padding-right: 20px;
	background-color: Transparent;
}
.nav_subtabstrip ul li span, 
.nav_subtabstrip ul li a.nav_link
{
	background-color: Transparent;
	background-image: none;
	color: #707070;
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
}
.nav_subtabstrip ul li a, 
.nav_subtabstrip ul li a.nav_selected, 
.nav_subtabstrip ul li a.nav_disabled, 
.nav_subtabstrip ul li a.nav_link:hover, 
.nav_subtabstrip ul li a.nav_disabled:hover
{
	background-color: Transparent;
	background-image: none;
	color: #707070;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
}
.nav_subtabstrip ul li a.nav_selected
{	
	font-weight: bold;
}
.nav_subtabstrip ul li a.nav_disabled, .nav_subtabstrip ul li a.nav_disabled:hover
{	
	color: #cecece;
}
.nav_subtabstrip .nav_tabstrip_l, 
.nav_subtabstrip .nav_tabstrip_l_selected, 
.nav_subtabstrip .nav_tabstrip_sepl, 
.nav_subtabstrip .nav_tabstrip_sepl_selected, 
.nav_subtabstrip .nav_tabstrip_sepr, 
.nav_subtabstrip .nav_tabstrip_sepr_selected, 
.nav_subtabstrip .nav_tabstrip_r, 
.nav_subtabstrip .nav_tabstrip_r_selected
{
	display: none;
	background-image: none;
	width: 0px;
	padding: 0px;
	border: 0px;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedNavigationBar                       */
/* ----------------------------------------------------------------------- */
.nav_navbar ul
{
	padding: 0px;
	float: none;
	width: 100%;
	margin: 0px;	
	color: #707070;	
}
.nav_navbar ul li 
{ 
	list-style: none;
	margin: 0;
	display: block; 
}
.nav_navbar ul li a, .nav_navbar ul li span
{	
	width: 100%;
	float: none;
	text-decoration: none;		 
	display: block;
	padding: 2px 6px 2px 6px;
	border: 1px solid;
	border-color: #dddddd #919b9c #919b9c #dddddd;
	background-color: White;
	color: #707070;
	/*box-sizing: border-box;*/ -moz-box-sizing: border-box;
}
.nav_navbar ul li a.nav_link
{
	display: block;
}
.nav_navbar ul li a.nav_link:hover
{
	color: White;
	background-color: #ef8484;
}
.nav_navbar ul li a.nav_selected
{
	color: White;
	background-color: #c62121;
}
.nav_navbar ul li a.nav_selected:hover
{
	background-color: #c62121;
}
.nav_navbar ul li a.nav_disabled
{
	color: #aeaeae;
}
.nav_navbar ul li a.nav_disabled:hover
{
}


/* ----------------------------------------------------------------------- */
/* tab footer and tabbox                                                   */
/* ----------------------------------------------------------------------- */
/* mathing footer bar below tabstrip. Set width and height in style properties on page */
.nav_tabfooter
{	
	clear: right;
	margin:0px; border:0px;padding:0px;
	padding-top: 1px;
	line-height:0px;font-size:0px;	
	height: 10px;
	background-image: url(Nb2.jpg);
	background-repeat: repeat-x;
}
/* matching panel below tabstrip. Set width and height in style properties on page */
.nav_tabbox
{
	/* line-height:1px; font-size:1px; */
	background-color: white;
	margin-top: 0px;
	padding-top: 4px;
	clear: right;
}
