
@import url("/static/js/dojo/dijit/themes/dijit.css");

.thinkfree .dijitSliderDisabled *,
.thinkfree .dijitDisabledClickableRegion,	
.thinkfree .dijitSpinnerDisabled *,
.thinkfree .dijitButtonDisabled *,
.thinkfree .dijitDropDownButtonDisabled *,
.thinkfree .dijitComboButtonDisabled *,
.thinkfree .dijitComboBoxDisabled *
{
	cursor: not-allowed !important;
}
.thinkfree .dojoDndItemBefore {
	border-top: 2px solid #369;
}
.thinkfree .dojoDndItemAfter {
	border-bottom: 2px solid #369;
}
.thinkfree .dojoDndItemOver {
	cursor:pointer;
}
.thinkfree table.dojoDndAvatar { -moz-border-radius: 0; border: 1px solid #ccc; border-collapse: collapse; background-color: #fff; font-size: 75%; color: black;}
.thinkfree .dojoDndAvatar td	{ border: none; }
.thinkfree .dojoDndAvatar tr	{ border: none; }
.thinkfree .dojoDndAvatarHeader td	{ height: 20px; padding: 0 0 0 21px; }
.thinkfree .dojoDndAvatarItem td { padding: 2px;}
.thinkfree.dojoDndMove .dojoDndAvatarHeader	{background-color: #f58383; background-image: url(images/dndNoMove.png); background-repeat: no-repeat; background-position: 2px center;}
.thinkfree.dojoDndCopy .dojoDndAvatarHeader	{background-color: #f58383; background-image: url(images/dndNoCopy.png); background-repeat: no-repeat; background-position: 2px center;}
.thinkfree.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader	{background-color: #97e68d; background-image: url(images/dndMove.png); background-repeat: no-repeat; background-position: 2px center;}
.thinkfree.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader	{background-color: #97e68d; background-image: url(images/dndCopy.png); background-repeat: no-repeat; background-position: 2px center;}
.thinkfree .dijitContentPaneLoading {
	background:url(images/loading.gif) no-repeat left center;
	padding-left:25px;
}
.thinkfree .dijitContentPaneError {
	background:url(images/warning.png) no-repeat left center;
	padding-left:25px;
}
.thinkfree .dijitContentPane {
    padding: 0px;
}
.thinkfree .dijitTabContainerTop-dijitContentPane,
.thinkfree .dijitTabContainerLeft-dijitContentPane,
.thinkfree .dijitTabContainerBottom-dijitContentPane,
.thinkfree .dijitTabContainerRight-dijitContentPane,
.thinkfree .dijitAccordionContainer-dijitContentPane {
    border: none;
    background-color: #fff;
    padding: 15px;
    *padding: 0;
    *margin: 15px;
}
.thinkfree .dijitSplitContainer-dijitContentPane,
.thinkfree .dijitBorderContainer-dijitContentPane {
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 0;
}

.thinkfree .dijitBorderContainer-dijitContentPane#layout_top,
.thinkfree .dijitBorderContainer-dijitContentPane#layout_center_top,
.thinkfree .dijitBorderContainer-dijitContentPane#layout_center_center_right_top {
	border: none;
	padding: 0px;
}

.thinkfree .dijitBorderContainer-dijitContentPane#layout_center_top {
	margin-bottom: 0;
}

.thinkfree .dijitBorderContainer-dijitContentPane#layout_center_center_right_top {
	height: 32px;
}

.thinkfree .dijitBorderContainer-dijitContentPane#layout_center_center_right_center {
	padding: 0;
	border: none;
	margin-top: -26px;
	overflow-x: hidden;
}

.thinkfree .dijitBorderContainer-dijitContentPane#layout_bottom {
	margin-top: 5px;
}

.thinkfree .dijitBorderContainer-dijitContentPane#layout_bottom_left,
.thinkfree .dijitBorderContainer-dijitContentPane#layout_bottom_right {
	border: none;
	color: #5B666E;
}

