﻿/* @charset "utf-8"; */
/* See note iiKB-2008-11-08T08:48:39 */
/*
File Name		\net\styles.css
Domain			FSEAonline.org
Last Reviewed		11/28/11
Purpose			master styles sheet for most pages
				See file ~/App_Code/styles.css.notes.txt" for notes and comments
				matching the tags in this file:  "See note iiKB-yyyy-mm-ddThh:mm:ss" 
*/
/* -------------------------------------------------------------*/
/* Introduction and overview:  See note iiKB-2008-11-08T08:49:07 */
/* -------------------------------------------------------------*/
/* -------------------------------------------------------------*/
/* Reset Section:  See note iiKB-2008-11-08T08:49:56 */
/* -------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: ''; /* See note iiKB-2008-11-08T09:22:47 */
}
:focus
{
    /* See note iiKB-2008-11-08T09:24:43 */
    outline: 0;
}
ins
{
    /* See note iiKB-2008-11-08T09:40:43 */
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    /* See note iiKB-2008-11-08T09:45:41  */
    border-collapse: collapse;
    border-spacing: 0;
}
/* -------------------------------------------------------------*/
/** Site's design theme section **/
/* -------------------------------------------------------------*/
/* -------------------------------------------------------------*/
/** Default Elements **/
/* -------------------------------------------------------------*/
body, .iiBody
{
    background-color: White; /* background-image: url(''); */ /* background-position: center; */ /* background-repeat: repeat-y; */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 100%;
    line-height: normal;
    margin: 0px;
    z-index: 0;
}
button
{
    border-style: solid;
    border-width: 1pt;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
}
caption
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
}
fieldset
{
    border: none;
    padding: 0;
    margin: 0;
}
h1, .editor_Header1
{
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
h2, .editor_Header2
{
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
h3, .editor_Header3
{
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
h4, .editor_Header4
{
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
h5, .editor_Header5
{
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
h6, .editor_Header6
{
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: 3px 0 3px 0;
    padding: 0;
}
img
{
    /* See note iiKB-2008-11-08T08:53:40 */
    border-style: none;
    border-color: inherit;
    border-width: 0;
}
input
{
    /* See note iiKB-2008-11-08T09:46:48 */
    border: solid 1px black;
    padding-left: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}
label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
}
label, .mstheme-label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
}
legend
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
}
li
{
    /* See Note iiKB-2010-02-12T09:35:09 */ /* before 2/12/10 was: font-size: 10pt;  */ /* before 2/12/10 was: list-style-position: inside;  */ /* before 2/12/10 was: list-style-type: decimal;  */ /* before 2/12/10 was: position: relative;   * / 	/* before 2/12/10 was: left: 10px;  * / 	/* before 2/12/10 was: line-height: normal;  */ /* before 2/12/10 was: margin-bottom: 5px;  */ /* before 2/12/10 was: margin-right: 10px;  */
    padding-left: 14px; /* added 2/12/10  */
}
marquee
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}
p, .editor_Normal_Paragraph
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: normal;
    margin-bottom: 5px;
    width: 100%;
}
select
{
    /*	 See Note iiKB-2008-11-08T08:56:19 */
    border: solid 1px black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}
table
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    background-attachment: inherit;
    background-color: White;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 0px black;
}
td
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 0;
    margin: 0px;
    vertical-align: top;
}
textarea
{
    /* See note iiKB-2008-11-08T09:52:19  */
    border: solid 1px black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    padding-left: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}
th
{
    background-color: Gray;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
}
tr
{
}
ul
{
    /* See Note iiKB-2010-02-12T09:35:09 */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    list-style-position: inside; /* added 2/12/10 */
    list-style-type: disc; /* before 2/12/10 was: list-style: disc;  */
    text-align: Left;
    margin-bottom: 5px;
    padding-left: 5px;
}
a:link
{
    color: #003366;
    text-decoration: underline;
}
a:visited
{
    color: #525b5c;
    text-decoration: underline;
}
a:hover
{
    color: #f50002;
    text-decoration: underline;
}
div.content h1
{
    font-size: 22px;
    margin: 3px 0 3px 0;
    padding: 0;
    line-height: 24px;
}
div.content h2
{
    font-size: 19px;
    margin: 3px 0 3px 0;
    line-height: 20px;
    padding: 0;
}
div.content h3
{
    font-size: 16px;
    margin: 3px 0 3px 0;
    padding: 0;
}
div.content h4
{
    font-size: 14px;
    margin: 3px 0 3px 0;
    padding: 0;
}
div.content h5
{
    font-size: 13px;
    margin: 3px 0 3px 0;
    padding: 0;
}
div.content h6
{
    font-size: 12px;
    margin: 3px 0 3px 0;
    padding: 0;
}

