/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-weight: normal;
    font-size: 10pt;
    word-spacing: normal;
    text-transform: none;
    line-height: normal;
    font-family: Arial;
    letter-spacing: normal;
    background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: black;
}
H1
{
	font-weight: bold;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-family: Arial;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
.H6	{	
	font-family: Arial;
	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;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
DIV
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10pt;
    padding-bottom: 0px;
    margin: 0px;
    color: black;
    padding-top: 0px;
    font-family: Arial;
    background-color: white;
}

Table.PageBodyBkgrnd
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10pt;
    padding-bottom: 0px;
    margin: 0px;
    color: black;
    padding-top: 0px;
    font-family: Arial;
    background-color: white;
}

DIV.PageBodyBkgrnd
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10pt;
    padding-bottom: 0px;
    margin: 0px;
    color: black;
    padding-top: 0px;
    font-family: Arial;
    background-color: white;
}
DIV.PageBodyHeaderBkgrnd
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	color: white;
	padding-top: 0px;
	font-family: Arial;
	background-color: #6b90d4;
}

P.FormLabel
{
	font-weight: bold;
	font-size: 10pt;
	text-align: Left;
	color: Black;
}

TD
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 0.7em;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
TD.FormLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-align: right;
	Height: 18px;
}

.FormLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	text-align: right;
    }

TD.FormLabelLeftAlign
{
	font-weight: bold;
	text-align: Left;
	color: black;
	font-size: 10pt;
	Height: 18px;
}
FormLabelLeftAlign
{
	font-weight: bold;
	text-align: Left;
	color: black;
	font-size: 10pt;
	Height: 18px;
}

.FormLabelLeftAlign
{
	font-weight: bold;
	text-align: Left;
	color: black;
	font-size: 10pt;
	Height: 18px;
}

TD.FormDropDownList
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    border-left: #6b90d4 1px solid;
    border-bottom: #6b90d4 1px solid;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	height: 22px;
}

.FormDropDownList
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    border-left: #6b90d4 1px solid;
    border-bottom: #6b90d4 1px solid;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	height: 22px;
}

TD.FormDropDownList Select
{
    font-family: Arial;
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    border-left: #6b90d4 1px solid;
    border-bottom: #6b90d4 1px solid;
	font-size: 10pt;
	height: 22px;
}

TD.FormCheckBox
{
	text-align: left;
	font-family: Arial;
	color: black;
	font-size: 14pt;
}

TD.RadioButtonList
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: baseline;
    border-left: #6b90d4 1px solid;
    color: black;
    border-bottom: #6b90d4 1px solid;
    text-align: left;
    font-family: Arial;
}

.RadioButtonList
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: baseline;
    border-left: #6b90d4 1px solid;
    color: black;
    border-bottom: #6b90d4 1px solid;
    text-align: left;
    font-family: Arial;
    background-color: white;
    height: 22px;
}

TD.CheckBoxList
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: baseline;
    border-left: #6b90d4 1px solid;
    color: black;
    border-bottom: #6b90d4 1px solid;
    text-align: left;
    font-family: Arial;
}

.CheckBoxList
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: baseline;
    border-left: #6b90d4 1px solid;
    color: black;
    border-bottom: #6b90d4 1px solid;
    text-align: left;
    font-family: Arial;
}

.HolidayCheckBoxList
{
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	font-size: 14pt;
	color: black;
}

.FormInputClass
{
    border: 1px solid #6b90d4;
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}

.TimeSelectorDropDownList
{
	border-right: window 0px solid;
	border-top: window 0px solid;
	border-left: window 0px solid;
	border-bottom: window 0px solid;
	font-family: Arial;
	text-align: left;
	height: 22px;
}

DIV.TimeSelectorBorders
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    border-left: #6b90d4 1px solid;
    border-bottom: #6b90d4 1px solid;
    font-family: Arial;
    text-align: left;
}

