/* Base */
.boxy-wrapper {position:absolute;}
.boxy-wrapper.fixed {position:fixed;}
.boxy-wrapper, .boxy-wrapper form, .boxy-wrapper select, .boxy-wrapper input {font:11px "lucida grande",tahoma,verdana,arial,sans-serif;}
.boxy-wrapper a.anchorToggle {cursor:pointer;color:#1062B6;text-decoration:none;}
.boxy-wrapper a.anchorToggle:hover {text-decoration:underline;}

/* Modal */
.boxy-modal-blackout {position:absolute;left:0;top:0;width:100%;}

/* Border */
.boxy-wrapper {empty-cells:show;}
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left {width:10px;height:10px;padding:0}

.boxy-wrapper .top-left { background: url('jquery-boxy/boxy-nw.png'); opacity : 0.6; filter: alpha(opacity=60); }
.boxy-wrapper .top-right { background: url('jquery-boxy/boxy-ne.png'); opacity: 0.6; filter: alpha(opacity=60); }
.boxy-wrapper .bottom-right { background: url('jquery-boxy/boxy-se.png'); opacity: 0.6; filter: alpha(opacity=60); }
.boxy-wrapper .bottom-left { background: url('jquery-boxy/boxy-sw.png'); opacity: 0.6; filter: alpha(opacity=60); }

.boxy-wrapper .top-left, #ie8#fix1 { opacity : 1.0; filter: alpha(opacity=100); }
.boxy-wrapper .top-right, #ie8#fix2 { opacity: 1.0; filter: alpha(opacity=100); }
.boxy-wrapper .bottom-right, #ie8#fix3 { opacity: 1.0; filter: alpha(opacity=100); }
.boxy-wrapper .bottom-left, #ie8#fix4 { opacity: 1.0; filter: alpha(opacity=100); }

/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
/* NB: these must be absolute paths or URLs to your images */
.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.genebase.com/new_css/jquery-boxy/boxy-nw.png'); }
.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.genebase.com/new_css/jquery-boxy/boxy-ne.png'); }
.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.genebase.com/new_css/jquery-boxy//boxy-se.png'); }
.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.genebase.com/new_css/jquery-boxy//boxy-sw.png'); }

.boxy-wrapper .top, .boxy-wrapper .bottom {height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
.boxy-wrapper .left, .boxy-wrapper .right {width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }

/* Title bar */
.boxy-wrapper .title-bar {background:#6D84B4;padding:6px;position:relative;border:1px solid #3B5998;}
.boxy-wrapper .title-bar.dragging {cursor:move;}
.boxy-wrapper .title-bar h2 {font-size:14px;color:#fff;font-weight:bold;margin:0;padding:0;}
.boxy-wrapper .title-bar .close {color:#ffffff;position:absolute;top:9px;right:6px;font-size:90%;line-height:1;}

/* Content Region */
.boxy-inner {background:#f7f7f7;padding:0;}
.boxy-content {padding:15px;border:1px solid #d7d7d7;}

/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }

/* Buttons */
.boxy-wrapper .inputSubmit {background:#3B5998;border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;border-style:solid;border-width:1px;color:#fff;font-size:11px;padding:2px 15px 3px;text-align:center;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;}
.boxy-wrapper .inputCancel {background:#F0F0F0;border-color:#E7E7E7 #666666 #666666 #E7E7E7;border-style:solid;border-width:1px;color:#000;font-size:11px;padding:2px 15px 3px;text-align:center;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;margin-left:5px;}

/* Inputs */
.boxy-wrapper textarea {border:1px solid #BDC7D8;width:300px;height:70px;padding:3px;overflow-y:hidden;}
.boxy-wrapper input.txt {border:1px solid #BDC7D8;padding:3px;font-size:11px;}

.forPrint {display:none;}