/*   Treeview firefox fixer - begin section */
/* See Note iiKB-2009-09-24T05:38:39 */

div#idTreeView1 img
{
    display: block;
    float: left;
}

div#idTreeView1 div
{
    display: inline-block;
}

/*   test treeview firefox fixer - end section */



/* -------------------------------------------------------------*/
/** Classes and Element IDs follow **/
/* -------------------------------------------------------------*/
/* -------------------------------------------------------------*/
/** Footer **/
/* -------------------------------------------------------------*/
.footer_area
{
    background-color: #11497e;
    height: 100%; /*10px;*/
    margin-top: 10px;
    width: 100%;
}
.footer_box
{
    background-color: #11497e;
    height: 35px;
    width: 100%;
    float: left;
}
.footerText
{
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin-left: 27px;
    padding-top: 11px;
}
.footerTightText
{
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    height: 100%;
    line-height: 12px;
    margin-left: 5px;
    padding-top: 5px;
}
a.footerText_link
{
    color: #ffffff;
    text-decoration: underline;
    word-spacing: 2px;
}
a.footerText_link:hover
{
    /*  See Note iiKB-2008-11-08T08:56:51  */
    color: #ffffff;
    text-decoration: underline;
}
a.footerText_link:visited
{
    color: #ffffff;
    text-decoration: underline;
    word-spacing: 2px;
}
a.footerText_link:visited:hover
{
    color: #ffffff;
    text-decoration: underline;
}
body.iiColorLayer
{
    background-color: White;
    background-image: url('/net/images/background_blue_w_gray_sides.jpg');
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    margin-top: 0px;
}

