/*
    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:0px; left:0; z-index:9000; overflow:hidden;}
/*#cboxWrapper, #colorbox {	top: -100px;}*/
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible; z-index:100; }
#cboxLoadedContent{overflow:hidden;}
#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;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(http://www.iview.com.au/ahm/owen/myview/images/2010/overlay.png);}

#colorbox{}
#cboxContent {margin-top:32px;}

#cboxLoadedContent{background:transparent; padding:1px;}
#cboxLoadingGraphic{/*background:url(http://www.iview.com.au/ahm/owen/myview/images/2010/loader.gif) center center no-repeat;*/}
#cboxLoadingOverlay{/*background:#f0ffd4;*/}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxClose{text-indent:-9999px; width:11px; height:11px; position:absolute; top:9px; background:url(http://www.iview.com.au/ahm/owen/myview/images/2010/close.png) 0 0 no-repeat;}
#cboxClose{background-position:0px 0px; right:12px;}
#cboxClose.hover{background-position:0px 0px; right:12px;}

/* Resize the results and news images */
div.results_image img, div.news_image img, div.news_fp_image img 
{
	max-width: 98px;
}

div.shadowBoxed {
	background: url(http://www.iview.com.au/ahm/owen/myview/images/2010/home/login_background.png) no-repeat;
	background-repeat: no-repeat;
	height: 360px;
}

/* Special colorbox for logins */
.cBoxLogin #cboxContent {
	background: url(http://www.iview.com.au/ahm/owen/myview/images/2010/home/login_background.png) no-repeat;
	background-repeat: no-repeat;
	height: 360px;
}

/* Colorbox Image Styling */
.cBoxImage
{
	cursor: pointer;
}

.cBoxImage div#cboxClose
{
	position:absolute;
	top:9px;
	width:28px; 
	height:28px;  
	background:url(http://www.iview.com.au/ahm/owen/myview/images/2010/close_image.png);
}