.thinkfree .dijitTabPaneWrapper {
	background:#fff;
	border:1px solid #ccc;
	margin: 0;
	padding: 0;
}
.thinkfree .layer .dijitTabPaneWrapper {
	border-color:#b1bcd5;
}
.thinkfree .dijitTab {
	line-height:normal;
	margin-right:4px;	
	padding:0px;
	border:1px solid #b1bcd5;
	background:#e2e2e2 url(images/tabEnabled.png) repeat-x;
}
.thinkfree .dijitTabInnerDiv {
	padding:6px 8px 5px 9px;
}
.dijitTabSpacer {
	font-size: 1px;
}
.thinkfree .dijitTabChecked {
	
	background-color:#fff;
	border-color: #b1bcd5;
	background-image:none;
}
.thinkfree .dijitTabHover {
	color: #243C5F;
	border-top-color:#92a0b3;
	border-left-color:#92a0b3;
	border-right-color:#92a0b3;
	background:#e2e2e2 url(images/tabHover.gif) repeat-x;
}
.thinkfree .dijitTabCheckedHover {
	color: inherit;
	border:1px solid #ccc;
	background:#fff;
}
.thinkfree .dijitTab .dijitClosable .closeNode {
	
	display:-moz-inline-box;		
	display:inline-block;			
	#zoom: 1; 
	#display:inline; 
	vertical-align:top;
	width: 1em;
	height: 1em;
	padding: 0;
	margin: 0;
}
.thinkfree .dijitTab .dijitClosable .closeImage {
	background: url(images/tabClose.png) no-repeat right top;
	width: 12px;
	height: 12px;
}
.thinkfree .dijitTab .dijitTabButtonSpacer {
	height: 12px;
	width: 1px;
}
.dj_ie6 .dijitTab .dijitClosable .closeImage {
	background-image:url(images/tabClose.gif);
}
.thinkfree .dijitTabCloseButton .dijitClosable .closeImage {
	background-image : url(images/tabClose.png);
}
.dj_ie6 .thinkfree .dijitTabCloseButton .dijitClosable .closeImage {
	background-image : url(images/tabClose.gif);
}
.thinkfree .dijitTabCloseButtonHover .dijitClosable .closeImage {
	background-image : url(images/tabCloseHover.png);
}
.dj_ie6 .thinkfree .dijitTabCloseButtonHover .dijitClosable .closeImage {
	background-image : url(images/tabCloseHover.gif);
}
.thinkfree .dijitTabContainerTop-tabs {
	margin-bottom: -1px;
	border-color: #b1bcd5;
}
.thinkfree .dijitTabContainerTop-container {
	border-top: none;
}
.thinkfree .dijitTabContainerTop-tabs .dijitTabChecked {
	border-bottom-color:white;
}
.thinkfree .dijitTabContainerTopStrip {
	border: 1px solid #ccc;
	border-bottom-color: #b1bcd5;
	padding-top: 2px;
	padding-left: 3px;
}
.thinkfree .dijitTabContainerTopStrip {
	background: #f2f2f2;
}
.thinkfree .dijitTabContainerBottom-tabs {
	margin-top: -1px;
	border-color: #ccc;
}
.thinkfree .dijitTabContainerBottom-container {
	border-bottom: none;
}
.thinkfree .dijitTabContainerBottom-tabs .dijitTabChecked {
	border-top-color:white;
}
.thinkfree .dijitTabContainerBottomStrip {
	padding-bottom: 2px;
	padding-left: 3px;	
	border: 1px solid #ccc;
}
.thinkfree .dijitTabContainerBottomStrip {
	background: #f2f2f2;
}
.thinkfree .dijitTabContainerBottom-spacer,
.thinkfree .dijitTabContainerTop-spacer {
	height: 0px;
	border-top: 1px solid #ccc;
	background: #fff;
}
.thinkfree .dijitTabContainerRight-tabs {
	margin-left: -1px;
	border-color: #ccc;
}
.thinkfree .dijitTabContainerRight-container {
	border-right: none;
}
.thinkfree .dijitTabContainerRight-tabs .dijitTabChecked {
	border-left-color:white;
}
.thinkfree .dijitTabContainerRightStrip {
	padding-right: 2px;
	padding-top: 3px;	
	border: 1px solid #ccc;
}
.thinkfree .dijitTabContainerRightStrip {
	background: #f2f2f2;
}
.thinkfree .dijitTabContainerLeft-tabs {
	margin-right: -1px;
	border-color: #ccc;
}
.thinkfree .dijitTabContainerLeft-container {
	border-left: none;
}
.thinkfree .dijitTabContainerLeft-tabs .dijitTabChecked {
	border-right-color:white;
}
.thinkfree .dijitTabContainerLeftStrip {
	padding-left: 2px;
	padding-top: 3px;	
	border: 1px solid #ccc;
}
.thinkfree .dijitTabContainerLeftStrip {
	background: #f2f2f2;
}
.thinkfree .dijitTabContainerLeft-tabs .dijitTab,
.thinkfree .dijitTabContainerRight-tabs .dijitTab {
	margin-right:0px;
	margin-bottom:4px;	
}
.thinkfree .dijitTabContainerLeft-spacer,
.thinkfree .dijitTabContainerRight-spacer {
	width: 0px;
	border-left: 1px solid #ccc;
	background: #fff;
}
.thinkfree .dijitTabContainerTop-dijitContentPane .dijitTabContainerTop-tabs {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	padding-top: 0px;
	padding-left: 0px;	
}
.thinkfree .dijitAccordionContainer {
	border-color: #ccc;	
}
.thinkfree .dijitTabContainer-dijitAccordionContainer {
    border: none;
}
.thinkfree .dijitAccordionContainer-dijitAccordionContainer {
    border: none;
    background-color: #fff;
}
.thinkfree .dijitSplitContainer-dijitAccordionContainer,
.thinkfree .dijitBorderContainer-dijitAccordionContainer {
    border: 1px #ccc solid;
    background-color: #fff;
}
.thinkfree .dijitAccordionPane {
	background-color: #e7e7e7;
}
.thinkfree .dijitAccordionTitle {
	background:#fafafa url(images/titleBar.png) repeat-x bottom left;
	border-top: 1px solid #bfbfbf;
	padding: 4px 4px 4px 8px;
	cursor:pointer;
}
.thinkfree .dijitAccordionTitle-hover  {
	background: #f8fafd url(images/accordionItemHover.gif) bottom repeat-x;
}
.thinkfree .dijitAccordionTitle-selected  {
	background: #f9f9f9 url(images/accordionItemActive.gif) bottom repeat-x;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #bfbfbf;
	padding: 4px 4px 4px 8px;
	cursor: default;
}
.thinkfree .dijitAccordionBody {
	background: #fff;
}
.thinkfree .dijitSplitContainerSizerH {
	background:url(images/splitContainerSizerV.png) repeat-y #fff;
	border:0;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	width:7px;
}
.thinkfree .dijitSplitContainerSizerH .thumb {
	background:url(images/splitContainerSizerV-thumb.png) no-repeat #ccc;
	left:1px;
	width:3px;
	height:19px;
	overflow: hidden;
}
.thinkfree .dijitSplitContainerSizerV {
	background:url(images/splitContainerSizerH.png) repeat-x #fff;
	border:0;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	height:7px;
}
.thinkfree .dijitSplitContainerSizerV .thumb {
	background:url(images/splitContainerSizerH-thumb.png) no-repeat #ccc;
	top:1px;
	width:19px;
	height:3px;
	overflow: hidden;
}
.thinkfree .dijitSplitter {
	border-color: #bfbfbf;
}
.thinkfree .dijitBorderContainer {
	background-color: #fff;
	padding: 5px;
}
.thinkfree .dijitBorderContainer-dijitBorderContainer {
	border: none;
	padding: 0px;
}
.thinkfree .dijitSplitterH,
.thinkfree .dijitGutterH {
	background:#fcfcfc;
	border:0;
	height:5px;
}

.thinkfree .dijitSplitterH .dijitSplitterThumb {
	background:url("../images/splitContainerSizerH-thumb.png") no-repeat;
	top:1px;
	width:19px;
	height:2px;
}

.thinkfree .dijitSplitterV,
.thinkfree .dijitGutterV {
	background:#fcfcfc;
	border:0;
	width:5px;
}

.thinkfree .dijitSplitterV .dijitSplitterThumb {
	background:url("images/splitContainerSizerV-thumb.png") no-repeat;
	left:1px;
	height:19px;
	width:5px;
}

/* active splitter */
.thinkfree .dijitSplitterActive {
	font-size: 1px;
	background-image: none;
	background-color: #aaa;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
	margin: 0;
}

.thinkfree .dijitInputField INPUT,
.thinkfree .dijitTextBox,
.thinkfree .dijitComboBox,
.thinkfree .dijitSpinner {
	margin: 0em 0.1em;
}
.thinkfree .dijitTextBox,
.thinkfree .dijitComboBox,
.thinkfree .dijitSpinner,
.thinkfree .dijitTextArea {
	font-family: sans-serif;
	font-size: 100%;
}
.thinkfree .dijitTextArea {
	padding: 3px;
}
.thinkfree .dijitTextBox,
.thinkfree .dijitComboBox,
.thinkfree .dijitSpinner,
.thinkfree .dijitTextArea,
.thinkfree .dijitInlineEditor input {
	background:#fff url(images/validationInputBg.png) repeat-x top left;
	#background:#fff url(images/validationInputBg.gif) repeat-x top left;
	border:1px solid #b3b3b3;
	line-height: normal;
	vertical-align: middle;
	height: 18px;
}

.thinkfree .dijitTextBoxDisabled,
.thinkfree .dijitComboBoxDisabled,
.thinkfree .dijitSpinnerDisabled,
.thinkfree .dijitTextAreaDisabled {
	color: gray;
}
.dj_safari .thinkfree .dijitTextBoxDisabled,
.dj_safari .thinkfree .dijitComboBoxDisabled,
.dj_safari .thinkfree .dijitSpinnerDisabled,
.dj_safari .thinkfree .dijitTextAreaDisabled {
	color: #eee;
}
.thinkfree .dijitComboBox .dijitInputField {
	padding: 1px 0;
}
.thinkfree .dijitComboBox .dijitButtonNode {
	padding: 1px 0.2em;
}
.thinkfree .dijitComboBox .dijitButtonNode,
.thinkfree .dijitSpinner .dijitButtonNode {
	
	border-color: #9b9b9b;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
}
.thinkfree .dijitTextBoxFocused,
.thinkfree .dijitComboBoxFocused,
.thinkfree .dijitSpinnerFocused,
.thinkfree .dijitTextAreaFocused {
	
	border-color:#406b9b;
}
.thinkfree .dijitComboBoxFocused .dijitButtonNode, .thinkfree .dijitSpinnerFocused .dijitButtonNode {
	border-left-color:#366dba;
}
.thinkfree .dijitSpinnerFocused .dijitDownArrowButton {
	border-top-color:#366dba;
}
.thinkfree .dijitError {
	background-color:#f9f7ba;
	background-image:none;
}
.dj_ie6 .thinkfree .dijitError INPUT {
	
	background-color:#f9f7ba !important;
}
.thinkfree .dijitErrorFocused {
	background-color:#f9f999;
	background-image:none;
}
.dj_ie6 .thinkfree .dijitErrorFocused INPUT {
	
	background-color:#f9f999 !important;
}
.thinkfree .dijitValidationIcon {
	
	width: 16px;
	background: transparent url(images/warning.png) no-repeat center center;
}
.thinkfree .dijitInlineValue {
	
	padding:3px;
	margin:4px;
}
.thinkfree .dijitInlineEditor {
	
	display: inline-block;
	display: -moz-inline-stack;
	#display:inline;
	
}
.dijitInlineEditor .saveButton,
.dijitInlineEditor .cancelButton {
	margin:3px 3px 3px 0px;
}
.RichTextEditable {
	border:1px solid #bfbfbf;
	border-top:0;
}
.thinkfree .dijitComboBoxHighlightMatch {
	background-color:#a5beda;
}
.thinkfree .dijitFocusedLabel {
	
	outline: 1px dotted #666666;
}
.thinkfree .dijitButtonNode {
	border: 1px solid #c0c0c0;
	border-bottom: 1px solid #9b9b9b;
	padding:0px;
	/* padding: 0.1em 0.2em 0.2em 0.2em; */
	background: #fff url(images/buttonEnabled.gif) repeat-x 0 100%;
}
.layer_tab .dijitButtonNode {
	margin: 0;
	border: none;
	background: none;
}
.thinkfree .dijitButtonNode button { 
	border: 0px; 
	background-color: transparent; 
} 
 
