@charset "utf-8";
/* CSS Document */

TABLE.WideLayout		{ width:100%; height:100%; }
	TD.WideLayoutTop		{ width:778px; height:26px; vertical-align:bottom; text-align:center; }
	TD.WideLayoutMid		{ width:778px; height:100%; vertical-align:top; text-align:left; background-repeat:repeat-y; background-position:top center;
							  background-image:url(../img/wide_mid.gif); padding-top:20px; }
	TD.WideLayoutBot		{ width:778px; height:26px; vertical-align:top; text-align:center; }
	
		
			DIV.AllClients	{ width:748px; overflow-x:hidden; }
				DIV.AllClientsWrapper		{ width:770px; }
					DIV.Separator		{ background-image:url(../img/wide_sep.gif); background-position:center center; background-repeat:repeat-x; height:30px;
										  clear:both; }
					DIV.ClientBox	{ width:178px; height:112px; background-position:center center; background-repeat:no-repeat; float:left; margin-right:12px; }
						DIV.ClientBoxInner		{ width:178px; height:112px; background-position:bottom right; background-repeat:no-repeat; cursor:pointer; }
						DIV.ClientBoxInnerNoc		{ width:178px; height:112px; background-position:bottom right; background-repeat:no-repeat;}
							DIV.CBI_Off			{ background-image:url(../img/plus_off.gif); }
							DIV.CBI_On			{ background-image:url(../img/plus_on.gif); }
					
					DIV.ClientPop	{ width:248px; height:235px; position:absolute; top:-500px; left:10px; }
						DIV.ClientPopHeader		{ width:234px !important; height:26px !important; width:248px; height:33px; padding:7px 0px 0px 14px;
												  background-image:url(../img/client_pop_head.gif); background-repeat:no-repeat;
												  font:bold 15px Verdana; color:#FFFFFF; text-align:left; }
						DIV.ClientPopHeader DIV		{ width:220px; height:21px; overflow:hidden; }
						DIV.ClientPopText		{ width:234px !important; height:166px !important; width:248px; height:174px;
												  padding:8px 0px 0px 14px; text-align:left; background-image:url(../img/client_pop_mid.gif);
												  background-repeat:repeat-y; }
						DIV.ClientPopText DIV	{ width:220px; height:160px; overflow:hidden; font:normal 13px/20px Arial; color:#3B3B3B; }
						DIV.ClientPopMore		{ width:248px; height:28px; background-image:url(../img/client_pop_foot.gif); background-repeat:no-repeat; }
						
						DIV.ClientPopMore A.More		{ float:right; display:block; width:44px; height:17px; margin-right:10px; background-repeat:no-repeat;
														  background-position:top left; background-image:url(../img/link_more.gif); font:normal 13px Verdana;
														  color:#ffffff !important; text-decoration:none !important; text-align:center; vertical-align:middle; }

#_all		{ position:absolute; top:-1000px; left:50px; width:1px; height:1px; background-color:#FF0000; }