/* ------------------------------------------------------------------------------------------------------------------ */
/* STANDARD                                                                                                           */
/* ------------------------------------------------------------------------------------------------------------------ */

HTML
{ 
	MARGIN: 0px; 
	HEIGHT: 100%;
} 

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	MARGIN: 0px; 
}

TABLE
{
	font-size: 12px;
}

LABEL
{
    FONT-SIZE: 12px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1	
{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H2
{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H3
{	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H4
{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H5, DT	
{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H6	
{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
TFOOT, THEAD	
{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
TH
{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

BLOCKQUOTE, PRE	
{	
}	
	
UL LI
{	
	list-style-type:	square ;
}	

UL LI LI
{	
	list-style-type:	disc;
}	

UL LI LI LI	
{	
	list-style-type:	circle;
}	
	
OL LI
{	
	list-style-type:	decimal;
}	

OL OL LI
{	
	list-style-type:	lower-alpha;
}	

OL OL OL LI	
{	
	list-style-type:	lower-roman;
}	

A:link
{
    COLOR: blue;
	FONT-SIZE: 10pt;
	text-decoration: underline;
}
		
A:active
{
    COLOR: white;
	FONT-SIZE: 10pt;
	text-decoration: underline;
}


A:visited
{
    COLOR: blue;
	FONT-SIZE: 10pt;
	text-decoration: underline;
}

A:hover
{
    COLOR: red;
	FONT-SIZE: 10pt;
	text-decoration: underline;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* ELEMENTS                                                                                                           */
/* ------------------------------------------------------------------------------------------------------------------ */

.default-label
{
	font-weight: bold;
	color: #B22222;
	font-size: x-small;
}

.default-datagrid
{
	font-size: x-small;
	border-bottom-color: #D2B48C;
	vertical-align: bottom;
	width: 50px;
	background-color: white;
}

.default-datagrid-alternatingitemstyle
{
	background-color: #EEE8AA;
	font-size: x-small;
	border-bottom-color: #D2B48C;
	vertical-align: bottom;
}

.default-datagrid-headerstyle
{
	font-weight: bold;
	background-color: navy;
	color: White;
	font-size: x-small;
	border-bottom-color: #D2B48C;
	vertical-align: bottom;
}

.default-datagrid-SelectedItemStyle
{
	font-weight:  normal;
	background-color: #483D8B;
	font-size: x-small;
	border-bottom-color: #D2B48C;
	vertical-align: bottom;
	 color: #F8F8FF;
}

.default-listbox
{
	background: gainsboro;
	/*font-size: x-small;*/
	/*width: 50px;*/
	vertical-align: bottom;
}

.default-dropdownlist
{
	background: LightGoldenrodYellow;
	/*font-size: x-small;*/
	/*width: 50px;*/
	vertical-align: bottom;
}

.default-panel
{
	overflow: auto;
    background: white;
}

.default-radiobutton
{
	font-size: x-small;
}

.default-button
{
	font-size: x-small;
}

.inputText
{
	font-size: 10px;
}

.inputDropDownList
{
	font-size: 10px;
}

.labelRequiredInput
{
	color: Red;
	font-weight: bold;
}

.labelNonRequiredInput
{
	color: Black;
	font-weight: bold;
}
.labelParticipantInfo
{
	color:Red;
	font-weight:bold;
	font-size: 14px;
}
.monikerLink
{
	font-size: 10px;
	font-weight: bold;
	color: Blue;
}

.default-gridEditCell
{
	font-size: 9px;
	width: inherit;
}

.errorText
{
	font-size: 10px;
	font-weight: bold;
	color: Red;
}

.buttonStandard
{
	font-size: 11px;
	font-weight: bold;
}

.gridColumnHeader
{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: Yellow;
	color: Blue;
}

.gridCell
{
	font-size: 10px;
	color: Black;
	background-color: White;
}

.gridAlternateCell
{
	font-size: 10px;
	color: Black;
	background-color: #e0e0e0;
}

.debugArea
{
	background-color:Yellow;
	border-style:solid;
	border-color:Blue;
	border-width:medium;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* MENU ITEMS                                                                                                         */
/* ------------------------------------------------------------------------------------------------------------------ */
/* text style for the site links (at extreme top-right of header) */

SiteLink {
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
Accent
{
    color: red;
    font-weight:    bold;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* BREADCRUMB                                                                                                         */
/* ------------------------------------------------------------------------------------------------------------------ */

.SiteMap
{
  font-size: 11px;
}

.BreadcrumbsNode
{
  font-size: 11px;
  text-decoration: none;
}

.BreadcrumbsNode:hover
{
  font-size: 11px;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* CUSTOM                                                                                                             */
/* ------------------------------------------------------------------------------------------------------------------ */

.searchResults
{
	font-size: 13px;
}

.searchResults2
{
	font-size: 10px;
}

SMALL
{	
	font-size:	.7em;
}	

BIG
{	
	font-size:	1.17em;
}	

.campaignStatus { font-size:10pt; color:blue; font-weight:bold }
.campaignAction { font-size:9pt; color:blue; font-weight:bold }

.Red {
	FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR : #CC0000;
}

.Error {
	FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR : #CC0000;
	FONT-WEIGHT: bold;
}

.tableHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #cc9966;
}

.tableCellError
{
	background-color:Red;
}

.tableCell
{
	font-size: 10pt;
	color: black;
	background-color: #FFFFFF;
}

.Header
{
	FONT-SIZE: 14pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: black;
	text-align: center;
}
.SideBarHeader
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	COLOR: White;
    font-weight: bold;
	text-align: center;
}
.SideBarSmallHeader
{	
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}
.HomeHeader
{
	FONT-SIZE: 16pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: black;
}

.medHeader
{	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	
}

.smallHeader
{	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}

.annotation
{
	font-size: 9pt;
	font-style:italic;
	color:Gray;
}

.annotationlink
{
	font-size: 7pt;
	text-decoration: underline;
}

.Footnotes
{
    COLOR: white;
    FONT-SIZE: 7pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.Link
{
    COLOR: white;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 15pt;
	text-decoration: underline;
}

.hidden
{
	display: none;
}

.sideNav
{
	width:100%;
	border:0;
	padding:0px 0px 0px 0px;
	height:100%;
	margin:0px 0px 0px 0px;
}
.ParticipantsHelp
{
	color:Gray; 
	font: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
/*
	Styles introduced for Campaign Summary Results
*/
.DataRow
{
	width: 100%;
	word-wrap: break-word;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid gray;
}
.DataHeaderRow
{
	width: 100%;
	background-color: #cc9966;
	word-wrap: break-word;
	padding-bottom: 4px;
	border-bottom: 4px double black;
}
.DataRowDrillDownContainer
{
	width: 100%;
	background-color: #DCDCDC;
}


/*
The following are used for the navigation areas of the page.
We experienced CSS not cascading correctly.
CSS allows you to assign to specific divs/spans via the ID of that.
So, below, a <div> ID would be leftNavigation.
Using this made the styles cascade correctly.
*/

.LeftNavBar
{
	background-color:#FED403;
}

div#leftNavigation a {color:black;}
div#leftNavigation a:hover {color: red; } 

div#TopNavigation a {color:white}
div#TopNavigation a:hover {color: red; } 

div#TopNavigationRight a {color:black}
div#TopNavigationRight a:hover {color: blue; } 







/* ----------------------------------------------------------------------- */
/* 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(../Images/Ts.png);
	background-repeat: repeat-x;	
}
.steelgreen_tabstrip ul li a.steelgreen_link:hover
{
	background-image: url(../Images/Ts.png);
	background-repeat: repeat-x;
}
.steelgreen_tabstrip ul li a.steelgreen_selected
{
	color: #707070;
	background-color: #A5BD84;
	background-image: url(../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(../Images/Ts.png);
	background-repeat: repeat-x;
}
.steelgreen_tabstrip ul li a.steelgreen_disabled:hover
{
	color: #aeaeae;
	background-image: url(../Images/Ts.png);
	background-repeat: repeat-x;
}
.steelgreen_tabstrip ul li span
{
	background-color : Transparent;
}
.steelgreen_tabstrip ul li a.steelgreen_selected
{
	color: #000000;
	background-image: url(../Images/TsSel.png);
	background-repeat: repeat-x;
	border-bottom: 0px;
}
/* leftmost edge */
.steelgreen_tabstrip_l
{
	background-image: url(../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(../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(../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(../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(../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(../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(../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(../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;
}


/* ----------------------------------------------------------------------- */
/* Blue Sub Tabs                                                     */
/* LinkSelector.LinkSelectorType=ThemedTabStrip                            */
/* ----------------------------------------------------------------------- */
.bluesub_tabstrip ul
{
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-left: 0px;	
	color: #ffff66;
	margin-bottom: 0px;
	height: 10px;
}
.bluesub_tabstrip ul li 
{ 
	list-style: none;
	margin: 0;
	display: inline; 
	padding: 0px;	
}
.bluesub_tabstrip ul li span
{	
	float: left;	
}
.bluesub_tabstrip ul li a
{	
	float: left;
	padding: 6px 4px 0px 4px;
	text-decoration: none;	
	border-bottom: 1px solid #919b9c;
}
.bluesub_tabstrip ul li span, .bluesub_tabstrip ul li a
{
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	height: 10px;
	padding-top: 4px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.bluesub_tabstrip ul li a.bluesub_link
{
	color: #ffff66;
	background-color: #498DC8;
	background-image: url(../Images/SubTs.png);
	background-repeat: repeat-x;	
}
.bluesub_tabstrip ul li a.bluesub_link:hover
{
	background-image: url(../Images/SubTs.png);
	background-repeat: repeat-x;
}
.bluesub_tabstrip ul li a.bluesub_selected
{
	color: #ffff66;
	background-color: #A5BD84;
	background-image: url(../Images/TsSel.png);
	background-repeat: repeat-x;
}
.bluesub_tabstrip ul li a.bluesub_selected:hover
{
}
.bluesub_tabstrip ul li a.bluesub_disabled
{
	color: #aeaeae;
	background-color: #498DC8;
	background-image: url(../Images/SubTs.png);
	background-repeat: repeat-x;
}
.bluesub_tabstrip ul li a.bluesub_disabled:hover
{
	color: #aeaeae;
	background-image: url(../Images/SubTs.png);
	background-repeat: repeat-x;
}
.bluesub_tabstrip ul li span
{
	background-color : Transparent;
}
.bluesub_tabstrip ul li a.bluesub_selected
{
	color: #000000;
	background-image: url(../Images/TsSel.png);
	background-repeat: repeat-x;
	border-bottom: 0px;
}
/* leftmost edge */
.bluesub_tabstrip_l
{
	background-image: url(../Images/SubTsLeft.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;	
	padding-top: 6px;
	width: 8px;
	border-bottom: 1px solid #919b9c;	
}
.bluesub_tabstrip_l_selected
{
	background-image: url(../Images/TsSelLeft.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
}
/* tab item separator, left */
.bluesub_tabstrip_sepl
{
	background-image: url(../Images/SubTsRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 7px;
	border-bottom: 1px solid #919b9c;
}
.bluesub_tabstrip_sepl_selected
{
	background-image: url(../Images/TsSelRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 7px;
}
/* tab item separator, right */
.bluesub_tabstrip_sepr
{
	background-image: url(../Images/SubTsLeft.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
	border-bottom: 1px solid #919b9c;
}
.bluesub_tabstrip_sepr_selected
{
	background-image: url(../Images/TsSelLeft.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 8px;
}
/* rightmost edge */
.bluesub_tabstrip_r
{
	background-image: url(../Images/SubTsRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	width: 7px;
	border-bottom: 1px solid #919b9c;
}
.bluesub_tabstrip_r_selected
{
	background-image: url(../Images/TsSelRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 7px;
}

/* ----------------------------------------------------------------------- */
/* IsSubTabSelector=True                                                   */
/* ----------------------------------------------------------------------- */
.bluesub_subtabstrip ul
{	
	margin-top: 3px;
	padding-left: 0px;
	background-color: Transparent;
}
.bluesub_subtabstrip ul li span, 
.bluesub_subtabstrip ul li a.bluesub_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;
}
.bluesub_subtabstrip ul li a, 
.bluesub_subtabstrip ul li a.bluesub_selected, 
.bluesub_subtabstrip ul li a.bluesub_disabled, 
.bluesub_subtabstrip ul li a.bluesub_link:hover, 
.bluesub_subtabstrip ul li a.bluesub_disabled:hover
{
	background-color: Transparent;
	background-image: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
	border-bottom: 0;
}
.bluesub_subtabstrip ul li a.bluesub_selected
{	
	font-weight: bold;
}
.bluesub_subtabstrip .bluesub_tabstrip_l, 
.bluesub_subtabstrip .bluesub_tabstrip_l_selected, 
.bluesub_subtabstrip .bluesub_tabstrip_sepl, 
.bluesub_subtabstrip .bluesub_tabstrip_sepl_selected, 
.bluesub_subtabstrip .bluesub_tabstrip_sepr, 
.bluesub_subtabstrip .bluesub_tabstrip_sepr_selected, 
.bluesub_subtabstrip .bluesub_tabstrip_r, 
.bluesub_subtabstrip .bluesub_tabstrip_r_selected
{
	display: none;
	background-image: none;
	width: 0px;
	padding: 0px;
	border: 0px;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedNavigationBar                       */
/* ----------------------------------------------------------------------- */
.bluesub_navbar ul
{
	padding: 0px;
	float: none;
	width: 100%;
	margin: 0px;	
	color: #ffff66;	
}
.bluesub_navbar ul li 
{ 
	list-style: none;
	margin: 0;
	display: block; 
}
.bluesub_navbar ul li a, .bluesub_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: #ffff66;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.bluesub_navbar ul li a.bluesub_link
{
	display: block;
}
.bluesub_navbar ul li a.bluesub_link:hover
{
	background-color: #CEDEBD;
}
.bluesub_navbar ul li a.bluesub_selected
{
	background-color: #A5BD84;
}
.bluesub_navbar ul li a.bluesub_selected:hover
{
	background-color: #A5BD84;
}
.bluesub_navbar ul li a.bluesub_disabled
{
	color: #aeaeae;
}
.bluesub_navbar ul li a.bluesub_disabled:hover
{
}

/* ----------------------------------------------------------------------- */
/* tab footer and tabbox                                                   */
/* ----------------------------------------------------------------------- */
/* mathing footer bar below tabstrip. Set width and height in style properties on page */
.bluesub_tabfooter
{	
	clear: left;
	margin:0px; border:0px;padding:0px;
	padding-top: 1px;
	line-height:0px;font-size:0px;	
	height: 10px;
}
/* matching panel below tabstrip. Set width and height in style properties on page */
.bluesub_tabbox
{
	/* line-height:1px; font-size:1px; */
	background-color: white;
	margin-top: 0px;
	padding-top: 4px;
	clear: left;
}

.ReportGroupHeader
{
	color:black;
	font-size:16;
	font-weight:bold;
	border-style:groove;
	border-width:thin;
	text-align: center;
}
.ReportGroupLinks:link
{
    COLOR: blue;
	FONT-SIZE: 10pt;
	text-decoration: underline;
}
		
.ReportGroupLinks:active
{
    COLOR: white;
	FONT-SIZE: 10pt;
	text-decoration: underline;
}


.ReportGroupLinks:visited
{
    COLOR: blue;
	FONT-SIZE: 10pt;
	text-decoration: underline;
}

.ReportGroupLinks:hover
{
    COLOR: red;
	FONT-SIZE: 10pt;
	text-decoration: underline;
}
