/*
    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%;}
#cboxClose{cursor: pointer; position:absolute; top:5px; right:20px; background:url(../images/close.png) 0 0 no-repeat; width:93px; height:35px; text-indent:-9999px;}


/* 
    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(../images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxContent{background:#000;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
/*        #cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}*/
   


/*--========== Nicks edit for the mobile splash screen 16/08/2010 ==========--*/

#success {
	position: relative !important;
	background: #fff;
	height: 260px !important;
	width: 470px !important;
	margin: 15px !important;
	padding: 7px !important;	
	-webkit-box-shadow:0 0 15px #ff0000; 
	-moz-box-shadow: 0 0 15px #ff0000; 
	box-shadow:0 0 15px #ff0000;	
}


.splashInner {
	position: relative !important;
	background: #000 !important;	
	height: 260px !important;
	width: 470px !important;
	font-weight: bold;	
}

.splashInner a {
	color: #fff;
}

.splashInner p {
	position: relative;
	top: 50px;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.splashLogo {
	position: relative;
	top: 10px;
	left: 10px;
	height: 40px;	
}

/*--========== Nicks edit for the mobile splash screen 16/08/2010 (END) ==========--*/