.thinkfree .dijitButtonText {
	text-align: center; 
	padding: 0 0.3em;
	color: #2d3c46;
}

.thinkfree .dijitToolbar .dijitButtonText {
	color: #fff;
}

.thinkfree #popup_box .dijitButtonText {
	color: #2d3c46;
}

.thinkfree .dijitDisabled .dijitButtonText {
	color: #b6c2c9;
	filter: alpha(opacity=50);
}

.thinkfree .dijitButtonDisabled .dijitButtonText {
	color: #b6c2c9;
}

.thinkfree .dijitArrowButton {
	color: #111;
}
.thinkfree .dijitComboButton .dijitDownArrowButton {
	padding-right:4px;
}
.dj_ff2 .thinkfree .dijitComboButton .dijitButtonContentsFocused,
.dj_ff2 .thinkfree .dijitComboButton .dijitDownArrowButtonFocused {
	border: 1px solid transparent; 
}
.thinkfree .dijitButtonDisabled .dijitButtonNode,
.thinkfree .dijitToggleButtonDisabled .dijitButtonNode,
.thinkfree .dijitDropDownButtonDisabled .dijitButtonNode,
.thinkfree .dijitComboButtonDisabled .dijitButtonNode,
.thinkfree .dijitComboBoxDisabled,
.thinkfree .dijitSpinnerDisabled,
.thinkfree .dijitSpinnerDisabled .dijitButtonNode {
	border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5; 
	background:#e4e4e4 url(images/buttonDisabled.gif) top repeat-x;
}
.thinkfree .dijitButtonHover .dijitButtonNode,
.thinkfree .dijitButtonNodeHover,
.thinkfree .dijitToggleButtonHover .dijitButtonNode,
.thinkfree .dijitDropDownButtonHover .dijitButtonNode,
.thinkfree .dijitComboButtonHover .dijitButtonContents,
.thinkfree .dijitComboButtonDownArrowHover .dijitDownArrowButton,
.thinkfree .dijitComboBoxHover .dijitDownArrowButton,
.thinkfree .dijitSpinnerUpArrowHover .dijitUpArrowButton,
.thinkfree .dijitSpinnerDownArrowHover .dijitDownArrowButton {
	border-color: #a5beda; 
	border-bottom-color: #5c7590; 
	color: #243C5F;
	background: #fcfdff url(images/buttonHover.gif) repeat-x bottom;
	cursor:pointer;
}
.thinkfree .dijitSpinnerUpArrowActive .dijitUpArrowButton,
.thinkfree .dijitSpinnerDownArrowActive .dijitDownArrowButton,
.thinkfree .dijitButtonActive .dijitButtonNode,
.thinkfree .dijitToggleButtonActive .dijitButtonNode,
.thinkfree .dijitDropDownButtonActive .dijitButtonNode,
.thinkfree .dijitComboButtonActive .dijitButtonContents,
.thinkfree .dijitDownArrowActive .dijitDownArrowButton,
.thinkfree .dijitComboBoxActive .dijitDownArrowButton {
	border-color: #b6c2c9;
	background: #ededed url(images/buttonActive.gif) bottom repeat-x;
}
.thinkfree .dijitArrowButtonInner {
	background-image:url(images/spriteArrows.png);
	background-position: left top;
	width: 7px;
	height: 7px;
	font-size: 1px;
	margin: 0px 4px 0px 5px;
}
.dj_ie6 .thinkfree .dijitArrowButtonInner {
	background-image:url(images/spriteArrows.gif);
}
.thinkfree .dijitDisabled .dijitArrowButtonInner {
	background-position: -28px top;
}
.thinkfree .dijitUpArrowButton .dijitArrowButtonInner { 
	background-position: -21px top; 
}
.thinkfree .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner { 
	background-position: -49px top; 
}
.thinkfree .dijitComboBox .dijitArrowButton .dijitArrowButtonInner {
	background-image: url(images/comboArrowDown.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	height: auto;
	font-size: 100%;
	font-size: inherit;
}
.thinkfree .dijitComboBoxHover .dijitArrowButtonInner {
	
}
.thinkfree .dijitSpinner .dijitArrowButtonInner {
	display: block;  
	position:absolute;
	top: 50%; 
	margin-top: -4px; 
	left: 50%;
	margin-left: -4px; 
	line-height: 2px;
}
.thinkfree .dijitToggleButton .dijitCheckBoxIcon {
	background-image: url(images/checkmarkNoBorder.png);
}
.dj_ie6 .thinkfree .dijitToggleButton .dijitCheckBoxIcon {
	background-image: url(images/checkmarkNoBorder.gif);
}
.thinkfree .dijitCheckBox,
.thinkfree .dijitCheckBoxIcon			{
	background-image: url(images/checkmark.png); 
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 0;
}
.dj_ie6 .thinkfree .dijitCheckBox,
.dj_ie6 .thinkfree .dijitCheckBoxIcon			{
	background-image: url(images/checkmark.gif); 
}
.thinkfree .dijitCheckBox,
.thinkfree .dijitToggleButton .dijitCheckBoxIcon {
	
	background-position: -16px;
}
.thinkfree .dijitCheckBoxChecked,
.thinkfree .dijitToggleButtonChecked .dijitCheckBoxIcon {
	
	background-position: 0px;
}
.thinkfree .dijitCheckBoxDisabled {
	
	background-position: -48px;
}
.thinkfree .dijitCheckBoxCheckedDisabled {
	
	background-position: -32px;
}
.thinkfree .dijitCheckBoxHover {
	
	background-position: -80px;
}
.thinkfree .dijitCheckBoxCheckedHover {
	
	background-position: -64px;
}
.thinkfree .dijitToggleButton .dijitRadio,
.thinkfree .dijitToggleButton .dijitRadioIcon {
	background-image: url(images/checkmarkNoBorder.png);
}
.dj_ie6 .thinkfree .dijitToggleButton .dijitRadio,
.dj_ie6 .thinkfree .dijitToggleButton .dijitRadioIcon {
	background-image: url(images/checkmarkNoBorder.gif);
}
.thinkfree .dijitRadio,
.thinkfree .dijitRadioIcon	{		
	background-image: url(images/checkmark.png); 
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}
.dj_ie6 .thinkfree .dijitRadio,
.dj_ie6 .thinkfree .dijitRadioIcon	{		
	background-image: url(images/checkmark.gif); 
}
.thinkfree .dijitRadio,
.thinkfree .dijitToggleButton .dijitRadioIcon {
	
	background-position: -112px;
}
.thinkfree .dijitRadioDisabled {
	
	background-position: -144px;
}
.thinkfree .dijitRadioCheckedDisabled {
	
	background-position: -128px;
}
.thinkfree .dijitRadioHover {
	
	background-position: -176px;
}
.thinkfree .dijitRadioChecked,
.thinkfree .dijitRadioCheckedHover,
.thinkfree .dijitToggleButtonChecked .dijitRadioIcon {
	
	background-position: -96px;
}
.thinkfree .dijitSliderProgressBarH {
	border-color: #aab0bb;
	background: #c0c2c5 url(images/sliderFull.png) repeat-x top left;
}
.thinkfree .dijitSliderProgressBarV {
	border-color: #aab0bb;
	background: #c0c2c5 url(images/sliderFullVertical.png) repeat-y bottom left;
}
.thinkfree .dijitSliderFocused .dijitSliderProgressBarH,
.thinkfree .dijitSliderFocused .dijitSliderLeftBumper {
	background-image:url(images/sliderFullFocus.png);
}
.thinkfree .dijitSliderFocused .dijitSliderProgressBarV,
.thinkfree .dijitSliderFocused .dijitSliderBottomBumper {
	background-image:url(images/sliderFullVerticalFocus.png);
}
.thinkfree .dijitSliderRemainingBarV {
	border-color: #b4b4b4;
	background: #dcdcdc url(images/sliderEmptyVertical.png) repeat-y bottom left;
}
.thinkfree .dijitSliderRemainingBarH {
	border-color: #b4b4b4;
	background: #dcdcdc url(images/sliderEmpty.png) repeat-x top left;
}
.thinkfree .dijitSliderBar {
	border-style: solid;
	outline:1px;
}
.thinkfree .dijitSliderFocused .dijitSliderBar {
	border-color:#888;	
}
.dijit_a11y .dijitSliderProgressBar {
	background-color:#888 !important;
}
.thinkfree .dijitSliderImageHandleH {
	border:0px;
	width:16px;
	height:16px;
	background:url(images/preciseSliderThumb.png) no-repeat center top;
	cursor:pointer;
}
.thinkfree .dijitSliderFocused .dijitSliderImageHandleH {
	background-image:url(images/preciseSliderThumbFocus.png);
	#background-image:url(images/preciseSliderThumbFocus.gif);
}
.dj_ie6 .thinkfree .dijitSliderImageHandleH {
	background-image:url(images/preciseSliderThumb.gif);
}
.thinkfree .dijitSliderLeftBumper {
	border-left-width: 1px;
	border-color: #aab0bb;
	background: #c0c2c5 url(images/sliderFull.png) repeat-x top left;
}
.thinkfree .dijitSliderRightBumper {
	background: #dcdcdc url(images/sliderEmpty.png) repeat-x top left;
	border-color: #b4b4b4;
	border-right-width: 1px;
}
.thinkfree .dijitSliderImageHandleV {
	border:0px;
	width:16px;
	height:16px;
	background:url(images/sliderThumb.png) no-repeat center center;
	cursor:pointer;
}
.thinkfree .dijitSliderFocused .dijitSliderImageHandleV {
	background-image:url(images/sliderThumbFocus.png);
}
.dj_ie6 .thinkfree .dijitSliderFocused .dijitSliderImageHandleV {
	background-image:url(images/sliderThumbFocus.gif);
}
.thinkfree .dijitSliderBottomBumper {
	border-bottom-width: 1px;
	border-color: #aab0bb;
	background: #c0c2c5 url(images/sliderFullVertical.png) repeat-y bottom left;
}
.thinkfree .dijitSliderTopBumper {
	background: #dcdcdc url(images/sliderEmptyVertical.png) repeat-y top left;
	border-color: #b4b4b4;
	border-top-width: 1px;
}
.thinkfree .dijitSliderDecrementIconH,
.thinkfree .dijitSliderDecrementIconV,
.thinkfree .dijitSliderIncrementIconH,
.thinkfree .dijitSliderIncrementIconV {
	cursor: pointer;
	background-image: url(images/spriteArrows.png);
	background-repeat: no-repeat;
	margin: 5px;
	height: 7px;
	width: 7px;
	font-size: 1px;
}
.dj_ie6 .thinkfree .dijitSliderDecrementIconH,
.dj_ie6 .thinkfree .dijitSliderDecrementIconV,
.dj_ie6 .thinkfree .dijitSliderIncrementIconH,
.dj_ie6 .thinkfree .dijitSliderIncrementIconV {
	background-image: url(images/spriteArrows.gif);
}
.thinkfree .dijitSliderDecrementIconH {
	background-position: -7px 0px;
}
.thinkfree .dijitSliderIncrementIconH {
	background-position: -14px 0px;
}
.thinkfree .dijitSliderDecrementIconV {
	background-position: 0px 0px;
}
.thinkfree .dijitSliderIncrementIconV {
	background-position: -21px 0px;
}
.thinkfree .dijitSliderButtonInner {
	visibility:hidden;
}
.thinkfree .dijitSliderDisabled {
	opacity:0.6 !important;
}
.dj_ie6 .thinkfree .dijitSliderDisabled,
.dj_ie6 .thinkfree .dijitSliderDisabled .dijitRuleContainer,
.dj_ie6 .thinkfree .dijitSliderDisabled .dijitSliderRemainingBar,
.dj_ie6 .thinkfree .dijitSliderDisabled .dijitSliderProgressBar {
	filter: gray() alpha(opacity=40);
}
.thinkfree .dijitSliderDisabled * {
	cursor: not-allowed !important;
}
.thinkfree .dijitTreeNode {
    background-image : url(images/i.gif);
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 19px;
    zoom: 1;	
}
.thinkfree .dijitTreeIsLast {
    background: url(images/i_half.gif) no-repeat;
}
.thinkfree .dijitTreeIsRoot {
    margin-left: 0;
    background-image: none;
}
.thinkfree .dijitTreeExpando {
    width: 18px;
    height: 18px;
}
.thinkfree .dijitTreeContent {
    min-height: 18px;
    min-width: 18px;
 }
.thinkfree .dijitTreeExpand {
    width: 18px;
    height: 18px;
    background-repeat : no-repeat;
}
.thinkfree .dijitTreeNodeEmphasized {
    background-color: Highlight;
    color: HighlightText;
}
.thinkfree .dijitTreeLabelFocused {
	outline: 1px invert dotted;
	background:#d5f0f9;
}
.thinkfree .dijitTreeNodeHover {
	background-color: #d5f0f9 !important;
}
.thinkfree .dijitTreeExpandoOpened {
	background-image: url(images/treeExpand_minus.gif);
}
.thinkfree .dijitTreeExpandoClosed {
	background-image: url(images/treeExpand_plus.gif);
}
.thinkfree .dijitTreeExpandoLeaf {
	background-image: url(images/treeExpand_leaf.gif);
}
.thinkfree .dijitTreeExpandoLoading {
	background-image: url(images/treeExpand_loading.gif);
}
.thinkfree .dijitTreeIcon {
	width: 16px;
	height: 16px;
}
.thinkfree .dijitFolderOpened {
	background: url(images/folderOpened.gif) no-repeat;
}
.thinkfree .dijitFolderClosed {
	background: url(images/folderClosed.gif) no-repeat;
}
.thinkfree .dijitLeaf {
	background: url(images/leaf.gif) no-repeat;
}
.thinkfree .dijitProgressBar {
	margin:2px 0px 2px 0px;
}
.thinkfree .dijitProgressBarEmpty {
	
	background:#fff url(images/progressBarEmpty.png) repeat-x center center;
	border-color: #a2a2a2 #b8b8b8 #b8b8b8 #a2a2a2;
}
.thinkfree .dijitProgressBarTile {
	
	background:#f0f0f0 url(images/progressBarFull.png) repeat-x center center;
}
.thinkfree .dijitProgressBarFull {
	border-right:1px solid #b8b8b8;
}
.thinkfree .dijitProgressBarLabel {
	
	color:#293a4b;
}
.thinkfree .dijitProgressBarIndeterminate .dijitProgressBarTile {
	
	background:#cad2de url(images/progressBarAnim.gif) repeat-x center center;
}
.thinkfree .dijitTitlePane .dijitTitlePaneTitle {
	background: #cccccc;
	background:#fff url(images/titleBar.png) repeat-x bottom left;
	border:1px solid #bfbfbf;
	padding:3px 4px;
	cursor: pointer;
}
.thinkfree .dijitTitlePaneTitle * {
	vertical-align: middle;
}
.thinkfree .dijitTitlePane .dijitArrowNode {
	cursor: pointer;
	background-image: url(images/spriteArrows.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.dj_ie6 .thinkfree .dijitTitlePane .dijitArrowNode {
	background-image: url(images/spriteArrows.gif);
}
.thinkfree .dijitTitlePane .dijitOpen .dijitArrowNode {
	background-position: 0px 0px;
}
.thinkfree .dijitTitlePane .dijitClosed .dijitArrowNode {
	background-position: -14px 0px;
}
.thinkfree .dijitTitlePaneFocused .dijitTitlePaneTextNode {
	text-decoration:underline;
}
.thinkfree .dijitTitlePane .dijitArrowNodeInner {
	display:none;
}
.dijit_a11y .dijitTitlePane .dijitArrowNodeInner {
	display:inline !important;
	font-family:monospace;
	cursor: pointer;
	padding-bottom:.2em;
}
.dijit_a11y .dijitTitlePane .dijitArrowNode {
	display:none;
}
.thinkfree .dijitTitlePaneContentOuter {
	background: #ffffff;
	border:1px solid #bfbfbf;
	border-top: 1px solid #ccc;	
}
.thinkfree .dijitTitlePaneContentInner {
	padding:10px;
}
.dj_ie6 .thinkfree .dijitTitlePaneContentOuter,
.dj_ie6 .thinkfree .dijitTitlePane .dijitTitlePaneTitle {
	zoom: 1;
}
.thinkfree .dijitTitlePaneTextNode {
	margin-left: 4px;
	margin-right: 4px;
}
	
.thinkfree .dijitCalendarIncrementControl {
	
	width:15px;
	height:15px;
	background-image: url(images/spriteRoundedIconsSmall.png);
	background-repeat: no-repeat
}
.dj_ie6 .thinkfree .dijitCalendarIncrementControl {
	font-size:.1em;
	background-image: url(images/spriteRoundedIconsSmall.gif);
}
.thinkfree .dijitCalendarIncreaseInner,
.thinkfree .dijitCalendarDecreaseInner {
	visibility:hidden;
}
.thinkfree .dijitCalendarDecrease {
	background-position: top left;
}
.thinkfree .dijitCalendarIncrease {
	background-position: -30px top;
}
.thinkfree table.dijitCalendarContainer {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #ccc;
	margin: 0;
}
.thinkfree .dijitCalendarMonthContainer th {
	
	background:#d3d3d3 url(images/titleBar.png) repeat-x top;
	padding-top:.3em;
	padding-bottom:.2em;
	text-align:center;
}
.dj_ie6 .thinkfree .dijitCalendarMonthContainer th {
	padding-top:.2em;
	padding-bottom:.1em;
}
.thinkfree .dijitCalendarDayLabelTemplate {
	
	background:white url(images/calendarDayLabel.png) repeat-x bottom;
	font-weight:normal;
	padding-top:.15em;
	padding-bottom:0em;
	border-top: 1px solid #eeeeee;
	color:#293a4b;
	text-align:center;
}
.thinkfree .dijitCalendarBodyContainer {
	border-bottom: 1px solid #eeeeee;	
}
.thinkfree .dijitCalendarMonthLabel {
	color:#293a4b;
	font-weight: bold;
}
.thinkfree .dijitCalendarDateTemplate {
	
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0.3em 0.05em 0.3em;
	letter-spacing: 1px;
}
.dj_ie .thinkfree .dijitCalendarDateTemplate {
	padding: 0.1em .33em 0.02em .33em;
}
.thinkfree .dijitCalendarPreviousMonth,
.thinkfree .dijitCalendarNextMonth 		{
	
	color:#999999;
	background-color:#f8f8f8 !important;
}
.thinkfree .dijitCalendarPreviousMonthDisabled,
.thinkfree .dijitCalendarNextMonthDisabled	{
	
	background-color:#a4a5a6 !important;
}
.thinkfree .dijitCalendarCurrentMonth {
	
	background-color:white !important;
}
.thinkfree .dijitCalendarCurrentMonthDisabled {
		
	background-color:#bbbbbc !important;
}
.thinkfree .dijitCalendarCurrentDate {
	
	text-decoration:underline;
	font-weight:bold;
}
.thinkfree .dijitCalendarCurrentDate {
	
	text-decoration:underline;
	font-weight:bold;
}
.thinkfree .dijitCalendarHoveredDate {
	background-color: #d5f0f9 !important;
}
.thinkfree .dijitCalendarSelectedDate {
	
	background-color:#bbc4d0 !important;
	color:black !important;
}
.thinkfree .dijitCalendarYearContainer {
	
	background:white url(images/calendarYearLabel.png) repeat-x bottom;
	border-top:1px solid #ccc;
}
.thinkfree .dijitCalendarYearLabel {
	
	margin:0;
	padding:0.4em 0 0.25em 0;
	text-align:center;
}
.thinkfree .dijitCalendarSelectedYear {
	
	color:black;
	padding:0.2em;
	padding-bottom:0.1em;
	background-color:#bbc4d0 !important;
}
.thinkfree .dijitCalendarNextYear,
.thinkfree .dijitCalendarPreviousYear {
	
	color:black !important;
	font-weight:normal;
}
.thinkfree .dijitTimePickerTick,
.thinkfree .dijitTimePickerMarker {
	border-color: #ccc;
}
.thinkfree .dijitTimePickerTick {
	color:white;
}
.thinkfree .dijitTimePickerMarker {
	background:#d3d3d3 url(images/titleBar.png) repeat-x top;
	color:#293a4b;
	font-weight: bold;
}
.thinkfree .dijitTimePickerItemSelected {
	color: black;
	background: #bbc4d0 none;
}
.thinkfree .dijitTimePickerItemHover {
	background: #60a1ea none;
	color:white;
}
.thinkfree .dijitTimePickerItemHover,
.thinkfree .dijitTimePickerItemSelected {
	position: relative;
	z-index: 10;
}
.thinkfree .dijitTimePickerTick .dijitTimePickerItemInner {
	font-size:0.4em;
}
.thinkfree .dijitTimePickerItemHover .dijitTimePickerItemInner,
.thinkfree .dijitTimePickerItemSelected .dijitTimePickerItemInner {
	font-size:1em;
}
.thinkfree .dijitTimePickerMarkerHover {
	border-top: 1px solid #ccc;
}
.thinkfree .dijitTimePickerTickHover,
.thinkfree .dijitTimePickerTickSelected {
	margin-top:-0.3em;
	margin-bottom:-0.3em;
	border-bottom: none;
}
.dijit_a11y .dijitTimePickerTickHover {
	background-color: #CCC !important;
	border-top: 1px solid #333 !important;
	border-bottom: 1px solid #333 !important;
}
.dijit_a11y .dijitTimePickerMarkerHover {
	border-bottom-width: 2px;
}
.thinkfree .dijitToolbar {
	border-bottom: 1px solid #ccc;
	background:#6c7981 url(images/titleBar.png) repeat-x bottom left;
	height:40px;
	overflow:hidden;
}
/*
.dj_ie6 .thinkfree .dijitToolbar {
	height: 10px;
}
*/
.thinkfree .dijitToolbar .dijitButtonNode,
.thinkfree .dijitToolbar .dijitComboButton .dijitButtonContents,
.thinkfree .dijitToolbar .dijitComboButton .dijitDownArrowButton {
	background: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
}
.thinkfree .dijitToolbar .dijitButton,
.thinkfree .dijitToolbar .dijitToggleButton,
.thinkfree .dijitToolbar .dijitDropDownButton,
.thinkfree .dijitToolbar .dijitComboButton .dijitButtonContents,
.thinkfree .dijitToolbar .dijitComboButton .dijitDownArrowButton  {
	margin: 10px 5px 0 5px;
	position: relative;
	top: 0;
	top /*\**/: 5px\9; /* ie8 */
	*top: 10px;
	_top: 0;
	background: none;
	padding: 1px;
}
.thinkfree .dijitToolbar .topButton {
	/*
	top: 5px;
	*top: 10px;
	_top: 0;
	*/
}
*+html .thinkfree .dijitToolbar .dijitButton,
*+html .thinkfree .dijitToolbar .dijitToggleButton,
*+html .thinkfree .dijitToolbar .dijitDropDownButton,
*+html .thinkfree .dijitToolbar .dijitComboButton .dijitButtonContents,
*+html .thinkfree .dijitToolbar .dijitComboButton .dijitDownArrowButton  {
    margin: 0px 5px ;
}

.thinkfree .dijitToolbar .dijitButtonChecked,
.thinkfree .dijitToolbar .dijitToggleButtonChecked {
	background-color:#d4dff2;
	border:1px solid #316ac5;
	padding: 0px;	
}
.thinkfree .dijitToolbar .dijitButtonCheckedHover,
.thinkfree .dijitToolbar .dijitToggleButtonCheckedHover
 {
	background-color:#abc1e5;
	border:1px solid #316ac5;
	padding: 0px;	
}

.thinkfree .dijitToolbar .dijitButtonHover,
.thinkfree .dijitToolbar .dijitToggleButtonHover,
.thinkfree .dijitToolbar .dijitDropDownButtonHover,
.thinkfree .dijitToolbar .dijitComboButtonHover .dijitButtonContents,
.thinkfree .dijitToolbar .dijitComboButtonDownArrowHover .dijitDownArrowButton {
	/*
	margin: 10px 5px 0 5px;
	border: 1px solid #6b7aa0;
	padding: 0px;
	*/
}
/*
.thinkfree .dijitToolbar .dijitDropDownButtonHover.topButton {
	border: none;
	padding: 1px;
}
*/
*+html .thinkfree .dijitToolbar .dijitButtonHover,
*+html .thinkfree .dijitToolbar .dijitToggleButtonHover,
*+html .thinkfree .dijitToolbar .dijitDropDownButtonHover,
*+html .thinkfree .dijitToolbar .dijitComboButtonHover .dijitButtonContents,
*+html .thinkfree .dijitToolbar .dijitComboButtonDownArrowHover .dijitDownArrowButton {
    margin: 0px 5px;
}

.thinkfree .dijitToolbar button {
	padding:3px 0 3px 14px;
	position /*\**/: relative\9;
	top /*\**/: -1px\9;
	*top: 0;
	cursor: pointer;
}

.thinkfree .dijitToolbar #btn_new {
	margin-left: 5px;
	padding-left:20px;
	background: url(images/ico_new.gif) no-repeat 5px 35%;
	position /*\**/: relative\9;
	top /*\**/: -5px\9;
}
*+html .thinkfree .dijitToolbar #btn_new {
	top:0;
}

.thinkfree .dijitToolbar #btn_upload {
	background: url(images/ico_upload.gif) no-repeat 1px 35%;
	position /*\**/: relative\9;
	top /*\**/: -5px\9;
}
*+html .thinkfree .dijitToolbar #btn_upload {
	top:0;
}

