/* LinkSelector Theme FOR THIS DEMO APP */

/* --------------------------------------------------------------------- */
/* Simple styling for use when setting CssClass directly. Examples       */
/* LinkButtonStyle.CssClass="demo_stdlink"                               */
/* DisabledItemStyle.CssClass="demo_disabledlink"                        */
/* SelectedItemStyle.CssClass="demo_selectedlink"                        */
/* --------------------------------------------------------------------- */
a.demo_stdlink, a.demo_disabledlink, a.demo_selectedlink
{
	color: #707070;
	background-color: white;
	background-image: url(Images/Ts.gif);
	text-decoration : none;
	padding: 3px 4px 0px 4px;	
}
a.demo_stdlink 
{ 
}
a.demo_disabledlink 
{ 
	color: #aeaeae;
}
a.demo_selectedlink
{
	color: White;
	background-image: url(Images/Ts.gif);
	background-position: 0px -70px;
}
a.demo_stdlink:hover 
{
	color: White;
	background-image: url(Images/Ts.gif);
	background-position: 0px -70px;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedLinkList                            */
/* ----------------------------------------------------------------------- */
.demo ul
{
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-left: 0px;	
	color: #707070;	
}
.demo ul li 
{ 
	list-style: none;
	margin: 0;
	display: inline; 
	padding: 0px;
}
.demo ul li span
{	
	float: left;
}
.demo ul li a
{	
	float: left;
	padding: 3px 4px 0px 4px;
	text-decoration: none;
}
.demo ul li a.demo_link
{
	color: #707070;
	background-image: url(Images/Ts.gif);
}
.demo ul li a.demo_link:hover
{
	background-position: 0px -70px;
	color: White;
}
.demo ul li a.demo_selected
{
	color: white;
	background-image: url(Images/Ts.gif);
	background-position: 0px -70px;
}
.demo ul li a.demo_selected:hover
{
}
.demo ul li a.demo_disabled
{
	background-image: url(Images/Ts.gif);
	color: #aeaeae;
}
.demo ul li a.demo_disabled:hover
{
	color: #aeaeae;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedTabStrip                            */
/* ----------------------------------------------------------------------- */
.demo_tabstrip ul
{
	padding-left: 20px;
	float: left;
	width: 100%;
	margin-left: 0px;	
	color: #707070;
	margin-top: 0px; /* Fix top gap in Firefox and Opera */
	margin-bottom: 0px;
}
.demo_tabstrip ul li 
{ 
	list-style: none;
	margin: 0;
	display: inline; 
	padding: 0px;	
}
.demo_tabstrip ul li span
{	
	float: left;	
}
.demo_tabstrip ul li a
{	
	float: left;
	padding: 6px 4px 0px 4px;
	text-decoration: none;	
}
.demo_tabstrip ul li span, .demo_tabstrip ul li a
{
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding-top: 4px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.demo_tabstrip ul li a.demo_link
{
	color: #707070;
	background-color: #e7e7e7;
	background-image: url(Images/Ts.gif);			
}
.demo_tabstrip ul li a.demo_link:hover
{
}
.demo_tabstrip ul li a.demo_selected
{
	color: #ffffff;
	border-bottom: 0px;
	background-color: #c62121;
	background-image: url(Images/Ts.gif);	
	background-position: 0px -70px;
}
.demo_tabstrip ul li a.demo_selected:hover
{
}
.demo_tabstrip ul li a.demo_disabled
{
	color: #aeaeae;
	background-color: #e7e7e7;
	background-image: url(Images/Ts.gif);
}
.demo_tabstrip ul li a.demo_disabled:hover
{
	color: #aeaeae;
}
.demo_tabstrip ul li span
{
	background-color : Transparent;	
}
.demo_tabstrip ul li a.demo_selected
{
}
/* leftmost edge */
.demo_tabstrip_l
{
	border: 0px;
	margin: 0px;
	padding: 0px;	
	padding-top: 6px;
	width: 6px;
	background-image: url(Images/TsLeft.gif);
}
.demo_tabstrip_l_selected
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 6px;
	background-image: url(Images/TsLeft.gif);
	background-position: 0px -70px;
}
/* tab item separator, left */
.demo_tabstrip_sepl
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 10px;
	background-image: url(Images/TsRight.gif);
}
.demo_tabstrip_sepl_selected
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 10px;
	background-image: url(Images/TsRight.gif);
	background-position: 0px -71px;
}
/* tab item separator, right */
.demo_tabstrip_sepr
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 6px;
	background-image: url(Images/TsLeft.gif);
}
.demo_tabstrip_sepr_selected
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 6px;
	background-image: url(Images/TsLeft.gif);
	background-position: 0px -70px;
}
/* rightmost edge */
.demo_tabstrip_r
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 6px;
	background-image: url(Images/TsRight.gif);
}
.demo_tabstrip_r_selected
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 6px;
	background-image: url(Images/TsRight.gif);
	background-position: 0px -71px;
}

