.Dialog_Gallery{width:750px;height:400px;overflow:auto;position:relative;}.Dialog_Gallery_Text{font-family:Arial;font-size:11px;color:#999;}.Dialog_Gallery_Photo_Text{text-align:center;}.Dialog_Gallery_Link:link,.Dialog_Gallery_Link:active,.Dialog_Gallery_Link:visited{font-family:Arial;font-size:13px;color:#3E5988;font-weight:bold;text-decoration:none;}.Dialog_Gallery_Link:hover{font-family:Arial;font-size:13px;color:#3E5988;font-weight:bold;text-decoration:underline;}<?php $doc_root = substr($_SERVER['DOCUMENT_ROOT'],0,strlen($_SERVER['DOCUMENT_ROOT']) -1);$prefix = $doc_root . dirname($_SERVER['PHP_SELF']);$systemTarget = $prefix . "/";$userTarget = $prefix . "/../../Templates/UserCSS/";if(is_dir($userTarget)){$userFiles = scandir($userTarget);foreach($userFiles as $file){if(is_file($userTarget.$file)){echo file_get_contents($userTarget . $file);}}}else{echo "<!== userTarget not found \r\n";echo $userTarget . "==>";}if(is_dir($systemTarget)){$systemFiles = scandir($systemTarget);foreach($systemFiles as $file){if(is_file($systemTarget.$file) && $file!= "Compressed.php"){echo file_get_contents($systemTarget . $file);}}}.Control_CollapsableMenu_Container{width:195px;background-color:#fef9ec;border:1px solid #333;}.Control_CollapsableMenu_Item div.item{background-color:#fef9ec;text-align:left;padding-left:15px;}.Control_CollapsableMenu_Item div.item:hover{background:#ffdc82;}.Control_CollapsableMenu_Item div.menu{background-color:#015EAC;text-align:left;border-top:1px solid #006fcc;border-bottom:1px solid #004e90;}.Control_CollapsableMenu_Item span.menuText{font-family:Helvetica,Arial;font-size:12px;color:#F8F8F8;font-weight:bold;text-decoration:none;padding-left:10px;}.Control_CollapsableMenu_Item div.menu:hover{cursor:pointer;}.Control_CollapsableMenu_Item A:link,.Control_CollapsableMenu_Item A:visited,.Control_CollapsableMenu_Item A:active{font-family:Helvetica,Arial;font-size:12px;color:#333;text-decoration:none;}.Control_Autolink_Editor .bd{width:250px;height:350px;overflow:auto;}.Control_Autolink_Editor .box{margin:7px 0 7px 0;padding:5px 5px 5px 5px;background-color:white;}.Control_Autolink_Editor .url{background-color:white;width:100%;border:none;}.Control_Autolink_Editor .item:active,.item:visited,.item:link{text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold;color:#333;}.Control_Autolink_Editor .item:hover{color:#015eac;}.Backdrop-Editor-Visual-TD{border:1px dashed #000;}#BackDropError_Container{border:1px solid #000;margin:20px;}#BackDropError_Container.headerLink:hover{background-color:#090;}
