img 
{
	border-width: 0px;
}

.dx-clear
{
	display: block;
	clear: both;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.dxKBSW
{
	font-size:0;
}

/* ASPxInternalCheckBox */
.dxicbInput
{
	border: 0;
	width: 0;
	height: 0;
	padding: 0;
	background-color: transparent;
}

/* ASPxUploadControl */
.dxucEditAreaSys
{
    margin: 0px;
    font-family: Tahoma;
    font-size: 13px;
}
.dxucButtonSys
{
    color: #394EA2;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 13px;
    white-space: nowrap;
}
.dxucButtonSys a[unselectable="on"]
{
    cursor: default;
    user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

/* ASPxPopupControl lite */
.dxpc-contentWrapper 
{
	display: table;
    width: 100%;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dxpc-shadow 
{
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
}

/* ASPxMenu lite */
.dxm-shadow 
{
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.199219);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.199219);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.199219);
}

/* ASPxDocking - Dock zone */
.dxdzControlVert 
{
    width: 200px;
    height: 400px;
}

.dxdzControlHor
{
    width: 400px;
    height: 200px;
}

.dxdzControlFill
{
    width: 400px;
    height: 400px;
}

.dxdzDisabled
{
}

.dxdzControlVert .dxdz-pnlPlcHolder, 
.dxdzControlHor .dxdz-pnlPlcHolder,
.dxdzControlFill .dxdz-pnlPlcHolder
{
    width: 0;
    height: 0;
    border: 2px solid #A3B5DA;
    background-color: #D1DAEC;
}

.dxdzControlHor .dxdz-pnlPlcHolder
{
    float: left;
}

/* Splitter */
.dxsplS
{
    display: inline-block;
}
.dxsplS
{
	font-size: 0px;
	line-height: 0px;
}
.dxsplLCC,
.dxsplCC,
.dxsplS
{
	overflow: hidden;
}
.dxsplCC,
.dxsplP
{
	width: 100%;
	height: 100%;
}

/* Mobile */
.dxTouchVScrollHandle, .dxTouchHScrollHandle
{
    background-color: Black;
    position: absolute;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}
.dxTouchVScrollHandle
{
    width: 5px;
    height: 50%;
    margin-bottom: 3px;
}
.dxTouchHScrollHandle
{
    width: 50%;
    height: 5px;
    margin-right: 3px;
}
.dxTouchScrollHandleVisible
{
    -webkit-transition-duration: 0s;
	opacity: 0.4!important;
}
/* -- CheckBox -- */
.dxICBFocused_PlasticBlue 
{
	background-color: #94a5db!important;
}
.dxICheckBox_PlasticBlue 
{
    cursor: default;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
}
/* -- ASPxCallbackPanel -- */
.dxcpLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
}
.dxcpLoadingPanel_PlasticBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxcpLoadingPanelWithContent_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
	border: 1px solid #CBCBCB;
	background-color: White;
}
.dxcpLoadingPanelWithContent_PlasticBlue td.dx 
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxcpLoadingDiv_PlasticBlue
{
	background-color: Gray;
	opacity: 0.01;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}
/* Disabled */
.dxcpDisabled_PlasticBlue
{
	color: #B8B8B8;
	cursor: default;
}

/* -- ASPxCloudControl -- */
.dxccControl_PlasticBlue
{
	font: 23px Tahoma;
	text-decoration: none;
	color: #91ACE0;
	background-color: transparent;
}
.dxccControl_PlasticBlue a
{
	text-decoration: none!important;
	color: #91ACE0;
}
.dxccControl_PlasticBlue a:hover
{
	text-decoration: underline!important;
} 
/* Disabled */
.dxccDisabled_PlasticBlue
{
	color: #808080;
	cursor: default;
}

/* -- ASPxDataView -- */
.dxdvControl_PlasticBlue
{
	font: 12px Tahoma;
	color: #98a3c4;
	background-color: transparent;
}
.dxdvControl_PlasticBlue td.dxdvCtrl
{
	padding: 3px;
}
.dxdvLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
	border: 1px solid #CBCBCB;
	background-color: White;
}
.dxdvLoadingPanel_PlasticBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxdvContent_PlasticBlue
{
}
.dxdvItem_PlasticBlue,
.dxdvFlowItem_PlasticBlue
{
	background-color: #E9E9E9;
	border: 1px Solid #CCCCCC;
	padding: 12px 12px 12px 14px;
	height: 180px;
	height: expression("154px");
}
.dxdvFlowItem_PlasticBlue
{
	float: left;
	overflow: hidden;
}
.dxdvFlowItemsContainer_PlasticBlue
{
}
.dxdvEmptyItem_PlasticBlue
{
	text-align: left;
	vertical-align: top;
	padding: 12px 12px 12px 14px;
	height: 180px;
	height: expression("154px");
}
.dxdvPagerPanel_PlasticBlue
{
	padding: 2px 10px;
	border: 1px Solid #2C4182;
	background: #3F5496 url('/DXR.axd?r=0_2963-Iwaka') repeat-x top;
}
.dxdvPagerPanel_PlasticBlue .dxpPageSizeItem_PlasticBlue > table
{
    margin: -2px 0px;
}
.dxdvEmptyData_PlasticBlue
{
	color: #848484;
	padding: 9px 37px;
}
/* Disabled */
.dxdvDisabled_PlasticBlue
{
	color: #B8B8B8;
	cursor: default;
}

/* -- ASPxHeadline -- */
.dxhlControl_PlasticBlue
{
	font: 11px Tahoma;
	color: black;
	padding: 0px;
}
.dxhlControl_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: none;
}
.dxhlContent_PlasticBlue
{
	font-size: 12px;
	color: #575757;
	line-height: 120%!important;
}
.dxhlTail_PlasticBlue
{
	text-decoration: none;
}
.dxhlDateHeader_PlasticBlue
{
	background-color: #5066AC;
	color: #FFFFFF;
	font-size: 12px;
	padding: 4px 6px 5px 7px;
}
.dxhlDate_PlasticBlue
{
	background-color: #5066AC;
	color: #FFFFFF;
	padding: 4px 6px 5px 7px;
	white-space: nowrap;
}
.dxhlHeader_PlasticBlue
{
	font-size: 1.3em;
	text-decoration: none;
	color: #5A83D0;
	line-height: 141%!important;
}
.dxhlLeftPanel_PlasticBlue
{
	color: #575757;
}
.dxhlRightPanel_PlasticBlue
{
	color: #575757;
}
.dxhlContent_PlasticBlue a.dxhl
{
	color: #5A83D0;
	text-decoration: none;
} 
.dxhlContent_PlasticBlue a.dxhl:hover
{
	text-decoration: none;
}
.dxhlContent_PlasticBlue a.dxhl:visited
{
	color: #98A3C4;
}
/* Disabled */
.dxhlDisabled_PlasticBlue
{
	color: #B8B8B8;
	cursor: default;
}

/* -- ASPxLoadingPanel -- */
.dxlpLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
	border: 1px solid #CBCBCB;
	background-color: White;
}
.dxlpLoadingPanel_PlasticBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxlpLoadingDiv_PlasticBlue
{
	background-color: #777777;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
}

/* -- ASPxMenu -- */
.dxmMenu_PlasticBlue a,
.dxmVerticalMenu_PlasticBlue a,
.dxmSubMenu_PlasticBlue a
{
	color: white;
	text-decoration: none;
}
.dxmLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
}
.dxmLoadingPanel_PlasticBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 6px;
}
.dxmMenu_PlasticBlue,
.dxmVerticalMenu_PlasticBlue
{
	font: 12px Tahoma;
	color: white;
	background-color: #2C4182;
	border: 1px Solid #2C4182;
	padding: 0px;
}
.dxmVerticalMenu_PlasticBlue
{
	background-color: #CCCCCC;
	border: 1px Solid #CCCCCC;
	padding: 0px;
}
.dxmMenuGutter_PlasticBlue,
.dxmMenuRtlGutter_PlasticBlue
{
}

.dxmMenuSeparator_PlasticBlue .dx,
.dxmMenuFullHeightSeparator_PlasticBlue .dx 
{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
.dxmMenuSeparator_PlasticBlue,
.dxmMenuFullHeightSeparator_PlasticBlue
{
	width: 1px;
}

.dxmMenuSeparator_PlasticBlue .dx,
.dxmMenuFullHeightSeparator_PlasticBlue
{
	background: transparent url('/DXR.axd?r=0_2974-Iwaka') repeat-y left top;
	width: 2px;
}
.dxmMenuSeparator_PlasticBlue
{
	display: none;
}
.dxmMenuVerticalSeparator_PlasticBlue
{
	background-color: #cccccc;
	width: 100%;
	height: 1px;
}

.dxmMenuItem_PlasticBlue,
.dxmMenuItemWithImage_PlasticBlue,
.dxmMenuItemWithPopOutImage_PlasticBlue,
.dxmMenuItemWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuItem_PlasticBlue,
.dxmVerticalMenuItemWithImage_PlasticBlue,
.dxmVerticalMenuItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItem_PlasticBlue,
.dxmVerticalMenuRtlItemWithImage_PlasticBlue,
.dxmVerticalMenuRtlItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemWithImageWithPopOutImage_PlasticBlue,
.dxmMenuLargeItem_PlasticBlue,
.dxmMenuLargeItemWithImage_PlasticBlue,
.dxmMenuLargeItemWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItem_PlasticBlue,
.dxmVerticalMenuLargeItemWithImage_PlasticBlue,
.dxmVerticalMenuLargeItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItem_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithImageWithPopOutImage_PlasticBlue
{
	white-space: nowrap;
	border-width: 0px;
	background: #3E5496 url('/DXR.axd?r=0_2968-Iwaka') repeat-x left top;
}

.dxmVerticalMenuItem_PlasticBlue,
.dxmVerticalMenuItemWithImage_PlasticBlue, 
.dxmVerticalMenuItemWithPopOutImage_PlasticBlue, 
.dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItem_PlasticBlue,
.dxmVerticalMenuRtlItemWithImage_PlasticBlue,
.dxmVerticalMenuRtlItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItem_PlasticBlue,
.dxmVerticalMenuLargeItemWithImage_PlasticBlue, 
.dxmVerticalMenuLargeItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItem_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithImageWithPopOutImage_PlasticBlue
{
	color: black;
	background: #F5F5F5 none;
	border: 1px Solid White;
	white-space: nowrap;
}
/*HyperLink*/
.dxmMenuItem_PlasticBlue a,
.dxmMenuItemWithImage_PlasticBlue a,
.dxmMenuItemWithPopOutImage_PlasticBlue a,
.dxmMenuItemWithImageWithPopOutImage_PlasticBlue a,
.dxmMenuLargeItem_PlasticBlue a,
.dxmMenuLargeItemWithImage_PlasticBlue a,
.dxmMenuLargeItemWithPopOutImage_PlasticBlue a, 
.dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue a
{
	color: white;
	white-space: nowrap;
}
.dxmVerticalMenuItem_PlasticBlue a,
.dxmVerticalMenuItemWithImage_PlasticBlue a, 
.dxmVerticalMenuItemWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuRtlItem_PlasticBlue a,
.dxmVerticalMenuRtlItemWithImage_PlasticBlue a, 
.dxmVerticalMenuRtlItemWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuRtlItemWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeItem_PlasticBlue a,
.dxmVerticalMenuLargeItemWithImage_PlasticBlue a, 
.dxmVerticalMenuLargeItemWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeRtlItem_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemWithImage_PlasticBlue a, 
.dxmVerticalMenuLargeRtlItemWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemWithImageWithPopOutImage_PlasticBlue a
{
	color: black;
	white-space: nowrap;
}

.dxmMenuLargeItem_PlasticBlue,
.dxmMenuLargeItemWithImage_PlasticBlue,
.dxmMenuLargeItemWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue
{
	background: #3E5496 url('/DXR.axd?r=0_2968-Iwaka') repeat-x left top;
}

.dxmMenuItem_PlasticBlue,
.dxmMenuItemWithImage_PlasticBlue
{
	padding: 3px 16px 5px 18px;
}
.dxmMenuItemWithPopOutImage_PlasticBlue
{
	padding: 3px 13px 5px;
}
.dxmMenuItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 13px 5px 9px;
}
.dxmVerticalMenuItem_PlasticBlue,
.dxmVerticalMenuItemWithImage_PlasticBlue
{
	padding: 3px 19px 3px 8px;
}
.dxmVerticalMenuRtlItem_PlasticBlue,
.dxmVerticalMenuRtlItemWithImage_PlasticBlue
{
	padding: 3px 8px 3px 19px;
}
.dxmVerticalMenuItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 6px 3px 8px;
}
.dxmVerticalMenuRtlItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 8px 3px 6px;
}
.dxmMenuLargeItem_PlasticBlue,
.dxmMenuLargeItemWithImage_PlasticBlue,
.dxmMenuLargeItemWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 16px 5px 18px;
}
.dxmVerticalMenuLargeItem_PlasticBlue,
.dxmVerticalMenuLargeItemWithImage_PlasticBlue
{
	padding: 6px 12px 6px 11px;
}
.dxmVerticalMenuLargeRtlItem_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithImage_PlasticBlue
{
	padding: 6px 11px 6px 12px;
}
.dxmVerticalMenuLargeItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 6px 6px 6px 11px;
}
.dxmVerticalMenuLargeRtlItemWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 6px 11px 6px 6px;
}
.dxmMenuItemDropDownButton_PlasticBlue,
.dxmMenuLargeItemDropDownButton_PlasticBlue
{
	padding-right: 14px;
	padding-left: 12px;
}
.dxmMenuRtlItemDropDownButton_PlasticBlue,
.dxmMenuLargeRtlItemDropDownButton_PlasticBlue
{
	padding-right: 12px;
	padding-left: 14px;
}
.dxmVerticalMenuItemDropDownButton_PlasticBlue,
.dxmVerticalMenuLargeItemDropDownButton_PlasticBlue,
.dxmVerticalMenuRtlItemDropDownButton_PlasticBlue,
.dxmVerticalMenuLargeRtlItemDropDownButton_PlasticBlue
{
	padding-right: 7px;
	padding-left: 7px;
}

.dxmMenuItemSelected_PlasticBlue,
.dxmMenuItemSelectedWithImage_PlasticBlue,
.dxmMenuItemSelectedWithPopOutImage_PlasticBlue,
.dxmMenuItemSelectedWithImageWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemSelected_PlasticBlue,
.dxmMenuLargeItemSelectedWithImage_PlasticBlue,
.dxmMenuLargeItemSelectedWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	color: White;
	background: #273A79 url('/DXR.axd?r=0_2970-Iwaka') repeat-x left top;
}
.dxmVerticalMenuItemSelected_PlasticBlue,
.dxmVerticalMenuItemSelectedWithImage_PlasticBlue,
.dxmVerticalMenuItemSelectedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuItemSelectedWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemSelected_PlasticBlue,
.dxmVerticalMenuRtlItemSelectedWithImage_PlasticBlue,
.dxmVerticalMenuRtlItemSelectedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemSelectedWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemSelected_PlasticBlue,
.dxmVerticalMenuLargeItemWithImageSelected_PlasticBlue,
.dxmVerticalMenuLargeItemSelectedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemSelectedWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemSelected_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithImageSelected_PlasticBlue,
.dxmVerticalMenuLargeRtlItemSelectedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	color: Black;
	background: #dedede none;
	border: 1px Solid #dedede;
}
/*HyperLink*/
.dxmMenuItemSelected_PlasticBlue a,
.dxmMenuItemSelectedWithImage_PlasticBlue a,
.dxmMenuItemSelectedWithPopOutImage_PlasticBlue,
.dxmMenuItemSelectedWithImageWithPopOutImage_PlasticBlue a,
.dxmMenuLargeItemSelected_PlasticBlue a,
.dxmMenuLargeItemSelectedWithImage_PlasticBlue a,
.dxmMenuLargeItemSelectedWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemSelectedWithImageWithPopOutImage_PlasticBlue a
{
	color: White;
}
.dxmVerticalMenuItemSelected_PlasticBlue a,
.dxmVerticalMenuItemSelectedWithImage_PlasticBlue a,
.dxmVerticalMenuItemSelectedWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuItemSelectedWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuRtlItemSelected_PlasticBlue a,
.dxmVerticalMenuRtlItemSelectedWithImage_PlasticBlue a,
.dxmVerticalMenuRtlItemSelectedWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuRtlItemSelectedWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeItemSelected_PlasticBlue a,
.dxmVerticalMenuLargeItemWithImageSelected_PlasticBlue a,
.dxmVerticalMenuLargeItemSelectedWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeItemSelectedWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemSelected_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemWithImageSelected_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemSelectedWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemSelectedWithImageWithPopOutImage_PlasticBlue a
{
	color: Black;
}

.dxmMenuItemSelected_PlasticBlue,
.dxmMenuItemSelectedWithImage_PlasticBlue
{
	padding: 3px 16px 5px 18px;
}
.dxmMenuItemSelectedWithPopOutImage_PlasticBlue
{
	padding: 3px 13px 5px;
}
.dxmMenuItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 13px 5px 9px;
}	
.dxmVerticalMenuItemSelected_PlasticBlue,
.dxmVerticalMenuItemSelectedWithImage_PlasticBlue
{
	padding: 3px 19px 4px 8px;
}
.dxmVerticalMenuRtlItemSelected_PlasticBlue,
.dxmVerticalMenuRtlItemSelectedWithImage_PlasticBlue
{
	padding: 3px 8px 4px 19px;
}
.dxmVerticalMenuItemSelectedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 6px 3px 8px;
}
.dxmVerticalMenuRtlItemSelectedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 8px 3px 6px;
}
.dxmMenuLargeItemSelected_PlasticBlue,
.dxmMenuLargeItemSelectedWithImage_PlasticBlue,
.dxmMenuLargeItemSelectedWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 16px 5px 18px;
}
.dxmVerticalMenuLargeItemSelected_PlasticBlue,
.dxmVerticalMenuLargeItemSelectedWithImage_PlasticBlue
{
	padding: 6px 12px 6px 11px;
}
.dxmVerticalMenuLargeRtlItemSelected_PlasticBlue,
.dxmVerticalMenuLargeRtlItemSelectedWithImage_PlasticBlue
{
	padding: 6px 11px 6px 12px;
}
.dxmVerticalMenuLargeItemSelectedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	padding: 6px 6px 6px 11px;
}
.dxmVerticalMenuLargeRtlItemSelectedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	padding: 6px 11px 6px 6px;
}
.dxmMenuItemDropDownButtonSelected_PlasticBlue,
.dxmMenuLargeItemDropDownButtonSelected_PlasticBlue
{
	padding-right: 14px;
	padding-left: 12px;
}
.dxmMenuRtlItemDropDownButtonSelected_PlasticBlue,
.dxmMenuLargeRtlItemDropDownButtonSelected_PlasticBlue
{
	padding-right: 12px;
	padding-left: 14px;
}
.dxmVerticalMenuItemDropDownButtonSelected_PlasticBlue,
.dxmVerticalMenuLargeItemDropDownButtonSelected_PlasticBlue,
.dxmVerticalMenuRtlItemDropDownButtonSelected_PlasticBlue,
.dxmVerticalMenuLargeRtlItemDropDownButtonSelected_PlasticBlue
{
	padding-right: 7px;
	padding-left: 7px;
}
.dxmMenuItemChecked_PlasticBlue,
.dxmMenuItemCheckedWithImage_PlasticBlue,
.dxmMenuItemCheckedWithPopOutImage_PlasticBlue,
.dxmMenuItemCheckedWithImageWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemChecked_PlasticBlue,
.dxmMenuLargeItemCheckedWithImage_PlasticBlue,
.dxmMenuLargeItemCheckedWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	color: White;
	background: #273A79 url('/DXR.axd?r=0_2970-Iwaka') repeat-x left top;
}
.dxmVerticalMenuItemChecked_PlasticBlue,
.dxmVerticalMenuItemCheckedWithImage_PlasticBlue,
.dxmVerticalMenuItemCheckedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuItemCheckedWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemChecked_PlasticBlue,
.dxmVerticalMenuRtlItemCheckedWithImage_PlasticBlue,
.dxmVerticalMenuRtlItemCheckedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemCheckedWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemChecked_PlasticBlue,
.dxmVerticalMenuLargeItemWithImageChecked_PlasticBlue,
.dxmVerticalMenuLargeItemCheckedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemCheckedWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemChecked_PlasticBlue,
.dxmVerticalMenuLargeRtlItemWithImageChecked_PlasticBlue,
.dxmVerticalMenuLargeRtlItemCheckedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	background: #dedede none;
	border: 1px Solid #dedede;
	color: Black;
}
/*HyperLink*/
.dxmMenuItemChecked_PlasticBlue a,
.dxmMenuItemCheckedWithImage_PlasticBlue a,
.dxmMenuItemCheckedWithPopOutImage_PlasticBlue,
.dxmMenuItemCheckedWithImageWithPopOutImage_PlasticBlue a,
.dxmMenuLargeItemChecked_PlasticBlue a,
.dxmMenuLargeItemCheckedWithImage_PlasticBlue a,
.dxmMenuLargeItemCheckedWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemCheckedWithImageWithPopOutImage_PlasticBlue a
{
	color: White;
}
.dxmVerticalMenuItemChecked_PlasticBlue a,
.dxmVerticalMenuItemCheckedWithImage_PlasticBlue a,
.dxmVerticalMenuItemCheckedWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuItemCheckedWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuRtlItemChecked_PlasticBlue a,
.dxmVerticalMenuRtlItemCheckedWithImage_PlasticBlue a,
.dxmVerticalMenuRtlItemCheckedWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuRtlItemCheckedWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeItemChecked_PlasticBlue a,
.dxmVerticalMenuLargeItemWithImageChecked_PlasticBlue a,
.dxmVerticalMenuLargeItemCheckedWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeItemCheckedWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemChecked_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemWithImageChecked_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemCheckedWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemCheckedWithImageWithPopOutImage_PlasticBlue a
{
	color: Black;
}

.dxmMenuItemChecked_PlasticBlue,
.dxmMenuItemCheckedWithImage_PlasticBlue
{
	padding: 3px 16px 5px 18px;
}
.dxmMenuItemCheckedWithPopOutImage_PlasticBlue
{
	padding: 3px 13px 5px;
}
.dxmMenuItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 13px 5px 9px;
}
.dxmVerticalMenuItemChecked_PlasticBlue,
.dxmVerticalMenuItemCheckedWithImage_PlasticBlue
{
	padding: 3px 19px 4px 8px;
}
.dxmVerticalMenuRtlItemChecked_PlasticBlue,
.dxmVerticalMenuRtlItemCheckedWithImage_PlasticBlue
{
	padding: 3px 8px 4px 19px;
}
.dxmVerticalMenuItemCheckedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 6px 3px 8px;
}
.dxmVerticalMenuRtlItemCheckedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 8px 3px 6px;
}
.dxmMenuLargeItemChecked_PlasticBlue,
.dxmMenuLargeItemCheckedWithImage_PlasticBlue,
.dxmMenuLargeItemCheckedWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 16px 5px 18px;
}
.dxmVerticalMenuLargeItemChecked_PlasticBlue,
.dxmVerticalMenuLargeItemCheckedWithImage_PlasticBlue
{
	padding: 6px 12px 6px 11px;
}
.dxmVerticalMenuLargeRtlItemChecked_PlasticBlue,
.dxmVerticalMenuLargeRtlItemCheckedWithImage_PlasticBlue
{
	padding: 6px 11px 6px 12px;
}
.dxmVerticalMenuLargeItemCheckedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	padding: 6px 6px 6px 11px;
}
.dxmVerticalMenuLargeRtlItemCheckedWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	padding: 6px 11px 6px 6px;
}
.dxmMenuItemDropDownButtonChecked_PlasticBlue,
.dxmMenuLargeItemDropDownButtonChecked_PlasticBlue
{
	padding-right: 14px;
	padding-left: 12px;
}
.dxmMenuRtlItemDropDownButtonChecked_PlasticBlue,
.dxmMenuLargeRtlItemDropDownButtonChecked_PlasticBlue
{
	padding-right: 12px;
	padding-left: 14px;
}
.dxmVerticalMenuItemDropDownButtonChecked_PlasticBlue,
.dxmVerticalMenuLargeItemDropDownButtonChecked_PlasticBlue,
.dxmVerticalMenuRtlItemDropDownButtonChecked_PlasticBlue,
.dxmVerticalMenuLargeRtlItemDropDownButtonChecked_PlasticBlue
{
	padding-right: 7px;
	padding-left: 7px;
}
.dxmMenuItemHover_PlasticBlue,
.dxmMenuItemHoverWithImage_PlasticBlue,
.dxmMenuItemHoverWithPopOutImage_PlasticBlue,
.dxmMenuItemHoverWithImageWithPopOutImage_PlasticBlue, 
.dxmMenuLargeItemHover_PlasticBlue,
.dxmMenuLargeItemHoverWithImage_PlasticBlue,
.dxmMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue
{
	color: #FFFFFF;
	background: #E9E9E9 url('/DXR.axd?r=0_2969-Iwaka') repeat-x left top;
}
.dxmVerticalMenuItemHover_PlasticBlue,
.dxmVerticalMenuItemHoverWithImage_PlasticBlue,
.dxmVerticalMenuItemHoverWithPopOutImage_PlasticBlue,
.dxmVerticalMenuItemHoverWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemHover_PlasticBlue,
.dxmVerticalMenuRtlItemHoverWithImage_PlasticBlue,
.dxmVerticalMenuRtlItemHoverWithPopOutImage_PlasticBlue,
.dxmVerticalMenuRtlItemHoverWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemHover_PlasticBlue,
.dxmVerticalMenuLargeItemHoverWithImage_PlasticBlue,
.dxmVerticalMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemHover_PlasticBlue,
.dxmVerticalMenuLargeRtlItemHoverWithImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemHoverWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemHoverWithImageWithPopOutImage_PlasticBlue
{
	color: #000000!important;
	background: #e9e9e9 none;
	border-bottom-color: #e9e9e9;
	border-right-color: #e9e9e9;
}
.dxmMenuLargeItemHover_PlasticBlue,
.dxmMenuLargeItemHoverWithImage_PlasticBlue,
.dxmMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue
{
	color: #FFFFFF!important;
	background: #E9E9E9 url('/DXR.axd?r=0_2969-Iwaka') repeat-x left top;
}

/*HyperLink*/
.dxmMenuItemHover_PlasticBlue a,
.dxmMenuItemHoverWithImage_PlasticBlue a,
.dxmMenuItemHoverWithPopOutImage_PlasticBlue a,
.dxmMenuItemHoverWithImageWithPopOutImage_PlasticBlue a, 
.dxmMenuLargeItemHover_PlasticBlue a,
.dxmMenuLargeItemHoverWithImage_PlasticBlue a,
.dxmMenuLargeItemHoverWithPopOutImage_PlasticBlue a,
.dxmMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue a
{
	color: #FFFFFF!important;
}
.dxmVerticalMenuItemHover_PlasticBlue a,
.dxmVerticalMenuItemHoverWithImage_PlasticBlue a,
.dxmVerticalMenuItemHoverWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuItemHoverWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuRtlItemHover_PlasticBlue a,
.dxmVerticalMenuRtlItemHoverWithImage_PlasticBlue a,
.dxmVerticalMenuRtlItemHoverWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuRtlItemHoverWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeItemHover_PlasticBlue a,
.dxmVerticalMenuLargeItemHoverWithImage_PlasticBlue a,
.dxmVerticalMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemHover_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemHoverWithImage_PlasticBlue a,
.dxmVerticalMenuLargeRtlItemHoverWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemHoverWithImageWithPopOutImage_PlasticBlue a
{
	color: #000000!important;
}

.dxmMenuItemHover_PlasticBlue,
.dxmMenuItemHoverWithImage_PlasticBlue
{
	padding: 3px 16px 5px 18px;
}
.dxmMenuItemHoverWithPopOutImage_PlasticBlue
{
	padding: 3px 13px 5px;
}
.dxmMenuItemHoverWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 13px 5px 9px;
}	
.dxmMenuLargeItemHover_PlasticBlue,
.dxmMenuLargeItemHoverWithImage_PlasticBlue,
.dxmMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.dxmMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 16px 5px 18px;
}
.dxmVerticalMenuLargeItemHover_PlasticBlue,
.dxmVerticalMenuLargeItemHoverWithImage_PlasticBlue
{
	padding: 6px 12px 6px 11px;
}
.dxmVerticalMenuLargeRtlItemHover_PlasticBlue,
.dxmVerticalMenuLargeRtlItemHoverWithImage_PlasticBlue
{
	padding: 6px 11px 6px 12px;
}
.dxmVerticalMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue
{
	padding: 6px 6px 6px 11px;
}
.dxmVerticalMenuLargeRtlItemHoverWithPopOutImage_PlasticBlue,
.dxmVerticalMenuLargeRtlItemHoverWithImageWithPopOutImage_PlasticBlue
{
	padding: 6px 11px 6px 6px;
}
.dxmMenuItemDropDownButtonHover_PlasticBlue,
.dxmMenuLargeItemDropDownButtonHover_PlasticBlue
{
	border-left: 1px solid #2C4182;
	padding-right: 14px;
	padding-left: 11px;
}
.dxmMenuRtlItemDropDownButtonHover_PlasticBlue,
.dxmMenuLargeRtlItemDropDownButtonHover_PlasticBlue
{
	border-right: 1px solid #2C4182;
	padding-right: 11px;
	padding-left: 14px;
}
.dxmVerticalMenuItemDropDownButtonHover_PlasticBlue,
.dxmVerticalMenuLargeItemDropDownButtonHover_PlasticBlue,
.dxmVerticalMenuRtlItemDropDownButtonHover_PlasticBlue,
.dxmVerticalMenuLargeRtlItemDropDownButtonHover_PlasticBlue
{
	padding-right: 7px;
	padding-left: 7px;
}
.dxmSubMenu_PlasticBlue
{
	font: 12px Tahoma;
	color: black;
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0;
}
.dxmSubMenuGutter_PlasticBlue,
.dxmSubMenuRtlGutter_PlasticBlue
{
}
.dxmSubMenuSeparator_PlasticBlue
{
	width: 100%;
	height: 1px;
}
.dxmSubMenuItem_PlasticBlue,
.dxmSubMenuItemWithImage_PlasticBlue, 
.dxmSubMenuItemWithPopOutImage_PlasticBlue,
.dxmSubMenuItemWithImageWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItem_PlasticBlue,
.dxmSubMenuRtlItemWithImage_PlasticBlue, 
.dxmSubMenuRtlItemWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItemWithImageWithPopOutImage_PlasticBlue
{
	background-color: #F5F5F5;
	border: 1px Solid White;
	white-space: nowrap;
}
/*Hyperlink*/
.dxmSubMenuItem_PlasticBlue a,
.dxmSubMenuItemWithImage_PlasticBlue a, 
.dxmSubMenuItemWithPopOutImage_PlasticBlue a,
.dxmSubMenuItemWithImageWithPopOutImage_PlasticBlue a,
.dxmSubMenuRtlItem_PlasticBlue a,
.dxmSubMenuRtlItemWithImage_PlasticBlue a, 
.dxmSubMenuRtlItemWithPopOutImage_PlasticBlue a,
.dxmSubMenuRtlItemWithImageWithPopOutImage_PlasticBlue a
{
	color: black;
	white-space: nowrap;
}

.dxmSubMenuItem_PlasticBlue,
.dxmSubMenuItemWithImage_PlasticBlue
{
	padding: 3px 8px 3px 10px;
}
.dxmSubMenuRtlItem_PlasticBlue,
.dxmSubMenuRtlItemWithImage_PlasticBlue
{
	padding: 3px 10px 3px 8px;
}
.dxmSubMenuItemWithPopOutImage_PlasticBlue,
.dxmSubMenuItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 6px 3px 8px;
}
.dxmSubMenuRtlItemWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 3px 8px 3px 6px;
}
.dxmSubMenuItemDropDownButton_PlasticBlue,
.dxmSubMenuRtlItemDropDownButton_PlasticBlue
{
	padding-right: 7px;
	padding-left: 7px;
}
.dxmSubMenuItemSelected_PlasticBlue,
.dxmSubMenuItemSelectedWithImage_PlasticBlue,
.dxmSubMenuItemSelectedWithPopOutImage_PlasticBlue,
.dxmSubMenuItemSelectedWithImageWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItemSelected_PlasticBlue,
.dxmSubMenuRtlItemSelectedWithImage_PlasticBlue,
.dxmSubMenuRtlItemSelectedWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	background-color: #dedede;
	border: 1px Solid #dedede;
}
.dxmSubMenuItemDropDownButtonSelected_PlasticBlue
{
	padding-right: 6px;
	padding-left: 7px;
}
.dxmSubMenuRtlItemDropDownButtonSelected_PlasticBlue
{
	padding-right: 7px;
	padding-left: 6px;
}
.dxmSubMenuItemChecked_PlasticBlue,
.dxmSubMenuItemCheckedWithImage_PlasticBlue,
.dxmSubMenuItemCheckedWithPopOutImage_PlasticBlue,
.dxmSubMenuItemCheckedWithImageWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItemChecked_PlasticBlue,
.dxmSubMenuRtlItemCheckedWithImage_PlasticBlue,
.dxmSubMenuRtlItemCheckedWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItemCheckedWithImageWithPopOutImage_PlasticBlue
{
}
.dxmSubMenuItemDropDownButtonChecked_PlasticBlue,
.dxmSubMenuRtlItemDropDownButtonChecked_PlasticBlue
{
}
.dxmSubMenuItemHover_PlasticBlue,
.dxmSubMenuItemHoverWithImage_PlasticBlue,
.dxmSubMenuItemHoverWithPopOutImage_PlasticBlue,
.dxmSubMenuItemHoverWithImageWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItemHover_PlasticBlue,
.dxmSubMenuRtlItemHoverWithImage_PlasticBlue,
.dxmSubMenuRtlItemHoverWithPopOutImage_PlasticBlue,
.dxmSubMenuRtlItemHoverWithImageWithPopOutImage_PlasticBlue
{
	background-color: #e9e9e9;
	border-bottom: 1px Solid #e9e9e9;
	border-right: 1px Solid #e9e9e9;
}
.dxmSubMenuItemDropDownButtonHover_PlasticBlue
{
	padding-right: 6px;
	padding-left: 7px;
}
.dxmSubMenuRtlItemDropDownButtonHover_PlasticBlue
{
	padding-right: 7px;
	padding-left: 6px;
}
.dxmSubMenuBorderCorrector_PlasticBlue
{
	position: absolute;
	border-width: 0px;
	padding: 0px;
}

.dxmMenuItemSpacing_PlasticBlue,
.dxmMenuLargeItemSpacing_PlasticBlue,
.dxmMenuItemSeparatorSpacing_PlasticBlue,
.dxmMenuLargeItemSeparatorSpacing_PlasticBlue,
.dxmVerticalMenuItemSeparatorSpacing_PlasticBlue,
.dxmVerticalMenuLargeItemSeparatorSpacing_PlasticBlue,
.dxmSubMenuItemSeparatorSpacing_PlasticBlue
{
	display: none;
}
.dxmVerticalMenuItemSpacing_PlasticBlue,
.dxmVerticalMenuLargeItemSpacing_PlasticBlue,
.dxmSubMenuItemSpacing_PlasticBlue 
{
	height: 1px;
}

.dxmMenuItemLeftImageSpacing_PlasticBlue
{
	padding-right: 4px;
}
.dxmMenuItemRightImageSpacing_PlasticBlue
{
	padding-left: 4px;
}
.dxmVerticalMenuItemLeftImageSpacing_PlasticBlue,
.dxmVerticalMenuItemRightImageSpacing_PlasticBlue,
.dxmSubMenuItemImageSpacing_PlasticBlue
{
	width: 1px;
	padding-left: 0px!important;
	padding-right: 0px!important;
	border-left-width: 0px!important;
	border-right-width: 0px!important;
}
.dxmVerticalMenuItemLeftImageSpacing_PlasticBlue div,
.dxmVerticalMenuItemRightImageSpacing_PlasticBlue div
{
	width: 4px;
	height: 1px;
}
.dxmMenuItemTopImageSpacing_PlasticBlue,
.dxmVerticalMenuItemTopImageSpacing_PlasticBlue
{
	margin-bottom: 4px;
}
.dxmMenuItemBottomImageSpacing_PlasticBlue,
.dxmVerticalMenuItemBottomImageSpacing_PlasticBlue
{
	margin-top: 4px;
}
.dxmSubMenuItemImageSpacing_PlasticBlue div
{
	width: 0px;
	height: 1px;
}

.dxmScrollUpButton_PlasticBlue,
.dxmScrollDownButton_PlasticBlue
{
    border: 0 solid;
	border-left: 1px solid White;
	background: #f5f5f5 url('/DXR.axd?r=0_2971-Iwaka') repeat-x left top;
	cursor: pointer;
	font-size: 0px;
	padding: 3px 0 2px;
	text-align: center;
}
.dxmScrollUpButton_PlasticBlue
{
	margin-bottom: 1px;
}
.dxmScrollDownButton_PlasticBlue
{
	margin: 1px 0;
}
.dxmScrollButtonHover_PlasticBlue
{
	background: #E9E9E9 url('/DXR.axd?r=0_2972-Iwaka') repeat-x left top;
}
.dxmScrollButtonPressed_PlasticBlue
{
	background: #dedede none;
	border-left-color: #dedede;
}
.dxmScrollButtonDisabled_PlasticBlue
{
	cursor: default;
}
.dxmScrollArea_PlasticBlue
{
	overflow: hidden;
}

/* Disabled */
.dxmDisabled_PlasticBlue
{
	color: #787878;
	cursor: default;
}

