/* ================================================================================== */
/* Font and background color for the content part of the pages */
/* ================================================================================== */
Body
{
    color: black;
    font-family: Verdana Bold, Helvetica, sans-serif;
    background-color: #f0f0f0;
}


/* ================================================================================== */
/* Style used for most text rendered by modules */
/* ================================================================================== */
.Normal
{
    font-size: 11px;
    font-weight: normal;
}
.NormalTextBox
{
    font-size: 11px;
    font-weight: normal;
}
.NormalRed
{
    font-size: 11px;
    font-weight: bold;
    color: red;
}
.NormalWhite
{
    font-size: 11px;
    font-weight: bold;
    color: white;
}
.NormalBold
{
    font-size: 11px;
    font-weight: bold;
}
.NormalLarge
{
    font-size: 12px;
    font-weight: normal;
}
.NormalLargeBold
{
    font-size: 12px;
    font-weight: bold;
}
.NormalSmall
{
    font-size: 10px;
    font-weight: normal;
}
.NormalSmallBold
{
    font-size: 10px;
    font-weight: bold;
}
.NormalXLarge
{
    font-size: 14px;
    font-weight: normal;
}
.NormalXLargeBold
{
    font-size: 14px;
    font-weight: bold;
}


/* ================================================================================== */
/* Style for buttons and link buttons */
/* ================================================================================== */
.CommandButton     {
    font-size: 11px;
    font-weight: bold;
}
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}
A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}
A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}
A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}


/* ================================================================================== */
/* Styles for page header parts */
/* ================================================================================== */
.PageHeader
{
    font-weight: bold;
    font-size: 11px;
    color: #333333;
    background-color: gainsboro;
}
.PageHeader .TabStrip A
{
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration:    none;
    padding-top: 6px;
    padding-bottom: 6px;
}
.PageHeader .TabStrip A:hover
{
    text-decoration:    none;
    color: black;
    background-color: gainsboro;
}
.PageHeader .InfoBar
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 4px;
    color: ghostwhite;
    padding-top: 4px;
    background-color: #333333;
}
.PageHeader .InfoBar A
{
    color: ghostwhite;
    text-decoration:    none;
}
.PageHeader .InfoBar A:Hover
{
    color: silver;
    text-decoration:    none;
}


/* ================================================================================== */
/* Background color for all shaded boxes */
/* ================================================================================== */
.BackgroundHighlight
{
    background-color: #CCCC99;
    /*background-color: #BDBD99;*/
}


/* ================================================================================== */
/* Style for error boxes */
/* ================================================================================== */
.ErrorLarge
{
    font-size: 13px;
    font-weight: bold;
    color: red;
}
.ErrorNormal
{
    font-weight: bold;
    color: red;
}


/* ================================================================================== */
/* Style for help boxes */
/* ================================================================================== */
.HelpNormal
{
    font-size: 12px;
    color: darkgreen;
    text-align: center;
}


/* ================================================================================== */
/* Style for info boxes */
/* ================================================================================== */
.InfoNormal
{
    font-size: 12px;
    color: navy;
}


/* ================================================================================== */
/* Style for task boxes */
/* ================================================================================== */
.TaskList
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: wheat;
    font-size: 11px;
}


/* ================================================================================== */
/* Style used to create boxes with borders */
/* ================================================================================== */
.ThinBox TD
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}


/* ================================================================================== */
/* Style for module titles */
/* ================================================================================== */
.Head
{
    font-weight: bold;
    font-size: 14px;
    color: #330000;
}


/* ================================================================================== */
/* Style used on announcement titles */
/* ================================================================================== */
.ItemTitle
{
    font-weight: bold;
    font-size: 12px;
    color: darkblue;
}


/* ================================================================================== */
/* Style used on titles that are not module titles */
/* ================================================================================== */
.SectionTitle
{
    font-weight: bold;
    font-size: 12px;
    color: darkblue;
}


/* ================================================================================== */
/* Style for copyright footer */
/* ================================================================================== */
.CopyrightFooter
{
    font-size:9px;
    color: White;
}