body.iiPopUpLayer
{
    height: 100%;
    background-color: White;
    background-image: url('/net/images/background_popup.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
}


.Center_Div
{
    background-color: #ffffff;
    border: none;
    float: left;
    margin-bottom: 0px;
    margin-left: 10px;
    position: relative;
    vertical-align: top;
    width: 480px;
}
.CenterAndRight_Div
{
    /*  See Note iiKB-2008-11-08T08:57:20  */
    background-color: #ffffff;
    border: none;
    float: left;
    margin-bottom: 0px;
    padding: 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 748px;
}

.CenterAndRight_Pan
{
    /*  See Note iiKB-2008-11-08T08:57:20  */
    border: 1px solid #000000;
    width: 672px;
    float: left;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    position: relative;
    background-color: #ffffff;
}

.PopUp_Div
{
    /*  also See Note iiKB-2008-11-08T08:57:20  */
    width: 100%;
    float: left;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    position: relative;
    background-color: transparent;
}
.L3_mainTitle_outsideBox
{
    background-color: #ffffff;
    width: 272px;
    height: 88px;
    float: left;
    margin-top: 61px;
    z-index: 0;
}
.LeftSide_Div
{
    color: White;
    float: left;
    margin-left: 10px;
    position: relative;
    vertical-align: top;
    width: 220px;
}
.LeftSideNarrow_Div
{
    color: white;
    float: left;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: top;
    width: 150px;
}

.LeftSideNav_Div
{
    color: White;
    float: left;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: top;
    width: 211px;
    z-index: 0;
}

.Main_Div
{
    width: 960px;
    vertical-align: top;
    text-align: center;
    margin-top: 3px;
}
.popupControl
{
    background-color: #eefff2;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    padding: 5px;
}
.RightSide_Div
{
    background-color: #FFFFFF;
    float: left;
    margin-bottom: 0px;
    margin-left: 10px;
    position: relative;
    vertical-align: top;
    width: 220px;
}

/** Search **/
.search_box
{
    width: 200px;
    float: right;
    margin-top: 78px;
    text-align: left;
}

.vTop
{
    vertical-align: top;
}
.watermark
{
    background: #FFAAFF;
}
/* -------------------------------------------------- */
/* Accordion */
/* -------------------------------------------------- */
#accordion_content .iiAccordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
#accordion_content .iiAccordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}
#accordion_content .iiAccordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
#accordion_content .iiAccordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}
.iiAccordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.iiAccordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.iiAccordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/* -------------------------------------------------- */
.iiAllMarginsAt5
{
    margin: 5px;
}
.iiAlink
{
    /* See Note iiKB-2008-11-08T10:53:59 */
    color: #003366;
    text-decoration: underline;
    cursor: pointer;
}
.bullet
{
    color: #f50002;
}
.iiButtonOut
{
    background-color: #dcdcdc;
    border: solid 1px black;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    margin: -1px 0 0 0;
    text-align: center;
    width: 115px;
}
.iiButtonOver
{
    background-color: #add8e6; /* background-image: url('/net/gallery/image/'); */ /* background-position: right; */ /* background-repeat: no-repeat; */
    border: solid 1px black;
    color: #1e90ff;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    margin: -1px 0 0 0;
    text-align: center;
    width: 115px;
}

.iiButtonOutAsBigLink
{
    background-color: Transparent;
    border: none;
    color: #003366;
    font-family: Verdana, Arial, Helvetica;
    font-size: large;
    font-style: normal;
    font-weight: bold;
    margin: -1px 0 0 0;
    text-decoration: underline;
    text-align: left;
}
.iiButtonOverAsBigLink
{
    background-color: Transparent;
    border: none;
    color: #f50002;
    font-family: Verdana, Arial, Helvetica;
    font-size: large;
    font-style: normal;
    font-weight: bold;
    margin: -1px 0 0 0;
    text-decoration: underline;
    text-align: left;
}


.iiCalendarButtonOut
{
    /*  See note iiKB-2008-11-08T08:58:47  */
    background-color: #dcdcdc;
    font-size: large;
    font-style: normal;
    font-weight: bold;
}
.iiDarkBackgroundColor
{
    background-color: #003366;
    color: #ffffff;
}
.iiDarkColor
{
    color: #003366;
}
.iiDarkestColor
{
    color: #000000;
}
.iiDimColor
{
    color: #cccccc;
}

.iiDropDown
{
	background-color: #ebebeb;
	border: solid 1px black;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: xx-small;
	font-weight: normal;
	font-variant: normal;
	margin: 0 0 0 0;
	padding: 1px;
	text-align: left;
}

.iiEasySearch
{
    color: Black;
    background: transparent;
}

.iiNet_Menu
{
    color: White;
}

.iiSmallDimLabel
{
    color: #cccccc;
    font-size: xx-small;
    margin-right: 10px;
    text-align: right;
}
.iiFixedFont
{
    font-family: "Courier New" , "Times New Roman";
    font-size: small;
    font-style: normal;
}
.iiFormLabel
{
    float: left;
    width: 120px;
}
.iiGrid
{
    background-color: white;
}
.iiGridAlternatingItem td
{
    background-color: #ffffcc;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
}
.iiGridAlternatingItemFixedBorderless td
{
    /* See Note iiKB-2008-11-08T10:56:05 */
    background-color: white;
    color: black;
    font-family: "Courier New" , "Times New Roman";
    font-size: small;
    font-style: normal;
    border-width: 0;
}
.iiGridEditItem td
{
    /* See Note iiKB-2008-11-08T09:00:01 */
    background-color: #ccffcc;
    border: solid 1px black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}

.iiGridEditItemBig td
{
    /* See Note iiKB-2009-10-16T07:47:44 */
    background-color: #ccffcc;
    border: none;
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}

.iiGridViewHeader th
{
    /* See note iiKB-2008-11-08T09:00:01 */
    background-color: #C0C0C0;
    border: solid 1px black;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
.iiGridItem td
{
    /* See note iiKB-2008-11-08T09:00:01 */
    background-color: #eee;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
}
.iiGridItemFixedBorderless td
{
    background-color: #eee;
    color: black;
    font-family: "Courier New" , "Times New Roman";
    font-size: small;
    font-style: normal;
    border-width: 0;
}
.iiGridPager td
{
    background-color: #003366;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
    font-style: normal;
    font-weight: bold;
}
.iiHiddenButton
{
    /* See Note iiKB-2008-11-08T11:01:10 */
    border-color: inherit;
    background-color: Transparent;
    border-width: 0px;
    height: 0px;
    width: 0px;
}
.iiHomeLeftMenuOut
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    background-color: #6699cc;
    border-width: 0;
    border-color: #6699cc;
    border-style: solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    vertical-align: middle;
    width: 160px;
}
.iiHomeLeftMenuOver
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    background-color: #6699cc;
    border-width: 0;
    border-color: #6699cc;
    border-style: solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    vertical-align: middle;
    width: 160px;
}

.iiHomeMotto
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 97px;
    right: 0px;
    text-align: right;
    vertical-align: top;
    color: White;
    background-color: black;
}

