/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* newschools specific settings */
#cboxOverlay{ background:#CBD8E4; }
#cboxContent{ background:#fff; padding:10px 20px 20px 20px; text-align:left; }
#cboxClose { position:absolute; top:8px; right:8px; background:url(../img/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px; }
#cboxContent label, #cboxContent input, #cboxContent p, #cboxContent p span, #cboxContent select { float:left; clear:both; }
#cboxContent label { margin-bottom:3px; }
#cboxContent p { margin-bottom:0; }
#cboxContent p.error span { color:#c00; }
#cboxContent input { width:250px; }
#cboxContent input.submit { width:auto; padding:3px; float:left; margin-right:10px; clear:none; }
#cboxContent #already_registered { display:inline; float:none; clear:none; width:auto; }

p#req { font-size:10px; font-style:italic; }
p.error label { color:#c00; }
#cancelDownload { margin-left:10px; }