/* ================================================================================== */
/* Styles for grids and datalists */
/* ================================================================================== */
.GridHeader
{
    font-weight: bold;
    font-size: 11px;
    background-color: #f5deb3;
    text-align: center;
}
.GridHeader TD,TH
{
    color: darkred;
}
.GridHeader A
{
    color: darkred;
    text-decoration:    none;
}
.GridHeader A:Hover
{
    color: red;
    text-decoration:    underline;
}

.GridSelectorArea
{
    background-color: gainsboro;
}

.GridExpArea
{
    background-color: gainsboro;
}

.GridCellButtonHilite
{
    font-size: 10px;
    cursor: hand;
    color: darkred;
    border-top-style: none;
    font-family: Verdana Bold, Helvetica, sans-serif;
    border-right-style: none;
    border-left-style: none;
    background-color: lightsteelblue;
    text-align: left;
    text-decoration: underline;
    border-bottom-style: none;
}

.GridItem 
{
    font-size: 10px;
    background-color: #D3D3D3;
    vertical-align: top;
}
.GridItem A
{
    color: darkred;
    text-decoration:    none;
}
.GridItem A:Hover
{
    color: red;
    text-decoration:    underline;
}

.GridAlternatingItem
{
    font-size: 10px;
    background-color: gainsboro;
    vertical-align: top;
}
.GridAlternatingItem A
{
    color: darkred;
    text-decoration:    none;
}
.GridAlternatingItem A:Hover
{
    color: red;
    text-decoration:    underline;
}

.GridFooter
{
    font-size: 10px;
    font-weight: bold;
    color: black;
    background-color: #ffefd5;
}

.GridPager
{
    font-size: 10px;
    font-weight: bold;
    color: black;
    background-color: #FFEFD5;
}

.GridNoData
{
    padding-left: 40px;
    font-weight: bold;
    font-size: 12px;
    BACKGROUND-POSITION-Y: center;
    background-image: url(../images/pnlico-info.gif);
    padding-bottom: 5px;
    color: navy;
    padding-top: 5px;
    background-repeat: no-repeat;
    background-color: gainsboro;
}

/* ================================================================================== */
/* Style for login page graphics */
/* ================================================================================== */
.LoginPage .VerticalBar
{
    background-color: silver;
}
.LoginPage .HorizontalBar
{
    font-weight: bold;
    font-size: 14px;
    color: whitesmoke;
    background-color: slategray;
}
.BuildNumber
{
    font-size: 8px;
    font-weight: normal;
    color: black;
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


















.CSCCalendar
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 8pt;
   filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color= 'gray' , Positive= 'true' ) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=96, FinishX=100, StartY=0, FinishY=0) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=0, FinishX=0, StartY=97, FinishY=100);
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Arial;
   background-color: white;
}

.CSCCalendar TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}

.CSCCalendarNoFilter
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 8pt;
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Arial;
   background-color: white;
   }
.CSCCalendarNoFilter TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}


.CSCWeekRowsTable
{
   border-right: black 1px solid;
   border-top: black 1px solid;
   font-size: 8pt;
   border-left: black 1px solid;
   border-bottom: black 1px solid;
   font-family: Arial;
   background-color: white;
}

.CSCDay
{
   cursor: pointer;  /* W3C approved hand. See http://www.xs4all.nl/~ppk/css2tests/index.html */
   cursor: hand;
}

.CSCSelectedDay
{
   background-color: gold;
   cursor: pointer;
   cursor: hand;
}
.CSCSelectedToday
{
   font-weight: bold;
   background-color: gold;
   cursor: pointer;
   cursor: hand;
}
.CSCToday
{
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
}
.CSCSpecialDay
{
   cursor: pointer;
   cursor: hand;
   background-color: lemonchiffon;
}

.CSCOtherMonthDays
{
   cursor: default;
   color: gray;
}

.CSCWeekNumberColumn
{
   border-right: blue 1px solid;
   background-color: lightblue;
}

.CSCDayHeader
{
   border-bottom: blue 1px solid;
}

.CSCDayHeader TR
{
   font-size: 7pt;
   background-color: lightblue;
}

.CSCDayHeaderCell
{
   font-size: 7pt;
}