.iiHyperLinkPopUp
{
    /* See Note iiKB-2008-11-08T11:02:37 */
    border: solid 1px black;
    display: table-cell;
    float: left;
    height: 63px;
    width: 99px;
}

.iiLabel
{
    margin-right: 10px;
    text-align: right;
}
.iiLabelInverse
{
    background-color: gray;
    border: black 1px solid;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    padding: 1px;
    width: 100%;
}

.iiLeftMenuOut
{
    background-color: #336699;
    border: none;
    color: #FFFFFF;
    font-family: Verdana, Helvetica, Arial;
    font-size: x-small;
    font-weight: normal;
    font-variant: normal;
    height: 18px;
    margin: -1px 0 0 0;
    padding: 1px;
    text-align: left;
    text-decoration: none;
    width: 115px;
}
.iiLeftMenuOver
{
    background-color: #336699;
    background-image: url('/net/gallery/image/Logo_Org_FSEAonline_16x16.gif');
    background-position: right;
    background-repeat: no-repeat;
    border: none;
    color: #FFFFFF;
    font-family: Verdana, Helvetica, Arial;
    font-size: small;
    font-weight: normal;
    font-variant: normal;
    height: 18px;
    margin: -1px 0 0 0;
    padding: 1px;
    text-decoration: underline;
    text-align: left;
    width: 115px;
}

.iiLightBackgroundColor
{
    background-color: #ccffff;
}
.iiLightColor
{
    color: #ccffff;
}
.iiLightHighlightBackgroundColor
{
    background-color: #d0cdbb;
    color: #000000;
}
.iiLightHighlightBorder
{
    border: 1px solid #69c;
}
.iiPaddedRow10
{
    padding: 5px;
}

.iiPaddedVert10
{
    padding: 5px 0 5px 0;
}

.iiMenuOut
{
    background-color: #fffff0;
    border: solid 1px black;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-weight: bold;
    font-variant: normal;
    height: 18px;
    margin: -1px 0 0 0;
    padding: 1px;
    text-align: center;
    width: 115px;
}
.iiMenuOver
{
	background-color: yellow;
	/* background-image: url('/net/gallery/image/?.gif'); */
	/* background-position: right; */
	/* background-repeat: no-repeat; */
    border: solid 1px black;
    color: blue;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-weight: bold;
    font-variant: normal;
    height: 18px;
    margin: -1px 0 0 0;
    padding: 1px;
    text-align: center;
    width: 115px;
}

.iiTopMenuOut
{
    background-color: #fffff0;
    border: solid 1px black;
    color: #003366;
    font-family: Verdana, Helvetica, Arial;
    font-size: xx-small;
    font-weight: bold;
    font-variant: normal;
    height: 18px;
    margin: -1px 0 0 0;
    padding: 1px;
    text-align: center;
    width: 110px;
}
.iiTopMenuOver
{
	/* background-color: #FFFFFF; */
        /* background-image: url('/net/gallery/image/?.gif'); */
        /* background-position: right; */
        /* background-repeat: no-repeat; */
    border: solid 1px black;
    color: #000000;
    font-family: Verdana, Helvetica, Arial;
    font-size: xx-small;
    font-weight: bold;
    font-variant: normal;
    height: 18px;
    margin: -1px 0 0 0;
    padding: 1px;
    text-align: center;
    width: 110px;
}

.iiNavTable
{
    border: 0px;
    border-spacing: 0px;
    padding: 2px;
    width: 150px;
    text-align: center;
    z-index: 0;
}

.iiNetMotto
{
	/* See Note iiKB-2011-09-24T08:12:45 */
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 97px;
    right: 0px;
    text-align: right;
    vertical-align: top;
    color: White;
    background-color: black;
}

.iiNormalFont
{
    color: #000000;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: normal;
}
.iiPanelButtonIn
{
    /* See Note iiKB-2008-11-08T11:03:54 */
    background-color: #afeeee;
    border: solid 1px black;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    margin: -1px 0 0 0;
    text-align: center;
    width: 115px;
}
.iiPanelButtonOut
{
    /* See Note iiKB-2008-11-08T11:06:57 */
    background-color: #f0f8ff;
    border: solid 1px black;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    margin: -1px 0 0 0;
    text-align: center;
    width: 115px;
}
.iiPanelButtonOver
{
    /* See Note iiKB-2008-11-08T11:06:57 */
    background-color: yellow;
    border: solid 1px black;
    color: Blue;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    margin: -1px 0 0 0;
    text-align: center;
    width: 115px;
}
.iiPanelLabelButtonOut
{
    /* See Note iiKB-2008-11-08T11:09:14 */
    background-color: #f0f8ff;
    border-color: black;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    color: #000;
    display: block;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: bold;
    height: 15px;
    left: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 111px;
}
.iiPanelLabelButtonOver
{
    background-color: yellow;
    border-color: black;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    color: Blue;
    display: block;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: bold;
    height: 15px;
    left: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 111px;
}
.iiRedOnWhite
{
    background-color: White;
    color: Red;
}
.iiRedOnYellow
{
    background-color: Yellow;
    color: Red;
}

