﻿/*-----------------------------------------------------------------------------
Overlay CSS Style Sheet

version:    1.0
author:     Edward Bates
date:				11/06/2009
-----------------------------------------------------------------------------*/

.overlayUTV {
	width: 100%; 
	height: 100%;
	background: #253685;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.overlayRecruit {
	width: 100%; 
	height: 100%;
	background: #26415A;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}

.dialog {
	width:768px;
	height:300px;
	position: fixed;
	background-color:#FFFFFF;				
	top: 20%;
	left: 20%;
	z-index: 99;

}


/*---------------------------------------------------------------------------
 RecruitNI Styles
-----------------------------------------------------------------------------*/
/* the overlayed element */

/* default close button positioned on upper right corner */
div.overlayRecruitNI .imgClose {
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;

}


/*---------------------------------------------------------------------------
 UTV Internet Styles
-----------------------------------------------------------------------------*/
div.overlayUTVInternet {
	
	/* growing background image */
	background-image:url(http://www.u.tv/images/overlay/splash-screen.jpg);
	
	/* dimensions after the growing animation finishes  */
	width:768px;
	height:610px;		
	

	/* some padding to layout nested elements nicely  
	padding:55px;*/
}

div.overlayUTVInternet .imgsplashROI
{
    position:absolute;
    top:232px;
    left:90px;
}
div.overlayUTVInternet .imgsplashNI
{
    position:absolute;
    top:232px;
		left:400px;
    
}
div.overlayUTVInternet .imgsplashNI a
{
    text-decoration:none;
}
div.overlayUTVInternet .imgsplashROI a
{
    text-decoration:none;
}

div.overlayUTVInternet img{border:0;}

/* default close button positioned on upper right corner */
div.overlayUTVInternet .imgClose {
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;

}