/* ----------------------------------------------------------------------- */
/* IsSubTabSelector=True                                                   */
/* ----------------------------------------------------------------------- */
.demo_subtabstrip ul
{	
	margin-top: 6px;
	padding-left: 20px;
	background-color: Transparent;
}
.demo_subtabstrip ul li span, 
.demo_subtabstrip ul li a.demo_link
{
	background-color: Transparent;
	background-image: none;
	color: #707070;
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
}
.demo_subtabstrip ul li a, 
.demo_subtabstrip ul li a.demo_selected, 
.demo_subtabstrip ul li a.demo_disabled, 
.demo_subtabstrip ul li a.demo_link:hover, 
.demo_subtabstrip ul li a.demo_disabled:hover
{
	background-color: Transparent;
	background-image: none;
	color: #707070;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
}
.demo_subtabstrip ul li a.demo_selected
{	
	font-weight: bold;
}
.demo_subtabstrip ul li a.demo_disabled, .demo_subtabstrip ul li a.demo_disabled:hover
{	
	color: #cecece;
}
.demo_subtabstrip .demo_tabstrip_l, 
.demo_subtabstrip .demo_tabstrip_l_selected, 
.demo_subtabstrip .demo_tabstrip_sepl, 
.demo_subtabstrip .demo_tabstrip_sepl_selected, 
.demo_subtabstrip .demo_tabstrip_sepr, 
.demo_subtabstrip .demo_tabstrip_sepr_selected, 
.demo_subtabstrip .demo_tabstrip_r, 
.demo_subtabstrip .demo_tabstrip_r_selected
{
	display: none;
	background-image: none;
	width: 0px;
	padding: 0px;
	border: 0px;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedNavigationBar                       */
/* ----------------------------------------------------------------------- */
.demo_navbar ul
{
	padding: 0px;
	float: none;
	width: 100%;
	margin: 0px;	
	color: #707070;	
}
.demo_navbar ul li 
{ 
	list-style: none;
	margin: 0;
	display: block; 
}
.demo_navbar ul li a, .demo_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;
}
.demo_navbar ul li a.demo_link
{
	display: block;
}
.demo_navbar ul li a.demo_link:hover
{
	color: White;
	background-color: #ef8484;
}
.demo_navbar ul li a.demo_selected
{
	color: White;
	background-color: #c62121;
}
.demo_navbar ul li a.demo_selected:hover
{
	background-color: #c62121;
}
.demo_navbar ul li a.demo_disabled
{
	color: #aeaeae;
}
.demo_navbar ul li a.demo_disabled:hover
{
}


/* ----------------------------------------------------------------------- */
/* tab footer and tabbox                                                   */
/* ----------------------------------------------------------------------- */
/* mathing footer bar below tabstrip. Set width and height in style properties on page */
.demo_tabfooter
{	
	clear: left;
	margin:0px; border:0px;padding:0px;
	padding-top: 1px;
	line-height:0px;font-size:0px;	
	height: 37px;
	background-image: url(Images/Tb.gif);
	background-repeat: repeat-x;
}
/* matching panel below tabstrip. Set width and height in style properties on page */
.demo_tabbox
{
	/* line-height:1px; font-size:1px; */
	background-color: white;
	margin-top: 0px;
	padding-top: 4px;
	clear: left;
}