TD.FormInput
{
	text-align: left;
	Height: 18px;
    font-size: 10pt;
}

TD.FormInput INPUT
{
    border: 1px solid #6b90d4;
    font-family: Arial;
	font-size: 10pt;
}


TD.FormInput TEXTAREA
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    border-left: #6b90d4 1px solid;
    border-bottom: #6b90d4 1px solid;
    font-family: Arial;
    font-size: 10pt;
}

.FormRegisterInput
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    border-left: #6b90d4 1px solid;
    border-bottom: #6b90d4 1px solid;
    color: Black;
    font-family: Arial;
	Height: 18px;
    font-size: 10pt;
}

INPUT.Button
{
	color: #6b90d4;
	font-weight: bold;
	font-family: Arial;
	
    font-size: 10pt;
    }

.CheckBox
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	color: black;
	vertical-align: baseline;
}

TABLE.Form
{
	margin-left: 10px;
}

SPAN.Message
{
	font-weight: bold;
	color: Navy;
}

SPAN.ErrorMessage
{
	font-weight: bold;
	color: white;
}

.profile-name
{
	font-weight: normal;
	font-size: 9pt;
	vertical-align: baseline;
	color: white;
	font-family: Arial;
	text-align: right;
	background-color: #6b90d4;
}
profile-name
{
	font-weight: normal;
	font-size: 9pt;
	vertical-align: baseline;
	color: white;
	font-family: Arial;
	letter-spacing: normal;
	text-align: right;
	background-color: #6b90d4;
}
.profile-header
{
	font-weight: normal;
	font-size: 10pt;
	vertical-align: baseline;
	color: white;
	font-family: Arial;
	text-align: left;
	background-color: #6b90d4;
}
div.profile-header
{
	font-weight: normal;
	font-size: 10pt;
	vertical-align: baseline;
	color: white;
	font-family: Arial;
	text-align: left;
	background-color: #6b90d4;
}
normal-text
{
	font-weight: normal;
	font-size: 9pt;
	vertical-align: baseline;
	font-family: Arial;
	text-align: left;
	Height: 18px;
}
SmallNormal-text
{
	font-weight: normal;
	font-size: 8pt;
	vertical-align: baseline;
	font-family: Arial;
	text-align: left;
	Height: 18px;
}
TD.NormalTextBox
{
	font-weight: normal;
	font-size: 10pt;
	Height: 18px;
	vertical-align: baseline;
	color: black;
	font-family: Arial;
	text-align: left;
}
.NormalTextBox
{
	font-weight: normal;
	Height: 18px;
    font-size: 10pt;
	font-family: Arial;
	color: black;
	text-align: left;
	vertical-align: baseline;
}
NormalTextBox
{
	font-weight: normal;
	Height: 18px;
    font-size: 10pt;
	font-family: Arial;
	color: black;
	text-align: left;
	vertical-align: baseline;
}

TD.LabelTextBox
{
	font-weight: bold;
	Height: 18px;
    font-size: 10pt;
	vertical-align: baseline;
	color: black;
	font-family: Arial;
	text-align: right;
}
.LabelTextBox
{
	font-weight: bold;
	Height: 18px;
    font-size: 10pt;
	vertical-align: baseline;
	color: black;
	font-family: Arial;
	text-align: right;
}
LabelTextBox
{
	font-weight: bold;
	Height: 18px;
    font-size: 10pt;
	font-family: Arial;
	color: black;
	text-align: right;
	vertical-align: baseline;
}
TD.BoldHeader
{
	font-weight: bold;
	font-size: 9pt;
	vertical-align: baseline;
	color: Black;
	font-family: Arial;
	text-align: left;	
}

TD.InfoLabel
{
	font-size: 11pt;
	Height: 18px;
	color: black;
	font-family: Arial;
	text-align: left;
}

