/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Lightboxes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.overlay_dialog 						{background: url(../images/bkgd-lightbox.png) transparent top left repeat;}

.dialog									{border: 0; background: transparent; z-index:99999 !important;}
.dialog .dialog_close					{top: 24px; right: 23px; width: 27px; height: 22px; background: transparent url(../images/dialog_close.png) no-repeat 0 0 }
.dialog .filler							{position: relative; height: 1px;}
.dialog .dialog_title					{color: #fff; font-size: 1.333em; font-weight: bold; font-family: arial, "helvetica neue", helvetica, sans-serif; text-align: left;}

.dialog table.table_window td			{border: 0 none;}

.dialog table.top td.dialog_nw			{width: 22px; height: 68px; background: transparent url(../images/dialog_nw.png) no-repeat 0 0 !important;}
.dialog table.top td.dialog_n			{width: auto; height: 68px; background: transparent url(../images/dialog_n.png) repeat-x 0 0 !important;}
.dialog table.top td.dialog_ne			{width: 26px; height: 68px; background: transparent url(../images/dialog_ne.png) no-repeat 0 0 !important;}

.dialog table.mid td.dialog_w			{display: table-cell; width: 22px; background: transparent url(../images/dialog_w.png) repeat-y 0 bottom;}
.dialog table.mid td.dialog_content		{background-color: white; padding: 0; margin: 0;}
.dialog table.mid td.dialog_e			{display: table-cell; width: 26px; background: transparent url(../images/dialog_e.png) repeat-y 0 bottom;}

.dialog table.bot td.dialog_sw			{width: 22px; height: 26px; background: transparent url(../images/dialog_sw.png) no-repeat 0 0;}
.dialog table.bot td.dialog_s			{width: auto; height: 26px; background: transparent url(../images/dialog_s.png) repeat-x 0 0;}
.dialog table.bot td.dialog_se			{width: 26px; height: 26px; background: transparent url(../images/dialog_se.png) no-repeat 0 0; display: table-cell;}

body.modalWindow 						{background-color: transparent; background-image: none;}

.dialog_w 								{width: 22px;}
.dialog_e 								{width: 27px;}