/* NOTE:  IE6-specific styles should be specified in style_ie6-xx.css */
.dialog {
	display:none;
	visibility:hidden;
	position: absolute;
}

.dialogTop {
	height: 25px;
	cursor: move;
}
.dialogTopLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 25px;
    background: url( ../../images/fs3/3dlgcorners.png ) no-repeat 0 0;
}
.dialogTopMiddle {
    position:relative;
    margin-left: 3px;
    margin-right: 7px;
    height: 25px;
	overflow: visible;
    background: url( ../../images/fs3/3header_bgrd.png ) repeat-x;
}
.dialogTopTitle {
	font-size: 12px;
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color: #F0F0F0;
	text-decoration : none;
	line-height: 24px;
	text-align:center;
}
.dialogTopActions {
	position: absolute;
	right: 10px;
	top: 6px;
	/* z-index: 10001; */
}
.dialogClose {
	width: 15px;
	height: 14px;
	border: none;
	cursor: pointer;
	background: url( ../../images/fs3/home/3close.png ) no-repeat;
}

.dialogClose:hover {
	background: url( ../../images/fs3/home/3close_o.png ) no-repeat;
}

.dialogTopRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 25px;
    background: url( ../../images/fs3/3dlgcorners.png ) no-repeat 100% 0;
}

.dialogFrame {
	border-left: 1px solid #6f9dbc;
	background: url( ../../images/fs3/3dialog_r.png ) repeat-y top right;
	padding:10px;
}

.dialogText {
	display: inline-block;
	top: 0;
	right: 0;
	overflow: auto;
	width: 100%
}

.dialogIcon {
	float: left;
	margin-right: 10px;
    margin-bottom: 10px;
}

.dialogMessage {
	font-size: 13px;
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color: #000;
	text-decoration : none;
    float: left;
}
.dialogBody, .dialogAgain, .dialogBody table {
    font-family :  Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
}

/*
.dialogBody table.list {
    border: 1px solid #6f9dbc;
}
*/

.dialogBody table.list th {
    background: url(../../images/fs3/3tabbg.png) repeat-x 0 -1px;
    color: #fff;
}

.dialogActions {
	text-align: right;
    padding-top: 10px;
}
.dialogAction {
   margin:2px
 }

.dialogBottom {
	height: 5px;
}
.dialogBottomLeft {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: url( ../../images/fs3/3dlgcorners.png ) no-repeat bottom left;
}
.dialogBottomTitle {
	text-align: center;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background: url( ../../images/fs3/3dialog_b.png ) repeat-x bottom left;
}
.dialogBottomRight {
	position:absolute;
	bottom: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: url( ../../images/fs3/3dlgcorners.png ) no-repeat bottom right;
}
.dialogIETableFixer { width: 100%; }

.selectboxdialog div.dialogTop {
    height: 5px;
}
.selectboxdialog div.dialogTopLeft {
    height: 5px;
    background: url(../../images/fs3/3selectcorners.png) no-repeat 0 0;
}
.selectboxdialog div.dialogTopMiddle {
    height: 4px;
    background: #fff;
    border-top: 1px solid #6F9DBC;
}
.selectboxdialog div.dialogTopTitle {
    display: none;
}
.selectboxdialog div.dialogTopActions {
    display: none;
}
.selectboxdialog div.dialogTopRight {
    height: 5px;
    background: url(../../images/fs3/3selectcorners.png) no-repeat 100% 0;
}

div#preloadImages {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

div#preloadImages .tl {
    width: 1px;
    height: 1px;
    background-image: url( ../../images/fs3/3dlgcorners.png );
}

div#preloadImages .t {
    width: 1px;
    height: 1px;
    background-image: url( ../../images/fs3/3header_bgrd.png );
}

div#preloadImages .tr {
    width: 1px;
    height: 1px;
    background-image: url( ../../images/fs3/3dlgcorners.png );
}

div#preloadImages .r {
    width: 1px;
    height: 1px;
    background-image: url( ../../images/fs3/3dialog_r.png );
}

div#preloadImages .bl {
    width: 1px;
    height: 1px;
    background-image: url( ../../images/fs3/3dlgcorners.png );
}

div#preloadImages .b {
    width: 1px;
    height: 1px;
    background-image: url( ../../images/fs3/3dialog_b.png );
}

