 /* ------------------------------------------------- Global Styles
    ------------------------------------------------- */

html
{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

body
{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: 0px;
    border: 0px;
    padding: 0px;
	background: #FFFFFF;
}

/* need the star below as it says 'All' */
*
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #000000;
}

fieldset
{
    border: solid 1px #8D8C8C;
}

legend
{
    font-size: 11px;
}
/* ------------------------------------------------- Core Layout Styles begin
   ------------------------------------------------- */

.CSWStyle_FixedPanel
{
    position: absolute;
    overflow: hidden;
}

.CSWStyle_FixedPanel_Vertical
{
    left: 0px;
    width: 100%;
}

.CSWStyle_FixedPanel_Vertical_Before
{
    top: 0px;
}

.CSWStyle_FixedPanel_Vertical_After
{
    bottom: 0px;
}

.CSWStyle_FixedPanel_Horizontal
{
    top: 0px;
    height: 100%;
}

.CSWStyle_FixedPanel_Horizontal_Before
{
    left: 0px;
}

.CSWStyle_FixedPanel_Horizontal_After
{
    right: 0px;
}

.CSWStyle_ScrollingPanel
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: auto;
}

.CSWStyle_NavigationPanel
{
    background: #000000 url("/Site/Styles/Default/Images/PrimaryNav.png");
}

.CSWStyle_SidePanel
{
    overflow: auto;
}

