/* the overlayed element */ 
body.po #window_po { visibility: hidden; }
body.bg #window_bg { visibility: hidden; }
body.cv #window_cv { visibility: hidden; }
body.ct #window_ct { visibility: hidden; }

.overlay {
	position: absolute;
	display:none;
	z-index:9999; 
	background-color:#333; 
	width:100%;
	padding: 0;
	margin: 0;
	top: 0;
	min-height:200px; 
	border:none;
}

.overlay .close {
	display: block;
	background: none;
	position: absolute;
	width: 99.9%;
	height: 99.9%;
	z-index: -9;
}

#window {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width:100%;
	height:81%;
	background: none;
	color: #FFF;
}
.window {
	margin: 0.1%;
	width:49.8%;
	height: 49.8%;
	float: left;
	background: #00235F; /*transparent url(../_img/transparent_dark.png);*/
	overflow: hidden;
	opacity: 0.9;
}

.window a, .windowLink a:hover, .windowLink a:visited, .windowLink a:active {
	color: white !important;
}
#window_po {}
#window_bg {}
#window_cv {}
#window_ct {}

.windowLink {
	width: 100%;
	height: 100%;
	display: block;
} 
.windowLink h5 {
	position:relative;
	top: 70%;
	opacity: 0.1;
	text-align: center;
}
#link_po {background: url(../_img/icon_po_wht.png) no-repeat center center;}
#link_bg {background: url(../_img/icon_bg_wht.png) no-repeat center center;}
#link_cv {background: url(../_img/icon_cv_wht.png) no-repeat center center;}
#link_ct {background: url(../_img/icon_ct_wht.png) no-repeat center center;}

/* The tool tip */
#tooltip_click { 
    display:none; 
    background: transparent url(../_img/mouseClick.png) no-repeat; 
    height:18px;
    width:18px; 
    padding:0;     
}