/* ----------------------------------------------------------------------- */
/* STEEL GREEN BASED                                                      */
/* LinkSelector.LinkSelectorType=ThemedTabStrip                            */
/* ----------------------------------------------------------------------- */
.steelgreen_tabstrip ul
{
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-left: 0px;	
	color: #707070;
	height: 24px;
	margin-bottom: 0px;
}
.steelgreen_tabstrip ul li 
{ 
	list-style: none;
	margin: 0;
	display: inline; 
	padding: 0px;	
}
.steelgreen_tabstrip ul li span
{	
	float: left;	
}
.steelgreen_tabstrip ul li a
{	
	float: left;
	padding: 6px 4px 0px 4px;
	text-decoration: none;	
	border-bottom: 1px solid #919b9c;
}
.steelgreen_tabstrip ul li span, .steelgreen_tabstrip ul li a
{
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding-top: 4px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.steelgreen_tabstrip ul li a.steelgreen_link
{
	color: #707070;
	background-color: #e7e7e7;
	background-image: url(../SteelGreen/Images/Ts.png);
	background-repeat: repeat-x;	
}
.steelgreen_tabstrip ul li a.steelgreen_link:hover
{
	background-image: url(../SteelGreen/Images/Ts.png);
	background-repeat: repeat-x;
}
.steelgreen_tabstrip ul li a.steelgreen_selected
{
	color: #707070;
	background-color: #A5BD84;
	background-image: url(../SteelGreen/Images/TsSel.png);
	background-repeat: repeat-x;
}
.steelgreen_tabstrip ul li a.steelgreen_selected:hover
{
}
.steelgreen_tabstrip ul li a.steelgreen_disabled
{
	color: #aeaeae;
	background-color: #e7e7e7;
	background-image: url(../SteelGreen/Images/Ts.png);
	background-repeat: repeat-x;
}
.steelgreen_tabstrip ul li a.steelgreen_disabled:hover
{
	color: #aeaeae;
	background-image: url(../SteelGreen/Images/Ts.png);
	background-repeat: repeat-x;
}
.steelgreen_tabstrip ul li span
{
	background-color : Transparent;
}
.steelgreen_tabstrip ul li a.steelgreen_selected
{
	color: #707070;
	background-image: url(../SteelGreen/Images/TsSel.png);
	background-repeat: repeat-x;
	border-bottom: 0px;
}
/* leftmost edge */
.steelgreen_tabstrip_l
{
	background-image: url(../SteelGreen/Images/TsLeft.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;	
	padding-top: 6px;
	width: 8px;
	border-bottom: 1px solid #919b9c;	
}
.steelgreen_tabstrip_l_selected
{
	background-image: url(../SteelGreen/Images/TsSelLeft.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
}
/* tab item separator, left */
.steelgreen_tabstrip_sepl
{
	background-image: url(../SteelGreen/Images/TsRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 7px;
	border-bottom: 1px solid #919b9c;
}
.steelgreen_tabstrip_sepl_selected
{
	background-image: url(../SteelGreen/Images/TsSelRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 7px;
}
/* tab item separator, right */
.steelgreen_tabstrip_sepr
{
	background-image: url(../SteelGreen/Images/TsLeft.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
	border-bottom: 1px solid #919b9c;
}
.steelgreen_tabstrip_sepr_selected
{
	background-image: url(../SteelGreen/Images/TsSelLeft.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
}
/* rightmost edge */
.steelgreen_tabstrip_r
{
	background-image: url(../SteelGreen/Images/TsRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 7px;
	border-bottom: 1px solid #919b9c;
}
.steelgreen_tabstrip_r_selected
{
	background-image: url(../SteelGreen/Images/TsSelRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 7px;
}

/* ----------------------------------------------------------------------- */
/* IsSubTabSelector=True                                                   */
/* ----------------------------------------------------------------------- */
.steelgreen_subtabstrip ul
{	
	margin-top: 3px;
	padding-left: 0px;
	background-color: Transparent;
}
.steelgreen_subtabstrip ul li span, 
.steelgreen_subtabstrip ul li a.steelgreen_link
{
	background-color: Transparent;
	background-image: none;
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
	border-bottom: 0;
}
.steelgreen_subtabstrip ul li a, 
.steelgreen_subtabstrip ul li a.steelgreen_selected, 
.steelgreen_subtabstrip ul li a.steelgreen_disabled, 
.steelgreen_subtabstrip ul li a.steelgreen_link:hover, 
.steelgreen_subtabstrip ul li a.steelgreen_disabled:hover
{
	background-color: Transparent;
	background-image: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
	border-bottom: 0;
}
.steelgreen_subtabstrip ul li a.steelgreen_selected
{	
	font-weight: bold;
}
.steelgreen_subtabstrip .steelgreen_tabstrip_l, 
.steelgreen_subtabstrip .steelgreen_tabstrip_l_selected, 
.steelgreen_subtabstrip .steelgreen_tabstrip_sepl, 
.steelgreen_subtabstrip .steelgreen_tabstrip_sepl_selected, 
.steelgreen_subtabstrip .steelgreen_tabstrip_sepr, 
.steelgreen_subtabstrip .steelgreen_tabstrip_sepr_selected, 
.steelgreen_subtabstrip .steelgreen_tabstrip_r, 
.steelgreen_subtabstrip .steelgreen_tabstrip_r_selected
{
	display: none;
	background-image: none;
	width: 0px;
	padding: 0px;
	border: 0px;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedNavigationBar                       */
/* ----------------------------------------------------------------------- */
.steelgreen_navbar ul
{
	padding: 0px;
	float: none;
	width: 100%;
	margin: 0px;	
	color: #707070;	
}
.steelgreen_navbar ul li 
{ 
	list-style: none;
	margin: 0;
	display: block; 
}
.steelgreen_navbar ul li a, .steelgreen_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: #F7FFF7;
	color: #707070;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.steelgreen_navbar ul li a.steelgreen_link
{
	display: block;
}
.steelgreen_navbar ul li a.steelgreen_link:hover
{
	background-color: #CEDEBD;
}
.steelgreen_navbar ul li a.steelgreen_selected
{
	background-color: #A5BD84;
}
.steelgreen_navbar ul li a.steelgreen_selected:hover
{
	background-color: #A5BD84;
}
.steelgreen_navbar ul li a.steelgreen_disabled
{
	color: #aeaeae;
}
.steelgreen_navbar ul li a.steelgreen_disabled:hover
{
}

/* ----------------------------------------------------------------------- */
/* tab footer and tabbox                                                   */
/* ----------------------------------------------------------------------- */
/* mathing footer bar below tabstrip. Set width and height in style properties on page */
.steelgreen_tabfooter
{	
	clear: left;
	margin:0px; border:0px;padding:0px;
	padding-top: 1px;
	line-height:0px;font-size:0px;	
	height: 37px;
}
/* matching panel below tabstrip. Set width and height in style properties on page */
.steelgreen_tabbox
{
	/* line-height:1px; font-size:1px; */
	background-color: white;
	margin-top: 0px;
	padding-top: 4px;
	clear: left;
}


