
.linkFButton
{
    margin: 0px;
    vertical-align: top;
}

/* The link button when it is not hovered over */
.linkFButton .dijitButtonNode 
{
    color: #666666;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    padding-bottom: 1px;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #666666;
    vertical-align: top;
}

/* The link button when it is hovered over */
.linkFButtonHover .dijitButtonNode
{
    color: #336699;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    padding-bottom: 1px;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #336699;
    vertical-align: top;
} 

/* The link button when clicked */
.linkFButtonActive .dijitButtonNode 
{
    color: #666666;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    padding-bottom: 1px;
    padding-bottom: 1px;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #666666;
    vertical-align: top;
}

.imageButton
{
    margin: 0px;
    vertical-align: top;
}

/* The image button when it is not hovered over */
.imageButton .dijitButtonNode 
{
    margin-bottom: 0;
    border: 0;
    vertical-align: top;
}


.linkButton
{
    margin: 0px;
    vertical-align: top;
}

/* The link button when it is not hovered over */
.linkButton .dijitButtonNode 
{
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    padding-bottom: 1px;
    margin-bottom: 0;
    border: 0;
    margin-left: 4px;
    border-bottom: 1px solid #666666;
    vertical-align: top;
}

/* The link button when it is hovered over */
.linkButtonHover .dijitButtonNode
{
    color: #336699;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    padding-bottom: 1px;
    margin-bottom: 0;
    border: 0;
    margin-left: 4px;
    border-bottom: 1px solid #666666;
    vertical-align: top;
} 

/* The link button when clicked */
.linkButtonActive .dijitButtonNode 
{
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    padding-bottom: 1px;
    margin-bottom: 0;
    border: 0;
    margin-left: 4px;
    border-bottom: 1px solid #666666;
    vertical-align: top;
}
/* Buttons on the application */
/* This is for the margin around of the button */
.Button
{
    margin: 0px;
    vertical-align: top;
}