div#preloadImages .br {
    width: 1px;
    height: 1px;
    background-image: url( ../../images/fs3/3dlgcorners.png );
}

div#preloadImages .close {
    width: 1px;
    height: 1px;
    background-image: url( ../../images/fs3/3dialog_close.png );
}

/* ===========================================
             jQuery Dialog styles
   =========================================== */

div.ui-dialog
{
    padding: 1px;
    background-color: #FFF;
    border: 1px solid #6f9dbc;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;

    -moz-border-radius: 4px 4px 0 0;
    -moz-box-shadow: 3px 3px 2px #666;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-box-shadow: 3px 3px 2px #666;

    border-radius: 4px 4px 0 0;
    box-shadow: 3px 3px 2px #666;
}

div.ui-dialog .ui-dialog-titlebar
{
    background: url( ../../images/fs3/3header_bgrd.png ) repeat-x bottom;
    padding:0;
    margin:0;
    border:0;
    height: 23px;
    line-height: 20px;
    text-align: center;

    -moz-border-radius: 3px 3px 0 0;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;

    border-radius: 3px 3px 0 0;
}

div.ui-dialog .ui-dialog-title
{
    float: none;
    color: #F0F0F0;
}

div.ui-dialog .ui-state-hover .ui-icon, div.ui-dialog .ui-state-focus .ui-icon
{
    background-image: none;
}

div.ui-dialog .ui-widget-header .ui-icon
{
    background: url( ../../images/fs3/home/3close.png ) no-repeat;
}

div.ui-dialog .ui-widget-header .ui-icon:hover
{
    background: url( ../../images/fs3/home/3close_o.png ) no-repeat;
}

div.ui-dialog .ui-dialog-titlebar-close:hover, div.ui-dialog .ui-dialog-titlebar-close:focus
{
    background: none;
    border: 0
}

div.ui-dialog .ui-dialog-buttonpane
{
    margin-top: 0;
    border: 0;
}

div.ui-dialog .button6,
div.ui-dialog .button8,
div.ui-dialog .button10
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: none;
	height: 21px;
    cursor: pointer;
    white-space: nowrap;
}

div.ui-dialog .button6
{
    width: 69px;
    background: transparent url( ../../images/fs3/3buttons6.png ) no-repeat 0 0;
}

div.ui-dialog .button6:hover
{
    background: transparent url( ../../images/fs3/3buttons6.png ) no-repeat 100% 0;
}

div.ui-dialog .button8
{
    width: 87px;
    background: transparent url( ../../images/fs3/3buttons8.png ) no-repeat 0 0;
}

div.ui-dialog .button8:hover
{
    background: transparent url( ../../images/fs3/3buttons8.png ) no-repeat 100% 0;
}

div.ui-dialog .button10
{
    width: 105px;
    background: transparent url( ../../images/fs3/3buttons10.png ) no-repeat 0 0;
}

div.ui-dialog .button10:hover
{
    background: transparent url( ../../images/fs3/3buttons10.png ) no-repeat 100% 0;
}

div.ui-dialog input[type="text"],
div.ui-dialog select,
div.ui-dialog textarea,
div.ui-dialog option
{
    font-family: Arial, Helvetica, sans-serif;
}


/* Tags dialog */

div.ui-dialog.dialogTags
{
    border-radius: 4px;
    font-size: 11px;
}

div.ui-dialog.dialogTags td.FormLabel,
div.ui-dialog.dialogTags input[type=text]
{
    font-size: 11px;
}

div.ui-dialog.dialogTags .ui-dialog-titlebar
{
    background: none;
    border: none;
    height: 0;
    padding:0;
    margin:0;
}

div.ui-dialog.dialogTags .ui-widget-header .ui-icon
{
    background: none;
}

div.ui-dialog.dialogTags .ui-dialog-titlebar-close span
{
    margin: 0;
    padding: 0;
    height: 0;
}

div.ui-dialog.dialogTags .ui-dialog-content
{
    padding: 5px;
}

div.ui-dialog.dialogTags .ui-dialog-buttonpane
{
    padding: 0;
    border-top: 1px solid rgb(150,150,150);
}

div.ui-dialog.dialogTags .ui-dialog-buttonpane .ui-button
{
    border-radius: 4px;
    font-size: 10px;
}

div.ui-dialog.dialogTags .ui-dialog-buttonpane .ui-button.ui-button-text-only .ui-button-text
{
    padding: 0 3px;
}