.container_bottom{
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
/*	background-position: left bottom; */
}


.grad-9e9f9e{
background:#fff url(images/grad_to_9e9f9e.gif) repeat-x;
}

.grad-e4e6e6{
background:#f1f2f2 url(images/grad_to_e4e6e6.gif) repeat-x;
}

.grad-e4e6e6-2{
background:#f1f2f2 url(images/grad_to_e4e6e6.gif) repeat-x;
margin-top:-15px;
}

.grad-dbdcdc{
background:#ededed url(images/grad_to_dbdcdc.gif) repeat-x;
}

.grad-dbdcdc .Normal{
color: #2a5389;
}

.rc-t{background:url(images/rc_t.gif) repeat-x;}
.rc-l{background:url(images/rc_l.gif) repeat-y;}
.rc-r{background:url(images/rc_r.gif) repeat-y;}
.rc-b{background:url(images/rc_b.gif) repeat-x;}

.rg-t{background:url(images/rg_t.gif) repeat-x;}
.rg-l{background:url(images/rg_l.gif) repeat-y;}
.rg-r{background:url(images/rg_r.gif) repeat-y;}
.rg-b{background:url(images/rg_b.gif) repeat-x;}


/*CONTAINERS*/
.wedjet_pop {
	cursor:move;	
	background: url(_i/pop_bg.png) no-repeat !important ;
	/*background: none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/pop_bg.png',sizingMethod='scale');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='_i/pop_bg.png');*/

}

.wedjet1 {
	cursor:move;	
	background: url(_i/myBG.png) no-repeat !important ;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/myBG.png',sizingMethod='scale');
}
.wedjet2 {
	cursor:move;
	background: url(_i/squareBL.png) no-repeat !important ;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/squareBL.png',sizingMethod='scale');
}
.wedjet3 {
	cursor:move;	
	background: url(_i/squareGR.png) no-repeat !important ;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/squareGR.png',sizingMethod='scale');
}




.wedjet4 {
	
	background: url(_i/squareOR.png) no-repeat !important ;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/squareOR.png',sizingMethod='scale');
}

.wedjet5 {
	cursor:move;	
	background: url(_i/check-flagDark.png) no-repeat !important ;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/check-flagDark.png',sizingMethod='scale');
}

.wedjet6 {
	cursor:move;
	background: url(_i/thought_bubbleBL.png) no-repeat !important ;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/thought_bubbleBL.png',sizingMethod='scale');
}

.wedjet7 {
	cursor:move;	
	background: url(_i/thought_bubbleOR.png) no-repeat !important ;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/thought_bubbleOR.png',sizingMethod='scale');
}

.wedjet8 {
	cursor:move;	
	background: url(_i/thought_bubbleGR.png) no-repeat !important ;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_i/thought_bubbleGR.png',sizingMethod='scale');
}

/*CONTENT*/
.WEDJET .head{
	color:#eeeeee;
	
}

.WEDJET  .normal{
	color:#eeeeee;	
}

.WEDJET  .SubHead{
	color:#FFFFFF;	
}
.WEDJET  a:link, #ContentArea  a:visited, #ContentArea  a:active{
	color:#000000;
	cursor:pointer;
	text-decoration:underline;
}
.WEDJET  a:link {
	font-weight:bold;
}
.WEDJET  a:hover{
	color:#222222;	
}
.WEDJET_TITLE .head{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
}

.WEDJETTOOLBAR
{
	background: #dddddd;
	margin-left: -5px;
	border: 1px solid #333333;
	padding: 2px;
}
.WEDJETTOOLBAR .Selector
{
	background: #333333;	
}
.WEDJETTOOLBAR .Directions
{
	border-bottom: 1px dotted #333333;
	background: #dddddd;
	font-size: 11px;
	color: #333333;
	margin-bottom: 2px;
}
.WEDJETTOOLBAR .PoweredBy
{
	margin-top: 2px;
	border-top: 1px dotted #333333;
	background: #dddddd;
	font-size: 9px;
	color: #333333;
	text-align: right;
	font-style: italic; 
}


.black_overlay{
			display:none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #bbb;
			z-index:1;
			-moz-opacity: 0.6;
			opacity:.60;
			filter: alpha(opacity=80);
		}