.iiSearch
{
    background-color: #ccc;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 149px;
    border-bottom: transparent 1px solid;
}
.iiSlideShowImage
{
    border: 2px solid #86674F;
    width: auto;
    margin: 20px;
}

.iiSuperScript
{
    font-size: smaller;
    vertical-align: super;
}

.iiTableLined tr td
{
    /* See Note iiKB-2008-11-19T12:29:25 */
    border: solid 1px #999999;
}

.iiTableNoBorder
{
    border: none;
    margin: 5px;
    padding: 5px;
    background-color: transparent;
}

.iiTableNoBorderPadded tr td
{
    border: none;
    margin: 10px 5px 10px 5px;
    padding: 30px 5px 10px 5px;
    background-color: transparent;
}

.iiTableNoBorderInGrid td
{
    /* See Note iiKB-2008-11-24T10:30:17 */
    border: none;
    padding: 0px;
}

.iiTableWithBorder
{
    border: solid 1px black;
    margin: 5px;
    padding: 5px;
    background-color: transparent;
}
.iiTableShaded
{
    /* See Note iiKB-2008-11-08T11:32:33 */
    background-color: #eee;
    border: solid 1px black;
    border-collapse: separate;
    border-spacing: 5px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    padding: 0px;
    margin: 10px;
    table-layout: fixed;
    vertical-align: top;
}
.iiTableShadedGrid
{
    /* See note iiKB-2008-11-08T09:00:01 */
    background-color: #eee;
    border: solid 1px black;
    border-collapse: separate;
    border-spacing: 5px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    margin: 10px;
    table-layout: fixed;
    vertical-align: top;
}
.iiRowOdd td
{
    /* See Note iiKB-2008-11-08T11:38:21 */
    background-color: #eee;
}
.iiRowOddGrid td
{
    /*  See note iiKB-2008-11-08T09:00:01 */
    background-color: #eee;
    border: solid 1px black;
    overflow: auto;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
.iiRowHeaderGrid td
{
    /* See note iiKB-2008-11-08T09:00:01 */
    background-color: #d0cdbb;
    border: solid 1px black;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
.iiRowEven td
{
    /* See Note iiKB-2008-11-08T11:45:32 */
    background-color: white;
    vertical-align: top;
}
.iiRowEvenGrid td
{
    /* See note iiKB-2008-11-08T09:00:01 */
    background-color: white;
    border: solid 1px black;
    overflow: auto;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
.iiPaddedRow td
{
    padding-top: 1px;
    padding-bottom: 1px;
}
.slideTitle
{
    font-weight: bold;
    font-size: small;
    font-style: italic;
}
.slideDescription
{
    font-size: small;
    font-weight: bold;
}
.iiSuccessSummary
{
    background-color: #ccffcc;
    border: green 1px solid;
    color: green;
    padding: 2px;
}
.iiTextBoxShaded
{
    background-color: #FFFFC0;
    border-style: Solid;
    border-width: 1px;
    border-color: Black;
}
.iiTinyButton
{
    width: 25px;
    height: 15px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
    color: #008ea0;
    background-color: #d6e2b5;
    border-width: 1px;
    border-color: #008ea0;
    border-style: solid;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
    margin: 1px;
}
.iiTinyFont
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
}
.iiValidationErrorMessage
{
    /* See Note iiKB-2008-11-08T11:46:45 */
    background-color: yellow;
    border: red 1px solid;
    color: red;
    font-size: small;
    font-style: normal;
    font-weight: bold;
}
.iiValidationSummary
{
    /* See Note iiKB-2008-11-08T11:47:22 */
    background-color: yellow;
    border: red 1px solid;
    color: red;
    font-size: small;
    font-style: normal;
    font-weight: bold;
    padding: 2px;
}
.iiWizard
{
    /* See Note iiKB-2008-11-08T11:48:48 */
    background-color: #eee;
    border: #000000 1px solid;
    color: #000000;
    text-align: right;
}
.iiWizardInner
{
    /* See Note iiKB-2008-11-08T11:49:47 */
    padding: 10px;
}
.iiWizardTable
{
    border: 0;
    margin: 2px;
    padding: 2px;
    white-space: nowrap;
}
.iiYellowBackRedBorder
{
    background-color: #FFFFC0;
    border: Red 1px Solid;
}
/* -------------------------------------------------------------*/
/** Float clearing **/
/* -------------------------------------------------------------*/
.spacer
{
    /* See note iiKB-2008-11-08T09:15:34 */
    clear: both;
}
.clear
{
    /*  see note iiKB-2008-11-08T09:16:30 */
    clear: both;
    height: 0%;
    font-size: 0px;
    line-height: 0px;
}
#formBlock
{
    width: 300px;
}
#formBlock p
{
    margin: 0 0 3px;
}
.iiPopup_wrapper
{
    /*  See Note iiKB-2008-11-08T09:18:27  */
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}
.iiFullPage_wrapper
{
    /*  See Note iiKB-2008-11-08T09:18:27  */
    height: 100%;
    width: 960px;
    vertical-align: top;
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    /*  See Note iiKB-2008-11-08T09:18:27  */
    background-color: transparent;
    height: 149px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 500;
}
#popup_header
{
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    height: 80px;
    width: 100%;
    z-index: 500;
}
#leftnav
{
    float: left;
    width: 215px;
    font-size: 9px;
    margin-right: 0px;
    padding-right: 0px;
}
#maincontent
{
    /* See Note iiKB-2008-11-08T11:52:15 */
    font-size: 11px;
    margin: 0 224px 0 211px;
    background-color: #ffffff;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
}

#centercontent
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

#themeShadeLightestBox
{
    float: right;
    margin: 10px;
    padding: 10px;
}


#sidebar
{
    float: right;
    width: 200px;
    font-size: 11px;
    padding: 12px;
}
#footer
{
    /* background-color: */
    color: #ffffff;
    font-size: 9px;
    height: 45px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
    z-index: 100;
}

#divPreFooterImage
{
    /* background-image: url('/net/gallery/image/');  */ /* background-position: center; */ /* height: 12px; */
    text-align: center;
}


#divFooterFiller
{
    background-color: white;
}

#iiListStyleDisc li
{
    list-style-type: disc;
}


/* -------------------------------------------------------------*/
/*  frmPeo main panels */
/* -------------------------------------------------------------*/
#iiPanContent
{
    width: 700px;
    margin: 0;
    border: solid 1px black;
    text-align: left;
    max-width: 700px;
}
#iiPanLeftCol
{
    float: left;
    width: 120px;
    margin: 0;
    padding: 0;
}
#iiPanLeftCol-content
{
    margin: 0;
    padding: 0.5em 1em;
    font-size: 8pt;
}
#iiPanMainCol
{
    margin: 0 0 0 120px;
    padding: 0;
}
#iiPanMainCol-content
{
    margin: 0;
    padding: 0.5em 1em;
    font-size: 10pt;
}
hr.iiCleaner
{
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

/* -------------------------------------------------------------*/
/*  Ajax Calendar Control */
/* See Note iiKB-2009-10-22T01:38:55 */
/* -------------------------------------------------------------*/

.cal_Theme1 .ajax__calendar_container td
{
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
    font-size: small;
    padding: 0;
    margin: 0;
}
.cal_Theme1 .ajax__calendar_header
{
    background-color: #ffffff;
    font-size: small;
}
.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
    background-color: #e9e9e9;
    color: #004080;
    padding-top: 3px;
    font-size: small;
    margin: 0;
}
.cal_Theme1 .ajax__calendar_body
{
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
    font-size: small;
    padding: 0;
    margin: 0;
}
.cal_Theme1 .ajax__calendar_dayname
{
    background-color: #e9e9e9;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: small;
}
.cal_Theme1 .ajax__calendar_day
{
    background-color: #e9e9e9;
    text-align: center;
    font-size: small;
    padding: 0;
    margin: 0;
}
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
    font-size: small;
}
.cal_Theme1 .ajax__calendar_today
{
    background-color: #e9e9e9;
    font-weight: bold;
    font-size: small;
    padding: 0;
    margin: 0;
}
.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
    background-color: #e9e9e9;
    color: #808080;
    font-size: small;
    padding: 0;
    margin: 0;
}