TD.section-header
{	
	font-weight: bold;
	font-size: 12pt;
	vertical-align: baseline;
	color: Black;
	font-family: Arial;
	text-align: left;
}
.section-header
{
	font-weight: bold;
	font-size: 12pt;
	vertical-align: baseline;
	color: Black;
	font-family: Arial;
	text-align: left;
}

section-header
{
	font-weight: bold;
	font-size: 12pt;
	vertical-align: baseline;
	color: Black;
	font-family: Arial;
	text-align: left;
}

.SkillsCheckList_AlternatingItemStyle
{
	color: Black;
	height: 24px;
	background-color: #6b90d4;
}
.SkillsCheckList_ItemStyle
{
	Color: Black;
	height: 24px;
	background-color: white;
}

.SkillsCheckList_ItemHeaderStyle
{
	Color: black;
	background-color: #5d5d5d;
}
.InfoLabel
{
	font-size: 11pt;
	Height: 18px;
	color: black;
	font-family: Arial;
	text-align: left;
}

.input-header	
{	
	font-family: Arial;
	font-size:	1.33em;
	font-weight:	300;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
.error-active
{
    font-weight: bold;
    font-size: 10pt;
    border-left-color: #cc0000;
    border-bottom-color: #cc0000;
    width: 800px;
    color: red;
    border-top-color: #cc0000;
    font-family: Arial, Arial, Helvetica, sans-serif;
    background-color: white;
    text-align: left;
    text-decoration: none;
    border-right-color: #cc0000;
}

Table.banner-bar
{
	Color: black;
	background-color: white;
}
TD.banner-bar
{
	Color: black;
	background-color: white;
}

.Menu-Bar
{
	font-size: 9pt;
	color: #35567f;
	font-family: Arial;
	height: 24px;
	background-color: white;
}
.SubMenu-Bar
{
	font-size: 9pt;
	color: #35567f;
	font-family: Arial;
	height: 24px;
	background-color: #b7d2ff;
}

TD.error-active
{
	font-weight: bold;
	font-size: 10pt;
	border-left-color: #cc0000;
	border-bottom-color: #cc0000;
	width: 800px;
	color: red;
	border-top-color: #cc0000;
	font-family: Arial, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
	text-decoration: none;
	border-right-color: #cc0000;
}
TD.Menu-BarBackground
{
    font-size: 9pt;
    color: #35567f;
    font-family: Arial;
    height: 18px;
    background-color: white;
    border-top: #b7d2ff thin solid;
}
TD.SubMenu-BarBackground
{
	font-size: 9pt;
	color: #35567f;
	font-family: Arial;
	height: 18px;
	background-color: #b7d2ff;
}
.menu-SelectedItemStyle
{
	border-top-width: 1px;
	font-weight: bold;
	border-left-width: 1px;
	font-size: 9pt;
	border-bottom-width: 1px;
	color: Black;
	font-family: Arial;
	height: 18px;
	background-color: #b7d2ff;
	border-right-width: 1px;
}
.Submenu-SelectedItemStyle
{
	border-top-width: 1px;
	font-weight: bold;
	border-left-width: 1px;
	font-size: 9pt;
	border-bottom-width: 1px;
	color: #35567f;
	font-family: Arial;
	height: 18px;
	background-color: #b7d2ff;
	border-right-width: 1px;
}
.menu-inactive a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.menu-inactive a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.menu-inactive a:active
{
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu-inactive a:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.ProgressMeter-CompletedSec
{
    font-weight: bold;
    font-size: 7pt;
    background-image: url(../../Images/ProgressCircle.GIF);
    color: black;
    font-family: Arial;
    background-color: #6b90d4;
}

.ProgressMeter-CurrentSec
{
	font-weight: bold;
	font-size: 7pt;
	background-image: url(../../Images/ProgressCircle.GIF);
	color: white;
	font-family: Arial;
	background-color: white;
}

.ProgrssMeter-RowBackColor
{
	font-weight: bold;
	font-size: 7pt;
	background-image: url(../../Images/ProgressCircle.GIF);
	color: black;
	font-family: Arial;
	background-color: white;
}

.ProgressText-CompletedSec
{
	font-size: 8pt;
	color: Black;
	font-family: Arial;
}

.ProgressText-CurrentSec
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.ProgrssText-RowBackColor
{
	font-size: 8pt;
	color: gray;
	font-family: Arial;
}

HREF
{
	color: red;
}

.DataGrid
{
	font-weight: bold;
	font-size: 13pt;
	color: #35567f;
	font-family: Arial;
	background-color: White;
}

.DataGrid_ItemStyle
{
	font-size: 13pt;
	color: Black;
	font-family: Arial;
	Height: 18px;
	background-color: white;
}

.DataGrid_AlternatingItemStyle
{
	font-family: Arial;
	font-size: 13pt;
	Height: 18px;
	color: Black;
	background-color: white;
}

.DataGrid_HeaderStyle A
{
	font-family: Arial;
	font-size: 10pt;
	height: 20px;
	text-decoration:	underline;
	color:	White;
}

.DataGrid_HeaderStyle A:visited
{
	font-family: Arial;
	font-size: 10pt;
	height: 20px;
	text-decoration:	underline;
	color:	White;
}

.DataGrid_HeaderStyle A:hover
{
	font-family: Arial;
	font-size: 10pt;
	height: 20px;
	text-decoration:	none;
	color:	White
}

.DataGrid_SelectedItemStyle
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	Height: 18px;
	Color: Black;
	background-color: #6b90d4; 
}
.DataGrid_EditItemStyle
{
	font-weight: bold;
	font-size: 13pt;
	color: Black;
	font-family: Arial;
	Height: 18px;
	background-color: white;
}

.DataGrid_HeaderStyle
{
	font-weight: bold;
	font-size: 14pt;
	color: white;
	font-family: Arial;
	height: 22px;
	background-color: #35567f;
}

.DataGrid_FooterStyle
{
	font-family: Arial;
	font-size: 14pt;
	background-color: White;
	Color: Black;
}

.DataGrid_AlertStyle
{
	font-size: 13pt;
	color: #FF0000;
	font-family: Arial;
	Height: 18px;
	background-color: #FFFFFF;
}	

.GridViewContainer
{
	border-right: #014492 2px solid;
    padding-right: 0px;
    border-top: #014492 2px solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    border-left: #014492 2px solid;
    padding-top: 0px;
    border-bottom: #014492 2px solid;
    width: 99.5%;  
    height: 100% 
}

.GridView
{
	font-weight: bold;
	font-size: 13pt;
	color: #35567f;
	font-family: Arial;
	background-color: white;
}

.GridView_ItemStyle
{
	font-size: 13pt;
	color: Black;
	font-family: Arial;
	Height: 18px;
	background-color: white;
}

.GridView_AlternatingItemStyle
{
	font-family: Arial;
	font-size: 13pt;
	Height: 18px;
	color: Black;
	background-color: white;
}

.GridView_HeaderStyle A
{
	font-family: Arial;
	font-size: 10pt;
	height: 20px;
	text-decoration:	underline;
	color:	White;
}

.GridView_HeaderStyle A:visited
{
	font-family: Arial;
	font-size: 10pt;
	height: 20px;
	text-decoration:	underline;
	color:	White;
}

.GridView_HeaderStyle A:hover
{
	font-family: Arial;
	font-size: 10pt;
	height: 20px;
	text-decoration:	none;
	color:	White
}

.GridView_SelectedItemStyle
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	Height: 18px;
	Color: Black;
	background-color: #6b90d4; 
}
.GridView_EditItemStyle
{
	font-weight: bold;
	font-size: 13pt;
	color: Black;
	font-family: Arial;
	Height: 18px;
	background-color: white;
}
.GridView_EmptyDataRowStyle
{
	font-size: 13pt;
	color: Black;
	font-family: Arial;
	Height: 18px;
	background-color: white;
}
.GridView_HeaderStyle
{
	font-weight: bold;
	font-size: 14pt;
	color: white;
	font-family: Arial;
	height: 22px;
	background-color: #35567f;
}

