﻿@charset "utf-8";
/* CFGRID */
	.x-grid3-cell-inner {
		white-space:normal;
	}
/* CFGRID */

/* CFWINDOW */
	/* body */
	.x-window-mc {
		border:none;
	}
	.x-window-body {
		/*background:#adadad none;*/
		/* background:url(/cfimages/launch/InteriorPageBackgroundBorder2.jpg) top left repeat-x #333; */
		background:#FFF;
		/* border: 3px solid #C1CCD0; */
		border: 4px solid #a2bbcf;
		border-top: 0;
		padding: 10px;
		font: 11px Verdana,Arial,Helvetiva,sans-serif;
	}
	.x-window-ml, .x-window-mr, .x-window-tl, .x-window-tr, .x-window-br, .x-window-bc, .x-window-b1 {
		background:none;
	}
	
	/* modal color (the dimness of the background) */
	/* if you start with black and change the opacity, it is much darker than starting with a gray, obviously */
	.x-dlg-mask {
		background-color: #CCC;
		opacity:0.60;
	}
	
	/* header bar */
	.x-window-tc {
		/* background:#C1CCD0 none; */
			background:#adadad none;
			border: 3px solid #363636;
			border-bottom: 0;
			display: none;
			
		
	}
	#VideoVaultVideo_body {
		/* border-top: 3px solid #363636; */
		border-top: 4px solid #a2bbcf;
	}
	.x-window-header {
		font: bold 12px Verdana,Arial,Helvetiva,sans-serif !important;
		color:#FFF !important;
		text-align:left !important;
		margin-left: 15px;
	}
	
/* CFWINDOW */

/* Colorbox Override */
	#colorbox #cboxContent {
		background:url(/cfimages/colorbox/gradient.jpg) bottom left repeat-x #fff;
		height:100% !important;
	}
	#colorbox #cboxClose {
		background: url("/cfimages/colorbox/close.png") no-repeat center #ccc;
		padding:2px;
		border:1px solid #666;
	}
	#colorbox {
		border:1px solid #666;
	}
	.colorbox_Title {
		width:100%; 
		background-color:#666; 
		color:#FFF; 
		padding:8px 0; 
		font-weight:bold;
	}
/* Colorbox Override */

/* Three Images with Mouseover Text */
	#contentb #mo_leftImageText  {/*#mo_TextContainer ul*/
		display:none;
	}
	#contentb #mo_centerImageText  {
		display:none;
	}
	#contentb #mo_rightImageText {
		display:none;
	}
	
	.threeImages {
		float:left;
		margin: 0px;
		padding: 0px;
		text-align:center;
		font-weight: bold;
		width: 130px;
		color: #787878;
	}
	
	.x-tool-close {
    background-color: #FFFFFF;
}
	
/* Mouseover Images with Text */

