
/* Styles for Body of web site */
a.rlnk
{
    display: block !important;
    background: url(images/detail.gif) no-repeat center !important;
    height: 16px;
    width: 16px;
    text-indent: -9999px !important;
}
.Heading
{
    font-weight: bold;
    font-size: medium;
    font-family: Verdana;
    line-height: 18px;
    margin-right: 30px;
}
.SubHeading
{
    font-weight: bold;
    font-size: medium;
}

.ReportTableHeader
{
    font-weight: bold;
    background-color: #dcdcdc;
    font-size: 8pt;
    text-align: center;
    font-family: Verdana;
    color: black;
}
.ReportTableRow
{
    font-size: 8pt;
    font-family: Verdana;
}

.smaller
{
    font-size: xx-small;
    font-family: Verdana;
}

.smallest
{
    font-size: 8pt;
    font-family: Verdana;
}

.smallInput
{
    font-size: 8pt;
    font-family: Tahoma;
}
.bordered
{
    border: black 1px solid;
    border-collapse: collapse;
}

.filterbox
{
    border-collapse: collapse;
    white-space: nowrap;
    padding-bottom: 3px;
}

.filterboxsection
{
    float: left;
    font-size: 8pt;
    font-family: Tahoma;
    padding-top: 2px;
    padding-bottom: 5px;
}
.filterboxsectionleft
{
    float: left;
    font-size: 8pt;
    font-family: Tahoma;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 34%;
}
.filterboxsectionmid
{
    float: left;
    font-size: 8pt;
    font-family: Tahoma;
    padding-top: 2px;
    padding-bottom: 5px;
    width: 26%;
}
.filterboxsectionright
{
    float: left;
    font-size: 8pt;
    font-family: Tahoma;
    padding-top: 2px;
    padding-bottom: 5px;
    width: 28%;
}
.filterboxsectionfull
{
    float: left;
    font-size: 8pt;
    font-family: Tahoma;
    padding-top: 2px;
    padding-bottom: 5px;
    width: 100%;
}

.filterboxrow
{
    clear: both;
    padding-top: 3px;
}

span.literal
{
  padding-top: 3px;
  padding-bottom: 5px;
}

.filterboxsectionleft span.label
{
    float: left;
    width: 75px;
    text-align: left;
    white-space: nowrap;
     padding-top: 3px;
  padding-bottom: 5px;
}

.filterboxsectionmid span.label
{
    float: left;
    width: 75px;
    text-align: left;
    white-space: nowrap;
     padding-top: 3px;
  padding-bottom: 5px;
}

.filterboxsectionright span.label
{
    float: left;
    width: 55px;
    text-align: left;
    white-space: nowrap;
     padding-top: 3px;
  padding-bottom: 5px;
}
.filterboxdivider
{
    float: left;
    width: 97%;
    height: 1px;
    border-top: dashed 1px black;
    margin: 0px 10px 0px 10px;
}
.filterboxheader
{
    height: 30px;
    padding-top: 0px;
    font-weight: bold;
    font-size: 11px;
    background-image: url(images/bg_listbar_bluegrayfaded.gif);
    color: white;
    background-repeat: repeat-x;
    background-position: center center;
    cursor: hand;
}

.fieldsetLegendMain
{
    font-weight: bold;
    font-size: 11pt;
    width: 160px;
    color: black;
    font-family: Verdana;
}

.fieldsetLegendSub
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-family: Verdana;
}

.ApplyFilter
{
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.SnapshotSection
{
    padding-bottom: 15px;
}

.timeout
{
    color: Black;
    background-color: White;
    border-color: Red;
    border-width: 2px;
    border-style: Double;
    padding: 5px 15px 5px 15px;
    width: 375px;
    height: 125px;
    position: absolute;
    z-index: 100;
    font-size: 10pt;
    text-align: center;
    cursor: hand;
    left: 50%;
    margin-left: -225px;
}

.rc
{
 padding-left:2px;
}

/* Styles for Default Infragistics UltraWebGrid */
.d
{
	border: black 1px solid;
	border-collapse: collapse;
	width: 5px;
	background-color: black;
	color: black;
	padding:0px;
}

.sectionHeader
{
    font-weight: bold;
    font-size: x-small;
    color: white;
    background-color: #b22222;
}

.sectionText
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: firebrick 1px solid;
    border-top: firebrick 1px solid;
    font-size: x-small;
    border-left: firebrick 1px solid;
    border-bottom: firebrick 1px solid;
}