.GridView_FooterStyle
{
	font-family: Arial;
	font-size: 12pt;
	background-color: White;
	Color: Black;
}

.GridView_FooterStyleBlue
{
	font-size: 14pt;
	color: white;
	font-family: Arial;
	height: 22px;
	background-color: #35567f;
}

tr .GridView_PagerStyle
{
	font-weight: bold;
	font-size: 11pt;
	color: #35567f;
	font-family: Arial;
	height: 20px;
	background-color: #b7d2ff;
	text-align: left;
}

tr .GridView_PagerStyle td
{
    padding-left: 2px;   
    padding-right: 2px;
    font-size: 11pt;
}
         
tr .GridView_PagerStyle td A
{ 
    padding-left: 2px;   
    padding-right: 2px;
    border: 1px solid #000000; 
    background-color: whitesmoke;
    font-size: 11pt;
}
             
.GridView_AlertStyle
{
	font-size: 13pt;
	color: #FF0000;
	font-family: Arial;
	Height: 18px;
	background-color: #FFFFFF;
}

.GridView_SelectedRowStyle
{
	font-weight: bold;
	font-size: 13pt;
	color: white;
	font-family: Arial;
	background-color: #35567f;
}

.FormInputLabel
{
    border-right: #6b90d4 1px solid;
    border-top: #6b90d4 1px solid;
    font-weight: normal;
    font-size: 10pt;
    border-left: #6b90d4 1px solid;
    border-bottom: #6b90d4 1px solid;
    text-align: left;
    Height: 18px;
    vertical-align: middle;
    color: gray;
}
.TableHeader
{
    font-weight: bold;
    font-size: 13pt;
    color: white;
    font-family: Arial;
    background-color: #35567f;
    vertical-align: baseline;
    text-align: left;
    border-bottom: gray 1px solid;
}
.TableGroupHeader
{
    font-weight: bold;
    font-size: 11pt;
    color: #35567f;
    font-family: Arial;
    background-color: #b7d2ff;
    vertical-align: baseline;
    text-align: left;
    border-bottom: gray 1px solid;
}
.TableRows
{
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-family: Arial;
    background-color: white;
    vertical-align: baseline;
    text-align: left;
    border-bottom: gray 1px solid;
}