/*                             */
/* -- ASPxMenu Toolbar mode -- */
/*                             */
.dxmtb .dxmMenuFullHeightSeparator_PlasticBlue .dx 
{
	width: 2px;
}
.dxmtb .dxmMenuItem_PlasticBlue,
.dxmtb .dxmMenuItemWithImage_PlasticBlue,
.dxmtb .dxmMenuItemWithPopOutImage_PlasticBlue,
.dxmtb .dxmMenuItemWithImageWithPopOutImage_PlasticBlue
{
	padding: 5px 8px;
}
.dxmtb .dxmMenuItemSelected_PlasticBlue,
.dxmtb .dxmMenuItemSelectedWithImage_PlasticBlue,
.dxmtb .dxmMenuItemSelectedWithPopOutImage_PlasticBlue,
.dxmtb .dxmMenuItemSelectedWithImageWithPopOutImage_PlasticBlue
{
	padding: 5px 8px;
}
.dxmtb .dxmMenuItemChecked_PlasticBlue,
.dxmtb .dxmMenuItemCheckedWithImage_PlasticBlue,
.dxmtb .dxmMenuItemCheckedWithPopOutImage_PlasticBlue,
.dxmtb .dxmMenuItemCheckedWithImageWithPopOutImage_PlasticBlue
{
	padding: 5px 8px;
}
.dxmtb .dxmMenuItemHover_PlasticBlue,
.dxmtb .dxmMenuItemHoverWithImage_PlasticBlue,
.dxmtb .dxmMenuItemHoverWithPopOutImage_PlasticBlue,
.dxmtb .dxmMenuItemHoverWithImageWithPopOutImage_PlasticBlue
{
	padding: 5px 8px;
}
.dxmtb .dxmMenuItemDropDownButton_PlasticBlue,
.dxmtb .dxmMenuItemDropDownButtonHover_PlasticBlue,
.dxmtb .dxmMenuItemDropDownButtonSelected_PlasticBlue,
.dxmtb .dxmMenuItemDropDownButtonChecked_PlasticBlue
{
	padding-left: 3px;
	padding-right: 6px;
}
.dxmtb .dxmMenuRtlItemDropDownButton_PlasticBlue,
.dxmtb .dxmMenuRtlItemDropDownButtonHover_PlasticBlue,
.dxmtb .dxmMenuRtlItemDropDownButtonSelected_PlasticBlue,
.dxmtb .dxmMenuRtlItemDropDownButtonChecked_PlasticBlue
{
	padding-right: 3px;
	padding-left: 6px;
}
.dxmtb .dxmSubMenuSeparator_PlasticBlue
{
	background-color: #FFFFFF!important;
}
.dxmtb .dxmMenuItemDropDownButtonHover_PlasticBlue
{
	border: none;
	border-left: 1px solid #2C4182;
	padding-left: 2px;
}
.dxmtb .dxmMenuRtlItemDropDownButtonHover_PlasticBlue
{
	border: none;
	border-right: 1px solid #2C4182;
	padding-right: 2px;
}

/*                     */
/* -- ASPxMenu Lite -- */
/*                     */
.dxm-rtl
{
	direction: ltr;
}
.dxm-rtl .dxm-content
{
	direction: rtl;
}

