﻿@charset "utf-8";
/* CSS Document */

/* CF window formatting */
/* body */
/*.x-dlg .x-dlg-dlg-body {
	background:#CBE2F4 url(/images/image.png) left top repeat-x;
}*/


/* modal color (the dimness of the background) */
/*.x-dlg-mask {
	background-color:#333;
	opacity:.6;
}
*/

/* header bar */
/*.x-dlg .x-dlg-hd-right, .x-dlg .x-dlg-hd-left, .x-dlg .x-dlg-hd {
	text-align:center;
	background:#F9AE64 none;                        
}*/

/* 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 */

