﻿body
{
}
.MasterHelpText
{	font-size: 9pt;
	color: black;
	font-family: Verdana;

}
.Heading
{
	font-weight: bold;
	font-size: 48pt;
	color: blue;
	font-family: verdana;
}
.AdminHeading
{
	font-weight: bold;
	font-size: 48pt;
	color: blue;
	font-family: verdana;
}
.ContentHeading
{
	font-weight: bold;
	font-size: 14pt;
	color: #090444;
	font-family: 'Georgia';
	border-bottom: #eebe40 4px solid;
}
.AgencyName
{
	font-weight: bold;
	font-size: 18pt;
	color: #090444 ;
	font-family: 'Georgia';
	border-bottom: #eebe40 4pt solid;
	padding-right: 20px;
}

.PageHeader
{
	font-weight: bold;
	font-size: 24pt;
	color: #090444;
	font-family: 'Verdana';
	border-bottom: #eebe40 4pt solid;
	padding-right: 20px;
}
.HLink
{
	font-weight: bold;
	color: #00008b;
	font-family: 'Franklin Gothic Medium';
	text-indent: 36pt;
	text-align: left;
	font-size: 14pt;
}
.ListText
{
	font-weight: normal;
	color: #000000;
	font-family: Verdana;
	text-indent: 0pt;
	text-align: left;
	font-size: x-small;
}

.StdText
{
	font-weight: normal;
	color: #000000;
	font-family: Verdana;
	text-indent: 0pt;
	text-align: left;
	font-size: small;
}

.StdButton
{
	font-weight: bold;
	color: #090444;
	font-family: 'Verdana';
	text-indent: 0pt;
	text-align: center;
	font-size: 10pt;
	background-color: #eebe40;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	cursor: hand;
	border-left-color: #090444;
	border-bottom-color: #090444;
	border-top-color: #090444;
	border-right-color: #090444;
}
.DataText
{
	font-weight: normal;
	color: #000000;
	font-family: Verdana;
	text-indent: 0pt;
	text-align: left;
	font-size: x-small;
}


/* LinkSelector Theme */