.CSCHeaderTable
{
   font-size: 8pt;
   border-bottom: blue 1px solid;
   font-family: Arial;
}

.CSCHeaderRows
{
   font-size: 8pt;
   font-family: Arial;
   cursor: default;
}

.CSCHeaderRows TR
{
   background-color: inherit;
}

.CSCIncrementalButtons
{
   cursor: pointer;
   cursor: hand;
   color: mediumblue;
}

.CSCIncrementalButtonsPressed
{
   cursor: pointer;
   cursor: hand;
   color: darkblue;
}

.CSCJumpButtons
{
   color: mediumblue;
   cursor: pointer;
   cursor: hand;
}

.CSCJumpButtonsPressed
{
   color: darkblue;
   cursor: pointer;
   cursor: hand;
}

.CSCCloseButton
{
   cursor: default;
}

.CSCCloseButtonPressed
{
   cursor: default;
}
.CSCHelpButton
{
   cursor: default;
}

.CSCHelpButtonPressed
{
   cursor: default;
}

.CSCFooterTable
{
}

.CSCFooterTable TABLE
{
}

.CSCFooterButton
{
   border-right: lightgrey thin outset;
   border-top: lightgrey thin outset;
   border-left: lightgrey thin outset;
   color: black;
   border-bottom: lightgrey thin outset;
   background-color: lightblue;
   font-size: 8pt;
   font-family: Arial;
   cursor: pointer;
   cursor: hand;
}

.CSCFooterButtonPressed
{
   border-right: lightgrey thin inset;
   border-top: lightgrey thin inset;
   border-left: lightgrey thin inset;
   border-bottom: lightgrey thin inset;
   background-color: lightblue;
   color: black;
   font-size: 8pt;
   font-family: Arial;
   cursor: pointer;
   cursor: hand;
}

.CSCFooterCurrentDate
{
}

.SD_Selectable1
{
   background-color: mistyrose;
   cursor: pointer;
   cursor: hand;
}
.SD_SelectableOM1
{
   background-color: powderblue;
   cursor: pointer;
   cursor: hand;
}
.SD_Selectable2
{
   background-color: palegoldenrod;
   cursor: pointer;
   cursor: hand;
}
.SD_SelectableOM2
{
   background-color: gainsboro;
   cursor: pointer;
   cursor: hand;
}
.SD_Unselectable1
{
   color: gray;
   background-color: mistyrose;
}
.SD_UnselectableOM1
{
   color: gray;
   background-color: powderblue;
}
.SD_Unselectable2
{
   color: gray;
   background-color: palegoldenrod;
}
.SD_UnselectableOM2
{
   color: gray;
   background-color: gainsboro;
}

.DTBToggleCalendar
{
}

.DTBToggleCalendarPressed
{
}

.DTBHelpButton
{
}

.DTBHelpButtonPressed
{
}

.MYPMonthYearPicker
{
   border-right: gray 1px solid;
   border-top: gray 1px solid;
   font-size: 8pt;
   border-left: gray 1px solid;
   border-bottom: gray 1px solid;
   font-family: Arial;
   background-color: white;
}

.MYPMonthYearPicker TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}

.MYPMonthTable
{
}

.MYPYearTable
{
}

.MYPMonthCell
{
   cursor: pointer;
   cursor: hand;
}

.MYPSelectedMonthCell
{
   background-color: gold;
   cursor: pointer;
   cursor: hand;
}


.MYPYearCell
{
   cursor: pointer;
   cursor: hand;
}
.MYPSelectedYearCell
{
   cursor: pointer;
   cursor: hand;
   background-color: gold;
}

.MYPOutOfRangeCell
{
   color: gray;
}

.MYPMoveYearsButtons
{
}

.MYPMoveYearsButtonsPressed
{
}

.MYPTogglePicker
{
}

.MYPTogglePickerPressed
{
}


.PDPContextMenu
{
   border-right: lightgrey 1px solid;
   border-top: lightgrey 1px solid;
   font-size: 8pt;
   border-left: lightgrey 1px solid;
   border-bottom: lightgrey 1px solid;
   font-family: Arial;
   background-color: white;
}

.PDPContextMenu TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}