/***************************************
*
*	Base Application Style Sheet
*
****************************************/   



/* ================================
>
>	BASE STYLES
>
>	These styles represent the base
>   for applications.
>
>   NOTE:  Base styles are named
>   by capitalizing first letter
>   of each word.
/* ================================*/   


/* Style used for most text rendered */
.Copy
{
    font-weight: normal;
}

	
/* style used for error messages */
.Error
{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}


/* Style for headings */
.Head
{
    font-size:  17px;
    font-weight:    bold;
    line-height: 18pt;
    color: #004990;
}


/* Style for sub-headings */
.SubHead
{
    font-size:  14px;
    line-height: 15pt;
    color: #004990;
}


/* Style for sub-sub-headings */
.SubSubHead
{
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}


/* Style for caption text */
.Caption
{
    font-size:  9px;
    color: #3687bb;
}



/* ================================
>
>	SPECIAL USE STYLES
>
>	These styles used for a special
>   need within the application.
>
>   NOTE:  Special use styles are
>   named by capitalizing first
>   letter of each word.
/* ================================*/   

.HomeHead
{
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1px;
}


/* Style for sub-headings */
.HomeText
{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
}


/* Style for sub-headings */
.HomeCaption
{
    font-size:  9px;
}


/* hyperlink style for buttons and link buttons used in the pages */
.AltLinkMedium
{
	color: #004990;
}
A.AltLinkMedium:link 
{
	text-decoration: underline;
    color: #004990;
}

A.AltLinkMedium:visited  {
	text-decoration: underline;
    color: #004990;
}

A.AltLinkMedium:active   {
	text-decoration: underline;
    color: #004990;
}

A.AltLinkMedium:hover
{
	color: #c1d4e9;
	text-decoration: underline;
}


.SelectedPage
{
	color: #004990;
}
A.SelectedPage:link 
{
	text-decoration: underline;
    color: #004990;
}

A.SelectedPage:visited  {
	text-decoration: underline;
    color: #004990;
}

A.SelectedPage:active   {
	text-decoration: underline;
    color: #004990;
}

A.SelectedPage:hover
{
	color: #c1d4e9;
	text-decoration: underline;
}


.LogoffLink
{
	color: #ffffff;
}
A.LogoffLink:link 
{
	text-decoration: underline;
    color: #ffffff;
}

A.LogoffLink:visited  {
	text-decoration: underline;
    color: #ffffff;
}

A.LogoffLink:active   {
	text-decoration: underline;
    color: #ffffff;
}

A.LogoffLink:hover
{
	color: #c1d4e9;
	text-decoration: underline;
}


/* Style for footer head text */
.FooterHead
{
    font-size:  12px;
    font-weight:    bold;
	color: #FFFFFF;
    letter-spacing: 1px;
}


/* Style for footer head text */
.FooterText
{
	color: #FFFFFF;
    letter-spacing: 1px;
}


/* hyperlink style for buttons and link buttons used in the pages */
.FooterNews
{
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
A.FooterNews:link 
{
    text-decoration: underline;
    color: #FFFFFF;
}

A.FooterNews:visited  {
    text-decoration: underline;
    color: #FFFFFF;
}

A.FooterNews:active   {
    text-decoration: underline;
    color: #FFFFFF;
}

A.FooterNews:hover
{
	color: #c1d4e9;
	text-decoration: underline;
}


/* style for FAQ question text */
.Copyright
{
	font-weight: bold;
	font-size: 9px;
    color: #999999;
	letter-spacing: 1px;
}



.SubNavSelectedPage
{
	color: #004990;
}
A.SubNavSelectedPage:link 
{
	text-decoration: underline;
    color: #004990;
}

A.SubNavSelectedPage:visited  {
	text-decoration: underline;
    color: #004990;
}

A.SubNavSelectedPage:active   {
	text-decoration: underline;
    color: #004990;
}

A.SubNavSelectedPage:hover
{
	color: #004990;
	text-decoration: underline;
}



.SubNav
{
	color: #3687bb;
}
A.SubNav:link 
{
	text-decoration: underline;
    color: #3687bb;
}

A.SubNav:visited  {
	text-decoration: underline;
    color: #3687bb;
}

A.SubNav:active   {
	text-decoration: underline;
    color: #3687bb;
}

A.SubNav:hover
{
	color: #004990;
	text-decoration: underline;
}
























/* style grid header style */
.GridStyle
{
    background-color: #ffffff;
}

/* style grid header style */
.GridHeaderStyle
{
	font-weight: bold;
    color: #3687bb;
	letter-spacing: 1px;
    padding-bottom: 4px;
	border-bottom: solid 2px #000000;
}

.GridHeaderStyle A, .GridHeaderStyle SPAN
{
    text-decoration: none;
}

.GridHeaderStyle A:hover
{
    text-decoration: underline;
}

/* style for alternating row in grid */
.GridItemStyle
{
    vertical-align: top;
}
.GridItemStyle TD
{
	border-bottom: solid 1px #c1d4e9;
}


/* style for alternating row in grid */
.GridAlternatingItemStyle
{
    vertical-align: top;
    background-color: #c1d4e9;
}

.GridAlternatingItemStyle TD
{
	border-bottom: solid 1px #c1d4e9;
}


.GridRowHoverOn
{
    background-color: #3687bb;
}

.GridRowHoverOn TD
{
	border-bottom: solid 1px #c1d4e9;
}


.GridLink A
{
	color: #004990;
}
.GridLink A:link 
{
	text-decoration: underline;
    color: #004990;
}

.GridLink A:visited  {
	text-decoration: underline;
    color: #004990;
}

.GridLink A:active   {
	text-decoration: underline;
    color: #004990;
}

.GridLink A:hover
{
	color: #c1d4e9;
	text-decoration: underline;
}







/* ================================
>
>	SPECIAL USE STYLES
>
>	These styles used for a special
>   need within the application.
>
>   NOTE:  Special use styles are
>   named by capitalizing first
>   letter of each word.
/* ================================*/   

.FormHead
{
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1px;
}


/* Style for sub-headings */
.FormText
{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
}


/* Style for sub-headings */
.FormInstruction
{
    font-size:  9px;
}























/* style for admin site headings */
.AdminHead
{
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	font-family: Sans-Serif, Verdana, Arial, Helvetica, Tahoma;
	letter-spacing: 2px;
}


.AdminSubHead
{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	letter-spacing: 2px;
}

.AdminHeadLinks
{
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	font-family: Sans-Serif, Verdana, Arial, Helvetica, Tahoma;
	letter-spacing: 2px;
}

/* hyperlink style for buttons and link buttons used in the pages */
A.AdminHeadLinks:link {
    text-decoration: none;
    color: #ffffff;
}

A.AdminHeadLinks:visited  {
    text-decoration: none;
    color: #ffffff;
}

A.AdminHeadLinks:active   {
    text-decoration: none;
    color: #ffffff;
}

A.AdminHeadLinks:hover    {
    text-decoration: none;
    color: #ffffff;
}



.AdminPageLinks
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #003366;
}

