/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.LModal { display: none; position: absolute; top: 17%; left: 50%; margin-left: -300px; width: auto; background: url(../Images/jqModal/modalBorder.png); color: #333; padding: 8px; font-weight: normal; font-size: 11px; text-transform: none; }

/* Hard Modal */
.PModal { display: none; position: absolute; top: 50%; left: 50%; margin-left: -200px; width: 300px; background: transparent; color: #fff; padding: 8px; font-weight: normal; font-size: 20px; text-transform: none; }

.mContent { background: #fff url(../Images/jqModal/modalBackground.png) repeat-x top; padding: 10px; border-top: 1px solid #2F2F2F; border-left: 1px solid #2F2F2F; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; }

.jqmOverlay { background-color: #efefef; }

.HModalOverlay { background-color: #000000; }

.Processing h2 { margin-bottom: 10px; }

.LModal h2, .HModal h2 { margin-bottom: 20px; background: #525254 url(../Images/jqModal/modalTitle.gif) repeat-x bottom; color: #fff; padding: 5px; text-transform: uppercase; font-size: 14px; }

.LModal .Label { margin-right: 15px; min-width: 75px; }

.modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; }

.modalPopup { background-color: #ffffdd; border-width: 3px; border-style: solid; border-color: Gray; padding: 10px; width: 250px; text-align: center; }

.WaitWin{line-height: 22px; width: 100%; text-align: center;}

/* Invoice Modal Styles */
.SendWin { margin-top: 0px !important; }

.SendWin .Label { margin-right: 15px; min-width: 75px; }

.SendWin .mContent { text-align: right; width: 315px; padding: 0px 10px 10px 10px; *padding:10px; }
.SendWin .mContent h2 { text-align: center; }
.SendWin .FormStyle2 .Label { float: left; margin-right: 10px; width: 150px; white-space: normal; }
.SendWin .FormStyle2 p { clear: both; }

.SendWin .mContent input { width: 80%; text-align: right; }
.SendWin .lineHeight { line-height: 25px; }
.SendWin .Buttons { clear: both; margin-top: 10px; }

/*Delete modal*/
.modalDelete .message { float: right; margin-right: 10px; width: 252px; margin-top: -20px; *margin-top:0px; }

.modalDelete .Buttons { text-align: center; margin-left: 80px; }

.modalDelete img { margin-top: 2px; margin-left: 10px; }

#mediaLibrary {width:775px;margin-left:-400px;}
#mediaLibrary .mContent {padding:2px;}