/* 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). */
	
.jqmWindow { display: none; position: fixed; top: 17%; left: 50%; margin-left: -300px; width: 600px; background-color: #eee; color: #333; border: 1px solid black; padding: 12px; }
.jqmTransparentWindow { display: none; position: fixed; top: 17%; left: 50%; margin-left: -500px; width: 1000px; background-color: transparent; color: #333; border: none; padding: 12px; }
.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm { position:absolute;top:0;left:0;z-index:-1; width: expression(this.parentNode.offsetWidth+'px'); height: expression(this.parentNode.offsetHeight+'px'); }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }


/* my boxes */
div.fileUploadingModal { width: 350px; margin: 0 auto; background-color: #f1f1f1; }
div.fileUploadingModal div.top { width: 350px; height: 1px; background-image: url('/images/box_sprite.gif'); background-position: 0 0; }
div.fileUploadingModal div.bottom { width: 350px; height: 1px; background-image: url('/images/box_sprite.gif'); background-position: 0 0; }
div.fileUploadingModal table.content td.lb { width: 1px; background-color: #7097aa; }
div.fileUploadingModal table.content td.rb { width: 1px; background-color: #7097aa; }
div.fileUploadingModal table.content td.content { width: 328px; padding: 10px; }
div.fileUploadingModal table.content td.content table.loader { margin: 0 auto; }

div.jqPosterProposalBox { width: 350px; margin: 0 auto; background-color: #f1f1f1; }
div.jqPosterProposalBox div.top { width: 350px; height: 1px; background-image: url('/images/box_sprite.gif'); background-position: 0 0; }
div.jqPosterProposalBox div.bottom { width: 350px; height: 1px; background-image: url('/images/box_sprite.gif'); background-position: 0 0; }
div.jqPosterProposalBox table.content td.lb { width: 1px; background-color: #7097aa; }
div.jqPosterProposalBox table.content td.rb { width: 1px; background-color: #7097aa; }
div.jqPosterProposalBox table.content td.content { width: 328px; padding: 10px; }
div.jqPosterProposalBox table.content td.content p.center { text-align: center; font-size: 11px; color: #000; }
div.jqPosterProposalBox table.content td.content table.submit { margin: 0 auto; }
div.jqPosterProposalBox table.content td.content td.document_icon { cursor: pointer; width: 17px; height: 21px; background-image: url('/images/icons_sprite.gif'); background-repeat: no-repeat; background-position: 0 -21px; }
div.jqPosterProposalBox table.content td.content td.link { padding-left: 10px; }
div.jqPosterProposalBox table.content td.content td.link a { font-size: 12px; font-weight: bold; color: #7097aa; line-height: 21px; text-decoration: underline; }

div.jqmUploadPosterProposalConfirm { width: 350px; padding: 0; margin: 0 auto; }
div.jqmUploadPosterProposalConfirm div.box { width: 275px; padding: 0; margin: 0 auto; background-color: #fff; }
div.jqmUploadPosterProposalConfirm div.box div.top { width: 275px; height: 1px; background-image: url('/images/box_sprite.gif'); background-position: 0 -1px; }
div.jqmUploadPosterProposalConfirm div.box div.bottom { width: 275px; height: 1px; background-image: url('/images/box_sprite.gif'); background-position: 0 -1px; }
div.jqmUploadPosterProposalConfirm div.box table.content td.lb { width: 1px; background-color: #7097aa; }
div.jqmUploadPosterProposalConfirm div.box td.rb { width: 1px; background-color: #7097aa; }
div.jqmUploadPosterProposalConfirm div.box td.content { width: 273px; }
div.jqmUploadPosterProposalConfirm div.box td.content div.innerBox { padding: 23px; text-align: center; }
div.jqmUploadPosterProposalConfirm div.box td.content span.closeLink { margin: 0 auto; }
div.jqmUploadPosterProposalConfirm div.box td.content a { font-size: 12px; font-weight: bold; color: #7097aa; line-height: 21px; text-decoration: underline; }