/* hyperlink style for buttons and link buttons used in the pages */
A.AdminPageLinks:link {
    text-decoration: none;
    color: #cccc99;
}

A.AdminPageLinks:visited  {
    text-decoration: none;
    color: #cccc99;
}

A.AdminPageLinks:active   {
    text-decoration: none;
    color: #ffffff;
}

A.AdminPageLinks:hover    {
    text-decoration: none;
    color: #ffffff;
}




.NavBiscuitSeparator
{
    font-size: 8px;
    color: #004990;
    letter-spacing: 1px;
}


.NavBiscuit
{
	font-size: 9px;
    color: #3687bb;
	letter-spacing: 1px;
}

/* hyperlink style for buttons and link buttons used in the pages */
A.NavBiscuit:link {
    text-decoration: none;
    color: #3687bb;
}

A.NavBiscuit:visited  {
    text-decoration: none;
    color: #3687bb;
}

A.NavBiscuit:active   {
    text-decoration: none;
    color: #3687bb;
}

A.NavBiscuit:hover    {
    text-decoration: none;
	color: #004990;
}



/*                                             */
/*  CommandButton is applied to administration */
/*  command links.                             */
/*                                             */
/* text style for buttons and link buttons used in the pages */
.CommandButton     {
    font-size: 12px;
    font-weight: bold;
	color: #003366;
    text-decoration:    underline;
}

/* hyperlink style for buttons and link buttons used in the pages */
A.CommandButton:link {
    text-decoration:    underline;
	color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
	color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
	color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
	color: #660033;
}


/* ================================
>
>	MODIFIER STYLES
>
>	Used to modify any exting styles,
>	i.e., Copy.
>
>   NOTE:  Modifier styles are
>   named by prefixing with underscore
>	and capitalizing all letters.
/* ================================*/   


/* Applies alternate style to base styles */
.modALT
{
	color: #004990;
}


/* Applies bold to base styles. */
.modBOLD
{
	font-weight: bold
}


/* Applies italic to base styles. */
.modITALIC
{
	font-style: italic;
}


/* Applies a smaller font size to base styles. */
.modSMALL
{
    font-size:  10px;
}


/* Applies a bigger font size to base styles. */
.modBIG
{
    font-size:  14px;
}


/* Applies white to base styles. */
.modWHITE
{
	color: #FFFFFF;
}


/* ================================
>
>	HTML TAG STYLES
>
>	Used to style HTML tags.
>
/* ================================*/   


/* style applies to all elements */
*
{
    font-size: 11px;
    color: #231F20;
    line-height: 12pt;
    font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
}


/* style for body of pages */
Body
{
	background-color: #CCCCCC;
}

/* links around the site */
A:link
{
    text-decoration:    underline;
    color: #3687bb;
}


A:visited
{
    text-decoration:    underline;
    color: #3687bb;
}


A:active
{
    text-decoration:    underline;
    color: #3687bb;
}


A:hover
{
    text-decoration:    underline;
	color: #004990;
}