/* --------------------------------------------------------------------- */
/* Simple styling for use when setting CssClass directly. Examples       */
/* LinkButtonStyle.CssClass="wgls_stdlink"                               */
/* DisabledItemStyle.CssClass="wgls_disabledlink"                        */
/* SelectedItemStyle.CssClass="wgls_selectedlink"                        */
/* --------------------------------------------------------------------- */
a.wgls_stdlink, a.wgls_disabledlink, a.wgls_selectedlink
{
	color: #090444;
	background-color: #eebe40;
	background-image: url(Images/Ts.png);
	background-repeat: repeat-x;
	text-decoration : none;
	padding: 3px 4px 0px 4px;	
}
a.wgls_stdlink 
{ 
}
a.wgls_disabledlink 
{ 
	color: #aeaeae;
}
a.wgls_selectedlink
{
	color: #090444;
	background-color: #eebe40;
	background-image: url(Images/TsSel.png);
	background-repeat: repeat-x;
}
a.wgls_stdlink:hover 
{
	color: #090444;
	background-color: #eebe40;
	background-image: url(Images/TsSel.png);
	background-repeat: repeat-x;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedLinkList                            */
/* ----------------------------------------------------------------------- */
.wgls ul
{
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-left: 0px;	
	color: #707070;	
}
.wgls ul li 
{ 
	list-style: none;
	margin: 0;
	display: inline; 
	padding: 0px;
}
.wgls ul li span
{	
	float: left;
}
.wgls ul li a
{	
	float: left;
	padding: 3px 4px 0px 4px;
	text-decoration: none;
}
.wgls ul li a.wgls_link
{
	color: #707070;
	background-color: #e7e7e7;
	background-image: url(Images/Ts.png);
	background-repeat: repeat-x;
}
.wgls ul li a.wgls_link:hover
{
	background-image: url(Images/TsSel.png);
	background-color: #A5BD84;
	background-repeat: repeat-x;
}
.wgls ul li a.wgls_selected
{
	color: #707070;
	background-color: #A5BD84;
	background-image: url(Images/TsSel.png);
	background-repeat: repeat-x;
}
.wgls ul li a.wgls_selected:hover
{
}
.wgls ul li a.wgls_disabled
{
	color: #aeaeae;
	background-image: url(Images/Ts.png);
	background-repeat: repeat-x;
}
.wgls ul li a.wgls_disabled:hover
{
	color: #aeaeae;
	background-image: url(Images/Ts.png);
	background-repeat: repeat-x;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedTabStrip                            */
/* ----------------------------------------------------------------------- */
.wgls_tabstrip ul
{
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-left: 0px;	
	color: #eebe40;
	height: 24px;
	margin-bottom: 0px;
}
.wgls_tabstrip ul li 
{ 
	list-style: none;
	margin: 0;
	display: inline; 
	padding: 0px;	
}
.wgls_tabstrip ul li span
{	
	float: left;	
}
.wgls_tabstrip ul li a
{	
	float: left;
	padding: 6px 4px 0px 4px;
	text-decoration: none;	
	border-bottom: 1px solid #919b9c;
}
.wgls_tabstrip ul li span, .wgls_tabstrip ul li a
{
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding-top: 4px;
}
.wgls_tabstrip ul li a.wgls_link
{
	color: #090444;
	background-color: #eebe40;
	background-image: url(Images/Ts.png);
	background-repeat: repeat-x;	
}
.wgls_tabstrip ul li a.wgls_link:hover
{
	color: #eebe40;
	background-color: #090444;
	
	background-image: url(Images/Ts.png);
	background-repeat: repeat-x;
}
.wgls_tabstrip ul li a.wgls_selected
{
	color: #eebe40;
	background-color: #090444;
	background-image: url(Images/TsSel.png);
	background-repeat: repeat-x;
}
.wgls_tabstrip ul li a.wgls_selected:hover
{
}
.wgls_tabstrip ul li a.wgls_disabled
{
	color: #aeaeae;
	background-color: #e7e7e7;
	background-image: url(Images/Ts.png);
	background-repeat: repeat-x;
}
.wgls_tabstrip ul li a.wgls_disabled:hover
{
	color: #aeaeae;
	background-image: url(Images/Ts.png);
	background-repeat: repeat-x;
}
.wgls_tabstrip ul li span
{
	background-color : Transparent;
}
/*.wgls_tabstrip ul li a.wgls_selected
{
	color: #707070;
	background-image: url(Images/TsSel.png);
	background-repeat: repeat-x;
	border-bottom: 0px;
}*/

/* leftmost edge */
.wgls_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;	
}
.wgls_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 */
.wgls_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;
}
.wgls_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 */
.wgls_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;
}
.wgls_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 */
.wgls_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;
}
.wgls_tabstrip_r_selected
{
	background-image: url(Images/TsSelRight.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 7px;
}

/* ----------------------------------------------------------------------- */
/* IsSubTabSelector=True                                                   */
/* ----------------------------------------------------------------------- */
.wgls_subtabstrip ul
{	
	margin-top: 3px;
	padding-left: 0px;
	background-color: Transparent;
}
.wgls_subtabstrip ul li span, 
.wgls_subtabstrip ul li a.wgls_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;
}
.wgls_subtabstrip ul li a, 
.wgls_subtabstrip ul li a.wgls_selected, 
.wgls_subtabstrip ul li a.wgls_disabled, 
.wgls_subtabstrip ul li a.wgls_link:hover, 
.wgls_subtabstrip ul li a.wgls_disabled:hover
{
	background-color: Transparent;
	background-image: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
	border-bottom: 0;
}
.wgls_subtabstrip ul li a.wgls_selected
{	
	font-weight: bold;
}
.wgls_subtabstrip .wgls_tabstrip_l, 
.wgls_subtabstrip .wgls_tabstrip_l_selected, 
.wgls_subtabstrip .wgls_tabstrip_sepl, 
.wgls_subtabstrip .wgls_tabstrip_sepl_selected, 
.wgls_subtabstrip .wgls_tabstrip_sepr, 
.wgls_subtabstrip .wgls_tabstrip_sepr_selected, 
.wgls_subtabstrip .wgls_tabstrip_r, 
.wgls_subtabstrip .wgls_tabstrip_r_selected
{
	display: none;
	background-image: none;
	width: 0px;
	padding: 0px;
	border: 0px;
}

/* ----------------------------------------------------------------------- */
/* LinkSelector.LinkSelectorType=ThemedNavigationBar                       */
/* ----------------------------------------------------------------------- */
.wgls_navbar ul
{
	padding: 0px;
	float: none;
	width: 100%;
	margin: 0px;	
	color: #707070;	
}
.wgls_navbar ul li 
{ 
	list-style: none;
	margin: 0;
	display: block; 
}
.wgls_navbar ul li a, .wgls_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;
}
.wgls_navbar ul li a.wgls_link
{
	display: block;
}
.wgls_navbar ul li a.wgls_link:hover
{
	background-color: #CEDEBD;
}
.wgls_navbar ul li a.wgls_selected
{
	background-color: #A5BD84;
}
.wgls_navbar ul li a.wgls_selected:hover
{
	background-color: #A5BD84;
}
.wgls_navbar ul li a.wgls_disabled
{
	color: #aeaeae;
}
.wgls_navbar ul li a.wgls_disabled:hover
{
}

/* ----------------------------------------------------------------------- */
/* tab footer and tabbox                                                   */
/* ----------------------------------------------------------------------- */
/* mathing footer bar below tabstrip. Set width and height in style properties on page */
.wgls_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 */
.wgls_tabbox
{
	/* line-height:1px; font-size:1px; */
	background-color: white;
	margin-top: 0px;
	padding-top: 4px;
	clear: left;
}