.PageTabs
{
    font-size: 13pt;
    color: black;
    font-family: Arial;
    background-color: #35567f;
    font-weight: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    height: 24px;
}

.PageTabs-Style
{
    font-size: 13pt;
    color: black;
    font-family: Arial;
    background-color: #35567f;
    font-weight: normal;
    border-right: #228a8b 1px solid;
    border-top: #228a8b 1px solid;
    border-left: #228a8b 1px solid;
    border-bottom: #228a8b 1px solid;
    width: 100%;
    height: 24px;
}

.PageTabs-ItemStyle
{
    font-size: 13pt;
    color: #35567f;
    font-family: Arial;
    height: 24px;
    background-color: #b7d2ff; 
    text-align: center;
    border-right: #228a8b 1px solid;
    border-left: #228a8b 1px solid;
    border-bottom: #228a8b 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    font-weight: normal;
}

.PageTabs-HoverStyle
{
    font-weight: normal;
    font-size: 13pt;
    color: Black;
    font-family: Arial;
    text-decoration: underline;
    height: 24px;
}

.PageTabs-SelectedStyle
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13pt;
    padding-bottom: 0px;
    margin: 0px;
    color: #35567f;
    padding-top: 0px;
    font-family: Arial;
    background-color: white;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-weight: bold;
    height: 24px;
}


.modalOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.3); /* black semi-transparent */
        }