/* The button when it is not hovered over */
.Button .dijitButtonNode 
{
    border: 1px solid #999999;
    padding: 2px 4px 4px 4px;
    background-image: url("images/button.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #999999;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
} 

/* The button when it is hovered over */
.ButtonHover .dijitButtonNode
{
    border: 1px solid #999999;
    padding: 2px 4px 4px 4px;
    background-image: url("images/button.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #efefef;
    color: #336699;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
} 

/* The button when clicked */
.ButtonActive .dijitButtonNode 
{
    border: 1px solid #999999;
    padding: 2px 4px 4px 4px;
    background-image: url("images/button.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #999999;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

/* Dojo TextBox and TextArea Styles */
.dojoText
{
    padding: 1px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    #overflow: hidden;
    width: 15em;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dojoText .dijitValidationContainer {
    display: none;
}

.dojoTextHover 
{
    background-image: url('images/textBox_back.png');
    background-repeat: repeat-x;
    border: 1px solid #666666;
    background-color: #efefef;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.dojoTextFocused
{
    background-image: url('images/textBox_back.png');
    background-repeat: repeat-x;
    border: 1px solid #333333;
    background-color: #f5f5f5;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.dojoTextDisabled
{
    border: 1px solid #999999;
    background-color: #efefef;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.dojoTextError
{
    padding: 1px;
    border: 1px solid #333333;
    background-color: #ff9999;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.dojoTextErrorHover 
{
    background-image: url('images/textBox_back.png');
    background-repeat: repeat-x;
    border: 1px solid #666666;
    background-color: #ffcccc;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.dojoTextError .dijitSpinnerButtonContainer, .dojoTextError.dijitArrowButtonContainer, .dojoTextError .dijitValidationContainer
{
    float: right;
    text-align: center;
}
.dojoTextError INPUT.dijitInputField 
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dojoTextError .dijitValidationContainer
{
    display: none;
}
.dojoTextError .dijitInline
{
    display: inline-block;
    #zoom: 1;
    #display: inline;
    border: 0;
    padding: 0;
    vertical-align: middle;
    #vertical-align: auto;
}
.dojoTextErrorFocused 
{
    background-image: url('images/textBox_back.png');
    background-repeat: repeat-x;
    border: 1px solid #333333;
    background-color: #ffcccc;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

/* Dojo CheckBox Styles                                                         */
/* The checkbox in its unchecked state */
.dojoCheckBox 
{
    background-image: url('images/checkmark.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    background-position: -16px;
}

/* The unchecked checkbox in ie6 */ 
.dj_ie6 .dojoCheckBox
{
    background-image: url('images/checkmark.png');
}

/* The checkbox in its checked state */
.dojoCheckBoxChecked
{
    background-position: 1px;
}

/* Disabled states */
.dojoCheckBoxDisabled 
{
    background-position: -48px;
}

.dojoCheckBoxCheckedDisabled 
{
    background-position: -32px;
}

/* Hover states */
.dojoCheckBoxHover 
{
    background-position: -80px;
}

.dojoCheckBoxCheckedHover 
{
    background-position: -63px;
}

/* The checkbox in its error state */
.dojoCheckBoxError
{
    background-image: url('images/checkmark.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    background-position: -16px;
    border: 2px solid #EE0000;
}

/* The unchecked checkbox in ie6 */ 
.dj_ie6 .dojoCheckBoxError
{
    background-image: url('images/checkmark.png');
}

/* The checkbox in its checked state */
.dojoCheckBoxErrorChecked
{
    background-position: 1px;
}

/* Disabled states */
.dojoCheckBoxErrorDisabled 
{
    background-position: -48px;
}

.dojoCheckBoxErrorCheckedDisabled 
{
    background-position: -32px;
}

/* Hover states */
.dojoCheckBoxErrorHover 
{
    background-position: -80px;
}

.dojoCheckBoxErrorCheckedHover 
{
    background-position: -63px;
}

/* Dojo RadioButton Styles                                                      */
/* The radiobutton in its unchecked state */
.dojoRadioButton 
{
    background-image: url('images/checkboxRadioButtonStates.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
    padding: 0;
    background-position: -106px;
}

/* The unchecked radiobutton in ie6 */ 
.dj_ie6 .dojoRadioButton
{
    background-image: url('images/checkboxAndRadioButtons_IE6.png');
}

/* The radiobutton in its checked state */
.dojoRadioButtonChecked
{
    background-position: -91px;
}

/* Disabled states */
.dojoRadioButtonDisabled 
{
    background-position: -166px;
}

.dojoRadioButtonCheckedDisabled 
{
    background-position: -151px;
}

/* Hover states */
.dojoRadioButtonkBoxHover 
{
    background-position: -136px;
}

.dojoRadioButtonCheckedHover 
{
    background-position: -121px;
}

/* The radiobutton in its error state */
.dojoRadioButtonError
{
    background-image: url('images/checkboxRadioButtonStates.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 0 0 0;
    padding: 0;
    background-position: -106px;
    border: 2px solid #EE0000;
}

/* The unchecked radiobutton in ie6 */ 
.dj_ie6 .dojoRadioButtonError
{
    background-image: url('images/checkboxAndRadioButtons_IE6.png');
}

/* The radiobutton in its checked state */
.dojoRadioButtonErrorChecked
{
    background-position: -91px;
}

/* Disabled states */
.dojoRadioButtonErrorDisabled 
{
    background-position: -166px;
}

.dojoRadioButtonErrorCheckedDisabled 
{
    background-position: -151px;
}

/* Hover states */
.dojoRadioButtonErrorHover 
{
    background-position: -136px;
}

.dojoRadioButtonErrorCheckedHover 
{
    background-position: -121px;
}

/* Dojo Dialog Styles                                                 */
/* This changes the underlay which goes underneath the dialog control */
.InformationUnderlay 
{
    background: #efefef;
}

/* The dialog border and shadow */
.Information 
{
    position: absolute;
    z-index: 999;
    outline:0;
    padding:0px 0px 0px 0px;
    border: 1px solid #999999;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* This changes the inner pane properties */
.Information .dijitDialogPaneContent 
{
    background: #ffffff repeat-x top left;
    padding: 0;
    position: relative;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #666666;
}

/* outer container for the titlebar of the dialog */
.Information .dijitDialogTitleBar 
{
    border: 1px solid #999999;
    border-top: none;
    background-color: #336699;
    background-image: url("images/menuHighlight.png");
    background-repeat: repeat-x;
    padding: 5px 7px 4px 7px;
}

/* typography and styling of the dialog title */
.Information .dijitDialogTitle 
{
    padding: 0 1px;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: #ffffff;
}

/* the default close icon for the dialog */
.Information .dijitDialogCloseIcon 
{
    background: url("images/dialogCloseIcon.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    height: 15px;
    width: 21px;
}

/* the close icon for ie6 */
.Information .dj_ie6 .dijitDialogCloseIcon 
{
    background-image: url("images/dialogCloseIcon8bit.png");
}

/*When you hover over the close icon */
.Information .dijitDialogCloseIconHover
{
    background-position: -21px;
}

/*When close icon has been clicked*/
.Information .dijitDialogCloseIconActive 
{
    background-position: -42px;
}

/* Dojo error dialog styles */
/* This changes the underlay which goes underneath the dialog control */
.ErrorDialogUnderlay
{
    background: #efefef;
}

/* The dialog border and shadow */
.Error
{
    border: 1px solid #999999;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* This changes the inner pane properties */
.Error .dijitDialogPaneContent 
{
    background: #ffffff repeat-x top left;
    padding: 10px 8px;
    position: relative;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #666666;
}

/* outer container for the titlebar of the dialog */
.Error .dijitDialogTitleBar 
{
    border: 1px solid #999999;
    border-top: none;
    background-color: #ff0000;
    background-image: url("images/menuHighlight.png");
    background-repeat: repeat-x;
    padding: 5px 7px 4px 7px;
}

/* typography and styling of the dialog title */
.Error .dijitDialogTitle 
{
    padding: 0 1px;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #ffffff;
}

/* the default close icon for the dialog */
.Error .dijitDialogCloseIcon 
{
    background: url("images/dialogCloseIcon.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    height: 15px;
    width: 21px;
}

/* the close icon for ie6 */
.Error .dj_ie6 .dijitDialogCloseIcon 
{
    background-image: url("images/dialogCloseIcon8bit.png");
}

/*When you hover over the close icon */
.Error .dijitDialogCloseIconHover 
{
    background-position: -21px;
}

/*When close icon has been clicked*/
.Error .dijitDialogCloseIconActive 
{
    background-position: -42px;
}

/* Dojo Drop Down Control Styles                                                */
.dojoDropDown 
{
    border: 1px solid #cccccc;
    background-color: #efefef;
    border-collapse: collapse;
    height: 16px;
    font-size: 12px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #666666;
}

/* Combobox Menu*/ 
.dijitComboBoxMenu 
{
    margin-left: 0;
    background-image: none;
}

.dijitComboBoxMenu .dijitMenuItem 
{
    padding: 2px;
    border-style: solid;
    background-color: #efefef;
    font-size: 12px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: #666666;
}

.dijitComboBoxMenu .dijitMenuItemSelected 
{
    color: #333333;
    border-color: #cccccc;
    background-color: #bbeeff;
}

.dijitComboBoxMenuActive .dijitMenuItemSelected 
{
    color: #333333;
    background-position: 0 -177px;
    background-color: #bbeeff;
}

.dj_ie6 .dojoDropDown, 
.dj_ie6 .dojoDropDown .dijitButtonNode 
{
    background-image: none;
}

.dojoDropDown .dijitArrowButton 
{
    padding: 0;
    border: 1px solid #cccccc;
    background-color: #efefef;
    background-image: url("images/formHighlight.png");
    background-repeat: repeat-x;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: -1px;
}

/* hover status */
.dojoDropDownHover 
{
    border: 1px solid #999999;
    background-color: #efefef;
    color: #333333;
    background-image: url('images/textBox_back.png');
    background-repeat: repeat-x;
}

.dojoDropDownHover .dijitButtonContents 
{
    border-color: #999999;
}

.dojoDropDownHover .dijitArrowButton 
{
    background-color: #336699;
    border: 1px solid #999999;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: -1px;
}

.dojoDropDownHover .dijitArrowButton .dijitArrowButtonInner 
{
    background-position: -70px 70%;
}

/* focused status */
.dojoDropDownFocused 
{
    border: 1px solid #999999;
    background-color: #dceef4;
    color: #333333;
    background-image: url('images/textBox_back.png');
    background-repeat: repeat-x;
}

.dojoDropDownFocused .dijitArrowButton 
{
    background-color: #dceef4;
    background-position: 0 -177px;
    border: 1px solid #999999;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: -1px;
}

.dojoDropDownFocused .dijitArrowButton .dijitArrowButtonInner 
{
    background-position: -70px 70%;
    margin-bottom: 1px;
}

.dojoDropDownDisabled 
{
    background-color: #efefef;
    border: 1px solid #999999;
    color: #666666;
}

.dojoDropDownDisabled .dijitArrowButton 
{
    background-color: #efefef;
    border: 1px solid #999999;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: -1px;
}

.dojoDropDownDisabled .dijitArrowButton .dijitArrowButtonInner 
{
    background-position: 0 70%;
}

/* These styles are used to get the drop down to display correctly, please do not change users should also not be able to change this */
.dojoDropDown .dijitInputContainer 
{
    #zoom: 1;
    overflow: hidden;
    float: none !important; /* needed by FF to squeeze the INPUT in */ 
    position: relative;
    vertical-align: middle;
    #display: inline;
}

.dojoDropDown .dj_ie INPUT.dijitTextBox,
.dojoDropDown .dj_ie .dijitTextBox INPUT 
{
    font-size: 100%;
}

.dojoDropDown .dijitSpinnerButtonContainer,
.dojoDropDown.dijitArrowButtonContainer,
.dojoDropDown .dijitValidationContainer 
{
    float: right;
    text-align: center;
}

.dojoDropDown INPUT.dijitInputField 
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dojoDropDown .dijitValidationContainer 
{
    display: none;
}

.dojoDropDown .dijitInline {
    display: inline-block; /* webkit and FF3 */
    #zoom: 1; /* set hasLayout:true to mimic inline-block */
    #display: inline; /* don't use .dj_ie since that increases the priority */ 
    border: 0;
    padding: 0;
    vertical-align: middle;
    #vertical-align: auto; /* makes TextBox, Button line up w/native counterparts on IE6 */ 
}

.dojoDropDownError 
{
    border: 1px solid #333333;
    background-color: #ffcccc;
    color: #666666;
    border-collapse: collapse;
    height: 16px;
}

.dojoDropDownError .dijitInputContainer 
{
    #zoom: 1;
    overflow: hidden;
    float: none !important; /* needed by FF to squeeze the INPUT in */
    position: relative;
    vertical-align: middle;
    #display: inline;
}

.dojoDropDownError .dijitInline {
    display:inline-block;
    #zoom: 1;
    #display: inline;
    border: 0;
    padding: 0;
    vertical-align: middle;
    #vertical-align: auto;
}

.dojoDropDownError .dj_ie INPUT.dijitTextBox, 
.dojoDropDownError .dj_ie .dijitTextBox INPUT 
{
    font-size: 100%;
}

.dojoDropDownError .dijitSpinnerButtonContainer, 
.dojoDropDownError .dijitArrowButtonContainer, 
.dojoDropDownError .dijitValidationContainer 
{
    float: right;
    text-align: center;
}

.dojoDropDownError INPUT.dijitInputField 
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dojoDropDownError .dijitValidationContainer 
{
    display: none;
}
.dojoDropDownError .dijitArrowButton 
{
    padding: 0;
    border: 1px solid #333333;
    background-colour: #ff0000;
    background-image: url("images/formHighlight.png");
    background-repeat: repeat-x;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: -1px;
}

.dojoDropDownErrorHover 
{
    border: 1px solid #666666;
    background-color: #ff9999;
    color #333333;
    background-image: url('images/textBox_back.png');
    background-repeat: repeat-x;
}
.dojoDropDownHoverError .dijitButtonContents 
{
    border: 1px solid #666666;
}

.dojoDropDownHoverError .dijitArrowButton 
{
    border: 1px solid #333333;
    background-color: #ff0000;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: -1px;
}

.dojoDropDownHoverError .dijitArrowButton .dijitArrowButtonInner 
{
    background-position: -70px 70%;
}

.dojoDropDownErrorFocused 
{
    border: 1px solid #333333;
    background-colour: #ff9999;
    color: #333333;
    background-image: url('images/textBox_back.png');
    background-repeat: repeat-x;
}

.dojoDropDownErrorFocused .dijitArrowButton 
{
    background-color: #ff0000;
    background-position: 0 -177px;
    border: 1px solid #333333;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: -1px;
}

.dojoDropDownErrorFocused .dijitArrowButton .dijitArrowButtonInner 
{
    background-position: -70px 70%;
    margin-bottom: 1px;
}

/* Dojo Calender Styles                                                         */
/* The calender background for ie6 */
.dj_ie6 .dijitCalendar 
{
    background-image: none;
}

/* Set the month container of the month */
.dijitCalendarMonthContainer th 
{
    text-align: center;
    padding-bottom: 4px;
    vertical-align: middle;
}

/* next/previous month arrows */
.dijitCalendarIncrementControl 
{
    width: 18px;
    height: 16px;
    background-image: url("images/calendarArrows.png");
    background-repeat: no-repeat;
}

.dj_ie6 .dijitCalendarIncrementControl 
{
    background-image: url("images/calendarArrows8bit.png");
}

/* The buttons of the next previous month in different stages */
.dijitCalendarIncrease 
{
    background-position: -18px 0;
}

.dijitCalendarArrowHover .dijitCalendarDecrease 
{
    background-position: -36px 0;
}

.dijitCalendarArrowHover .dijitCalendarIncrease 
{
    background-position: -55px 0;
}

.dijitCalendarArrowActive .dijitCalendarDecrease 
{
    background-position: -72px 0;
}

.dijitCalendarArrowActive .dijitCalendarIncrease 
{
    background-position: -91px 0;
}

/* text +/- labels instead of arrow icons, for high contrast mode */
.dijitA11ySideArrow 
{
    display: none;
}

.dj_ie6  .dijitCalendarDateTemplate {
    background-image: none;
}

.dj_ie6  .dijitCalendarActiveDate .dijitCalendarDateLabel {
    background-image: none;
}

.dijitCalendarDateTemplate .dijitCalendarDateLabel 
{
    text-decoration: none;
    display: block;
    padding: 3px 5px 3px 4px;
    -webkit-transition-property: background-color, border;
    -webkit-transition-duration: .35s;
}

/* The calender background */
.dijitCalendar 
{
    border: solid 1px #cdcdcd;
    background-color: #efefef;
    background-image: url("images/calendarContainerImages.png");
    background-position: 0 -448px;
    background-repeat: repeat-x;
    text-align: center;
    padding: 6px 5px 3px 5px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dijitCalendarCurrentDate 
{
    color: #ffffff !important;
    background-color: #336699 !important;
}

/* Styling for the day info on the top */
.dijitCalendarDayLabelTemplate 
{
    padding-bottom: 0;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
    font-size: 12px;
    padding: 0 3px 2px;
    color: #336699;
}

.dijitCalendarDateTemplate 
{
    text-align: center;
    background-color: #dceef4;
    background-image: url("images/calendarContainerImages.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    border-bottom: 1px solid #333333;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    letter-spacing: .05em;
}

.dijitCalendarPreviousMonth,  .dijitCalendarNextMonth 
{
}

.dijitCalendarPreviousMonth .dijitCalendarDateLabel,  
.dijitCalendarNextMonth .dijitCalendarDateLabel 
{
    color: #333333;
    border-color: #cdcdcd;
    background-color: #efefef;
}

.dijitCalendarNextYear,  
.dijitCalendarPreviousYear 
{
    padding: 1px 6px 1px 6px;
    font-size: 12px
    color: #333333;
}

.dijitCalendarSelectedYear 
{
    font-size: 14px;
    color: #336699;
}

/* Hovered Calendar Style */
.dijitCalendarHoveredDate .dijitCalendarDateLabel 
{
    background-color: #336699;
    color: #ffffff;
    -webkit-transition-duration: .2s;
}

.dijitCalendarNextYearHover,  
.dijitCalendarPreviousYearHover 
{
    color: #ffffff;
    border: solid 1px #cdcdcd;
    padding: 0 5px 0 5px;
    background-color: #336699;
}

/* Active Calendar Style */
.dijitCalendarNextYearActive,  
.dijitCalendarPreviousYearActive 
{
}

.dijitCalendarActiveDate .dijitCalendarDateLabel 
{
}

/* Selected Calendar Style */
.dijitCalendarSelectedDate .dijitCalendarDateLabel 
{
    color: #ffffff;
    background-color: #336699;
}

/* Disabled Calendar Style*/
.dijitCalendarDisabledDate .dijitCalendarDateLabel 
{
    text-decoration: line-through;
    background-color: transparent;
    border-width: 0;
    padding: 4px 6px 4px 5px;
    color: #999999;
}

/* Styling for month DropDownButton */
.dijitCalendar .dijitButtonText
{
    padding: 1px 0 3px;
    margin-right: -4px;
}

.dijitCalendar .dijitDropDownButton .dijitButtonNode
{
    color: #336699;
    border: solid 1px #cdcdcd;
    padding: 0 3px 0 2px;
}

.dijitCalendar .dijitDropDownButtonHover .dijitButtonNode 
{
    background-color: #336699;
    color: #ffffff;
}

/* Styling for month drop down list */
.dijitCalendarMonthMenu 
{
    border: #cdcdcd;
    background-color: #efefef;
    text-align: center;
}

.dijitCalendarMonthMenu .dijitCalendarMonthLabel 
{
    border-top: solid 1px #cdcdcd;
    padding: 2px 0;
}

.dijitCalendarMonthMenu .dijitCalendarMonthLabelHover 
{
    background-color: #336699;
    border-color: #cdcdcd;
    border-width: 1px 0;
    background-image: url("images/commonHighlight.png");
    background-repeat: repeat-x;
}

/* Dojo Tooltip Styles                                                          */
.dijitTooltip, .dijitTooltipDialog {
    background: transparent;
}

/* This will set the style of the tooltip container */
.dijitTooltipContainer {
    background-color: #ffffff;
    background-image: url("images/tooltipGradient.png");
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #999999;
    padding: 6px 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-family: Arial;
    font-style: none;
    font-weight: none;
    text-decoration: none;
    text-transform: none;
}

/* Settings for when the tooltip is displayed below */
.dijitTooltipBelow {
    padding-top: 13px;
    padding-left: 3px;
    padding-right: 3px;
}

/* Settings for when the tooltip is displayed above */
.dijitTooltipAbove {
    padding-bottom: 13px;
    padding-left: 3px;
    padding-right: 3px;
}

/* Settings for when the tooltip is displayed on the right */
.dijitTooltipRight {
    padding-left: 14px;
}

/* Settings for when the tooltip is displayed on the left */
.dijitTooltipLeft {
    padding-right: 14px;
}

/* Settings for ie6 */
.dj_ie6 .dijitTooltipContainer {
    background-image: none;
}

/* The arrow on the tooltip */
.dijitTooltipConnector {
    border: 0;
    z-index: 2;
    background-image: url("images/tooltip.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
}

/* The arrow on the tooltip for ie6 */
.dj_ie6 .dijitTooltipConnector {
    background-image: url("images/tooltip8bit.png");
}

.dijitTooltipABRight .dijitTooltipConnector {
    left: auto !important;
    right: 3px;
}

/* the arrow piece for tooltips below an element */
.dijitTooltipBelow .dijitTooltipConnector {
    top: 0;
    left: 3px;
    background-position: -31px 0;
    width: 16px;
    height: 14px;
}

/* the arrow piece for tooltips above an element */
.dijitTooltipAbove .dijitTooltipConnector {
    bottom: 0;
    left: 3px;
    background-position: -15px 0;
    width: 16px;
    height: 14px;
}

/* ie6 and ie7 fix */
.dj_ie7 .dijitTooltipAbove .dijitTooltipConnector, .dj_ie6 .dijitTooltipAbove .dijitTooltipConnector {
    bottom: -1px;
}

/* the arrow piece for tooltips to the left of an element, bottom borders aligned */
.dijitTooltipLeft .dijitTooltipConnector {
    right: 0;
    background-position: 0 0;
    width: 16px;
    height: 14px;
}

/* the arrow piece for tooltips to the right of an element, bottom borders aligned */
.dijitTooltipRight .dijitTooltipConnector {
    left: 0;
    background-position: -48px 0;
    width: 16px;
    height: 14px;
}

/* Dojo Menu Styles                                                             */
.dijitMenuBar 
{
    border: 1px solid #cdcdcd;
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
    background-image: url("images/menuHighlight.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: none;
    text-decoration: none;
    text-transform: none;
    color: #666666;
}

.dj_ie6  .dijitMenuBar 
{
    background-image: none;
}

.dijitMenuBar .dijitMenuItem 
{
    padding: 6px 10px 7px;
    background-position: 0 100px;
    margin: -1px;
}

/* hover over a MenuBarItem */
.dijitMenuPassive .dijitMenuItemHover,  
.dijitMenuPassive .dijitMenuItemSelected 
{
    background-color: #cccccc;
    color: #336699;
    border: 1px solid #cdcdcd;
    background-position: 0 0;
    padding: 5px 9px 6px;
}

.dijitMenu 
{
    background-color: #eeeeee;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: none;
    text-decoration: none;
    text-transform: none;
    color: #666666;
    background-repeat: repeat-y;
    border: 1px solid #cdcdcd;
    border-collapse: collapse;
    margin: -1px 0;
}

.dj_ie6 .dijitMenu 
{
    margin: 0;
}

.dijitMenuItem {
    background-image: url("images/menuHighlight.png");
    background-position: 0 -40px;
    background-repeat: repeat-x;
}

.dijitMenuTable 
{
    border-collapse: separate;
    border-spacing: 0 0;
    padding: 0;
}

.dijitMenuItem td 
{
    padding: 1px;
}

.dijitMenuPassive .dijitMenuItemActive 
{
    background-position: 0 -177px;
}

.dj_ie6  .dijitMenuItem, 
.dj_ie6  .dijitMenuPassive .dijitMenuItem 
{
    background-image: none;
}

/* MenuBarItem that has been selected and menu drops down from it */
.dijitMenuActive .dijitMenuItemHover,  
.dijitMenuActive .dijitMenuItemSelected 
{
    border: solid 1px #cdcdcd;
    padding: 5px 9px 6px;
    background-color: #eeeeee;
    background-position: 0 0;
    color: #336699;
}

.dijitMenuPopup .dijitMenuActive .dijitMenuItemHover,
.dijitMenuPopup .dijitMenuActive .dijitMenuItemSelected {
    border: solid 1px #cdcdcd;
    padding: 6px 10px 7px;
    background-color: #cccccc;
    background-position: 0px 0px;
    color: #336699;
}

.dj_ie  .dijitMenuActive .dijitMenuItemHover,
.dj_ie  .dijitMenuActive .dijitMenuItemSelected,
.dj_ie  .dijitMenuPassive .dijitMenuItemHover,
.dj_ie  .dijitMenuPassive .dijitMenuItemSelected {
    padding-top: 6px;
    padding-bottom: 5px;
    margin-top: -3px;
}

.dijitMenuActive .dijitMenuItemActive {
    background-color: #eeeeee;
    background-position: 0 -177px;
}

.dijitMenuItemActive {
    background-position: 0 -177px;
}

td.dijitMenuItemIconCell {
    padding: 2px;
    margin: 0 0 0 4px;
}

td.dijitMenuItemLabel {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dijitMenuExpand {
    width: 7px;
    height: 7px;
    background-image: url('images/spriteArrows.png');
    background-position: -14px 0;
    margin-right: 3px;
}

.dijitMenuItemDisabled .dijitMenuItemIconCell {
    opacity: 1;
}

.dijitMenuSeparatorTop {
    height: auto;
    margin-top: 1px;
    border-bottom: solid 1px #cdcdcd;
}

.dijitMenuSeparatorBottom {
    height: auto;
    margin-bottom: 1px;
}

/* the checked menu item */
.dijitCheckedMenuItemIconChar {
    display: none;
}

.dijitCheckedMenuItemIcon {
    background-image: url('images/checkboxRadioButtonStates.png');
    background-repeat: no-repeat;
    background-position: -15px 50%;
    width: 15px;
    height: 16px;
}

.dj_ie6  .dijitCheckedMenuItemIcon {
    background-image: url('images/checkboxAndRadioButtons_IE6.png');
}

 .dijitCheckedMenuItemChecked .dijitCheckedMenuItemIcon {
    background-position: 0 50%;
}

.dijitMenuPreviousButton,
.dijitMenuNextButton 
{
    font-style: italic;
}

/* Dojo Grid Styles                                                             */
.dojoxGrid {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    background-color: #efefef;
    border-bottom: 1px solid #aca899;
/*    border-right: 1px solid #aca899;
    border-top: 1px solid #aca899;*/
	border: 1px solid #aca899;
}

/*  messages */
.dojoxGridMasterMessages {
    background-color: #efefef;
}
.dojoxGridLoading, 
.dojoxGridError {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.dojoxGridLoading {
    background-image:url('images/loading.gif');
}

.dojoxGridError {
    background-image: url('images/commonIconsObjActEnabled.png');
    background-position: -496px;
    width: 16px;
    height: 16px;
}

/* header */
.dojoxGridHeader {
    background-color: #ece7d9;
}
.dojoxGridHeader .dojoxGridCell { 
    background-image: url("images/menuhighlight.png");
    background-color: #ece7d9;
    background-repeat: repeat-x;
    background-position: top;
    cursor: pointer;
    border-left: 1px solid #aca899;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}

.dj_ie6 .dojoxGridHeader .dojoxGridCell { 
    border: none;
}

/* header rows */
.dj_ie .dojoxGridHeader .dojoxGridRowTable {
    border-collapse: collapse;
}

/* Grid view content */
.dojoxGridScrollbox {
    background-color: #ffffff;
}

/* rows */
.dojoxGridRow {
    border: none;
    width: 100%;
    background-color: #efefef;
}

.dj_ie .dojoxGridMasterView .dojoxGridRowTable {
    border-collapse: collapse; 
}

.dojoxGridFBar
{
    height: 25px;
    margin-left: 1px;
    border-bottom: 1px solid #aca899;
}

.dojoxGridRowTable tr {
    background-image: url("images/menuhighlight.png");
    background-color: #efefef;
    background-repeat: repeat-x;
    background-position: top;
}
.dojoxGridRowOdd .dojoxGridRowTable tr {
    background-color: #ffffff;
}

.dojoxGridRowSelected .dojoxGridRowTable tr {
    background-image: url("images/menuhighlight.png");
    background-color: #a8d6e5;
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #aca899;
}

/*  Single Affordance Hover Effect */
.dojoxGridRowOver .dojoxGridCell {
    background-image: url("images/menuhighlight.png");
    background-color: #dceef4;
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #aca899;
    cursor: pointer;
}

.dj_ie6 .dojoxGridRowOver .dojoxGridCell,
.dj_ie7 .dojoxGridRowOver .dojoxGridCell {
    border-left: 1px solid #aca899;
    border-right: 1px solid #aca899;
}

.dojoxGridRowActive .dojoxGridCell {
    background-image: url("images/menuhighlight.png");
    background-color: #a8d6e5;
    background-repeat: repeat-x;
    background-position: top;
    border: none;
}

.dj_ie6 .dojoxGridRowActive .dojoxGridCell,
.dj_ie7 .dojoxGridRowActive .dojoxGridCell {
    border-left: 1px solid #aca899;
    border-right: 1px solid #aca899;
}

/*  Double Affordance Hover Effect */
.dojoxGridDoubleAffordance .dojoxGridRowOver .dojoxGridCellOver {
    border: 1px solid #aca899;
    background-color: #efefef;
    border-collapse: separate; /*FF*/
}

.dojoxGridDoubleAffordance .dojoxGridRowActive .dojoxGridCell{	
    background-image: url("images/menuhighlight.png");
    background-color: #a8d6e5;
    background-repeat: repeat-x;
    background-position: top;
    border: none;
}

.dojoxGridDoubleAffordance .dojoxGridRowActive .dojoxGridCellActive {	
    background-image: url("images/menuhighlight.png");
}

.dj_ie6 .dojoxGridCell {
    padding: 1px;
    border: none;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}

/* cells */
.dojoxGridCell {
    padding: 1px;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    border-bottom: 1px solid #aca899;
    border-left: 1px solid #aca899;
    border-right: 1px solid #aca899;
}

.dj_ie6 .dojoxGridCell {
    padding: 1px;
    border: none;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}

.dojoxGridCellContent {
    padding: 1px 1px 1px 1px;
}

/* Pagination */
.dojoxGridPaginator {
    text-align: center;
    width: 100%;
    height: 24px;
    table-layout: fixed;
    background-color: #efefef;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}

.dojoxGridCellFocus {
    border: none;
}

.dojoxGridDescriptionTd {
    text-align: left;
    width: 35%;
}

.dojoxGridDescription {
    text-align: left;
    margin-left: 2px;
    overflow: hidden;
}

.dojoxGridPaginatorFastStep {
    text-align: right;
    width: 35%;
    overflow: hidden;
}

.dojoxGridPaginatorStep {
    float: right;
}

.dojoxGridPaginatorGotoTd {
    width: 20px!important;
}

.dojoxGridPaginatorGotoDiv {
    cursor: pointer;
    width: 12px!important;
    height: 16px!important;
    margin: 0 6px 0 2px;
    background-image: url("images/sprite_icons.png");
    background-repeat: no-repeat;
    background-position: -77px 4px;
}

.dojoxGridPaginatorGotoDivDisabled {
    background-image: url("images/sprite_icons.png");
    background-repeat: no-repeat;
    background-position: -77px 4px;
}

.dojoxGridWardButton {
    margin-top: 2px;
    width: 12px!important;
    height: 12px!important;
    float: left;
    background-image: url("images/sprite_icons.png");
    background-repeat: no-repeat;
}

.dojoxGridWardButtonInner {
    visibility: hidden;
}

.dijit_a11y .dojoxGridWardButtonInner {
    visibility: visible;
    margin-bottom: 8px;
}

.dojoxGridfirstPageBtn {
    cursor: pointer;
    margin-left: 1px;
    background-position: -57px 3px;
}

.dojoxGridfirstPageBtnDisable {
    margin-left: 1px;
    background-position: -57px -17px;
}

.dojoxGridprevPageBtn {
    cursor: pointer;
    margin: 2px 2px 0 9px;
    background-position: 3px 3px;
}

.dojoxGridprevPageBtnDisable {
    margin: 2px 2px 0 9px;
    background-position: 3px -17px;
}

.dojoxGridlastPageBtn {
    cursor: pointer;
    margin: 2px 9px 0 9px;
    background-position: -37px 3px;
}

.dojoxGridlastPageBtnDisable {
    margin: 2px 9px 0 9px;
    background-position: -37px -17px;
}

.dojoxGridnextPageBtn {
    cursor: pointer;
    margin-left: 3px;
    background-position: -17px 3px;
}

.dojoxGridnextPageBtnDisable {
    margin-left: 3px;
    background-position: -17px -17px;
}

.dojoxGridInactived {
    font-weight: normal;
    color: #666666;
    cursor: pointer;
    margin: 1px 6px 0 5px;
    float: left;
    zoom: 1; /* for IE */
}
.dojoxGridActived {
    font-weight: bold;
    color: #a8d6e5;
    margin: 1px 6px 0 5px;
    float: left;
    text-decoration: none!important; 
    zoom: 1; /* for IE */
}
.dojoxGridInactiveSwitch {
    font-weight: normal;
    color: #666666;
    float: left;
    cursor: pointer;
    margin: 1px 7px 0 7px;
    zoom: 1; /* for IE */
}
.dojoxGridActivedSwitch {
    font-weight: bold;
    color: #a8d6e5;
    float: left;
    margin: 1px 7px 0 7px;
    text-decoration: none!important; 
    zoom: 1; /* for IE */
}
.dojoxGridSeparator {
    float: left;
}
.dojoxGridPageTextHover {
    text-decoration: underline;
}
.dojoxGridDialogMargin {
    width: 220px!important;
    margin-bottom: 10px;
}
.dj_ie6 .dojoxGridDialogMargin {
    position: relative;
}
.dojoxGridDialogButton {
    width: 220px!important;
    text-align: right;
}

/* Sorting */
.dojoxGrid .dojoxGridSortNode {
    position: relative;
    border: 1px solid transparent;
}

.dj_ie6 .dojoxGrid .dojoxGridSortNode {
    overflow: hidden;
    width:100%;
}

.dojoxGrid .dojoxGridSortNoWrap {
    white-space:nowrap;
    cursor: pointer;
}

.dojoxGridSortBtn {
    width: 10px;
    height: 100%;
    visibility: hidden;
    top: 0;
    display:block;
    position: absolute;
    color: #000;
    background: #DFEAF1 url('images/sprite_icons.png') no-repeat 100px 0;
    text-decoration: none;
    outline: none;
    right: 0;
    border: 1px solid transparent;
    box-sizing: border-box; /* css3 rec */
    -moz-box-sizing: border-box; /* ff */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    -khtml-box-sizing: border-box; /* konqueror */
}

.dj_ie6 .dojoxGridSortBtn,
.dj_ie6 .dojoxGrid .dojoxGridSortNode {
    border: none;
}

.dojoxGridSortBtnNested {
    right: 10px;
}

.dojoxGridCellSortFocus  .dojoxGridSortBtn {
    border-left: 1px solid #999999;
    background-color: #DFEAF1;
}

.dojoxGridCellOver .dojoxGridSortBtn {
    border-left: 1px solid #999999;
    background-color: #9dcfff;
}

.dojoxGridSortNode {
    outline: none;
}

/* Control the title node width */
.dojoxGridSorted .dojoxGridCellOver .dojoxGridSortNode,
.dojoxGridCellSortFocus .dojoxGridSortNode,
.dojoxGridSingleSorted .dojoxGridHeader .dojoxGridCellOver .dojoxGridSortNodeMain,
.dojoxGridSingleSorted .dojoxGridHeader .dojoxGridCellSortFocus .dojoxGridSortNodeMain {
    margin-right: 5px;
}

.dojoxGridSorted .dojoxGridCellOver .dojoxGridSortNode,
.dojoxGridSorted .dojoxGridCellSortFocus .dojoxGridSortNode {
    margin-right: 24px;
}

/* html > body used for !dj_ie6, TBD - a better way */
html > body .dojoxGridCellOver .dojoxGridSortNode .dojoxGridSortBtnSingle {
    right: -5px;
}

html > body .dojoxGridCellSortFocus .dojoxGridSortNode .dojoxGridSortBtnSingle,
html > body .dojoxGridSorted .dojoxGridCellOver .dojoxGridSortNodeMain .dojoxGridSortBtnSingle,
html > body .dojoxGridSorted .dojoxGridCellSortFocus .dojoxGridSortNodeMain .dojoxGridSortBtnSingle {
    right: -10px;
}

html > body .dojoxGridSorted .dojoxGridCellOver .dojoxGridSortBtnSingle,
html > body .dojoxGridSorted .dojoxGridCellSortFocus .dojoxGridSortBtnSingle,
html > body .dojoxGridNestSorted .dojoxGridCellOver .dojoxGridSortNodeMain .dojoxGridSortBtnSingle,
html > body .dojoxGridNestSorted .dojoxGridCellSortFocus .dojoxGridSortNodeMain .dojoxGridSortBtnSingle {
    right: -28px;
}

html > body .dojoxGridSorted .dojoxGridCellOver .dojoxGridSortBtnNested,
html > body .dojoxGridSorted .dojoxGridCellSortFocus .dojoxGridSortBtnNested {
    right: -17px;
}

.dojoxGrid .dojoxGridHeader .dojoxGridRowTable .dojoxGridNoSort .dojoxGridSortNode {
    margin:0!important;
}

/* Focus border */
/* Control visibility */
.dojoxGrid .dojoxGridCellOver .dojoxGridSortNode .dojoxGridSortBtnSingle,					/* single sort btn is always visible when mouseover*/
.dojoxGrid .dojoxGridCellSortFocus .dojoxGridSortNode .dojoxGridSortBtnSingle,
.dojoxGridSorted .dojoxGridCellOver .dojoxGridSortNode .dojoxGridSortBtnNested,				/* in a sorted grid, nest btn is always visible when mouseover (except 1)*/
.dojoxGridSorted .dojoxGridCellSortFocus .dojoxGridSortNode .dojoxGridSortBtnNested,
.dojoxGrid .dojoxGridCellShowIndex .dojoxGridSortNode .dojoxGridSortBtnNested,		/* in a single sort grid, when mouseover other columns, show 1 on the main sort column*/
.dojoxGrid .dojoxGridSortNodeSorted .dojoxGridSortBtn {										/* in a sorted column, single or nested sort btn are always visible (except 2)*/
    visibility: visible;
}

.dojoxGridSingleSorted .dojoxGridCellOver .dojoxGridSortNodeMain .dojoxGridSortBtnNested,	/*(1)in a single sorted grid, nest btn is hidden in sort column when mouseover*/
.dojoxGridSingleSorted .dojoxGridCellSortFocus .dojoxGridSortNodeMain .dojoxGridSortBtnNested,
.dojoxGridSingleSorted .dojoxGridSortNode .dojoxGridSortBtnNested {							/*(2)all nested btn is hidden in single sort grid without mouse over*/
    visibility: hidden;
}

/* Control background image */
.dojoxGridSortNodeAsc .dojoxGridSortBtnSingle {
    background-position: -119px 5px;
    visibility: visible;
}

.dojoxGridSortNodeDesc .dojoxGridSortBtnSingle {
    background-position: -99px  5px;
    visibility: visible;
}

/* hover single sort */
.dojoxGridCellOver .dojoxGridSortBtnSingle,
.dojoxGridCellSortFocus .dojoxGridSortBtnSingle {
    background-position: -159px 5px;
}

.dojoxGridCellOver .dojoxGridSortNodeAsc .dojoxGridSortBtnSingle,
.dojoxGridCellSortFocus .dojoxGridSortNodeAsc .dojoxGridSortBtnSingle,
.dojoxGrid .dojoxGridCellOver .dojoxGridSortNode .dojoxGridSortBtnAsc,
.dojoxGrid .dojoxGridCellSortFocus .dojoxGridSortNode .dojoxGridSortBtnAsc {
    background-position: -139px 5px;
}

.dojoxGridCellOver .dojoxGridSortNodeDesc .dojoxGridSortBtnSingle, 
.dojoxGridCellSortFocus .dojoxGridSortNodeDesc .dojoxGridSortBtnSingle, 
.dojoxGrid .dojoxGridCellOver .dojoxGridSortNode .dojoxGridSortBtnDesc, 
.dojoxGrid .dojoxGridCellSortFocus .dojoxGridSortNode .dojoxGridSortBtnDesc {
    background-position: -179px 5px;
}

/* hover nested sort */
.dojoxGridCellOver .dojoxGridSortBtnNested,
.dojoxGridCellSortFocus .dojoxGridSortBtnNested {
    background-position: -149px 5px;
    width: 19px;
}

.dojoxGridCellOver .dojoxGridSortNodeAsc .dojoxGridSortBtnNested,
.dojoxGridCellSortFocus .dojoxGridSortNodeAsc .dojoxGridSortBtnNested {
    background-position: -129px 5px;
}

.dojoxGridCellOver .dojoxGridSortNodeDesc .dojoxGridSortBtnNested,
.dojoxGridCellSortFocus .dojoxGridSortNodeDesc .dojoxGridSortBtnNested {
    background-position: -169px 5px;
}

.dojoxGridNestSorted .dojoxGridCellOver .dojoxGridSortBtnSingle,
.dojoxGridNestSorted .dojoxGridCellSortFocus .dojoxGridSortBtnSingle {
    background-position: -159px 5px;
}

.dojoxGridCellOver .dojoxGridSortBtn:hover {
    background-color:#A3E4FF;
}

.dojoxGrid .dojoxGridSortNodeFocus,
.dojoxGridCellSortFocus .dojoxGridRowSelector,
.dojoxGridCellSortFocus .dojoxGridSortBtnFocus {
    border: 1px dashed #666;
}

.GridMenu
{
    /*border: 1px solid #cccccc;
    padding-top: 1px;
    padding-bottom: 1px;*/
}
.dijitRadio {
    background-image: url('images/checkboxRadioButtonStates.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
    padding: 0;
    background-position: -106px;
}

.dj_ie6 .dijitRadio {
    background-image: url('images/checkboxAndRadioButtons_IE6.png');
}

.dijitRadioChecked {
    background-position: -91px;
}

.dijitRadioBoxHover {
    background-position: -136px;
}

.dijitRadioCheckedHover {
    background-position: -121px;
}


/*************************************************************************************
 * Tab Styles                                                                        *
*************************************************************************************/
.dijitTabPane {
    padding: 5px;
}

.dijitTabPaneWrapper {
    background: #fff;
    background-position: -496px;
    width: 16px;
    height: 16px;
}

.dijitTabPaneWrapper, 
.dijitTabContainerTop-tabs {
    border-color: #cccccc;
}

.dijitTabSpacer {
    display: none;
}

.dijitTabContent {
    border: 1px solid #999999;
    color: #666666;
}

.dijitTabHover .dijitTabContent {
    border-color: #cccccc;
    color: #336699;
}

.dijitTabActive .dijitTabContent {
    border-color: #cccccc;
}

.dijitTabChecked .dijitTabContent {
    border-color: #cccccc;
    color: #336699;
}

.tabStripButton .dijitTabInnerDiv {
    background-color: transparent;
}

.tabStripButton .dijitTabContent {
border: none;
}

.dijitTabContainerTop-tabs .dijitTab {
top: 1px;
top: 1px;
top: 1px;
}

.dj_ie7 .dijitTabContainerTop-tabs .dijitTab {
top: 3px;
}

.dijitTabContainerTop-tabs .dijitTabContent {
padding: 3px 6px;
border-bottom-width: 0;
background-image: url("images/tabTop.png");
background-position: 0 0;
background-repeat: repeat-x;
min-width: 60px;
text-align: center;
    background-color: #dddddd;
}
.dijitTabContainerTop-tabs .dijitTabChecked .dijitTabContent {
padding-bottom: 4px;
padding-top: 6px;
}

.dijitTabContainerTop-tabs .dijitTabInnerDiv {
background-position: 0 -248px;
background-position: bottom;
background-repeat: repeat-x;
-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
}
.dijitTabContainerTop-tabs .dijitTabChecked .dijitTabInnerDiv {
background-image: none;
-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);
}
.dijitTabContainerTop-tabs .dijitTabChecked .dijitTabContent {
background-position: 0 -102px;
background-repeat: repeat-x;
}
.dijitTabContainerTop-tabs .dijitTabInnerDiv, .dijitTabContainerTop-tabs .dijitTabContent {
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.dj_ie6 .dijitTabContent, .dj_ie6 .dijitTabInnerDiv, .dj_ie6 .dijitTabListContainer-top .tabStripButton {
background-image: none;
}

/*************************************************************************************
 * TitlePane Styles                                                                        *
*************************************************************************************/
.dijitTitlePaneTitle {
    background-color: #cccccc;
    background-image: url("images/titlebar.png");
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    padding: 0 7px 3px 7px;
    min-height: 17px;
}

.dj_ie6 .dijitTitlePaneTitle {
    background-image: none;
}

.dijitTitlePaneTitleHover {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}

.dijitTitlePaneTitleActive {
    background-color: #bbbbbb;
    border-color: #bbbbbb;
    background-position: 0 -136px;
}

.dijitTitlePaneTitleFocus {
    margin-top: 3px;
    padding-bottom: 2px;
}

.dijitTitlePane .dijitArrowNode {
    background-image: url('images/spriteArrows.png');
    background-repeat: no-repeat;
    height: 8px;
    width: 7px;
}

.dijitTitlePane .dijitOpen .dijitArrowNode {
    background-position: 0 0;
}

.dijitTitlePane .dijitClosed .dijitArrowNode {
    background-position: -14px 0;
}

.dijitTitlePaneFocused .dijitTitlePaneTextNode {
    color: #000000;
}

.dijitTitlePaneContentOuter {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: none;
}

.dijitTitlePaneContentInner {
    padding: 10px;
}

.dijitTitlePaneTextNode {
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: text-top;
}

