@charset "utf-8";
/* CSS Document */
.ui-widget-content {
	color:#666;
	font-size:12px;
        padding-bottom: 15px;
	border:1px solid #ccc;
        background-color: #fff;
        background-image: none;
}
#dialog-restore span{
	background-image:url(smoothness/images/ui-icons_ffffff_256x240.png);
	height:16px;
	width:16px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-99999px;
	background-position:-49px -82px;
	display:block;
}
.ui-dialog-titlebar-rest-hover span{
	background-image:url(smoothness/images/ui-icons_ffd27a_256x240.png) !important;
}

#dialog-maximize span{
	background-image:url(smoothness/images/ui-icons_ffffff_256x240.png);
	height:16px;
	width:16px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-99999px;
	background-position:-32px -82px;
	display:block;
}
.ui-dialog-titlebar-max-hover span{
	background-image:url(smoothness/images/ui-icons_ffd27a_256x240.png) !important;
}

#dialog-minimize span{
	background-image:url(smoothness/images/ui-icons_ffffff_256x240.png);
	height:16px;
	width:16px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-99999px;
	background-position:-47px -132px;
	display:block;
}
.ui-dialog-titlebar-min-hover span{
	background-image:url(smoothness/images/ui-icons_ffd27a_256x240.png) !important;
}


#dialog-minimize{
	height:18px;
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:2.8em;
	top:50%;
	width:19px;
}

#dialog-maximize  {
	height:18px;
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:1.5em;
	top:50%;
	width:19px;
}

#dialog-restore  {
	height:18px;
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:1.5em;
	top:50%;
	width:19px;
}


.ui-dialog-titlebar-max{
    width: 16px !important;
    padding: 0px !important;
    right: 25px !important;
}

.ui-dialog-titlebar-min{
    width: 16px !important;
    padding: 0px !important;
    right: 45px !important;
}

.ui-dialog-titlebar-rest{
    width: 16px !important;
    padding: 0px !important;
}
.ui-dialog-titlebar-close span {
	background-image: url("smoothness/images/ui-icons_ffffff_256x240.png") !important;
}

.ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog-titlebar-close.ui-state-focus {
	border: 0px solid #999999 !important;
	background: none !important;
}

.ui-dialog-titlebar-close.ui-state-hover span {
	background-image: url("smoothness/images/ui-icons_ffd27a_256x240.png") !important;
}
.ui-widget-header a {
	color: #FFF;
}