﻿@import url('jquery/smoothness-1.8.12/jquery-ui-1.8.12.custom.css');

.ui-dialog .ui-dialog-content
{
	/* I don't like the jQuery default paddings */
	padding: 2px 0px 0px 0px;
}

.UrlDialog 
{
	background-color: #f0f0f0 !important;
}

.UrlDialog.ui-dialog-content
{
	/* inner iframe is dynamically resized to fit within dialog so we do not need/want scrollbars on dialog element */
	overflow: hidden;
}

.InfoDialog, .ConfirmDialog, .ErrorDialog
{
	padding: 10px;
	color: #000;
}

.ErrorDialog
{
	color: #aa0000;
}

.NoHighlight
{
	/* use this class to signal that the element should not be highlighted on value change */
}

.DisableInputWhileProcessingDialog
{
	border: 1px solid #d0d0d0;
	padding: 0px;
	width: 48px !important;
	height: 48px !important;
}

.DisableInputWhileProcessingDialog .ui-dialog-titlebar
{
	display: none;
}

.DisableInputWhileProcessingDialog .ui-dialog-content
{
	padding-top:16px;
	padding-left:16px;
}

    
.UrlDialog 
{
    padding-top: 0 !important;
    }

.ui-dialog 
{
    padding: 1px 1px 1px 1px !important ;
    }    

.ui-corner-all 
{
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    }     
    
.ui-dialog .ui-dialog-buttonpane button {
    
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
   text-align: center;
   border-top: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-corner-all {
    -moz-border-radius-bottomleft: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    background: url(../admin/css/images/admin_system_message.gif) repeat-x !important;
    color: #fff;
    font-size: 9px;
    float: none;    
}

.flashwarning
{
    display: none;
    border: 1px solid #b3bac8;
    height: 112px;
    width: 450px;
    background-color: white;
    color: black;
    padding: 10px 10px 5px 10px;
}

.flashwarning .small
{
    font-size: 9px;
    color: Gray;
}

.flashwarning .linkimg
{
    padding: 1px 15px 15px 15px;
    float: right;
}