.CSWStyle_ErrorPanel
{
    background: #FFFF99;
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.CSWStyle_BreadcrumbPanel
{
    padding-top: 2px;
    padding-left:65px;
    font-weight: bold;
}

.CSWStyle_InnerPadding
{
    padding: 15px 20px 20px 20px;
}

.CSWStyle_OuterPadding
{
    border: solid 20px #FFFFFF;
    border-top-width: 0px;
}

.CSWStyle_OuterPadding_HarmonizedTabContent
{
    border-left: solid 15px #FFFFFF;
    border-right: solid 15px #FFFFFF;
    border-top-width: 0px;
}

.CSWStyle_SidePanelPadding_Body
{
    border-top: solid 5px #FFFFFF;
}

.CSWStyle_LeftSidePanelPadding_Page
{
    border-left: solid 15px #FFFFFF;
}

.CSWStyle_RightSidePanelPadding_Page
{
    border-right: solid 15px #FFFFFF;
}

.CSWStyle_DropDownColor *
{
	 color: #000000 !important;
	 background: #FFFFFF !important;
}

.CSWStyle_InputColor
{
	 color: #000000 !important;
	 background: #FFFFFF !important;
}

.CSWStyle_ButtonColor
{
	 color: #000000 !important;
	 /* background: #ece9d8 !important; */
}

.CSWStyle_ButtonColorDisabled
{
    color: Gray !important;
}

.CSWStyle_PageInset_Colour *
{
    color: #000000;
}

.CSWStyle_PageInset 
{
    background: #f0f0f0;
}

.CSWStyle_PageInset_Header
{
    margin-top: 20px;
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #8D8C8C;
    border-bottom: 0px;
    position: relative;
}

.CSWStyle_PageInset_Footer
{
	width: 100%;
    background: #f0f0f0;
    border: 1px solid #8D8C8C;
    border-top: 0px;
    position: relative;
}

.CSWStyle_Dialog_BodyPanel
{
    border-top-width: 5px;
}

.CSWStyle_DialogFooter_LeftPanel
{
    float: left;
    height: 100%;
    padding-top: 9px;
    padding-left: 9px;
    width: 75%;
}

.CSWStyle_DialogFooter_RightPanel
{
    float: right;
    height: 100%;
    text-align: right;
    width:    20%;
}

.CSWStyle_FullHeightWidth
{
	width: 100%;
	height: 100%;
}

.CSWStyle_ListRow_Even
{
    background: #FFFFFF;
    color: #000000;
}

.CSWStyle_ListRow_Odd
{
    background: #E8F0FF;
    color: #000000;
}

.CSWStyle_ListRow_Even td 
{
    background: #FFFFFF;
    color: #000000;
}

.CSWStyle_ListRow_Odd td
{
    background: #E8F0FF;
    color: #000000;
}

.CSWStyle_ListRow_Hover td 
{
    background: #8D8C8C;
    color: #000000;
}

.CSWStyle_ListRow_Selected td
{
    background: #c2c3c3;
    color: #000000;
}

.CSWStyle_ListRow_Even span 
{
    color: #000000;
}

.CSWStyle_ListRow_Odd span
{
    color: #000000;
}

.CSWStyle_ListRow_Hover span 
{
    color: #000000;
}

.CSWStyle_ListRow_Selected span
{
    color: #000000;
}

.CSWStyle_ListRow_Even a 
{
    color: #000000;
}

.CSWStyle_ListRow_Odd a
{
    color: #000000;
}

.CSWStyle_ListRow_Hover a 
{
    color: #000000;
}

.CSWStyle_ListRow_Selected a
{
    color: #000000;
}

.CSWStyle_ListRow_SecondaryLink
{
    margin-left: 10px;
}

.CSWStyle_ListRow_FullWidth
{
    width: 100%;
}

.CSWStyle_Border
{
    border: solid 1px #8D8C8C;
}

.CSWStyle_BorderBottom
{	
	border-bottom: solid 1px #8D8C8C;
}

/* ------------------------------------------------- Font Styles
   ------------------------------------------------- */

.CSWStyle_Font_10px
{
    font-size: 10px;
}

.CSWStyle_SmallText
{
    font-size: 10px;
}

.CSWStyle_InstructionalText
{
    font-size: 11px;
    font-weight: bold;
}

.CSWStyle_LabelHighlighted
{
    font-weight: bold;
}

.CSWStyle_SubtitleText
{
    color: #009fda; 
    font-size: 15px;
    font-weight: bold;
}

.CSWStyle_LargerText
{
    font-size: 15px;
    font-weight: bold;
}

/* ------------------------------------------------- SidePanel Styles
   ------------------------------------------------- */

.CSWStyle_SidePanelLabel
{
    font-size: 11px;
}

.CSWStyle_SidePanelItem
{
    margin-bottom: 10px;
}

.CSWStyle_SidePanelItem_NoLabelAbove
{
    margin-top: 24px;
}

.CSWStyle_SidePanelItem_NoLabelBelow
{
    margin-bottom: 21px;
}

.CSWStyle_SidePanelItem_LegendLabel
{
    margin-top: 19px;
}

/* ------------------------------------------------- Footer Styles
   ------------------------------------------------- */

.CSWStyle_FooterPanel
{
    height: 23px;
    background: #000000;
    padding-left: 5px;
}

.CSWStyle_FooterPanel span
{
    font-size: 12px;
    font-weight:500;
    color: #FFFFFF;
    text-decoration: none;
    position:relative;
    top:5;
}

.CSWStyle_FooterPanel a
{
    font-size: 12px;
    font-weight:500;
    color: #FFFFFF;
    text-decoration: none;
    position:relative;
    top:5;
}

.CSWStyle_FooterPanel a:hover
{
    text-decoration: underline;
}

.CSWStyle_FooterLinkDivider
{
    padding: 0px 8px;
    position:relative;
    top:5;
}

.CSWStyle_PoweredBy
{
    float: right;
}

.CSWStyle_PoweredBy span
{
    position:relative;
    top:0;
}   
.CSWStyle_PoweredByText
{
    padding-right:5px;
}

.CSWStyle_PoweredByImage
{
    vertical-align: middle;
}

/* ------------------------------------------------- Core Layout Styles end
   ------------------------------------------------- */

.CSWStyle_AlignCenter
{
    text-align:center;
}

.CSWStyle_TitleContent
{
    position: relative;
    top: 0px;
    left: 10px;
}

.CSWStyle_TitleSeparator
{
    position: relative;
    top:27px;
    width: 100%;
    height: 26px;
    border-bottom: solid 1px #009fda;
}

.CSWStyle_PageTitle_Icon
{
    position: absolute;
    top: 5px;
}

.CSWStyle_PageTitle_Title
{
    position: absolute;
    top: 22px;
    left: 10px;
}

.CSWStyle_PageTitle_TitleWithIcon
{
    position: absolute;
    top: 22px;
    left: 49px;
}

.CSWStyle_PageTitlePanel
{
    position: absolute;
    top: 0px;
}

.CSWStyle_PageTitle
{
    font-weight: bold;
    font-size: 18pt;
    color: #009fda;
}

.CSWStyle_PageTitleSecondary
{
    padding-left: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #009fda;
}

.CSWStyle_BackToTitle
{
    padding-left: 10px;
    font-weight: bold;
    color: #009fda;
    text-decoration:none;
}

.CSWStyle_BackToTitle:hover
{
    text-decoration:underline;
}

.CSWStyle_PageTitleSeparator
{
    margin-left: 10px;
    margin-right: 10px;
}

.CSWStyle_PageSubTitle
{
    font-weight: bold;
    font-size: 16px;
    color: #009fda;
}

.CSWStyle_PageTitleRowCell
{
    padding-left: 15px;
    padding-right: 15px;
}

.CSWStyle_PageTitleActions
{
    position: absolute;
    top: 32px;
    right: 20px;
}

.CSWStyle_PageContentActions
{
	background-color: #FFFFFF;
	padding: 10px 5px;
	height: 75px;
	overflow: hidden;
}

.CSWStyle_DialogButtonBar
{
    float: right;
    margin-right: 5px;
}

.CSWStyle_Group
{
    width: 100%;
}

.CSWStyle_GroupTitleDiv
{
	width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #009fda;
}

.CSWStyle_GroupTitleContainer
{
    /*width: 100%;*/
    height:25px;
}

.CSWStyle_GroupTitle
{
    color: #009fda; 
    font-weight: bold;
    font-size: 15px;
    white-space:nowrap;
}

.CSWStyle_GroupTitleSmall
{
    color: #009fda; 
    font-weight: bold;
}

.CSWStyle_GroupTitleIcon
{
    margin-right: 5px;
    vertical-align: bottom;
}

.CSWStyle_GroupTitle_Command
{
    color: #009fda; 
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.CSWStyle_GroupTitle_LinkPanel
{
    /* float:right; */
    width:100%;
}

.CSWStyle_GroupContentSmallSidePadding
{
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.CSWStyle_GroupContent
{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.CSWStyle_GroupContentInteriorSpacerAbove
{
    padding-top: 10px;
}

.CSWStyle_GroupContentInteriorSpacerBelow
{
    padding-bottom: 10px;
}

.CSWStyle_GroupContentEndSpacer
{
    padding-bottom: 20px;
}

.CSWStyle_SubGroupContent
{
    margin-left:25px;
    margin-top:4px;
}

.CSWStyle_SeparatorPanel
{
    padding: 0px;
    margin: 0px;
}

.CSWStyle_SeparatorLine
{
    color: #8D8C8C;
    width: 100%;
}

.CSWStyle_InnerSeparatorLine
{
    border-bottom: solid 1px #8D8C8C;
    padding-top: 5px;
}

.CSWStyle_SubGroupTitle
{
    font-weight:bold;
    margin-left:30px;
}

.CSWStyle_RequiredTextEntryFieldLabel
{
    font-weight: bolder;
    color: #FF0000;
    margin-right: 2px;
}

.CSWStyle_TextEntryFieldLabel
{
    font-weight: bold;
    margin-right: 5px;
}

.CSWStyle_HorizontalTextEntryFieldLabel
{
    font-weight: bold;
    margin-right: 10px;
}

.CSWStyle_SectionHeader
{
    padding-bottom: 1px;
    padding-left: 1px;
}

.CSWStyle_SectionHeaderNewline
{
    padding-top: 15px;
    padding-bottom: 1px;
    padding-left: 1px;
}

.CSWStyle_LabelHighlightedAndIndented
{
    font-weight: bold;
    padding-left: 10px;
}

.CSWStyle_TextEntryWithLabel
{
    margin-top:5px;
    margin-right:2px;
}

.CSWStyle_TextEntryField
{
    margin-right: 0px;
    margin-left: 0px;
}

.CSWStyle_NumericTextEntryField
{
    margin-right: 0px;
    margin-left: 0px;
    text-align: right;
}

.CSWStyle_FullWidthTable
{
    width: 100%;
}

.CSWStyle_PageSummary_LeftColumn
{
    padding-left:20px;
}

.CSWStyle_CheckBoxCell,
.CSWStyle_RadioButtonCell
{
    width:20px;
    vertical-align:top;
    border: 1px none #8D8C8C;
}

.CSWStyle_CheckBox, 
.CSWStyle_RadioButton
{
}

.CSWStyle_CheckBoxLabel
{
    border: 1px none #8D8C8C;
    text-align:left;
    vertical-align:top;
    padding-top:4;
    margin-left:5px;
    white-space:nowrap;
}

.CSWStyle_CheckBoxLabelHighlighted
{
    font-weight:bold;
    width:100%;
    text-align:left;
    vertical-align:top;
    padding-top:4;
    margin-left:5px;
}

.CSWStyle_CheckBoxDescriptionPanel
{
    white-space:normal;
    margin-left: 20px;
    border: 1px none #8D8C8C;
}
.CSWStyle_CheckBoxDescription
{
    width:80%;
    margin-left:5px;
    border: 1px none #8D8C8C;
}

.CSWStyle_NoteTable
{
    width:65%;
}
.CSWStyle_NoteLabelCell
{
    width:10%;
    text-align:right;
    vertical-align:top;
}
.CSWStyle_NoteTextCell
{
    width:90%;
    text-align:left;
    vertical-align:top;
}

.CSWStyle_DropDownListLabelCell
{
    vertical-align: middle;
    padding-right: 5px;
}

.CSWStyle_DropDownListCell
{
    vertical-align: bottom;
    color:#000000;
}

/* ------------------------------------------------- Page Styles
   ------------------------------------------------- */

.CSWStyle_Page_SideBorder
{
    border-right: solid 1px #8D8C8C;
}

.CSWStyle_PageHeader
{
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

.CSWStyle_PageHeader_Bar
{
    background: #c2c3c3;    
}

.CSWStyle_PageHeader_Bar *
{
    color: #000000;
}


.CSWStyle_PageHeader_BarBorder
{
    border-top: solid 1px #8D8C8C;
    border-left: solid 1px #8D8C8C;
    border-right: solid 1px #8D8C8C;
}

.CSWStyle_PageHeader_BarTable
{
    width: 100%;
    height: 100%;
}

.CSWStyle_PageHeader_BarTable_Border
{
    border-bottom: solid 1px #8D8C8C;
}

.CSWStyle_PageHeader_BarTableCell
{
    padding-left: 5px;
    padding-right: 5px;
}

.CSWStyle_PageHeader_BarText
{
    font-size: 16px;
}

.CSWStyle_PageHeader_BarPaddingTop
{
    padding-top:3px;
}

.CSWStyle_PageBody_SideBorder
{
    border: solid 1px #8D8C8C;
    border-right-width: 0px;
}

.CSWStyle_PageBody_FullBorder
{
    border: solid 1px #8D8C8C;
    z-index: 199;
}

.CSWStyle_PageFooter
{
    width: 100%;
    height: 100%;
    border: solid 1px #8D8C8C;
    border-top: 0px;
}

/* ------------------------------------------------- Selection Panel Styles
   ------------------------------------------------- */

.CSWStyle_SelectionPanel
{
    width:100%;
}

.CSWStyle_SelectionPanelBackground
{
    background: #f0f0f0;
    
}

.CSWStyle_SelectionPanelHeader
{
    height: 25px;
    padding-top: 3px;
    background: #f0f0f0;
}

.CSWStyle_SelectionPanelHeaderTitle
{
    font-weight: bold;
    padding-left: 5px;
}

.CSWStyle_SelectionPanelItem
{
    margin:1px;
    height: 25px;
    padding-top: 3px;
    cursor: pointer;
    border: solid 1px #f0f0f0;
    text-decoration: none;
}

.CSWStyle_SelectionPanelItem:hover
{	
	border: solid 1px #8D8C8C;
}

.CSWStyle_SelectionPanelItemHover
{	
	border: solid 1px #8D8C8C;
}


.CSWStyle_SelectionPanelItemLink
{	
}

.CSWStyle_SelectionPanelItemSelected
{
    height: 25px;
    padding-top: 3px;
    margin:1px;
	border: solid 1px #8D8C8C;
}

.CSWStyle_SelectionPanelItemLabel
{
    text-decoration: none;
}

.CSWStyle_SelectionPanelItemLabelSelected
{
    text-decoration: none;
}

/* ------------------------------------------------- Debug Window Styles
   ------------------------------------------------- */
.CSWStyle_DebugWindow
{
    Position:Absolute; 
    Left:300px; 
    Top:0px; 
    z-index:200; 
    width:600px; 
    height:100px; 
    overflow:auto;
    border: 1px ridge #dddddd;
    background: white;
    display: none;
}

.CSWStyle_ListTable
{
    width:80%;
}

.CSWStyle_ListLink
{
    font-weight: bold;
}

.CSWStyle_MainDisplay
{
    border: 30px;
}

.CSWStyle_ListItems
{
}

.CSWStyle_Error
{
    font-weight: bold;
    color: #FF0000 !important;
}

.CSWStyle_ErrorColour
{
    color: #FF0000;
    background: #FFFF99;
}

.CSWStyle_DefaultChanged
{
    background: #FFFF99 !important;
}

.CSWStyle_HiddenElement
{
    display: none !important;
}

.CSWStyle_VisibleElement
{
    display: block;
}

.CSWStyle_InlineVisibleElement
{
    display: inline;
}

.CSWStyle_PopupWindowTitle
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.CSWStyle_PopupWindowDiv
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    border: 2px ridge #DDDDDD;
    padding: 2px 2px 2px 2px;
    margin: 4px 4px 4px 4px;
    width: 400px;
    z-index: 200;
}

.CSWStyle_PopupButtonBar
{
    position: absolute;
    bottom: 3px;
    right: 0px;
}

.CSWStyle_TableHeader_Link
{
    text-decoration: none;
}

.CSWStyle_TableHeader_Text
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: default;
}

.CSWStyle_TableHeader_TextSelectable
{
    position: relative;
    cursor: pointer;
}

.CSWStyle_TableHeader_SortIconSpacer
{
    padding-right: 2px;
}

.CSWStyle_TableHeader_SortIcon
{
    position: relative;
    top: 1px;
    left: 0px;
}

.CSWStyle_Clickable
{
    cursor: pointer;
}

.CSWStyle_LabelLink
{
    cursor: pointer;
    font-weight: bold;
    color: #009fda;
    text-decoration:underline;
}

.CSWStyle_Link
{
    position: relative;
    font-weight: bold;
    color: #009fda;
}

.CSWStyle_Link_Disabled
{
    position: relative;
    font-weight: bold;
    color: Gray !important;
    cursor: default;
}

.CSWStyle_Link_Small
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    color: #009fda;
    cursor: pointer;
}

.CSWStyle_Link_Small_Disabled
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #009fda;
    cursor: default;
}

.CSWStyle_LinkPanel
{
    padding-top: 4px;
    margin-left: 10px;
}

.CSWStyle_ImageWithDropShadow
{
    float: left;
    background: url( "/Site/rto/Creo/common/images/DropShadow_white.gif" ) no-repeat bottom right;
    margin: 10px 0px 0px 5px;
}

.CSWStyle_ImageWithDropShadow img
{
    display: block;
    position: relative;
    border: solid 1px #AAAAAA;
    margin: -5px 9px 9px -5px;
}

.CSWStyle_LinkButton
{
    color: #009fda;
    padding: 0px 4px 0px 4px;
}

.CSWStyle_UnderLine
{
    text-decoration:underline;
}

.CSWStyle_LoadingIndicatorPanel
{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 3px;
    padding: 5px;
    background: #FF9900;
    z-index: 1000;
    display: none;
}

.CSWStyle_LoadingIndicatorLabel
{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.CSWStyle_UserNamePanel
{
    position: absolute;
    top: 33px;
    right: 0px;
    padding: 5px;
    z-index: 1000;
    visibility: visible;
}

.CSWStyle_UserNamePanel a
{
	text-decoration: none;
	padding: 2px 2px;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.CSWStyle_UserNamePanel a:hover
{
	text-decoration: none;
	background-color: #4CBAE8;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.CSWStyle_Operations
{
    padding: 15px;
}

.CSWStyle_ThemeList_ThemeListTable
{
    text-align:left;
}

.CSWStyle_AddNote_RadioButtonTitle
{
    text-align:left;
    font-weight:bold;
}

.CSWStyle_AddNote_RadioButtonLabel
{
    text-align:left;
    padding-left:5px;
}

.CSWStyle_AddNote_NoteContainer
{
    padding: 10px;
}

.CSWStyle_Label
{
    margin-right: 5px;
}

.CSWStyle_SmallLabel
{
    margin-right: 2px;
}

.CSWStyle_LargeLabel
{
    margin-right: 10px;
}

.CSWStyle_Button
{
    margin-left: 5px;
}

.CSWStyle_PaddedButton
{
    padding-left: 5px;
    padding-right: 5px;
}

.CSWStyle_InputButton
{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.CSWStyle_FloatLeftDiv
{
    display:block;
    float:left;
}

.CSWStyle_FloatRightDiv
{
    display:block;
    float:right;
}

.CSWStyle_JobPreviewHeaderFooter
{
    border-top: solid 1px #8D8C8C;
    border-bottom: solid 1px #8D8C8C;
    width: 100%;
    height: 20px;
    background: #c2c3c3 url( "/Site/Styles/Default/Images/Gradient20.png" );
    padding-right: 2px;
}

.CSWStyle_PageInstructionPanel
{
    margin-top: 10px;
}

.CSWStyle_PageActionLinkPanel
{
    position: absolute;
    top:4px;
    right: 10px;
}

.CSWStyle_LeftSpacer
{
    margin-left: 10px;
}

.CSWStyle_LeftSpacerTiny
{
    margin-left: 2px;
}

.CSWStyle_LeftSpacerSmall
{
    margin-left: 5px;
}

.CSWStyle_LeftSpacerLarge
{
    margin-left: 15px;
}

.CSWStyle_SelectableListHeader
{
    background: #f0f0f0 url( "/Site/Styles/Default/Images/Gradient20.png" );
    text-align: left;
    height:20px;
    padding-left:10px;
    white-space:nowrap;    
}

.CSWStyle_CustomerListHeader
{
    background: #f0f0f0;
    text-align: left;
    height:20px;
    padding-left:10px;
    white-space:nowrap;    
}

.CSWStyle_OrderListHeader
{
    background: #f0f0f0 url( "/Site/Styles/Default/Images/Gradient20.png" );
    text-align: left;
    height:20px;
    padding-left:10px;
    padding-right:5px;
    white-space:nowrap;    
}

.CSWStyle_PageList_Header
{
    background: #f0f0f0 url( "/Site/Styles/Default/Images/Gradient22.png" );
    height:22px;
}

.CSWStyle_ImageDescriptionLink
{
    margin-bottom: 20px;
}

.CSWStyle_BulletDescriptionLink
{
    margin-bottom: 5px;
}

.CSWStyle_Bullet
{
    width: 8px;
    height: 8px;
    margin-top: 4px;
    font-size: 0pt;
    background: #c2c3c3 url( "/Site/Styles/Default/Images/bullet.png" );
    cursor: pointer;
}

.CSWStyle_StaticBullet
{
    width: 8px;
    height: 8px;
    margin-top: 4px;
    font-size: 0pt;
    background: #c2c3c3 url( "/Site/Styles/Default/Images/bullet.png" );
}

.CSWStyle_PleaseWaitPanel
{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #FFFFFF;
    border: 2px solid #8D8C8C;
    z-index: 1000;
    display: none;
}

.CSWStyle_PleaseWaitPanel_Text
{
    font-size: 14px;
    font-weight: bold;
    text-align:center;
    color: #009fda;
}

.CSWStyle_ManageAccessCustomer_ButtonPanel
{
	position:absolute;
	top:0;
	right:0;
}

.CSWStyle_ManageAccess_ButtonPanel
{
	position:absolute;
	top:5;
	right:10;
}

.CSWStyle_ManageAccess_Button
{
	width: 75px;
	padding: 0 10;
}

.CSWStyle_JobPages_HorizontalRule
{
    height: 1px;
    color: #009fda;
    background-color: #009fda;
    border-style: none;
}

.CSWStyle_SectionTitle
{
    font-weight: bold;
    color: #009fda;
}

.CSWStyle_SectionTitleLarge
{
    font-size: 16px;
}

.CSWStyle_SectionTitleCell
{
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    border-bottom: solid 1px #009fda;
}

.CSWStyle_SectionContentCell
{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.CSWStyle_TableRowSpacer
{
    padding-bottom: 5px;
}

.CSWStyle_IndentAndSpacer
{
    padding-left: 8px;
    padding-bottom: 8px;
    width: 100%;
}

.CSWStyle_SelectAllNonePanel
{
    padding-top: 5px;
}

.CSWStyle_SelectNone
{
    padding-left: 5px;
}

.CSWStyle_BottomMargin
{
    margin-bottom: 10px;
}

.CSWStyle_BottomMarginDouble
{
    margin-bottom: 20px;
}

.CSWStyle_BottomMarginSmall
{
    margin-bottom: 5px;
}

.CSWStyle_InputHeight
{
    height: 22px;
}

.CSWStyle_InputActive
{
    color: #000000;
    background: #FFFF99 !important;
}

.CSWStyle_InputInactive
{
    color: #6B6B6B;
}

.CSWStyle_ClearButton
{
    position: relative;
    top: 2px;
    left: 4px;
    cursor: default;
}

.CSWStyle_PageOperations_Hover
{
    background:#c2c3c3 url( "/Site/Styles/Default/Images/pageOperations/effects_bg_op_icons_3x26.png" );
    cursor: pointer;
    font-size:12px;
    font-weight:bold;
}

.CSWStyle_CursorPointer
{
    cursor: pointer;
}

.CSWStyle_LabelOffset
{
    position: relative;
    bottom: 3px;
    left: 2px;
}

.CSWStyle_PageFlipper
{
    background-color: #999999; /* hardcoded so that it doesn't change with themes */
    border: 1px solid black;  /* hardcoded so that it doesn't change with themes */
    position:absolute; /* Override setting in CSWStyle_ScrollingPanel for Firefox*/
    overflow:hidden; /* Override setting in CSWStyle_ScrollingPanel for Firefox*/
}

.CSWStyle_CustomButton_DefaultLeftCap
{    
    display:inline-block;
    float:left;
    margin-left:5px;
    cursor: pointer;
    width:16px;
    height:21px;
    background: url( "/Site/Styles/Default/Images/customButtons/defaultLeftCap.png" );
}

.CSWStyle_CustomButton_DefaultMiddle
{    
    display:inline-block;
    cursor: pointer;
    float:left;
    height:21px;
    background: url( "/Site/Styles/Default/Images/customButtons/defaultMiddle.png" );
}

.CSWStyle_CustomButton_DefaultRightCap
{    
    display:inline-block;
    cursor: pointer;
    float:left;
    width:16px;
    height:21px;
    background: url( "/Site/Styles/Default/Images/customButtons/defaultRightCap.png" );
}

.CSWStyle_Checkout
{    
    cursor: pointer;
    width:220px;
    height:28px;
    background: url( "/Site/CustomThemes/FFD00279C43285469D6148D5C2FA5633/Images/$Page_Inset_Header_Background/Checkout.png" );
}

.CSWStyle_Checkout_Text
{
    white-space:nowrap;
	color:#000000;
	font-weight:bold;
	position:relative;
	left:85px;
	top:4px;
	text-decoration:none;
}

.CSWStyle_CustomButton_BackToLeftCap
{    
    cursor: pointer;
    width:50px;
    height:52px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/CustomButton_WithArrow_Left.png" );
}

.CSWStyle_CustomButton_BackToMiddle
{    
    cursor: pointer;
    height:52px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/CustomButton_WithArrow_Middle.png" );
}

.CSWStyle_CustomButton_BackToRightCap
{    
    cursor: pointer;
    width:25px;
    height:52px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/CustomButton_WithArrow_Right.png" );
}

.CSWStyle_BackToButton_Text
{
    white-space:nowrap;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	position:relative;
	top:15px;
	text-decoration:none;
}

.CSWStyle_BackToButton_SmallText
{
	color:#000000 !important;
	font-size:9pt;
	font-weight:bold;
	position:relative;
	top:9px;
}

.CSWStyle_CustomButton_ThemeableLeftCap
{   
    cursor: pointer; 
    width:25px;
    height:50px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/CustomButton_Left.png" );
}

.CSWStyle_CustomButton_ThemeableMiddle
{   
    cursor: pointer; 
    height:50px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/CustomButton_Middle.png" );
}

.CSWStyle_CustomButton_ThemeableRightCap
{    
    cursor: pointer;
    width:25px;
    height:50px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/CustomButton_Right.png" );
}

.CSWStyle_ThemeableButton_Text
{
    white-space:nowrap;
	color:#000000 !important;
	font-size:12pt;
	font-weight:bold;
	position:relative;
	top:10px;
	text-decoration:none;
}

.CSWStyle_CustomButton_SmallLeftCap
{    
    cursor: pointer;
    width:27px;
    height:34px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/ListViewButton_Left.png" );
}

.CSWStyle_CustomButton_SmallMiddle
{    
    cursor: pointer;
    height:34px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/ListViewButton_Middle.png" );
}

.CSWStyle_CustomButton_SmallRightCap
{    
    cursor: pointer;
    width:27px;
    height:34px;
    background: url( "/Site/SystemThemes/7917A0869761B5458281E407AE0090F5/Images/$CustomButton_Background/ListViewButton_Right.png" );
}

.CSWStyle_CustomButton_SmallText
{
    white-space:nowrap;
	color:#000000 !important;
	font-size:10pt;
	font-weight:bold;
	position:relative;
	top:9px;
}

.CSWStyle_CustomButton_ButtonLeftCap
{    
    display:inline-block;
    float:left;
    margin-left:5px;
    cursor: pointer;
    width:16px;
    height:21px;
    background: url( "/Site/Styles/Default/Images/customButtons/buttonLeftCap.png" );
}

.CSWStyle_CustomButton_ButtonMiddle
{    
    display:inline-block;
    cursor: pointer;
    float:left;
    height:21px;
    background: url( "/Site/Styles/Default/Images/customButtons/buttonMiddle.png" );
}

.CSWStyle_CustomButton_ButtonRightCap
{    
    display:inline-block;
    cursor: pointer;
    float:left;
    width:16px;
    height:21px;
    background: url( "/Site/Styles/Default/Images/customButtons/buttonRightCap.png" );
}

.CSWStyle_CustomButton_Link
{
    position: relative;
    top:3px;
    font-weight: bold;
    color: #000000 !important;
    height:20px;
    background:none;
    text-decoration:none;
}

.CSWStyle_CustomButton_LinkDisabled
{
    position: relative;
    top:3px;
    color: gray !important;
    height:20px;
    background:none;
    text-decoration:none;
    cursor: default;
}

.CSWStyle_CustomButton
{
    text-decoration:none;
}


.CSWStyle_CustomButtonFloatRight
{
    text-decoration:none;
    float:right;
}


.CSWStyle_RequiredWarningLabel
{
    vertical-align:bottom;
    font-weight: bold;
    color:#FF0000;
}

.CSWStyle_TopMargin
{
    margin-top: 10px;
}

.CSWStyle_TopMarginSmall
{
    margin-top: 5px;
}

.CSWStyle_TopMarginTiny
{
    margin-top: 2px;
}

.CSWStyle_TopMarginDouble
{
    margin-top: 20px;
}

.CSWStyle_HideBorder
{
    border-width: 0px;
}

.CSWStyle_SidePanelText
{
    padding-top: 2px;
    margin-left: 10px;
}


.CSWStyle_VerticalSeparator
{
    height: 100%;
    width: 7px;
    background: #FFFFFF url( "/Site/Styles/Default/Images/verticalSep.gif" );
}

.CSWStyle_HorizontalSeparator
{
    height: 7px;
    width: 100%;
    background: #FFFFFF url( "/Site/Styles/Default/Images/horizontalSep.gif" );
    background-repeat: repeat-x;
}

.CSWStyle_WarningPanel
{
    background-color: #FFFF99;
    padding: 2px;
    padding-left: 4px;
    text-align: left;
    font-weight: bold;
}

.CSWStyle_ThinRightBorder
{
	border-right: 1px solid #8D8C8C;
}

.CSWStyle_ThickSeparator
{
    border-bottom: 2px solid #009fda;
    width: 100%;
}


/* ------------------------------------------------- Rounded Corners Header
   ------------------------------------------------- */

.CSWStyle_LeftRoundedCorner
{   
    width:10px;
    height:27px;
    background: url( "/Site/CustomThemes/FFD00279C43285469D6148D5C2FA5633/Images/$Page_Inset_Header_Background/CustomCorners_Left.png" );
}

.CSWStyle_MiddleRoundedCorner
{   
    height:27px;
    background: #c2c3c3;
    color: #000000;
}

.CSWStyle_MiddleRoundedCorner *
{
    color: #000000;
}

.CSWStyle_RoundedCornerSubContent
{   
    height:13px;
    background: #c2c3c3;
    color: #000000;
}

.CSWStyle_RoundedCornerSubContent *
{
    color: #000000;
}

.CSWStyle_RightRoundedCorner
{   
    width:10px;
    height:27px;
    background: url( "/Site/CustomThemes/FFD00279C43285469D6148D5C2FA5633/Images/$Page_Inset_Header_Background/CustomCorners_Right.png" );
}

.CSWStyle_ShippingDisclaimer
{
	padding-left: 4px;
	font-size:5pt;
}