.thinkfree .dijitToolbar #btn_move {
	background: url(images/ico_move.gif) no-repeat 0 35%;
}

.thinkfree .dijitToolbar #btn_copy {
	background: url(images/ico_copy.gif) no-repeat 0 35%;
}

.thinkfree .dijitToolbar #btn_delete {
	background: url(images/ico_delete.gif) no-repeat 0 35%;
}

.thinkfree .dijitToolbar #btn_share {
	padding-left:16px;
	background: url(images/ico_share.gif) no-repeat -2px 35%;
}

.thinkfree .dijitToolbar #btn_publish {
	background: url(images/ico_publish.gif) no-repeat 0 35%;
}

.thinkfree .dijitToolbar .dijitButtonDisabled #btn_move {
	background: url(images/ico_move_off.gif) no-repeat 0 35%;
}

.thinkfree .dijitToolbar .dijitButtonDisabled #btn_copy {
	background: url(images/ico_copy_off.gif) no-repeat 0 35%;
}

.thinkfree .dijitToolbar .dijitButtonDisabled #btn_delete {
	background: url(images/ico_delete_off.gif) no-repeat 0 35%;
}

.thinkfree .dijitToolbar .dijitButtonDisabled #btn_share {
	padding-left:16px;
	background: url(images/ico_share_off.gif) no-repeat -2px 35%;
}

