/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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:visible;}
#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;}

#cboxOverlay{background:#fff;}

#colorBox{}
	#cboxTopLeft{width:15px; height:15px; background:url(/ha/images/overlay_border.png) 0 0 no-repeat;}
	#cboxTopCenter{height:15px; background:url(/ha/images/overlay_border.png) 0 -30px repeat-x;}
	#cboxTopRight{width:15px; height:15px; background:url(/ha/images/overlay_border.png) -15px 0 no-repeat;}
	#cboxBottomLeft{width:15px; height:15px; background:url(/ha/images/overlay_border.png) 0 -15px no-repeat;}
	#cboxBottomCenter{height:15px; background:url(/ha/images/overlay_border.png) 0 -45px repeat-x;}
	#cboxBottomRight{width:15px; height:15px; background:url(/ha/images/overlay_border.png) -15px -15px no-repeat;}
	#cboxMiddleLeft{width:15px; background:url(/ha/images/overlay_border_sides.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:15px; background:url(/ha/images/overlay_border_sides.png) -15px 0 repeat-y;}
	#cboxContent{background:#fafafa;}
            #cboxLoadedContent{margin-bottom:20px;}
            #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
            #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
            #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
            #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
            #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
            #cboxLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #fff;}
            #cboxClose{background: url(/ha/images/arrow-green.gif) 3px 6px no-repeat; font-size: 75%; padding: 0 0 0 14px; position: absolute; right: 15px; top: 13px; display:block; color:#444;}
			
.hidden{display:none;}
.modal {padding:15px;}
.modal h2 {	font-size: 20px; height: 28px; }
.modal p { padding-bottom: 8px; }
.modal_rate { float: left; margin: 0 8px; width: 157px; }
.modal_planDetailContent {float: left; width: 235px; }
.modal_planDetailContent ul {margin: 5px 0; padding: 0;}
.modal_planDetailContent ul li { margin: 0 0 3px 20px; }
.modal .modal_rate p.submit { margin: 5px 0 0;}

#modalSignIn .modal { }
#modalSignIn .modal #pre_home-loginForm p.error { margin: 20px 0 8px; }
#modalSignIn .modal #pre_home-loginForm h2 { margin: 5px 0 0; }
#modalSignIn .modal #pre_home-forgotForm h2 { margin: 0 0 15px; }