.dxm-ltr .dxm-main,
.dxm-ltr .dxm-horizontal ul.dx 
{
	float: left;
}
.dxm-rtl .dxm-main,
.dxm-rtl .dxm-horizontal ul.dx 
{
	float: right;
}
.dxm-popup 
{
	position: relative;
}
ul.dx 
{
	list-style: none none outside;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: left top;
}
.dxm-rtl ul.dx 
{
	background-position: right top;
}
.dxm-image,
.dxm-pImage 
{
	border-width: 0px;
	vertical-align: top;
}
.dxm-popOut,
.dxm-spacing,
.dxm-separator,
.dxm-separator b 
{
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.dxm-ltr .dxm-horizontal .dxm-item,
.dxm-ltr .dxm-horizontal .dxm-spacing,
.dxm-ltr .dxm-horizontal .dxm-separator,
.dxm-ltr .dxm-content
{
	float: left;
}
.dxm-rtl .dxm-horizontal .dxm-item,
.dxm-rtl .dxm-horizontal .dxm-spacing,
.dxm-rtl .dxm-horizontal .dxm-separator,
.dxm-rtl .dxm-content
{
	float: right;
}

.dxm-vertical .dxm-image-r .dxm-popOut
{
	float: left;
}
.dxm-vertical .dxm-image-l .dxm-popOut
{
	float: right;
}

.dxm-ltr .dxm-horizontal .dxm-popOut
{
	float: left;
}
.dxm-ltr .dxm-vertical .dxm-image-t .dxm-popOut,
.dxm-ltr .dxm-vertical .dxm-image-b .dxm-popOut,
.dxm-ltr .dxm-popup .dxm-popOut 
{
	float: right;
}

.dxm-rtl .dxm-horizontal .dxm-popOut
{
	float: right;
}
.dxm-rtl .dxm-vertical .dxm-image-t .dxm-popOut,
.dxm-rtl .dxm-vertical .dxm-image-b .dxm-popOut,
.dxm-rtl .dxm-popup .dxm-popOut 
{
	float: left;
}
.dxm-ie7 .dxm-vertical ul.dx,
.dxm-ie7 .dxm-popup ul.dx
{
	height: 1%;
}
.dxm-ie7 .dxm-vertical .dxm-item,
.dxm-ie7 .dxm-popup .dxm-item
{
	margin-bottom: -2px;
}
.dxm-ie7 .dxm-vertical .dxm-spacing,
.dxm-ie7 .dxm-popup .dxm-spacing
{
	margin-top: -3px;
}
.dxm-ie7 .dxm-vertical .dxm-item,
.dxm-ie7 .dxm-vertical .dxm-spacing,
.dxm-ie7 .dxm-vertical .dxm-separator,
.dxm-ie7 .dxm-popup .dxm-item,
.dxm-ie7 .dxm-popup .dxm-spacing,
.dxm-ie7 .dxm-popup .dxm-separator
{
	zoom: 1;
}
.dxm-vertical .dxm-separator b,
.dxm-popup .dxm-separator b
{
	margin: 0px auto;
}
.dxm-ie7 .dxm-vertical .dxm-separator b,
.dxm-ie7 .dxm-popup .dxm-separator b
{
	margin: 0px;
}
.dxm-ie7 .dxm-vertical .dxm-separator,
.dxm-ie7 .dxm-popup .dxm-separator
{
	text-align: center;
}
/* Horizontal align = Center */
.dxm-haCenter 
{
	padding-left: 0px!important;
	padding-right: 0px!important;
	overflow: hidden;
}
.dxm-haCenter .dxm-haWrapper,
.dxm-haCenter .dxm-content 
{
	position: relative;
}
.dxm-ltr .dxm-image-l .dxm-haCenter .dxm-haWrapper,
.dxm-ltr .dxm-image-t .dxm-haCenter .dxm-haWrapper,
.dxm-ltr .dxm-image-b .dxm-haCenter .dxm-haWrapper
{
	float: left;
	left: 50%;
}
.dxm-rtl .dxm-image-r .dxm-haCenter .dxm-haWrapper,
.dxm-rtl .dxm-image-t .dxm-haCenter .dxm-haWrapper,
.dxm-rtl .dxm-image-b .dxm-haCenter .dxm-haWrapper
{
	float: right;
	right: 50%;
}
.dxm-ltr .dxm-image-l .dxm-haCenter .dxm-content,
.dxm-ltr .dxm-image-t .dxm-haCenter .dxm-content,
.dxm-ltr .dxm-image-b .dxm-haCenter .dxm-content 
{
	left: -50%;
}
.dxm-rtl .dxm-image-r .dxm-haCenter .dxm-content,
.dxm-rtl .dxm-image-t .dxm-haCenter .dxm-content,
.dxm-rtl .dxm-image-b .dxm-haCenter .dxm-content 
{
	right: -50%;
}
.dxm-ltr .dxm-image-r .dxm-haCenter .dxm-haWrapper 
{
	float: right;
	right: 50%;
}
.dxm-rtl .dxm-image-l .dxm-haCenter .dxm-haWrapper 
{
	float: left;
	left: 50%;
}
.dxm-ltr .dxm-image-r .dxm-haCenter .dxm-content 
{
	right: -50%;
}
.dxm-rtl .dxm-image-l .dxm-haCenter .dxm-content 
{
	left: -50%;
}

/* Appearance */
.dxmLite_PlasticBlue .dxm-main
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.dxmLite_PlasticBlue .dxm-horizontal
{
	border: 1px solid #2C4182;
	background: #3E5496 url('/DXR.axd?r=0_2968-Iwaka') repeat-x left top;
	padding: 0px;
}
.dxmLite_PlasticBlue .dxm-vertical,
.dxmLite_PlasticBlue .dxm-popup
{
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	padding: 0px;
}

.dxmLite_PlasticBlue .dxm-vertical
{
	width: 150px;
}

.dxmBrdCor_PlasticBlue
{
	background-color: #CCCCCC;
}

.dxmLite_PlasticBlue ul.dx
{
	font: 12px Tahoma;
}

.dxmLite_PlasticBlue .dxm-item
{
	cursor: default;
}

.dxmLite_PlasticBlue .dxm-image-t .dxm-item,
.dxmLite_PlasticBlue .dxm-image-b .dxm-item,
.dxmLite_PlasticBlue .dxm-content
{
	text-align: center;
	white-space: nowrap;
}

.dxmLite_PlasticBlue .dxm-horizontal,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-content a.dx
{
	color: White;
}

.dxmLite_PlasticBlue .dxm-vertical,
.dxmLite_PlasticBlue .dxm-vertical .dxm-content a.dx,
.dxmLite_PlasticBlue .dxm-popup,
.dxmLite_PlasticBlue .dxm-popup .dxm-content a.dx
{
	color: Black;
}

.dxmLite_PlasticBlue .dxm-disabled,
.dxmLite_PlasticBlue .dxm-disabled .dxm-content a.dx
{
	color: #787878;
}

.dxmLite_PlasticBlue .dxm-content a.dx
{
	text-decoration: none;
}

.dxmLite_PlasticBlue .dxm-vertical .dxm-item,
.dxmLite_PlasticBlue .dxm-popup .dxm-item
{
	background-color: #F5F5F5;
}

.dxmLite_PlasticBlue .dxm-vertical .dxm-item,
.dxmLite_PlasticBlue .dxm-popup .dxm-item
{
	border-width: 1px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-popOut,
.dxm-rtl.dxmLite_PlasticBlue .dxm-image-l .dxm-popOut
{
	border-width: 0 0 0 1px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-popOut,
.dxm-ltr.dxmLite_PlasticBlue .dxm-image-r .dxm-popOut
{
	border-width: 0 1px 0 0;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-item,
.dxmLite_PlasticBlue .dxm-popup .dxm-item,
.dxmLite_PlasticBlue .dxm-popOut
{
	border-color: transparent;
	border-style: solid;
}
.dxmLite_PlasticBlue .dxm-popup .dxm-image
{
	float: left;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-popup .dxm-image
{
	float: right;
}

/* Checked, Selected, Hovered */
.dxmLite_PlasticBlue .dxm-horizontal .dxm-selected,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-selected .dxm-content a.dx,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-checked,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-checked .dxm-content a.dx
{
	color: White;
}
.dxmLite_PlasticBlue .dxm-horizontal .dxm-dropDownMode.dxm-hovered .dxm-popOut

{
	border-color: #2C4182;
}

.dxmLite_PlasticBlue .dxm-vertical .dxm-item,
.dxmLite_PlasticBlue .dxm-vertical .dxm-dropDownMode .dxm-popOut,
.dxmLite_PlasticBlue .dxm-popup .dxm-item,
.dxmLite_PlasticBlue .dxm-popup .dxm-dropDownMode .dxm-popOut
{
	border-color: White;
}
.dxmLite_PlasticBlue .dxm-horizontal .dxm-checked,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-selected
{
	background: #273A79 url('/DXR.axd?r=0_2970-Iwaka') repeat-x left top;
}
.dxmLite_PlasticBlue .dxm-horizontal .dxm-hovered
{
	background: #E9E9E9 url('/DXR.axd?r=0_2969-Iwaka') repeat-x left top;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-checked,
.dxmLite_PlasticBlue .dxm-vertical .dxm-selected,
.dxmLite_PlasticBlue .dxm-popup .dxm-selected
{
	background-color: #DEDEDE;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-checked,
.dxmLite_PlasticBlue .dxm-vertical .dxm-checked.dxm-dropDownMode .dxm-popOut,
.dxmLite_PlasticBlue .dxm-vertical .dxm-selected,
.dxmLite_PlasticBlue .dxm-vertical .dxm-selected.dxm-dropDownMode .dxm-popOut,
.dxmLite_PlasticBlue .dxm-popup .dxm-selected,
.dxmLite_PlasticBlue .dxm-popup .dxm-selected.dxm-dropDownMode .dxm-popOut
{
	border-color: #DEDEDE;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-hovered,
.dxmLite_PlasticBlue .dxm-popup .dxm-hovered
{
	background-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
}

/* Content */
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-content
{
	padding: 3px 16px 5px 18px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-content
{
	padding: 3px 18px 5px 16px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-content
{
	padding-left: 9px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-content
{
	padding-right: 9px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-subMenu .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-subMenu .dxm-content
{
	padding-right: 3px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-subMenu .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-subMenu .dxm-content
{
	padding-left: 3px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content
{
	padding-right: 13px;
	padding-left: 3px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content
{
	padding-left: 13px;
	padding-right: 3px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-dropDownMode.dxm-noImage .dxm-content
{
	padding-left: 13px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-dropDownMode.dxm-noImage .dxm-content
{
	padding-right: 13px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-content
{
	padding-right: 13px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-content
{
	padding-left: 13px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-content
{
	padding: 3px 16px 5px 18px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-content
{
	padding: 3px 18px 5px 16px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-content
{
	padding: 4px 16px 6px 18px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-content
{
	padding: 4px 18px 6px 16px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-content
{
	padding: 3px 19px 3px 8px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-content
{
	padding: 3px 8px 3px 19px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-noSubMenu .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-subMenu .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-dropDownMode .dxm-content
{
	padding-right: 5px;
	padding-left: 13px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-noSubMenu .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-subMenu .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-dropDownMode .dxm-content
{
	padding-left: 5px;
	padding-right: 13px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-t .dxm-content,
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-b .dxm-content
{
	padding: 6px 12px 6px 11px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-t .dxm-content,
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-b .dxm-content
{
	padding: 6px 11px 6px 12px;
}

.dxm-ltr.dxmLite_PlasticBlue .dxm-popup .dxm-content
{
	padding: 3px 8px 3px 10px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-popup .dxm-content
{
	padding: 3px 10px 3px 8px;
}
.dxmLite_PlasticBlue .dxm-popup .dxm-noSubMenu .dxm-content,
.dxmLite_PlasticBlue .dxm-popup .dxm-subMenu .dxm-content
{
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-popup .dxm-dropDownMode .dxm-content
{
	padding-right: 16px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-popup .dxm-dropDownMode .dxm-content
{
	padding-left: 16px;
}

/* Image */
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-image,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-hasText .dxm-image
{
	margin-right: 4px;
}
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-image,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-hasText .dxm-image,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-hasText .dxm-image
{
	margin-left: 4px;
}
.dxmLite_PlasticBlue .dxm-image-t .dxm-image
{
	margin-bottom: 4px;
}
.dxmLite_PlasticBlue .dxm-image-b .dxm-image
{
	margin-top: 4px;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-image
{
	margin-right: 7px;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-image
{
	margin-left: 7px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-popup .dxm-image
{
	margin-right: 9px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-popup .dxm-image
{
	margin-left: 9px;
}

/* Image replacement */
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-subMenu.dxm-noImage
{
	padding-left: 4px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-subMenu.dxm-noImage
{
	padding-right: 4px;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-noImage
{
	padding-left: 21px;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-noImage
{
	padding-right: 21px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-t .dxm-noImage,
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-b .dxm-noImage
{
	padding-left: 3px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-t .dxm-noImage,
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-b .dxm-noImage
{
	padding-right: 3px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-popup .dxm-noImage
{
	padding-left: 23px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-popup .dxm-noImage
{
	padding-right: 23px;
}

/* PopOut */
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-popOut,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-popOut
{
	padding-top: 6px;
	padding-bottom: 7px;
}
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-popOut
{
	padding-top: 24px;
	padding-bottom: 25px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-popOut
{
	padding-right: 13px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-popOut
{
	padding-left: 13px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-popOut
{
	padding-left: 9px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-popOut
{
	padding-right: 9px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-popOut
{
	padding-right: 16px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-popOut
{
	padding-left: 16px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-noImage .dxm-popOut
{
	padding-left: 13px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-noImage .dxm-popOut
{
	padding-right: 13px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-dropDownMode .dxm-popOut
{
	padding-left: 12px;
	padding-right: 13px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-dropDownMode .dxm-popOut
{
	padding-right: 12px;
	padding-left: 13px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-popOut
{
	padding-left: 11px;
	padding-right: 14px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-popOut
{
	padding-right: 11px;
	padding-left: 14px;
}

.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-popOut,
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-popOut,
.dxmLite_PlasticBlue .dxm-popup .dxm-popOut
{
	padding-top: 7px;
	padding-bottom: 6px;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-b .dxm-noImage .dxm-popOut
{
	padding-top: 9px;
	padding-bottom: 9px;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-t .dxm-popOut,
.dxmLite_PlasticBlue .dxm-vertical .dxm-image-b .dxm-popOut
{
	padding-top: 28px;
	padding-bottom: 27px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-popOut,
.dxm-ltr.dxmLite_PlasticBlue .dxm-popup .dxm-popOut
{
	padding-right: 7px;
	padding-left: 7px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-popOut,
.dxm-rtl.dxmLite_PlasticBlue .dxm-popup .dxm-popOut
{
	padding-left: 7px;
	padding-right: 7px;
}

/* PopOut replacement */
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-noSubMenu,
.dxm-ltr.dxmLite_PlasticBlue .dxm-popup .dxm-noSubMenu
{
	padding-right: 20px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-noSubMenu,
.dxm-rtl.dxmLite_PlasticBlue .dxm-popup .dxm-noSubMenu
{
	padding-left: 20px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-vertical .dxm-image-r .dxm-noSubMenu
{
	padding-left: 20px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-vertical .dxm-image-l .dxm-noSubMenu
{
	padding-right: 20px;
}

/* Spacings, Separator */
.dxmLite_PlasticBlue .dxm-horizontal .dxm-spacing
{
	width: 0px;
	height: 1px;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-spacing,
.dxmLite_PlasticBlue .dxm-popup .dxm-spacing
{
	height: 1px;
}
.dxm-ie7.dxmLite_PlasticBlue .dxm-vertical .dxm-separator,
.dxm-ie7.dxmLite_PlasticBlue .dxm-popup .dxm-separator
{
	margin-top: -3px;
}

.dxmLite_PlasticBlue .dxm-horizontal .dxm-separator b
{
	width: 2px;
}
.dxmLite_PlasticBlue .dxm-vertical .dxm-separator b,
.dxmLite_PlasticBlue .dxm-popup .dxm-separator b
{
	height: 1px;
}
.dxmLite_PlasticBlue .dxm-horizontal .dxm-separator b
{
	background: transparent url('/DXR.axd?r=0_2974-Iwaka') repeat-y left top;
}
.dxmLite_PlasticBlue .dxm-horizontal .dxm-spacing,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-separator b,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-spacing,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-spacing,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-separator b,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-separator b
{
	height: 22px;
}
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-spacing,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-spacing,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-t .dxm-separator b,
.dxmLite_PlasticBlue .dxm-horizontal .dxm-image-b .dxm-separator b
{
	height: 58px;
}
/* Scroll elements */
.dxmLite_PlasticBlue .dxm-scrollUpBtn, 
.dxmLite_PlasticBlue .dxm-scrollDownBtn
{
    border: 0 solid;
	border-left: 1px solid White;
	background: #f5f5f5 url('/DXR.axd?r=0_2971-Iwaka') repeat-x left top;
	cursor: pointer;
	font-size: 0px;
	padding: 3px 0 2px;
	text-align: center;
}
.dxmLite_PlasticBlue .dxm-scrollUpBtn
{
	margin-bottom: 1px;
}
.dxmLite_PlasticBlue .dxm-scrollDownBtn
{
	margin-top: 1px;
}
.dxmLite_PlasticBlue .dxm-scrollBtnHovered
{
	background: #E9E9E9 url('/DXR.axd?r=0_2972-Iwaka') repeat-x left top;
}
.dxmLite_PlasticBlue .dxm-scrollBtnPressed
{
	background: #dedede none;
	border-left-color: #dedede;
}
.dxmLite_PlasticBlue .dxm-scrollBtnDisabled
{
	cursor: default;
}
.dxmLite_PlasticBlue .dxm-scrollArea
{
	overflow: hidden;
	position: relative;
}

/*                                  */
/* -- ASPxMenu Lite Toolbar mode -- */
/*                                  */
/* has image */
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-subMenu .dxm-content 
{
	padding: 6px 8px 5px;
}

/* no image */
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l.dxm-noImages .dxm-item .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r.dxm-noImages .dxm-item .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-noImage .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-noImage .dxm-content {
	padding: 6px 8px;
}

/* dd has image */
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-dropDownMode .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-dropDownMode .dxm-content {
	padding: 6px 8px 5px;
}

/* dd no image*/
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-dropDownMode.dxm-noImage .dxm-content,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-dropDownMode.dxm-noImage .dxm-content 
{
	padding: 6px 8px;
}

.dxmLite_PlasticBlue .dxmtb.dxm-popup .dxm-content
{
	padding-top: 4px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-dropDownMode .dxm-popOut,
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-popOut 
{
	padding: 8px 6px 9px 3px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-dropDownMode .dxm-popOut,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-popOut 
{
	padding: 8px 3px 9px 6px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-image,
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-image 
{
	margin-top: -1px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-image 
{
	margin-right: 0;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-image 
{
	margin-left: 0;
}
.dxm-ltr.dxmLite_PlasticBlue .dxmtb.dxm-popup .dxm-image 
{
	margin-right: 3px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxmtb.dxm-popup .dxm-image 
{
	margin-left: 3px;
}
.dxm-ltr.dxmLite_PlasticBlue .dxmtb.dxm-popup .dxm-noImage
{
	padding-left: 19px;
}
.dxm-rtl.dxmLite_PlasticBlue .dxmtb.dxm-popup .dxm-noImage
{
	padding-right: 19px;
}
.dxmLite_PlasticBlue .dxmtb.dxm-popup .dxm-image
{
	margin-top: -1px;
}

.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-dropDownMode.dxm-noImage 
{
	padding-left: 0;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-dropDownMode.dxm-noImage 
{
	padding-right: 0;
}
.dxm-ltr.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-dropDownMode.dxm-hovered .dxm-popOut
{
	border-left: 1px solid #2C4182;
}
.dxm-rtl.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-dropDownMode.dxm-hovered .dxm-popOut
{
	border-right: 1px solid #2C4182;
}
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-l .dxm-separator b,
.dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-image-r .dxm-separator b {
	width: 2px;
	height: 26px;
}

/* -- ASPxNavBar -- */
.dxnbControl_PlasticBlue
{
	font: 12px Tahoma;
	color: White;
	background-color: #FFFFFF;
}
.dxnbControl_PlasticBlue td.dxnbCtrl
{
	padding: 0px;
}
.dxnbControl_PlasticBlue a
{
	color: Black;
	text-decoration: none;
}
.dxnbLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
}
.dxnbLoadingPanel_PlasticBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxnbGroupHeader_PlasticBlue
{
	font-weight: normal;
	background: #3F5396 url('/DXR.axd?r=0_2975-Iwaka') repeat-x;
	border: 1px solid #2C4182;
	padding: 4px 4px 6px 8px;
}
.dxnbGroupHeader_PlasticBlue td.dxnb
{
	white-space: nowrap;
}
.dxnbGroupHeader_PlasticBlue a,
.dxnbGroupHeaderCollapsed_PlasticBlue a
{
	color: white;
}
.dxnbGroupHeaderCollapsed_PlasticBlue
{
	font-weight: normal;
	background: #3F5396 url('/DXR.axd?r=0_2975-Iwaka') repeat-x;
	border: 1px solid #2C4182;
	padding: 4px 4px 6px 8px;
}
.dxnbGroupHeaderCollapsed_PlasticBlue td.dxnb
{
	white-space: nowrap;
}
.dxnbGroupContent_PlasticBlue
{
	background-color: #CCCCCC;
	border: 1px solid #A8A8A8;
	padding: 0px;
}
.dxnbItem_PlasticBlue,
.dxnbLargeItem_PlasticBlue,
.dxnbBulletItem_PlasticBlue
{
	color: Black;
	text-align: left;
}
.dxnbItem_PlasticBlue,
.dxnbLargeItem_PlasticBlue,
.dxnbBulletItem_PlasticBlue
{
	border: 1px Solid #FFFFFF;
	background-color: #f5f5f5;
}
.dxnbItem_PlasticBlue
{
	padding: 3px 5px 4px 6px;
}
.dxnbLargeItem_PlasticBlue
{
	padding: 6px 12px;
}
.dxnbBulletItem_PlasticBlue
{
	margin-bottom: 9px;
}
.dxnbItemSelected_PlasticBlue,
.dxnbLargeItemSelected_PlasticBlue,
.dxnbBulletItemSelected_PlasticBlue
{
	background-color: #DEDEDE;
	border: 1px solid #DEDEDE;
}
.dxnbItemHover_PlasticBlue,
.dxnbLargeItemHover_PlasticBlue,
.dxnbBulletItemHover_PlasticBlue
{
	background-color: #E9E9E9;
	color: Black;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.dxnbGroupHeader_PlasticBlue,
.dxnbGroupHeaderCollapsed_PlasticBlue
{
	text-align: left;
}
.dxnbItem_PlasticBlue,
.dxnbItemHover_PlasticBlue,
.dxnbItemSelected_PlasticBlue,
.dxnbBulletItem_PlasticBlue,
.dxnbBulletItemHover_PlasticBlue,
.dxnbBulletItemSelected_PlasticBlue
{
	text-align: left;
}
.dxnbLargeItem_PlasticBlue,
.dxnbLargeItemHover_PlasticBlue,
.dxnbLargeItemSelected_PlasticBlue
{
	text-align: center;
}
/* Spacings */
.dxnbGroupSpacing_PlasticBlue,
.dxnbItemSpacing_PlasticBlue
{
	width: 100%;
	height: 1px;
}
.dxnbImgCellLeft_PlasticBlue 
{
	padding-right: 8px;
}
.dxnbImgCellRight_PlasticBlue
{
	padding-left: 8px;
}
.dxnbLargeItemImgTop_PlasticBlue
{
	margin-bottom: 8px;
}
.dxnbLargeItemImgBottom_PlasticBlue
{
	margin-top: 8px;
}
/* Disabled */
.dxnbDisabled_PlasticBlue,
td.dxnbDisabled_PlasticBlue a
{
	color: #787878;
	cursor: default;
}
.dxnbDisabled_PlasticBlue td.dxnb {
	color: #B8B8B8;
}

/* -- ASPxNavBar Lite -- */
.dxnbLite_PlasticBlue 
{
	color: White;
	background-color: #FFFFFF;
	font: 12px Tahoma;
	list-style: none none outside;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}
.dxnbLite_PlasticBlue a
{
	color: black;
	text-decoration: none;
}
.dxnbLite_PlasticBlue .dxnb-gr 
{
	margin-bottom: 1px;
}
.dxnbLite_PlasticBlue .dxnb-header,
.dxnbLite_PlasticBlue .dxnb-headerCollapsed 
{
	background: #3F5396 url('/DXR.axd?r=0_2975-Iwaka') repeat-x;
	border: 1px solid #2C4182;
	overflow: hidden;
	margin: 0;
	padding: 4px 4px 6px 8px;
	cursor: pointer;
	white-space: nowrap;
	clear: both;
}
.dxnbLite_PlasticBlue .dxnb-header a,
.dxnbLite_PlasticBlue .dxnb-headerCollapsed a
{
    color: White;
}
.dxnbLite_PlasticBlue .dxnb-content 
{
	background-color: #CCCCCC;
	border-top: 0 solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	list-style: none none outside;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.dxnb-noHeads .dxnb-content
{
	border-top-width: 1px;
}
.dxnbLite_PlasticBlue .dxnb-item,
.dxnbLite_PlasticBlue .dxnb-large,
.dxnbLite_PlasticBlue .dxnb-bullet
{
	color: Black;
	background-color: #f5f5f5;
	border: 1px Solid #FFFFFF;
	clear: both;
	overflow: hidden;
	cursor: default;
}
.dxnbLite_PlasticBlue .dxnb-item,
.dxnbLite_PlasticBlue .dxnb-large,
.dxnbLite_PlasticBlue .dxnb-tmpl
{
	margin-bottom: 1px;
}
.dxnbLite_PlasticBlue .dxnb-item
{
	padding: 3px 5px 4px 6px;
}
.dxnbLite_PlasticBlue .dxnb-large
{
	padding: 6px 12px;
}
.dxnbLite_PlasticBlue .dxnb-bullet,
.dxnbLite_PlasticBlue .dxnb-bulletHover,
.dxnbLite_PlasticBlue .dxnb-bulletSelected 
{
	padding: 0 5px;
	overflow: visible;
	margin-bottom: 9px;
}
.dxnbLite_PlasticBlue .dxnb-itemSelected,
.dxnbLite_PlasticBlue .dxnb-itemHover
{
}
.dxnbLite_PlasticBlue .dxnb-largeSelected,
.dxnbLite_PlasticBlue .dxnb-largeHover
{
}
.dxnbLite_PlasticBlue .dxnb-itemSelected,
.dxnbLite_PlasticBlue .dxnb-largeSelected
{
	background-color: #DEDEDE;
	border: 1px solid #DEDEDE;
}
.dxnbLite_PlasticBlue .dxnb-itemHover,
.dxnbLite_PlasticBlue .dxnb-largeHover
{
	background-color: #E9E9E9;
	color: Black;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.dxnbLite_PlasticBlue .dxnb-header,
.dxnbLite_PlasticBlue .dxnb-headerCollapsed, 
.dxnbLite_PlasticBlue .dxnb-item,
.dxnbLite_PlasticBlue .dxnb-itemHover,
.dxnbLite_PlasticBlue .dxnb-itemSelected,
.dxnbLite_PlasticBlue .dxnb-bullet,
.dxnbLite_PlasticBlue .dxnb-bulletHover,
.dxnbLite_PlasticBlue .dxnb-bulletSelected
{
	text-align: left;
}
.dxnbLite_PlasticBlue .dxnb-large,
.dxnbLite_PlasticBlue .dxnb-largeHover,
.dxnbLite_PlasticBlue .dxnb-largeSelected
{
	text-align: center;
}
.dxnbLite_PlasticBlue .dxnb-headerHover
{
}
.dxnbLite_PlasticBlue .dxnb-headerCollapsedHover
{
}
.dxnbLite_PlasticBlue .dxnb-last
{
	margin-bottom: 0;
}
.dxnbLite_PlasticBlue .dxnb-btn,
.dxnbLite_PlasticBlue .dxnb-btnLeft,
.dxnbLite_PlasticBlue .dxnb-img
{
	border-width: 0;
}

.dxnbLite_PlasticBlue .dxnb-btn
{
	float: right;
	margin-left: 8px;
}
.dxnbLite_PlasticBlue .dxnb-btnLeft 
{
	float: left;
	margin-right: 8px;
}
.dxnbLite_PlasticBlue .dxnb-img
{
	margin: 0 8px 0 0;
	float: left;
}
.dxnbLite_PlasticBlue .dxnb-right .dxnb-item .dxnb-img,
.dxnbLite_PlasticBlue .dxnb-rtlHeader .dxnb-img
{
	float: right;
	margin: 0 0 0 8px;
}
.dxnbLite_PlasticBlue .dxnb-top .dxnb-large .dxnb-img
{
	margin-bottom: 8px;
}
.dxnbLite_PlasticBlue .dxnb-bottom .dxnb-large .dxnb-img
{
	margin-top: 8px;
}
.dxnbLite_PlasticBlue .dxnb-large .dxnb-img
{
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.dxnbLiteDisabled_PlasticBlue,
.dxnbLite_PlasticBlue .dxnbLiteDisabled_PlasticBlue,
.dxnbLiteDisabled_PlasticBlue a,
.dxnbLiteDisabled_PlasticBlue .dxnb-item,
.dxnbLiteDisabled_PlasticBlue .dxnb-large,
.dxnbLiteDisabled_PlasticBlue .dxnb-bullet,
.dxnbLiteDisabled_PlasticBlue .dxnb-header,
.dxnbLiteDisabled_PlasticBlue .dxnb-headerCollapsed 
{
	color: #787878;
	cursor: default;
}
.dxnbLiteDisabled_PlasticBlue .dxnb-header,
.dxnbLiteDisabled_PlasticBlue .dxnb-headerCollapsed
{
	color: #B8B8B8;
}

/* -- ASPxNewsControl -- */
.dxncControl_PlasticBlue
{
	font: 12px Tahoma;
	color: black;
	background-color: White;
}
.dxncControl_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: none;
}
.dxncControl_PlasticBlue td.dxncCtrl
{
	padding: 18px;
}
.dxncLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
	border: 1px solid #CBCBCB;
	background-color: White;
}
.dxncLoadingPanel_PlasticBlue td.dx
{
	padding: 12px;
	text-align: center;
	white-space: nowrap;
}
.dxncContent_PlasticBlue
{
}
.dxncPagerPanel_PlasticBlue
{
	border-top: 1px Solid #CCCCCC;
	padding: 5px 3px 0px 1px;
}
.dxncPagerPanel_PlasticBlue .dxpPageSizeItem_PlasticBlue > table
{
    margin: -2px 0px;
}
.dxncItem_PlasticBlue
{
	vertical-align: top;
	padding: 12px 8px 7px 7px;
	border-bottom-width: 0px;
}
.dxncEmptyItem_PlasticBlue
{
	vertical-align: top;
	padding: 12px 12px 12px 14px;
}
/* - Headline - */
.dxncItemContent_PlasticBlue
{
	color: #575757;
	line-height: 120%!important;
}
.dxncItemTail_PlasticBlue
{
	text-decoration: none;
	font-size: 11px;
}
.dxncItemHeader_PlasticBlue .dxncItemDate_PlasticBlue
{
	background-color: #5066AC;
	color: #FFFFFF;
	font-size: 12px;
	padding: 4px 6px 5px 7px;
}
.dxncItemDate_PlasticBlue
{
	background-color: #5066AC;
	color: #FFFFFF;
	padding: 4px 6px 5px 7px;
	white-space: nowrap;
}
.dxncItemHeader_PlasticBlue
{
	font-size: 1.3em;
	text-decoration: none;
	color: #5A83D0;
	line-height: 141%!important;
}
.dxncItemLeftPanel_PlasticBlue
{
	color: #575757;
}
.dxncItemRightPanel_PlasticBlue
{
	color: #575757;
}
.dxncEmptyData_PlasticBlue
{
	color: #848484;
}
/* Disabled */
.dxncDisabled_PlasticBlue,
.dxncDisabled_PlasticBlue span.dxhl
{
	color: #B8B8B8;
	cursor: default;
}
.dxncDisabled_PlasticBlue a,
.dxncDisabled_PlasticBlue a:hover,
.dxncDisabled_PlasticBlue a:visited
{
	color: #B8B8B8;
}

/* -- ASPxPager -- */
.dxpControl_PlasticBlue
{
	font: 12px Tahoma;
	color: #5A83D0;
}
.dxpControl_PlasticBlue a
{
    color: #5A83D0;
    text-decoration: none;    
}
.dxpControl_PlasticBlue
{
	padding: 0px;
}
.dxpButton_PlasticBlue
{
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
.dxpDisabledButton_PlasticBlue
{
	text-decoration: none;
}
.dxpPageNumber_PlasticBlue
{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px 5px;
}
.dxpCurrentPageNumber_PlasticBlue
{
	color: #FFFFFF;
	background-color: #5066AC;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 3px 3px;
	white-space: nowrap;
}
.dxpPageSizeItem_PlasticBlue
{
    padding: 0 4px;
    color: #909090;
	text-align: center;
	vertical-align: middle;
}
.dxpPageSizeItem_PlasticBlue .dx
{
    white-space: nowrap;
}
.dxpComboBox_PlasticBlue
{
    background-color: White;
    border: 1px solid #B8B8B8;
    padding: 1px;
}
.dxpComboBox_PlasticBlue input
{
    font: 12px Tahoma;
    padding: 0px;
    margin: 0px 2px;
    border-width: 0px;
    background-color: transparent;
    width: 25px;
}
.dxpHoverComboBox_PlasticBlue
{
}
.dxpPressedComboBox_PlasticBlue
{
}
.dxpDropDownButton_PlasticBlue
{
    cursor: pointer;
    padding: 0px 3px 3px;
    background: #223672 url('/DXR.axd?r=0_2981-Iwaka') repeat-x top;
	border: 1px Solid #2c4182;
}
.dxpHoverDropDownButton_PlasticBlue
{
    background: url('/DXR.axd?r=0_2983-Iwaka') top, left;
}
.dxpPressedDropDownButton_PlasticBlue
{
    background: url('/DXR.axd?r=0_2984-Iwaka') repeat-x;
}
.dxpSummary_PlasticBlue
{
	color: #909090;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	padding: 0px 4px;
}
.dxpSeparator_PlasticBlue
{
	background-color: #CCCCCC;
}
/* Disabled */
.dxpDisabled_PlasticBlue
{
	color: #B8B8B8;
	border-color: #B8B8B8;
	cursor: default;
}
.dxpDisabledComboBox_PlasticBlue
{
    border-color: #B8B8B8;
}
.dxpDisabledComboBox_PlasticBlue input
{
    color: #B8B8B8;
}
.dxpDisabledDropDownButton_PlasticBlue
{
    background: #b7b7b7 url('/DXR.axd?r=0_2982-Iwaka') repeat-x left top;
	border-color: #ababab;
	cursor: default;
}

/* -- ASPxPager Lite -- */

.dxpLite_PlasticBlue
{
	font: 12px Tahoma;
	color: #909090;
	float: left;
}

.dxpLite_PlasticBlue .dxp-summary,
.dxpLite_PlasticBlue .dxp-sep,
.dxpLite_PlasticBlue .dxp-button,
.dxpLite_PlasticBlue .dxp-pageSizeItem,
.dxpLite_PlasticBlue .dxp-num,
.dxpLite_PlasticBlue .dxp-current,
.dxpLite_PlasticBlue .dxp-ellip
{
	display: block;
	float: left;
	margin-left: 4px;
	font-weight: normal;
}
.dxpLite_PlasticBlue .dxp-lead
{
	margin-left: 0!important;
}

.dxpLite_PlasticBlue a
{
    color: #5A83D0;
    text-decoration: none;    
}

.dxpLite_PlasticBlue .dxp-button
{
	color: #5A83D0;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}
.dxpLite_PlasticBlue .dxp-button img
{
	border: none;
	vertical-align: middle;
	text-decoration: none;
}
.dxpLite_PlasticBlue .dxp-wideButton
{
	padding: 2px 5px;
}
.dxpLite_PlasticBlue .dxp-disabledButton
{
	color: #B8B8B8;
	cursor: default;
}

.dxpLite_PlasticBlue .dxp-pageSizeItem
{
    padding: 0 4px;
    color: #909090;
    white-space: nowrap;
}
.dxpLite_PlasticBlue .dxp-pageSizeItem .dx
{
    display: block;
    float: left;
    margin-top: 2px;
    white-space: nowrap;
}
.dxpLite_PlasticBlue .dxp-comboBox
{
    background-color: White;
    display: block;
    float: left;
    border: 1px solid #B8B8B8;
    padding: 1px;
}
.dxpLite_PlasticBlue .dxp-comboBox input
{
    font: 12px Tahoma;
    display: block;
    float: left;
    background-color: transparent;
    border-width: 0px;
    padding: 0px;
    margin: 1px 2px 0px;
    width: 25px;
}
.dxpLite_PlasticBlue .dxp-hoverComboBox
{
}
.dxpLite_PlasticBlue .dxp-pressedComboBox
{
}
.dxpLite_PlasticBlue .dxp-dropDownButton
{
    font-size: 0px;
    display: block;
    float: left;
    cursor: pointer;
    padding: 0px 3px 3px;
    background: #223672 url('/DXR.axd?r=0_2981-Iwaka') repeat-x top;
	border: 1px Solid #2c4182;
}
.dxpLite_PlasticBlue .dxp-dropDownButton img
{
    border: none;
	text-decoration: none;
	vertical-align: middle;
}
.dxpLite_PlasticBlue .dxp-hoverDropDownButton
{
    background: url('/DXR.axd?r=0_2983-Iwaka') top, left;
}
.dxpLite_PlasticBlue .dxp-pressedDropDownButton
{
    background: url('/DXR.axd?r=0_2984-Iwaka') repeat-x;
}

.dxpLite_PlasticBlue .dxp-num
{
	color: #5A83D0;
	padding: 2px 5px 3px;
	cursor: pointer;
}

.dxpLite_PlasticBlue .dxp-current
{
	color: white;
	background-color: #5066AC;
	text-decoration: none;
	padding: 2px 3px 3px;
	cursor: text;
}

.dxpLite_PlasticBlue .dxp-summary,
.dxpLite_PlasticBlue .dxp-ellip
{
	white-space: nowrap;
	padding: 2px 4px 1px;
}

.dxpLite_PlasticBlue .dxp-sep
{
	background-color: #CCCCCC;
	width: 1px;
	height: 11px;
	margin-top: 5px;
}

.dxpLiteDisabled_PlasticBlue,
.dxpLiteDisabled_PlasticBlue a,
.dxpLiteDisabled_PlasticBlue .dxp-summary,
.dxpLiteDisabled_PlasticBlue .dxp-sep,
.dxpLiteDisabled_PlasticBlue .dxp-button,
.dxpLiteDisabled_PlasticBlue .dxp-pageSizeItem,
.dxpLiteDisabled_PlasticBlue .dxp-num,
.dxpLiteDisabled_PlasticBlue .dxp-current,
.dxpLiteDisabled_PlasticBlue .dxp-ellip
{
	color: #B8B8B8;
	border-color: #B8B8B8;
	cursor: default;
}

.dxpLite_PlasticBlue .dxp-disabledComboBox
{
    border-color: #B8B8B8;
}
.dxpLite_PlasticBlue .dxp-disabledPageSizeBox input
{
    color: #B8B8B8;
}
.dxpLite_PlasticBlue .dxp-disabledDropDownButton
{
    background: #b7b7b7 url('/DXR.axd?r=0_2982-Iwaka') repeat-x left top;
	border-color: #ababab;
	cursor: default;
}

/* -- ASPxPopupControl -- */
.dxpcControl_PlasticBlue
{
	font: 12px Tahoma;
	color: black;
	background-color: #EDF3F4;
	border: 0px solid transparent;
	padding: 0px;
	width: 200px;
}
.dxpcControl_PlasticBlue a
{
	color: #1E3695;
	text-decoration: none;
}
.dxpcCloseButton_PlasticBlue
{
	padding: 1px;
}
.dxpcCloseButtonHover_PlasticBlue
{
}
.dxpcContent_PlasticBlue
{
	border: 1px Solid #CCCCCC;
	color: #323232;
	background-color: #F5F5F5;
	white-space: normal;
	vertical-align: top;
}
.dxpcContentPaddings_PlasticBlue 
{
	padding: 7px 10px 36px;
}
.dxpcFooter_PlasticBlue
{
	color: #909090;
	border-top: 1px none #CCCCCC;
	border-right: 1px Solid #CCCCCC;
	border-bottom: 1px Solid #CCCCCC;
	border-left: 1px Solid #CCCCCC;
	background: #E9E9E9 url('/DXR.axd?r=0_2978-Iwaka') no-repeat;
}
.dxpcFooter_PlasticBlue td.dxpc
{
	color: #909090;
	white-space: nowrap;
	padding: 7px 1px 7px 10px;
}
.dxpcHeader_PlasticBlue
{
	border: 1px solid #2C4182;
	background: #3D5294 url('/DXR.axd?r=0_2979-Iwaka') repeat-x top;
}
.dxpcHeader_PlasticBlue a
{
    color: White;
}
.dxpcHeader_PlasticBlue td.dxpc
{
	font-weight: normal;
	color: #FFFFFF;
	white-space: nowrap;
}
.dxpcModalBackground_PlasticBlue
{
	background-color: #777777;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
}
.dxpcLoadingPanel_PlasticBlue,
.dxdpLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
	border: 1px solid #CBCBCB;
	background-color: White;
}
.dxpcLoadingPanel_PlasticBlue td.dx,
.dxdpLoadingPanel_PlasticBlue td.dx 
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxpcLoadingDiv_PlasticBlue
{
	background-color: Gray;
	opacity: 0.01;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}
/* Disabled */
.dxpcDisabled_PlasticBlue
{
	color: #808080;
	cursor: default;
}

/* -- ASPxPopupControl Lite -- */
.dxpcLite_PlasticBlue,
.dxdpLite_PlasticBlue 
{
	width: 200px;
	left: 0;
	top: 0;
	display: none;
	position: absolute;
	visibility: hidden;
	border-spacing: 0;
}

.dxpcLite_PlasticBlue .dxpc-mainDiv,
.dxdpLite_PlasticBlue .dxpc-mainDiv
{
	position: relative;
}

.dxpcLite_PlasticBlue .dxpc-mainDiv,
.dxpcLite_PlasticBlue.dxpc-mainDiv,
.dxdpLite_PlasticBlue .dxpc-mainDiv,
.dxdpLite_PlasticBlue.dxpc-mainDiv 
{
	top: 0;
	left: 0;
	font: 12px Tahoma;
	color: black;
	background-color: #EDF3F4;
}

.dxpcLite_PlasticBlue a,
.dxdpLite_PlasticBlue a 
{
	color: #1E3695;
	text-decoration: none;
}

.dxpcLite_PlasticBlue .dxpc-link,
.dxdpLite_PlasticBlue .dxpc-link
{
	float: left;
}

.dxpcLite_PlasticBlue.dxRtl .dxpc-link,
.dxdpLite_PlasticBlue.dxRtl .dxpc-link
{
	float: right;
}

.dxpcLite_PlasticBlue a .dxpc-headerText,
.dxpcLite_PlasticBlue a .dxpc-footerText,
.dxdpLite_PlasticBlue a .dxpc-headerText,
.dxdpLite_PlasticBlue a .dxpc-footerText
{
	text-decoration: underline;
	cursor: pointer;
}

.dxpcLite_PlasticBlue .dxpc-closeBtn,
.dxdpLite_PlasticBlue .dxpc-closeBtn 
{
	padding: 1px;
	float: right;
}

.dxpcLite_PlasticBlue.dxRtl  .dxpc-closeBtn,
.dxdpLite_PlasticBlue.dxRtl  .dxpc-closeBtn  
{
	float: left;
}

.dxpcLite_PlasticBlue .dxpc-closeBtnHover,
.dxdpLite_PlasticBlue .dxpc-closeBtnHover
{
}

.dxpcLite_PlasticBlue .dxpc-header,
.dxdpLite_PlasticBlue .dxpc-header  
{
	color: #FFFFFF;
	background: #3D5294 url('/DXR.axd?r=0_2979-Iwaka') repeat-x top;
	border: 1px solid #2C4182;
	padding: 2px 2px 2px 12px;
}
.dxpcLite_PlasticBlue .dxpc-header a,
.dxdpLite_PlasticBlue .dxpc-header a 
{
    color: White;
}
.dxpcLite_PlasticBlue.dxRtl .dxpc-header,
.dxdpLite_PlasticBlue.dxRtl .dxpc-header  
{
	padding-right: 12px;
	padding-left: 2px;
}

.dxpcLite_PlasticBlue .dxpc-headerText,
.dxdpLite_PlasticBlue .dxpc-headerText
{
	white-space: nowrap;
	float: left;
}

.dxpcLite_PlasticBlue.dxRtl .dxpc-headerText,
.dxdpLite_PlasticBlue.dxRtl .dxpc-headerText
{
	float: right;
}

.dxpcLite_PlasticBlue .dxpc-headerImg,
.dxdpLite_PlasticBlue .dxpc-headerImg
{
	float: left;
	margin: 0 4px 0 0;
}

.dxpcLite_PlasticBlue.dxRtl .dxpc-headerImg,
.dxdpLite_PlasticBlue.dxRtl .dxpc-headerImg
{
	float: right;
	margin: 0 0 0 4px;
}

.dxpcLite_PlasticBlue .dxpc-contentWrapper,
.dxdpLite_PlasticBlue .dxpc-contentWrapper
{
	background-color: #F5F5F5;
	border-top: 1px none #CCCCCC;
	border-right: 1px Solid #CCCCCC;
	border-bottom: 1px Solid #CCCCCC;
	border-left: 1px Solid #CCCCCC;
}

.dxpcLite_PlasticBlue .dxpc-content,
.dxdpLite_PlasticBlue .dxpc-content
{
	color: #323232;
	white-space: normal;
	padding: 7px 10px 36px;
}

.dxpcLite_PlasticBlue .dxpc-footer,
.dxdpLite_PlasticBlue .dxpc-footer
{
	color: #909090;
	background: #E9E9E9 url('/DXR.axd?r=0_2978-Iwaka') no-repeat;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.dxpcLite_PlasticBlue .dxpc-footerContent,
.dxdpLite_PlasticBlue .dxpc-footerContent,
.dxpcLite_PlasticBlue .dxpc-headerContent,
.dxdpLite_PlasticBlue .dxpc-headerContent
{
    float: left;
}

.dxpcLite_PlasticBlue.dxRtl .dxpc-footerContent,
.dxdpLite_PlasticBlue.dxRtl .dxpc-footerContent,
.dxpcLite_PlasticBlue.dxRtl .dxpc-headerContent,
.dxdpLite_PlasticBlue.dxRtl .dxpc-headerContent
{
	float: right;
}

.dxpcLite_PlasticBlue .dxpc-footerContent,
.dxdpLite_PlasticBlue .dxpc-footerContent
{
	margin: 0;
	padding: 7px 1px 7px 10px;
}

.dxpcLite_PlasticBlue .dxpc-footerText,
.dxdpLite_PlasticBlue .dxpc-footerText
{
	white-space: nowrap;
	float: left;
}

.dxpcLite_PlasticBlue.dxRtl .dxpc-footerText,
.dxdpLite_PlasticBlue.dxRtl .dxpc-footerText
{
	float: right;
}

.dxpcLite_PlasticBlue .dxpc-footerImg,
.dxdpLite_PlasticBlue .dxpc-footerImg
{
	float: left;
	margin: -1px 4px 0 0;
}

.dxpcLite_PlasticBlue.dxRtl .dxpc-footerImg,
.dxdpLite_PlasticBlue.dxRtl .dxpc-footerImg
{
	float: right;
	margin: -1px 0 0 4px;
}

.dxpcLite_PlasticBlue .dxpc-sizeGrip,
.dxdpLite_PlasticBlue .dxpc-sizeGrip
{
	float: right;
}

.dxpcLite_PlasticBlue.dxRtl .dxpc-sizeGrip,
.dxdpLite_PlasticBlue.dxRtl .dxpc-sizeGrip
{
	float: left;
}

.dxpcModalBackLite_PlasticBlue,
.dxdpModalBackLite_PlasticBlue
{
	background-color: #777777;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
}

.dxpcLiteDisabled_PlasticBlue,
.dxdpLiteDisabled_PlasticBlue
{
	color: #808080;
	cursor: default;
}

/* -- ASPxRoundPanel -- */
.dxrpControl_PlasticBlue td.dxrp,
.dxrpControlGB_PlasticBlue td.dxrp
{
	font: 12px Tahoma;
	color: #000000;
}
.dxrpControl_PlasticBlue .dxrpCI
{
	display:block;
}
/* - Header - */
.dxrpControl_PlasticBlue .dxrpHeader_PlasticBlue td.dxrp,
.dxrpControlGB_PlasticBlue span.dxrpHeader_PlasticBlue
{
	color: #404040;
}
.dxrpControl_PlasticBlue .dxrpHeader_PlasticBlue td.dxrp a,
.dxrpControlGB_PlasticBlue span.dxrpHeader_PlasticBlue a
{
    color: #404040;
    text-decoration: none;
}
.dxrpControl_PlasticBlue .dxrpHI,
.dxrpControl_PlasticBlue .dxrpHeader_PlasticBlue,
.dxrpControl_PlasticBlue .dxrpHeader_PlasticBlue td.dxrp
{
	vertical-align: top;
	white-space: nowrap;
}
/* Header image */
.dxrpControl_PlasticBlue .dxrpHI
{
	padding-right: 4px;
}
.dxrpControl_PlasticBlue .dxrpHIR
{
	padding-left: 4px;
}
/* Content */
.dxrpControl_PlasticBlue .dxrpcontent
{
    background-image: none;
	vertical-align: top;
}
/* Edges */
.dxrpControl_PlasticBlue .dxrpHeader_PlasticBlue,
.dxrpControl_PlasticBlue .dxrpTE,
.dxrpControl_PlasticBlue .dxrpHLE,
.dxrpControl_PlasticBlue .dxrpHRE
{
    background-image: none;
	background-color: #E9E9E9;
}
.dxrpControl_PlasticBlue .dxrpcontent,
.dxrpControl_PlasticBlue .dxrpNHTE,
.dxrpControlGB_PlasticBlue .dxrpcontent,
.dxrpControlGB_PlasticBlue .dxrpNHTE,
.dxrpControlGB_PlasticBlue span.dxrpHeader_PlasticBlue
{
    background-image: none;
	background-color: WhiteSmoke;
}
.dxrpControl_PlasticBlue .dxrpLE,
.dxrpControl_PlasticBlue .dxrpRE,
.dxrpControl_PlasticBlue .dxrpBE,
.dxrpControlGB_PlasticBlue .dxrpLE,
.dxrpControlGB_PlasticBlue .dxrpRE,
.dxrpControlGB_PlasticBlue .dxrpBE
{
    background-image: none;
	background-color: #F7F7F7;
}
.dxrpControl_PlasticBlue .dxrpHeader_PlasticBlue
{
	background: #E9E9E9 url('/DXR.axd?r=0_2989-Iwaka') repeat-x left bottom;
}
.dxrpControl_PlasticBlue .dxrpHLE
{
	background: #E9E9E9 url('/DXR.axd?r=0_2987-Iwaka') repeat-x left bottom;
}
.dxrpControl_PlasticBlue .dxrpHRE
{
	background: #E9E9E9 url('/DXR.axd?r=0_2988-Iwaka') repeat-x left bottom;
}
.dxrpControl_PlasticBlue .dxrpTE
{
	background: #E9E9E9 url('/DXR.axd?r=0_2990-Iwaka');
}
.dxrpControl_PlasticBlue .dxrpNHTE,
.dxrpControlGB_PlasticBlue .dxrpNHTE
{
	background: WhiteSmoke url('/DXR.axd?r=0_2992-Iwaka');
}
.dxrpControl_PlasticBlue .dxrpLE,
.dxrpControlGB_PlasticBlue .dxrpLE
{
	background: #F7F7F7 url('/DXR.axd?r=0_2991-Iwaka');
}
.dxrpControl_PlasticBlue .dxrpRE,
.dxrpControlGB_PlasticBlue .dxrpRE
{
	background: #F7F7F7 url('/DXR.axd?r=0_2993-Iwaka');
}
.dxrpControl_PlasticBlue .dxrpBE,
.dxrpControlGB_PlasticBlue .dxrpBE
{
	background: #F7F7F7 url('/DXR.axd?r=0_2986-Iwaka');
}
/* Disabled */
.dxrpDisabled_PlasticBlue,
.dxrpDisabled_PlasticBlue td.dxrp
{
	color: #B8B8B8;
	cursor: default;
}

/* -- ASPxSiteMapControl -- */
.dxsmControl_PlasticBlue 
{
	color: #000000;
	background-color: white;
	font: 12px Tahoma;
	border: 1px Solid #A8A8A8;
}
.dxsmControl_PlasticBlue a
{
	color: #5A83D0;
}
.dxsmControl_PlasticBlue a:hover
{
	color: #b5ccf9;
	text-decoration: none;
}
.dxsmControl_PlasticBlue a:visited
{
	color: #d6b6cb;
}
/* - Category Level - */
.dxsmCategoryLevel_PlasticBlue,
.dxsmCategoryLevel_PlasticBlue a
{
	color: #FFFFFF;
	text-decoration: none;
}
.dxsmCategoryLevel_PlasticBlue
{
	white-space: nowrap;
	padding: 5px 8px;
	background: #415799 url('/DXR.axd?r=0_2994-Iwaka') repeat-x;
}
.dxsmCategoryLevel_PlasticBlue
{
	border-bottom-width: 0px;
}
 /*flow layout*/
.dxsmLevelCategoryFlow_PlasticBlue,
.dxsmLevelCategoryFlow_PlasticBlue a
{
	color: #1E3695;
	font-weight: bold;
	text-decoration: underline;
}
/* - Level 0 - */
.dxsmLevel0_PlasticBlue,
.dxsmLevel0_PlasticBlue a, 
.dxsmLevel0Categorized_PlasticBlue a,
.dxsmLevel0Categorized_PlasticBlue
{
	color: #FFFFFF;
	text-decoration: none;
}
.dxsmLevel0Categorized_PlasticBlue a,
.dxsmLevel0Categorized_PlasticBlue
{
	color: #000000;
	font-weight: bold;
}
.dxsmLevel0_PlasticBlue,
.dxsmLevel0Categorized_PlasticBlue
{
	white-space: nowrap;
	padding: 5px 8px 2px;
}
.dxsmLevel0_PlasticBlue
{
	background: #415799 url('/DXR.axd?r=0_2994-Iwaka') repeat-x;
}
.dxsmLevel0_PlasticBlue
{
	border-bottom-width: 0px;
	padding: 5px 8px;
}
 /*flow layout*/
.dxsmLevel0Flow_PlasticBlue,
.dxsmLevel0Flow_PlasticBlue a,
.dxsmLevel0CategorizedFlow_PlasticBlue a,
.dxsmLevel0CategorizedFlow_PlasticBlue
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.dxsmLevel0Flow_PlasticBlue
{
	padding: 0px;
}
.dxsmLevel0Flow_PlasticBlue
{
	text-decoration: none;
}

/* - Level 1 - */
.dxsmLevel1_PlasticBlue,
.dxsmLevel1_PlasticBlue a,
.dxsmLevel1Categorized_PlasticBlue a,
.dxsmLevel1Categorized_PlasticBlue
{
	color: #5A83D0;
	text-decoration: none;
}
.dxsmLevel1_PlasticBlue,
.dxsmLevel1Categorized_PlasticBlue
{
	white-space: nowrap;
	padding: 0px;
}

/*flow layout*/
.dxsmLevel1Flow_PlasticBlue,
.dxsmLevel1Flow_PlasticBlue a,
.dxsmLevel1CategorizedFlow_PlasticBlue,
.dxsmLevel1CategorizedFlow_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: underline;
}
.dxsmLevel1Flow_PlasticBlue
{
	text-decoration: none;
	padding: 0px;
}

/* - Level 2 - */
.dxsmLevel2_PlasticBlue,
.dxsmLevel2_PlasticBlue a,
.dxsmLevel2Categorized_PlasticBlue a,
.dxsmLevel2Categorized_PlasticBlue
{
	color: #5A83D0;
	text-decoration: none;
}
.dxsmLevel2_PlasticBlue,
.dxsmLevel2Categorized_PlasticBlue
{
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel2Flow_PlasticBlue,
.dxsmLevel2Flow_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: underline;
}
.dxsmLevel2Flow_PlasticBlue
{
	padding: 0px;
}
/* - Level 3 - */
.dxsmLevel3_PlasticBlue,
.dxsmLevel3_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: none;
}
.dxsmLevel3_PlasticBlue
{
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel3Flow_PlasticBlue,
.dxsmLevel3Flow_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: underline;
}
/* - Level 4 - */
.dxsmLevel4_PlasticBlue,
.dxsmLevel4_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: none;
}
.dxsmLevel4_PlasticBlue
{
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel4Flow_PlasticBlue,
.dxsmLevel4Flow_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: underline;
}
.dxsmLevel4Flow_PlasticBlue
{
	padding: 0px;
}
/* - Other Levels - */
.dxsmLevelOther_PlasticBlue,
.dxsmLevelOther_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: none;
}
.dxsmLevelOther_PlasticBlue
{
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevelOtherFlow_PlasticBlue,
.dxsmLevelOtherFlow_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: underline;
}
/* Disabled */
.dxsmDisabled_PlasticBlue
{
	color: #B8B8B8;
	cursor: default;
}

/* -- ASPxTabControl, ASPxPageControl -- */
.dxtcControl_PlasticBlue 
{
	font: 12px Tahoma;
	color: black;
}
.dxtcLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
}
.dxtcLoadingPanel_PlasticBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
/* Tab hyperlink */
.dxtcTab_PlasticBlue a,
.dxtcTabWithTabPositionLeft_PlasticBlue a,
.dxtcTabWithTabPositionBottom_PlasticBlue a,
.dxtcTabWithTabPositionRight_PlasticBlue a,
.dxtcActiveTab_PlasticBlue a,
.dxtcActiveTabWithTabPositionBottom_PlasticBlue a,
.dxtcActiveTabWithTabPositionLeft_PlasticBlue a,
.dxtcActiveTabWithTabPositionRight_PlasticBlue a,
.dxtcTabHover_PlasticBlue a,
.dxtcTabHoverWithTabPositionBottom_PlasticBlue a,
.dxtcTabHoverWithTabPositionLeft_PlasticBlue a,
.dxtcTabHoverWithTabPositionRight_PlasticBlue a
{
	text-decoration: none;
	color: black;
}

/* Active Tab */
.dxtcActiveTab_PlasticBlue,
.dxtcActiveTabWithTabPositionBottom_PlasticBlue,
.dxtcActiveTabWithTabPositionLeft_PlasticBlue,
.dxtcActiveTabWithTabPositionRight_PlasticBlue
{
	color: #FFFFFF;
	border: 1px Solid #2C4182;
	padding: 4px 14px;
	background: #3E5395 url('/DXR.axd?r=0_3005-Iwaka') repeat-x left top;
	text-align: center;
}
.dxtcActiveTabWithTabPositionBottom_PlasticBlue
{
	background: #3E5395 url('/DXR.axd?r=0_3007-Iwaka') repeat-x left bottom;
}
.dxtcActiveTabWithTabPositionLeft_PlasticBlue
{
	padding: 4px 11px 4px 17px;
	background: #3E5395 url('/DXR.axd?r=0_3011-Iwaka') repeat-y left top;
}
.dxtcActiveTabWithTabPositionRight_PlasticBlue
{
	padding: 4px 11px 4px 17px;
	background: #3E5395 url('/DXR.axd?r=0_3014-Iwaka') repeat-y right top;
}
.dxtcActiveTab_PlasticBlue td.dxtc,
.dxtcActiveTabWithTabPositionBottom_PlasticBlue td.dxtc,
.dxtcActiveTabWithTabPositionLeft_PlasticBlue td.dxtc,
.dxtcActiveTabWithTabPositionRight_PlasticBlue td.dxtc
{
	white-space: nowrap;
	background: transparent none!important;
	border-width: 0px!important;
	padding: 0px!important;
}
/* Tab */
.dxtcTab_PlasticBlue,
.dxtcTabWithTabPositionLeft_PlasticBlue, 
.dxtcTabWithTabPositionBottom_PlasticBlue,
.dxtcTabWithTabPositionRight_PlasticBlue
{
	color: black;
	border: 1px solid #CCCCCC;
	padding: 4px 14px;
	background: #F5F5F5 url('/DXR.axd?r=0_3006-Iwaka') no-repeat left top;
	text-align: center;
}
.dxtcTab_PlasticBlue td.dxtc,
.dxtcTabWithTabPositionBottom_PlasticBlue td.dxtc, 
.dxtcTabWithTabPositionLeft_PlasticBlue td.dxtc,
.dxtcTabWithTabPositionRight_PlasticBlue td.dxtc
{
	white-space: nowrap;
	background: transparent none!important;
	border-width: 0px!important;
	padding: 0px!important;
}
.dxtcTabWithTabPositionBottom_PlasticBlue
{
	background: #F5F5F5 url('/DXR.axd?r=0_3008-Iwaka') no-repeat right bottom;
}
.dxtcTabWithTabPositionLeft_PlasticBlue
{
	background: #F5F5F5 url('/DXR.axd?r=0_3012-Iwaka') no-repeat left bottom;
}
.dxtcTabWithTabPositionRight_PlasticBlue
{
	background: #F5F5F5 url('/DXR.axd?r=0_3015-Iwaka') no-repeat right top;
}
/* Hover */
.dxtcTabHover_PlasticBlue,
.dxtcTabHoverWithTabPositionBottom_PlasticBlue,
.dxtcTabHoverWithTabPositionLeft_PlasticBlue,
.dxtcTabHoverWithTabPositionRight_PlasticBlue
{
	border: 1px Solid #CCCCCC;
	background: #E9E9E9 url('/DXR.axd?r=0_3010-Iwaka') no-repeat left top;
	text-align: center;
}
.dxtcTabHoverWithTabPositionBottom_PlasticBlue,
.dxtcActiveTabHoverWithTabPositionBottom_PlasticBlue
{
	background: #E9E9E9 url('/DXR.axd?r=0_3009-Iwaka') no-repeat right bottom;
}
.dxtcTabHoverWithTabPositionLeft_PlasticBlue,
.dxtcActiveTabHoverWithTabPositionLeft_PlasticBlue
{
	background: #E9E9E9 url('/DXR.axd?r=0_3013-Iwaka') no-repeat left bottom;
}
.dxtcTabHoverWithTabPositionRight_PlasticBlue,
.dxtcActiveTabHoverWithTabPositionRight_PlasticBlue
{
	background: #E9E9E9 url('/DXR.axd?r=0_3016-Iwaka') no-repeat right top;
}
.dxtcTabHover_PlasticBlue td.dxtc,
.dxtcTabHoverWithTabPositionBottom_PlasticBlue td.dxtc,
.dxtcTabHoverWithTabPositionLeft_PlasticBlue td.dxtc,
.dxtcTabHoverWithTabPositionRight_PlasticBlue td.dxtc
{
	white-space: nowrap;
	background: transparent none!important;
	border-width: 0px!important;
	padding: 0px!important;
}

/*Content*/
.dxtcPageContent_PlasticBlue,
.dxtcPageContentWithTabPositionBottom_PlasticBlue, 
.dxtcPageContentWithTabPositionLeft_PlasticBlue,
.dxtcPageContentWithTabPositionRight_PlasticBlue,
.dxtcPageContentWithoutTabs_PlasticBlue
{
	color: #000000;
	background: #FFFFFF url('/DXR.axd?r=0_3002-Iwaka') repeat-x left top;
	border-top: 0px Solid #CCCCCC!important;
	border-right: 1px Solid #CCCCCC!important;
	border-bottom: 1px Solid #CCCCCC!important;
	border-left: 1px Solid #CCCCCC!important;
	vertical-align: top;
}
.dxtcPageContentWithTabPositionLeft_PlasticBlue
{
	background: url('/DXR.axd?r=0_3003-Iwaka') repeat-y left top;
	border-top: 1px Solid #CCCCCC!important;
	border-right: 1px Solid #CCCCCC!important;
	border-bottom: 1px Solid #CCCCCC!important;
	border-left: 0px Solid #CCCCCC!important;
}
.dxtcPageContentWithTabPositionRight_PlasticBlue
{
	background: url('/DXR.axd?r=0_3003-Iwaka') repeat-y right top;
	border-top: 1px Solid #CCCCCC!important;
	border-right: 0px Solid #CCCCCC!important;
	border-bottom: 1px Solid #CCCCCC!important;
	border-left: 1px Solid #CCCCCC!important;
}
.dxtcPageContentWithTabPositionBottom_PlasticBlue
{
	background: url('/DXR.axd?r=0_3002-Iwaka') repeat-x left bottom;
	border-top: 1px Solid #CCCCCC!important;
	border-right: 1px Solid #CCCCCC!important;
	border-bottom: 0px Solid #CCCCCC!important;
	border-left: 1px Solid #CCCCCC!important;
}
.dxtcPageContentWithoutTabs_PlasticBlue
{
	background-color: #FFFFFF;
	border: 1px Solid #CCCCCC!important;
}
.dxtcContent_PlasticBlue,
.dxtcContentWithTabPositionBottom_PlasticBlue,
.dxtcContentWithTabPositionLeft_PlasticBlue,
.dxtcContentWithTabPositionRight_PlasticBlue
{
	border: 1px solid #CCCCCC;
	vertical-align: top;
	background: white url('/DXR.axd?r=0_3002-Iwaka') repeat-x;
	height: 1px;
}

.dxtcControl_PlasticBlue td.dxtcTabsCell,
.dxtcControl_PlasticBlue td.dxtcTabsCellWithTabPositionBottom,
.dxtcControl_PlasticBlue td.dxtcTabsCellWithTabPositionLeft,
.dxtcControl_PlasticBlue td.dxtcTabsCellWithTabPositionRight 
{
}
.dxtcControl_PlasticBlue td.dxtcTabsCellWithTabPositionBottom
{
}
.dxtcControl_PlasticBlue td.dxtcTabsCellWithTabPositionLeft
{
}
.dxtcControl_PlasticBlue td.dxtcTabsCellWithTabPositionRight
{
}
/* Scrolling */
.dxtcScrollButtonCell_PlasticBlue 
{
	border-style: none;
	width: 1px;
}
.dxtcScrollButtonSeparator_PlasticBlue,
.dxtcScrollButtonSeparator_PlasticBlue div 
{
	height: 1px;
	width: 1px;
}
.dxtcScrollButtonIndent_PlasticBlue, 
.dxtcScrollButtonIndent_PlasticBlue div 
{
	height: 1px;
	width: 5px;
}
.dxtcScrollButton_PlasticBlue 
{
	cursor: pointer;
}
.dxtcScrollButtonDisabled_PlasticBlue 
{
	cursor: default;
}
/* Misc */
.dxtcLeftAlignCell_PlasticBlue,
.dxtcTabsCellWithTabPositionBottom_PlasticBlue .dxtcLeftAlignCell_PlasticBlue 
{
	text-align: left;
}
.dxtcRightAlignCell_PlasticBlue,
.dxtcTabsCellWithTabPositionBottom_PlasticBlue .dxtcRightAlignCell_PlasticBlue 
{
	text-align: right;
}
/* Disabled */
.dxtcDisabled_PlasticBlue,
.dxtcDisabled_PlasticBlue table
{
	color: #B8B8B8;
	cursor: default;
}

/* -- ASPxTabControl Lite -- */
.dxtcLite_PlasticBlue 
{
	overflow: hidden;
	float: left;
}
.dxtcLite_PlasticBlue .dxtc-strip,
.dxtcLite_PlasticBlue .dxtc-wrapper 
{
	list-style: none outside none;
	float: left;
	padding: 0;
	margin: 0;
	_overflow: hidden;
}
.dxtcLite_PlasticBlue .dxtc-tab,
.dxtcLite_PlasticBlue .dxtc-activeTab,
.dxtcLite_PlasticBlue .dxtc-leftIndent,
.dxtcLite_PlasticBlue .dxtc-spacer,
.dxtcLite_PlasticBlue .dxtc-rightIndent,
.dxtcLite_PlasticBlue .dxtc-sbWrapper,
.dxtcLite_PlasticBlue .dxtc-sbIndent,
.dxtcLite_PlasticBlue .dxtc-sbSpacer
{
	display: block;
	height: 22px;
	margin: 0;
}
.dxtcLite_PlasticBlue .dxtc-tab,
.dxtcLite_PlasticBlue.dxtc-noSpacing .dxtc-tab.dxtc-lead
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.dxtcLite_PlasticBlue .dxtc-activeTab,
.dxtcLite_PlasticBlue.dxtc-noSpacing .dxtc-activeTab.dxtc-lead
{
	border-top: 1px solid #002D96;
	border-right: 1px solid #002D96;
	border-bottom: 1px none #002D96;
	border-left: 1px solid #002D96;
}
.dxtcLite_PlasticBlue.dxtc-noSpacing .dxtc-tab,
.dxtcLite_PlasticBlue.dxtc-noSpacing .dxtc-activeTab
{
	border-left-style: none;
}
.dxtcLite_PlasticBlue .dxtc-tab,
.dxtcLite_PlasticBlue .dxtc-activeTab
{
	background: #F5F5F5 url('/DXR.axd?r=0_3006-Iwaka') no-repeat left top;
	float: left;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.dxtcLite_PlasticBlue .dxtc-activeTab
{
	background: #3E5395 url('/DXR.axd?r=0_3005-Iwaka') repeat-x left top;
}
.dxtcLite_PlasticBlue .dxtc-tab a
{
	text-decoration: none;
	color: black;
}
.dxtcLite_PlasticBlue .dxtc-tabHover
{
	border: 1px Solid #CCCCCC;
	background: #E9E9E9 url('/DXR.axd?r=0_3010-Iwaka') no-repeat left top;
}
.dxtcLite_PlasticBlue .dxtc-leftIndent,
.dxtcLite_PlasticBlue .dxtc-spacer,
.dxtcLite_PlasticBlue .dxtc-rightIndent,
.dxtcLite_PlasticBlue .dxtc-sbWrapper,
.dxtcLite_PlasticBlue .dxtc-sbIndent,
.dxtcLite_PlasticBlue .dxtc-sbSpacer
{
	float: left;
	border-right-width: 0;
	border-left-width: 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #002D96;
	overflow: hidden;
	_border-top-color: #000001;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtcLite_PlasticBlue .dxtc-spacer
{
	width: 1px;
}
.dxtcLite_PlasticBlue .dxtc-leftIndent,
.dxtcLite_PlasticBlue .dxtc-rightIndent
{
	width: 5px;
}
.dxtcLite_PlasticBlue .dxtc-lineBreak
{
	float: none;
	display: block;
	clear: both;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.dxtcLite_PlasticBlue .dxtc-link
{
	padding: 4px 14px;
	display: block;
	font-size: 0;
	text-decoration: none;
	height: 100%;
	_float: left;
}
.dxtcLite_PlasticBlue .dxtc-text,
.dxtcLite_PlasticBlue .dxtc-leftIndent,
.dxtcLite_PlasticBlue .dxtc-rightIndent
{
	color: black;
	font: normal 12px Tahoma;
	text-decoration: none;
	white-space: nowrap;
}
.dxtcLite_PlasticBlue .dxtc-activeTab .dxtc-text 
{
	color: White;
}
.dxtcLite_PlasticBlue .dxtc-img
{
	border-style: none;
	margin: 0 3px -4px 0;
	width: 16px;
	height: 16px;
}
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-img
{
	margin: 0 0 -4px 3px;
} 
.dxtcLite_PlasticBlue .dxtc-content 
{
	font: 12px Tahoma;
	color: black;
	background: #FFFFFF url('/DXR.axd?r=0_3002-Iwaka') repeat-x left top;
	float: left;
	clear: left;
	border: 1px solid #CCCCCC!important;
	overflow: hidden;
	padding: 11px;
}
.dxtcLite_PlasticBlue.dxtc-top .dxtc-content 
{
	border-top-style: none!important;
}
/* Rtl */
.dxtcLite_PlasticBlue.dxtc-rtl,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-content,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-strip,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-wrapper,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-leftIndent,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-spacer,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-rightIndent,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-sbWrapper,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-sbIndent,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-sbSpacer,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-tab,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-activeTab
{
	float: right;
}
.dxtc-top.dxtc-rtl .dxtc-content,
.dxtc-bottom.dxtc-rtl .dxtc-strip,
.dxtc-bottom.dxtc-rtl .dxtc-wrapper
{
	clear: right!important;
}
.dxtc-left.dxtc-rtl .dxtc-strip 
{
	float: left;
}
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-content,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-strip,
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-wrapper
{
	*float: left;
}
.dxtcLite_PlasticBlue.dxtc-rtl .dxtc-content
{
	*clear: left!important;
}
/* Scrolling */
.dxtcLite_PlasticBlue .dxtc-sb          
{
	margin: 1px 0 0;
	border-style: none;
	cursor: pointer;
	font-size: 0;
}
.dxtcLite_PlasticBlue .dxtc-sb img 
{
	border: none;
}
.dxtcLite_PlasticBlue .dxtc-sbIndent
{
	width: 5px;
}
.dxtcLite_PlasticBlue .dxtc-sbSpacer
{
	width: 1px;
}
/* Multi-row */
.dxtcLite_PlasticBlue .dxtc-n
{
	_display: inline;
}
.dxtcLiteDisabled_PlasticBlue,
.dxtcLiteDisabled_PlasticBlue .dxtc-text,
.dxtcLiteDisabled_PlasticBlue .dxtc-activeTab .dxtc-text,
.dxtcLiteDisabled_PlasticBlue .dxtc-content
{
	color: #aaaaaa;
	cursor: default;
}
/* bottom  */
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-strip,
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-wrapper
{
	clear: left;
	*float: none;
}
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-leftIndent,
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-spacer,
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-rightIndent,
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-sbWrapper,
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-sbIndent,
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-sbSpacer
{
	border-top: 1px solid #002D96;
	border-bottom-style: none;
	_border-bottom-color: #000001;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtc-bottom .dxtc-tab,
.dxtc-bottom.dxtc-noSpacing .dxtc-tab.dxtc-lead
{
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.dxtc-bottom .dxtc-activeTab,
.dxtc-bottom.dxtc-noSpacing .dxtc-activeTab.dxtc-lead
{
	border-top: 1px none #002D96;
	border-right: 1px solid #002D96;
	border-bottom: 1px solid #002D96;
	border-left: 1px solid #002D96;
}
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-tab
{
	background: #F5F5F5 url('/DXR.axd?r=0_3008-Iwaka') no-repeat right bottom;
}
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-activeTab
{
	background: #3E5395 url('/DXR.axd?r=0_3007-Iwaka') repeat-x left bottom;
}
.dxtcLite_PlasticBlue.dxtc-bottom .dxtc-content
{
	clear: right;
	background-position: left bottom;
	border-top: 1px solid #002D96;
	border-right: 1px solid #002D96;
	border-bottom-color: #002D96;
	border-left: 1px solid #002D96;
	border-bottom-width: 1px;
	border-bottom-style: none!important;
}
.dxtcLite_PlasticBlue .dxtc-sb          
{
	margin: 2px 0 0;
}
/* left */
.dxtcLite_PlasticBlue.dxtc-left .dxtc-tab,
.dxtcLite_PlasticBlue.dxtc-left .dxtc-activeTab,
.dxtcLite_PlasticBlue.dxtc-left .dxtc-leftIndent,
.dxtcLite_PlasticBlue.dxtc-left .dxtc-spacer,
.dxtcLite_PlasticBlue.dxtc-left .dxtc-rightIndent
{
	float: none;
	*float: left;
	clear: none;
	*clear: both;
	width: auto;
	height: auto;
}
.dxtcLite_PlasticBlue.dxtc-left .dxtc-tab,
.dxtc-left.dxtc-noSpacing .dxtc-tab.dxtc-lead
{
	border: 1px solid #CCCCCC;
	background: #F5F5F5 url('/DXR.axd?r=0_3012-Iwaka') no-repeat left bottom;
}
.dxtcLite_PlasticBlue.dxtc-left .dxtc-activeTab,
.dxtc-left.dxtc-noSpacing .dxtc-activeTab.dxtc-lead
{
	background: #3E5395 url('/DXR.axd?r=0_3011-Iwaka') repeat-y left top;
	border-top: 1px solid #002D96;
	border-right: 1px none #002D96;
	border-bottom: 1px solid #002D96;
	border-left: 1px solid #002D96;
	_border-right-color: #000001;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtc-left.dxtc-noSpacing .dxtc-tab,
.dxtc-left.dxtc-noSpacing .dxtc-activeTab
{
	border-top-style: none;
}
.dxtcLite_PlasticBlue.dxtc-left .dxtc-leftIndent,
.dxtcLite_PlasticBlue.dxtc-left .dxtc-spacer,
.dxtcLite_PlasticBlue.dxtc-left .dxtc-rightIndent
{
	border: none;
	_border-left-color: #000001;
	border-right: 1px solid #002D96;
	width: auto;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtcLite_PlasticBlue.dxtc-left .dxtc-leftIndent,
.dxtcLite_PlasticBlue.dxtc-left .dxtc-rightIndent
{
	height: 3px;
}
.dxtcLite_PlasticBlue.dxtc-left .dxtc-spacer
{
	height: 1px;
}
.dxtcLite_PlasticBlue.dxtc-left .dxtc-content
{
	background: #FFFFFF url('/DXR.axd?r=0_3003-Iwaka') repeat-y left top;
	border-top: 1px solid #002D96;
	border-right: 1px solid #002D96;
	border-bottom: 1px solid #002D96;
	border-left-color: #002D96;
	border-left-width: 1px;
	border-left-style: none!important;
	float: left;
	clear: none;
}
/* right */
.dxtcLite_PlasticBlue.dxtc-right .dxtc-tab,
.dxtcLite_PlasticBlue.dxtc-right .dxtc-activeTab,
.dxtcLite_PlasticBlue.dxtc-right .dxtc-leftIndent,
.dxtcLite_PlasticBlue.dxtc-right .dxtc-spacer,
.dxtcLite_PlasticBlue.dxtc-right .dxtc-rightIndent
{
	float: none;
	*float: left;
	clear: none;
	*clear: both;
	width: auto;
	height: auto;
}
.dxtcLite_PlasticBlue.dxtc-right .dxtc-tab,
.dxtc-right.dxtc-noSpacing .dxtc-tab.dxtc-lead
{
	border: 1px solid #CCCCCC;
	background: #F5F5F5 url('/DXR.axd?r=0_3015-Iwaka') no-repeat right top;
}
.dxtcLite_PlasticBlue.dxtc-right .dxtc-activeTab,
.dxtc-right.dxtc-noSpacing .dxtc-activeTab.dxtc-lead
{
	background: #3E5395 url('/DXR.axd?r=0_3014-Iwaka') repeat-y right top;
	border-top: 1px solid #002D96;
	border-right: 1px solid #002D96;
	border-bottom: 1px solid #002D96;
	border-left: 1px none #002D96;
	_border-left-color: #000001;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtc-right.dxtc-noSpacing .dxtc-tab,
.dxtc-right.dxtc-noSpacing .dxtc-activeTab
{
	border-top-style: none;
}
.dxtcLite_PlasticBlue.dxtc-right .dxtc-leftIndent,
.dxtcLite_PlasticBlue.dxtc-right .dxtc-spacer,
.dxtcLite_PlasticBlue.dxtc-right .dxtc-rightIndent
{
	border: none;
	_border-right-color: #000001;
	border-left: 1px solid #002D96;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtcLite_PlasticBlue.dxtc-right .dxtc-leftIndent,
.dxtcLite_PlasticBlue.dxtc-right .dxtc-rightIndent
{
	height: 3px;
}
.dxtcLite_PlasticBlue.dxtc-right .dxtc-spacer
{
	height: 1px;
}
.dxtcLite_PlasticBlue.dxtc-right .dxtc-content
{
	background: #FFFFFF url('/DXR.axd?r=0_3003-Iwaka') repeat-y right top;
	border-top: 1px solid #002D96;
	border-right-color: #002D96;
	border-bottom: 1px solid #002D96;
	border-left: 1px solid #002D96;
	border-right-width: 1px;
	border-right-style: none!important;
	float: left;
	clear: none;
}
/* Services rules */
.dxtcLite_PlasticBlue.dxtc-noTabs .dxtc-content
{
	border: 1px solid #CCCCCC!important;
}

/* -- ASPxTitleIndex -- */
.dxtiControl_PlasticBlue 
{
	color: #1E3695;
	background-color: white;
	font: 12px Tahoma;
	border: 1px Solid #A8A8A8;
	text-decoration: underline;
}
.dxtiControl_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: none!important;
}
.dxtiLoadingPanel_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
	border: 1px solid #CBCBCB;
	background-color: White;
}
.dxtiLoadingPanel_PlasticBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxtiItem_PlasticBlue
{
	color: #5A83D0;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
.dxtiGroupHeader_PlasticBlue,
.dxtiGroupHeaderCategorized_PlasticBlue
{
	font-size: 19px;
	text-decoration: none;
	font-weight: normal;
}
.dxtiGroupHeader_PlasticBlue,
.dxtiGroupHeaderCategorized_PlasticBlue
{
	white-space: nowrap;
	padding: 0px 0px 0px 8px;
	border: 1px Solid #CCCCCC;
	background-image: url('/DXR.axd?r=0_3017-Iwaka');
}
.dxtiGroupHeaderCategorized_PlasticBlue
{
	border: 1px Solid #CCCCCC;
	padding-bottom: 0px;
}
/* - GroupHeaderText - */
.dxtiGroupHeaderText_PlasticBlue,
.dxtiGroupHeaderTextCategorized_PlasticBlue
{
	background-color: transparent;
	color: #848484;
	font-size: 17px;
}
.dxtiGroupHeaderText_PlasticBlue
{
	padding: 0px 7px;
}
.dxtiGroupHeaderTextCategorized_PlasticBlue
{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
}
/* - FilterBox - */
.dxtiFilterBoxInfoText_PlasticBlue
{
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 4px;
	text-decoration: none;
}
.dxtiFilterBoxEdit_PlasticBlue
{
	border: 1px Solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	padding-left: 3px;
	text-decoration: none;
	width: 158px;
}
.dxtiFilterBox_PlasticBlue,
.dxtiFilterBox_PlasticBlue table
{
	color: #898989;
	font-weight: normal;
	text-decoration: none;
}
.dxtiFilterBox_PlasticBlue
{
	background-color: transparent;
	padding-right: 0px;
}
/* - IndexPanel - */
.dxtiIndexPanel_PlasticBlue
{
	background-color: #F5F5F5;
	border: 1px Solid #CCCCCC;
	color: #CCCCCC;
	padding: 10px 15px;
	text-decoration: none;
}
.dxtiIndexPanelItem_PlasticBlue,
.dxtiIndexPanelItem_PlasticBlue a, 
.dxtiCurrentIndexPanelItem_PlasticBlue,
.dxtiCurrentIndexPanelItem_PlasticBlue a
{
	color: #5A83D0;
	text-decoration: none;
}
.dxtiIndexPanelItem_PlasticBlue,
.dxtiCurrentIndexPanelItem_PlasticBlue
{
	padding: 2px;
}
.dxtiCurrentIndexPanelItem_PlasticBlue
{
	color: #5B5B5B;
	background-color: transparent;
	text-decoration: none;
}
/* - BackToTop - */
.dxtiBackToTop_PlasticBlue
{
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #5A83D0;
}
.dxtiBackToTop_PlasticBlue
{
	padding: 3px 0px 0px 17px;
}
.dxtiBackToTopRtl_PlasticBlue
{
	padding: 3px 17px 0 0;
}
/* Disabled */
.dxtiDisabled_PlasticBlue
{
	color: #B8B8B8;
	cursor: default;
}
/* -- ASPxUploadControl -- */
.dxucControl_PlasticBlue,
.dxucEditArea_PlasticBlue
{
	font: 12px Tahoma;
}
.dxucControl_PlasticBlue .dxucInputs_PlasticBlue
{
}
.dxucTextBox_PlasticBlue
{
	background-color: white;
	border: 1px solid #B8B8B8;
	padding: 1px 2px;
}
.dxucTextBox_PlasticBlue .dxucEditArea_PlasticBlue
{
	margin: 0px;
	background-color: white;
}
.dxucNullText_PlasticBlue .dxucEditArea_PlasticBlue
{
    color: #b8b8b8;
}
.dxucErrorCell_PlasticBlue
{
	color: Red;
	text-align: left;
}
.dxucButton_PlasticBlue,
.dxucButton_PlasticBlue a,
.dxucButton_PlasticBlue a:hover
{
	color: #5A83D0;
	white-space: nowrap;
}
.dxucBrowseButton_PlasticBlue,
.dxucBrowseButton_PlasticBlue a
{
	color: Black;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}
.dxucControl_PlasticBlue .dxucBrowseButton_PlasticBlue a
{
	color: Black;
}
.dxucControl_PlasticBlue a[unselectable=on]
{
    user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.dxucBrowseButton_PlasticBlue
{
	padding: 3px 11px 4px;
	border: 1px solid #B8B8B8;
	background: #E5E5E5 url('/DXR.axd?r=0_3023-Iwaka') left top;
}
.dxucBrowseButton_PlasticBlue.dxbf
{
    padding: 3px 10px 4px;
}
.dxucBrowseButton_PlasticBlue.dxbf a
{
    border: 1px dotted black;
}
.dxucBrowseButtonHover_PlasticBlue
{
	background: #F2F2F2 url('/DXR.axd?r=0_3024-Iwaka') left top;
}
.dxucBrowseButtonPressed_PlasticBlue
{
	background: #CBCBCB none;
}
/* UploadControl - ProgressBar */
.dxucProgressBar_PlasticBlue
{
	border: 1px Solid #B8B8B8;
	background-color: #F5F5F5;
}
.dxucProgressBar_PlasticBlue .dxucPBMainCell
{
	padding: 1px;
}
.dxucProgressBar_PlasticBlue td.dx
{
	padding: 0;
}
.dxucProgressBar_PlasticBlue,
.dxucProgressBar_PlasticBlue td.dx
{
	font: 12px Tahoma;
	color: #000000;
}
.dxucProgressBarIndicator_PlasticBlue
{
	background: #3E5496 url('/DXR.axd?r=0_3025-Iwaka') repeat-x;
}
/* Silverlight Plugin Link */
.dxucSilverlightPluginLinkPanel_PlasticBlue {
	font: 9px Verdana;
	color: #7d7d7d;
	text-align: left;
}
.dxucSilverlightPluginLinkPanel_PlasticBlue td {
	padding: 0px 3px;
	vertical-align: middle;
}
.dxucSilverlightPluginLinkPanel_PlasticBlue a {
	color: #5A83D0;
}
/* Disabled */
.dxucDisabled_PlasticBlue,
.dxucDisabled_PlasticBlue a
{
	color: #B8B8B8;
	cursor: default;
}
.dxucTextBoxDisabled_PlasticBlue,
.dxucTextBoxDisabled_PlasticBlue .dxucEditArea_PlasticBlue
{
	background-color: #FAFAFA;
}
.dxucTextBoxDisabled_PlasticBlue
{
	border-color: #B8B8B8;
}
.dxucButtonDisabled_PlasticBlue a,
.dxucButtonDisabled_PlasticBlue a:hover
{
	color: #B8B8B8;
	text-decoration: none;
}
.dxucControl_PlasticBlue .dxucBrowseButtonDisabled_PlasticBlue a
{
    color: #B8B8B8;
}

/* -- ASPxSplitter -- */
.dxsplControl_PlasticBlue,
.dxsplVSeparator_PlasticBlue,
.dxsplHSeparator_PlasticBlue
{
	background-color: White;
}
.dxsplVSeparator_PlasticBlue,
.dxsplHSeparator_PlasticBlue
{
	font-size: 0;
}
.dxsplControl_PlasticBlue,
.dxsplVSeparator_PlasticBlue,
.dxsplHSeparator_PlasticBlue,
.dxsplPane_PlasticBlue,
.dxsplPaneCollapsed_PlasticBlue,
.dxsplVSeparator_PlasticBlue,
.dxsplHSeparator_PlasticBlue,
.dxsplVSeparatorCollapsed_PlasticBlue,
.dxsplHSeparatorCollapsed_PlasticBlue
{
	border: 0px solid #CCCCCC;
}
.dxsplPane_PlasticBlue,
.dxsplPaneCollapsed_PlasticBlue
{
	border-width: 1px;
	background-color: #F5F5F5;
}
.dxsplPaneCollapsed_PlasticBlue
{
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.dxsplVSeparatorHover_PlasticBlue
{
	cursor: w-resize;
}
.dxsplHSeparatorHover_PlasticBlue
{
	cursor: n-resize;
}
.dxsplVSeparatorCollapsed_PlasticBlue
{
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.dxsplHSeparatorCollapsed_PlasticBlue
{
	border-left-width: 1px;
	border-right-width: 1px;
}
.dxsplVSeparatorHover_PlasticBlue,
.dxsplVSeparatorButtonHover_PlasticBlue
{
	background: url('/DXR.axd?r=0_2997-Iwaka') repeat-y top left;
}
.dxsplHSeparatorHover_PlasticBlue,
.dxsplHSeparatorButtonHover_PlasticBlue
{
	background: url('/DXR.axd?r=0_2995-Iwaka') repeat-x top left;
}
.dxsplVSeparatorCollapsed_PlasticBlue,
.dxsplHSeparatorCollapsed_PlasticBlue
{
	cursor: default!important;
}
.dxsplVSeparatorButton_PlasticBlue
{
	cursor: pointer;
	padding: 5px 0px;
}
.dxsplHSeparatorButton_PlasticBlue
{
	cursor: pointer;
	padding: 0px 5px;
}
.dxsplVSeparatorHover_PlasticBlue,
.dxsplHSeparatorHover_PlasticBlue,
.dxsplVSeparatorButtonHover_PlasticBlue,
.dxsplHSeparatorButtonHover_PlasticBlue
{
	background-color: #E9E9E9;
}
.dxsplResizingPointer_PlasticBlue
{
	background: url('/DXR.axd?r=0_2996-Iwaka') repeat;
	font-size: 0px;
	line-height: 0px;
}
.dxsplLCC
{
	padding: 8px;
}

/* menuButtons_ThemeName and menuLinks_ThemeName uses in XAF */
.menuButtons_PlasticBlue 
{
	font: 12px Tahoma;
	color: #000000;
	background: none!important;
}
.menuButtons_PlasticBlue a
{
	color: #000000!important;
}

.menuButtons_PlasticBlue .dxmMenuSeparator_PlasticBlue .dx,
.menuButtons_PlasticBlue .dxmMenuFullHeightSeparator_PlasticBlue .dx 
{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
.menuButtons_PlasticBlue .dxmMenuSeparator_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuFullHeightSeparator_PlasticBlue
{
	width: 1px;
	background: none;
}

.menuButtons_PlasticBlue .dxmMenuSeparator_PlasticBlue .dx,
.menuButtons_PlasticBlue .dxmMenuFullHeightSeparator_PlasticBlue .dx,
.menuButtons_PlasticBlue .dxmMenuVerticalSeparator_PlasticBlue
{
	width: 5px;
}
.menuButtons_PlasticBlue .dxmMenuSeparator_PlasticBlue
{
	display: none;
}
.menuButtons_PlasticBlue .dxmMenuVerticalSeparator_PlasticBlue
{
	width: 100%;
	height: 1px;
}

.menuButtons_PlasticBlue .dxmMenuItem_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemWithImageWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItem_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue, 
.menuButtons_PlasticBlue .dxmMenuLargeItem_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuLargeItemWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuLargeItemWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItem_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue
{
	font-weight: normal;
	vertical-align: middle;
	background: #e5e5e5 url('/DXR.axd?r=0_2964-Iwaka') left top;
	padding: 2px 10px 3px 11px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #B8B8B8;
}
.menuButtons_PlasticBlue .dxmMenuItemHover_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemHoverWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemHoverWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuButtons_PlasticBlue .dxmVerticalMenuItemHover_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemHoverWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemHoverWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuButtons_PlasticBlue .dxmMenuLargeItemHover_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuLargeItemHoverWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemHover_PlasticBlue,
.menuButtons_PlasticBlue  .dxmVerticalMenuLargeItemHoverWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue
{
	color: #000000;
	background: #F2F2F2 url('/DXR.axd?r=0_2965-Iwaka') left top;
	padding: 2px 10px 3px 11px;
	font-weight: normal;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}
.menuButtons_PlasticBlue .dxmMenuItemWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemWithImageWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue, 
.menuButtons_PlasticBlue .dxmMenuLargeItemWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemHoverWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuButtons_PlasticBlue .dxmVerticalMenuItemHoverWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuButtons_PlasticBlue .dxmMenuLargeItemHoverWithImage_PlasticBlue,
.menuButtons_PlasticBlue .dxmMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemHover_PlasticBlue,
.menuButtons_PlasticBlue .dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue
{
	padding-top: 2px!important;
	padding-bottom: 1px!important;
}
.menuLinks_PlasticBlue
{
	font: 12px Tahoma;
	background: none!important;
	border-width: 0px!important;
}

.menuLinks_PlasticBlue .dxmMenuItemHover_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuItemHoverWithImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuItemHoverWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuItemHoverWithImageWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuItemHover_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuItemHoverWithImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuItemHoverWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuItemHoverWithImageWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuLargeItemHover_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuLargeItemHoverWithImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuLargeItemHoverWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemHover_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemHoverWithImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemHoverWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue a
{
	color: #2443AA!important;
	text-decoration: underline;
}

.menuLinks_PlasticBlue .dxmMenuItemHover_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuItemHoverWithImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuItemHoverWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuLinks_PlasticBlue .dxmVerticalMenuItemHover_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuItemHoverWithImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuItemHoverWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuLinks_PlasticBlue .dxmMenuLargeItemHover_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuLargeItemHoverWithImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue, 
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemHover_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemHoverWithImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemHoverWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage_PlasticBlue
{
	background: none repeat scroll 0 0 transparent;
	padding-right: 5px;
	padding-left: 11px;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	border-width: 0px;
}

.menuLinks_PlasticBlue .dxmMenuItem_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuItem_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmMenuItemWithImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuItemWithImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmMenuItemWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuItemWithPopOutImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmMenuItemWithImageWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuItemWithImageWithPopOutImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmVerticalMenuItem_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuItem_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithPopOutImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmMenuLargeItem_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuLargeItem_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithPopOutImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItem_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItem_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithPopOutImage_PlasticBlue a:visited,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue a,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue a:visited
{
	color: #5A83D0;
	text-decoration: underline;
}

.menuLinks_PlasticBlue .dxmMenuItem_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuItemWithImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuItemWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuItemWithImageWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuItem_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuItemWithImageWithPopOutImage_PlasticBlue, 
.menuLinks_PlasticBlue .dxmMenuLargeItem_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmMenuLargeItemWithImageWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItem_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithPopOutImage_PlasticBlue,
.menuLinks_PlasticBlue .dxmVerticalMenuLargeItemWithImageWithPopOutImage_PlasticBlue
{
	font-weight: normal;
	vertical-align: middle;
	background: none;
	padding: 0px 5px 0px 11px;
	cursor: pointer;
	border-width: 0px;
}
/* --- ASPxMenu Lite skins for XAF --- */
.dxmtb.menuLinks_PlasticBlue .dxm-item,
.dxmtb.menuLinks_PlasticBlue .dxm-hovered,
.dxmtb.menuLinks_PlasticBlue .dxm-disabled,
.menuLinks_PlasticBlue.dxm-vertical .dxm-item,
.menuLinks_PlasticBlue.dxm-vertical .dxm-hovered,
.menuLinks_PlasticBlue.dxm-vertical .dxm-disabled
{
	border-style: none!important;
	padding: 1px 2px 1px 1px!important;
	background: none!important;
}
.menuLinks_PlasticBlue .dxm-content,
.menuLinks_PlasticBlue .dxm-hovered .dxm-content,
.menuLinks_PlasticBlue .dxm-disabled .dxm-content
{
	padding-top: 4px!important;
	padding-bottom: 0px!important;
}
.menuLinks_PlasticBlue .dxm-popOut,
.menuLinks_PlasticBlue .dxm-hovered .dxm-popOut,
.menuLinks_PlasticBlue .dxm-disabled .dxm-popOut
{
	padding-top: 6px!important;
	padding-bottom: 4px!important;
}
.menuLinks_PlasticBlue.dxm-vertical .dxm-dropDownMode .dxm-popOut
{
	padding-top: 8px!important;
	padding-right: 3px!important;
}
.menuLinks_PlasticBlue .dxm-image,
.menuLinks_PlasticBlue .dxm-hovered .dxm-image,
.menuLinks_PlasticBlue .dxm-disabled .dxm-image
{
	vertical-align: text-top;
	display: block;
	border-style: none;
	float: left;
}
.dxmLite_PlasticBlue .menuLinks_PlasticBlue .dxm-content a.dx
{
	color: #5A83D0;
	text-decoration: underline!important;
}
.dxmLite_PlasticBlue .menuLinks_PlasticBlue .dxm-hovered .dxm-content a.dx
{
	color: #2443AA;
}
.menuLinks_PlasticBlue .dxm-popOut,
.menuLinks_PlasticBlue .dxm-hovered .dxm-popOut,
.menuLinks_PlasticBlue .dxm-disabled .dxm-popOut
{
	border-left-style: none!important;
}
.menuLinks_PlasticBlue .dxm-hasText .dxm-image
{
	margin-right: 5px!important;
}
.menuLinks_PlasticBlue .dxm-content,
.menuLinks_PlasticBlue .dxm-noImage .dxm-content,
.menuLinks_PlasticBlue .dxm-noImages .dxm-content,
.menuLinks_PlasticBlue.dxm-vertical .dxm-content,
.menuLinks_PlasticBlue.dxm-vertical .dxm-dropDownMode .dxm-content
{
	padding-left: 10px!important;
	padding-right: 3px!important;
}
.menuLinks_PlasticBlue .dxm-dropDownMode .dxm-content,
.menuLinks_PlasticBlue .dxm-dropDownMode .dxm-hasText.dxm-content
{
	padding-left: 10px!important;
	padding-right: 12px!important;
}
.menuLinks_PlasticBlue .dxm-dropDownMode.dxm-noImage .dxm-content,
.menuLinks_PlasticBlue .dxm-noImages .dxm-dropDownMode .dxm-content
{
	padding-left: 10px!important;
}
.menuLinks_PlasticBlue.dxm-vertical .dxm-noImage .dxm-content,
.menuLinks_PlasticBlue.dxm-vertical .dxm-noImages .dxm-content
{
	padding-left: 33px!important;
}
.dxmLite_PlasticBlue .menuLinks_PlasticBlue .dxm-disabled .dxm-content a.dx
{
	color: #b8b8b8;
	background-color: #fafafa!important;
	cursor: default!important;
	text-decoration: inherit!important;
}
.menuLinks_PlasticBlue .dxm-dropDownMode .dxm-popOut
{
	padding-right: 3px!important;
}


.dxmLite_PlasticBlue .dxmtb.menuButtons_PlasticBlue .dxm-separator B
{
	width: 0px!important;
}
.menuButtons_PlasticBlue .dxm-content,
.menuButtons_PlasticBlue .dxm-hovered .dxm-content,
.menuButtons_PlasticBlue .dxm-disabled .dxm-content
{
	padding-top: 2px!important;
	padding-bottom: 2px!important;
}
.menuButtons_PlasticBlue .dxm-noImages .dxm-content,
.menuButtons_PlasticBlue .dxm-noImage .dxm-content
{
	padding-top: 2px!important;
	padding-bottom: 3px!important;
}
.menuButtons_PlasticBlue .dxm-noImage .dxm-hovered .dxm-content,
.menuButtons_PlasticBlue .dxm-noImage .dxm-disabled .dxm-content
{
	padding-top: 3px!important;
	padding-bottom: 2px!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-content,
.menuButtons_PlasticBlue.dxm-vertical .dxm-content
{
	padding-left: 11px!important;
}
.menuButtons_PlasticBlue.dxm-vertical .dxm-noImage .dxm-content,
.menuButtons_PlasticBlue.dxm-vertical .dxm-noImages .dxm-content
{
	padding-left: 13px!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-dropDownMode .dxm-content 
{
	padding-right: 3px!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-content 
{
	padding-right: 10px!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-content.dxm-hasText .dxm-image 
{
	margin-right: 10px!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-content .dxm-image 
{
	margin-right: 0px!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-popOut,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-disabled .dxm-popOut
{
	padding: 8px 10px 2px 12px!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-hovered .dxm-popOut
{
	padding-left: 11px!important;
}
.menuButtons_PlasticBlue.dxm-vertical .dxm-popOut,
.menuButtons_PlasticBlue.dxm-vertical .dxm-hovered .dxm-popOut,
.menuButtons_PlasticBlue.dxm-vertical .dxm-disabled .dxm-popOut
{
	padding-left: 11px!important;
	padding-right: 10px!important;
}

.dxm-horizontal.menuButtons_PlasticBlue .dxm-item,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-hovered
{
	padding: 0px 5px 0px 0px!important;
	border-style: none!important;
	background: none!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-item .dxm-content,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-item .dxm-popOut,
.menuButtons_PlasticBlue.dxm-vertical .dxm-item
{
	color: #000000;
	border: 1px solid #B8B8B8;
	background: #e5e5e5 url('/DXR.axd?r=0_2964-Iwaka') left top!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-dropDownMode.dxm-hovered .dxm-popOut,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-subMenu.dxm-hovered .dxm-popOut,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-hovered .dxm-content,
.menuButtons_PlasticBlue.dxm-vertical .dxm-hovered
{
	border-top: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8!important;
	background: #F2F2F2 url('/DXR.axd?r=0_2965-Iwaka') left top!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-disabled .dx,
.menuButtons_PlasticBlue.dxm-vertical .dxm-disabled .dx
{
	color: #b8b8b8!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-item .dxm-popOut,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-disabled .dxm-popOut
{
	border-left-width: 0px;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-dropDownMode.dxm-item .dxm-content,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-dropDownMode.dxm-hovered .dxm-content,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-dropDownMode.dxm-disabled .dxm-content,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-subMenu.dxm-item .dxm-content,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-subMenu.dxm-hovered .dxm-content,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-subMenu.dxm-disabled .dxm-content
{
	border-right-width: 0px!important;
	padding-right: 4px!important;
}
.menuButtons_PlasticBlue .dxm-subMenu .dxm-popOut,
.menuButtons_PlasticBlue .dxm-subMenu.dxm-hovered .dxm-popOut,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-subMenu.dxm-hovered .dxm-popOut
{
	border-left-width: 0px!important;
}
.dxm-horizontal.menuButtons_PlasticBlue .dxm-subMenu .dxm-popOut,
.dxm-horizontal.menuButtons_PlasticBlue .dxm-subMenu.dxm-hovered .dxm-popOut
{
	padding-left: 0px!important;
}


/* -- ASPxTreeView -- */
.dxtvControl_PlasticBlue
{
	float: left;
}
.dxtvControl_PlasticBlue li 
{
	font: 12px Tahoma;
	overflow-y: hidden;
}

.dxtvControl_PlasticBlue ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.dxtvControl_PlasticBlue a {
	text-decoration: none;
	color: Black;
}

.dxtvControl_PlasticBlue .dxtv-ln
{
	background: url('/DXR.axd?r=0_3021-Iwaka') repeat-y;
	vertical-align: top;
}

.dxtvControl_PlasticBlue .dxtv-nd
{
	margin-top: 1px;
	float: left;
	padding: 1px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: Black;
	outline: 0 none;
}

.dxtvControl_PlasticBlue .dxtv-elbNoLn,
.dxtvControl_PlasticBlue .dxtv-elb
{
	width: 26px;
	height: 21px;
	vertical-align: top;
	float: left;
}

.dxtvControl_PlasticBlue .dxtv-elb
{
	background: url('/DXR.axd?r=0_3019-Iwaka') no-repeat;
}

.dxtvControl_PlasticBlue .dxtv-btn 
{
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
}

.dxtvControl_PlasticBlue .dxtv-subnd 
{
	margin-left: 22px;
}

.dxtvControl_PlasticBlue .dxtv-ndImg 
{
	padding: 4px 0px 3px 5px;
	float: left;
	vertical-align: middle;
	cursor: pointer;
}

.dxtvControl_PlasticBlue .dxtv-ndTxt 
{
	padding: 4px;
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}

.dxtvControl_PlasticBlue .dxtv-ndChk
{
	padding: 0;
	float: left;
	vertical-align: middle;
	cursor: default;
	margin: 4px 3px 3px 6px;
	*margin: 4px 0 0 6px;
}
  
.dxtvControl_PlasticBlue .dxtv-ndTmpl
{
	float: left;
	white-space: nowrap;
}

.dxtvControl_PlasticBlue .dxtv-ndSel,
.dxtvControl_PlasticBlue .dxtv-ndHov 
{
	border: 1px solid #CCCCCC;
	padding: 0;
}

.dxtvControl_PlasticBlue .dxtv-ndSel
{
	background-color: #CCCCCC;
	cursor: default;
}

.dxtv-ndSel .dxtv-ndTxt,
.dxtv-ndSel .dxtv-ndImg
{
	cursor: default;
}

.dxtvControl_PlasticBlue .dxtv-ndHov 
{
	background-color: #F5F5F5;
	cursor: pointer;
}

.dxtv-ndHov .dxtv-ndTxt,
.dxtv-ndHov .dxtv-ndImg
{
	cursor: pointer;
}

.dxtvControl_PlasticBlue .dxtv-clr,
.dxtvControl_PlasticBlue .dxtv-clrIE7
{
	clear: both;
	font-size: 0;
	height: 0;
	display: block;
	visibility: hidden;
	width: 0;
} 

.dxtvControl_PlasticBlue .dxtv-clr
{
	line-height: 0;
}

.dxtvControl_PlasticBlue.dxtvRtl,
.dxtvControl_PlasticBlue.dxtvRtl .dxtv-nd, 
.dxtvControl_PlasticBlue.dxtvRtl .dxtv-elbNoLn,
.dxtvControl_PlasticBlue.dxtvRtl .dxtv-elb,
.dxtvControl_PlasticBlue.dxtvRtl .dxtv-ndTxt, 
.dxtvControl_PlasticBlue.dxtvRtl .dxtv-ndImg, 
.dxtvControl_PlasticBlue.dxtvRtl .dxtv-ndChk,
.dxtvControl_PlasticBlue.dxtvRtl .dxtv-ndTmpl
{
	float: right;
}

.dxtvControl_PlasticBlue.dxtvRtl .dxtv-elb,
.dxtvControl_PlasticBlue.dxtvRtl .dxtv-ln 
{
	background-position: right top;
}

.dxtvControl_PlasticBlue.dxtvRtl .dxtv-elb
{
	background-image: url('/DXR.axd?r=0_3020-Iwaka');
}

.dxtvControl_PlasticBlue.dxtvRtl .dxtv-btn 
{
	margin: 5px 10px 0 0;
}

.dxtvControl_PlasticBlue.dxtvRtl .dxtv-subnd 
{
	margin: 0 22px 0 0;
}

.dxtvControl_PlasticBlue.dxtvRtl .dxtv-ndImg 
{
	padding: 4px 5px 3px 0px;
}

.dxtvControl_PlasticBlue.dxtvRtl .dxtv-ndChk
{
	margin: 4px 6px 3px 3px;
	*margin: 4px 6px 0 0;
}

.dxtvControl_PlasticBlue.dxtvRtl.OperaRtlFix .dxtv-btn
{
	margin: 5px 10px 0 0;
}

.dxtvControl_PlasticBlue.dxtvRtl.OperaRtlFix .dxtv-subnd 
{
	overflow-x: hidden;
}

.dxtvDisabled_PlasticBlue,
.dxtvControl_PlasticBlue .dxtvDisabled_PlasticBlue,
.dxtvDisabled_PlasticBlue a,
.dxtvDisabled_PlasticBlue .dxtv-ndTxt,
.dxtvDisabled_PlasticBlue .dxtv-ndImg,
.dxtvDisabled_PlasticBlue .dxtv-btn,
.dxtvDisabled_PlasticBlue .dxtv-nd
{
	color: #B8B8B8;
	cursor: default;
} 

.dxtvLoadingPanelWithContent_PlasticBlue
{
	font: 12px Tahoma;
	color: #303030;
	border: 1px solid #CBCBCB;
	background-color: White;
}
.dxtvLoadingPanelWithContent_PlasticBlue td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}

/* ASPxFileManager */
.dxfmControl_PlasticBlue 
{
	font: 12px Tahoma;
	outline: 0px;
}
.dxfmDisabled_PlasticBlue
{
	color: #ACACAC;
}

/* FileManager - Splitter */
.dxfmControl_PlasticBlue .dxsplControl_PlasticBlue
{
	border-width: 1px;
	border-color: #CCCCCC;
}
.dxfmControl_PlasticBlue .dxsplPane_PlasticBlue
{
	border-width: 0px;
	background-color: White;
}
.dxfmControl_PlasticBlue .dxsplLCC {
	outline-width: 0px;
	padding: 4px;
}
.dxfmControl_PlasticBlue.dxfm-dst .dxsplVSeparator_PlasticBlue
{
	width: 3px;
	background: White url('/DXR.axd?r=0_2966-Iwaka') repeat-y right;
	border-width: 0px;
}
.dxfmControl_PlasticBlue.dxfm-dst.dxfm-rtl .dxsplVSeparator_PlasticBlue
{
	background-position-x: left;
}
.dxfmControl_PlasticBlue.dxfm-tch .dxsplVSeparator_PlasticBlue
{
	border-width: 0 1px;
	border-color: #CCCCCC;
}
.dxfmControl_PlasticBlue .dxsplHSeparator_PlasticBlue
{
	border-width: 0px;
	background: #CCCCCC none;
}

/* FileManager - TreeView */
.dxfmControl_PlasticBlue .dxtvControl_PlasticBlue 
{
	margin-left: -5px;
}
.dxfmControl_PlasticBlue .dxtvControl_PlasticBlue .dxtv-nd .dxtv-ndTxt 
{
	padding-left: 1px;
}
.dxfmControl_PlasticBlue .dxtvControl_PlasticBlue .dxtv-nd 
{
	padding-left: 3px;
	margin-bottom: 0px;
}
.dxfmControl_PlasticBlue .dxtvControl_PlasticBlue .dxfm-folderSI
{
	border: 1px dotted #888888;
	padding: 0px 0px 0px 2px;
}
.dxfmControl_PlasticBlue .dxtvControl_PlasticBlue .dxtv-ndHov
{
	padding-left: 2px;
}
.dxfmControl_PlasticBlue .dxtvControl_PlasticBlue .dxtv-ndSel
{
	padding-left: 2px;
}
.dxfmControl_PlasticBlue .dxtvControl_PlasticBlue .dxtv-ndImg
{
	padding: 0px;
	margin-right: 3px;
	margin-top: 2px;
}

/* FileManager - File */
.dxfmControl_PlasticBlue .dxfm-file 
{
	float: left;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 5px;
	margin: 5px;
}
.dxfmControl_PlasticBlue.dxfm-rtl .dxfm-file 
{
	float: right;
}
.dxfmDisabled_PlasticBlue .dxfm-file
{
	cursor: default;
}
.dxfmControl_PlasticBlue .dxfm-fileSI
{
	border: 1px dotted #888888;
}
.dxfmControl_PlasticBlue .dxfm-fileSA
{
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
.dxfmControl_PlasticBlue .dxfm-fileH
{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
.dxfmControl_PlasticBlue .dxfm-content
{
	overflow: hidden;
}
.dxfmControl_PlasticBlue .dxfm-content div
{
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dxfmControl_PlasticBlue .dxfm-content div
{
	height: 18px;
}
.dxfmControl_PlasticBlue .dxfm-content .dxfm-highlight
{
	background-color: #dedede;
	background-repeat: repeat;
	color: #333333;
	font-weight: bold;
}

/* FileManager - Toolbar */
.dxfmControl_PlasticBlue .dxfm-toolbar
{
	background: #3E5496 url('/DXR.axd?r=0_2968-Iwaka') repeat-x left top;
}
.dxfmControl_PlasticBlue .dxfm-toolbar.dxsplPane_PlasticBlue table.dxfm
{
	width: 100%;
}
.dxfmControl_PlasticBlue .dxfm-toolbar.dxsplPane_PlasticBlue .dxfm-filter
{
	text-align: right;
	vertical-align: top;
	color: White;
	white-space: nowrap;
}
.dxfmControl_PlasticBlue.dxfm-rtl .dxfm-toolbar.dxsplPane_PlasticBlue .dxfm-filter 
{
	text-align: left;
}
.dxfmControl_PlasticBlue .dxfm-toolbar.dxsplPane_PlasticBlue .dxfm-filter input
{
	border: 1px solid #B8B8B8;
	margin: 4px 4px 0px 3px;
	width: 130px;
	height: 16px;
	font: 12px Tahoma;
}
.dxfmControl_PlasticBlue .dxfm-toolbar.dxsplPane_PlasticBlue .dxfm-path input
{
	border: 1px solid #B8B8B8;
	width: 230px;
	height: 16px;
	font: 12px Tahoma;
}

/* FileManager - Toolbar - Light */
.dxfmControl_PlasticBlue .dxfm-toolbar .dxsplLCC 
{
	padding: 5px;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmLite_PlasticBlue .dxm-main
{
	margin-top: 1px;
	border-width: 0px;
	background: transparent none;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmLite_PlasticBlue .dxm-horizontal.dxmtb .dxm-separator 
{
	margin: 0px 11px;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmLite_PlasticBlue .dxfm-path 
{
	padding-left: 3px;
	padding-top: 2px;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmLite_PlasticBlue .dxfm-path input
{
	margin: 1px 8px 0px 4px;
}
.dxfmControl_PlasticBlue.dxfm-rtl .dxfm-toolbar .dxmLite_PlasticBlue .dxfm-path input
{
	margin: 1px 4px 0px 8px;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmLite_PlasticBlue .dxm-item .dxm-content 
{
	padding-top: 5px;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmLite_PlasticBlue .dxm-item .dxm-content .dxm-image {
	margin: 0px;
}

/* FileManager - Toolbar - Classic */
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue
{
	border-width: 0px;
	background: transparent none;
	padding-top: 1px;
	padding-left: 3px;
	display: inline-block;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue .dxmMenuSeparator_PlasticBlue 
{
	padding: 0px 11px;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue .dxmMenuItemSeparatorSpacing_PlasticBlue 
{
	width: 11px;
	display: block;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue .dxmMenuItemSpacing_PlasticBlue 
{
	width: 0px;
	display: block;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue .dxmMenuItem_PlasticBlue.dxfm-path 
{
	padding: 0px 0px 1px;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue .dxmMenuItem_PlasticBlue
{
	padding-top: 1px;
	padding-left: 3px;
	background: transparent none;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue .dxmMenuItemWithImage_PlasticBlue
{
	background: transparent none;
	padding-top: 5px;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue .dxmMenuItemHoverWithImage_PlasticBlue
{
	background: #E9E9E9 url('/DXR.axd?r=0_2969-Iwaka') repeat-x left top;
}
.dxfmControl_PlasticBlue .dxfm-toolbar .dxmMenu_PlasticBlue .dxfm-path input
{
	margin: 0px 8px 1px 4px;
}
.dxfmControl_PlasticBlue.dxfm-rtl .dxfm-toolbar .dxmMenu_PlasticBlue .dxfm-path input
{
	margin: 0px 4px 1px 8px;
}

/* FileManager - UploadPanel */
.dxfmControl_PlasticBlue .dxfm-uploadPanel
{
	background: #E9E9E9 url('/DXR.axd?r=0_2978-Iwaka') repeat-x left top;
	text-align: right;
}
.dxfmControl_PlasticBlue.dxfm-rtl .dxfm-uploadPanel
{
	text-align: left;
}
.dxfmControl_PlasticBlue .dxfm-uploadPanel.dxsplPane_PlasticBlue table.dxfm-uploadPanelTable
{
	display: inline-block;
	margin-right: 5px;
	margin-top: 1px;
}
.dxfmControl_PlasticBlue .dxfm-uploadPanel.dxsplPane_PlasticBlue table.dxfm-uploadPanelTable .dxucControl_PlasticBlue 
{
	margin-right: 10px;
	margin-top: 4px;
}
.dxfmControl_PlasticBlue.dxfm-rtl .dxfm-uploadPanel.dxsplPane_PlasticBlue table.dxfm-uploadPanelTable .dxucControl_PlasticBlue
{
	margin-right: 0px;
	margin-left: 10px;
}
.dxfmControl_PlasticBlue .dxfm-uploadPanel.dxsplPane_PlasticBlue table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell a 
{
	color: #5A83D0;
}
.dxfmControl_PlasticBlue .dxfm-uploadPanel.dxsplPane_PlasticBlue table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell a.dxfm-uploadDisable 
{
	color: #777777;
	text-decoration: none;
	cursor: default;
}
.dxfmControl_PlasticBlue .dxfm-uploadPanel.dxsplPane_PlasticBlue .dxucTextBox_PlasticBlue 
{
	padding: 0px 2px;
}
.dxfmControl_PlasticBlue .dxfm-uploadPanel.dxsplPane_PlasticBlue .dxucBrowseButton_PlasticBlue 
{
	padding: 2px 8px 3px;
}
.dxfmControl_PlasticBlue .dxfm-uploadPanel.dxsplPane_PlasticBlue .dxucBrowseButton_PlasticBlue.dxbf 
{
	padding: 2px 7px 3px;
}
.dxfmControl_PlasticBlue .dxfm-uploadPanel.dxsplPane_PlasticBlue .dxucSilverlightPluginLinkPanel_PlasticBlue 
{
	margin-top: -8px;
}

/* FileManager - Create, Rename input */
.dxfmControl_PlasticBlue .dxfm-cInput,
.dxfmControl_PlasticBlue .dxfm-rInput
{
	border: 1px solid #B8B8B8;
	padding: 1px;
	font: 12px Tahoma;
	outline-width: 0px;
	margin: 0px;
}

/* FileManager - LoadingPanel */
.dxfmControl_PlasticBlue .dxfmLoadingPanel_PlasticBlue 
{
	background-color: white;
	border: 1px solid #9F9F9F;
	color: #303030;
	font: 12px Tahoma;
}
.dxfmControl_PlasticBlue .dxfmLoadingPanel_PlasticBlue td.dx {
	padding: 12px;
	text-align: center;
	white-space: nowrap;
}

/* FileManager - Move PopupControl */
.dxfmControl_PlasticBlue .dxpcContentPaddings_PlasticBlue 
{
	padding: 5px 0px 0px;
	background-color: White;
}
.dxfmControl_PlasticBlue .dxpcContent_PlasticBlue .dxfm-mpFoldersC 
{
	overflow: auto;
	padding: 0px 0px 20px 5px;
}
.dxfmControl_PlasticBlue .dxpcContent_PlasticBlue .dxfm-mpButtonC
{
	margin-top: 20px;
	background: #E9E9E9 url('/DXR.axd?r=0_2978-Iwaka') repeat-x left top;
	border-top: 1px solid #CB9FB4;
	text-align: right;
	padding: 10px 15px 10px 10px;
}
.dxfmControl_PlasticBlue .dxpcContent_PlasticBlue .dxfm-mpButtonC a 
{
	margin-left: 12px;
	color: #1B3F91;
}

/* Removes flicking in iOS Safari*/
.dxfmControl_PlasticBlue,
.dxnbGroupHeader_PlasticBlue,
.dxnbGroupHeaderCollapsed_PlasticBlue,
.dxnbGroupContent_PlasticBlue > TABLE > TBODY > TR,
.dxtcTab_PlasticBlue,
.dxtcActiveTab_PlasticBlue,
.dxtv-nd_PlasticBlue
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.dxWeb_rpHeaderTopLeftCorner_PlasticBlue,
.dxWeb_rpHeaderTopRightCorner_PlasticBlue,
.dxWeb_rpBottomLeftCorner_PlasticBlue,
.dxWeb_rpBottomRightCorner_PlasticBlue,
.dxWeb_rpTopLeftCorner_PlasticBlue,
.dxWeb_rpTopRightCorner_PlasticBlue,
.dxWeb_rpGroupBoxBottomLeftCorner_PlasticBlue,
.dxWeb_rpGroupBoxBottomRightCorner_PlasticBlue,
.dxWeb_rpGroupBoxTopLeftCorner_PlasticBlue,
.dxWeb_rpGroupBoxTopRightCorner_PlasticBlue,
.dxWeb_mHorizontalPopOut_PlasticBlue,
.dxWeb_mVerticalPopOut_PlasticBlue,
.dxWeb_mVerticalPopOutRtl_PlasticBlue,
.dxWeb_mSubMenuItem_PlasticBlue,
.dxWeb_mSubMenuItemChecked_PlasticBlue,
.dxWeb_mScrollUp_PlasticBlue,
.dxWeb_mScrollDown_PlasticBlue,
.dxWeb_tcScrollLeft_PlasticBlue,
.dxWeb_tcScrollRight_PlasticBlue,
.dxWeb_tcScrollLeftHover_PlasticBlue,
.dxWeb_tcScrollRightHover_PlasticBlue,
.dxWeb_tcScrollLeftPressed_PlasticBlue,
.dxWeb_tcScrollRightPressed_PlasticBlue,
.dxWeb_tcScrollLeftDisabled_PlasticBlue,
.dxWeb_tcScrollRightDisabled_PlasticBlue,
.dxWeb_nbCollapse_PlasticBlue,
.dxWeb_nbExpand_PlasticBlue,
.dxWeb_nbItemBullet_PlasticBlue,
.dxWeb_splVSeparator_PlasticBlue,
.dxWeb_splVSeparatorHover_PlasticBlue,
.dxWeb_splHSeparator_PlasticBlue,
.dxWeb_splHSeparatorHover_PlasticBlue,
.dxWeb_splVCollapseBackwardButton_PlasticBlue,
.dxWeb_splVCollapseBackwardButtonHover_PlasticBlue,
.dxWeb_splHCollapseBackwardButton_PlasticBlue,
.dxWeb_splHCollapseBackwardButtonHover_PlasticBlue,
.dxWeb_splVCollapseForwardButton_PlasticBlue,
.dxWeb_splVCollapseForwardButtonHover_PlasticBlue,
.dxWeb_splHCollapseForwardButton_PlasticBlue,
.dxWeb_splHCollapseForwardButtonHover_PlasticBlue,
.dxWeb_pcCloseButton_PlasticBlue,
.dxWeb_pcSizeGrip_PlasticBlue,
.dxWeb_pcSizeGripRtl_PlasticBlue,
.dxWeb_pPopOut_PlasticBlue,
.dxWeb_pPopOutDisabled_PlasticBlue,
.dxWeb_pAll_PlasticBlue,
.dxWeb_pAllDisabled_PlasticBlue,
.dxWeb_pPrev_PlasticBlue,
.dxWeb_pPrevDisabled_PlasticBlue,
.dxWeb_pNext_PlasticBlue,
.dxWeb_pNextDisabled_PlasticBlue,
.dxWeb_pLast_PlasticBlue,
.dxWeb_pLastDisabled_PlasticBlue,
.dxWeb_pFirst_PlasticBlue,
.dxWeb_pFirstDisabled_PlasticBlue,
.dxWeb_tiBackToTop_PlasticBlue,
.dxWeb_smSecondLevelBullet_PlasticBlue,
.dxWeb_smThirdLevelBullet_PlasticBlue,
.dxWeb_tvColBtn_PlasticBlue,
.dxWeb_tvColBtnRtl_PlasticBlue,
.dxWeb_tvExpBtn_PlasticBlue,
.dxWeb_tvExpBtnRtl_PlasticBlue,
.dxWeb_fmFolder_PlasticBlue,
.dxWeb_fmFolderLocked_PlasticBlue,
.dxWeb_fmCreateButton_PlasticBlue,
.dxWeb_fmMoveButton_PlasticBlue,
.dxWeb_fmRenameButton_PlasticBlue,
.dxWeb_fmDeleteButton_PlasticBlue,
.dxWeb_fmRefreshButton_PlasticBlue,
.dxWeb_fmDwnlButton_PlasticBlue,
.dxWeb_fmCreateButtonDisabled_PlasticBlue,
.dxWeb_fmMoveButtonDisabled_PlasticBlue,
.dxWeb_fmRenameButtonDisabled_PlasticBlue,
.dxWeb_fmDeleteButtonDisabled_PlasticBlue,
.dxWeb_fmRefreshButtonDisabled_PlasticBlue,
.dxWeb_fmDwnlButtonDisabled_PlasticBlue,
.dxWeb_ucClearButton_PlasticBlue,
.dxWeb_ucClearButtonDisabled_PlasticBlue {
    background-image: url('/DXR.axd?r=0_3000-Iwaka');
    -background-image: url('/DXR.axd?r=0_2999-Iwaka'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
    display:block;
}
.dxWeb_mScrollUp_PlasticBlue, .dxWeb_mScrollDown_PlasticBlue
{
	margin: auto;
}
.dxWeb_pPopOut_PlasticBlue,
.dxWeb_pPopOutDisabled_PlasticBlue,
.dxWeb_pAll_PlasticBlue,
.dxWeb_pAllDisabled_PlasticBlue,
.dxWeb_pPrev_PlasticBlue,
.dxWeb_pPrevDisabled_PlasticBlue,
.dxWeb_pNext_PlasticBlue,
.dxWeb_pNextDisabled_PlasticBlue,
.dxWeb_pLast_PlasticBlue,
.dxWeb_pLastDisabled_PlasticBlue,
.dxWeb_pFirst_PlasticBlue,
.dxWeb_pFirstDisabled_PlasticBlue,
.dxWeb_smBullet_PlasticBlue,
.dxWeb_smSecondLevelBullet_PlasticBlue,
.dxWeb_smThirdLevelBullet_PlasticBlue,
.dxWeb_tiBackToTop_PlasticBlue
{
	display:inline;
}

.dxWeb_edtCheckBoxChecked_PlasticBlue,
.dxWeb_edtCheckBoxUnchecked_PlasticBlue,
.dxWeb_edtCheckBoxGrayed_PlasticBlue,
.dxWeb_edtCheckBoxCheckedDisabled_PlasticBlue,
.dxWeb_edtCheckBoxUncheckedDisabled_PlasticBlue,
.dxWeb_edtCheckBoxGrayedDisabled_PlasticBlue {
	background-image: url('/DXR.axd?r=0_3000-Iwaka');
    -background-image: url('/DXR.axd?r=0_2999-Iwaka'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
	width: 15px;
    height: 15px;
}

.dxWeb_edtCheckBoxUnchecked_PlasticBlue {
	background-position: -142px -101px;
}
.dxWeb_edtCheckBoxChecked_PlasticBlue {
	background-position: -142px -116px; 
}
.dxWeb_edtCheckBoxGrayed_PlasticBlue {
	background-position: -142px -131px;
}
.dxWeb_edtCheckBoxUncheckedDisabled_PlasticBlue {
	background-position: -158px -101px;
}
.dxWeb_edtCheckBoxCheckedDisabled_PlasticBlue {
	background-position: -158px -116px;
}
.dxWeb_edtCheckBoxGrayedDisabled_PlasticBlue {
	background-position: -158px -131px;
}

.dxWeb_rpHeaderTopLeftCorner_PlasticBlue {
    background-position: -104px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpHeaderTopRightCorner_PlasticBlue {
    background-position: -117px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpBottomLeftCorner_PlasticBlue {
    background-position: -78px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpBottomRightCorner_PlasticBlue {
    background-position: -91px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpTopLeftCorner_PlasticBlue {
    background-position: -52px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpTopRightCorner_PlasticBlue {
    background-position: -65px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpGroupBoxBottomLeftCorner_PlasticBlue {
    background-position: -26px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpGroupBoxBottomRightCorner_PlasticBlue {
    background-position: -39px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpGroupBoxTopLeftCorner_PlasticBlue {
    background-position: 0px -88px;
    width: 4px;
    height: 4px;
}

.dxWeb_rpGroupBoxTopRightCorner_PlasticBlue {
    background-position: -13px -88px;
    width: 4px;
    height: 4px;
}

.menuButtons_PlasticBlue .dxWeb_mHorizontalPopOut_PlasticBlue {
    background-position: -56px -98px;
}
.dxWeb_mHorizontalPopOut_PlasticBlue {
    background-position: -92px -50px;
    width: 10px;
    height: 9px;
}

.dxWeb_mVerticalPopOut_PlasticBlue {
    background-position: -105px -50px;
    width: 5px;
    height: 7px;
}

.dxWeb_mVerticalPopOutRtl_PlasticBlue {
    background-position: -107px -62px;
    width: 5px;
    height: 7px;
}

.dxWeb_mSubMenuItem_PlasticBlue {
    background-position: -48px -50px;
    width: 14px;
    height: 14px;
}

.dxWeb_mSubMenuItemChecked_PlasticBlue {
    background-position: -70px -50px;
    width: 14px;
    height: 14px;
}

.dxWeb_mScrollUp_PlasticBlue  {
    background-position: -113px -50px;
    width: 7px;
    height: 5px;
}

.dxWeb_mScrollDown_PlasticBlue  {
    background-position: -113px -56px;
    width: 7px;
    height: 5px;
}

.dxWeb_tcScrollLeft_PlasticBlue {
	background-position: -143px 0;
	width: 19px;
	height: 19px;
}

.dxWeb_tcScrollRight_PlasticBlue {
	background-position: -163px 0;
	width: 19px;
	height: 19px;
}

.dxWeb_tcScrollLeftHover_PlasticBlue {
	background-position: -143px -20px;
	width: 19px;
	height: 19px;
}

.dxWeb_tcScrollRightHover_PlasticBlue {
	background-position: -163px -20px;
	width: 19px;
	height: 19px;
}

.dxWeb_tcScrollLeftPressed_PlasticBlue {
	background-position: -143px -40px;
	width: 19px;
	height: 19px;
}

.dxWeb_tcScrollRightPressed_PlasticBlue {
	background-position: -163px -40px;
	width: 19px;
	height: 19px;
}

.dxWeb_tcScrollLeftDisabled_PlasticBlue {
	background-position: -143px -60px;
	width: 19px;
	height: 19px;
}

.dxWeb_tcScrollRightDisabled_PlasticBlue {
	background-position: -163px -60px;
	width: 19px;
	height: 19px;
}

.dxWeb_nbCollapse_PlasticBlue {
    background-position: -129px 1px;
    width: 13px;
    height: 14px;
}

.dxWeb_nbExpand_PlasticBlue {
    background-position: -129px -22px;
    width: 13px;
    height: 14px;
}

.dxWeb_nbItemBullet_PlasticBlue {
    background-position: -129px -66px;
    width: 5px;
    height: 14px;
}

.dxWeb_splVSeparator_PlasticBlue {
    background-position: -92px -62px;
    width: 6px;
    height: 18px;
}

.dxWeb_splVSeparatorHover_PlasticBlue {
    background-position: -99px -62px;
    width: 6px;
    height: 18px;
}

.dxWeb_splHSeparator_PlasticBlue {
    background-position: -58px -74px;
    width: 18px;
    height: 6px;
}

.dxWeb_splHSeparatorHover_PlasticBlue {
    background-position: -58px -81px;
    width: 18px;
    height: 6px;
}

.dxWeb_splVCollapseBackwardButton_PlasticBlue {
    background-position: -30px -74px;
    width: 6px;
    height: 7px;
}

.dxWeb_splVCollapseBackwardButtonHover_PlasticBlue {
    background-position: -37px -74px;
    width: 6px;
    height: 7px;
}

.dxWeb_splHCollapseBackwardButton_PlasticBlue {
    background-position: 0px -74px;
    width: 7px;
    height: 6px;
}

.dxWeb_splHCollapseBackwardButtonHover_PlasticBlue {
    background-position: 0px -81px;
    width: 7px;
    height: 6px;
}

.dxWeb_splVCollapseForwardButton_PlasticBlue {
    background-position: -44px -74px;
    width: 6px;
    height: 7px;
}

.dxWeb_splVCollapseForwardButtonHover_PlasticBlue {
    background-position: -51px -74px;
    width: 6px;
    height: 7px;
}

.dxWeb_splHCollapseForwardButton_PlasticBlue {
    background-position: -15px -74px;
    width: 7px;
    height: 6px;
}

.dxWeb_splHCollapseForwardButtonHover_PlasticBlue {
    background-position: -15px -81px;
    width: 7px;
    height: 6px;
}

.dxWeb_pcCloseButton_PlasticBlue {
    background-position: 0px -50px;
    width: 14px;
    height: 14px;
}

.dxWeb_pcSizeGrip_PlasticBlue {
    background-position: -24px -50px;
    width: 16px;
    height: 16px;
}

.dxWeb_pcSizeGripRtl_PlasticBlue {
    background-position: -39px -94px;
    width: 16px;
    height: 16px;
}

.dxWeb_pPopOut_PlasticBlue {
    background-position: -142px -86px;
    width: 9px;
    height: 14px;
}

.dxWeb_pPopOutDisabled_PlasticBlue {
    background-position: -158px -86px;
    width: 9px;
    height: 14px;
}

.dxWeb_pAll_PlasticBlue {
    background-position: 0px 0px;
    width: 15px;
    height: 15px;
}

.dxWeb_pAllDisabled_PlasticBlue {
    background-position: 0px -25px;
    width: 15px;
    height: 15px;
}

.dxWeb_pPrev_PlasticBlue {
    background-position: -105px 0px;
    width: 15px;
    height: 15px;
}

.dxWeb_pPrevDisabled_PlasticBlue {
    background-position: -105px -25px;
    width: 15px;
    height: 15px;
}

.dxWeb_pNext_PlasticBlue {
    background-position: -81px 0px;
    width: 15px;
    height: 15px;
}

.dxWeb_pNextDisabled_PlasticBlue {
    background-position: -81px -25px;
    width: 15px;
    height: 15px;
}

.dxWeb_pLast_PlasticBlue {
    background-position: -55px 0px;
    width: 15px;
    height: 15px;
}

.dxWeb_pLastDisabled_PlasticBlue {
    background-position: -55px -25px;
    width: 15px;
    height: 15px;
}

.dxWeb_pFirst_PlasticBlue {
    background-position: -29px 0px;
    width: 15px;
    height: 15px;
}

.dxWeb_pFirstDisabled_PlasticBlue {
    background-position: -29px -25px;
    width: 15px;
    height: 15px;
}

.dxWeb_tiBackToTop_PlasticBlue {
    background-position: -129px -50px;
    width: 7px;
    height: 7px;
}

.dxWeb_smSecondLevelBullet_PlasticBlue {
    background-position: -129px -59px;
    width: 5px;
    height: 5px;
}

.dxWeb_smThirdLevelBullet_PlasticBlue {
    background-position: -136px -59px;
    width: 5px;
    height: 5px;
}

.dxWeb_tvColBtn_PlasticBlue,
.dxWeb_tvColBtnRtl_PlasticBlue {
	background-position: -19px -94px;
    width: 17px;
    height: 17px;
}

.dxWeb_tvExpBtn_PlasticBlue,
.dxWeb_tvExpBtnRtl_PlasticBlue {
	background-position: -0px -94px;
    width: 17px;
    height: 17px;
}

.dxWeb_fmFolder_PlasticBlue {
	background-position: 0px -112px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmFolderLocked_PlasticBlue {
	background-position: -20px -112px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmCreateButton_PlasticBlue {
	background-position: -40px -112px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmRenameButton_PlasticBlue {
	background-position: -60px -112px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmMoveButton_PlasticBlue {
	background-position: -80px -112px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmDeleteButton_PlasticBlue {
	background-position: -100px -112px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmRefreshButton_PlasticBlue {
	background-position: -120px -112px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDwnlButton_PlasticBlue {
	background-position: 0px -136px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDwnlButtonDisabled_PlasticBlue {
	background-position: -20px -136px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmCreateButtonDisabled_PlasticBlue {
	background-position: -40px -136px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmRenameButtonDisabled_PlasticBlue {
	background-position: -60px -136px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmMoveButtonDisabled_PlasticBlue {
	background-position: -80px -136px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmDeleteButtonDisabled_PlasticBlue {
	background-position: -100px -136px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmRefreshButtonDisabled_PlasticBlue {
	background-position: -120px -136px;
    width: 16px;
    height: 16px;
}

.dxWeb_ucClearButton_PlasticBlue {
    background-position: -100px -112px;
    width: 16px;
    height: 16px;
}
.dxWeb_ucClearButtonDisabled_PlasticBlue {
    background-position: -100px -136px;
    width: 16px;
    height: 16px;
}
.dxWeb_rpHeaderTopLeftCorner,
.dxWeb_rpHeaderTopRightCorner,
.dxWeb_rpBottomLeftCorner,
.dxWeb_rpBottomRightCorner,
.dxWeb_rpTopLeftCorner,
.dxWeb_rpTopRightCorner,
.dxWeb_rpGroupBoxBottomLeftCorner,
.dxWeb_rpGroupBoxBottomRightCorner,
.dxWeb_rpGroupBoxTopLeftCorner,
.dxWeb_rpGroupBoxTopRightCorner,
.dxWeb_mHorizontalPopOut,
.dxWeb_mVerticalPopOut,
.dxWeb_mVerticalPopOutRtl,
.dxWeb_mSubMenuItem,
.dxWeb_mSubMenuItemChecked,
.dxWeb_mScrollUp,
.dxWeb_mScrollDown,
.dxWeb_tcScrollLeft,
.dxWeb_tcScrollRight,
.dxWeb_tcScrollLeftHover,
.dxWeb_tcScrollRightHover,
.dxWeb_tcScrollLeftPressed,
.dxWeb_tcScrollRightPressed,
.dxWeb_tcScrollLeftDisabled,
.dxWeb_tcScrollRightDisabled,
.dxWeb_nbCollapse,
.dxWeb_nbExpand,
.dxWeb_splVSeparator,
.dxWeb_splVSeparatorHover,
.dxWeb_splHSeparator,
.dxWeb_splHSeparatorHover,
.dxWeb_splVCollapseBackwardButton,
.dxWeb_splVCollapseBackwardButtonHover,
.dxWeb_splHCollapseBackwardButton,
.dxWeb_splHCollapseBackwardButtonHover,
.dxWeb_splVCollapseForwardButton,
.dxWeb_splVCollapseForwardButtonHover,
.dxWeb_splHCollapseForwardButton,
.dxWeb_splHCollapseForwardButtonHover,
.dxWeb_pcCloseButton,
.dxWeb_pcSizeGrip,
.dxWeb_pcSizeGripRtl,
.dxWeb_pPopOut,
.dxWeb_pPopOutDisabled,
.dxWeb_pAll,
.dxWeb_pAllDisabled,
.dxWeb_pPrev,
.dxWeb_pPrevDisabled,
.dxWeb_pNext,
.dxWeb_pNextDisabled,
.dxWeb_pLast,
.dxWeb_pLastDisabled,
.dxWeb_pFirst,
.dxWeb_pFirstDisabled,
.dxWeb_tvColBtn,
.dxWeb_tvColBtnRtl,
.dxWeb_tvExpBtn,
.dxWeb_tvExpBtnRtl,
.dxWeb_fmFolder,
.dxWeb_fmFolderLocked,
.dxWeb_fmCreateButton,
.dxWeb_fmMoveButton,
.dxWeb_fmRenameButton,
.dxWeb_fmDeleteButton,
.dxWeb_fmRefreshButton,
.dxWeb_fmDwnlButton,
.dxWeb_fmCreateButtonDisabled,
.dxWeb_fmMoveButtonDisabled,
.dxWeb_fmRenameButtonDisabled,
.dxWeb_fmDeleteButtonDisabled,
.dxWeb_fmRefreshButtonDisabled,
.dxWeb_fmDwnlButtonDisabled,
.dxWeb_ucClearButton {
    background-image: url('/DXR.axd?r=1_31-Gwaka');
    -background-image: url('/DXR.axd?r=1_30-Gwaka'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
    display:block;
}

.dxWeb_pPopOut,
.dxWeb_pPopOutDisabled,
.dxWeb_pAll,
.dxWeb_pAllDisabled,
.dxWeb_pPrev,
.dxWeb_pPrevDisabled,
.dxWeb_pNext,
.dxWeb_pNextDisabled,
.dxWeb_pLast,
.dxWeb_pLastDisabled,
.dxWeb_pFirst,
.dxWeb_pFirstDisabled {
    display: inline;
}

.dxWeb_edtCheckBoxChecked,
.dxWeb_edtCheckBoxUnchecked,
.dxWeb_edtCheckBoxGrayed,
.dxWeb_edtCheckBoxCheckedDisabled,
.dxWeb_edtCheckBoxUncheckedDisabled,
.dxWeb_edtCheckBoxGrayedDisabled {
	background-image: url('/DXR.axd?r=1_31-Gwaka');
    -background-image: url('/DXR.axd?r=1_30-Gwaka'); /* for IE6 */
    background-repeat: no-repeat;
    background-color: transparent;
    width: 15px;
    height: 15px;
}
.dxWeb_edtCheckBoxUnchecked {
	background-position: -41px -99px;
}
.dxWeb_edtCheckBoxChecked {
	background-position: -56px -99px;
}
.dxWeb_edtCheckBoxGrayed {
	background-position: -71px -99px;
}
.dxWeb_edtCheckBoxUncheckedDisabled {
	background-position: -86px -99px;
}
.dxWeb_edtCheckBoxCheckedDisabled {
	background-position: -101px -99px;
}
.dxWeb_edtCheckBoxGrayedDisabled {
	background-position: -116px -99px;
}

.dxWeb_mScrollUp, .dxWeb_mScrollDown
{
	margin: auto;
}

.dxWeb_rpHeaderTopLeftCorner {
    background-position: -104px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpHeaderTopRightCorner {
    background-position: -117px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpBottomLeftCorner {
    background-position: -78px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpBottomRightCorner {
    background-position: -91px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpTopLeftCorner {
    background-position: -52px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpTopRightCorner {
    background-position: -65px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpGroupBoxBottomLeftCorner {
    background-position: -26px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpGroupBoxBottomRightCorner {
    background-position: -39px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpGroupBoxTopLeftCorner {
    background-position: 0px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_rpGroupBoxTopRightCorner {
    background-position: -13px -88px;
    width: 5px;
    height: 5px;
}

.dxWeb_mHorizontalPopOut {
    background-position: -92px -50px;
    width: 5px;
    height: 3px;
}

.dxWeb_mVerticalPopOut {
    background-position: -105px -50px;
    width: 4px;
    height: 8px;
}

.dxWeb_mVerticalPopOutRtl {
    background-position: -145px -50px;
    width: 4px;
    height: 8px;
}

.dxWeb_mSubMenuItem {
    background-position: -48px -50px;
    width: 14px;
    height: 14px;
}

.dxWeb_mSubMenuItemChecked {
    background-position: -70px -50px;
    width: 14px;
    height: 14px;
}

.dxWeb_mScrollUp {
    background-position: -117px -50px;
    width: 7px;
    height: 5px;
}

.dxWeb_mScrollDown {
    background-position: -133px -50px;
    width: 7px;
    height: 5px;
}

.dxWeb_tcScrollLeft {
	background-position: -129px -62px;
    width: 7px;
    height: 7px;
}

.dxWeb_tcScrollRight {
	background-position: -137px -62px;
    width: 7px;
    height: 7px;
}

.dxWeb_tcScrollLeftHover {
	background-position: -129px -70px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollRightHover {
	background-position: -137px -70px;
    width: 7px;
    height: 7px;
}

.dxWeb_tcScrollLeftPressed {
	background-position: -129px -78px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollRightPressed {
	background-position: -137px -78px;
    width: 7px;
    height: 7px;
}

.dxWeb_tcScrollLeftDisabled {
	background-position: -129px -86px;
    width: 7px;
    height: 7px;
}
.dxWeb_tcScrollRightDisabled  {
	background-position: -137px -86px;
    width: 7px;
    height: 7px;
}

.dxWeb_nbCollapse {
    background-position: -129px 0px;
    width: 13px;
    height: 15px;
}

.dxWeb_nbExpand {
    background-position: -129px -23px;
    width: 13px;
    height: 15px;
}

.dxWeb_splVSeparator {
    background-position: -92px -62px;
    width: 6px;
    height: 18px;
}

.dxWeb_splVSeparatorHover {
    background-position: -99px -62px;
    width: 6px;
    height: 18px;
}

.dxWeb_splHSeparator {
    background-position: -58px -74px;
    width: 18px;
    height: 6px;
}

.dxWeb_splHSeparatorHover {
    background-position: -58px -81px;
    width: 18px;
    height: 6px;
}

.dxWeb_splVCollapseBackwardButton {
    background-position: -30px -74px;
    width: 6px;
    height: 7px;
}

.dxWeb_splVCollapseBackwardButtonHover {
    background-position: -37px -74px;
    width: 6px;
    height: 7px;
}

.dxWeb_splHCollapseBackwardButton {
    background-position: 0px -74px;
    width: 7px;
    height: 6px;
}

.dxWeb_splHCollapseBackwardButtonHover {
    background-position: 0px -81px;
    width: 7px;
    height: 6px;
}

.dxWeb_splVCollapseForwardButton {
    background-position: -44px -74px;
    width: 6px;
    height: 7px;
}

.dxWeb_splVCollapseForwardButtonHover {
    background-position: -51px -74px;
    width: 6px;
    height: 7px;
}

.dxWeb_splHCollapseForwardButton {
    background-position: -15px -74px;
    width: 7px;
    height: 6px;
}

.dxWeb_splHCollapseForwardButtonHover {
    background-position: -15px -81px;
    width: 7px;
    height: 6px;
}

.dxWeb_pcCloseButton {
    background-position: 0px -50px;
    width: 15px;
    height: 14px;
}

.dxWeb_pcSizeGrip {
    background-position: -24px -50px;
    width: 16px;
    height: 16px;
}

.dxWeb_pcSizeGripRtl {
    background-position: -109px -62px;
    width: 16px;
    height: 16px;
}

.dxWeb_pPopOut {
    background-position: -150px 0px;
    width: 9px;
    height: 14px;
}

.dxWeb_pPopOutDisabled {
    background-position: -150px -22px;
    width: 9px;
    height: 14px;
}

.dxWeb_pAll {
    background-position: 0px 0px;
    width: 21px;
    height: 17px;
}

.dxWeb_pAllDisabled {
    background-position: 0px -25px;
    width: 21px;
    height: 17px;
}

.dxWeb_pPrev {
    background-position: -105px 0px;
    width: 16px;
    height: 17px;
}

.dxWeb_pPrevDisabled {
    background-position: -105px -25px;
    width: 16px;
    height: 17px;
}

.dxWeb_pNext {
    background-position: -81px 0px;
    width: 16px;
    height: 17px;
}

.dxWeb_pNextDisabled {
    background-position: -81px -25px;
    width: 16px;
    height: 17px;
}

.dxWeb_pLast {
    background-position: -55px 0px;
    width: 18px;
    height: 17px;
}

.dxWeb_pLastDisabled {
    background-position: -55px -25px;
    width: 18px;
    height: 17px;
}

.dxWeb_pFirst {
    background-position: -29px 0px;
    width: 18px;
    height: 17px;
}

.dxWeb_pFirstDisabled {
    background-position: -29px -25px;
    width: 18px;
    height: 17px;
}

.dxWeb_tvColBtn,
.dxWeb_tvColBtnRtl {
	background-position: -19px -98px;
    width: 17px;
    height: 17px;
}

.dxWeb_tvExpBtn,
.dxWeb_tvExpBtnRtl {
	background-position: 0px -98px;
    width: 17px;
    height: 17px;
}

.dxWeb_fmFolder {
	background-position: 0px -123px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmFolderLocked {
	background-position: -20px -123px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmCreateButton {
	background-position: -40px -123px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmRenameButton {
	background-position: -60px -123px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmMoveButton {
	background-position: -80px -123px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmDeleteButton {
	background-position: -100px -123px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmRefreshButton {
	background-position: -120px -123px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmDwnlButton {
	background-position: 0px -147px;
    width: 16px;
    height: 16px;
}
.dxWeb_fmDwnlButtonDisabled {
	background-position: -20px -147px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmCreateButtonDisabled {
	background-position: -40px -147px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmRenameButtonDisabled {
	background-position: -60px -147px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmMoveButtonDisabled {
	background-position: -80px -147px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmDeleteButtonDisabled {
	background-position: -100px -147px;
    width: 16px;
    height: 16px;
}

.dxWeb_fmRefreshButtonDisabled {
	background-position: -120px -147px;
    width: 16px;
    height: 16px;
}
.dxWeb_ucClearButton {
    background-position: -100px -123px;
    width: 16px;
    height: 16px;
}
.dxWeb_ucClearButtonDisabled {
    background-position: -100px -147px;
    width: 16px;
    height: 16px;
}
/* CheckBox */
.dxICBFocused 
{
	background-color: #ffcc00!important;
}
.dxICheckBox 
{
    cursor: default;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}
/* -- ASPxCallbackPanel -- */
.dxcpLoadingPanel
{
	font: 12px Tahoma;
	color: #303030;
}
.dxcpLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxcpLoadingPanelWithContent
{
	font: 12px Tahoma;
	color: #303030;
	border: 1px solid #9F9F9F;
	background-color: White;
}
.dxcpLoadingPanelWithContent td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxcpLoadingDiv
{
	background-color: Gray;
	opacity: 0.01;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}
/* Disabled */
.dxcpDisabled
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxCloudControl -- */
.dxccControl
{
	font-family: Tahoma;
	text-decoration: none;
	color: #1E3695;
	background-color: #FFFFFF;
}
.dxccControl a
{
	text-decoration: none!important;
	color: #1E3695;
}
.dxccControl a:hover
{
	text-decoration: underline!important;
}
/* Disabled */
.dxccDisabled
{
	color: #808080;
	cursor: default;
}

/* -- ASPxDataView -- */
.dxdvControl 
{
	font: 12px Tahoma;
	color: #787878;
}
.dxdvControl td.dxdvCtrl
{
	padding: 12px 40px;
}
.dxdvLoadingPanel
{
	border: 1px solid #9F9F9F;
	background-color: white;
	font: 12px Tahoma;
	color: #303030;
}
.dxdvLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxdvContent
{
}
.dxdvItem,
.dxdvFlowItem
{
	border: 1px solid #A8A8A8;
	background-color: #F0F0F0;
	padding: 12px 12px 12px 14px;
	height: 180px;
	height: expression("154px");
}
.dxdvFlowItem
{
	float: left;
	overflow: hidden;
}
.dxdvFlowItemsContainer 
{
}
.dxdvEmptyItem
{
	text-align: left;
	vertical-align: top;
	padding: 12px 12px 12px 14px;
	height: 180px;
	height: expression("154px");
}
.dxdvPagerPanel
{
}
.dxdvEmptyData
{
	color: Gray;
}
/* Disabled */
.dxdvDisabled
{
	color: #808080;
	cursor: default;
}
/* -- ASPxHeadline -- */
.dxhlControl 
{
	font: 10px Verdana;
	color: black;
}
.dxhlControl a
{
	color: #1E3695;
}
.dxhlContent
{
	font-size: 11px;
} 
.dxhlDate
{
	color: Gray;
	white-space: nowrap;
}
.dxhlHeader
{
	font: bold 13px Tahoma;
	color: #464646;
	line-height: 17px;
}
.dxhlDateHeader
{
	font: normal 13px Tahoma;
	color: Gray;
}
.dxhlLeftPanel
{
}
.dxhlRightPanel
{
}
.dxhlDateLeftPanel
{
	color: Gray;
	white-space: nowrap;
}
.dxhlDateRightPanel
{
	color: Gray;
	white-space: nowrap;
}
.dxhlTailDiv
{
}
/* Disabled */
.dxhlDisabled
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxLoadingPanel -- */
.dxlpLoadingPanel
{
	font: 12px Tahoma;
	color: #303030;
	background-color: white;
	border: 1px solid #9F9F9F;
}
.dxlpLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxlpLoadingDiv
{
	background-color: #777777;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
}
/* -- ASPxMenu -- */
.dxmMenu a,
.dxmVerticalMenu a,
.dxmSubMenu a
{
	color: black;
	text-decoration: none;
}
.dxmLoadingPanel
{
	font: 12px Tahoma;
	color: #303030;
}
.dxmLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 6px;
}   
.dxmMenu,
.dxmVerticalMenu
{
	font: 12px Tahoma;
	color: black;
	background-color: #F0F0F0;
	border: 1px solid #A8A8A8;
	padding: 2px;
}
.dxmMenuGutter,
.dxmMenuRtlGutter
{
}

.dxmMenuSeparator .dx,
.dxmMenuFullHeightSeparator .dx 
{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
.dxmMenuSeparator,
.dxmMenuFullHeightSeparator
{
	width: 1px;
}

.dxmMenuSeparator .dx,
.dxmMenuFullHeightSeparator,
.dxmMenuVerticalSeparator
{
	background-color: #A8A8A8;
	width: 1px;
}
.dxmMenuSeparator .dx
{
	height: 13px;
}
.dxmMenuFullHeightSeparator
{
	display: none;
}
.dxmMenuVerticalSeparator
{
	width: 100%;
	height: 1px;
}

.dxmMenuItem,
.dxmMenuItemWithImage,
.dxmMenuItemWithPopOutImage,
.dxmMenuItemWithImageWithPopOutImage,
.dxmVerticalMenuItem,
.dxmVerticalMenuItemWithImage,
.dxmVerticalMenuItemWithPopOutImage,
.dxmVerticalMenuItemWithImageWithPopOutImage, 
.dxmVerticalMenuRtlItem,
.dxmVerticalMenuRtlItemWithImage,
.dxmVerticalMenuRtlItemWithPopOutImage,
.dxmVerticalMenuRtlItemWithImageWithPopOutImage,
.dxmMenuLargeItem,
.dxmMenuLargeItemWithImage,
.dxmMenuLargeItemWithPopOutImage,
.dxmMenuLargeItemWithImageWithPopOutImage,
.dxmVerticalMenuLargeItem,
.dxmVerticalMenuLargeItemWithImage,
.dxmVerticalMenuLargeItemWithPopOutImage,
.dxmVerticalMenuLargeItemWithImageWithPopOutImage,
.dxmVerticalMenuLargeRtlItem,
.dxmVerticalMenuLargeRtlItemWithImage,
.dxmVerticalMenuLargeRtlItemWithPopOutImage,
.dxmVerticalMenuLargeRtlItemWithImageWithPopOutImage
{
	white-space: nowrap;
}
.dxmMenuItem,
.dxmMenuItemWithImage
{
	padding: 4px 8px 5px;
}
.dxmMenuItemWithPopOutImage,
.dxmMenuItemWithImageWithPopOutImage
{
	padding: 4px 6px 5px 8px;
}	
.dxmVerticalMenuItem
{
	padding: 4px 19px 5px 8px;
}
.dxmVerticalMenuRtlItem
{
	padding: 4px 8px 5px 19px;
}
.dxmVerticalMenuItemWithImage
{
	padding: 4px 19px 5px 3px;
}
.dxmVerticalMenuRtlItemWithImage
{
	padding: 4px 3px 5px 19px;
}
.dxmVerticalMenuItemWithPopOutImage
{
	padding: 4px 6px 5px 8px;
}
.dxmVerticalMenuRtlItemWithPopOutImage
{
	padding: 4px 8px 5px 6px;
}
.dxmVerticalMenuItemWithImageWithPopOutImage
{
	padding: 4px 6px 5px 3px;
}
.dxmVerticalMenuRtlItemWithImageWithPopOutImage
{
	padding: 4px 3px 5px 6px;
}
.dxmMenuLargeItem,
.dxmMenuLargeItemWithImage
{
	padding: 4px 12px 5px 11px;
}
.dxmMenuLargeItemWithPopOutImage,
.dxmMenuLargeItemWithImageWithPopOutImage
{
	padding: 4px 6px 5px 11px;
}
.dxmVerticalMenuLargeItem,
.dxmVerticalMenuLargeItemWithImage
{
	padding: 6px 12px 7px 11px;
}
.dxmVerticalMenuLargeRtlItem,
.dxmVerticalMenuLargeRtlItemWithImage
{
	padding: 6px 11px 7px 12px;
}
.dxmVerticalMenuLargeItemWithPopOutImage,
.dxmVerticalMenuLargeItemWithImageWithPopOutImage
{
}
.dxmVerticalMenuLargeRtlItemWithPopOutImage,
.dxmVerticalMenuLargeRtlItemWithImageWithPopOutImage
{
}
.dxmMenuItemDropDownButton,
.dxmMenuLargeItemDropDownButton
{
	padding-right: 5px;
	padding-left: 5px;
}
.dxmMenuRtlItemDropDownButton,
.dxmMenuLargeRtlItemDropDownButton
{
	padding-right: 5px;
	padding-left: 5px;
}
.dxmVerticalMenuItemDropDownButton,
.dxmVerticalMenuLargeItemDropDownButton
{
	padding-right: 5px;
	padding-left: 5px;
}
.dxmVerticalMenuRtlItemDropDownButton,
.dxmVerticalMenuLargeRtlItemDropDownButton
{
	padding-right: 5px;
	padding-left: 5px;
}
.dxmMenuItemSelected,
.dxmMenuItemSelectedWithImage,
.dxmMenuItemSelectedWithPopOutImage,
.dxmMenuItemSelectedWithImageWithPopOutImage,
.dxmVerticalMenuItemSelected,
.dxmVerticalMenuItemSelectedWithImage,
.dxmVerticalMenuItemSelectedWithPopOutImage,
.dxmVerticalMenuItemSelectedWithImageWithPopOutImage,
.dxmVerticalMenuRtlItemSelected,
.dxmVerticalMenuRtlItemSelectedWithImage,
.dxmVerticalMenuRtlItemSelectedWithPopOutImage,
.dxmVerticalMenuRtlItemSelectedWithImageWithPopOutImage,
.dxmMenuLargeItemSelected,
.dxmMenuLargeItemSelectedWithImage,
.dxmMenuLargeItemSelectedWithPopOutImage,
.dxmMenuLargeItemSelectedWithImageWithPopOutImage,
.dxmVerticalMenuLargeItemSelected,
.dxmVerticalMenuLargeItemWithImageSelected,
.dxmVerticalMenuLargeItemSelectedWithPopOutImage,
.dxmVerticalMenuLargeItemSelectedWithImageWithPopOutImage,
.dxmVerticalMenuLargeRtlItemSelected,
.dxmVerticalMenuLargeRtlItemWithImageSelected,
.dxmVerticalMenuLargeRtlItemSelectedWithPopOutImage,
.dxmVerticalMenuLargeRtlItemSelectedWithImageWithPopOutImage
{
	background-color: white;
	border: 1px solid #888888;
}
.dxmMenuItemSelected,
.dxmMenuItemSelectedWithImage
{
	padding: 3px 7px 4px;
}
.dxmMenuItemSelectedWithPopOutImage,
.dxmMenuItemSelectedWithImageWithPopOutImage
{
	padding: 3px 5px 4px 7px;
}	
.dxmVerticalMenuItemSelected
{
	padding: 3px 18px 4px 7px;
}
.dxmVerticalMenuRtlItemSelected
{
	padding: 3px 7px 4px 18px;
}
.dxmVerticalMenuItemSelectedWithImage
{
	padding: 3px 18px 4px 2px;
}
.dxmVerticalMenuRtlItemSelectedWithImage
{
	padding: 3px 2px 4px 18px;
}
.dxmVerticalMenuItemSelectedWithPopOutImage
{
	padding: 3px 5px 4px 7px;
}
.dxmVerticalMenuRtlItemSelectedWithPopOutImage
{
	padding: 3px 7px 4px 5px;
}
.dxmVerticalMenuItemSelectedWithImageWithPopOutImage
{
	padding: 3px 5px 4px 2px;
}
.dxmVerticalMenuRtlItemSelectedWithImageWithPopOutImage
{
	padding: 3px 2px 4px 5px;
}
.dxmMenuLargeItemSelected,
.dxmMenuLargeItemSelectedWithImage
{
	padding: 3px 11px 4px 10px;
}
.dxmMenuLargeItemSelectedWithPopOutImage,
.dxmMenuLargeItemSelectedWithImageWithPopOutImage
{
	padding: 3px 5px 4px 10px;
}
.dxmVerticalMenuLargeItemSelected,
.dxmVerticalMenuLargeItemSelectedWithImage
{
	padding: 5px 11px 6px 10px;
}
.dxmVerticalMenuLargeRtlItemSelected,
.dxmVerticalMenuLargeRtlItemSelectedWithImage
{
	padding: 5px 10px 6px 11px;
}
.dxmVerticalMenuLargeItemSelectedWithPopOutImage,
.dxmVerticalMenuLargeItemSelectedWithImageWithPopOutImage
{
	padding: 5px 5px 6px 10px;
}
.dxmVerticalMenuLargeRtlItemSelectedWithPopOutImage,
.dxmVerticalMenuLargeRtlItemSelectedWithImageWithPopOutImage
{
	padding: 5px 10px 6px 5px;
}
.dxmMenuItemDropDownButtonSelected,
.dxmMenuLargeItemDropDownButtonSelected
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmMenuRtlItemDropDownButtonSelected,
.dxmMenuLargeRtlItemDropDownButtonSelected
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmVerticalMenuItemDropDownButtonSelected,
.dxmVerticalMenuLargeItemDropDownButtonSelected
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmVerticalMenuRtlItemDropDownButtonSelected,
.dxmVerticalMenuLargeRtlItemDropDownButtonSelected
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmMenuItemChecked,
.dxmMenuItemCheckedWithImage,
.dxmMenuItemCheckedWithPopOutImage,
.dxmMenuItemCheckedWithImageWithPopOutImage,
.dxmVerticalMenuItemChecked,
.dxmVerticalMenuItemCheckedWithImage,
.dxmVerticalMenuItemCheckedWithPopOutImage,
.dxmVerticalMenuItemCheckedWithImageWithPopOutImage,
.dxmVerticalMenuRtlItemChecked,
.dxmVerticalMenuRtlItemCheckedWithImage,
.dxmVerticalMenuRtlItemCheckedWithPopOutImage,
.dxmVerticalMenuRtlItemCheckedWithImageWithPopOutImage,
.dxmMenuLargeItemChecked,
.dxmMenuLargeItemCheckedWithImage,
.dxmMenuLargeItemCheckedWithPopOutImage,
.dxmMenuLargeItemCheckedWithImageWithPopOutImage,
.dxmVerticalMenuLargeItemChecked,
.dxmVerticalMenuLargeItemWithImageChecked,
.dxmVerticalMenuLargeItemCheckedWithPopOutImage,
.dxmVerticalMenuLargeItemCheckedWithImageWithPopOutImage,
.dxmVerticalMenuLargeRtlItemChecked,
.dxmVerticalMenuLargeRtlItemWithImageChecked,
.dxmVerticalMenuLargeRtlItemCheckedWithPopOutImage,
.dxmVerticalMenuLargeRtlItemCheckedWithImageWithPopOutImage
{
	background-color: white;
	border: 1px solid #888888;
}
.dxmMenuItemChecked,
.dxmMenuItemCheckedWithImage
{
	padding: 3px 7px 4px;
}
.dxmMenuItemCheckedWithPopOutImage,
.dxmMenuItemCheckedWithImageWithPopOutImage
{
	padding: 3px 5px 4px 7px;
}	
.dxmVerticalMenuItemChecked
{
	padding: 3px 18px 4px 7px;
}
.dxmVerticalMenuRtlItemChecked
{
	padding: 3px 7px 4px 18px;
}
.dxmVerticalMenuItemCheckedWithImage
{
	padding: 3px 18px 4px 2px;
}
.dxmVerticalMenuRtlItemCheckedWithImage
{
	padding: 3px 2px 4px 18px;
}
.dxmVerticalMenuItemCheckedWithPopOutImage
{
	padding: 3px 5px 4px 7px;
}
.dxmVerticalMenuRtlItemCheckedWithPopOutImage
{
	padding: 3px 7px 4px 5px;
}
.dxmVerticalMenuItemCheckedWithImageWithPopOutImage
{
	padding: 3px 5px 4px 2px;
}
.dxmVerticalMenuRtlItemCheckedWithImageWithPopOutImage
{
	padding: 3px 2px 4px 5px;
}
.dxmMenuLargeItemChecked,
.dxmMenuLargeItemCheckedWithImage
{
	padding: 3px 11px 4px 10px;
}
.dxmMenuLargeItemCheckedWithPopOutImage,
.dxmMenuLargeItemCheckedWithImageWithPopOutImage
{
	padding: 3px 5px 4px 10px;
}
.dxmVerticalMenuLargeItemChecked,
.dxmVerticalMenuLargeItemCheckedWithImage
{
	padding: 5px 11px 6px 10px;
}
.dxmVerticalMenuLargeRtlItemChecked,
.dxmVerticalMenuLargeRtlItemCheckedWithImage
{
	padding: 5px 10px 6px 11px;
}
.dxmVerticalMenuLargeItemCheckedWithPopOutImage,
.dxmVerticalMenuLargeItemCheckedWithImageWithPopOutImage
{
	padding: 5px 5px 6px 10px;
}
.dxmVerticalMenuLargeRtlItemCheckedWithPopOutImage,
.dxmVerticalMenuLargeRtlItemCheckedWithImageWithPopOutImage
{
	padding: 5px 10px 6px 5px;
}
.dxmMenuItemDropDownButtonChecked,
.dxmMenuLargeItemDropDownButtonChecked
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmMenuRtlItemDropDownButtonChecked,
.dxmMenuLargeRtlItemDropDownButtonChecked
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmVerticalMenuItemDropDownButtonChecked,
.dxmVerticalMenuLargeItemDropDownButtonChecked
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmVerticalMenuRtlItemDropDownButtonChecked,
.dxmVerticalMenuLargeRtlItemDropDownButtonChecked
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmMenuItemHover,
.dxmMenuItemHoverWithImage,
.dxmMenuItemHoverWithPopOutImage,
.dxmMenuItemHoverWithImageWithPopOutImage, 
.dxmVerticalMenuItemHover,
.dxmVerticalMenuItemHoverWithImage,
.dxmVerticalMenuItemHoverWithPopOutImage,
.dxmVerticalMenuItemHoverWithImageWithPopOutImage, 
.dxmVerticalMenuRtlItemHover,
.dxmVerticalMenuRtlItemHoverWithImage,
.dxmVerticalMenuRtlItemHoverWithPopOutImage,
.dxmVerticalMenuRtlItemHoverWithImageWithPopOutImage, 
.dxmMenuLargeItemHover,
.dxmMenuLargeItemHoverWithImage,
.dxmMenuLargeItemHoverWithPopOutImage,
.dxmMenuLargeItemHoverWithImageWithPopOutImage, 
.dxmVerticalMenuLargeItemHover,
.dxmVerticalMenuLargeItemHoverWithImage,
.dxmVerticalMenuLargeItemHoverWithPopOutImage,
.dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage,
.dxmVerticalMenuLargeRtlItemHover,
.dxmVerticalMenuLargeRtlItemHoverWithImage,
.dxmVerticalMenuLargeRtlItemHoverWithPopOutImage,
.dxmVerticalMenuLargeRtlItemHoverWithImageWithPopOutImage
{
	background-color: #CBCBCB;
	border: 1px solid #888888;
}
.dxmMenuItemHover,
.dxmMenuItemHoverWithImage
{
	padding: 3px 7px 4px;
}
.dxmMenuItemHoverWithPopOutImage,
.dxmMenuItemHoverWithImageWithPopOutImage
{
	padding: 3px 5px 4px 7px;
}	
.dxmVerticalMenuItemHover
{
	padding: 3px 18px 4px 7px;
}
.dxmVerticalMenuRtlItemHover
{
	padding: 3px 7px 4px 18px;
}
.dxmVerticalMenuItemHoverWithImage
{
	padding: 3px 18px 4px 2px;
}
.dxmVerticalMenuRtlItemHoverWithImage
{
	padding: 3px 2px 4px 18px;
}
.dxmVerticalMenuItemHoverWithPopOutImage
{
	padding: 3px 5px 4px 7px;
}
.dxmVerticalMenuRtlItemHoverWithPopOutImage
{
	padding: 3px 7px 4px 5px;
}
.dxmVerticalMenuItemHoverWithImageWithPopOutImage
{
	padding: 3px 5px 4px 2px;
}
.dxmVerticalMenuRtlItemHoverWithImageWithPopOutImage
{
	padding: 3px 2px 4px 5px;
}
.dxmMenuLargeItemHover,
.dxmMenuLargeItemHoverWithImage
{
	padding: 3px 11px 4px 10px;
}
.dxmMenuLargeItemHoverWithPopOutImage,
.dxmMenuLargeItemHoverWithImageWithPopOutImage
{
	padding: 3px 5px 4px 10px;
}
.dxmVerticalMenuLargeItemHover,
.dxmVerticalMenuLargeItemHoverWithImage
{
	padding: 5px 11px 6px 10px;
}
.dxmVerticalMenuLargeRtlItemHover,
.dxmVerticalMenuLargeRtlItemHoverWithImage
{
	padding: 5px 10px 6px 11px;
}
.dxmVerticalMenuLargeItemHoverWithPopOutImage,
.dxmVerticalMenuLargeItemHoverWithImageWithPopOutImage
{
	padding: 5px 5px 6px 10px;
}
.dxmVerticalMenuLargeRtlItemHoverWithPopOutImage,
.dxmVerticalMenuLargeRtlItemHoverWithImageWithPopOutImage
{
	padding: 5px 10px 6px 5px;
}
.dxmMenuItemDropDownButtonHover,
.dxmMenuLargeItemDropDownButtonHover
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmMenuRtlItemDropDownButtonHover,
.dxmMenuLargeRtlItemDropDownButtonHover
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmVerticalMenuItemDropDownButtonHover,
.dxmVerticalMenuLargeItemDropDownButtonHover
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmVerticalMenuRtlItemDropDownButtonHover,
.dxmVerticalMenuLargeRtlItemDropDownButtonHover
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmSubMenu
{
	font: 12px Tahoma;
	color: black;
	background-color: white;
	border: 1px solid #666666;
	padding: 1px;
}
.dxmSubMenuGutter,
.dxmSubMenuRtlGutter
{
	background-color: #E0E0E0;
}
.dxmSubMenuSeparator
{
	background-color: #A8A8A8;
	width: 100%;
	height: 1px;
}
.dxmSubMenuItem,
.dxmSubMenuItemWithImage,
.dxmSubMenuItemWithPopOutImage,
.dxmSubMenuItemWithImageWithPopOutImage,
.dxmSubMenuRtlItem,
.dxmSubMenuRtlItemWithImage,
.dxmSubMenuRtlItemWithPopOutImage,
.dxmSubMenuRtlItemWithImageWithPopOutImage
{
	white-space: nowrap;
}
.dxmSubMenuItem,
.dxmSubMenuItemWithImage
{
	padding: 4px 19px 5px 3px;
}
.dxmSubMenuRtlItem,
.dxmSubMenuRtlItemWithImage
{
	padding: 4px 3px 5px 19px;
}
.dxmSubMenuItemWithPopOutImage,
.dxmSubMenuItemWithImageWithPopOutImage
{
	padding: 4px 6px 5px 3px;
}
.dxmSubMenuRtlItemWithPopOutImage,
.dxmSubMenuRtlItemWithImageWithPopOutImage
{
	padding: 4px 3px 5px 6px;
}
.dxmSubMenuItemDropDownButton
{
	padding-right: 5px;
	padding-left: 5px;
}
.dxmSubMenuRtlItemDropDownButton
{
	padding-right: 5px;
	padding-left: 5px;
}
.dxmSubMenuItemSelected,
.dxmSubMenuItemSelectedWithImage,
.dxmSubMenuItemSelectedWithPopOutImage,
.dxmSubMenuItemSelectedWithImageWithPopOutImage,
.dxmSubMenuRtlItemSelected,
.dxmSubMenuRtlItemSelectedWithImage,
.dxmSubMenuRtlItemSelectedWithPopOutImage,
.dxmSubMenuRtlItemSelectedWithImageWithPopOutImage
{
	background-color: #D8D8D8;
	border: 1px solid #888888;
}
.dxmSubMenuItemSelected,
.dxmSubMenuItemSelectedWithImage
{
	padding: 3px 18px 4px 2px;
}
.dxmSubMenuRtlItemSelected,
.dxmSubMenuRtlItemSelectedWithImage
{
	padding: 3px 2px 4px 18px;
}
.dxmSubMenuItemSelectedWithPopOutImage,
.dxmSubMenuItemSelectedWithImageWithPopOutImage
{
	padding: 3px 5px 4px 2px;
}
.dxmSubMenuRtlItemSelectedWithPopOutImage,
.dxmSubMenuRtlItemSelectedWithImageWithPopOutImage
{
	padding: 3px 2px 4px 5px;
}
.dxmSubMenuItemDropDownButtonSelected
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmSubMenuRtlItemDropDownButtonSelected
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmSubMenuItemChecked,
.dxmSubMenuItemCheckedWithImage,
.dxmSubMenuItemCheckedWithPopOutImage,
.dxmSubMenuItemCheckedWithImageWithPopOutImage
.dxmSubMenuRtlItemChecked,
.dxmSubMenuRtlItemCheckedWithImage,
.dxmSubMenuRtlItemCheckedWithPopOutImage,
.dxmSubMenuRtlItemCheckedWithImageWithPopOutImage
{
}
.dxmSubMenuItemDropDownButtonChecked
{
}
.dxmSubMenuRtlItemDropDownButtonChecked
{
}
.dxmSubMenuItemHover,
.dxmSubMenuItemHoverWithImage,
.dxmSubMenuItemHoverWithPopOutImage,
.dxmSubMenuItemHoverWithImageWithPopOutImage,
.dxmSubMenuRtlItemHover,
.dxmSubMenuRtlItemHoverWithImage,
.dxmSubMenuRtlItemHoverWithPopOutImage,
.dxmSubMenuRtlItemHoverWithImageWithPopOutImage
{
	background-color: #F2F2F2;
	border: 1px solid #888888;
}
.dxmSubMenuItemHover,
.dxmSubMenuItemHoverWithImage
{
	padding: 3px 18px 4px 2px;
}
.dxmSubMenuRtlItemHover,
.dxmSubMenuRtlItemHoverWithImage
{
	padding: 3px 2px 4px 18px;
}
.dxmSubMenuItemHoverWithPopOutImage,
.dxmSubMenuItemHoverWithImageWithPopOutImage
{
	padding: 3px 5px 4px 2px;
}
.dxmSubMenuRtlItemHoverWithPopOutImage,
.dxmSubMenuRtlItemHoverWithImageWithPopOutImage
{
	padding: 3px 2px 4px 5px;
}
.dxmSubMenuItemDropDownButtonHover
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmSubMenuRtlItemDropDownButtonHover
{
	padding-right: 4px;
	padding-left: 4px;
}
.dxmSubMenuBorderCorrector
{
	position: absolute;
	border-width: 0px;
	padding: 0px;
}

.dxmMenuItemSpacing,
.dxmMenuLargeItemSpacing,
.dxmMenuItemSeparatorSpacing,
.dxmMenuLargeItemSeparatorSpacing
{
	width: 2px;
}
.dxmVerticalMenuItemSpacing,
.dxmVerticalMenuItemSeparatorSpacing
{
	height: 1px;
}
.dxmVerticalMenuLargeItemSpacing,
.dxmVerticalMenuLargeItemSeparatorSpacing
{
	height: 2px;
}
.dxmSubMenuItemSpacing,
.dxmSubMenuItemSeparatorSpacing 
{
	height: 1px;
}

.dxmMenuItemLeftImageSpacing
{
	padding-right: 4px;
}
.dxmMenuItemRightImageSpacing
{
	padding-left: 4px;
}
.dxmVerticalMenuItemLeftImageSpacing,
.dxmVerticalMenuItemRightImageSpacing,
.dxmSubMenuItemImageSpacing
{
	width: 1px;
	padding-left: 0px!important;
	padding-right: 0px!important;
	border-left-width: 0px!important;
	border-right-width: 0px!important;
}
.dxmVerticalMenuItemLeftImageSpacing div,
.dxmVerticalMenuItemRightImageSpacing div
{
	width: 4px;
	height: 1px;
}
.dxmMenuItemTopImageSpacing,
.dxmVerticalMenuItemTopImageSpacing
{
	margin-bottom: 4px;
}
.dxmMenuItemBottomImageSpacing,
.dxmVerticalMenuItemBottomImageSpacing
{
	margin-top: 4px;
}
.dxmSubMenuItemImageSpacing div
{
	width: 7px;
	height: 1px;
}

.dxmScrollUpButton,
.dxmScrollDownButton
{
	border: 1px solid #888888;
	background-color: #E0E0E0;
	cursor: pointer;
	font-size: 0px;
	padding: 1px;
	text-align: center;
}
.dxmScrollUpButton
{
	margin-bottom: 1px;
}
.dxmScrollDownButton
{
	margin-top: 1px;
}
.dxmScrollButtonHover
{
	background-color: #F2F2F2;
}
.dxmScrollButtonPressed
{
	background-color: #D8D8D8;
}
.dxmScrollButtonDisabled
{
	cursor: default;
}
.dxmScrollArea
{
	overflow: hidden;
}

/* Disabled */
.dxmDisabled
{
	color: #acacac;
	cursor: default;
}

/*                             */
/* -- ASPxMenu Toolbar mode -- */
/*                             */

td.dxmtb.dxmMenu
{
	padding: 2px;
}

.dxmtb .dxmMenuItem,
.dxmtb .dxmMenuItemWithImage,
.dxmtb .dxmMenuItemWithPopOutImage,
.dxmtb .dxmMenuItemWithImageWithPopOutImage
{
	padding: 4px 5px 5px;
}

.dxmtb .dxmMenuItemSelected,
.dxmtb .dxmMenuItemSelectedWithImage,
.dxmtb .dxmMenuItemSelectedWithPopOutImage,
.dxmtb .dxmMenuItemSelectedWithImageWithPopOutImage,
.dxmtb .dxmMenuItemChecked,
.dxmtb .dxmMenuItemCheckedWithImage,
.dxmtb .dxmMenuItemCheckedWithPopOutImage,
.dxmtb .dxmMenuItemCheckedWithImageWithPopOutImage,
.dxmtb .dxmMenuItemHover,
.dxmtb .dxmMenuItemHoverWithImage,
.dxmtb .dxmMenuItemHoverWithPopOutImage,
.dxmtb .dxmMenuItemHoverWithImageWithPopOutImage
{
	padding: 3px 4px 4px;
}
.dxmtb .dxmMenuItemHoverWithImage.dxmMenuItemLeftImageSpacing,
.dxmtb .dxmMenuItemSelectedWithImage.dxmMenuItemLeftImageSpacing,
.dxmtb .dxmMenuItemCheckedWithImage.dxmMenuItemLeftImageSpacing,
.dxmtb .dxmMenuItemHoverWithImageWithPopOutImage.dxmMenuItemLeftImageSpacing,
.dxmtb .dxmMenuItemSelectedWithImageWithPopOutImage.dxmMenuItemLeftImageSpacing,
.dxmtb .dxmMenuItemCheckedWithImageWithPopOutImage.dxmMenuItemLeftImageSpacing
{
	padding-right: 5px;
}
.dxmtb .dxmMenuItemHoverWithImage.dxmMenuItemRightImageSpacing,
.dxmtb .dxmMenuItemSelectedWithImage.dxmMenuItemRightImageSpacing,
.dxmtb .dxmMenuItemCheckedWithImage.dxmMenuItemRightImageSpacing,
.dxmtb .dxmMenuItemHoverWithImageWithPopOutImage.dxmMenuItemRightImageSpacing,
.dxmtb .dxmMenuItemSelectedWithImageWithPopOutImage.dxmMenuItemRightImageSpacing,
.dxmtb .dxmMenuItemCheckedWithImageWithPopOutImage.dxmMenuItemRightImageSpacing
{
	padding-left: 5px;
}
.dxmtb .dxmMenuItemSpacing,
.dxmtb .dxmMenuItemSeparatorSpacing
{
	width: 2px;
}

/*                     */
/* -- ASPxMenu Lite -- */
/*                     */
.dxm-rtl
{
	direction: ltr;
}
.dxm-rtl .dxm-content
{
	direction: rtl;
}

.dxm-ltr .dxm-main,
.dxm-ltr .dxm-horizontal ul.dx 
{
	float: left;
}
.dxm-rtl .dxm-main,
.dxm-rtl .dxm-horizontal ul.dx 
{
	float: right;
}
.dxm-popup 
{
	position: relative;
}
ul.dx 
{
	list-style: none none outside;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: left top;
}
.dxm-rtl ul.dx 
{
	background-position: right top;
}
.dxm-image,
.dxm-pImage 
{
	border-width: 0px;
	vertical-align: top;
}
.dxm-popOut,
.dxm-spacing,
.dxm-separator,
.dxm-separator b 
{
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.dxm-ltr .dxm-horizontal .dxm-item,
.dxm-ltr .dxm-horizontal .dxm-spacing,
.dxm-ltr .dxm-horizontal .dxm-separator,
.dxm-ltr .dxm-content
{
	float: left;
}
.dxm-rtl .dxm-horizontal .dxm-item,
.dxm-rtl .dxm-horizontal .dxm-spacing,
.dxm-rtl .dxm-horizontal .dxm-separator,
.dxm-rtl .dxm-content
{
	float: right;
}

.dxm-vertical .dxm-image-r .dxm-popOut
{
	float: left;
}
.dxm-vertical .dxm-image-l .dxm-popOut
{
	float: right;
}

.dxm-ltr .dxm-horizontal .dxm-popOut
{
	float: left;
}
.dxm-ltr .dxm-vertical .dxm-image-t .dxm-popOut,
.dxm-ltr .dxm-vertical .dxm-image-b .dxm-popOut,
.dxm-ltr .dxm-popup .dxm-popOut 
{
	float: right;
}

.dxm-rtl .dxm-horizontal .dxm-popOut
{
	float: right;
}
.dxm-rtl .dxm-vertical .dxm-image-t .dxm-popOut,
.dxm-rtl .dxm-vertical .dxm-image-b .dxm-popOut,
.dxm-rtl .dxm-popup .dxm-popOut 
{
	float: left;
}

.dxm-ie7 .dxm-vertical ul.dx,
.dxm-ie7 .dxm-popup ul.dx 
{
	height: 1%;
}
.dxm-ie7 .dxm-vertical .dxm-item,
.dxm-ie7 .dxm-popup .dxm-item 
{
	margin-bottom: -2px;
}
.dxm-ie7 .dxm-vertical .dxm-spacing,
.dxm-ie7 .dxm-popup .dxm-spacing 
{
	margin-bottom: -1px;
}
.dxm-ie7 .dxm-vertical .dxm-item,
.dxm-ie7 .dxm-vertical .dxm-spacing,
.dxm-ie7 .dxm-vertical .dxm-separator,
.dxm-ie7 .dxm-popup .dxm-item,
.dxm-ie7 .dxm-popup .dxm-spacing,
.dxm-ie7 .dxm-popup .dxm-separator 
{
	zoom: 1;
}
.dxm-vertical .dxm-separator b,
.dxm-popup .dxm-separator b 
{
	margin: 0px auto;
}
.dxm-ie7 .dxm-vertical .dxm-separator b,
.dxm-ie7 .dxm-popup .dxm-separator b 
{
	margin: 0px;
}
.dxm-ie7 .dxm-vertical .dxm-separator,
.dxm-ie7 .dxm-popup .dxm-separator 
{
	text-align: center;
}
/* Horizontal align = Center */
.dxm-haCenter 
{
	padding-left: 0px!important;
	padding-right: 0px!important;
	overflow: hidden;
}
.dxm-haCenter .dxm-haWrapper,
.dxm-haCenter .dxm-content 
{
	position: relative;
}
.dxm-ltr .dxm-image-l .dxm-haCenter .dxm-haWrapper,
.dxm-ltr .dxm-image-t .dxm-haCenter .dxm-haWrapper,
.dxm-ltr .dxm-image-b .dxm-haCenter .dxm-haWrapper
{
	float: left;
	left: 50%;
}
.dxm-rtl .dxm-image-l .dxm-haCenter .dxm-haWrapper,
.dxm-rtl .dxm-image-t .dxm-haCenter .dxm-haWrapper,
.dxm-rtl .dxm-image-b .dxm-haCenter .dxm-haWrapper
{
	float: right;
	right: 50%;
}
.dxm-ltr .dxm-image-l .dxm-haCenter .dxm-content,
.dxm-ltr .dxm-image-t .dxm-haCenter .dxm-content,
.dxm-ltr .dxm-image-b .dxm-haCenter .dxm-content 
{
	left: -50%;
}
.dxm-rtl .dxm-image-l .dxm-haCenter .dxm-content,
.dxm-rtl .dxm-image-t .dxm-haCenter .dxm-content,
.dxm-rtl .dxm-image-b .dxm-haCenter .dxm-content 
{
	right: -50%;
}
.dxm-ltr .dxm-image-r .dxm-haCenter .dxm-haWrapper 
{
	float: right;
	right: 50%;
}
.dxm-rtl .dxm-image-r .dxm-haCenter .dxm-haWrapper 
{
	float: left;
	left: 50%;
}
.dxm-ltr .dxm-image-r .dxm-haCenter .dxm-content 
{
	right: -50%;
}
.dxm-rtl .dxm-image-r .dxm-haCenter .dxm-content 
{
	left: -50%;
}

/* Appearance */
.dxmLite .dxm-main 
{
	border: 1px solid #A8A8A8;
	background-color: #F0F0F0;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dxmLite .dxm-vertical 
{
	width: 150px;
}

.dxmLite .dxm-popup 
{
	border: 1px solid #666666;
	background-color: white;
	padding: 1px;
}

.dxmBrdCor 
{
	background-color: white;
}

.dxmLite ul.dx 
{
	font: 12px Tahoma;
}
.dxmLite .dxm-popup .dxm-gutter 
{
	background-image: url('/DXR.axd?r=1_14-Gwaka');
}

.dxmLite .dxm-item 
{
	cursor: default;
}

.dxmLite .dxm-image-t .dxm-item,
.dxmLite .dxm-image-b .dxm-item,
.dxmLite .dxm-content 
{
	text-align: center;
	white-space: nowrap;
}

.dxmLite,
.dxmLite .dxm-content a.dx 
{
	color: Black;
}
.dxmLite .dxm-disabled,
.dxmLite .dxm-disabled .dxm-content a.dx 
{
	color: #acacac;
}

.dxmLite .dxm-content a.dx 
{
	text-decoration: none;
}

.dxmLite .dxm-item 
{
	border-width: 1px;
}
.dxm-ltr.dxmLite .dxm-popOut,
.dxm-rtl.dxmLite .dxm-image-l .dxm-popOut
{
	border-width: 0 0 0 1px;
}
.dxm-ltr.dxmLite .dxm-image-r .dxm-popOut,
.dxm-rtl.dxmLite .dxm-popOut
{
	border-width: 0 1px 0 0;
}
.dxmLite .dxm-item,
.dxmLite .dxm-popOut 
{
	border-color: transparent;
	border-style: solid;
}
.dxmLite .dxm-popup .dxm-image
{
	float: left;
}
.dxm-rtl.dxmLite .dxm-popup .dxm-image
{
	float: right;
}

/* Checked, Selected, Hovered */
.dxmLite .dxm-main .dxm-checked,
.dxmLite .dxm-selected,
.dxmLite .dxm-hovered,
.dxmLite .dxm-main .dxm-dropDownMode.dxm-checked .dxm-popOut,
.dxmLite .dxm-dropDownMode.dxm-selected .dxm-popOut,
.dxmLite .dxm-dropDownMode.dxm-hovered .dxm-popOut 
{
	border-color: #888888;
}
.dxmLite .dxm-main .dxm-checked,
.dxmLite .dxm-main .dxm-selected 
{
	background-color: white;
}
.dxmLite .dxm-main .dxm-hovered 
{
	background-color: #CBCBCB;
}
.dxmLite .dxm-popup .dxm-selected 
{
	background-color: #D8D8D8;
}
.dxmLite .dxm-popup .dxm-hovered 
{
	background-color: #F2F2F2;
}

/* Content */
.dxmLite .dxm-horizontal .dxm-image-l .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-r .dxm-content 
{
	padding: 3px 7px 4px;
}
.dxmLite .dxm-horizontal .dxm-image-t .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-content 
{
	padding: 3px 11px 4px 10px;
}
.dxmLite .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-content {
	padding: 4px 11px 5px 10px;
}
.dxmLite .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-t .dxm-subMenu .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-subMenu .dxm-content 
{
	padding-right: 3px;
}
.dxmLite .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-content 
{
	padding-right: 4px;
}
.dxmLite .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content 
{
	padding-left: 3px;
	padding-right: 5px;
}
.dxmLite .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-content 
{
	padding-left: 4px;
	padding-right: 5px;
}
.dxmLite .dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-content 
{
	padding-right: 8px;
}

.dxmLite .dxm-vertical .dxm-image-l .dxm-content,
.dxmLite .dxm-vertical .dxm-image-r .dxm-content,
.dxmLite .dxm-popup .dxm-content 
{
	padding: 3px 18px 4px 2px;
}
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-l .dxm-content,
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-r .dxm-content,
.dxm-rtl.dxmLite .dxm-popup .dxm-content 
{
	padding: 3px 2px 4px 18px;
}
.dxmLite .dxm-vertical .dxm-image-r .dxm-noSubMenu .dxm-content,
.dxmLite .dxm-vertical .dxm-image-r .dxm-subMenu .dxm-content,
.dxmLite .dxm-vertical .dxm-image-r .dxm-dropDownMode .dxm-content 
{
	padding-right: 5px;
	padding-left: 14px;
}
.dxmLite .dxm-vertical .dxm-image-t .dxm-content,
.dxmLite .dxm-vertical .dxm-image-b .dxm-content 
{
	padding: 5px 10px 6px;
}

/* Image */
.dxmLite .dxm-horizontal .dxm-image-l .dxm-image,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-hasText .dxm-image
{
	margin-right: 5px;
}
.dxmLite .dxm-horizontal .dxm-image-r .dxm-image,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-hasText .dxm-image
{
	margin-left: 5px;
}
.dxmLite .dxm-image-t .dxm-image 
{
	margin-bottom: 4px;
}
.dxmLite .dxm-image-b .dxm-image 
{
	margin-top: 4px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-image 
{
	margin-right: 7px;
}
.dxmLite .dxm-vertical .dxm-image-r .dxm-image 
{
	margin-left: 7px;
}
.dxm-ltr.dxmLite .dxm-popup .dxm-image 
{
	margin-right: 12px;
}
.dxm-rtl.dxmLite .dxm-popup .dxm-image 
{
	margin-left: 12px;
}

/* Image replacement */
.dxm-ltr.dxmLite .dxm-vertical .dxm-image-l.dxm-noImages .dxm-content,
.dxm-ltr.dxmLite .dxm-vertical .dxm-image-r.dxm-noImages .dxm-content  
{
	padding-left: 7px;
}
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-l.dxm-noImages .dxm-content,
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-r.dxm-noImages .dxm-content  
{
	padding-right: 7px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-noImage 
{
	padding-left: 21px;
}
.dxmLite .dxm-vertical .dxm-image-r .dxm-noImage 
{
	padding-right: 21px;
}
.dxm-ltr.dxmLite .dxm-popup .dxm-gutter.dxm-noImages .dxm-item,
.dxm-ltr.dxmLite .dxm-popup .dxm-noImage 
{
	padding-left: 26px;
}
.dxm-rtl.dxmLite .dxm-popup .dxm-gutter.dxm-noImages .dxm-item,
.dxm-rtl.dxmLite .dxm-popup .dxm-noImage 
{
	padding-right: 26px;
}

/* PopOut */
.dxmLite .dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-r .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-popOut 
{
	padding-top: 9px;
	padding-bottom: 9px;
}
.dxmLite .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-popOut 
{
	padding-top: 27px;
	padding-bottom: 27px;
}
.dxmLite .dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-popOut 
{
	padding-right: 5px;
}
.dxmLite .dxm-horizontal .dxm-image-r .dxm-popOut 
{
	padding-left: 7px;
}
.dxmLite .dxm-horizontal .dxm-dropDownMode .dxm-popOut 
{
	padding-left: 4px;
	padding-right: 4px;
}

.dxmLite .dxm-vertical .dxm-image-l .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-r .dxm-popOut,
.dxmLite .dxm-popup .dxm-popOut 
{
	padding-top: 7px;
	padding-bottom: 7px;
}
.dxmLite .dxm-vertical .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-b .dxm-noImage .dxm-popOut 
{
	padding-top: 8px;
	padding-bottom: 9px;
}
.dxmLite .dxm-vertical .dxm-image-t .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-b .dxm-popOut 
{
	padding-top: 26px;
	padding-bottom: 27px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-r .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-t .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-b .dxm-popOut,
.dxmLite .dxm-popup .dxm-popOut 
{
	padding-left: 4px;
	padding-right: 4px;
}

/* PopOut replacement */
.dxmLite .dxm-vertical .dxm-image-l .dxm-noSubMenu,
.dxm-ltr.dxmLite .dxm-vertical .dxm-image-t .dxm-noSubMenu,
.dxm-ltr.dxmLite .dxm-vertical .dxm-image-b .dxm-noSubMenu,
.dxm-ltr.dxmLite .dxm-popup .dxm-noSubMenu 
{
	padding-right: 13px;
}
.dxmLite .dxm-vertical .dxm-image-r .dxm-noSubMenu,
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-t .dxm-noSubMenu,
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-b .dxm-noSubMenu,
.dxm-rtl.dxmLite .dxm-popup .dxm-noSubMenu 
{
	padding-left: 13px;
}

/* Spacings */
.dxmLite .dxm-horizontal .dxm-spacing 
{
	width: 2px;
	height: 1px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-spacing,
.dxmLite .dxm-vertical .dxm-image-r .dxm-spacing,
.dxmLite .dxm-popup .dxm-spacing 
{
	height: 1px;
}
.dxmLite .dxm-vertical .dxm-image-t .dxm-spacing,
.dxmLite .dxm-vertical .dxm-image-b .dxm-spacing 
{
	height: 2px;
}
.dxmLite .dxm-horizontal .dxm-separator 
{
	margin: 0px 2px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-separator,
.dxmLite .dxm-vertical .dxm-image-r .dxm-separator,
.dxmLite .dxm-popup .dxm-separator 
{
	margin: 1px 0px;
}
.dxm-ie7.dxmLite .dxm-vertical .dxm-image-l .dxm-separator,
.dxm-ie7.dxmLite .dxm-vertical .dxm-image-r .dxm-separator,
.dxm-ie7.dxmLite .dxm-popup .dxm-separator 
{
	margin-top: 0px;
}
.dxmLite .dxm-vertical .dxm-image-t .dxm-separator,
.dxmLite .dxm-vertical .dxm-image-b .dxm-separator 
{
	margin: 2px 0px;
}
.dxm-ie7.dxmLite .dxm-vertical .dxm-image-t .dxm-separator,
.dxm-ie7.dxmLite .dxm-vertical .dxm-image-b .dxm-separator 
{
	margin-top: 1px;
}

/* Separator */
.dxmLite .dxm-separator b 
{
	background-color: #A8A8A8;
}
.dxmLite .dxm-horizontal .dxm-separator b 
{
	height: 13px;
	width: 1px;
}
.dxmLite .dxm-vertical .dxm-separator b,
.dxmLite .dxm-popup .dxm-separator b 
{
	height: 1px;
}
.dxmLite .dxm-horizontal .dxm-separator b,
.dxmLite .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-separator b,
.dxmLite .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-separator b  
{
	margin-top: 6px;
}
.dxmLite .dxm-horizontal .dxm-image-t .dxm-separator b,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-separator b 
{
	margin-top: 23px;
}
.dxmLite .dxm-popup .dxm-gutter .dxm-separator 
{
	padding-left: 29px;
}
/* Scroll elements */
.dxmLite .dxm-scrollUpBtn, 
.dxmLite .dxm-scrollDownBtn
{
	border: 1px solid #888888;
	background-color: #E0E0E0;
	cursor: pointer;
	font-size: 0px;
	padding: 1px;
	text-align: center;
}
.dxmLite .dxm-scrollUpBtn
{
	margin-bottom: 1px;
}
.dxmLite .dxm-scrollDownBtn
{
	margin-top: 1px;
}
.dxmLite .dxm-scrollBtnHovered
{
	background-color: #F2F2F2;
}
.dxmLite .dxm-scrollBtnPressed
{
	background-color: #D8D8D8;
}
.dxmLite .dxm-scrollBtnDisabled
{
	cursor: default;
}
.dxmLite .dxm-scrollArea
{
	overflow: hidden;
	position: relative;
}

/*                                  */
/* -- ASPxMenu Lite Toolbar mode -- */
/*                                  */
.dxmLite .dxm-main.dxmtb {
	padding: 2px;
}
/* has image */
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-subMenu .dxm-content
{
	padding: 4px;
}
/* no image */
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-subMenu.dxm-noImage .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l.dxm-noImages .dxm-item .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r.dxm-noImages .dxm-item .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-noImage .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-noImage .dxm-content
{
	padding: 4px 4px 5px;
}
/* dd has image */
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-dropDownMode .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-dropDownMode .dxm-content 
{
	padding: 4px 5px 4px 4px;
}
/* dd no image */
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-dropDownMode.dxm-noImage .dxm-content,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-dropDownMode.dxm-noImage .dxm-content 
{
	padding: 4px 4px 5px;
}

.dxmLite .dxmtb.dxm-popup .dxm-content
{
	padding-top: 4px;
}
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-content .dxm-image,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-content .dxm-image
{
	margin-top: -1px;
}
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-image {
	margin-right: 0px;
}
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-image {
	margin-left: 0px;
}
.dxmLite .dxm-popup.dxmtb .dxm-image {
	margin-right: 10px;
	margin-top: -1px;
}
.dxmLite.dxm-rtl .dxm-popup.dxmtb .dxm-image {
	margin-right: 0px;
}

.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-popOut,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-popOut,
.dxmLite .dxm-horizontal.dxmtb .dxm-dropDownMode .dxm-popOut {
	padding: 10px 3px;
}

.dxmLite .dxm-horizontal.dxmtb .dxm-spacing {
	width: 4px;
	height: 23px;
}
.dxmLite .dxm-horizontal.dxmtb .dxm-separator {
	margin: 0px 2px;
	height: 23px;
}

/* -- ASPxNavBar -- */
.dxnbControl 
{
	font: 12px Tahoma;
	color: black;
	background-color: white;
}
.dxnbControl td.dxnbCtrl
{
	padding: 11px;
}
.dxnbControl a
{
	color: black;
	text-decoration: none;
}
.dxnbLoadingPanel
{
	font: 12px Tahoma;
	color: #303030;
}
.dxnbLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}   
.dxnbGroupHeader
{
	font-weight: bold;
	background-color: #E0E0E0;
	border: 1px solid #A8A8A8;
	padding: 4px 10px;
}
.dxnbGroupHeader td.dxnb
{
	white-space: nowrap;
}
.dxnbGroupHeader a,
.dxnbGroupHeaderCollapsed a
{
	color: #1E3695;
	text-decoration: underline;
}
.dxnbGroupHeaderCollapsed
{
	font-weight: bold;
	background-color: #E0E0E0;
	border: 1px solid #A8A8A8;
	padding: 4px 10px;
}
.dxnbGroupHeaderCollapsed td.dxnb
{
	white-space: nowrap;
}
.dxnbGroupContent
{
	color: #1E3695;
	border: 1px solid #A8A8A8;
	padding: 5px;
}
.dxnbItem,
.dxnbLargeItem,
.dxnbBulletItem
{
	color: black;
}
.dxnbItem
{
	padding: 4px 5px 5px;
}
.dxnbLargeItem
{
	padding: 6px 12px 7px;
}
.dxnbBulletItem
{
	margin-bottom: 9px;
}
.dxnbItemSelected,
.dxnbLargeItemSelected,
.dxnbBulletItemSelected
{
	background-color: #D8D8D8;
	border: 1px solid #888888;
}
.dxnbItemSelected
{
	padding: 3px 4px 4px;
}
.dxnbLargeItemSelected
{
	padding: 5px 11px 6px;
}
.dxnbItemHover,
.dxnbLargeItemHover,
.dxnbBulletItemHover
{
	background-color: #F2F2F2;
	border: 1px solid #888888;
}
.dxnbItemHover
{
	padding: 3px 4px 4px;
}
.dxnbLargeItemHover
{
	padding: 5px 11px 6px;
}
.dxnbGroupHeader,
.dxnbGroupHeaderCollapsed
{
	text-align: left;
}
.dxnbItem,
.dxnbItemHover,
.dxnbItemSelected,
.dxnbBulletItem,
.dxnbBulletItemHover,
.dxnbBulletItemSelected
{
	text-align: left;
}
.dxnbLargeItem,
.dxnbLargeItemHover,
.dxnbLargeItemSelected
{
	text-align: center;
}
.dxnbGroupHeaderHover
{
}
.dxnbGroupHeaderCollapsedHover
{
}
/* Spacings */
.dxnbGroupSpacing,
.dxnbItemSpacing
{
	width: 100%;
	height: 1px;
}
.dxnbGroupSpacing 
{
	height: 13px;
}
.dxnbImgCellLeft 
{
	padding-right: 4px;
}
.dxnbImgCellRight
{
	padding-left: 4px;
}
.dxnbLargeItemImgTop
{
	margin-bottom: 3px;
}
.dxnbLargeItemImgBottom
{
	margin-top: 3px;
} 
/* Disabled */
.dxnbDisabled,
.dxnbDisabled td.dxnb,
td.dxnbDisabled a
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxNavBar Lite -- */
.dxnbLite 
{
	color: Black;
	background-color: white;
	font: 12px Tahoma;
	list-style: none none outside;
	margin: 0;
	padding: 11px;
	float: left;
	width: 200px;
}
.dxnbLite a
{
	color: black;
	text-decoration: none!important;
}
.dxnbLite .dxnb-gr 
{
	margin-bottom: 13px;
}
.dxnbLite .dxnb-header,
.dxnbLite .dxnb-headerCollapsed 
{
	background-color: #E0E0E0;
	border: 1px solid #A8A8A8;
	font-weight: bold;
	overflow: hidden;
	padding: 4px 10px;
	cursor: pointer;
	clear: both;
}
.dxnbLite .dxnb-header a,
.dxnbLite .dxnb-headerCollapsed a
{
	color: #1E3695;
	text-decoration: underline!important;
}
.dxnbLite .dxnb-content 
{
	list-style: none none outside;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	border-top: 0 solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
}
.dxnb-noHeads .dxnb-content
{
	border-top-width: 1px;
}
.dxnbLite .dxnb-item,
.dxnbLite .dxnb-large,
.dxnbLite .dxnb-bullet 
{
	color: black;
	clear: both;
	overflow: hidden;
	cursor: default;
}
.dxnbLite .dxnb-item,
.dxnbLite .dxnb-large,
.dxnbLite .dxnb-tmpl
{
	margin-bottom: 1px;
}
.dxnbLite .dxnb-item
{
	padding: 4px 5px 5px;
}
.dxnbLite .dxnb-large
{
	padding: 6px 12px 7px;
}
.dxnbLite .dxnb-bullet,
.dxnbLite .dxnb-bulletHover,
.dxnbLite .dxnb-bulletSelected 
{
	padding: 0 5px;
	overflow: visible;
	margin-bottom: 9px;
}
.dxnbLite .dxnb-itemSelected,
.dxnbLite .dxnb-itemHover
{
	padding: 3px 4px 4px;
}
.dxnbLite .dxnb-largeSelected,
.dxnbLite .dxnb-largeHover
{
	padding: 5px 11px 6px;
}
.dxnbLite .dxnb-itemSelected,
.dxnbLite .dxnb-largeSelected
{
	background-color: #D8D8D8;
	border: 1px solid #888888;
}
.dxnbLite .dxnb-itemHover,
.dxnbLite .dxnb-largeHover
{
	background-color: #F2F2F2;
	border: 1px solid #888888;
}
.dxnbLite .dxnb-header,
.dxnbLite .dxnb-headerCollapsed, 
.dxnbLite .dxnb-item,
.dxnbLite .dxnb-itemHover,
.dxnbLite .dxnb-itemSelected,
.dxnbLite .dxnb-bullet,
.dxnbLite .dxnb-bulletHover,
.dxnbLite .dxnb-bulletSelected
{
	text-align: left;
}
.dxnbLite .dxnb-large,
.dxnbLite .dxnb-largeHover,
.dxnbLite .dxnb-largeSelected
{
	text-align: center;
}
.dxnbLite .dxnb-headerHover
{
}
.dxnbLite .dxnb-headerCollapsedHover
{
}
.dxnbLite .dxnb-last
{
	margin-bottom: 0;
}
.dxnbLite .dxnb-btn,
.dxnbLite .dxnb-btnLeft,
.dxnbLite .dxnb-img
{
	border-width: 0;
}

.dxnbLite .dxnb-btn
{
	float: right;
	margin-left: 4px;
}
.dxnbLite .dxnb-btnLeft 
{
	float: left;
	margin-right: 4px;
}
.dxnbLite .dxnb-img
{
	margin: 0 4px 0 0;
	float: left;
}
.dxnbLite .dxnb-right .dxnb-item .dxnb-img,
.dxnbLite .dxnb-rtlHeader .dxnb-img
{
	float: right;
	margin: 0 0 0 4px;
}
.dxnbLite .dxnb-top .dxnb-large .dxnb-img
{
	margin-bottom: 3px;
}
.dxnbLite .dxnb-bottom .dxnb-large .dxnb-img
{
	margin-top: 3px;
}
.dxnbLite .dxnb-large .dxnb-img
{
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.dxnbLiteDisabled,
.dxnbLite .dxnbLiteDisabled,
.dxnbLiteDisabled a,
.dxnbLiteDisabled .dxnb-item,
.dxnbLiteDisabled .dxnb-large,
.dxnbLiteDisabled .dxnb-bullet,
.dxnbLiteDisabled .dxnb-header,
.dxnbLiteDisabled .dxnb-headerCollapsed 
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxNewsControl -- */
.dxncControl
{
	font: 10px Tahoma;
	color: black;
	background-color: White;
}
.dxncControl a
{
	color: #1E3695;
}
.dxncControl td.dxncCtrl
{
	padding: 18px;
}
.dxncLoadingPanel
{
	border: 1px solid #9F9F9F;
	background-color: white;
	font: 12px Tahoma;
	color: #303030;
}
.dxncLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxncContent
{
}
.dxncPagerPanel
{
	padding: 0px 3px;
}
.dxncItem
{
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #A8A8A8;
	padding: 12px 8px;
}
.dxncEmptyItem
{
	vertical-align: top;
	padding: 12px 12px 12px 14px;
}
.dxncBackToTop
{
	color: #404040;
}

/* Headline */
.dxncItemContent
{
	font-size: 11px;
} 
.dxncItemDate
{
	color: Gray;
	white-space: nowrap;
}
.dxncItemHeader
{
	font-size: 13px;
	color: #464646;
	font-weight: bold;
	line-height: 17px;
}
.dxncItemHeader .dxncItemDate
{
	font-size: 13px;
	color: Gray;
	font-weight: normal;
}
.dxncItemLeftPanel
{
	font-size: 10px;
	color: black;
}
.dxncItemRightPanel
{
	font-size: 10px;
	color: black;
}
.dxncItemDateLeftPanel
{
	font-size: 10px;
	color: Gray;
	white-space: nowrap;
}
.dxncItemDateRightPanel
{
	font-size: 10px;
	color: Gray;
	white-space: nowrap;
}
.dxncItemTailDiv
{
	font-size: 10px;
	color: Black;
}
.dxncEmptyData
{
	color: Gray;
}
/* Disabled */
.dxncDisabled
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxPager -- */
.dxpControl
{
	font: 12px Tahoma;
	color: black;
}
.dxpControl a
{
	color: #394EA2;
	text-decoration: underline;
}
.dxpControl td.dxpCtrl 
{
	padding: 5px 2px;
}
.dxpButton
{
	color: #394EA2;
	text-decoration: underline;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
.dxpDisabledButton
{
	text-decoration: none;
}
.dxpPageNumber
{
	color: #394EA2;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	padding: 1px 5px 0px;
}
.dxpCurrentPageNumber
{
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px 0px;
	white-space: nowrap;
}
.dxpPageSizeItem
{
    padding: 0px 4px;
	text-align: center;
	vertical-align: middle;
}
.dxpPageSizeItem > table
{
    margin: -2px 0px;
}
.dxpPageSizeItem .dx
{
    padding-top: 1px;
    white-space: nowrap;
}
.dxpComboBox
{
    padding: 1px;
    background-color: White;
    border: 1px solid #9F9F9F;
}
.dxpComboBox input
{
    font: 12px Tahoma;
    padding: 0px;
    margin: 0px 2px;
    border-width: 0px;
    background-color: transparent;
    width: 25px;
}
.dxpHoverComboBox
{
}
.dxpPressedComboBox
{
}
.dxpDropDownButton
{
    cursor: pointer;
    padding: 1px 3px 0px;
    border: 1px solid #7F7F7F;
    background: #e6e6e6 url('/DXR.axd?r=1_22-Gwaka') repeat-x top;
}
.dxpHoverDropDownButton
{
    border: 1px solid 606060;
    background: #f2f2f2 url('/DXR.axd?r=1_23-Gwaka') repeat-x top;
}
.dxpPressedDropDownButton
{
    border: 1px solid 7f7f7f;
    background: #d5d5d5 none repeat 0 0;
}
.dxpSummary
{
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	padding: 1px 4px 0px;
}
.dxpSeparator
{
	background-color: #CCCCCC;
}
/* Disabled */
.dxpDisabled
{
	color: #acacac;
	border-color: #808080;
	cursor: default;
}
.dxpDisabledComboBox
{
    border: 1px solid #9F9F9F;
}
.dxpDisabledComboBox input
{
    color: #acacac;
}
.dxpDisabledDropDownButton
{
    border-color: #C3C3C3;
    cursor: default;
}

/* -- ASPxPager Lite -- */
.dxpLite
{
	font: 12px Tahoma;
	color: black;
	padding: 5px 2px;
	float: left;
}

.dxpLite .dxp-summary,
.dxpLite .dxp-sep,
.dxpLite .dxp-button,
.dxpLite .dxp-pageSizeItem,
.dxpLite .dxp-num,
.dxpLite .dxp-current,
.dxpLite .dxp-ellip
{
	display: block;
	float: left;
	margin-left: 4px;
	font-weight: normal;
}
.dxpLite .dxp-lead
{
	margin-left: 0!important;
}

.dxpLite a
{
	color: #394EA2;
	text-decoration: underline;
}

.dxpLite .dxp-button
{
	color: #394EA2;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
}
.dxpLite .dxp-button img
{
	border: none;
	vertical-align: middle;
	text-decoration: none;
}
.dxpLite .dxp-wideButton
{
	padding: 0 5px;
}
.dxpLite .dxp-disabledButton
{
	text-decoration: none;
	color: #acacac;
	cursor: default;
}
.dxpLite .dxp-pageSizeItem
{
    padding: 0px 4px;
    white-space: nowrap;
}
.dxpLite .dxp-pageSizeItem .dx
{
    display: block;
    float: left;
    margin-top: 2px;
    white-space: nowrap;
}
.dxpLite .dxp-comboBox
{
    display: block;
    float: left;
    background-color: White;
    border: 1px solid #9F9F9F;
    padding: 1px;
    margin: -2px 0px;
}
.dxpLite .dxp-comboBox input
{
    font: 12px Tahoma;
    display: block;
    float: left;
    background-color: transparent;
    border-width: 0px;
    padding: 0px;
    margin: 2px 2px 0px;
    width: 25px;
}
.dxpLite .dxp-hoverComboBox
{
}
.dxpLite .dxp-pressedComboBox
{
}
.dxpLite .dxp-dropDownButton
{
    display: block;
    float: left;
    cursor: pointer;
    font-size: 0px;
    padding: 1px 3px 0px;
    border: 1px solid #7F7F7F;
    background: #e6e6e6 url('/DXR.axd?r=1_22-Gwaka') repeat-x top;
    
}
.dxpLite .dxp-hoverDropDownButton
{
    border: 1px solid 606060;
    background: #f2f2f2 url('/DXR.axd?r=1_23-Gwaka') repeat-x top;
}
.dxpLite .dxp-pressedDropDownButton
{
    border: 1px solid 7f7f7f;
    background: #d5d5d5 none repeat 0 0;
}
.dxpLite .dxp-dropDownButton img
{
    border: none;
	text-decoration: none;
	vertical-align: middle;
}
.dxpLite .dxp-num
{
	color: #394EA2;
	text-decoration: underline;
	padding: 2px 5px 1px;
	cursor: pointer;
}

.dxpLite .dxp-current
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 1px;
	cursor: text;
}

.dxpLite .dxp-summary,
.dxpLite .dxp-ellip
{
	white-space: nowrap;
	padding: 2px 4px 1px;
}

.dxpLite .dxp-sep
{
	background-color: #cccccc;
	width: 1px;
	height: 11px;
	margin-top: 5px;
}

.dxpLiteDisabled,
.dxpLiteDisabled a,
.dxpLiteDisabled .dxp-summary,
.dxpLiteDisabled .dxp-sep, 
.dxpLiteDisabled .dxp-button,
.dxpLiteDisabled .dxp-num,
.dxpLiteDisabled .dxp-current,
.dxpLiteDisabled .dxp-ellip
{
	color: #acacac;
	border-color: #808080;
	cursor: default;
}

.dxpLite .dxp-disabledComboBox
{
    border: 1px solid #9F9F9F;
}

.dxpLite .dxp-disabledComboBox input
{
    color: #acacac;
}

.dxpLite .dxp-disabledDropDownButton
{
    border-color: #C3C3C3;
    cursor: default;
}

/* -- ASPxPopupControl -- */
.dxpcControl
{
	font: 12px Tahoma;
	color: black;
	background-color: white;
	border: 1px solid #8B8B8B;
	width: 200px;
}
.dxpcControl a
{
	color: #1E3695;
}
.dxpcCloseButton
{
	padding: 1px;
}
.dxpcCloseButtonHover
{
}
.dxpcContent
{
	color: #010000;
	white-space: normal;
	vertical-align: top;
}
.dxpcContentPaddings 
{
	padding: 9px 12px;
}
.dxpcFooter
{
	color: #858585;
	background-color: #F3F3F3;
	border-top: 1px solid #E0E0E0;
}
.dxpcFooter td.dxpc
{
	color: #858585;
	white-space: nowrap;
	padding: 6px 12px 8px;
}
.dxpcHeader
{
	color: #404040;
	background-color: #DCDCDC;
	border-bottom: 1px solid #C9C9C9;
}
.dxpcHeader td.dxpc
{
	color: #404040;
	white-space: nowrap;
}
.dxpcModalBackground
{
	background-color: #777777;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
}
.dxpcLoadingPanel,
.dxdpLoadingPanel
{
	font: 12px Tahoma;
	color: #303030;
	background-color: white;
	border: 1px solid #9F9F9F;
}
.dxpcLoadingPanel td.dx,
.dxdpLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxpcLoadingDiv
{
	background-color: Gray;
	opacity: 0.01;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}



/* Disabled */
.dxpcDisabled
{
	color: #808080;
	cursor: default;
}

/* -- ASPxPopupControl Lite -- */
.dxpcLite,
.dxdpLite  
{
	width: 200px;
	left: 0;
	top: 0;
	display: none;
	position: absolute;
	visibility: hidden;
	border-spacing: 0;
}

.dxpcLite .dxpc-mainDiv,
.dxdpLite .dxpc-mainDiv
{
	position: relative;
}

.dxpcLite .dxpc-mainDiv,
.dxpcLite.dxpc-mainDiv,
.dxdpLite .dxpc-mainDiv,
.dxdpLite.dxpc-mainDiv  
{
	top: 0;
	left: 0;
	font: 12px Tahoma;
	color: black;
	background-color: white;
	border: 1px solid #8B8B8B;
}

.dxpcLite a,
.dxdpLite a  
{
	color: #1E3695;
}

.dxpcLite .dxpc-link,
.dxdpLite .dxpc-link
{
	float: left;
}

.dxpcLite.dxRtl .dxpc-link,
.dxdpLite.dxRtl .dxpc-link
{
	float: right;
}

.dxpcLite a .dxpc-headerText,
.dxpcLite a .dxpc-footerText,
.dxdpLite a .dxpc-headerText,
.dxdpLite a .dxpc-footerText
{
	cursor: pointer;
}

.dxpcLite .dxpc-closeBtn,
.dxdpLite .dxpc-closeBtn  
{
	padding: 1px;
	float: right;
}

.dxpcLite.dxRtl  .dxpc-closeBtn,
.dxdpLite.dxRtl  .dxpc-closeBtn  
{
	float: left;
}

.dxpcLite .dxpc-closeBtnHover,
.dxdpLite .dxpc-closeBtnHover
{
}

.dxpcLite .dxpc-header,
.dxdpLite .dxpc-header 
{
	color: #404040;
	background-color: #DCDCDC;
	border-bottom: 1px solid #C9C9C9;
	padding: 2px 2px 2px 12px;
}

.dxpcLite.dxRtl .dxpc-header,
.dxdpLite.dxRtl .dxpc-header  
{
	padding: 2px 12px 2px 2px;
}

.dxpcLite .dxpc-headerText,
.dxdpLite .dxpc-headerText
{
	white-space: nowrap;
	float: left;
	margin-top: 1px;
}

.dxpcLite.dxRtl .dxpc-headerText,
.dxdpLite.dxRtl .dxpc-headerText
{
	float: right;
}

.dxpcLite .dxpc-headerImg,
.dxdpLite .dxpc-headerImg
{
	float: left;
	margin: 0 4px 0 0;
}

.dxpcLite.dxRtl .dxpc-headerImg,
.dxdpLite.dxRtl .dxpc-headerImg
{
	float: right;
	margin: 0 0 0 4px;
}

.dxpcLite .dxpc-expandableDiv,
.dxdpLite .dxpc-expandableDiv 
{
	float: left;
	overflow: hidden;
}

.dxpcLite.dxRtl .dxpc-expandableDiv,
.dxdpLite.dxRtl .dxpc-expandableDiv 
{
	float: right;
}

.dxpcLite .dxpc-content,
.dxdpLite .dxpc-content
{
	color: #010000;
	white-space: normal;
	padding: 9px 12px;
}

.dxpcLite .dxpc-footer,
.dxdpLite .dxpc-footer
{
	color: #858585;
	background-color: #F3F3F3;
	border-top: 1px solid #E0E0E0;
}

.dxpcLite .dxpc-footerContent,
.dxdpLite .dxpc-footerContent,
.dxpcLite .dxpc-headerContent,
.dxdpLite .dxpc-headerContent
{
    float: left;
}

.dxpcLite.dxRtl .dxpc-footerContent,
.dxdpLite.dxRtl .dxpc-footerContent,
.dxpcLite.dxRtl .dxpc-headerContent,
.dxdpLite.dxRtl .dxpc-headerContent
{
	float: right;
}

.dxpcLite .dxpc-footerContent,
.dxdpLite .dxpc-footerContent
{
	margin: 0;
	padding: 6px 12px 8px;
}

.dxpcLite .dxpc-footerText,
.dxdpLite .dxpc-footerText
{
	white-space: nowrap;
	float: left;
}

.dxpcLite.dxRtl .dxpc-footerText,
.dxdpLite.dxRtl .dxpc-footerText
{
	float: right;
}

.dxpcLite .dxpc-footerImg,
.dxdpLite .dxpc-footerImg
{
	float: left;
	margin: -1px 4px 0 0;
}

.dxpcLite.dxRtl .dxpc-footerImg,
.dxdpLite.dxRtl .dxpc-footerImg
{
	float: right;
	margin: -1px 0 0 4px;
}

.dxpcLite .dxpc-sizeGrip,
.dxdpLite .dxpc-sizeGrip
{
	float: right;
}

.dxpcLite.dxRtl .dxpc-sizeGrip,
.dxdpLite.dxRtl .dxpc-sizeGrip
{
	float: left;
}

.dxpcModalBackLite,
.dxdpModalBackLite
{
	background-color: #777777;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
}

.dxpcLiteDisabled,
.dxdpLiteDisabled
{
	color: #808080;
	cursor: default;
}

/* -- ASPxRoundPanel -- */
.dxrpControl td.dxrp,
.dxrpControlGB td.dxrp
{
	font: 12px Tahoma;
	color: #000000;
}
.dxrpControl .dxrpCI
{
	display:block;
}
/* Header */
.dxrpControl .dxrpHeader,
.dxrpControl .dxrpHeader td.dxrp,
.dxrpControlGB span.dxrpHeader
{
	color: #313131;
}
.dxrpControl .dxrpHeader td.dxrp a,
.dxrpControlGB span.dxrpHeader a
{
    color: #1E3695;
}
.dxrpControl .dxrpHeader
{
	background-color: #DEDEDE;
	border-bottom: 1px solid #C6C6C6;
}
.dxrpControl .dxrpHI,
.dxrpControl .dxrpHeader,
.dxrpControl .dxrpHeader td.dxrp
{
	vertical-align: top;
	white-space: nowrap;
}
/* Header image */
.dxrpControl .dxrpHI
{
	padding-right: 4px;
}
.dxrpControl .dxrpHIR
{
	padding-left: 4px;
}
/* Content */
.dxrpControl .dxrpcontent,
.dxrpControlGB .dxrpcontent
{
	vertical-align: top;
}
.dxrpControl .dxrpcontent
{
    background-image: none;
    background-color: #F7F7F7;
}
/* Edges */
.dxrpControl .dxrpTE,
.dxrpControl .dxrpHLE, 
.dxrpControl .dxrpHRE
{
    background-image: none;
	background-color: #DEDEDE;
}
.dxrpControl .dxrpLE,
.dxrpControl .dxrpRE,
.dxrpControl .dxrpBE,
.dxrpControl .dxrpNHTE
{
    background-image: none;
	background-color: #F7F7F7;
}
.dxrpControl .dxrpTE,
.dxrpControl .dxrpNHTE,
.dxrpControlGB .dxrpNHTE
{
	border-top: 1px solid #8B8B8B;
}
.dxrpControl .dxrpLE,
.dxrpControl .dxrpHLE,
.dxrpControlGB .dxrpLE,
.dxrpControlGB .dxrpHLE
{
	border-left: 1px solid #8B8B8B;
}
.dxrpControl .dxrpRE,
.dxrpControl .dxrpHRE,
.dxrpControlGB .dxrpRE
{
	border-right: 1px solid #8B8B8B;
}
.dxrpControl .dxrpHLE,
.dxrpControl .dxrpHRE
{
	border-bottom: 1px solid #C6C6C6;
}
.dxrpControl .dxrpBE,
.dxrpControlGB .dxrpBE
{
	border-bottom: 1px solid #8B8B8B;
}
.dxrpControlGB .dxrpcontent,
.dxrpControlGB .dxrpHeader,
.dxrpControlGB .dxrpLE,
.dxrpControlGB .dxrpRE,
.dxrpControlGB .dxrpBE,
.dxrpControlGB .dxrpNHTE
{
    background-image: none;
	background-color: White;
}
/* Disabled */
.dxrpDisabled,
.dxrpDisabled td.dxrp
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxSiteMapControl -- */
.dxsmControl 
{
	color: #1E3695;
	background-color: white;
	font: 11px Verdana;
	border: 1px Solid #A8A8A8;
}
.dxsmControl a:hover
{
	text-decoration: none!important;
}
.dxsmControl a:visited
{
	color: #996085!important;
}
/* - Category Level - */
.dxsmCategoryLevel,
.dxsmCategoryLevel a
{
	color: #1E3695;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.dxsmCategoryLevel
{
	white-space: nowrap;
	padding: 0px 0px 5px;
}
.dxsmCategoryLevel
{
	border-bottom: 1px solid #B8B8B8;
}
 /*flow layout*/
.dxsmLevelCategoryFlow,
.dxsmLevelCategoryFlow a
{
	color: #1E3695;
	font: bold 18px Tahoma;
	text-decoration: underline;
}
/* - Level 0 - */
.dxsmLevel0,
.dxsmLevel0 a,
.dxsmLevel0Categorized a,
.dxsmLevel0Categorized
{
	color: #1E3695;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.dxsmLevel0,
.dxsmLevel0Categorized
{
	white-space: nowrap;
	padding: 0px 0px 2px;
}
.dxsmLevel0
{
	border-bottom: 1px solid #B8B8B8;
	padding: 0px 0px 5px;
}
 /*flow layout*/
.dxsmLevel0Flow,
.dxsmLevel0Flow a,
.dxsmLevel0CategorizedFlow a,
.dxsmLevel0CategorizedFlow
{
	color: #1E3695;
	font: bold 12px Tahoma;
	text-decoration: underline;
}
.dxsmLevel0Flow
{
	padding: 0px;
}
.dxsmLevel0Flow
{
	text-decoration: none;
}

/* - Level 1 - */
.dxsmLevel1,
.dxsmLevel1 a,
.dxsmLevel1Categorized a,
.dxsmLevel1Categorized
{
	font: 12px Tahoma;
	color: #3C55B9;
	text-decoration: none;
}
.dxsmLevel1,
.dxsmLevel1Categorized
{
	white-space: nowrap;
	padding: 0px;
}

/*flow layout*/
.dxsmLevel1Flow,
.dxsmLevel1Flow a,
.dxsmLevel1CategorizedFlow,
.dxsmLevel1CategorizedFlow a
{
	color: #3C55B9;
	font: 12px Tahoma;
	text-decoration: underline;
}
.dxsmLevel1Flow
{
	text-decoration: none;
	padding: 0px;
}

/* - Level 2 - */
.dxsmLevel2,
.dxsmLevel2 a,
.dxsmLevel2Categorized a,
.dxsmLevel2Categorized
{
	font: 11px Tahoma;
	color: #5078DC;
	text-decoration: none;
}
.dxsmLevel2,
.dxsmLevel2Categorized
{
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel2Flow,
.dxsmLevel2Flow a
{
	color: #5078DC;
	font: 11px Tahoma;
	text-decoration: underline;
}
.dxsmLevel2Flow
{
	padding: 0px;
}
/* - Level 3 - */
.dxsmLevel3,
.dxsmLevel3 a
{
	font: 9px Tahoma;
	color: #999999;
	text-decoration: none;
}
.dxsmLevel3
{
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel3Flow,
.dxsmLevel3Flow a
{
	color: #999999;
	font: 9px Tahoma;
	text-decoration: underline;
}
/* - Level 4 - */
.dxsmLevel4,
.dxsmLevel4 a
{
	font: 8px Tahoma;
	color: #A8A8A8;
	text-decoration: none;
}
.dxsmLevel4
{
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevel4Flow,
.dxsmLevel4Flow a
{
	color: #A8A8A8;
	font: 8px Tahoma;
	text-decoration: underline;
}
.dxsmLevel4Flow
{
	padding: 0px;
}
/* - Other Levels - */
.dxsmLevelOther
{
	font: 9px Tahoma;
	color: #A8A8A8;
	text-decoration: none;
}
.dxsmLevelOther
{
	white-space: nowrap;
	padding: 0px;
}
/*flow layout*/
.dxsmLevelOtherFlow,
.dxsmLevelOtherFlow a
{
	color: #A8A8A8;
	font: 12px Tahoma;
	text-decoration: underline;
}
/* Disabled */
.dxsmDisabled
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxTabControl, ASPxPageControl -- */
.dxtcControl 
{
	font: 12px Tahoma;
	color: black;
}
.dxtcLoadingPanel
{
	font: 12px Tahoma;
	color: #303030;
}
.dxtcLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}

/* Tab Hyperlink*/
.dxtcTab a,
.dxtcTabWithTabPositionLeft a,
.dxtcTabWithTabPositionBottom a,
.dxtcTabWithTabPositionRight a,
.dxtcActiveTab a,
.dxtcActiveTabWithTabPositionBottom a,
.dxtcActiveTabWithTabPositionLeft a,
.dxtcActiveTabWithTabPositionRight a,
.dxtcTabHover a,
.dxtcTabHoverWithTabPositionBottom a,
.dxtcTabHoverWithTabPositionLeft a,
.dxtcTabHoverWithTabPositionRight a
{
	text-decoration: none;
	color: black;
}

.dxtcActiveTab,
.dxtcActiveTabWithTabPositionBottom,
.dxtcActiveTabWithTabPositionLeft,
.dxtcActiveTabWithTabPositionRight
{
	border: 1px solid #A8A8A8;
	padding: 3px 12px 4px;
	background-color: #FFFFFF;
	text-align: center;
}
.dxtcActiveTabWithTabPositionLeft,
.dxtcActiveTabWithTabPositionRight
{
	padding: 3px 13px 4px 12px;
}
/* Active Tab */
.dxtcActiveTab td.dxtc,
.dxtcActiveTabWithTabPositionBottom td.dxtc,
.dxtcActiveTabWithTabPositionLeft td.dxtc,
.dxtcActiveTabWithTabPositionRight td.dxtc
{
	white-space: nowrap;
	background: transparent none!important;
	border-width: 0px!important;
	padding: 0px!important;
}
.dxtcActiveTabHover
{
	background-color: white;
}
/* Tab */
.dxtcTab,
.dxtcTabWithTabPositionLeft, 
.dxtcTabWithTabPositionBottom,
.dxtcTabWithTabPositionRight
{
	background-color: #E0E0E0;
	border: 1px solid #A8A8A8;
	padding: 3px 12px 4px;
	text-align: center;
}
.dxtcTab td.dxtc,
.dxtcTabWithTabPositionBottom td.dxtc, 
.dxtcTabWithTabPositionLeft td.dxtc,
.dxtcTabWithTabPositionRight td.dxtc
{
	white-space: nowrap;
	background: transparent none!important;
	border-width: 0px!important;
	padding: 0px!important;
}
.dxtcTabWithTabPositionBottom
{
}
.dxtcTabWithTabPositionLeft
{
}
.dxtcTabWithTabPositionRight
{
}
/* Hover */
.dxtcTabHover,
.dxtcTabHoverWithTabPositionBottom,
.dxtcTabHoverWithTabPositionLeft,
.dxtcTabHoverWithTabPositionRight
{
	background-color: #F2F2F2;
}
.dxtcPageContent,
.dxtcPageContentWithTabPositionBottom, 
.dxtcPageContentWithTabPositionLeft,
.dxtcPageContentWithTabPositionRight,
.dxtcPageContentWithoutTabs
{
	background-color: white;
	vertical-align: top;
}
.dxtcContent,
.dxtcContentWithTabPositionBottom,
.dxtcContentWithTabPositionLeft,
.dxtcContentWithTabPositionRight
{
	border: 1px solid #A8A8A8;
	background-color: white;
	vertical-align: top;
}
.dxtcControl td.dxtcTabsCell,
.dxtcControl td.dxtcTabsCellWithTabPositionBottom,
.dxtcControl td.dxtcTabsCellWithTabPositionLeft,
.dxtcControl td.dxtcTabsCellWithTabPositionRight 
{
}
/* Scrolling */
.dxtcScrollButtonCell 
{
	border-style: none;
	width: 1px;
	vertical-align: top;
}
.dxtcTabsCellWithTabPositionBottom .dxtcScrollButtonCell 
{
	vertical-align: bottom;
}
.dxtcScrollButtonSeparator,
.dxtcScrollButtonSeparator div 
{
	height: 1px;
	width: 1px;
}
.dxtcScrollButtonIndent, 
.dxtcScrollButtonIndent div 
{
	height: 1px;
	width: 5px;
}
.dxtcScrollButton 
{
	border: 1px solid #7F7F7F;
	background: #E8E7E8 url('/DXR.axd?r=1_32-Gwaka') repeat-x;
	cursor: pointer;
	text-align: center;
	padding: 6px;
}
.dxtcScrollButtonHover
{
	background: #F4F4F4 url('/DXR.axd?r=1_34-Gwaka') repeat-x;
}
.dxtcScrollButtonPressed
{
	background-color: #8D8D8D;
}
.dxtcScrollButtonDisabled
{
	cursor: default;
	border-color: #C3C3C3;
	background: #E6E7E8 url('/DXR.axd?r=1_33-Gwaka') repeat-x;
}
/* Misc */
.dxtcLeftAlignCell,
.dxtcTabsCellWithTabPositionBottom .dxtcLeftAlignCell 
{
	text-align: left;
}
.dxtcRightAlignCell,
.dxtcTabsCellWithTabPositionBottom .dxtcRightAlignCell 
{
	text-align: right;
}
/* Disabled */
.dxtcDisabled,
.dxtcDisabled table
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxTabControl Lite -- */
.dxtcLite 
{
	overflow: hidden;
	float: left;
}
.dxtcLite .dxtc-strip,
.dxtcLite .dxtc-wrapper 
{
	list-style: none outside none;
	float: left;
	padding: 0;
	margin: 0;
	_overflow: hidden;
}
.dxtcLite .dxtc-tab,
.dxtcLite .dxtc-activeTab,
.dxtcLite .dxtc-leftIndent,
.dxtcLite .dxtc-spacer,
.dxtcLite .dxtc-rightIndent,
.dxtcLite .dxtc-sbWrapper,
.dxtcLite .dxtc-sbIndent,
.dxtcLite .dxtc-sbSpacer
{
	display: block;
	height: 21px;
	margin: 0;
}
.dxtcLite .dxtc-lineBreak
{
	float: none;
	display: block;
	clear: both;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.dxtcLite .dxtc-tab,
.dxtcLite .dxtc-activeTab,
.dxtcLite.dxtc-noSpacing .dxtc-tab.dxtc-lead,
.dxtcLite.dxtc-noSpacing .dxtc-activeTab.dxtc-lead,
.dxtcLite.dxtc-noSpacing .dxtc-tab,
.dxtcLite.dxtc-noSpacing .dxtc-activeTab
{
	border: 1px solid #A8A8A8;
}
.dxtcLite.dxtc-noSpacing .dxtc-tab,
.dxtcLite.dxtc-noSpacing .dxtc-activeTab
{
	border-left-style: none;
}
.dxtcLite .dxtc-tab,
.dxtcLite .dxtc-activeTab
{
	background-color: #E0E0E0;
	float: left;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.dxtcLite .dxtc-activeTab
{
	border-bottom: 1px solid white;
	background-color: white;
}
.dxtcLite .dxtc-tab a 
{
	text-decoration: none;
	color: black;
}
.dxtcLite .dxtc-tabHover
{
	background-color: #F2F2F2;
}
.dxtcLite .dxtc-leftIndent,
.dxtcLite .dxtc-spacer,
.dxtcLite .dxtc-rightIndent,
.dxtcLite .dxtc-sbWrapper,
.dxtcLite .dxtc-sbIndent,
.dxtcLite .dxtc-sbSpacer
{
	float: left;
	border-right-width: 0;
	border-left-width: 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #A8A8A8;
	overflow: hidden;
	_border-top-color: #000001;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtcLite .dxtc-spacer
{
	width: 1px;
}
.dxtcLite .dxtc-leftIndent,
.dxtcLite .dxtc-rightIndent
{
	width: 5px;
}
.dxtcLite .dxtc-link
{
	padding: 3px 12px 4px;
	display: block;
	font-size: 0;
	text-decoration: none;
	height: 100%;
	_float: left;
}
.dxtcLite .dxtc-text,
.dxtcLite .dxtc-leftIndent,
.dxtcLite .dxtc-rightIndent
{
	color: #333333;
	font: normal 12px Tahoma;
	text-decoration: none;
	white-space: nowrap;
}
.dxtcLite .dxtc-img
{
	border-style: none;
	margin: 0 3px -4px 0;
	width: 16px;
	height: 16px;
} 
.dxtcLite.dxtc-rtl .dxtc-img
{
	margin: 0 0 -4px 3px;
}
.dxtcLite .dxtc-content 
{
	font: 12px Tahoma;
	color: black;
	background-color: #FFFFFF;
	float: left;
	clear: left;
	border: 1px solid #A8A8A8;
	overflow: hidden;
	padding: 11px;
}
.dxtcLite.dxtc-top .dxtc-content 
{
	border-top-style: none!important;
}
/* Rtl */
.dxtcLite.dxtc-rtl,
.dxtcLite.dxtc-rtl .dxtc-content,
.dxtcLite.dxtc-rtl .dxtc-strip,
.dxtcLite.dxtc-rtl .dxtc-wrapper,
.dxtcLite.dxtc-rtl .dxtc-leftIndent,
.dxtcLite.dxtc-rtl .dxtc-spacer,
.dxtcLite.dxtc-rtl .dxtc-rightIndent,
.dxtcLite.dxtc-rtl .dxtc-sbWrapper,
.dxtcLite.dxtc-rtl .dxtc-sbIndent,
.dxtcLite.dxtc-rtl .dxtc-sbSpacer,
.dxtcLite.dxtc-rtl .dxtc-tab,
.dxtcLite.dxtc-rtl .dxtc-activeTab
{
	float: right;
}
.dxtc-top.dxtc-rtl .dxtc-content,
.dxtc-bottom.dxtc-rtl .dxtc-strip,
.dxtc-bottom.dxtc-rtl .dxtc-wrapper
{
	clear: right!important;
}
.dxtc-left.dxtc-rtl .dxtc-strip 
{
	float: left;
}
.dxtcLite.dxtc-rtl .dxtc-content,
.dxtcLite.dxtc-rtl .dxtc-strip,
.dxtcLite.dxtc-rtl .dxtc-wrapper
{
	*float: left;
}
.dxtcLite.dxtc-rtl .dxtc-content
{
	*clear: left!important;
}
/* Scrolling */
.dxtcLite .dxtc-sb          
{
	background: #E8E7E8 url('/DXR.axd?r=1_32-Gwaka') repeat-x;
	border: 1px solid #7F7F7F;
	cursor: pointer;
	padding: 5px;
	font-size: 0;
}
.dxtcLite.dxtc-bottom .dxtc-sb          
{
	margin-top: 2px;
}
.dxtcLite .dxtc-sbHover
{
	background: #F4F4F4 url('/DXR.axd?r=1_34-Gwaka') repeat-x;
}
.dxtcLite .dxtc-sbPressed
{
	background-color: #8D8D8D;
}
.dxtcLite .dxtc-sbDisabled
{
	cursor: default;
	border-color: #C3C3C3;
	background: #E6E7E8 url('/DXR.axd?r=1_33-Gwaka') repeat-x;
}
.dxtcLite .dxtc-sb img 
{
	border: none;
	border-style: none;
}
.dxtcLite .dxtc-sbIndent
{
	width: 5px;
}
.dxtcLite .dxtc-sbSpacer
{
	width: 1px;
}
/* Multi-row */
.dxtcLite .dxtc-n
{
	_display: inline;
}
.dxtcLiteDisabled,
.dxtcLiteDisabled .dxtc-text,
.dxtcLiteDisabled .dxtc-activeTab .dxtc-text,
.dxtcLiteDisabled .dxtc-content
{
	color: #acacac;
	cursor: default;
}
/* bottom  */
.dxtcLite.dxtc-bottom .dxtc-strip,
.dxtcLite.dxtc-bottom .dxtc-wrapper
{
	clear: left;
	*float: none;
}
.dxtcLite.dxtc-bottom .dxtc-leftIndent,
.dxtcLite.dxtc-bottom .dxtc-spacer,
.dxtcLite.dxtc-bottom .dxtc-rightIndent,
.dxtcLite.dxtc-bottom .dxtc-sbWrapper,
.dxtcLite.dxtc-bottom .dxtc-sbIndent,
.dxtcLite.dxtc-bottom .dxtc-sbSpacer
{
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid transparent;
	_border-bottom-color: #000001;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtcLite.dxtc-bottom .dxtc-activeTab
{
	border-top: 1px solid white;
	border-bottom: 1px solid #A8A8A8;
	background-color: white;
}
.dxtcLite.dxtc-bottom .dxtc-content
{
	border-top: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-bottom-width: 1px;
	border-bottom-style: none!important;
}
/* left */
.dxtcLite.dxtc-left .dxtc-tab,
.dxtcLite.dxtc-left .dxtc-activeTab,
.dxtcLite.dxtc-left .dxtc-leftIndent,
.dxtcLite.dxtc-left .dxtc-spacer,
.dxtcLite.dxtc-left .dxtc-rightIndent
{
	float: none;
	*float: left;
	clear: none;
	*clear: both;
	width: auto;
	height: auto;
}
.dxtcLite.dxtc-left .dxtc-activeTab,
.dxtc-left.dxtc-noSpacing .dxtc-tab,
.dxtc-left.dxtc-noSpacing .dxtc-activeTab,
.dxtc-left.dxtc-noSpacing .dxtc-tab.dxtc-lead,
.dxtc-left.dxtc-noSpacing .dxtc-activeTab.dxtc-lead
{
	border: 1px solid #A8A8A8;
}
.dxtc-left.dxtc-noSpacing .dxtc-tab,
.dxtc-left.dxtc-noSpacing .dxtc-activeTab
{
	border-top-style: none;
}
.dxtcLite.dxtc-left .dxtc-activeTab
{
	border-right: 1px solid white;
	background-color: white;
}
.dxtcLite.dxtc-left .dxtc-leftIndent,
.dxtcLite.dxtc-left .dxtc-spacer,
.dxtcLite.dxtc-left .dxtc-rightIndent
{
	border: none;
	border-right: 1px solid #A8A8A8;
	border-left: 1px solid transparent;
	width: auto;
	_border-left-color: #000001;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtcLite.dxtc-left .dxtc-leftIndent,
.dxtcLite.dxtc-left .dxtc-rightIndent
{
	height: 5px;
}
.dxtcLite.dxtc-left .dxtc-spacer
{
	height: 1px;
}
.dxtcLite.dxtc-left .dxtc-content
{
	border-top: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	border-left-color: #A8A8A8;
	border-left-width: 1px;
	border-left-style: none!important;
	float: left;
	clear: none;
}
/* right */
.dxtcLite.dxtc-right .dxtc-tab,
.dxtcLite.dxtc-right .dxtc-activeTab,
.dxtcLite.dxtc-right .dxtc-leftIndent,
.dxtcLite.dxtc-right .dxtc-spacer,
.dxtcLite.dxtc-right .dxtc-rightIndent
{
	float: none;
	*float: left;
	clear: none;
	*clear: both;
	width: auto;
	height: auto;
}
.dxtcLite.dxtc-right .dxtc-activeTab,
.dxtc-right.dxtc-noSpacing .dxtc-tab,
.dxtc-right.dxtc-noSpacing .dxtc-activeTab,
.dxtc-right.dxtc-noSpacing .dxtc-tab.dxtc-lead,
.dxtc-right.dxtc-noSpacing .dxtc-activeTab.dxtc-lead
{
	border: 1px solid #A8A8A8;
}
.dxtc-right.dxtc-noSpacing .dxtc-tab,
.dxtc-right.dxtc-noSpacing .dxtc-activeTab
{
	border-top-style: none;
}
.dxtcLite.dxtc-right .dxtc-activeTab
{
	border-left: 1px solid white;
	background-color: white;
}
.dxtcLite.dxtc-right .dxtc-leftIndent,
.dxtcLite.dxtc-right .dxtc-spacer,
.dxtcLite.dxtc-right .dxtc-rightIndent
{
	border: none;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid transparent;
	_border-right-color: #000001;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color=#000001);
}
.dxtcLite.dxtc-right .dxtc-leftIndent,
.dxtcLite.dxtc-right .dxtc-rightIndent
{
	height: 5px;
}
.dxtcLite.dxtc-right .dxtc-spacer
{
	height: 1px;
}
.dxtcLite.dxtc-right .dxtc-content
{
	border-top: 1px solid #A8A8A8;
	border-right-color: #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right-width: 1px;
	border-right-style: none!important;
	float: left;
	clear: none;
}
/* Services rules */
.dxtcLite.dxtc-noTabs .dxtc-content
{
	border: 1px solid #A8A8A8!important;
}

/* -- ASPxTitleIndex -- */
.dxtiControl 
{
	color: #1E3695;
	background-color: white;
	font: 11px Tahoma;
	border: 1px Solid #A8A8A8;
}
.dxtiControl a
{
	color: #1E3695;
}
.dxtiLoadingPanel
{
	border: 1px solid #9F9F9F;
	background-color: white;
	font: 12px Tahoma;
	color: #303030;
}
.dxtiLoadingPanel td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}
.dxtiItem
{
	font-size: 12px;
	white-space: nowrap;
}
.dxtiGroupHeader,
.dxtiGroupHeaderCategorized
{
	font: 18px Verdana;
	text-decoration: none;
}
.dxtiGroupHeader,
.dxtiGroupHeaderCategorized
{
	white-space: nowrap;
	padding: 0px 0px 3px;
}
.dxtiGroupHeaderCategorized
{
	border-bottom: 1px Solid #C0C0C0;
	padding-bottom: 2px;
}
/* - GroupHeaderText - */
.dxtiGroupHeaderText
{
	background-color: #B4B4B4;
	color: #FFFFFF;
}
.dxtiGroupHeaderText
{
	padding: 2px 7px;
}
.dxtiGroupHeaderTextCategorized
{
	color: #666666;
	font-size: 111px;
}
.dxtiGroupHeaderTextCategorized
{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
}
/* - FilterBox - */
.dxtiFilterBoxInfoText
{
	font: normal 9px Verdana;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 4px;
}
.dxtiFilterBoxEdit
{
	font-size: 12px;
	width: 158px;
	border: 1px Solid #9F9F9F;
	padding-left: 3px;
}
.dxtiFilterBox,
.dxtiFilterBox table
{
	color: #898989;
	font-size: 12px;
	font-weight: bold;
}
.dxtiFilterBox
{
	background-color: #E8E8E8;
	padding: 15px;
}
/* - IndexPanel - */
.dxtiIndexPanel
{
	padding-bottom: 10px;
	text-decoration: none;
}
.dxtiIndexPanelItem,
.dxtiCurrentIndexPanelItem
{
	font-family: Verdana;
}
.dxtiIndexPanelItem,
.dxtiCurrentIndexPanelItem
{
	padding: 2px 6px;
}
.dxtiCurrentIndexPanelItem
{
	color: #000000;
	background-color: #E0E0E0;
}
/* - BackToTop - */
.dxtiBackToTop
{
	font-size: 9px;
	padding: 0px 0px 12px 0px;
}
.dxtiBackToTopRtl
{
	padding: 0px 0px 12px 0px;
}
/* Disabled */
.dxtiDisabled
{
	color: #acacac;
	cursor: default;
}
/* -- ASPxUploadControl -- */
.dxucControl,
.dxucEditArea
{
	font: 12px Tahoma;
}
.dxucControl .dxucInputs
{
}
.dxucTextBox
{
	background-color: white;
	border: 1px solid #9f9f9f;
	padding: 1px 2px;
}
.dxucTextBox .dxucEditArea
{
	margin: 0px;
	background-color: white;
}
.dxucNullText .dxucEditArea
{
    color: #818181;
}
.dxucErrorCell
{
	color: Red;
	text-align: left;
}
.dxucButton,
.dxucButton a
{
	color: #0D45B7;
	white-space: nowrap;
}
.dxucBrowseButton,
.dxucBrowseButton a
{
	color: #000000;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}
.dxucControl .dxucBrowseButton a
{
	color: #000000;
}
.dxucControl a[unselectable="on"]
{
    user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.dxucBrowseButton
{
	padding: 3px 8px 4px;
	border: 1px solid #7F7F7F;
	background: #E0DFDF url('/DXR.axd?r=1_39-Gwaka') repeat-x top;
}
.dxucBrowseButton.dxbf
{
    padding: 3px 7px 4px;
}
.dxucBrowseButton.dxbf a
{
    border: 1px dotted black;
}
.dxucBrowseButtonHover
{
	border: 1px solid #606060;
	background: #F2F2F2 url('/DXR.axd?r=1_40-Gwaka') repeat-x top;
}
.dxucBrowseButtonPressed
{
	background: #D5D5D5 none;
}
/* ProgressBar */
.dxucProgressBar
{
	border: 1px Solid #696969;
	background-color: #FFFFFF;
}
.dxucProgressBar,
.dxucProgressBar td.dx
{
	font: 12px Tahoma;
	color: Black;
}
.dxucProgressBar .dxucPBMainCell,
.dxucProgressBar td.dx
{
	padding: 0;
}
.dxucProgressBarIndicator 
{
	background-color: #E0DFDF;
}
/* Silverlight Plugin Link */
.dxucSilverlightPluginLinkPanel {
	font: 9px Verdana;
	color: #7d7d7d;
	text-align: left;
}
.dxucSilverlightPluginLinkPanel td {
	padding: 0px 3px;
	vertical-align: middle;
}
.dxucSilverlightPluginLinkPanel a {
	color: #0D45B7;
}
/* Disabled */
.dxucDisabled,
.dxucDisabled a
{
	color: #ACACAC;
	cursor: default;
}
.dxucTextBoxDisabled
{
	border-color: #C3C3C3;
}
.dxucButtonDisabled,
.dxucButtonDisabled a
{
	text-decoration: none;
}
.dxucBrowseButtonDisabled
{
	border-color: #C3C3C3;
}
.dxucControl .dxucBrowseButtonDisabled a
{
    color: #808080;
}

/* -- ASPxSplitter -- */
.dxsplControl,
.dxsplVSeparator,
.dxsplHSeparator
{
	background-color: White;
}
.dxsplVSeparator,
.dxsplHSeparator
{
	font-size: 0;
}
.dxsplControl,
.dxsplVSeparator,
.dxsplHSeparator,
.dxsplPane,
.dxsplPaneCollapsed,
.dxsplVSeparator,
.dxsplHSeparator,
.dxsplVSeparatorCollapsed,
.dxsplHSeparatorCollapsed
{
	border: 0px solid #8C8C8C;
}
.dxsplPane,
.dxsplPaneCollapsed
{
	border-width: 1px;
}
.dxsplPaneCollapsed
{
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.dxsplVSeparatorHover
{
	cursor: w-resize;
}
.dxsplHSeparatorHover
{
	cursor: n-resize;
}
.dxsplVSeparatorCollapsed
{
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.dxsplHSeparatorCollapsed
{
	border-left-width: 1px;
	border-right-width: 1px;
}
.dxsplVSeparatorCollapsed,
.dxsplHSeparatorCollapsed
{
	cursor: default!important;
}
.dxsplVSeparatorButton
{
	cursor: pointer;
	padding: 5px 0px;
}
.dxsplHSeparatorButton
{
	cursor: pointer;
	padding: 0px 5px;
}
.dxsplVSeparatorHover,
.dxsplHSeparatorHover,
.dxsplVSeparatorButtonHover,
.dxsplHSeparatorButtonHover
{
	background-color: #DCDCDC;
}
.dxsplResizingPointer
{
	background: url('/DXR.axd?r=1_29-Gwaka') repeat;
	font-size: 0px;
	line-height: 0px;
}
.dxsplLCC
{
	padding: 8px;
}

/* -- ASPxTreeView -- */
.dxtvControl
{
	float: left;
}
.dxtvControl li 
{
	font: 12px Tahoma;
	overflow-y: hidden;
}


.dxtvControl ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.dxtvControl a 
{
	color: black;
	text-decoration: none;
}

.dxtvControl .dxtv-ln
{
	background: url('/DXR.axd?r=1_37-Gwaka') repeat-y;
	vertical-align: top;
}

.dxtvControl .dxtv-nd
{
	margin-top: 1px;
	float: left;
	padding: 1px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: Black;
	outline: 0 none;
}

.dxtvControl .dxtv-elbNoLn,
.dxtvControl .dxtv-elb
{
	width: 26px;
	height: 21px;
	vertical-align: top;
	float: left;
}

.dxtvControl .dxtv-elb
{
	background: url('/DXR.axd?r=1_35-Gwaka') no-repeat;
}

.dxtvControl .dxtv-btn 
{
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
}

.dxtvControl .dxtv-subnd 
{
	margin-left: 22px;
}

.dxtvControl .dxtv-ndImg 
{
	padding: 4px 0px 3px 5px;
	float: left;
	vertical-align: middle;
	cursor: pointer;
}

.dxtvControl .dxtv-ndTxt 
{
	padding: 4px;
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}

.dxtvControl .dxtv-ndChk
{
	padding: 0;
	float: left;
	vertical-align: middle;
	cursor: default;
	margin: 4px 3px 3px 6px;
	*margin: 4px 0 0 6px;
}
  
.dxtvControl .dxtv-ndTmpl
{
	float: left;
	white-space: nowrap;
}

.dxtvControl .dxtv-ndSel,
.dxtvControl .dxtv-ndHov 
{
	border: 1px solid #888888;
	padding: 0;
}

.dxtvControl .dxtv-ndSel
{
	background-color: #D8D8D8;
	cursor: default;
}

.dxtv-ndSel .dxtv-ndTxt,
.dxtv-ndSel .dxtv-ndImg
{
	cursor: default;
}

.dxtvControl .dxtv-ndHov 
{
	background-color: #F2F2F2;
	cursor: pointer;
}

.dxtv-ndHov .dxtv-ndTxt,
.dxtv-ndHov .dxtv-ndImg
{
	cursor: pointer;
}

.dxtvControl .dxtv-clr,
.dxtvControl .dxtv-clrIE7
{
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	width: 0;
	display: block;
} 

.dxtvControl .dxtv-clr
{
	line-height: 0;
}

.dxtvControl.dxtvRtl,
.dxtvControl.dxtvRtl .dxtv-nd, 
.dxtvControl.dxtvRtl .dxtv-elbNoLn,
.dxtvControl.dxtvRtl .dxtv-elb,
.dxtvControl.dxtvRtl .dxtv-ndTxt, 
.dxtvControl.dxtvRtl .dxtv-ndImg, 
.dxtvControl.dxtvRtl .dxtv-ndChk,
.dxtvControl.dxtvRtl .dxtv-ndTmpl
{
	float: right;
}

.dxtvControl.dxtvRtl .dxtv-elb,
.dxtvControl.dxtvRtl .dxtv-ln 
{
	background-position: right top;
}

.dxtvControl.dxtvRtl .dxtv-elb
{
	background-image: url('/DXR.axd?r=1_36-Gwaka');
}

.dxtvControl.dxtvRtl .dxtv-btn 
{
	margin: 5px 10px 0 0;
}

.dxtvControl.dxtvRtl .dxtv-subnd 
{
	margin: 0 22px 0 0;
}

.dxtvControl.dxtvRtl .dxtv-ndImg 
{
    padding: 4px 5px 3px 0px;
}

.dxtvControl.dxtvRtl.OperaRtlFix .dxtv-btn
{
	margin: 5px 10px 0 0;
}

.dxtvControl.dxtvRtl .dxtv-ndChk
{
	margin: 4px 6px 3px 3px;
	*margin: 4px 6px 0 0;
}

.dxtvControl.dxtvRtl.OperaRtlFix .dxtv-subnd 
{
	overflow-x: hidden;
}

.dxtvDisabled,
.dxtvControl .dxtvDisabled,
.dxtvDisabled a,
.dxtvDisabled .dxtv-ndTxt,
.dxtvDisabled .dxtv-ndImg,
.dxtvDisabled .dxtv-btn,
.dxtvDisabled .dxtv-nd
{
	color: #acacac;
	cursor: default;
} 

.dxtvLoadingPanelWithContent
{
	font: 12px Tahoma;
	color: #303030;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}
.dxtvLoadingPanelWithContent td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 12px;
}

/* ASPxFileManager */
.dxfmControl 
{
	font: 12px Tahoma;
	outline: 0px;
}
.dxfmDisabled
{
	color: #ACACAC;
}

/* FileManager - Splitter */
.dxfmControl .dxsplControl
{
	border-width: 1px;
	border-color: #7F7F7F;
}
.dxfmControl .dxsplPane
{
	border-width: 0px;
	background-color: White;
}
.dxfmControl .dxsplLCC {
	outline-width: 0px;
	padding: 4px;
}
.dxfmControl.dxfm-dst .dxsplVSeparator
{
	width: 3px;
	background: url('/DXR.axd?r=1_12-Gwaka') repeat-y right;
	border-width: 0px;
}
.dxfmControl.dxfm-dst.dxfm-rtl .dxsplVSeparator
{
	background-position-x: left;
}
.dxfmControl.dxfm-tch .dxsplVSeparator
{
	border-width: 0 1px;
	border-color: #E0E0E0;
}
.dxfmControl .dxsplHSeparator
{
	border-width: 0px;
	background-color: #E0E0E0;
}

/* FileManager - TreeView */
.dxfmControl .dxtvControl 
{
	margin-left: -5px;
}
.dxfmControl .dxtvControl .dxtv-nd .dxtv-ndTxt 
{
	padding-left: 1px;
}
.dxfmControl .dxtvControl .dxtv-nd 
{
	padding-left: 3px;
	margin-bottom: 0px;
}
.dxfmControl .dxtvControl .dxfm-folderSI
{
	border: 1px dotted #888888;
	padding: 0px 0px 0px 2px;
}
.dxfmControl .dxtvControl .dxtv-ndHov
{
	padding-left: 2px;
}
.dxfmControl .dxtvControl .dxtv-ndSel
{
	padding-left: 2px;
}
.dxfmControl .dxtvControl .dxtv-ndImg
{
	padding: 0px;
	margin-right: 3px;
	margin-top: 2px;
}

/* FileManager - File */
.dxfmControl .dxfm-file 
{
	float: left;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 5px;
	margin: 5px;
}
.dxfmControl.dxfm-rtl .dxfm-file 
{
	float: right;
}
.dxfmDisabled .dxfm-file
{
	cursor: default;
}
.dxfmControl .dxfm-fileSI
{
	border: 1px dotted #888888;
}
.dxfmControl .dxfm-fileSA
{
	background-color: #D8D8D8;
	border: 1px solid #888888;
}
.dxfmControl .dxfm-fileH
{
	background-color: #F2F2F2;
	border: 1px solid #888888;
}
.dxfmControl .dxfm-content
{
	overflow: hidden;
}
.dxfmControl .dxfm-content div
{
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.dxfmControl .dxfm-content div
{
	height: 18px;
}
.dxfmControl .dxfm-content .dxfm-highlight
{
	background-color: #CFCFCF;
	background-repeat: repeat;
	color: #333333;
	font-weight: bold;
}

/* FileManager - Toolbar */
.dxfmControl .dxfm-toolbar
{
	background-color: #F3F3F3;
}
.dxfmControl .dxfm-toolbar.dxsplPane table.dxfm
{
	width: 100%;
}
.dxfmControl .dxfm-toolbar.dxsplPane .dxfm-filter
{
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
.dxfmControl.dxfm-rtl .dxfm-toolbar.dxsplPane .dxfm-filter 
{
	text-align: left;
}
.dxfmControl .dxfm-toolbar.dxsplPane .dxfm-filter input
{
	border: 1px solid #9F9F9F;
	margin: 4px 4px 0px 3px;
	width: 130px;
	height: 16px;
	font: 12px Tahoma;
}
.dxfmControl .dxfm-toolbar.dxsplPane .dxfm-path input
{
	border: 1px solid #9F9F9F;
	width: 230px;
	height: 16px;
	font: 12px Tahoma;
}

/* FileManager - Toolbar - Light */
.dxfmControl .dxfm-toolbar .dxsplLCC 
{
	padding: 5px;
}
.dxfmControl .dxfm-toolbar .dxmLite .dxm-main
{
	margin-top: 0px;
	border-width: 0px;
	background: transparent none;
}
.dxfmControl .dxfm-toolbar .dxmLite .dxm-horizontal.dxmtb .dxm-separator 
{
	margin: 0px 11px;
}
.dxfmControl .dxfm-toolbar .dxmLite .dxfm-path 
{
	padding-left: 1px;
}
.dxfmControl .dxfm-toolbar .dxmLite .dxfm-path input
{
	margin: 1px 8px 0px 4px;
}
.dxfmControl.dxfm-rtl .dxfm-toolbar .dxmLite .dxfm-path input 
{
	margin: 1px 4px 0px 8px;
}
.dxfmControl .dxfm-toolbar .dxmLite .dxm-item .dxm-content 
{
	padding-top: 4px;
}

/* FileManager - Toolbar - Classic */
.dxfmControl .dxfm-toolbar .dxmMenu
{
	border-width: 0px;
	background: #F3F3F3 none;
	padding-top: 1px;
	padding-left: 3px;
	display: inline-block;
}
.dxfmControl .dxfm-toolbar .dxmMenu .dxmMenuSeparator 
{
	padding: 0px 11px;
}
.dxfmControl .dxfm-toolbar .dxmMenu .dxmMenuItemSeparatorSpacing 
{
	width: 1px;
}
.dxfmControl .dxfm-toolbar .dxmMenu .dxmMenuItemSpacing 
{
	width: 0px;
	display: block;
}
.dxfmControl .dxfm-toolbar .dxmMenu .dxmMenuItem.dxfm-path 
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
}
.dxfmControl .dxfm-toolbar .dxmMenu .dxmMenuItem
{
	padding-top: 1px;
	padding-left: 3px;
	background: transparent none;
}
.dxfmControl .dxfm-toolbar .dxmMenu .dxfm-path input
{
	margin: 0px 8px 0px 4px;
}
.dxfmControl.dxfm-rtl .dxfm-toolbar .dxmMenu .dxfm-path input
{
	margin: 0px 4px 0px 8px;
}

/* FileManager - UploadPanel */
.dxfmControl .dxfm-uploadPanel
{
	background-color: #F3F3F3;
	text-align: right;
}
.dxfmControl.dxfm-rtl .dxfm-uploadPanel
{
	text-align: left;
}
.dxfmControl .dxfm-uploadPanel.dxsplPane table.dxfm-uploadPanelTable
{
	display: inline-block;
	margin-right: 5px;
	margin-top: 1px;
}
.dxfmControl .dxfm-uploadPanel.dxsplPane table.dxfm-uploadPanelTable .dxucControl 
{
	margin-top: 4px;
	margin-right: 10px;
}
.dxfmControl.dxfm-rtl .dxfm-uploadPanel.dxsplPane table.dxfm-uploadPanelTable .dxucControl 
{
	margin-right: 0px;
	margin-left: 10px;
}
.dxfmControl .dxfm-uploadPanel.dxsplPane table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell a 
{
	color: #0D45B7;
	text-decoration: underline;
}
.dxfmControl .dxfm-uploadPanel.dxsplPane table.dxfm-uploadPanelTable td.dxfm-uploadPanelTableBCell a.dxfm-uploadDisable
{
	color: #777777;
	text-decoration: none;
	cursor: default;
}

.dxfmControl .dxfm-uploadPanel.dxsplPane .dxucTextBox {
	padding: 0px 2px;
}
.dxfmControl .dxfm-uploadPanel.dxsplPane .dxucBrowseButton {
	padding: 2px 8px 3px;
}
.dxfmControl .dxfm-uploadPanel.dxsplPane .dxucBrowseButton.dxbf {
    padding: 2px 7px 3px;
}
.dxfmControl .dxfm-uploadPanel.dxsplPane .dxucSilverlightPluginLinkPanel {
	margin-top: -8px;
}

/* FileManager - Create, Rename input */
.dxfmControl .dxfm-cInput,
.dxfmControl .dxfm-rInput
{
	border: 1px solid #9f9f9f;
	padding: 1px;
	font: 12px Tahoma;
	outline-width: 0px;
	margin: 0px;
}

/* FileManager - LoadingPanel */
.dxfmControl .dxfmLoadingPanel 
{
	background-color: white;
	border: 1px solid #9F9F9F;
	color: #303030;
	font: 12px Tahoma;
}
.dxfmControl .dxfmLoadingPanel td.dx {
	padding: 12px;
	text-align: center;
	white-space: nowrap;
}

/* FileManager - Move PopupControl */
.dxfmControl .dxpcContentPaddings 
{
	padding: 5px 0px 0px;
	background-color: White;
}
.dxfmControl .dxpcContent .dxfm-mpFoldersC 
{
	overflow: auto;
	padding: 0px 0px 20px 5px;
}
.dxfmControl .dxpcContent .dxfm-mpButtonC
{
	margin-top: 20px;
	background-color: #F3F3F3;
	border-top: 1px solid #E0E0E0;
	text-align: right;
	padding: 10px 15px 10px 10px;
}
.dxfmControl .dxpcContent .dxfm-mpButtonC a 
{
	margin-left: 12px;
	color: #1B3F91;
}


/* Removes flicking in iOS Safari*/
.dxfmControl,
.dxnbGroupHeader,
.dxnbGroupHeaderCollapsed,
.dxnbGroupContent > TABLE > TBODY > TR,
.dxtcTab,
.dxtcActiveTab,
.dxtv-nd
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
