﻿@charset "utf-8";
/* CFGRID */
	.x-grid3-cell-inner {
		white-space:normal;
	}
/* CFGRID */

/* CFWINDOW */
	/* body */
	.x-window-mc {
		border:none;
	}
	.x-window-body {
		background:#FFF none;
		border: 3px solid #C1CCD0;
		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;
	}
	.x-window-header {
		font: bold 12px Verdana,Arial,Helvetiva,sans-serif !important;
		color:#FFF !important;
	}
	
/* 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;
	}
	
/* Mouseover Images with Text */