.blackstroke
{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.darkstroke
{
    border: 1px solid #5986B3;
    background-color: #fff;
}

.dropshadow
{
    background-image: url(/desktopmodules/ddcshared/images/highlight.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #DADADA;
    width: 3px;
}
.dropshadowbottom
{
    background-image: url(/desktopmodules/ddcshared/images/highlight.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #DADADA;
    height: 3px;
}


HR
{
    color: #a9a9a9;
    height: 1pt;
    text-align: left;
}

.ContextMenuPanel
{
    border: 1px solid #868686;
    z-index: 1000;
    background-color: #F6F6F6;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
}

.ContextMenuBreak
{
    margin: 1px 1px 1px 32px;
    padding: 0;
    height: 1px;
    overflow: hidden;
    display: block;
    border-top: 1px solid #C5C5C5;
}

a.ContextMenuItem
{
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 19px 4px 33px;
    white-space: nowrap;
}

a.ContextMenuItem-Selected
{
    font-weight: bold;
}

a.ContextMenuItem:hover
{
    background-color: #FFE6A0;
    color: #003399;
    border: 1px solid #D2B47A;
    padding: 3px 18px 3px 32px;
}
.Progress
{
    background-color: #CF4342;
    color: White;
    top: 0px;
    right: 0px;
    position: absolute;
    width: 100px;
}

.Progress img
{
    vertical-align: middle;
    margin: 2px;
}


/* r.a.d.menu skin for DDC Report Titles */

.RadMenu_DDCReport
{
    /*background: url('Menu/MenuItemBackground.gif'); 	border-left: solid 1px #617fb5;*/
}

.RadMenu_DDCReport_Context
{
    /*background: url('Menu/MenuItemBackground.gif');*/
    border: 0;
}

.RadMenu_DDCReport .rmLink
{
    float: left;
    text-decoration: none;
    color: white; /*border-left: solid 1px #c2cfe3; 	border-right: solid 1px #617fb5;*/
    background: transparent;
}

.RadMenu_DDCReport .rmLink:hover,
.RadMenu_DDCReport .rmFocused, 
.RadMenu_DDCReport .rmExpanded
{
    color: #000066;
    cursor: hand; /*background: transparent url('Menu/MainItemBackgroundHover.gif') no-repeat center;*/
}

.RadMenu_DDCReport .rmRootGroup .rmText
{
    /*background: transparent url('Menu/RootGroupArrowDown.gif') no-repeat right center;*/
    background: transparent url('Menu/bottom.gif') no-repeat right center;
    padding-left: 0px;
    margin-right: 4px;
    color: black;
    font: bold 16px Arial, Verdana, Sans-serif;
    line-height: 28px;
    padding-right: 24px;
    border: 0px;
    cursor: hand;
}

.RadMenu_DDCReport .rmRootGroup .rmText
{
   /* background-image: none;*/
}

.RadMenu_DDCReport .rmHorizontal .rmExpandBottom, .RadMenu_DDCReport .rmHorizontal .rmExpandTop
{
    background: transparent url('Menu/bottom.gif') no-repeat right center;
}

.RadMenu_DDCReport .rmVertical .rmExpandLeft, .RadMenu_DDCReport .rmVertical .rmExpandRight
{
    background: transparent url('Menu/invertedGroupImage.gif') no-repeat right center;
}


.RadMenu_DDCReport .rmSlide
{
    margin-top: -1px;
}

.RadMenu_DDCReport .rmGroup
{
    border: solid 1px #6788be;
    background: white;
}

.RadMenu_DDCReport .rmGroup .rmLink
{
    background: white;
    border: 0px;
    border-bottom: solid 1px #f0f2f3;
    color: #333;
}

.RadMenu_DDCReport .rmGroup .rmText
{
    font-weight: normal !important;
    background: none;
    margin-right: 0px !important;
    padding-right: 60px;
    padding-left: 8px;
    font-size: 11px;
}

.RadMenu_DDCReport .rmGroup .rmLink:hover, .RadMenu_DDCReport .rmGroup .rmFocused, .RadMenu_DDCReport .rmGroup .rmExpanded
{
    background: #e7f1ff;
    border: 0px;
    border-bottom: solid 1px #d8dde0;
}

.RadMenu_DDCReport .rmLeftArrow, .RadMenu_DDCReport .rmRightArrow, .RadMenu_DDCReport .rmTopArrow, .RadMenu_DDCReport .rmBottomArrow, .RadMenu_DDCReport .rmLeftArrowDisabled, .RadMenu_DDCReport .rmRightArrowDisabled, .RadMenu_DDCReport .rmTopArrowDisabled, .RadMenu_DDCReport .rmBottomArrowDisabled
{
    background: #e7f1ff url('Menu/left.gif') center center no-repeat;
    width: 15px;
    text-decoration: none;
    text-indent: -3000px;
    color: #e7f1ff;
    overflow: hidden;
}

.RadMenu_DDCReport .rmTopArrow, .RadMenu_DDCReport .rmTopArrowDisabled
{
    background-image: url('Menu/top.gif');
    width: 100%;
}

.RadMenu_DDCReport .rmBottomArrow, .RadMenu_DDCReport .rmBottomArrowDisabled
{
    background-image: url('Menu/bottom.gif');
    width: 100%;
}

.RadMenu_DDCReport .rmRightArrow, .RadMenu_DDCReport .rmLeftArrow
{
    height: 100%;
}

.RadMenu_DDCReport .rmRightArrow, .RadMenu_DDCReport .rmRightArrowDisabled
{
    background-image: url('Menu/right.gif');
}

.RadMenu_DDCReport .rmVertical .rmSeparator .rmText
{
    padding-top: 2px;
    background: #6788be;
    font-size: 1px;
}

.RadMenu_DDCReport .rmExpandLeft, .RadMenu_DDCReport .rmExpandRight, .RadMenu_DDCReport .rmFocused .rmExpandLeft, .RadMenu_DDCReport .rmFocused .rmExpandRight, .RadMenu_DDCReport .rmExpanded .rmExpandLeft, .RadMenu_DDCReport .rmExpanded .rmExpandRight
{
    background: transparent url('Menu/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_DDCReport .rmGroup .rmExpandLeft, .RadMenu_DDCReport .rmGroup .rmExpandRight, .RadMenu_DDCReport .rmGroup .rmFocused .rmExpandLeft, .RadMenu_DDCReport .rmGroup .rmFocused .rmExpandRight, .RadMenu_DDCReport .rmGroup .rmExpanded .rmExpandLeft, .RadMenu_DDCReport .rmGroup .rmExpanded .rmExpandRight
{
    background: transparent url('Menu/groupImage.gif') right center no-repeat;
}

/* mozilla only - disabled state */
.RadMenu_DDCReport .rmLink.disabled, .RadMenu_DDCReport .rmLink.disabled:hover
{
    -moz-opacity: 0.8;
    /*opacity: 0.8;*/
    color: #ccc;
    background: none;
}


/*right-to-left support*/

.RadMenu_DDCReport_rtl, .RadMenu_DDCReport_rtl *
{
    text-align: right;
}

.RadMenu_DDCReport_rtl .rmRootGroup .rmText
{
    padding-left: 24px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 4px;
}

.RadMenu_DDCReport_rtl .rmGroup .rmText
{
    margin-left: 0 !important;
    padding-left: 60px;
    padding-right: 8px;
}

.RadMenu_DDCReport_rtl .rmHorizontal .rmExpandBottom, .RadMenu_DDCReport_rtl .rmHorizontal .rmExpandTop
{
    background-position: left center;
}

.RadMenu_DDCReport_rtl .rmVertical .rmExpandLeft, .RadMenu_DDCReport_rtl .rmVertical .rmExpandRight
{
    background: transparent url('Menu/invertedGroupImageRTL.gif') no-repeat left center;
}

.RadMenu_DDCReport_rtl .rmGroup .rmExpandLeft, .RadMenu_DDCReport_rtl .rmGroup .rmExpandRight
{
    background: transparent url('Menu/groupImageRTL.gif') no-repeat 5px center;
}

.RadMenu_DDCReport_rtl .rmVertical .rmLink:hover .rmExpandLeft, .RadMenu_DDCReport_rtl .rmVertical .rmLink:hover .rmExpandRight, .RadMenu_DDCReport_rtl .rmVertical .rmFocused .rmExpandLeft, .RadMenu_DDCReport_rtl .rmVertical .rmFocused .rmExpandRight, .RadMenu_DDCReport_rtl .rmVertical .rmExpanded .rmExpandLeft, .RadMenu_DDCReport_rtl .rmVertical .rmExpanded .rmExpandRight
{
    background: transparent url('Menu/invertedGroupImageRTL.gif') left center no-repeat;
}

.RadMenu_DDCReport_rtl .rmGroup .rmLink:hover .rmExpandLeft, .RadMenu_DDCReport_rtl .rmGroup .rmLink:hover .rmExpandRight, .RadMenu_DDCReport_rtl .rmGroup .rmFocused .rmExpandLeft, .RadMenu_DDCReport_rtl .rmGroup .rmFocused .rmExpandRight, .RadMenu_DDCReport_rtl .rmGroup .rmExpanded .rmExpandLeft, .RadMenu_DDCReport_rtl .rmGroup .rmExpanded .rmExpandRight
{
    background: transparent url('Menu/groupImageRTL.gif') 5px center no-repeat;
}
