/** SFLY WINDOW WIDGET **/
.windowWidgetButtons {
    float: right;
    padding: 2px 2px 0px 2px;
    margin-bottom: 1px;
    _margin-top: -20px;
}

.windowWidgetIcon{
    float: right;
    position: relative;
    top: 2px;
    _top: 3px;
}

.windowCloseIcon{
	width:50px;
	height:16px;
	background: transparent url(/img_/windows/default/close.gif) no-repeat bottom;
}

.windowWidgetTitle{
    float: left;
    background: #AAAADD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size:13px;
    font-weight: bold;
    margin-top:1px;
    _margin-top:3px;
    margin-left:2px;
    height: 19px;
    color: #FFFFFF;
    font-family: Arial, Sans Serif;
}

.windowWidgetMain{
    background-color: #fff;
}

.window-top{
    margin: 0;
    height: 20px;
    float:left;
    background: transparent url(/img_/windows/default/top_mid.gif) repeat-x bottom;
    z-index: 1000;
    position: relative;
}

.window-tl{
    float: left;
	width: 4px;
	height: 20px;
	background: transparent url(/img_/windows/default/top_left.gif) no-repeat bottom;			
	_margin-top: 2px;		
}

.window-tr{
    margin: 0;
    float: right;
	width: 4px;
	height: 20px;
	background: transparent url(/img_/windows/default/top_right.gif) no-repeat bottom;
	_margin-top: 2px;		
}

.window-bottom {
    height: 4px;
    float:left;
    background: transparent url(/img_/windows/default/bottom_mid.gif) repeat-x;
}

.window-bl {
    float: left;
	width: 4px;
	height: 4px;
	background: transparent url(/img_/windows/default/bottom_left.gif) no-repeat 0 0;
}

.window-br {
    float: right;
	width: 4px;
	height: 4px;
	background: transparent url(/img_/windows/default/bottom_right.gif) no-repeat 0 0;		
}

.window-content {
    float: left;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
    font-family: Verdana, Arial, Sans Serif;
    font-size: 13px;
    text-align: center;
    color: #333333;
    background: #FFFFFF;
    padding-top: 5px;
    overflow: hidden;
}

.windowWidgetIFrame{
    border: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/** SFLY DIALOG WIDGET **/
 
.dialogWidgetButtons {
    float: right;
    padding: 5px 5px 0px 5px;
    margin-bottom: 5px;
}

.dialogWidgetIcon{
    float: left;
    padding: 5px;
}

.dialogWidgetTitle{
    float: left;
    margin-top: 10px;
    height: 21px;
    color: #F05323;
    font-family: Arial, Sans Serif;
    font-size: 18px;
}

.dialogWidgetTitleWrapper{
    height: 35px;
}

.dialogWidgetMain{
    padding: 5px;
    margin: 5px;
    border: 1px solid #999;
    background-color: #fff;
}

.dialogWidgetMain div.dialogFonts div.clearMe div.radioDiv {
    float: left;
    margin-right: 10px;
}

.dialogFonts{
    font-family: Verdana, Arial, Sans Serif;
    font-size: 13px;
}

.dialog-top{
    height: 5px;
    float:left;
    background: transparent url(/img_/windows/alert/top.gif) repeat-x bottom;
}

.dialog-tl{
    float: left;
	width: 5px;
	height: 5px;
	background: transparent url(/img_/windows/alert/top_left.gif) no-repeat bottom;			
}

.dialog-tr{
    float: right;
	width: 5px;
	height: 5px;
	background: transparent url(/img_/windows/alert/top_right.gif) no-repeat bottom;
}

.dialog-bottom {
    height: 5px;
    float:left;
    background: transparent url(/img_/windows/alert/bottom.gif) repeat-x;
}

.dialog-bl {
    float: left;
	width: 5px;
	height: 5px;
	background: transparent url(/img_/windows/alert/bottom_left.gif) no-repeat 0 0;			
}

.dialog-br {
    float: right;
	width: 5px;
	height: 5px;
	background: transparent url(/img_/windows/alert/bottom_right.gif) no-repeat 0 0;			
}

.dialog-content {
    float: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
    font-family: Verdana, Arial, Sans Serif;
    font-size: 13px;
    text-align: left;
    color: #333333;
    background: #ffffff url("/img_/publishing/ui/pop_gradient.gif") repeat-x bottom;

}

.dialog-button-spacer { 
    margin-left: 10px;
}

.dialog_progress_indicator {
    width:100%;
    height:30px;
    background: #FFF url('/img_/publishing/ui/loading_indicator.gif') no-repeat center center;
}

.dojoDialog {
    /*required as an override*/
}