.thinkfree .dijitToolbar .dijitButtonDisabled #btn_publish {
	background: url(images/ico_publish_off.gif) no-repeat 0 35%;
}

/*
.thinkfree .dijitToolbar #btn_action {
	border: 1px solid #8e9ba2;
}
*/

.thinkfree .dijitToolbar label {	
	padding: 3px 3px 0 6px;
}
.dj_ie .thinkfree .dijitToolbar .dijitComboButton .dijitButtonContentsFocused,
.dj_ie .thinkfree .dijitToolbar .dijitComboButton .dijitDownArrowButtonFocused,
.dj_ff2 .thinkfree .dijitToolbar .dijitComboButton .dijitButtonContentsFocused,
.dj_ff2 .thinkfree .dijitToolbar .dijitComboButton .dijitDownArrowButtonFocused {
	
	border: 1px #555 dotted !important;
	padding: 0px;	
}
.thinkfree .dijitDialog {
	background: #fff;
	border: 1px solid #4e5960;
	
	padding: 0px;
	-webkit-box-shadow: 0px 5px 10px #adadad;
}
.thinkfree .dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
}
.thinkfree .dijitDialog .dijitDialogPaneContent {
	background: #F0F2F9;
	border:none;
	padding:10px;
}
.thinkfree .dijitDialogTitleBar {
	position: relative;
	top: -2px;
	background: #fafafa url(images/titleBar.png) repeat-x top left;
	padding: 7px 10px 5px 10px;
	cursor: move;
	outline:0; 
}
.thinkfree .dijitDialogTitle {
	font-weight: bold;
	outline:0;
	color: #fff;
}
.thinkfree .dijitDialogCloseIcon {
	
	
	background: url(images/tabClose.png) no-repeat right top;
	position: absolute;
	vertical-align: middle;
	right: 6px;
	top: 7px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.dj_ie .thinkfree .dijitDialogCloseIcon {
	background : url(images/tabClose.gif) no-repeat right top;
}
.thinkfree .dijitDialogContent {
	
	padding: 8px;
}
.thinkfree .dijitTooltip,
.thinkfree .dijitTooltipDialog {
	
	background: transparent;	
}
.dijitTooltipBelow {
	
	padding-top: 13px;
}
.dijitTooltipAbove {
	
	padding-bottom: 13px;
}
.thinkfree .dijitTooltipContainer {
	
	background: #ffffff url(images/popupMenuBg.gif) repeat-x bottom left;
	border: 1px solid #7eabcd;
	padding: 0.45em;	
	-webkit-border-radius: 3px;
}
.dj_ff3 .thinkfree .dijitTooltipContainer {
	
	-moz-border-radius: 3px;
}	
.thinkfree .dijitTooltipConnector {
	
	border:0px;
	z-index: 2;
}
.thinkfree .dijitTooltipABRight .dijitTooltipConnector {
	
	left: auto !important;
	right: 3px;
}
.thinkfree .dijitTooltipBelow .dijitTooltipConnector {
	
	top: 0px;
	left: 3px;
	background:url(images/tooltipConnectorUp.png) no-repeat top left;
	width:16px;
	height:14px;
}
.dj_ie .thinkfree .dijitTooltipBelow .dijitTooltipConnector {
	
	background-image: url(images/tooltipConnectorUp.gif);
}
.thinkfree .dijitTooltipAbove .dijitTooltipConnector {
	
	bottom: 0px;
	left: 3px;
	background:url(images/tooltipConnectorDown.png) no-repeat top left;
	width:16px;
	height:14px;
}
.dj_ie .thinkfree .dijitTooltipAbove .dijitTooltipConnector {
	background-image: url(images/tooltipConnectorDown.gif);
}
.dj_ie6 .thinkfree .dijitTooltipAbove .dijitTooltipConnector {
	bottom: -3px;
}
.thinkfree .dijitTooltipLeft {
	padding-right: 14px;
}
.dj_ie .thinkfree .dijitTooltipLeft {
	padding-left: 15px;
}
.thinkfree .dijitTooltipLeft .dijitTooltipConnector {
	
	right: 0px;
	bottom: 3px;
	background:url(images/tooltipConnectorRight.png) no-repeat top left;
	width:16px;
	height:14px;
}
.dj_ie .thinkfree .dijitTooltipLeft .dijitTooltipConnector {
	background-image: url(images/tooltipConnectorRight.gif);
}
.thinkfree .dijitTooltipRight {
	padding-left: 14px;
}
.thinkfree .dijitTooltipRight .dijitTooltipConnector {
	
	left: 0px;
	bottom: 3px;
	background:url(images/tooltipConnectorLeft.png) no-repeat top left;
	width:16px;
	height:14px;
}
.dj_ie .thinkfree .dijitTooltipRight .dijitTooltipConnector {
	background-image: url(images/tooltipConnectorLeft.gif);
}
.dj_safari .thinkfree .dijitPopup .dijitTooltipContainer,
.dj_safari .thinkfree .dijitPopup .dijitMenu {
	
	-webkit-box-shadow: 0px 5px 10px #adadad;
}
.thinkfree .dijitMenu {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0px;
	padding: 0px;
}
.thinkfree .dijitMenuItem {
	background-color: #fff;
	color: #5b666e;
	margin: 0;
}
.thinkfree .dijitMenuPreviousButton, .thinkfree .dijitMenuNextButton {
	font-style: italic;
}
.thinkfree .dijitMenuItem td {
	padding:2px;
}
.thinkfree .dijitMenuItemHover {
	background: #d5f0f9;
}
.thinkfree .dijitMenuItemIcon {
	/*
	width: 16px;
	height: 16px;
	*/
	width: 0;
	height: 0;
}
.thinkfree .dijitMenuExpand {
	width: 7px;
	height: 7px;
	background-image: url(images/spriteArrows.png);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	font-size: 1px;
	display: block;
}
.dj_ie6 .thinkfree .dijitMenuExpand {
	background-image: url(images/spriteArrows.gif);
}
.thinkfree .dijitMenuSeparator {
	background-color: #fff;
}
.thinkfree .dijitMenuSeparatorTop {
	border-bottom: 1px solid #9b9b9b;
}
.thinkfree .dijitMenuSeparatorBottom {
	border-top: 1px solid #e8e8e8;
}
.thinkfree .dijitCheckedMenuItemIconChar {
	display: none;
}
.thinkfree .dijitCheckedMenuItemIcon {
	background-image: url(images/checkmark.png);
	background-position: -16px;
}
.dj_ie6 .thinkfree .dijitCheckedMenuItemIcon {
	background-image: url(images/checkmark.gif);
}
.thinkfree .dijitCheckedMenuItemIconChecked {
	background-position: 0px;
}
.thinkfree .dijitMenuItemHover .dijitCheckedMenuItemIcon {
	background-position: -80px;
}
.thinkfree .dijitMenuItemHover .dijitCheckedMenuItemIconChecked {
	background-position: -64px;
}
.dijitIEFixedToolbar {
	position:absolute;
	
	top: expression(eval((document.documentElement||document.body).scrollTop));
}
.thinkfree .dijitToolbar .dijitToolbarSeparator {
	position: relative;
	top: 4px;
	*top: 11px;
	_top:2px;
	margin: 0 5px 0 0;
	background: url(images/div.gif) no-repeat 50% 50%;
}
.thinkfree .dijitEditorIcon {
	background-image: url(images/editor.gif); 
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}
.thinkfree .dijitDisabled .dijitEditorIcon {
	background-image: url(images/editorDisabled.gif); 
}
.thinkfree .dijitEditorIconSep { background-position: 0px; }
.thinkfree .dijitEditorIconBackColor { background-position: -18px; }
.thinkfree .dijitEditorIconBold { background-position: -36px; }
.thinkfree .dijitEditorIconCancel { background-position: -54px; }
.thinkfree .dijitEditorIconCopy { background-position: -72px; }
.thinkfree .dijitEditorIconCreateLink { background-position: -90px; }
.thinkfree .dijitEditorIconCut { background-position: -108px; }
.thinkfree .dijitEditorIconDelete { background-position: -126px; }
.thinkfree .dijitEditorIconForeColor { background-position: -144px; }
.thinkfree .dijitEditorIconHiliteColor { background-position: -162px; }
.thinkfree .dijitEditorIconIndent { background-position: -180px; }
.thinkfree .dijitEditorIconInsertHorizontalRule { background-position: -198px; }
.thinkfree .dijitEditorIconInsertImage { background-position: -216px; }
.thinkfree .dijitEditorIconInsertOrderedList { background-position: -234px; }
.thinkfree .dijitEditorIconInsertTable { background-position: -252px; }
.thinkfree .dijitEditorIconInsertUnorderedList { background-position: -270px; }
.thinkfree .dijitEditorIconItalic { background-position: -288px; }
.thinkfree .dijitEditorIconJustifyCenter { background-position: -306px; }
.thinkfree .dijitEditorIconJustifyFull { background-position: -324px; }
.thinkfree .dijitEditorIconJustifyLeft { background-position: -342px; }
.thinkfree .dijitEditorIconJustifyRight { background-position: -360px; }
.thinkfree .dijitEditorIconLeftToRight { background-position: -378px; }
.thinkfree .dijitEditorIconListBulletIndent { background-position: -396px; }
.thinkfree .dijitEditorIconListBulletOutdent { background-position: -414px; }
.thinkfree .dijitEditorIconListNumIndent { background-position: -432px; }
.thinkfree .dijitEditorIconListNumOutdent { background-position: -450px; }
.thinkfree .dijitEditorIconOutdent { background-position: -468px; }
.thinkfree .dijitEditorIconPaste { background-position: -486px; }
.thinkfree .dijitEditorIconRedo { background-position: -504px; }
.thinkfree .dijitEditorIconRemoveFormat { background-position: -522px; }
.thinkfree .dijitEditorIconRightToLeft { background-position: -540px; }
.thinkfree .dijitEditorIconSave { background-position: -558px; }
.thinkfree .dijitEditorIconSpace { background-position: -576px; }
.thinkfree .dijitEditorIconStrikethrough { background-position: -594px; }
.thinkfree .dijitEditorIconSubscript { background-position: -612px; }
.thinkfree .dijitEditorIconSuperscript { background-position: -630px; }
.thinkfree .dijitEditorIconUnderline { background-position: -648px; }
.thinkfree .dijitEditorIconUndo { background-position: -666px; }
.thinkfree .dijitEditorIconWikiword { background-position: -684px; }
.thinkfree .dijitEditorIconToggleDir { background-position: -540px; }
.thinkfree .dijitEditorIconTabIndent { background-position: -702px; }
.thinkfree .dijitEditorIconSelectAll { background-position: -720px; }
.thinkfree .dijitEditorIconUnlink { background-position: -738px; }
.dijitColorPalette {
	border:1px solid #7eabcd;
	background:#fff;
	-moz-border-radius: 0px !important;
}
.dj_gecko-rtl .dijitInputField {
	direction: ltr; 
}
.dj_gecko-rtl .dijitInputField * {
	direction: rtl; 
}
.dijitRtl .dijitMenuItem {
	text-align: right;
}
.dijitRtl .dijitComboBox .dijitInputField {
	border-right-width:1px !important;
	border-left-width:0 !important;
}
.dijitRtl .dijitCalendarNextYear {
	margin:0 0.55em 0 0;
}
.dijitRtl .dijitCalendarPreviousYear {
	margin:0 0 0 0.55em;
}
.dijitRtl .dijitProgressBarFull .dijitProgressBarLabel {
	right:0; 
}
.dijitRtl .dijitA11ySideArrow {
	margin-left:1em;
	margin-right:0;
}
.dijitRtl .dijitSliderImageHandleV {
	left:auto;
	right:-6px;
}
.dj_ie-rtl .dijitSliderImageHandleV {
	right:-10px;
}
.dijitRtl .dijitSliderMoveableH {
	right:auto;
	left:0;
}
.dijitRtl .dijitRuleContainerV {
	float:right;
}
.dj_gecko-rtl .dijitRuleContainerV {
	float:left;
}
.dj_ie-rtl .dijitRuleContainerV {
	text-align:right;
}
.dj_ie-rtl .dijitRuleLabelV {
	text-align:left;
}
.dj_ie-rtl .dijitRuleLabelH {
	zoom:1;
}
.dj_ie-rtl .dijitSliderProgressBarH {
	right:0;
	left:auto;
}
.dj_gecko-rtl .dijitSliderProgressBarH {
	float:right;
	right:0;
	left:auto;
}
.dijitRtl .dijitSpinner .dijitInputLayoutContainer .dijitArrowButton {
	right: auto;
	left: 0;
	border-width: 0 1px 0 0 !important;
}
.dijitRtl .dijitSpinnerButtonContainer {
	float: left;
}
.dijitRtl .dijit_a11y .dijitSpinnerButtonContainer {
	margin-left: none;
	margin-right: 2px;
}
.dijitRtl DIV.dijitArrowButton, .dijitRtl .dijitValidationIcon, .dijitRtl .dijitValidationIconText {
	float: left;
}
.dijitRtl .dijitContentPaneLoading, .dijitRtl .dijitContentPaneError {
	background-position:right;
	padding-right:25px;
}
.dijitRtl .thinkfree .dijitCalendarDecrease {
	background-position: -30px top;
}
.dijitRtl .thinkfree .dijitCalendarIncrease {
	background-position: 0px top;
}
.dijitRtl .thinkfree .dijitDialogTitleBar .dijitDialogCloseIcon {
	right: auto;
	left: 5px;
}
.dijitRtl .thinkfree .dijitEditorIcon {
	background-image: url(images/editor_rtl.gif); 
}
.dijitRtl .thinkfree .dijitDisabled .dijitEditorIcon {
	background-image: url(images/editorDisabled_rtl.gif); 
}
.dijitRtl .thinkfree .dijitToolbar .dijitToolbarSeparator {
	background-image: url(images/editor_rtl.gif);
}
.dijitRtl .thinkfree .dijitMenuItem .dijitMenuItemIcon {
	padding-left: 3px;
	padding-right: 0px;
}
.dijitRtl .thinkfree .dijitMenuItem .dijitMenuExpand {
	background-position: -7px 0px;
}
.dijitRtl .thinkfree .dijitTreeContainer .dijitTreeNode {
    background-image : url(images/i_rtl.gif);
    background-position : top right;
    margin-left: auto;
    margin-right: 19px;
}
.dijitRtl .thinkfree .dijitTreeContainer .dijitTreeIsRoot {
	margin-left: auto;
    margin-right: 0;
    background-image: none;
}
.dijitRtl .thinkfree .dijitTreeContainer .dijitTreeIsLast {
    background-image: url(images/i_half_rtl.gif);
}
.dijitRtl .thinkfree .dijitTreeContainer .dijitTreeExpandoOpened {
	background-image: url(images/treeExpand_minus_rtl.gif);
}
.dijitRtl .thinkfree .dijitTreeContainer .dijitTreeExpandoClosed {
	background-image: url(images/treeExpand_plus_rtl.gif);
}
.dijitRtl .thinkfree .dijitTreeContainer .dijitTreeExpandoLeaf {
	background-image: url(images/treeExpand_leaf_rtl.gif);
}
.dijitRtl .thinkfree .dijitTitlePane .dijitClosed .dijitArrowNode {
	background-position: -7px 0px;
}
.dijitRtl .thinkfree .dijitTab {
	margin-right:auto;
	margin-left:4px;		
	-moz-box-orient:horizontal;
	text-align: right;
}
.dijitRtl .thinkfree .dijitTabContainerTopStrip,
.dijitRtl .thinkfree .dijitTabContainerBottomStrip {
	padding-right: 3px;
	padding-left: 0px;
}
.dijitRtl .thinkfree .dijitTabInnerDiv {
	padding:6px 9px 5px 8px;
}
.dijitRtl .thinkfree .dijitTabPaneWrapper {
	#zoom: 1;
}
.dj_ie-rtl .thinkfree .dijitTabContainerLeft-tabs {
	margin-left: 1px !important;
}
.dj_ie-rtl .thinkfree .dijitTabContainerRight-tabs {
	margin-right: 1px !important;
}
.dijitRtl .thinkfree .dijitTabContainerLeft-tabs .dijitTab,
.dijitRtl .thinkfree .dijitTabContainerRight-tabs .dijitTab {
	margin-left:0px;
}
.dj_ie .thinkfree .dijitTab .dijitTabInnerDiv{
	width : 1%;
}
.dijitRtl .thinkfree .dijitSliderProgressBarH,
.dijitRtl .thinkfree .dijitSliderRemainingBarH,
.dijitRtl .thinkfree .dijitSliderLeftBumper,
.dijitRtl .thinkfree .dijitSliderRightBumper,
.dijitRtl .thinkfree .dijitSliderTopBumper {
	background-position: top right;
}
.dijitRtl .thinkfree .dijitSliderProgressBarV,
.dijitRtl .thinkfree .dijitSliderRemainingBarV,
.dijitRtl .thinkfree .dijitSliderBottomBumper {
	background-position: bottom right;
}
.dijitRtl .thinkfree .dijitSliderLeftBumper {
	border-left-width: 0px;
	border-right-width: 1px;
}
.dijitRtl .thinkfree .dijitSliderRightBumper {
	border-left-width: 1px;
	border-right-width: 0px;
}
.dijitRtl .thinkfree .dijitSliderIncrementIconH {
	background-position: -7px 0px;
}
.dijitRtl .thinkfree .dijitSliderDecrementIconH {
	background-position: -14px 0px;
}


























