﻿/* jQi Overlay
----------------------------------------------------------------------------------------- */
.jqifade { position:absolute; background-color:#000; }

/* jQi Content Box
----------------------------------------------------------------------------------------- */
div.jqi { width:600px; position:absolute; background-color:#fff; border:solid 2px #000; padding:20px; -moz-border-radius:10px; -webkit-border-radius:10px; }

/* jQi Close 'button'
----------------------------------------------------------------------------------------- */
div.jqi .jqiclose { position:absolute; z-index:100; top:10px; right:10px; height:16px; width:16px; text-indent:-9999px; background:transparent url('/Content/Static/images/icons/close.png') no-repeat top left; padding:0; border:none; cursor:default; }

/* jQi Content Layout
----------------------------------------------------------------------------------------- */
div.jqi h3 { margin-top:0; margin-bottom:0.75em; padding-bottom:0.361em; border-bottom:solid 1px; }
div.jqi hr { display:none; }

/* jQi Buttons
----------------------------------------------------------------------------------------- */
div.jqi .jqibuttons { text-align:right; margin-top:0.5em; }
div.jqi button, div.jqi button.jqidefaultbutton { padding:4px 12px; margin-left:10px; border-width:1px; border-style:solid; border-color:#ccc #a3a3a3 #a3a3a3 #ccc; background-color:#e5e4df; color:#0f0f0d; }
div.jqi button { background:#e5e4df url('/Content/Static/images/icons/cross.png') no-repeat scroll 4px 50%; padding-left:24px; }
div.jqi button.jqidefaultbutton { background:#e5e4df url('/Content/Static/images/icons/tick.png') no-repeat scroll 4px 50%; padding-left:24px; }
div.jqi button em { font-style:normal; font-weight:bold; }
