﻿
/*组件项css  */
.DragBox {
	 padding: 7px;  border-bottom:1px dotted #CDCDCD; width:726px;padding-left:30px;
	 background:url(/App_Themes/DragRepeaterItem/_Images/drag_bg4.gif) left top no-repeat;
}

/*鼠标放置组件项上的css,鼠标变成move  */
.OverDragBox {
	padding: 7px;  cursor: move;border-bottom:1px dotted #CDCDCD;width:726px;padding-left:30px;
	background:#efefef url(/App_Themes/DragRepeaterItem/_Images/drag_bg3.gif) left top no-repeat;
}

/*拖拽组件项的css，组件跟着鼠标移动，样式会跟不移动不同，以示区别,在ie下现在能看到效果，在firefox有问题，估计是跟标准不兼容  */
.DragDragBox {
	padding: 7px; cursor:move; filter: alpha(opacity=50); border:1px dashed #BDD6FB; color:#666; width:726px;padding-left:30px;
	background:#efefef url(/App_Themes/DragRepeaterItem/_Images/drag_bg3.gif) left top no-repeat ;
}

/* 组件外围框的css*/
fieldset {
	padding-right: 3px; padding-left: 3px; padding-bottom: 3px; padding-top: 3px;
}
/*暂时不处理*/
.History {
	font-size: 10px; overflow: auto; width: 100%; font-family: verdana, tahoma, arial; height: 82px;
}	
	
        .sec_menu
        {
            border-left: 1px solid white;
            border-right: 1px solid white;
            border-bottom: 1px solid white;
            background: #D6DFF7;
            padding-top: 5px;
        }