📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: wxwp_highfivefinance.sql
-- MySQL dump 10.13 Distrib 5.5.60, for Linux (x86_64) -- -- Host: localhost Database: wxwp_highfivefinance -- ------------------------------------------------------ -- Server version 5.5.60 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `cerber_acl` -- DROP TABLE IF EXISTS `cerber_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_acl` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'IP', `ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'IPv4 range begin', `ip_long_end` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'IPv4 range end', `tag` char(1) NOT NULL COMMENT 'Type: B or W', `comments` varchar(250) NOT NULL, UNIQUE KEY `ip_begin_end` (`ip`,`ip_long_begin`,`ip_long_end`), KEY `begin_end_tag` (`ip_long_begin`,`ip_long_end`,`tag`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber IP Access Lists'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_acl` -- LOCK TABLES `cerber_acl` WRITE; /*!40000 ALTER TABLE `cerber_acl` DISABLE KEYS */; INSERT INTO `cerber_acl` VALUES ('111.93.114.26',1868395034,1868395034,'W',''),('94.130.35.51',1585586995,1585586995,'B',''); /*!40000 ALTER TABLE `cerber_acl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_blocks` -- DROP TABLE IF EXISTS `cerber_blocks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_blocks` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP', `block_until` bigint(20) unsigned NOT NULL COMMENT 'Unix timestamp', `reason` varchar(250) NOT NULL COMMENT 'Why IP was blocked', UNIQUE KEY `ip` (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber list of currently blocked IPs'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_blocks` -- LOCK TABLES `cerber_blocks` WRITE; /*!40000 ALTER TABLE `cerber_blocks` DISABLE KEYS */; INSERT INTO `cerber_blocks` VALUES ('213.251.182.*',1548945316,'Probing for vulnerable PHP code'); /*!40000 ALTER TABLE `cerber_blocks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_countries` -- DROP TABLE IF EXISTS `cerber_countries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_countries` ( `country` char(3) NOT NULL DEFAULT '' COMMENT 'Country code', `locale` char(10) NOT NULL DEFAULT '' COMMENT 'Locale i18n', `country_name` varchar(250) NOT NULL DEFAULT '' COMMENT 'Country name', PRIMARY KEY (`country`,`locale`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_countries` -- LOCK TABLES `cerber_countries` WRITE; /*!40000 ALTER TABLE `cerber_countries` DISABLE KEYS */; /*!40000 ALTER TABLE `cerber_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_lab` -- DROP TABLE IF EXISTS `cerber_lab`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_lab` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP', `reason_id` int(11) unsigned NOT NULL DEFAULT '0', `stamp` bigint(20) unsigned NOT NULL COMMENT 'Unix timestamp', `details` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber lab cache'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_lab` -- LOCK TABLES `cerber_lab` WRITE; /*!40000 ALTER TABLE `cerber_lab` DISABLE KEYS */; /*!40000 ALTER TABLE `cerber_lab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_lab_ip` -- DROP TABLE IF EXISTS `cerber_lab_ip`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_lab_ip` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'IP', `reputation` int(11) unsigned NOT NULL COMMENT 'Reputation of IP', `expires` int(11) unsigned NOT NULL COMMENT 'Unix timestamp', PRIMARY KEY (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber lab IP cache'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_lab_ip` -- LOCK TABLES `cerber_lab_ip` WRITE; /*!40000 ALTER TABLE `cerber_lab_ip` DISABLE KEYS */; /*!40000 ALTER TABLE `cerber_lab_ip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_lab_net` -- DROP TABLE IF EXISTS `cerber_lab_net`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_lab_net` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'IP address', `ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT '0', `ip_long_end` bigint(20) unsigned NOT NULL DEFAULT '0', `country` char(3) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'Country code', `expires` int(11) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ip`), UNIQUE KEY `begin_end` (`ip_long_begin`,`ip_long_end`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber lab network cache'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_lab_net` -- LOCK TABLES `cerber_lab_net` WRITE; /*!40000 ALTER TABLE `cerber_lab_net` DISABLE KEYS */; /*!40000 ALTER TABLE `cerber_lab_net` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_log` -- DROP TABLE IF EXISTS `cerber_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_log` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP', `ip_long` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'IPv4 long', `user_login` varchar(60) NOT NULL COMMENT 'Username from HTTP request', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `stamp` decimal(14,4) NOT NULL, `activity` int(10) unsigned NOT NULL DEFAULT '0', `session_id` char(32) CHARACTER SET ascii NOT NULL DEFAULT '', `country` char(3) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'Country code', `details` varchar(250) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'Details about HTTP request', KEY `ip` (`ip`), KEY `ip_long` (`ip_long`), KEY `session_index` (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cerber activity log'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_log` -- LOCK TABLES `cerber_log` WRITE; /*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */; INSERT INTO `cerber_log` VALUES ('94.130.35.51',1585586995,'',0,1546358930.2600,55,'jq35yNRWcoDdnlpz2U84YXFE','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546365117.3130,55,'L0GScEM3wxaYfsC75uQ1rbKz','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546369492.8100,55,'GLBbuVIDSOQTCvJpa7yU8zkN','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546377599.0470,55,'tKwYhVgb3uSAy4zQclCkvPZ9','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546385821.9640,55,'NpCI8MU7zwegL2T64oDGBvai','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546392839.7290,55,'b6EUftKS7pcVX3Fm9YGA4uzq','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546398392.2380,55,'volqVJRM7uAH1C6LQr8kiUFX','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546407996.6080,55,'vqlnzX0AOexVGy1aoBjTc2uf','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546415079.8490,55,'BypCah56wIAMimxLXJ7Q0W2N','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('37.10.111.246',621441014,'',0,1546416974.7950,55,'n481NcLtRypl5qos0xXI73wE','','13|0|0|0|highfivefinance.com/cache.php'),('37.10.111.246',621441014,'',0,1546416974.7950,11,'n481NcLtRypl5qos0xXI73wE','','0|0|0|0|highfivefinance.com/cache.php'),('37.10.111.246',621441014,'',0,1546416975.4950,55,'djLMT3efbCIEAkzhFnaxtN7q','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.215.167',2891831207,'',0,1546416976.7850,55,'4MNrjCB5gVHiqsUwWGat9EKo','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.215.167',2891831207,'',0,1546416976.7850,11,'4MNrjCB5gVHiqsUwWGat9EKo','','0|0|0|0|highfivefinance.com/cache.php'),('172.93.215.167',2891831207,'',0,1546416978.0260,55,'tj5o7sTAOLWfVQDaPqxXIrl3','','13|0|0|0|highfivefinance.com/wp-content/themes/wp-update.php'),('91.210.144.179',1540526259,'',0,1546422198.2570,50,'dgSFD7KHrceykAzU3mw19ihN','','0|0|0|0|highfivefinance.com/wp-login.php'),('91.210.144.179',1540526259,'',0,1546422198.2570,11,'dgSFD7KHrceykAzU3mw19ihN','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546423315.6320,55,'Us3yATmtKOwcx4C9WYz0hvBF','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546428280.4010,55,'n5iFO9wgDGfhR76IrJYy2teZ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546436171.4380,55,'FSHMo74wfYpdZKI0UGta5xiB','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('190.228.29.221',3202620893,'',0,1546441798.1330,55,'X0AJkyWMG7blIsDwi68O9mcB','','13|0|0|0|highfivefinance.com/installer.php'),('190.228.29.221',3202620893,'',0,1546441798.1330,11,'X0AJkyWMG7blIsDwi68O9mcB','','0|0|0|0|highfivefinance.com/installer.php'),('94.130.35.51',1585586995,'',0,1546441988.1880,55,'rcA5Z3vW4TtsF7ExQdaPGo8X','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546452059.6270,55,'cHTNEDOsZPl7rMGVXav538Am','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546458957.7250,55,'NwkY3m4rTo5MeL0gaV6XK1FA','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546463775.9850,55,'Y5vpNyHigo6j4PTBfxAXaQ2l','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546471314.2630,55,'7WcmiLuobgGyEsMA0SJTXZY6','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546477727.3630,55,'K6HrMqkGen8Sy1YzhWBL5gCa','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546486493.2720,55,'HOaGCg8vpM2T9wD1hSkyYzxn','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546494514.9630,55,'PX72rKJW9MFUimloyvVRdHbZ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546499092.5500,55,'4AGg7iIlKBdvWFY1EqpQhaRf','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546508158.8980,55,'2v8w3pQICAL6GSTVX1ZNgUaJ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546517344.8380,55,'X9suo3Syv5rqlfJTFKthndPD','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546520871.3960,55,'TnGy4EviRW67S1tDwaqXBkzY','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546531396.7870,55,'Atnkz1KP0my9RgQlrufsGEHv','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546535808.1050,55,'lqTmrsoDJ0QzaV6Z8wcj7Khp','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546543520.1330,55,'jpOqvD0BmMnewEQRd846SIas','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546550128.6880,55,'nFrxT7yZ3zG4wVb9pU5kjRvi','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.206.225.229',3117343205,'',0,1546557066.4460,55,'4QkG5BhxI8MsJmb3u6UigePq','','13|0|0|0|highfivefinance.com/assets/global/plugins/jquery-file-upload/server/php/index.php'),('185.206.225.229',3117343205,'',0,1546557066.4460,11,'4QkG5BhxI8MsJmb3u6UigePq','','0|0|0|0|highfivefinance.com/assets/global/plugins/jquery-file-upload/server/php/index.php'),('185.206.225.229',3117343205,'',0,1546557069.2240,55,'EYMRsuq3c1Z7mWPl0biDT69X','','13|0|0|0|highfivefinance.com/assets/plugins/jquery-file-upload/server/php/index.php'),('185.206.225.229',3117343205,'',0,1546557071.0820,55,'iX3Kq9tcCh8n47vakWeRIQF5','','13|0|0|0|highfivefinance.com/assets/jquery-file-upload/server/php/index.php'),('185.206.225.229',3117343205,'',0,1546557072.9420,55,'Y90mJ4kuAIcvxp7qLN83TdFo','','13|0|0|0|highfivefinance.com/phpformbuilder/plugins/jQuery-File-Upload/server/php/index.php'),('94.130.35.51',1585586995,'',0,1546559310.6370,55,'jQhESPqVL3nfNogiCb4mG6u1','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546566480.9280,55,'rgDiZbVlJxmkuT63GOpKFnPU','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546573321.5180,55,'SNkrDTGBxm7b3L65RHnqugIU','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546579320.7270,55,'xQbp4WEVH1leAJdoaXsMCy27','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546589147.0480,55,'XDwZfRBA4g1xbN0YIq8JKMtV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546593103.3480,55,'wI5hSq9GNmzasK8JCvtp4OXu','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('37.115.190.73',628342345,'wxwebadmin',0,1546598392.0950,52,'c418uAkm9HFnxC5GUMP0Ifs3','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('37.115.190.73',628342345,'',0,1546598392.0950,11,'c418uAkm9HFnxC5GUMP0Ifs3','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('37.115.190.73',628342345,'',0,1546598392.9410,50,'jL7kr0As1SdcV5ibzlDNB2Z6','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('212.92.123.65',3562830657,'',0,1546601203.2290,50,'yd51kUufKlFvWOntBMzA0s3w','','0|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601203.2290,11,'yd51kUufKlFvWOntBMzA0s3w','','0|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601204.3400,50,'L3WJIbhEtjo2uxy6lcVZH41U','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601205.0920,50,'J1iX4KlqBcOvAVIaTsfyGP7E','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601205.8550,50,'NrKL1XCSxMFbaPsIUHWyRhEv','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601206.6390,50,'gTHnuS4EA67xNeDm3vKqo2b8','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601207.3840,50,'c6xh8da2E0ImuwklX7M9BOLz','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601208.1630,50,'p6ODnvgQWN1olfU45uxiTEPz','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546601208.9200,55,'yUFHYROEPxGqb6A8pmiZdDrW','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('212.92.123.65',3562830657,'',0,1546601208.9070,50,'r8Gupj7axo1ObQlEZkFR4nNh','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601209.7540,50,'pAVR8DtI5ugP0MfyarWEb6UL','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601210.4940,50,'aMIsJXnSxGqz51ARVOW8yiCF','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601211.2340,50,'aeWvD5PRAzionXumL6HY3hQN','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601211.9720,50,'faD5prjKB3TFcdeAILJkmSqh','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601212.7320,50,'EGewjQKJDn2xy9vkazNT1ubX','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601213.4980,50,'a9gndBw5yJmXH8LbK3q6s7uA','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601214.2420,50,'V50o3Z7ELUAJfhxHWYuclK4R','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601215.0050,50,'Jof9sKUj82dIpitY4Euz03kr','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601216.0860,50,'NqDSktWFQnbB6CyHpRLiEcXx','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601216.8600,50,'UDphwujlWy9oLfXC2HIk1zmn','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601217.6030,50,'VnB7DW1jhSdv9LbxtXca2AIR','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601218.3410,50,'DoERkuP83NCOGLpQK2Sl47a9','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601219.3700,50,'0y6G938UpcmXNWJkC7qoIsh2','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601220.1230,50,'8sqyQCMUO7YvNFXaDi3GIW1S','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601220.8620,50,'q6vf8eEmVtwdA3kx9DRK1SZb','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601221.9500,50,'KW5SnEz2lV9djJyhGmXOB8oA','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601222.6860,50,'L8jPH2J6YZNpTv7aXSAmkV4q','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601223.4600,50,'idb3EoN6BQM97uTGWmJVvIH5','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601224.2060,50,'mGJtX0ZeYTqBNsjAE9Wz1Ufk','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601224.9860,50,'dvQP0UyzrtNhxID6mT3qCEca','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601225.7290,50,'2KkSTpC9ZfwFOUJRmo7drhvl','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601226.4830,50,'JCaw4YLcT7dXyjQBo2eKzqMh','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601227.2180,50,'AjfFePxNcgZ58yW9hT26CdaM','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601228.0520,50,'Y1qxaQToHsdOBpP4y7iLjXKG','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601228.8010,50,'SfFcW5XR02vBY8QHM3aePIAN','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601229.7710,50,'KqNhsacVCStvT1UrPk2XyRip','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601230.6440,50,'1LAGWPrNc76X92otmHjV8ayw','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601231.3930,50,'RBUFoV0LsQxKwf7HpTkzganh','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601232.1400,50,'dEg3JMe97WrVZ0aRpow8iFK5','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601232.8680,50,'qvWj5PdX0nw3JpL1kCxO2DaZ','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601233.6120,50,'MhZnQRDTbFJqel9axL7O8i6V','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601234.6810,50,'qsFGS06XmClT94nRcEeHzBgO','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601235.7630,50,'qF0JUARX36wgMftvhIWcN8Ym','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601236.5450,50,'QAD0LrRn6toTWibX9OZegxJ1','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601237.2870,50,'x0Rr5mGWYCNwb9sXyalqKFB1','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601238.0550,50,'tBcFTw3iPv2gmYfEIrezljxA','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601238.7980,50,'KJlTQx6GH8VhOk97rd2mtCcU','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601239.5400,50,'kJbXrMF8EU2zGvSKHhVBdlYi','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601240.4020,50,'ZCMqrm5sXBPInWe079vAJRba','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601241.1490,50,'MzvPLc8qVkIRsQYGem3tJOyo','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601241.9260,50,'m8rMP7f039NRnxgQt5VAk6sz','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601242.6680,50,'LKCHIwQpYrdOTVgGjbcmSe1P','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601243.4420,50,'moCVdSKhPgrO0NEGZ2s9fYvD','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601244.2220,50,'NPCIDcG7BQxLazT2tMHKlSVJ','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601244.9760,50,'f1lGb7nXqcjKLOZJwRHp6Py3','','13|0|0|0|highfivefinance.com/wp-login.php'),('212.92.123.65',3562830657,'',0,1546601245.7190,50,'acFLVOukyP9tJdBAfev2rhRT','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1546605569.7170,50,'tLnFvmcN748Xr0RgOUBfHKGE','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1546605569.7170,11,'tLnFvmcN748Xr0RgOUBfHKGE','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546609165.6120,55,'9XiJBS8IcuGNjopYW1weCHK0','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546616966.9720,55,'4ZoVqrdpxYWDg3AMt529vC1w','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546625412.6280,55,'2XzhkU54R8AKtmgnbPC9FMGH','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('82.102.27.10',1382423306,'',0,1546630415.0890,55,'FcnOpuRMj3DvmQBVadx7kf6W','','13|0|0|0|highfivefinance.com/wp1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630415.0890,11,'FcnOpuRMj3DvmQBVadx7kf6W','','0|0|0|0|highfivefinance.com/wp1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630416.1320,55,'MeaOLy5dFQPiG9EA0huVT8o4','','13|0|0|0|highfivefinance.com/wp1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630416.8780,55,'MXrNhjTpdL49YSDm2fnqFAkU','','13|0|0|0|highfivefinance.com/test2/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630417.5710,55,'lSpEAoaRDmWTBIUPcgui7Fqw','','13|0|0|0|highfivefinance.com/test2/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630418.2490,55,'IV4Hn2ZODAS0XqwjLteNaQ5h','','13|0|0|0|highfivefinance.com/test/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630418.9070,55,'pNwWBJhRA1DLinFtsS29X8rC','','13|0|0|0|highfivefinance.com/test/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630419.5760,55,'WRtoJFr21ZL5dyuQwKAmG7aX','','13|0|0|0|highfivefinance.com/wordpress/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630420.2380,55,'Qd52OqPRXg0yrnC4UEmHpxsA','','13|0|0|0|highfivefinance.com/wordpress/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630433.9940,55,'2kl5YbD4j39Mdteg6C7EmRKh','','13|0|0|0|highfivefinance.com/wordpress2/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630434.6680,55,'SGExkPhdQ90TFOWf5KI2VLZ3','','13|0|0|0|highfivefinance.com/wordpress2/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630448.4930,55,'0KIDF59txdl1ShurGfMpjJN4','','13|0|0|0|highfivefinance.com/wordpress1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630449.1680,55,'VK7q9GRi2Drf8ShFbLBkC4Zg','','13|0|0|0|highfivefinance.com/wordpress1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630463.0570,55,'XNiCfY6Lws5JSmcWpOd7lMaH','','13|0|0|0|highfivefinance.com/wordpress3/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630463.8550,55,'7wfoz4hx9RLntH05S6KNpIB1','','13|0|0|0|highfivefinance.com/wordpress3/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630477.6190,55,'KVushXzImPowa5cp0QYO8nLx','','13|0|0|0|highfivefinance.com/test1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630478.3080,55,'UNTfZQpvSiB68Ll1qWsmRhAc','','13|0|0|0|highfivefinance.com/test1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630478.9830,55,'TDoRM6syNLeYK4Z01CFlHVWc','','13|0|0|0|highfivefinance.com/blog2/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630479.6560,55,'9eKCBDAnpzEgo1NIawVfL6th','','13|0|0|0|highfivefinance.com/blog2/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630493.5760,55,'23ekpzXiWTAFPUvy8daCuHLj','','13|0|0|0|highfivefinance.com/wp/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630494.2420,55,'9MywLkl3QxWD6stgqX4daAP7','','13|0|0|0|highfivefinance.com/wp/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630494.8970,55,'njqvYdfB5LVg1OpIJbR2wSc8','','13|0|0|0|highfivefinance.com/blog1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630495.5540,55,'lgGxw3CkqahEUQvzJ1fdIi2y','','13|0|0|0|highfivefinance.com/blog1/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630509.2660,55,'COH4YeUWuEwK0FijJIgxnthP','','13|0|0|0|highfivefinance.com/blog/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630509.9210,55,'WRBftMaPJgwzdl439N7x26hC','','13|0|0|0|highfivefinance.com/blog/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630523.7230,55,'l2GVjphtMdzgWa4xfcAUYuRH','','13|0|0|0|highfivefinance.com/wp3/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630524.3980,55,'2zkvQ9UhCNEjt4nRMGOYFTg8','','13|0|0|0|highfivefinance.com/wp3/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630540.1280,55,'dXGTRgwM2PYW6cVurE8ekCyL','','13|0|0|0|highfivefinance.com/blog3/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630540.8210,55,'RmzxkrK8XjJWo90BPMfqYFvI','','13|0|0|0|highfivefinance.com/blog3/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630645.8630,55,'bEpBL7uFhikeqN8Pjlf42ACT','','13|0|0|0|highfivefinance.com/test3/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630646.5610,55,'GXdZIQlJ3wHMzRb6yATxcSC8','','13|0|0|0|highfivefinance.com/test3/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630660.2740,55,'NhYqVZtUzu2Fk4PTCJ8ESwad','','13|0|0|0|highfivefinance.com/wp2/wp-login.php'),('82.102.27.10',1382423306,'',0,1546630660.9500,55,'7XViYpFMkcB09s8bdTPAgSqh','','13|0|0|0|highfivefinance.com/wp2/wp-login.php'),('94.130.35.51',1585586995,'',0,1546630827.4580,55,'jG26MqpyfiJZagkr4RuszWXv','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('104.131.105.168',1753442728,'',0,1546633585.8790,55,'A5N8QIWqx6mC9rdosDft3LGu','','13|0|0|0|highfivefinance.com/wp-content/themes/twentysixteen/404.php'),('104.131.105.168',1753442728,'',0,1546633585.8790,11,'A5N8QIWqx6mC9rdosDft3LGu','','0|0|0|0|highfivefinance.com/wp-content/themes/twentysixteen/404.php'),('104.131.105.168',1753442728,'',0,1546633610.6480,55,'bNzZnQiDaXWrMRtY3GykjSFw','','13|0|0|0|highfivefinance.com/wp-content/themes/twentysixteen/404.php'),('94.130.35.51',1585586995,'',0,1546636540.1900,55,'m0NH3DP9cMp1Y8ghFB7rAXbT','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546645431.2090,55,'w1Qk0Lv6lXbWUNdsejgYThoz','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546653317.0070,55,'4zXLJZoN1KFAxIMqypimkRld','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546660428.9300,55,'uXqbBgZGSWmoEw2reDMhxRK6','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546665392.9620,55,'NZ7t2aj5Yxfb6piydCOn1cFI','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('120.29.143.194',2015203266,'',0,1546667012.2390,50,'UWDx8uvhyr6G0bdeZK7QXlFN','','0|0|0|0|highfivefinance.com/wp-login.php'),('120.29.143.194',2015203266,'',0,1546667012.2390,11,'UWDx8uvhyr6G0bdeZK7QXlFN','','0|0|0|0|highfivefinance.com/wp-login.php'),('120.29.143.194',2015203266,'',0,1546667014.2670,50,'f4sg0aStWcwIiu3jdUNK5rx6','','13|0|0|0|highfivefinance.com/wp-login.php'),('200.91.251.133',3361471365,'',0,1546669184.0170,50,'FgoKswJe7Rd0McayIz8vH9U3','','0|0|0|0|highfivefinance.com/wp-login.php'),('200.91.251.133',3361471365,'',0,1546669184.0170,11,'FgoKswJe7Rd0McayIz8vH9U3','','0|0|0|0|highfivefinance.com/wp-login.php'),('200.91.251.133',3361471365,'',0,1546669185.5400,50,'gB6jOx2H8wNMiSsef15pEuvt','','13|0|0|0|highfivefinance.com/wp-login.php'),('203.242.126.4',3421666820,'',0,1546672390.7880,50,'7mUV0f8LjICJo2NTwniyuvh9','','0|0|0|0|highfivefinance.com/wp-login.php'),('203.242.126.4',3421666820,'',0,1546672390.7880,11,'7mUV0f8LjICJo2NTwniyuvh9','','0|0|0|0|highfivefinance.com/wp-login.php'),('222.223.204.187',3739208891,'',0,1546672415.3460,50,'lZxBCsyVdP1eSWEpo9n24OTR','','0|0|0|0|highfivefinance.com/wp-login.php'),('222.223.204.187',3739208891,'',0,1546672415.3460,11,'lZxBCsyVdP1eSWEpo9n24OTR','','0|0|0|0|highfivefinance.com/wp-login.php'),('188.92.220.10',3160202250,'',0,1546672534.1480,50,'PF3RdwzuG5if0JgrSVkHT9ve','','0|0|0|0|highfivefinance.com/wp-login.php'),('188.92.220.10',3160202250,'',0,1546672534.1480,11,'PF3RdwzuG5if0JgrSVkHT9ve','','0|0|0|0|highfivefinance.com/wp-login.php'),('222.101.93.2',3731184898,'',0,1546672603.4610,50,'X1JDyBxItudMcvbCq7p0Forj','','0|0|0|0|highfivefinance.com/wp-login.php'),('222.101.93.2',3731184898,'',0,1546672603.4610,11,'X1JDyBxItudMcvbCq7p0Forj','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546673699.4040,55,'wKo8v7xPTidcSLhjAp5akuq0','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546682898.9290,55,'6TXfKteR8aznQuhJwkMC7x0s','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546688708.4480,55,'LeHgU23EI5WKpXSfjl8wTZ4R','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('92.48.206.234',1546702570,'',0,1546693037.3030,55,'rUJfwvuak2qjV9XTCKohFBD4','','13|0|0|0|highfivefinance.com/wp-admin/css/colors/blue/class.php'),('92.48.206.234',1546702570,'',0,1546693037.3030,11,'rUJfwvuak2qjV9XTCKohFBD4','','0|0|0|0|highfivefinance.com/wp-admin/css/colors/blue/class.php'),('95.110.224.198',1601102022,'',0,1546694262.9720,55,'LbqiBjp5Fenz7WJNCmDO936E','','13|0|0|0|highfivefinance.com/wp-content/themes/twentyfourteen/404.php'),('95.110.224.198',1601102022,'',0,1546694262.9720,11,'LbqiBjp5Fenz7WJNCmDO936E','','0|0|0|0|highfivefinance.com/wp-content/themes/twentyfourteen/404.php'),('94.130.35.51',1585586995,'',0,1546695182.4650,55,'siwLzdmgIpr9j12Bl03EMVPC','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('208.88.6.80',3495429712,'',0,1546704531.6690,55,'pXrozl03x7PvqaWMc8kyJ4OL','','13|0|0|0|highfivefinance.com/wp-content/plugins/hello.php'),('208.88.6.80',3495429712,'',0,1546704531.6690,11,'pXrozl03x7PvqaWMc8kyJ4OL','','0|0|0|0|highfivefinance.com/wp-content/plugins/hello.php'),('94.130.35.51',1585586995,'',0,1546704597.2230,55,'JLEAP3rfe2h5wtSYnxO1abgF','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546709905.1620,55,'IuMHJnsDLiEGcpvYjBOqPgyZ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('172.93.212.171',2891830443,'',0,1546716239.5690,55,'H43E60izYLy1ZpDkthuqfl7X','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.212.171',2891830443,'',0,1546716239.5690,11,'H43E60izYLy1ZpDkthuqfl7X','','0|0|0|0|highfivefinance.com/cache.php'),('149.115.206.179',2507394739,'',0,1546716240.7840,55,'eW4IFYjOtcus2raJVNiQUHoT','','13|0|0|0|highfivefinance.com/cache.php'),('149.115.206.179',2507394739,'',0,1546716240.7840,11,'eW4IFYjOtcus2raJVNiQUHoT','','0|0|0|0|highfivefinance.com/cache.php'),('149.115.206.179',2507394739,'',0,1546716242.0150,55,'G5K8r3DZ6nBC0s4wtiyoALdX','','13|0|0|0|highfivefinance.com/wp-content/themes/wp-update.php'),('94.130.35.51',1585586995,'',0,1546716513.2680,55,'Y9bQMDrvaK0Sqc5CV38Wk1ge','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546723749.6750,55,'qvKHo3gudJRLSADGW65CniaV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546731618.5340,55,'DGymXq4LckWwroaObYIRdSNV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546737574.9180,55,'zhNAnISjqUEOwTXs7pag19Kb','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2620:49:8:1001:0:0:0:16',1,'',0,1546744615.2370,55,'6XR2V1yfhCLMscJAOnk90lBY','','13|0|0|0|highfivefinance.com/wp-admin/maint/Mhbgf.php'),('2620:49:8:1001:0:0:0:16',1,'',0,1546744615.2370,11,'6XR2V1yfhCLMscJAOnk90lBY','','0|0|0|0|highfivefinance.com/wp-admin/maint/Mhbgf.php'),('94.130.35.51',1585586995,'',0,1546747317.2670,55,'EMqcXAKaP9sjDtBfkhey0Hl1','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546754055.7440,55,'6bwsBjYqA7MVpRFoPOEhI8vc','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546758766.6260,55,'yvcXdho4kZSNzA5OCiJHqftF','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.125',3119176061,'',0,1546759125.8890,50,'BIdNkYEA06Z5MTUFirO78g9K','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.125',3119176061,'',0,1546759125.8890,11,'BIdNkYEA06Z5MTUFirO78g9K','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.125',3119176061,'',0,1546759126.7110,50,'hbIJ0DKTC239s5uMpNvSPV61','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546765650.5720,55,'xA4RNVmwLnidjgrPFQzOIuHG','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('81.88.49.28',1364734236,'',0,1546772832.6220,55,'9Hav83EzG2g7ALSDPkYibm0h','','13|0|0|0|highfivefinance.com/wp-content/themes/logs.php'),('81.88.49.28',1364734236,'',0,1546772832.6220,11,'9Hav83EzG2g7ALSDPkYibm0h','','0|0|0|0|highfivefinance.com/wp-content/themes/logs.php'),('81.88.49.42',1364734250,'',0,1546772835.5480,55,'9kq1crBVf4eOvXGM3z75IDQL','','13|0|0|0|highfivefinance.com/wp-content/themes/logs.php'),('81.88.49.36',1364734244,'',0,1546772864.3720,55,'qrCFHLduh8o4yzbYWxBgaSKt','','13|0|0|0|highfivefinance.com/wp-content/themes/logs.php'),('94.130.35.51',1585586995,'',0,1546774748.2860,55,'baUVoL8DC7OSs9YyjkuwiER6','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('81.88.49.5',1364734213,'',0,1546780163.9540,55,'1AYCWJNOe6znxQFG4t9RwrjS','','13|0|0|0|highfivefinance.com/wp-content/plugins/simple/zo.php'),('81.88.49.5',1364734213,'',0,1546780163.9540,11,'1AYCWJNOe6znxQFG4t9RwrjS','','0|0|0|0|highfivefinance.com/wp-content/plugins/simple/zo.php'),('81.88.49.53',1364734261,'',0,1546780172.9510,55,'Y5sAiGKPwINJheSRxyZOqkdz','','13|0|0|0|highfivefinance.com/wp-content/plugins/simple/zo.php'),('50.63.147.13',843027213,'',0,1546780231.1960,55,'10IENFPwuWXGahyfH63MbBnx','','13|0|0|0|highfivefinance.com/options.php'),('50.63.147.13',843027213,'',0,1546780231.1960,11,'10IENFPwuWXGahyfH63MbBnx','','0|0|0|0|highfivefinance.com/options.php'),('49.51.133.126',825460094,'',0,1546780453.4090,55,'0V4BZbKN9OzqTu18oSXUPGCy','','13|0|0|0|highfivefinance.com/wp-content/uploads/2018/11/w.php'),('49.51.133.126',825460094,'',0,1546780453.4090,11,'0V4BZbKN9OzqTu18oSXUPGCy','','0|0|0|0|highfivefinance.com/wp-content/uploads/2018/11/w.php'),('49.51.133.126',825460094,'',0,1546780457.1470,55,'JSfAnpBKX2FLqsTxdGriYUl0','','13|0|0|0|highfivefinance.com/wp-content/uploads/2018/11/w.php'),('94.130.35.51',1585586995,'',0,1546783501.2450,55,'Ad64ibPlNTJG3VvefXqD5hHy','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1546785597.0480,52,'IoCjaz0nPAhbKw5Qt32u7Be4','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1546785597.0480,11,'IoCjaz0nPAhbKw5Qt32u7Be4','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1546787711.3410,55,'5lhdzr83Do0kXWKvLOs4B16u','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('81.88.49.39',1364734247,'',0,1546791908.4390,55,'wcyLWo25Zb4QMlpUiv7H1aRP','','13|0|0|0|highfivefinance.com/wp-content/plugins/simple/tags.php'),('81.88.49.39',1364734247,'',0,1546791908.4390,11,'wcyLWo25Zb4QMlpUiv7H1aRP','','0|0|0|0|highfivefinance.com/wp-content/plugins/simple/tags.php'),('81.88.49.29',1364734237,'',0,1546791909.0470,55,'DHnujfTlIaWmet5X4i39NrE2','','13|0|0|0|highfivefinance.com/wp-content/plugins/simple/tags.php'),('81.88.49.28',1364734236,'',0,1546792408.8350,55,'yXGKJz8VPoesDQlZuFdMaCSn','','13|0|0|0|highfivefinance.com/wp-content/plugins/simple/tags.php'),('81.88.49.26',1364734234,'',0,1546792412.5520,55,'85LcElZhCebj6XoIwNJR0zYq','','13|0|0|0|highfivefinance.com/wp-content/plugins/simple/tags.php'),('2001:41d0:a:58b3:0:0:0:0',1,'',0,1546795139.1210,55,'XPoU2uAF04klxW37KBZGM1hT','','13|0|0|0|highfivefinance.com/wp-content/plugins/simple/tags.php'),('2001:41d0:a:58b3:0:0:0:0',1,'',0,1546795139.1210,11,'XPoU2uAF04klxW37KBZGM1hT','','0|0|0|0|highfivefinance.com/wp-content/plugins/simple/tags.php'),('2001:41d0:a:58b3:0:0:0:0',1,'',0,1546795139.6830,55,'bO42VBo9ra5LjezdFh1g8H0f','','13|0|0|0|highfivefinance.com/wp-content/plugins/simple/tags.php'),('94.130.35.51',1585586995,'',0,1546797271.2030,55,'Q8BY4agLKelqU7m5Rh0SxZ16','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546803865.8360,55,'id6hJ1PBnaXOGg4zNWoev27m','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546811897.0070,55,'reEuXTbPfQ9KHyni5VoS3pw7','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546816159.5260,55,'YVKtPFbEZyDqC2S5klM9ncdB','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.152',3119176088,'',0,1546820672.2140,50,'utY3s1z58Kx9GqHMvkWjIigr','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.152',3119176088,'',0,1546820672.2140,11,'utY3s1z58Kx9GqHMvkWjIigr','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.152',3119176088,'',0,1546820673.0480,50,'sdKb74631q5YHQk8TaChIL9R','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546826859.9900,55,'9bFtRkIoTjDy8SfBl60nqLAG','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546830870.4560,55,'HCm2LZbh7ikfVjdD4IcMWN0S','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546840879.0150,55,'vM5HlqjGxBoZgUyiJC6PQrcX','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546846020.2460,55,'z9jPegHBG8SbunAlC3JYNO0t','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546853510.1670,55,'YH8kMdQhuEfxKj3654NZDWgb','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546862720.2720,55,'B72aQrsMHTnOuLNji8JdhwSo','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546866591.7600,55,'KfJmjCkebQ3vHya8D9lU4dEs','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('173.44.35.36',2905350948,'',0,1546875199.3480,50,'okqRGKTwj93zbr1StMJ0m6Yd','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546875199.3480,11,'okqRGKTwj93zbr1StMJ0m6Yd','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546875200.2480,50,'FD9vAxcPsVkfXCYrMpz53gjT','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546875200.7870,50,'s0y6Kugq3pkozTY8IHQXGZvh','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546875201.3340,50,'sgSH4j8EOwPAelaQqWF17C2D','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546875945.6990,55,'NCakjUWlToq4EcyDLs9tSeF3','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546882200.9560,55,'KqQrnV43SBw8beG6aPvuJj0O','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546888642.4170,55,'5CfGAxweXZUmaYcdrL3kgQEo','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546896178.5760,55,'MurowxaqfZc5kVEO2eANt6WQ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546902910.3150,55,'0oRJ2bdmHeyj1NOhZg456ScM','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546911444.0780,55,'rgSdZVx45u2QUoWywCntNOK7','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546920679.2710,55,'3iZvcXJlwqDoh0zVrjsyLYGP','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546924143.4960,55,'sxwpqNnlJ8U59764zVFOBHjb','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1546928860.7550,52,'8yHcOB3D1LrsIUwM0teWihqJ','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1546928860.7550,11,'8yHcOB3D1LrsIUwM0teWihqJ','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('173.44.35.36',2905350948,'',0,1546929933.2860,50,'0HAUDLcspaEqehFi6GSVyNjr','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546929933.2860,11,'0HAUDLcspaEqehFi6GSVyNjr','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546929934.1870,50,'5NbM1yBFwDu6Q0Uhs9riV4GL','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546929934.7370,50,'przlgakPTCAh1qf7FwSL5bo3','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546929935.2670,50,'w9WufAtHXyBGN70SaQbxrsZF','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546934884.3360,55,'X9ZYyhqTC5ejN87E2ORdiAWv','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546941349.7230,55,'Sm5CRWeAEqFv3NuLswKXJHth','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.218.41',3119176233,'',0,1546944090.6720,50,'9ThU51yrBadLsK4iP7bGEHmA','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.218.41',3119176233,'',0,1546944090.6720,11,'9ThU51yrBadLsK4iP7bGEHmA','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.218.41',3119176233,'',0,1546944091.4790,50,'0JdTKS3acWiHNA8GrmQh5PfZ','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546949305.1550,55,'NVEnwdk8ei61F9zgjJr4HDIp','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546953042.8620,55,'ZupvomAqIQjWFPYnTh4fz2Lx','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('90.131.241.135',1518596487,'',0,1546958929.8380,50,'QcxEXVThtLmUPwGz7rN1sYR2','','0|0|0|0|highfivefinance.com//wp-login.php'),('90.131.241.135',1518596487,'',0,1546958929.8380,11,'QcxEXVThtLmUPwGz7rN1sYR2','','0|0|0|0|highfivefinance.com//wp-login.php'),('94.130.35.51',1585586995,'',0,1546960303.2990,55,'jT4QBdbMZOSgyR5NvcEoUIPe','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('172.93.183.28',2891822876,'',0,1546962365.7150,55,'FG0BOC6MiIRY7UQl9AbqTNjK','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.183.28',2891822876,'',0,1546962365.7150,11,'FG0BOC6MiIRY7UQl9AbqTNjK','','0|0|0|0|highfivefinance.com/cache.php'),('172.93.180.79',2891822159,'',0,1546962367.1590,55,'FxnDj5GAMSkyoVzwRZUT2b7d','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.180.79',2891822159,'',0,1546962367.1590,11,'FxnDj5GAMSkyoVzwRZUT2b7d','','0|0|0|0|highfivefinance.com/cache.php'),('172.93.180.79',2891822159,'',0,1546962368.8970,55,'vbJ49UG0sNm5Fl78Qagor2YH','','13|0|0|0|highfivefinance.com/wp-content/themes/wp-update.php'),('94.130.35.51',1585586995,'',0,1546967465.2430,55,'9GTaVrkZfg3usoRtUEPjXLc4','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546974459.5850,55,'3UMEe2JsPWNkDhzjYTy8vQSb','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('173.44.35.36',2905350948,'',0,1546983170.0170,50,'54SzC6lMwkJD9V3EGi0IBfyO','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546983170.0170,11,'54SzC6lMwkJD9V3EGi0IBfyO','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546983170.9300,50,'BfkOboqtDESuzdFYeR925nUJ','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546983171.4620,50,'yt3nqAFwDXl9Vs0JGKCxbkop','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1546983171.9870,50,'h58q4a9BdUcRCj7koZDmGvKW','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546985055.8070,55,'NDafYyBSEZCk1APbV4LXOF9H','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1546990041.1960,55,'mzbSOvBylo6VCWIuR9h5Eq8c','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('220.69.181.249',3695556089,'',0,1546993860.0500,50,'v6AixeqtLBMfYNSuC9DlG3ZK','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.69.181.249',3695556089,'',0,1546993860.0500,11,'v6AixeqtLBMfYNSuC9DlG3ZK','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.69.181.249',3695556089,'',0,1546993861.5500,50,'3HYodi2u8PKLnBkhCZqwm9IE','','13|0|0|0|highfivefinance.com/wp-login.php'),('115.1.56.141',1929459853,'',0,1546993893.6570,50,'B9Zem4j0AGSpo2HVxPECK8u1','','0|0|0|0|highfivefinance.com/wp-login.php'),('115.1.56.141',1929459853,'',0,1546993893.6570,11,'B9Zem4j0AGSpo2HVxPECK8u1','','0|0|0|0|highfivefinance.com/wp-login.php'),('115.1.56.141',1929459853,'',0,1546993895.5060,50,'us5vAkKCNyqoGxRfm7HrI4P2','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1546997476.3280,55,'S1xMpqIGUfd6veOPug2liY83','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('37.57.162.180',624534196,'',0,1547002458.3490,50,'3LPgow4Kc18YZeh5iaCHqBUr','','0|0|0|0|highfivefinance.com/wp-login.php'),('37.57.162.180',624534196,'',0,1547002458.3490,11,'3LPgow4Kc18YZeh5iaCHqBUr','','0|0|0|0|highfivefinance.com/wp-login.php'),('58.18.170.107',974301803,'',0,1547002463.1860,50,'WGTbvHl4wAUB8Qyo9xjpunE7','','0|0|0|0|highfivefinance.com/wp-login.php'),('58.18.170.107',974301803,'',0,1547002463.1860,11,'WGTbvHl4wAUB8Qyo9xjpunE7','','0|0|0|0|highfivefinance.com/wp-login.php'),('60.13.253.189',1007549885,'',0,1547002515.8680,50,'v6Zb1IiQu5BK8SjMqEN3krCm','','0|0|0|0|highfivefinance.com/wp-login.php'),('60.13.253.189',1007549885,'',0,1547002515.8680,11,'v6Zb1IiQu5BK8SjMqEN3krCm','','0|0|0|0|highfivefinance.com/wp-login.php'),('189.59.5.81',3174761809,'',0,1547002564.9470,50,'xw8oKX3D76A2ZFPfGYBgatTk','','0|0|0|0|highfivefinance.com/wp-login.php'),('189.59.5.81',3174761809,'',0,1547002564.9470,11,'xw8oKX3D76A2ZFPfGYBgatTk','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547005117.7490,55,'CoAh0lzEgSF9yZXwqcT3IVeD','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547012342.0520,55,'Xrben5m0cyqHfP4EKiVN89M1','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547020791.3210,55,'qGKLEPMHZ1hF4nDYj69avci7','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547026709.8610,55,'SmKrpRby631EoiALwcFBdseM','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547033860.2940,55,'L20XwrKvbETNH1gP65xh8Idc','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547042194.4670,55,'aFvB5XuGNKJes3h1PrLg48Mz','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547044055.1160,52,'im4DbREGuU5FzqPXIpj7Cfs3','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547044055.1160,11,'im4DbREGuU5FzqPXIpj7Cfs3','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('173.44.35.36',2905350948,'',0,1547046412.7590,50,'c71kGCPaj6t5XNIp0rlOxmz2','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547046412.7590,11,'c71kGCPaj6t5XNIp0rlOxmz2','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547046413.6090,50,'V5IbahPg6EHoDXjziFdrq91G','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547046414.1400,50,'3D0HR2NzVTAZ98anFkuU7XLe','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547046414.6750,50,'N2Mec5htyZAmx1UKJTjnfYIW','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547050128.7410,55,'1W6ZAVg3bSaiN7YqO4z08Tsx','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547055947.0130,55,'MdV5gCfbnuI6FDPzYAlRUX9k','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547062764.1540,55,'iONlTAuQxcG0BF4Sp3omv7Kh','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547069710.5980,55,'5BP9cDVrZ46lfTCx2JEgbUKd','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547076072.8240,55,'kdDw2cL18f4z597sg0tIe6yH','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.211.245.167',3117675943,'',0,1547083125.4940,50,'sgXZhBA02bQPUKt7VNjWdxC3','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.211.245.167',3117675943,'',0,1547083125.4940,11,'sgXZhBA02bQPUKt7VNjWdxC3','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547084800.5940,55,'AIj9Bhygx7lZ0cRsb4zD8iCF','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547089660.0240,55,'XKUnmqsRx5v2aS6lWi4w39cd','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547099019.0510,55,'fVzc398qkDGWojY54KwJHmra','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547107864.8510,55,'zelAHo6mYZhVDq5bWCQyJxFX','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547111847.8160,55,'ovqegSOXYFUzMC3p9H2GkxwI','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547114532.9160,52,'Q20cXpySGPMo7EfZ3j6gNnar','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547114532.9160,11,'Q20cXpySGPMo7EfZ3j6gNnar','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547118668.4690,55,'YljIChvA2wozfg69T13OxpGM','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547127885.8730,55,'sNpChzQegqlUI6M1JfxRZ8cA','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('173.44.35.36',2905350948,'',0,1547128255.6460,50,'cvSkFWqXws163mtYeu52yQ7R','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547128255.6460,11,'cvSkFWqXws163mtYeu52yQ7R','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547128256.5280,50,'nuEY3s65Xwdo9eDOTk7LKp8F','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547128257.0590,50,'tXGTmyaPN7isZOhuLxbcIEfF','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547128257.6130,50,'r82Ao0HxbLdWNS45jKO97mCc','','13|0|0|0|highfivefinance.com/wp-login.php'),('185.92.223.135',3109871495,'',0,1547135184.1350,55,'aqYPfh3T1VJ0X5QjsxMZCFdU','','13|0|0|0|highfivefinance.com/wp-upload-class.php'),('185.92.223.135',3109871495,'',0,1547135184.1350,11,'aqYPfh3T1VJ0X5QjsxMZCFdU','','0|0|0|0|highfivefinance.com/wp-upload-class.php'),('185.92.223.135',3109871495,'',0,1547135185.1280,55,'iI7fW6NdeYTnbX3zrGuKmCSL','','13|0|0|0|highfivefinance.com/wp-admin/wp-upload-class.php'),('185.92.223.135',3109871495,'',0,1547135189.6240,55,'jqIgleQXPDF9JcOTZRKNAMyL','','13|0|0|0|highfivefinance.com/new_license.php'),('185.92.223.135',3109871495,'',0,1547135190.5070,55,'l6jbq4yMh9WuDPJaxomFntU0','','13|0|0|0|highfivefinance.com/assets/images/new_license.php'),('185.92.223.135',3109871495,'',0,1547135194.2770,55,'d0Dz4NCFUOMqX3xsanWE9pyh','','13|0|0|0|highfivefinance.com/newsleter.php'),('185.92.223.135',3109871495,'',0,1547135231.1050,55,'TlRrYZxCLkHty06b1O2Qiscm','','13|0|0|0|highfivefinance.com/installer.php'),('185.92.223.135',3109871495,'',0,1547135232.6220,55,'YahQWtiRfDHs75pFPKxbXOj8','','13|0|0|0|highfivefinance.com/installer-backup.php'),('185.92.223.135',3109871495,'',0,1547135284.2600,55,'ET4qPVUgfjytMJ0Ne5Ib7oAn','','13|0|0|0|highfivefinance.com/searchreplacedb2.php'),('185.92.223.135',3109871495,'',0,1547135287.1490,55,'GVfkHFi3nqvpTu4W2a1ycOrJ','','13|0|0|0|highfivefinance.com/wp-content/themes/learndash/timthumb.php'),('185.92.223.135',3109871495,'',0,1547135293.1680,55,'awdvKl2UV0RPzIqZhMxQDskj','','13|0|0|0|highfivefinance.com/wp-content/plugins/image-slider-widget/inc/class/timthumb.php'),('185.92.223.135',3109871495,'',0,1547135297.6880,55,'MVlKHCsNYbpEotOFmyiAkW2a','','13|0|0|0|highfivefinance.com/wp-content/themes/Viper/timthumb.php'),('185.92.223.135',3109871495,'',0,1547135352.9290,55,'K1ytGPzmf6NnaM839sDBERhH','','13|0|0|0|highfivefinance.com/wp-content/plugins/sam-pro-free/sam-pro-ajax-admin.php'),('185.92.223.135',3109871495,'',0,1547135356.1850,55,'DKNC5mIj1la0dzQfYPpvUHt8','','13|0|0|0|highfivefinance.com/wp-content/plugins/wp-custom-pages/wp-download.php'),('185.92.223.135',3109871495,'',0,1547135359.3150,55,'70OvL52oDMP934URnlC8dKmj','','13|0|0|0|highfivefinance.com/wp-content/plugins/wp-hide-security-enhancer/router/file-process.php'),('185.92.223.135',3109871495,'',0,1547135376.0040,55,'OcDzgdPfrBuw36lvqkeyH7jF','','13|0|0|0|highfivefinance.com/wp-content/themes/acento/includes/view-pdf.php'),('185.92.223.135',3109871495,'',0,1547135418.2280,55,'1E8cH2eoQXfixSRjKpONzDPW','','13|0|0|0|highfivefinance.com/wp-content/themes/yakimabait/download.php'),('94.130.35.51',1585586995,'',0,1547136321.2580,55,'hXExcRzgUFnvlGVbiSKDj2u7','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547142384.3000,55,'y1i7A53zcwTljpEu0FBNhrvQ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547151006.9060,55,'kEn45UMhR7CQGJxewSYBbXdu','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547156371.6640,55,'oCVuUAPJScx3vnqe7HT2DbMB','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('151.80.197.186',2538653114,'',0,1547161434.3620,55,'wJOCXWrFb3osxmzcnqAZRPkf','','13|0|0|0|highfivefinance.com/wp-content/themes/stag-blocks/inc/Mhbgf.php'),('151.80.197.186',2538653114,'',0,1547161434.3620,11,'wJOCXWrFb3osxmzcnqAZRPkf','','0|0|0|0|highfivefinance.com/wp-content/themes/stag-blocks/inc/Mhbgf.php'),('94.130.35.51',1585586995,'',0,1547165457.4060,55,'iYWAhSTRx4gGsvruyHZ57lm3','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547171313.9740,55,'s0jDyPlhCI1xaNSufmKe4OwT','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547177072.9580,55,'dJZUVauW9vIs2c76iALORlQp','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('193.37.253.156',3240492444,'',0,1547185302.1270,50,'hEjzGr3x2nvVukqOZyFl59No','','0|0|0|0|highfivefinance.com/wp-login.php'),('193.37.253.156',3240492444,'',0,1547185302.1270,11,'hEjzGr3x2nvVukqOZyFl59No','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547185793.6260,55,'Aav7lK0kBcxPtFhTObgGSjoW','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('173.44.35.36',2905350948,'',0,1547189647.9560,50,'5lPROS4zn6DZAdYg2NKcbFGy','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547189647.9560,11,'5lPROS4zn6DZAdYg2NKcbFGy','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547189648.8400,50,'1L5NqB9h0XoSVGgC4zKvJfdT','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547189649.3650,50,'HtsjRYzCF2NkVS4cQ8hfAB0E','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547189649.8880,50,'JTdux06U3kWYz29by4SX7PDi','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547192617.6490,55,'foOU4djYl2C9GXk1v0xgaNFn','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547201164.1720,55,'7NVfEUuoKZeQAIr4FgGvLxqM','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('201.238.235.210',3387878354,'',0,1547203158.1630,55,'aSxyQvcfwMXl1q9nU8RJz7Wb','','13|0|0|0|highfivefinance.com/wp-admin/user/Mhbgf.php'),('201.238.235.210',3387878354,'',0,1547203158.1630,11,'aSxyQvcfwMXl1q9nU8RJz7Wb','','0|0|0|0|highfivefinance.com/wp-admin/user/Mhbgf.php'),('94.130.35.51',1585586995,'',0,1547205636.2890,55,'oIkg2yCFtVXjb9DnfMqOHaRL','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('210.86.225.249',3528909305,'',0,1547209234.1150,55,'x8Up9WKb7li4uMyvcfVQOCBh','','13|0|0|0|highfivefinance.com/wp-upload-class.php'),('210.86.225.249',3528909305,'',0,1547209234.1150,11,'x8Up9WKb7li4uMyvcfVQOCBh','','0|0|0|0|highfivefinance.com/wp-upload-class.php'),('210.86.225.249',3528909305,'',0,1547209235.0710,55,'jw6VgNlQ1CI0pTsEx8fruvWe','','13|0|0|0|highfivefinance.com/wp-admin/wp-upload-class.php'),('210.86.225.249',3528909305,'',0,1547209236.0150,55,'lcQUC7pK43PmeM58ExOH0IkJ','','13|0|0|0|highfivefinance.com/wp-ajax-hook.php'),('210.86.225.249',3528909305,'',0,1547209237.2340,55,'U9n7OfHuRTalYQ5yqeM3sjk4','','13|0|0|0|highfivefinance.com/new_license.php'),('210.86.225.249',3528909305,'',0,1547209238.3400,55,'P0i2sM9BqfwYb8tNu3JeDnIC','','13|0|0|0|highfivefinance.com/assets/images/new_license.php'),('210.86.225.249',3528909305,'',0,1547209239.2590,55,'bs5FAcIqhjPD0YuV6vwpUorn','','13|0|0|0|highfivefinance.com/wp-xml.php'),('210.86.225.249',3528909305,'',0,1547209240.1900,55,'pIGysqveuUVD0L8PfdkXoSOn','','13|0|0|0|highfivefinance.com/newsleter.php'),('210.86.225.249',3528909305,'',0,1547209241.5600,55,'b1mtxfTigIO8hSeMsJVyU5zj','','13|0|0|0|highfivefinance.com/content-post.php'),('210.86.225.249',3528909305,'',0,1547209242.4850,55,'gz9X83Pw1TDL5sflUIVhnrmK','','13|0|0|0|highfivefinance.com/header-cache.php'),('210.86.225.249',3528909305,'',0,1547209243.4130,55,'2xSO847YnmGLtVEzvgPWhekA','','13|0|0|0|highfivefinance.com/assets/images/header-cache.php'),('210.86.225.249',3528909305,'',0,1547209245.2260,55,'zeCwhT1ZNH0o8RAtUGLdYbnI','','13|0|0|0|highfivefinance.com/cache_.php'),('210.86.225.249',3528909305,'',0,1547209246.1670,55,'yOR2gXPdhEcT9KzHfVDUFbqa','','13|0|0|0|highfivefinance.com/license.php'),('210.86.225.249',3528909305,'',0,1547209259.3860,55,'KTvSfVwJu3j1x60PlYcbdUyt','','13|0|0|0|highfivefinance.com/installer.php'),('210.86.225.249',3528909305,'',0,1547209260.2900,55,'RkxYcebnIojuafXsF0p2vi64','','13|0|0|0|highfivefinance.com/installer-backup.php'),('210.86.225.249',3528909305,'',0,1547209271.0610,55,'u8Ae6XtdHNjDMO1YbKolrQ0w','','13|0|0|0|highfivefinance.com/installer.php'),('210.86.225.249',3528909305,'',0,1547209271.9570,55,'iGDQHenPYK0752pAm8SfRVvL','','13|0|0|0|highfivefinance.com/installer-backup.php'),('210.86.225.249',3528909305,'',0,1547209273.7340,55,'y6R9LnOobYS14K7DmZ8UsHI5','','13|0|0|0|highfivefinance.com/installer.php'),('210.86.225.249',3528909305,'',0,1547209274.6240,55,'P0qLmDoZyehkwtd7as2ISlT3','','13|0|0|0|highfivefinance.com/installer-backup.php'),('210.86.225.249',3528909305,'',0,1547209281.5330,55,'SoVJCrXdKzmEabqjiDpQMR5t','','13|0|0|0|highfivefinance.com/searchreplacedb2.php'),('210.86.225.249',3528909305,'',0,1547209289.4810,55,'m83YE2T491LpKrVtgdGFJHO0','','13|0|0|0|highfivefinance.com/searchreplacedb2.php'),('2001:8d8:977:600:0:0:56:436',1,'',0,1547209395.6420,55,'QsfyoVwdMlzT5Fb6iJcnmuax','','13|0|0|0|highfivefinance.com/wp-upload-class.php'),('2001:8d8:977:600:0:0:56:436',1,'',0,1547209395.6420,11,'QsfyoVwdMlzT5Fb6iJcnmuax','','0|0|0|0|highfivefinance.com/wp-upload-class.php'),('94.130.35.51',1585586995,'',0,1547214415.2990,55,'AYMusEb32moIQWydpOn7X4xg','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547219707.2660,55,'6QIw3JG7lF2te9dHKzpUyZLr','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547226636.8770,55,'kbp8wV3QxedXU1sfnjtAKCP2','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.205',3119176141,'',0,1547231482.0860,50,'M9oINgZ6tv4PJ7VDU0h5rEHB','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.205',3119176141,'',0,1547231482.0860,11,'M9oINgZ6tv4PJ7VDU0h5rEHB','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.205',3119176141,'',0,1547231482.8950,50,'hJRjPfG7cbDtX1pBFE65gSkK','','13|0|0|0|highfivefinance.com/wp-login.php'),('188.138.105.63',3163187519,'',0,1547235549.8880,55,'aocR31Q9lgkS0M5Fjfw6rYWJ','','13|0|0|0|highfivefinance.com/wp-content/plugins/apikey/wp-surf.php'),('188.138.105.63',3163187519,'',0,1547235549.8880,11,'aocR31Q9lgkS0M5Fjfw6rYWJ','','0|0|0|0|highfivefinance.com/wp-content/plugins/apikey/wp-surf.php'),('94.130.35.51',1585586995,'',0,1547236157.6660,55,'UPwKVAt8QjMYa023rmLvNhRg','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547240704.3240,55,'mUve4KTwfMZspztgCyr9qoih','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547249466.1840,55,'RfT9NqC2Q34d8BaeyUAbPDEL','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547256231.6950,55,'0cl9YAiw8da7jRrmJHS56Okg','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('173.44.35.36',2905350948,'',0,1547259405.5500,50,'K1eUBjyDOqWC3Y0hkR7ZXpMv','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547259405.5500,11,'K1eUBjyDOqWC3Y0hkR7ZXpMv','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547259406.4210,50,'wDanAedJLkK7GWQC4zlOvFr3','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547259406.9520,50,'Gi8EupNseJIUXc2Zd6RLnzaB','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.36',2905350948,'',0,1547259407.4800,50,'2wAPFRXpqnvdeUEmrbZBa9yG','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547262582.9950,55,'EphZsaV4P2e8NSKG61TWfrJd','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547270127.5190,55,'IH4LsMal38qT5ONmyXRWVo67','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547276607.2550,55,'jdqJOZmeGBPn5yz8uaCUIgHo','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547287540.3660,55,'83cmbV4pKdPxytoDL0Ygq6vw','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547291898.2760,55,'UqpPk1sHhuRjK8FVDAmTQoyY','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547299895.3220,55,'ZruqsnmNhJVR2piOKoLwUz8d','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547300405.0120,52,'aYpnSbIfJAuHc125irtmkd0L','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547300405.0120,11,'aYpnSbIfJAuHc125irtmkd0L','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547309176.6550,55,'RLNzIqMgaStuY9ncBDoUyZlr','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('134.19.230.178',2249451186,'',0,1547309974.9070,50,'lUcTzntiIA1dJj9oLmhYWB3N','','0|0|0|0|highfivefinance.com/wp-login.php'),('134.19.230.178',2249451186,'',0,1547309974.9070,11,'lUcTzntiIA1dJj9oLmhYWB3N','','0|0|0|0|highfivefinance.com/wp-login.php'),('134.19.230.178',2249451186,'',0,1547309976.3930,50,'iZpP1JD2xheN4sWLfnoTzIma','','13|0|0|0|highfivefinance.com/wp-login.php'),('120.29.140.188',2015202492,'',0,1547311887.7240,50,'OsMvIE5cRVU9nAtjpGKdZXHa','','0|0|0|0|highfivefinance.com/wp-login.php'),('120.29.140.188',2015202492,'',0,1547311887.7240,11,'OsMvIE5cRVU9nAtjpGKdZXHa','','0|0|0|0|highfivefinance.com/wp-login.php'),('120.29.140.188',2015202492,'',0,1547311889.6980,50,'alY53qdAKQjh20wz1TVOMPsL','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547312637.2850,55,'vrU8qGzLS63mwXYMCEclQo9Z','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547320854.9910,55,'eVZEYlW2G4JBbcRSKxMkHn1i','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('109.106.180.86',1835709526,'',0,1547329596.2940,55,'FZ5BwSAC9iQOHE7urhm3tkbL','','13|0|0|0|highfivefinance.com/assets/images/content-post.php'),('109.106.180.86',1835709526,'',0,1547329596.2940,11,'FZ5BwSAC9iQOHE7urhm3tkbL','','0|0|0|0|highfivefinance.com/assets/images/content-post.php'),('94.130.35.51',1585586995,'',0,1547330234.7970,55,'cIVt8hevnYEwbRApa25MN0s9','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547336556.8970,55,'qvhdJQPwmBiuASpr9bjZlao8','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('46.105.101.95',778659167,'',0,1547337883.9430,50,'s4FZmh25fnaeMpUTqvSJjtHG','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547337883.9430,11,'s4FZmh25fnaeMpUTqvSJjtHG','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547337884.9970,50,'dRSV4GQeb1UFvaMN5Ku7pLiD','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547337885.7520,50,'kr0nSEYUPfz2g1euCJc5HBjh','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547337886.4800,50,'PZ3cJzpvYDChuHX4BblefLOK','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547344718.0000,55,'H01La7J5FBzdSR6fQ9bCVqye','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547352195.1160,55,'ZrWTEy0tfjnIBdmcixzkO1V4','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547356149.0210,55,'Ml5jWDPQXrh9nTHauwVt8kSm','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('35.237.250.220',602798812,'wxwebadmin',0,1547357808.3660,52,'c2orAnJpH3N6x0D5bgPCXjSF','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('35.237.250.220',602798812,'',0,1547357808.3660,11,'c2orAnJpH3N6x0D5bgPCXjSF','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('35.237.250.220',602798812,'',0,1547357809.2410,50,'3sNZKIfe6MQVJDL5qoPSyBgF','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547364774.3840,55,'jIgA8ts2GZCMSHwYx75fLReV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('46.105.101.95',778659167,'',0,1547368104.9290,50,'l3V6wBJ1gNAEU9HtKfm2ZGzr','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547368104.9290,11,'l3V6wBJ1gNAEU9HtKfm2ZGzr','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547368106.0110,50,'IaFbJ0W2rc4lUMLCAOXyuh6Y','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547368106.7570,50,'MW1B0GcdjFeCwxZhRKioULfE','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547368107.5120,50,'OLyBt73aijzNd0o4IDMuQhsK','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547373471.4560,55,'GP0sOXVp9Kgz5jFQTh4doHN7','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547378415.0360,55,'ImAvFSaC4OPifdpzskebB9jx','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547387406.3490,55,'cu86nGCQAP2zIEdq0Ts34Zob','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547393495.3380,52,'bMcgIGjZNKtzmdlY0LsoROEe','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547393495.3380,11,'bMcgIGjZNKtzmdlY0LsoROEe','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547395192.4610,55,'ht6QidMexGAOB4UEHnXajwqI','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547399348.9960,55,'nK4I6aZRTYzJGXN5y1Sxc9bE','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('46.105.101.95',778659167,'',0,1547400495.2660,50,'DSv2fnTLmbyBOe64IGAcKu8H','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547400495.2660,11,'DSv2fnTLmbyBOe64IGAcKu8H','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547400496.4560,50,'4dJOM2A7kEW5LUqu3vCRsT9y','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547400497.2630,50,'Zy0fJnSlxTkPu5zwjr6MbQvm','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547400497.9960,50,'UhbgZcGywq6vtMojKJmfkTl5','','13|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.189',2905351101,'',0,1547404123.9630,50,'umWAtv08LxRIz9h7OfTFcMy5','','0|0|0|0|highfivefinance.com/wp-login.php'),('173.44.35.189',2905351101,'',0,1547404123.9630,11,'umWAtv08LxRIz9h7OfTFcMy5','','0|0|0|0|highfivefinance.com/wp-login.php'),('188.138.105.83',3163187539,'',0,1547405072.2440,55,'dBgPrxpH4jAkDVtSeXQOahFL','','13|0|0|0|highfivefinance.com/wp-content/plugins/apikey/apikey.php'),('188.138.105.83',3163187539,'',0,1547405072.2440,11,'dBgPrxpH4jAkDVtSeXQOahFL','','0|0|0|0|highfivefinance.com/wp-content/plugins/apikey/apikey.php'),('94.130.35.51',1585586995,'',0,1547407934.4820,55,'b9JCDNPwAvHFLe6KY8V0jMhs','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547414692.6480,55,'TsaY5PehHfm6W9nt3b2FIo4Z','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547422836.5000,55,'pnbaQO0RHwYqd4sNyu2fFKCc','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('119.146.145.50',2006094130,'',0,1547426726.3830,50,'Ndyh19XekKEj2Axz4bRpcVor','','0|0|0|0|highfivefinance.com/wp-login.php'),('119.146.145.50',2006094130,'',0,1547426726.3830,11,'Ndyh19XekKEj2Axz4bRpcVor','','0|0|0|0|highfivefinance.com/wp-login.php'),('219.138.244.91',3683316827,'',0,1547426781.2800,50,'YoUlTKOELbr3JvHeZ7kGXNwQ','','0|0|0|0|highfivefinance.com/wp-login.php'),('219.138.244.91',3683316827,'',0,1547426781.2800,11,'YoUlTKOELbr3JvHeZ7kGXNwQ','','0|0|0|0|highfivefinance.com/wp-login.php'),('41.41.160.186',690593978,'',0,1547426961.2650,50,'0mNuw8pGT1PzMrSXJkLtKhFW','','0|0|0|0|highfivefinance.com/wp-login.php'),('41.41.160.186',690593978,'',0,1547426961.2650,11,'0mNuw8pGT1PzMrSXJkLtKhFW','','0|0|0|0|highfivefinance.com/wp-login.php'),('183.64.247.122',3074488186,'',0,1547427068.8730,50,'5sNW1XQKIiauJFh8toTnr3yR','','0|0|0|0|highfivefinance.com/wp-login.php'),('183.64.247.122',3074488186,'',0,1547427068.8730,11,'5sNW1XQKIiauJFh8toTnr3yR','','0|0|0|0|highfivefinance.com/wp-login.php'),('222.218.17.187',3738833339,'',0,1547427119.8240,50,'s2gSfxJZPu37TnIcUjbDpeNm','','0|0|0|0|highfivefinance.com/wp-login.php'),('222.218.17.187',3738833339,'',0,1547427119.8240,11,'s2gSfxJZPu37TnIcUjbDpeNm','','0|0|0|0|highfivefinance.com/wp-login.php'),('87.121.76.189',1467567293,'',0,1547427125.2200,50,'W9JvsGLD61UPzebunVg8y04l','','0|0|0|0|highfivefinance.com/wp-login.php'),('87.121.76.189',1467567293,'',0,1547427125.2200,11,'W9JvsGLD61UPzebunVg8y04l','','0|0|0|0|highfivefinance.com/wp-login.php'),('177.19.181.169',2970858921,'',0,1547427141.1790,50,'Wwkt2FDXAbq9exV0LIg4KuGr','','0|0|0|0|highfivefinance.com/wp-login.php'),('177.19.181.169',2970858921,'',0,1547427141.1790,11,'Wwkt2FDXAbq9exV0LIg4KuGr','','0|0|0|0|highfivefinance.com/wp-login.php'),('177.99.217.233',2976111081,'',0,1547427147.2360,50,'zXM6KwdF58pyfSJl2mrHck0E','','0|0|0|0|highfivefinance.com/wp-login.php'),('177.99.217.233',2976111081,'',0,1547427147.2360,11,'zXM6KwdF58pyfSJl2mrHck0E','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547431336.0650,55,'QixLMk721qIUwPhRrDeAdNOJ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('46.105.101.95',778659167,'',0,1547433448.1150,50,'KHpUyMvxcl9wiandzZQVufeT','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547433448.1150,11,'KHpUyMvxcl9wiandzZQVufeT','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547433449.2170,50,'CFn39cXubsEv2Ampi6akPLoH','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547433449.9530,50,'0bj9RQgMDOywUl4umenXS3W2','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547433450.7040,50,'N4xHBXLirP1QoR5edmOCT7sk','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547438998.1050,55,'4mv2RdwBMlJSoacQ587kbNGY','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547443657.9550,55,'NtYehw34QHTvL2BPbREMaX8U','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547450570.4100,55,'WHZcRFStNLQ4a0juxTi2G7lb','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547459110.2930,55,'U2d6bZoIvJHFV0hYWcpGKnRL','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547465150.4560,55,'tguZ6LrANUC4dGHjB3PV5smp','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('172.93.177.193',2891821505,'',0,1547466733.5200,55,'J8PAEkC2xn6sS0iBzR4fFelY','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.177.193',2891821505,'',0,1547466733.5200,11,'J8PAEkC2xn6sS0iBzR4fFelY','','0|0|0|0|highfivefinance.com/cache.php'),('172.93.177.193',2891821505,'',0,1547466735.0600,55,'glpTZyL3MD16On4IiukQS87N','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.177.193',2891821505,'',0,1547466736.4850,55,'hWzalcFHJsYXB9ETA45fGeOm','','13|0|0|0|highfivefinance.com/wp-content/themes/wp-update.php'),('46.105.101.95',778659167,'',0,1547467578.3360,50,'0K3eqldMEpQbkXGsrSzP6mLv','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547467578.3360,11,'0K3eqldMEpQbkXGsrSzP6mLv','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547467579.4540,50,'xWrw1X3zgtc0yjPsV5pQhK9f','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547467580.1750,50,'2zj6iMVPmAxRf5nuwUSZBOWo','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547467580.9060,50,'Ug7dfVGLotPjq2MROYhsBJ1y','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547471520.9380,55,'lhTXrOb3ABKoVpIkf04ynEtJ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547480935.7220,55,'bSa9R2Eqr56GDtNxQscuvZjh','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547488049.8230,55,'A9gHEaRr6FLkYKNlM3oOvc1G','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547493318.3090,55,'3fx6yMrHnKRj7ESLeksNg5Ua','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('105.107.155.128',1768659840,'',0,1547496619.1740,50,'85BcIUnGmlSH6kF14K7YZCbM','','0|0|0|0|highfivefinance.com//wp-login.php'),('105.107.155.128',1768659840,'',0,1547496619.1740,11,'85BcIUnGmlSH6kF14K7YZCbM','','0|0|0|0|highfivefinance.com//wp-login.php'),('105.107.155.128',1768659840,'',0,1547496639.8980,50,'TZckjsgwihYFGIdDKt3MpXa2','','13|0|0|0|highfivefinance.com//xmlrpc.php'),('46.105.101.95',778659167,'',0,1547501699.6470,50,'n4IlcQq3xgBVKbdamUJH1jR5','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547501699.6470,11,'n4IlcQq3xgBVKbdamUJH1jR5','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547501700.7290,50,'NVb9irdy0LGw5W7lCnjPX4MS','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547501701.4450,50,'FvPBRgJUoX4jwiLbVd5sWN12','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547501702.1760,50,'hp0lGxfSPCDZj3gBrwEKebQH','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547502464.3470,55,'egBL9PTCyZpx0R7GKSFdIzDk','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547508576.5500,55,'vzQiXWBKLTpfA5rh7tuRbldS','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547514429.7140,55,'k1LdWJIqHhOYvNPi8CBu70bp','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.135',3119176071,'',0,1547515098.7880,50,'ROItVvypkjgTEbM34uBdNCJK','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.135',3119176071,'',0,1547515098.7880,11,'ROItVvypkjgTEbM34uBdNCJK','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.135',3119176071,'',0,1547515099.6130,50,'H5oZqs8cSPFt4OjERUnX6bKV','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547523761.2340,55,'RZkUCspr3egmNBfG4HlShxb0','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('145.239.29.117',2448366965,'wxwebadmin',0,1547527469.7990,52,'BmcPGVj8pTEYJqW1wi9lQAuh','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('145.239.29.117',2448366965,'',0,1547527469.7990,11,'BmcPGVj8pTEYJqW1wi9lQAuh','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('145.239.29.117',2448366965,'',0,1547527471.7650,50,'THqlCDw3YWBckxOu06a2JsUi','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547531055.1860,55,'OXqUDn7Y9LxmV4uctEHrKkz2','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('46.105.101.95',778659167,'',0,1547535566.4360,50,'wh16c7xTsCpSZzQKm3qDXAYd','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547535566.4360,11,'wh16c7xTsCpSZzQKm3qDXAYd','','0|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547535567.5050,50,'EpzAoqDC0rLBwIVT6bjgMlay','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547535568.2290,50,'DqKf7kjae8lRxmJFNPwAn0Ig','','13|0|0|0|highfivefinance.com/wp-login.php'),('46.105.101.95',778659167,'',0,1547535568.9660,50,'njlqHU2QzTSyP4IGbMDORwW0','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547537341.9720,55,'IlivaP2Wz6XnSV1etFxpZL5J','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547545418.4430,55,'vLTICqnHtR5Bj8EbdM7z3GUJ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547552551.8100,55,'BgWNOu3YEVqmndr0PaJykRSX','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547559584.7100,55,'HQX84aLlbrpBuczF3jv7Wi6A','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547568775.9530,55,'mhHLGRiCrtl6cy0oKIjeU7D2','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547574186.0270,55,'W8kRuAwqLUSrJ9XxtGvMzimE','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547579504.1910,55,'zgEBsSIQVi0lxw4HoJdbhjKD','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('85.194.243.179',1438839731,'',0,1547585516.6660,55,'AXBYPSM8cRC9iV5TetO1Wl4r','','13|0|0|0|highfivefinance.com/searchreplacedb2.php'),('85.194.243.179',1438839731,'',0,1547585516.6660,11,'AXBYPSM8cRC9iV5TetO1Wl4r','','0|0|0|0|highfivefinance.com/searchreplacedb2.php'),('85.194.243.179',1438839731,'',0,1547585519.3800,55,'rZv41QqCYpXsWBF6ITUhSmMl','','13|0|0|0|highfivefinance.com/installer.php'),('94.130.35.51',1585586995,'',0,1547586264.2450,55,'bf3hkFXPzDVBIWnstUr4vMHO','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547587687.2620,52,'REOhdNPq7FrcGjAsoCuxUK04','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547587687.2620,11,'REOhdNPq7FrcGjAsoCuxUK04','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547594909.8350,55,'cShviUkA4JT1dprbH7wBILjm','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('212.129.6.199',3565225671,'',0,1547595198.2610,55,'hb7yFG2lHnqzCsBKAD9jRLWp','','13|0|0|0|highfivefinance.com/wp-includes/SimplePie/Canonical.php'),('212.129.6.199',3565225671,'',0,1547595198.2610,11,'hb7yFG2lHnqzCsBKAD9jRLWp','','0|0|0|0|highfivefinance.com/wp-includes/SimplePie/Canonical.php'),('94.130.35.51',1585586995,'',0,1547603087.5050,55,'qSil98TvJQ4mMLFghK5Def3P','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('46.118.155.222',779525086,'wxwebadmin',0,1547607244.2220,52,'4YKTaCNu18FJGgzcodZUAvpW','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('46.118.155.222',779525086,'',0,1547607244.2220,11,'4YKTaCNu18FJGgzcodZUAvpW','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('46.118.155.222',779525086,'',0,1547607245.0580,50,'7NkOXWEf2rSZ8ItY3A9Vx6mB','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547610267.9920,55,'YlPT5EwZ1fxpFkAUO3tDXI6d','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('37.17.224.39',621928487,'',0,1547616557.1710,55,'DUkKZH59OgAW7tvpJB8CFjfo','','13|0|0|0|highfivefinance.com/searchreplacedb2.php'),('37.17.224.39',621928487,'',0,1547616557.1710,11,'DUkKZH59OgAW7tvpJB8CFjfo','','0|0|0|0|highfivefinance.com/searchreplacedb2.php'),('37.17.224.39',621928487,'',0,1547616558.1840,55,'1y6V93qwTcsjDoQlizkW5ntH','','13|0|0|0|highfivefinance.com/header-cache.php'),('37.17.224.39',621928487,'',0,1547616558.6830,55,'4N7VKz6oI13ZaGyCUpdFiY2A','','13|0|0|0|highfivefinance.com/cache_.php'),('37.17.224.39',621928487,'',0,1547616559.2010,55,'pZlYD53QcJ0IE8x4uRswktOj','','13|0|0|0|highfivefinance.com/license.php'),('37.17.224.39',621928487,'',0,1547616559.7140,55,'JdYXFV7a4kzvlsDKCmwTALPp','','13|0|0|0|highfivefinance.com/wp-content/plugins/formcraft/file-upload/server/php/index.php'),('37.17.224.39',621928487,'',0,1547616560.2270,55,'6PgBZatFsixfEhHwm4zGyoDS','','13|0|0|0|highfivefinance.com/wp-content/plugins/fluid_forms/file-upload/server/php/index.php'),('94.130.35.51',1585586995,'',0,1547617766.6710,55,'1JpD5zW7ZMwEaeqQ2otGvBHc','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547622214.3820,55,'i4swxqZ9LJjuYODNvFT3BS5a','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547630310.4940,55,'OWYhMAqtpLrDRe73TB4S5ka2','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547637653.1140,55,'UeGHpYgyWZFAPsh1QwVi72bX','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2001:41d0:2:4fb8:0:0:0:0',1,'',0,1547639728.9460,55,'qOmRPGuMDd1ZygWTlSUnoNrj','','13|0|0|0|highfivefinance.com/wp-content/plugins/contact-form-7/jss.php'),('2001:41d0:2:4fb8:0:0:0:0',1,'',0,1547639728.9460,11,'qOmRPGuMDd1ZygWTlSUnoNrj','','0|0|0|0|highfivefinance.com/wp-content/plugins/contact-form-7/jss.php'),('50.116.92.205',846486733,'',0,1547641948.6230,55,'SUE79sRW38TpN56adAcblhgv','','13|0|0|0|highfivefinance.com/xmliipc.php'),('50.116.92.205',846486733,'',0,1547641948.6230,11,'SUE79sRW38TpN56adAcblhgv','','0|0|0|0|highfivefinance.com/xmliipc.php'),('50.116.92.205',846486733,'',0,1547641950.5410,55,'ckFbAi6BoSGHtVg05a9KrvCP','','13|0|0|0|highfivefinance.com/xmliipc.php'),('93.125.99.36',1568498468,'',0,1547645944.8370,55,'PsC1ko6qVUxeYn0tcQXMNlJ8','','13|0|0|0|highfivefinance.com/dhon.php'),('93.125.99.36',1568498468,'',0,1547645944.8370,11,'PsC1ko6qVUxeYn0tcQXMNlJ8','','0|0|0|0|highfivefinance.com/dhon.php'),('94.130.35.51',1585586995,'',0,1547647683.3650,55,'rhJkC6eb3UvEQHtfVsmdKB8l','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547651907.2840,55,'pl70Q9CvfyL6RDdOJVih2b3W','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('91.134.248.211',1535572179,'',0,1547654862.2240,55,'prjH4m6PCTztIKvf952Soqyx','','13|0|0|0|highfivefinance.com/wp-content/themes/elentra/newsleter.php'),('91.134.248.211',1535572179,'',0,1547654862.2240,11,'prjH4m6PCTztIKvf952Soqyx','','0|0|0|0|highfivefinance.com/wp-content/themes/elentra/newsleter.php'),('50.62.161.185',842965433,'',0,1547659376.7690,55,'cPMwi9XajTCDof8Q2U01lrvI','','13|0|0|0|highfivefinance.com/wp-admin/css/colors/light/simple.php5'),('50.62.161.185',842965433,'',0,1547659376.7690,11,'cPMwi9XajTCDof8Q2U01lrvI','','0|0|0|0|highfivefinance.com/wp-admin/css/colors/light/simple.php5'),('195.114.18.160',3279032992,'',0,1547659679.9130,55,'wV4G9Txtf2qCrpDsYXEvecuA','','13|0|0|0|highfivefinance.com/wp-admin/maint/wp-console.php'),('195.114.18.160',3279032992,'',0,1547659679.9130,11,'wV4G9Txtf2qCrpDsYXEvecuA','','0|0|0|0|highfivefinance.com/wp-admin/maint/wp-console.php'),('94.130.35.51',1585586995,'',0,1547661183.0570,55,'vuZ1E5aFHiYM8SXIbzgGDUVO','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('184.22.213.144',3088504208,'',0,1547663241.1110,50,'oOtUQuPZc0lK3m4N71rBkRGH','','0|0|0|0|highfivefinance.com/wp-login.php'),('184.22.213.144',3088504208,'',0,1547663241.1110,11,'oOtUQuPZc0lK3m4N71rBkRGH','','0|0|0|0|highfivefinance.com/wp-login.php'),('2001:41d0:a:58b3:0:0:0:0',1,'',0,1547663857.9550,55,'UuczgmRrTnAajZK2IhM8qLQ6','','13|0|0|0|highfivefinance.com/wp-admin/includes/headroll.php'),('2001:41d0:a:58b3:0:0:0:0',1,'',0,1547663857.9550,11,'UuczgmRrTnAajZK2IhM8qLQ6','','0|0|0|0|highfivefinance.com/wp-admin/includes/headroll.php'),('125.159.137.216',2107607512,'',0,1547664266.5440,50,'8minwTFKstybdI4Q3XaEDgZH','','0|0|0|0|highfivefinance.com/wp-login.php'),('125.159.137.216',2107607512,'',0,1547664266.5440,11,'8minwTFKstybdI4Q3XaEDgZH','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.164.2.61',3701735997,'',0,1547664266.5940,50,'fCA3LkZoY1FsDNUwKBlva62M','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.164.2.61',3701735997,'',0,1547664266.5940,11,'fCA3LkZoY1FsDNUwKBlva62M','','0|0|0|0|highfivefinance.com/wp-login.php'),('125.159.137.216',2107607512,'',0,1547664268.4380,50,'uiQlskcdVb4yPD1UC7ILpeE2','','13|0|0|0|highfivefinance.com/wp-login.php'),('59.51.167.238',993241070,'',0,1547664969.3010,50,'g5D3fwAcry7Z4QEbm8HTdCMo','','0|0|0|0|highfivefinance.com/wp-login.php'),('59.51.167.238',993241070,'',0,1547664969.3010,11,'g5D3fwAcry7Z4QEbm8HTdCMo','','0|0|0|0|highfivefinance.com/wp-login.php'),('59.51.167.238',993241070,'',0,1547664974.5360,50,'lxMRFaH87Dn6tsm90TbX5epc','','13|0|0|0|highfivefinance.com/wp-login.php'),('119.29.84.196',1998410948,'',0,1547666451.0670,55,'kuSMCt6V43IopmPLq1wQ25fa','','13|0|0|0|highfivefinance.com/wp-includes/js/imgareaselect/newsleter.php'),('119.29.84.196',1998410948,'',0,1547666451.0670,11,'kuSMCt6V43IopmPLq1wQ25fa','','0|0|0|0|highfivefinance.com/wp-includes/js/imgareaselect/newsleter.php'),('94.130.35.51',1585586995,'',0,1547667059.0360,55,'fQODKbEnjRy5CzAI9gtoP8d3','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2001:41d0:52:bff:0:0:0:68e',1,'',0,1547668507.4130,55,'SO1hocsILKNQAxMFJEHXfR98','','13|0|0|0|highfivefinance.com/wp-admin/css/colors/coffee/newsleter.php'),('2001:41d0:52:bff:0:0:0:68e',1,'',0,1547668507.4130,11,'SO1hocsILKNQAxMFJEHXfR98','','0|0|0|0|highfivefinance.com/wp-admin/css/colors/coffee/newsleter.php'),('94.130.35.51',1585586995,'',0,1547673633.1750,55,'ShWIlUxeauVmdMObtiHNqJk4','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2a01:4f8:171:2a4:0:0:0:2',1,'',0,1547675194.8230,55,'dWR1yPBubjeolrFc3HwgCLn5','','13|0|0|0|highfivefinance.com/wp-includes/js/tinymce/plugins/fullscreen/newsleter.php'),('2a01:4f8:171:2a4:0:0:0:2',1,'',0,1547675194.8230,11,'dWR1yPBubjeolrFc3HwgCLn5','','0|0|0|0|highfivefinance.com/wp-includes/js/tinymce/plugins/fullscreen/newsleter.php'),('222.218.17.187',3738833339,'',0,1547681248.5790,50,'UzkMZQXy6HCxh9bdAGsaOrVu','','0|0|0|0|highfivefinance.com/wp-login.php'),('222.218.17.187',3738833339,'',0,1547681248.5790,11,'UzkMZQXy6HCxh9bdAGsaOrVu','','0|0|0|0|highfivefinance.com/wp-login.php'),('61.185.41.221',1035545053,'',0,1547681272.0320,50,'AanW2G5w68DoC17mIpPtOBil','','0|0|0|0|highfivefinance.com/wp-login.php'),('61.185.41.221',1035545053,'',0,1547681272.0320,11,'AanW2G5w68DoC17mIpPtOBil','','0|0|0|0|highfivefinance.com/wp-login.php'),('186.248.75.23',3136834327,'',0,1547681395.2600,50,'D06yvQuYN9UL4ozhFrxT1Kqw','','0|0|0|0|highfivefinance.com/wp-login.php'),('186.248.75.23',3136834327,'',0,1547681395.2600,11,'D06yvQuYN9UL4ozhFrxT1Kqw','','0|0|0|0|highfivefinance.com/wp-login.php'),('125.77.127.97',2102230881,'',0,1547681464.6510,50,'8DerI0HQwfgK3WEJtFiGjpoy','','0|0|0|0|highfivefinance.com/wp-login.php'),('125.77.127.97',2102230881,'',0,1547681464.6510,11,'8DerI0HQwfgK3WEJtFiGjpoy','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.178.221.6',3702709510,'',0,1547681480.0450,50,'v1OblMAjgaecEPihCfVDKYop','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.178.221.6',3702709510,'',0,1547681480.0450,11,'v1OblMAjgaecEPihCfVDKYop','','0|0|0|0|highfivefinance.com/wp-login.php'),('60.246.0.63',1022754879,'',0,1547681545.9360,50,'sZM9RF41ka2hP8LvGz7BgDVb','','0|0|0|0|highfivefinance.com/wp-login.php'),('60.246.0.63',1022754879,'',0,1547681545.9360,11,'sZM9RF41ka2hP8LvGz7BgDVb','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547681847.8500,55,'hxdwMonYpLFzGNSe1r7AfEqu','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('81.88.49.24',1364734232,'',0,1547686521.2450,55,'TMI2Oye6Acp03NLzkRZ9Yu8D','','13|0|0|0|highfivefinance.com/wp-includes/wp-tomar.php'),('81.88.49.24',1364734232,'',0,1547686521.2450,11,'TMI2Oye6Acp03NLzkRZ9Yu8D','','0|0|0|0|highfivefinance.com/wp-includes/wp-tomar.php'),('81.88.49.29',1364734237,'',0,1547686526.4030,55,'8MnidXmIj7Yr3NekQ2ATqfw4','','13|0|0|0|highfivefinance.com/wp-includes/wp-tomar.php'),('94.130.35.51',1585586995,'',0,1547689773.9580,55,'v4HV7qrcathu01SsUfL8PQOg','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('103.97.124.18',1734442002,'',0,1547693353.7000,55,'VACHMKPlDowsQO24fY5cj6ek','','13|0|0|0|highfivefinance.com/wp-includes/SimplePie/Decode/simple.php5'),('103.97.124.18',1734442002,'',0,1547693353.7000,11,'VACHMKPlDowsQO24fY5cj6ek','','0|0|0|0|highfivefinance.com/wp-includes/SimplePie/Decode/simple.php5'),('103.97.124.18',1734442002,'',0,1547693356.0410,55,'GjL19EXmouvCfiF6sYOcdMwe','','13|0|0|0|highfivefinance.com/wp-includes/SimplePie/Decode/simple.php5'),('103.97.124.18',1734442002,'',0,1547693366.2340,55,'kdCIcPxKj1QYWufFzO98Naye','','13|0|0|0|highfivefinance.com/wp-includes/SimplePie/Decode/simple.php5'),('94.130.35.51',1585586995,'',0,1547694346.5480,55,'cwrtjP3kiJnRZOGYmFsu7CqQ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('138.197.10.226',2328169186,'',0,1547695626.7040,55,'wlLRCUFVPTgbfMhSWZYEHpdy','','13|0|0|0|highfivefinance.com/wordpress/wp-content/plugins/slider-nivo/includes/abstract/dex.php'),('138.197.10.226',2328169186,'',0,1547695626.7040,11,'wlLRCUFVPTgbfMhSWZYEHpdy','','0|0|0|0|highfivefinance.com/wordpress/wp-content/plugins/slider-nivo/includes/abstract/dex.php'),('77.72.82.15',1296585231,'',0,1547699633.1620,50,'lQ9tGjgZXPvHA1Dpd46fF7x2','','0|0|0|0|highfivefinance.com/wp-login.php'),('77.72.82.15',1296585231,'',0,1547699633.1620,11,'lQ9tGjgZXPvHA1Dpd46fF7x2','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547704756.7180,55,'qeKN0rMY6COZug2BG59Ljacf','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547708976.7710,55,'WsP7mf0h9jZO6rQVuRp3aFvz','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('93.39.196.67',1562887235,'',0,1547716354.3810,55,'2cLMPXJUQlVOTY3BDRo68ZSh','','13|0|0|0|highfivefinance.com/wp-admin/zone.php'),('93.39.196.67',1562887235,'',0,1547716354.3810,11,'2cLMPXJUQlVOTY3BDRo68ZSh','','0|0|0|0|highfivefinance.com/wp-admin/zone.php'),('23.226.211.22',400741142,'',0,1547716371.1250,55,'j76S80eJIhAkCUaM5QLsc9Db','','13|0|0|0|highfivefinance.com/wp-admin/zone.php'),('23.226.211.22',400741142,'',0,1547716371.1250,11,'j76S80eJIhAkCUaM5QLsc9Db','','0|0|0|0|highfivefinance.com/wp-admin/zone.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547716400.7500,52,'dgNPTOMqS9KsiLBtxwAJ2kaW','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547716400.7500,11,'dgNPTOMqS9KsiLBtxwAJ2kaW','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547719092.7190,55,'jWBpSA6Tx8l3cvXiQIdYDUFs','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547719400.7030,50,'Wb7i6VKyUEnPvg3aXc54SpZJ','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547722396.8850,52,'ZcaU6CSKIbAJ7RotElPxhmjg','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547722396.8850,11,'ZcaU6CSKIbAJ7RotElPxhmjg','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547723177.6860,55,'HZSU2KBr4RuLXdCDyiGFM0gk','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547725426.9030,50,'aDKIOrQLPdiMSXZs06Ye5Uhl','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547728453.8800,52,'Rm3XbMB9WrgyKjn4qCaYV2d7','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547728453.8800,11,'Rm3XbMB9WrgyKjn4qCaYV2d7','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547731496.9860,50,'67CcHQT5WoNxzwEta0RLrnY4','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('155.133.142.67',2609221187,'',0,1547731614.5380,55,'l7BOmgGXQ56LbY3dCTKnaIqF','','13|0|0|0|highfivefinance.com/wp-includes/images/404.php'),('155.133.142.67',2609221187,'',0,1547731614.5380,11,'l7BOmgGXQ56LbY3dCTKnaIqF','','0|0|0|0|highfivefinance.com/wp-includes/images/404.php'),('94.130.35.51',1585586995,'',0,1547733683.6550,55,'lvyGdXjnDfaes3Igp0mFx7Zu','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547734520.8680,52,'eg0OSjb2Q8Vf3uXa5wPHrWEn','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547734520.8680,11,'eg0OSjb2Q8Vf3uXa5wPHrWEn','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547737531.1170,55,'7gO8rlQHdexbtuPyDCcAomh3','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547737548.0310,50,'5qQWKgirnBODzbEpaGYsoxcR','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547740572.9080,52,'xla4PT0DtqhocdvQJeGgL9CF','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547740572.9080,11,'xla4PT0DtqhocdvQJeGgL9CF','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547743625.0030,50,'S6zAeNrfEyMULdtR4VxP7hI3','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('193.106.30.98',3244957282,'',0,1547745087.7810,55,'ZlGJWqLwtkSx315AVrHMfmPb','','13|0|0|0|highfivefinance.com/hook-filters.php'),('193.106.30.98',3244957282,'',0,1547745087.7810,11,'ZlGJWqLwtkSx315AVrHMfmPb','','0|0|0|0|highfivefinance.com/hook-filters.php'),('94.130.35.51',1585586995,'',0,1547746475.5290,55,'7thmvMZugw5FcCOUNLKJDa0n','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547746666.9830,52,'fcaonEIsK4Tu3DZxl1PVk7By','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547746666.9830,11,'fcaonEIsK4Tu3DZxl1PVk7By','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547749693.0130,50,'oXSLK27C6BODYHh0AMa1Z8yW','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('89.252.185.252',1509734908,'',0,1547749902.3490,55,'3XGzminVwJQM0xRZB1H5kNv7','','13|0|0|0|highfivefinance.com/m0m.php'),('89.252.185.252',1509734908,'',0,1547749902.3490,11,'3XGzminVwJQM0xRZB1H5kNv7','','0|0|0|0|highfivefinance.com/m0m.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547752728.8950,52,'x7C2plkIhB31nY4zHDqQ5TeE','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547752728.8950,11,'x7C2plkIhB31nY4zHDqQ5TeE','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547754976.6660,55,'g01Qp9X5yra4wnflC7qIBzov','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547755766.5860,50,'Ng2dX68bvjnFeJ5z0mOctLuP','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547758810.0500,52,'nYidvV1uEXM8Gp2j3QebBck9','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547758810.0500,11,'nYidvV1uEXM8Gp2j3QebBck9','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547760396.0360,55,'eY0LBrNIF7xuZaqtjHkS1m3O','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547761849.8440,50,'C5qLoDbWPnhES4A2zuBFxaVQ','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547764922.5120,52,'ThNvne8ZR9x3g6MpK74IVBQj','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547764922.5120,11,'ThNvne8ZR9x3g6MpK74IVBQj','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547767114.3060,55,'6v5sQZAiV4WGyU2edwtFbhoM','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547767968.3220,50,'MFR0lXTfGwnE3xcrtzCDBVIy','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547771006.3840,52,'NOzxWHYtIrvM3L4SjB0KcQ6V','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547771006.3840,11,'NOzxWHYtIrvM3L4SjB0KcQ6V','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547774039.1800,50,'n0fIDeaoxRMyAZUPNs2tKBXg','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547777046.8080,52,'JAOyW80goNQ1zVLsRKvF2jnY','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547777046.8080,11,'JAOyW80goNQ1zVLsRKvF2jnY','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547777435.7030,55,'FPsxMeUcN2anLpRrbYC0qG79','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547780049.2460,50,'wlaNvTxZg2OrbzB7nMcDCW84','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547783064.2490,52,'NbFPagBwrASIOGJ9UyYeClx2','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547783064.2490,11,'NbFPagBwrASIOGJ9UyYeClx2','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547783297.8260,55,'Yg8FmyGhV26xweRjIBo5UlHf','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547786068.8980,50,'qUcSIsoHvX1E3hQiJ67TdYM2','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547787778.6620,52,'9zEdCMAny5s4bJjLwhZuBO7o','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547787778.6620,11,'9zEdCMAny5s4bJjLwhZuBO7o','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547789083.1270,50,'NvnrL9cJ3HgVwXd7kaTeYG1K','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547791194.2580,55,'ATfULJQ5jmszcFS8H0EioyMZ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.156.175.61',1587326781,'',0,1547791927.9440,55,'3GydRriq7fojCH2x9LgPv85B','','13|0|0|0|highfivefinance.com/wp-content/wp-console.php'),('94.156.175.61',1587326781,'',0,1547791927.9440,11,'3GydRriq7fojCH2x9LgPv85B','','0|0|0|0|highfivefinance.com/wp-content/wp-console.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547792090.7920,52,'6cihfpCvjqy47n3ZABDxNuJk','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547792090.7920,11,'6cihfpCvjqy47n3ZABDxNuJk','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547795105.6370,50,'Vc1r9jFX0y8CHu5QmxNJgOZt','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547798131.4180,52,'6EmTa1GqO9Xkwp8zeHcANiol','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547798131.4180,11,'6EmTa1GqO9Xkwp8zeHcANiol','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547799014.0540,55,'iZbnRakNgCPufDA9rBdU4cGV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('172.93.178.144',2891821712,'',0,1547800923.2110,55,'640AGjkiN9vSOFrE7uUb3TqL','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.178.144',2891821712,'',0,1547800923.2110,11,'640AGjkiN9vSOFrE7uUb3TqL','','0|0|0|0|highfivefinance.com/cache.php'),('38.145.215.185',647092153,'',0,1547800925.1320,55,'FVQKuW0DtiehCLHqpUAGgwca','','13|0|0|0|highfivefinance.com/cache.php'),('38.145.215.185',647092153,'',0,1547800925.1320,11,'FVQKuW0DtiehCLHqpUAGgwca','','0|0|0|0|highfivefinance.com/cache.php'),('38.145.215.185',647092153,'',0,1547800927.9660,55,'hvZCipSld1YELm7o6gaQHsJz','','13|0|0|0|highfivefinance.com/wp-content/themes/wp-update.php'),('5.188.62.5',96222725,'',0,1547801158.0860,50,'O2Yzxlk6dURpLBumaF53hCcQ','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547803930.5920,55,'n4XR9smxNw0GbBhE28Q3gly1','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547804169.2200,52,'TO01nbWyI69rVhHjAMZC7Kxi','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547804169.2200,11,'TO01nbWyI69rVhHjAMZC7Kxi','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547807144.0330,50,'cL9XFGE4y7ojfwTtZ0MhDbiV','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547810127.7060,52,'4gN1fT2lVMbCiKU9jsOYDwzF','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547810127.7060,11,'4gN1fT2lVMbCiKU9jsOYDwzF','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('2001:8d8:912:4b00:0:0:ae:a5bd',1,'',0,1547810389.1090,55,'vwYMV0JNbq3LyaBu2O5ARTCI','','13|0|0|0|highfivefinance.com/wordpress/wp-admin/bl.php'),('2001:8d8:912:4b00:0:0:ae:a5bd',1,'',0,1547810389.1090,11,'vwYMV0JNbq3LyaBu2O5ARTCI','','0|0|0|0|highfivefinance.com/wordpress/wp-admin/bl.php'),('94.130.35.51',1585586995,'',0,1547812973.5610,55,'f27WQPtFpvcrXJT3qmRBsAk6','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'',0,1547813124.7040,50,'cFvYTkXQ7PwBEtOU6K02y849','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547816115.4620,52,'C7mefB1LKA0iQOptGWIYaw8y','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547816115.4620,11,'C7mefB1LKA0iQOptGWIYaw8y','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547819102.4000,50,'sEFmRNDivtXko2dnbJCLwAIV','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547819298.4960,55,'hoNYP4HlZmsCJ3EaMbQAXjBu','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547828327.3600,55,'f7VJGU2lqLpsCjIhaW5YkXNi','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547833422.8850,55,'sBH9dOD0MZT2NYbeVqGAjkoW','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547841798.0710,55,'eFq6EtZRicawVGDpxr9NvIu1','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547846363.9350,55,'NZ5f4dtDPrsvq3ziJewQWbAu','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547854915.0140,55,'An57zk3HeGOFjQLtu0h1lBVi','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547859956.1200,55,'OflLsdWI109YTreFBXvpu3gS','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547867054.2230,55,'OydIKMeTLmRzWqNP9Bistn68','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('193.106.30.98',3244957282,'',0,1547868231.8670,55,'8AStL0eYZGdUwCDalKou45sz','','13|0|0|0|highfivefinance.com/customizer.php'),('193.106.30.98',3244957282,'',0,1547868231.8670,11,'8AStL0eYZGdUwCDalKou45sz','','0|0|0|0|highfivefinance.com/customizer.php'),('94.130.35.51',1585586995,'',0,1547874484.5970,55,'5MkPDyRqNY6Qn29CcvIgoGsh','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547882689.3540,55,'qUy5DcM81HG3NK2ROdJkjTwg','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547891019.3780,55,'h6Ht83WSjaVeE2iITUlA7NxY','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1547898039.2410,52,'5DrNW3mOclkXfjHuzwn1SiBe','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1547898039.2410,11,'5DrNW3mOclkXfjHuzwn1SiBe','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1547899236.4390,55,'PIUZFhy8abRgMd10CslGJ4Ai','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547906701.4680,55,'83Nxlnk26sA7fQXwKMLB4vqS','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547912595.0620,55,'oC0ulyJSKHYrRBeIVNdcE5TG','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.207',3119176143,'',0,1547917998.3380,50,'VGCMuiclbQm5BDKp6IdkenHv','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.207',3119176143,'',0,1547917998.3380,11,'VGCMuiclbQm5BDKp6IdkenHv','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.207',3119176143,'',0,1547917999.1810,50,'a9APOqdwhJuC48MSETYrDgLl','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547920432.1710,55,'Loy0djlT4eirkgG35quzWACR','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547925741.9110,55,'JYHNUP1CGg9f6VzkXDjrc4RK','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547932385.8210,55,'tpiFynKPlecVw7DG9k36OZWE','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547940897.5780,55,'xNJaTMGpBYy1EDrHZ5WSRQF7','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547948664.3840,55,'oksH4Veig2NydKzl1pcnqJUx','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547954987.6120,55,'K2BQ0WHI3z4rvRjTxacNbP59','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547961248.2190,55,'VTwRhD5MXKxpfml8z7yvPakb','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('27.189.251.86',465435478,'',0,1547962368.0110,50,'wfmHuFhBGo8JTUPka7OLigQW','','0|0|0|0|highfivefinance.com/wp-login.php'),('27.189.251.86',465435478,'',0,1547962368.0110,11,'wfmHuFhBGo8JTUPka7OLigQW','','0|0|0|0|highfivefinance.com/wp-login.php'),('27.189.251.86',465435478,'',0,1547962370.1130,50,'ZfWcsF0Nkt5Bw3a1gKXMdI9x','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1547968650.6140,55,'qaoFRtKs4rwA3mzPIyW5BZCE','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547975052.1280,55,'UZKrPJ0VCD3jqf8x9oRNM5Xv','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547982705.1060,55,'BjPxThilbGDuNJgnVzoqp0Ma','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('157.230.83.139',2649117579,'',0,1547990389.5440,55,'j5iztyYIFbSBOKrXG46ew1fx','','13|0|0|0|highfivefinance.com/adminer-4.6.3.php'),('157.230.83.139',2649117579,'',0,1547990389.5440,11,'j5iztyYIFbSBOKrXG46ew1fx','','0|0|0|0|highfivefinance.com/adminer-4.6.3.php'),('157.230.83.139',2649117579,'',0,1547990390.2970,55,'TXSAkbep12CW98yF50RsOPcJ','','13|0|0|0|highfivefinance.com/adminer-4.6.2.php'),('157.230.83.139',2649117579,'',0,1547990395.6930,55,'MCXcG1tAhUk94IQaOpLbsilB','','13|0|0|0|highfivefinance.com/adminer-4.6.1.php'),('157.230.83.139',2649117579,'',0,1547990401.0920,55,'MfUQn3EqtjIY9xFGvLWsawCN','','13|0|0|0|highfivefinance.com/adminer-4.6.0.php'),('157.230.83.139',2649117579,'',0,1547990406.4600,55,'xvyk98gfwTFDlqsjZ4Ai5cYH','','13|0|0|0|highfivefinance.com/adminer-4.4.0.php'),('157.230.83.139',2649117579,'',0,1547990411.8640,55,'PEGntpAvV4TwKdcRkUZWXQBH','','13|0|0|0|highfivefinance.com/adminer-4.5.0.php'),('94.130.35.51',1585586995,'',0,1547992413.1610,55,'6nvkw9fjgVlZJ5xGSto28uaQ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1547999808.9050,55,'2oXmUpDfWJ3LzwEab1OAjlsV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548005354.8420,55,'7L9PTNhxelFkuaiAqoVfwm5U','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548014512.4890,55,'2Ht3NgAxuEnZyVoaQ5w6M4OJ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548020106.0850,55,'1iCStQ9eZOU4RVWjH0Lbds6E','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548025605.8810,55,'j1VLlgIFMacyof7KDPdN86TA','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548036223.6930,55,'yefHw5FA21gB0mzEdIKh7QxS','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548041662.0280,55,'FsDdSKvMfb2xuJtIyYBQNH7T','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1548046468.4540,52,'I2tB1u0sx4avopzhUnfYiq8w','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1548046468.4540,11,'I2tB1u0sx4avopzhUnfYiq8w','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548049114.9980,55,'UQnE20wh9sGypfaRKWtxBVkb','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548054721.4430,55,'4YiSrV3NxonLP0usEXmKzGaA','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548064541.5650,55,'elHc8dvU6SoAQ9tn2kDg5ECF','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548069304.5370,55,'spPM6lykjFJDecANrHUBW5aZ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548078986.2200,55,'JRmrwejuGvpgd1lyN0B5F8XU','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548084855.2990,55,'e9SJkzgy4jhAEnRlIZtiVpou','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548091608.6560,55,'IExK81XB5fFVAsJNbLyevkmq','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548101611.5260,55,'48paGBIWADgujS1VCmysURlr','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548107882.1830,55,'vRqz68nMXiFH2brj9KhtZ7fV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548115594.2630,55,'fS30FQTratc9KgGEdCw5Oou6','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548119682.3000,55,'DdaplYqgbUIA8FZMJ5SB902x','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548128080.1990,55,'fslQWcCgyGwhEV8XjxAKe9BY','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('78.155.221.202',1318837706,'',0,1548128814.2870,50,'2guGZ4jyJ69hHKQYBaxz7tdA','','0|0|0|0|highfivefinance.com/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128814.2870,11,'2guGZ4jyJ69hHKQYBaxz7tdA','','0|0|0|0|highfivefinance.com/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128815.1100,55,'KOhcb69YTGsLorI0wXxNFdBv','','13|0|0|0|highfivefinance.com/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128815.6690,55,'2Y5m6wPkFaAeQ3OBIUxTMfGo','','13|0|0|0|highfivefinance.com/feed/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128816.2160,55,'yoPZmekHV5WSL7gNXUCnAcEr','','13|0|0|0|highfivefinance.com/feed/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128816.7780,55,'FlRztWpiMaJAoSu7IBNZG3X8','','13|0|0|0|highfivefinance.com/comments/feed/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128817.3460,55,'repsShC7d4HYtGZugJDoExKU','','13|0|0|0|highfivefinance.com/comments/feed/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128817.9040,55,'us5SoaP0bgmrzFpckqB13dOH','','13|0|0|0|highfivefinance.com/wp-includes/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128818.4690,55,'vEHbWweYyP9BxrIMOgN5QanL','','13|0|0|0|highfivefinance.com/wp-includes/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128819.0290,55,'Fp2VmnZw4CaHLWcvD03flGuO','','13|0|0|0|highfivefinance.com/wp-content/uploads/2017/06/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128819.5910,55,'GAry0aB5MYIm9Qu6pkEHxUoJ','','13|0|0|0|highfivefinance.com/wp-content/uploads/2017/06/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128820.2820,55,'Vs0JNMyWpSFk3XiDot6ufrUL','','13|0|0|0|highfivefinance.com/contact-us/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128820.8480,55,'DlQdxpaA1rovJOIHRMgNTkKU','','13|0|0|0|highfivefinance.com/contact-us/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128821.4080,55,'4OjvgwYDAsS7ktLxrVJ69pnh','','13|0|0|0|highfivefinance.com/subscribe/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128821.9690,55,'l2dxAIwtCTF5jPvMWybqg0re','','13|0|0|0|highfivefinance.com/subscribe/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128822.5280,55,'n1UQjmXfMFxy3suw6qKpzi74','','13|0|0|0|highfivefinance.com/ways-to-finance-your-business/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128823.0970,55,'YS6N1MB0DynbaqdmQV2GjZ4g','','13|0|0|0|highfivefinance.com/ways-to-finance-your-business/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128823.6600,55,'cdVpyRS3sDU1N2LQEt6AHxni','','13|0|0|0|highfivefinance.com/understanding-vehicle-financing/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128824.2270,55,'T0WZNBKyo8eRfCQL5n1AOgji','','13|0|0|0|highfivefinance.com/understanding-vehicle-financing/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128824.7900,55,'fBEQjMTLRUWsSX3mpCK2YIhb','','13|0|0|0|highfivefinance.com/how-can-i-source-financing-companies-for-my-customers/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128825.3580,55,'t1nKGBpf9WgP5JYC0D28kh4z','','13|0|0|0|highfivefinance.com/how-can-i-source-financing-companies-for-my-customers/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128825.9200,55,'qJA9s5Z6FwrNWUYgOtuS84xc','','13|0|0|0|highfivefinance.com/what-is-personal-finance/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128826.4790,55,'yu7NldG9f0DU5iYJjXbtMv4P','','13|0|0|0|highfivefinance.com/what-is-personal-finance/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128827.0410,55,'cCsTqkGl61PXfBpxUzMAL2Hv','','13|0|0|0|highfivefinance.com/what-is-corporate-finance/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128827.6040,55,'wykATBmC2quZzc8FeMGVX60a','','13|0|0|0|highfivefinance.com/what-is-corporate-finance/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128828.1590,55,'6qTcli3GdYy4wAo7OLf8VhxD','','13|0|0|0|highfivefinance.com/what-is-financial-services/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128828.7210,55,'VkYxi9lUftA0o8Z2GqQvgXeH','','13|0|0|0|highfivefinance.com/what-is-financial-services/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128829.2810,55,'isOlynbhjaWufY7cHNp8AFPk','','13|0|0|0|highfivefinance.com/ways-to-make-saving-and-investing-easier/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128829.8380,55,'0GsyAa6Em7Fru9LgvnhMIVXl','','13|0|0|0|highfivefinance.com/ways-to-make-saving-and-investing-easier/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128830.4080,55,'d7zbSOVYyKJ0HCnq1LWjDvwB','','13|0|0|0|highfivefinance.com/investment-bonds/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128830.9870,55,'WaDF4Ir5MRmnZiOct8xSeCu2','','13|0|0|0|highfivefinance.com/investment-bonds/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128831.5510,55,'9jZbV7pW5xiceO2QBEdImKlR','','13|0|0|0|highfivefinance.com/mutual-funds/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128832.1310,55,'WFJlzIPkjcwqeBmyY8G0CQxo','','13|0|0|0|highfivefinance.com/mutual-funds/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128832.6890,55,'gUqfHv0dSiMGy3O4VtLKYsWx','','13|0|0|0|highfivefinance.com/money-market-accounts/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128833.2610,55,'2jYI1B4QcbJWsyhkREOo3fmz','','13|0|0|0|highfivefinance.com/money-market-accounts/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128833.9250,55,'MD9JySjqakB3vHZ02ImwG4u5','','13|0|0|0|highfivefinance.com/exchange-traded-fund-etf/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128834.4920,55,'0IrRLo3v95aDMY7xFzBUWdgH','','13|0|0|0|highfivefinance.com/exchange-traded-fund-etf/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128835.1740,55,'6eA2Q1lgCKqom4r7F93PHiGy','','13|0|0|0|highfivefinance.com/2017/06/20/filling-out-a-loan-application/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128835.7380,55,'oOagrPFeRsUxwc2MEIdYuVh3','','13|0|0|0|highfivefinance.com/2017/06/20/filling-out-a-loan-application/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128836.3110,55,'iNcKabUrV7hIOqyC1xj2JDfE','','13|0|0|0|highfivefinance.com/2017/06/20/financing-your-business-with-factoring/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128836.8690,55,'yh4fn97atgiLQpbqTrVUANRm','','13|0|0|0|highfivefinance.com/2017/06/20/financing-your-business-with-factoring/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128837.4270,55,'xHSwRB8cNOGQ5LXy7MWKjUi4','','13|0|0|0|highfivefinance.com/2017/06/19/important-things-to-remember-vehicle-financing/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128837.9890,55,'02cYCuStmw3R6bPG5VqAlrxZ','','13|0|0|0|highfivefinance.com/2017/06/19/important-things-to-remember-vehicle-financing/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128838.6060,55,'2JTH5xdIy0Sh9wWRq7XAzKG4','','13|0|0|0|highfivefinance.com/dos-and-donts-from-small-business-finance/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128839.1730,55,'uJFrbYR8M50v2a3XSPTZyhm6','','13|0|0|0|highfivefinance.com/dos-and-donts-from-small-business-finance/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128839.7300,55,'PNTeUZhcs0lDubqKS3iY1Ik2','','13|0|0|0|highfivefinance.com/finance-and-accounting-tips-for-small-businesses/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128840.2990,55,'juckt4sIJRlfrVnYdOBKaA3C','','13|0|0|0|highfivefinance.com/finance-and-accounting-tips-for-small-businesses/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128840.8600,55,'eknaWNKMty2bOvZozquLD6F5','','13|0|0|0|highfivefinance.com/tips-for-starting-a-company-in-an-unfamiliar-industry/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128841.4260,55,'CNhErFQ0apd3bjSmekoADLIw','','13|0|0|0|highfivefinance.com/tips-for-starting-a-company-in-an-unfamiliar-industry/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128841.9970,55,'ZjQXkbcxp15vazVw9gP2Khed','','13|0|0|0|highfivefinance.com/5-finance-tips-all-business-owners-should-follow/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128842.5550,55,'sRUBOcdgVjfIi5Ft7ozmxunC','','13|0|0|0|highfivefinance.com/5-finance-tips-all-business-owners-should-follow/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128843.1180,55,'m5P6gcBJX2uZoCfYTxaEl1jb','','13|0|0|0|highfivefinance.com/privacy-policy/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128843.6830,55,'LK3hFOYc9WdzosnDvCG5ZTlt','','13|0|0|0|highfivefinance.com/privacy-policy/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128844.2520,55,'AyjWCBPSx3You4mNFDqvnwUt','','13|0|0|0|highfivefinance.com/terms-and-conditions/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128844.8170,55,'hDN27gFoaQGrI8d34cRieWPf','','13|0|0|0|highfivefinance.com/terms-and-conditions/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128845.3860,55,'r9OP2i6R1BeJvCLShGncmfxV','','13|0|0|0|highfivefinance.com/unsubscribe/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128845.9590,55,'lKFyTwIoVagBJZk3N1ROHALc','','13|0|0|0|highfivefinance.com/unsubscribe/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128846.6520,55,'0Blo4RraMckFtTgwWEYUDK9z','','13|0|0|0|highfivefinance.com/wp-json/oembed/1.0/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128847.2090,55,'z6uWHEaIUhKYqykTeBQdONlo','','13|0|0|0|highfivefinance.com/wp-json/oembed/1.0/administrator/index.php'),('78.155.221.202',1318837706,'',0,1548128847.7630,55,'Bk34IsjdHwJTYEcKnthPOFao','','13|0|0|0|highfivefinance.com/personal-finance-planning-tips/wp-login.php'),('78.155.221.202',1318837706,'',0,1548128848.3170,55,'rTmq2PJnsG0Kgcpv7O5tMCfB','','13|0|0|0|highfivefinance.com/personal-finance-planning-tips/administrator/index.php'),('94.130.35.51',1585586995,'',0,1548135483.0520,55,'dRnh5BFQa7cCwKDu9N6Xlivg','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('47.91.104.30',794519582,'wxwebadmin',0,1548136808.0940,52,'rUyD8u3enwm7BNK4hsV2aftE','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('47.91.104.30',794519582,'',0,1548136808.0940,11,'rUyD8u3enwm7BNK4hsV2aftE','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('47.91.104.30',794519582,'',0,1548136809.9730,50,'fmJKzXMN05u2dbBs8qUHcCne','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548141761.1110,55,'8Evzh6pKdCLcQNOIk7a1VFZY','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('149.115.206.179',2507394739,'',0,1548146653.3010,55,'e0FTgVoCELUKRkAj9wc2OlI6','','13|0|0|0|highfivefinance.com/cache.php'),('149.115.206.179',2507394739,'',0,1548146653.3010,11,'e0FTgVoCELUKRkAj9wc2OlI6','','0|0|0|0|highfivefinance.com/cache.php'),('64.44.97.49',1076650289,'',0,1548146654.6490,55,'1JOcNtpbuQ0s5kHYdEXZSogT','','13|0|0|0|highfivefinance.com/cache.php'),('64.44.97.49',1076650289,'',0,1548146654.6490,11,'1JOcNtpbuQ0s5kHYdEXZSogT','','0|0|0|0|highfivefinance.com/cache.php'),('64.44.97.49',1076650289,'',0,1548146656.1940,55,'THD8pKlW7jFUyNZAtk05wOc4','','13|0|0|0|highfivefinance.com/wp-content/themes/wp-update.php'),('94.130.35.51',1585586995,'',0,1548150760.9740,55,'LOfIYnFy6Ve2tuB5iMKQAvW7','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548155256.3370,55,'KIzUbxdFmeHjEqtPnZo91CcN','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548164399.8010,55,'k5lx2ORK916AJU0WyNHI4Ehn','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1548168910.1640,52,'ZDgd2olTHEkjtWGrn8a1eN6b','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1548168910.1640,11,'ZDgd2olTHEkjtWGrn8a1eN6b','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548172293.2730,55,'EgKVHC0PyOoT3G7UMkZcDWRA','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548178339.6680,55,'0d1QR8AlIcjneEFVvu4Gg5sk','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548183813.6670,55,'oY0nO1uN53JkwDfpjW9IGK4B','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('206.72.202.179',3460876979,'',0,1548189390.7130,50,'OlzXx8I9GegLJUnoQNTFS3uD','','0|0|0|0|highfivefinance.com/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189390.7130,11,'OlzXx8I9GegLJUnoQNTFS3uD','','0|0|0|0|highfivefinance.com/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189391.3540,55,'FVmLoCYHpeIx6vERwSG8K049','','13|0|0|0|highfivefinance.com/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189391.7570,55,'l9GuM5JpFrc7d2kVgqOwPQLI','','13|0|0|0|highfivefinance.com/feed/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189392.2160,55,'h1dgpRVkPCWJFjNZDl02iaw4','','13|0|0|0|highfivefinance.com/feed/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189392.6020,55,'XyadZ83MVlKf7tPnROGuLmY4','','13|0|0|0|highfivefinance.com/comments/feed/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189393.0430,55,'euTIwcdgmWND2RtKyxkFGPE7','','13|0|0|0|highfivefinance.com/comments/feed/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189393.5670,55,'1fh0S3igV2NGvwJtyHsB4Z8K','','13|0|0|0|highfivefinance.com/wp-includes/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189393.9630,55,'Oc9nhUxzd6g5vwaZAT3ljW0L','','13|0|0|0|highfivefinance.com/wp-includes/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189394.3410,55,'yxiOv2bTYAG96kfDeUVzaLPq','','13|0|0|0|highfivefinance.com/wp-content/uploads/2017/06/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189394.7910,55,'PFgJmL1RaC3zxo5rBnUjsw0O','','13|0|0|0|highfivefinance.com/wp-content/uploads/2017/06/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189395.2690,55,'eDIUbsaupoX3nkZYwHO1GqBE','','13|0|0|0|highfivefinance.com/contact-us/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189395.6640,55,'zxAqvylREL1n6oupPcU8GfrO','','13|0|0|0|highfivefinance.com/contact-us/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189396.1610,55,'8feGL6BoQ2N0SIvtAcgCPMdb','','13|0|0|0|highfivefinance.com/subscribe/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189396.5280,55,'yBkIVclmMZjbUDqfp9hC3WXP','','13|0|0|0|highfivefinance.com/subscribe/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189396.9260,55,'UTaCLeDjqHISo4Z0u3OgQtK8','','13|0|0|0|highfivefinance.com/ways-to-finance-your-business/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189397.3820,55,'YK2sEkN9v5xiLDXAMGnFOcSy','','13|0|0|0|highfivefinance.com/ways-to-finance-your-business/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189397.8280,55,'ZlCDwzOjYfQcp3WKNeX5nAFi','','13|0|0|0|highfivefinance.com/understanding-vehicle-financing/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189398.1820,55,'0aICVvDw38f2mU6KGEgOiRjc','','13|0|0|0|highfivefinance.com/understanding-vehicle-financing/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189398.5740,55,'OLRUDJGMiQcC9Fnf6sqVAIkE','','13|0|0|0|highfivefinance.com/how-can-i-source-financing-companies-for-my-customers/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189398.9340,55,'Z8wgREvGjCY27b4oW6TMIl3q','','13|0|0|0|highfivefinance.com/how-can-i-source-financing-companies-for-my-customers/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189399.2870,55,'UEHpoxYIc12ePvTNKFhZSDs8','','13|0|0|0|highfivefinance.com/what-is-personal-finance/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189399.6760,55,'tcV9NZjvAwoPLGJzayeX04FQ','','13|0|0|0|highfivefinance.com/what-is-personal-finance/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189400.0850,55,'sqEGuQxBoV9URNrCjn1p7eJX','','13|0|0|0|highfivefinance.com/what-is-corporate-finance/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189400.4740,55,'rqOg2zbJn06f45IGxStBNceK','','13|0|0|0|highfivefinance.com/what-is-corporate-finance/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189400.8270,55,'56m9CtkPpFREoqQTsYGuKWdO','','13|0|0|0|highfivefinance.com/what-is-financial-services/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189401.2110,55,'wIk0smYtfv8pNLnegdVlB712','','13|0|0|0|highfivefinance.com/what-is-financial-services/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189401.5740,55,'aDAtkgynzcQqX1dSJ4W5sF82','','13|0|0|0|highfivefinance.com/ways-to-make-saving-and-investing-easier/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189402.0740,55,'1mkVdXYE7uw9GpLUMebxOacF','','13|0|0|0|highfivefinance.com/ways-to-make-saving-and-investing-easier/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189402.4660,55,'yJX7MxKb4sOLuG3whdFIlHvU','','13|0|0|0|highfivefinance.com/investment-bonds/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189402.8490,55,'W258VINdOBs3Uc0JLFyhreHE','','13|0|0|0|highfivefinance.com/investment-bonds/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189403.4570,55,'QwZIVi6j9rR18uHNv43l7Kob','','13|0|0|0|highfivefinance.com/mutual-funds/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189403.8320,55,'Of6BJ4mokU8dTqXauFRWsjSM','','13|0|0|0|highfivefinance.com/mutual-funds/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189404.1970,55,'1vV2hHqLZNg9ROY5IbcAE8yo','','13|0|0|0|highfivefinance.com/money-market-accounts/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189404.5500,55,'GkBPQad37Ep81evcmZqgjhsS','','13|0|0|0|highfivefinance.com/money-market-accounts/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189404.9010,55,'TH1AuZ46De7tQJwvhGgfMYEC','','13|0|0|0|highfivefinance.com/exchange-traded-fund-etf/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189405.2910,55,'Dufcd2XmqJSw85bW3UOoPxnT','','13|0|0|0|highfivefinance.com/exchange-traded-fund-etf/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189405.7120,55,'kC7A0OTqi3GmnlwuEZp4SoUL','','13|0|0|0|highfivefinance.com/2017/06/20/filling-out-a-loan-application/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189406.0810,55,'vn3IdYy6Opa0g52WblHCqN79','','13|0|0|0|highfivefinance.com/2017/06/20/filling-out-a-loan-application/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189406.4720,55,'em6K3Ux4pCNlkOtnodIGy8z2','','13|0|0|0|highfivefinance.com/2017/06/20/financing-your-business-with-factoring/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189406.8520,55,'EajD5Xk2PrFYyswg76zlCMUA','','13|0|0|0|highfivefinance.com/2017/06/20/financing-your-business-with-factoring/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189407.2170,55,'e4rQWZsvanhNEJtULFT7m6c2','','13|0|0|0|highfivefinance.com/2017/06/19/important-things-to-remember-vehicle-financing/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189407.5880,55,'QKEDRvtgFVmJLWS7XxeoPs6Y','','13|0|0|0|highfivefinance.com/2017/06/19/important-things-to-remember-vehicle-financing/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189407.9760,55,'WnxzJL3a5EZqImv6puXjbBDS','','13|0|0|0|highfivefinance.com/dos-and-donts-from-small-business-finance/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189408.3500,55,'6u0VF1SxfkplYXPrw4NjRnWa','','13|0|0|0|highfivefinance.com/dos-and-donts-from-small-business-finance/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189408.7020,55,'YrZLcaGjSvAzHPmplwV9NBMb','','13|0|0|0|highfivefinance.com/finance-and-accounting-tips-for-small-businesses/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189409.1280,55,'jk0r2LIX98FARC4qUTlcyJYG','','13|0|0|0|highfivefinance.com/finance-and-accounting-tips-for-small-businesses/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189409.5060,55,'lCjKuNeRQJ3SrbL7YnFzhAyH','','13|0|0|0|highfivefinance.com/tips-for-starting-a-company-in-an-unfamiliar-industry/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189409.9330,55,'tcsSZ4N9CkGrx6bzqfXK0FHU','','13|0|0|0|highfivefinance.com/tips-for-starting-a-company-in-an-unfamiliar-industry/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189410.3050,55,'vEGRnBze4UbtJ1i5HdxTQSOm','','13|0|0|0|highfivefinance.com/5-finance-tips-all-business-owners-should-follow/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189410.6810,55,'dKQaR51ITkyGvUbXBlWSePhr','','13|0|0|0|highfivefinance.com/5-finance-tips-all-business-owners-should-follow/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189411.1160,55,'coLES6Tvka2lJXZGIxAMDC8b','','13|0|0|0|highfivefinance.com/privacy-policy/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189411.4860,55,'ycq4fIsYH8t3o0B5JpXZSeuA','','13|0|0|0|highfivefinance.com/privacy-policy/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189411.8840,55,'0rS5Dlm7NjRpZqysKwV2Pzth','','13|0|0|0|highfivefinance.com/terms-and-conditions/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189412.2570,55,'iD6j0oxGPEwNfRFvBcunmQsT','','13|0|0|0|highfivefinance.com/terms-and-conditions/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189412.6790,55,'EJ7mcaoX2QrWN8enh0416PVA','','13|0|0|0|highfivefinance.com/unsubscribe/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189413.0380,55,'vp3eiSWDrPywBITUQoV6ACs8','','13|0|0|0|highfivefinance.com/unsubscribe/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189413.4370,55,'l8G5jbLVXRBTiEyPkaHvpI36','','13|0|0|0|highfivefinance.com/wp-json/oembed/1.0/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189413.8160,55,'hqbGDvBnJOUQdpzlCuYfaLN3','','13|0|0|0|highfivefinance.com/wp-json/oembed/1.0/administrator/index.php'),('206.72.202.179',3460876979,'',0,1548189414.2240,55,'4UjiT5E392GRnkaoVpWmZhxq','','13|0|0|0|highfivefinance.com/personal-finance-planning-tips/wp-login.php'),('206.72.202.179',3460876979,'',0,1548189414.6060,55,'eMxjYv0oKLNZiP2mOQgFIqf7','','13|0|0|0|highfivefinance.com/personal-finance-planning-tips/administrator/index.php'),('94.130.35.51',1585586995,'',0,1548194705.7870,55,'RzQcUuVrEOlX2mAB4nLkpToI','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548200364.2000,55,'Hxw9GCUKTvMWm7SZ4dIaVf3u','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.152',3119176088,'',0,1548206702.2840,50,'TcUOB84lh2MDrKvtLJ6zXix1','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.152',3119176088,'',0,1548206702.2840,11,'TcUOB84lh2MDrKvtLJ6zXix1','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.152',3119176088,'',0,1548206703.1050,50,'mgVaceKF8sZSyEBYqxC3oluw','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548207648.0660,55,'NoCg4kIJH5UvyR0BWG1AemhX','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548215458.9390,55,'no3K5FMXsc2wbYzjplD7kuPi','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548219986.2450,55,'M50EyIwqRcCGzkVO7WZtDSNU','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('47.91.104.30',794519582,'wxwebadmin',0,1548224993.0590,52,'CIdXfk7uNieGnhJHTxw3s9Qc','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('47.91.104.30',794519582,'',0,1548224993.0590,11,'CIdXfk7uNieGnhJHTxw3s9Qc','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('47.91.104.30',794519582,'',0,1548224995.0170,50,'7jLJ4Y3VPawi5UCdGRqFvokf','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548230891.7700,55,'lYHvGOa7IZARmszEhQ5p2ito','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548234209.3560,55,'eQxgUmFSL7oJvujpy0fP6OGk','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548242964.5890,55,'SU2Pc3uTwEfDzpJ8itQ0v9Gg','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548251476.8430,55,'6rQNGdbABPjV47lc3Rp05Z2X','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548256442.6700,55,'TSavwMqW57KmZXyFscQ0BC34','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('31.28.163.44',521970476,'',0,1548263632.7550,50,'Rewj8H9ZT72D0nNVKhXp6SAi','','0|0|0|0|highfivefinance.com/wp-login.php'),('31.28.163.44',521970476,'',0,1548263632.7550,11,'Rewj8H9ZT72D0nNVKhXp6SAi','','0|0|0|0|highfivefinance.com/wp-login.php'),('218.61.30.237',3661438701,'',0,1548264521.4100,50,'T4WVuYgaBv8MRqkEZbKAcOdi','','0|0|0|0|highfivefinance.com/wp-login.php'),('218.61.30.237',3661438701,'',0,1548264521.4100,11,'T4WVuYgaBv8MRqkEZbKAcOdi','','0|0|0|0|highfivefinance.com/wp-login.php'),('218.61.30.237',3661438701,'',0,1548264526.0250,50,'bRsEiwHPpFYzJVB07D2q1mCd','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548266842.2190,55,'74qSPfwpvDUni65mMYRAtVXk','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548272032.8310,55,'ybzawANLhxJO0d9ekgmE4VXT','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548279784.2920,55,'dolnwZOR23p4vD5QsyrugFhV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548284996.3680,55,'cuTKljdNXC1OWHLiPspSbqwh','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.205',3119176141,'',0,1548286407.4400,50,'KULsGrdD0bABY2fNgnXTPvmw','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.205',3119176141,'',0,1548286407.4400,11,'KULsGrdD0bABY2fNgnXTPvmw','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.205',3119176141,'',0,1548286408.2760,50,'2iqTF3h6kDz87OM1Sxs9eKAa','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548295286.2130,55,'HIfdJ27giEvQjOtCp3eLlKSo','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548300937.0140,55,'Uj0SM7vl1ax6Jzc5OrTeLs3K','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548308480.1250,55,'lqCQybZoAPUgipnIB0X4c7zx','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.206.225.234',3117343210,'wxwebadmin',0,1548321138.8200,52,'MZyA4ieDF3820WwcRLxQtIrV','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('185.206.225.234',3117343210,'',0,1548321138.8200,11,'MZyA4ieDF3820WwcRLxQtIrV','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548324796.3370,55,'bI7SenQPyoWs4hvErtj56JDq','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('68.66.216.37',1145231397,'',0,1548327505.3080,55,'xwgRcGCe46tayZFBzob5HVl2','','13|0|0|0|highfivefinance.com/wp-content/uploads/2018/09/blackhat.php'),('68.66.216.37',1145231397,'',0,1548327505.3080,11,'xwgRcGCe46tayZFBzob5HVl2','','0|0|0|0|highfivefinance.com/wp-content/uploads/2018/09/blackhat.php'),('93.94.226.59',1566499387,'',0,1548327800.8450,55,'9EjRAof6Q8TOV3u5smabvc0n','','13|0|0|0|highfivefinance.com/meta.php'),('93.94.226.59',1566499387,'',0,1548327800.8450,11,'9EjRAof6Q8TOV3u5smabvc0n','','0|0|0|0|highfivefinance.com/meta.php'),('94.130.35.51',1585586995,'',0,1548329054.0790,55,'lU687jr1QHP5CcnbatTeKDZf','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548336348.0010,55,'dmbvQRWML7YIUP9x5oa0DgJu','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2a01:4f8:222:44f:0:0:0:2',1,'',0,1548337778.7590,55,'otXviPUMJcWqpLFmV8NCQ71D','','13|0|0|0|highfivefinance.com/wp-content/plugins/background-image-cropper/wp-console.php'),('2a01:4f8:222:44f:0:0:0:2',1,'',0,1548337778.7590,11,'otXviPUMJcWqpLFmV8NCQ71D','','0|0|0|0|highfivefinance.com/wp-content/plugins/background-image-cropper/wp-console.php'),('94.130.35.51',1585586995,'',0,1548344152.5100,55,'sW4BvTx2JAeIQ0fVHZir9ocR','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('64.13.232.16',1074653200,'',0,1548350926.7830,55,'vgxuVhDtZOXQUdKlnjYkN71c','','13|0|0|0|highfivefinance.com/wp-content/uploads/2018/09/wp-console.php'),('64.13.232.16',1074653200,'',0,1548350926.7830,11,'vgxuVhDtZOXQUdKlnjYkN71c','','0|0|0|0|highfivefinance.com/wp-content/uploads/2018/09/wp-console.php'),('64.13.232.16',1074653200,'',0,1548350929.9450,55,'YrGT1Uc8nIN4uvektFjxgOD0','','13|0|0|0|highfivefinance.com/wp-content/uploads/2018/09/wp-console.php'),('46.242.240.36',787673124,'',0,1548351266.8450,55,'mkrqz7W41oFDGJYIOjclEVaZ','','13|0|0|0|highfivefinance.com/wp-content/uploads/2019/01/content-post.php'),('46.242.240.36',787673124,'',0,1548351266.8450,11,'mkrqz7W41oFDGJYIOjclEVaZ','','0|0|0|0|highfivefinance.com/wp-content/uploads/2019/01/content-post.php'),('94.130.35.51',1585586995,'',0,1548352513.0530,55,'jGVdxbcnsyRFPt4J2HZ3vkLr','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('213.251.182.107',3590043243,'',0,1548357543.5630,55,'uKJCzL9bUZcV1aMmqtrGeoN8','','13|0|0|0|highfivefinance.com/wp-includes/js/imgareaselect/Mhbgf.php'),('213.251.182.107',3590043243,'',0,1548357543.5630,11,'uKJCzL9bUZcV1aMmqtrGeoN8','','0|0|0|0|highfivefinance.com/wp-includes/js/imgareaselect/Mhbgf.php'),('213.251.182.107',3590043243,'',0,1548357550.6400,55,'pWeTmNEcarCSL3Xydh5kIJu1','','13|0|0|0|highfivefinance.com/wp-includes/js/imgareaselect/Mhbgf.php'),('213.251.182.107',3590043243,'',0,1548357563.7000,55,'UO71kybIDVahr8WMNsid93vj','','13|0|0|0|highfivefinance.com/wp-includes/js/imgareaselect/Mhbgf.php'),('2a02:c200:1:10:0:0:1404:1',1,'',0,1548359007.9880,55,'L2Z0lMapc7NXHhmESnQIBske','','13|0|0|0|highfivefinance.com/wp-content/themes/fincorp/about3.php'),('2a02:c200:1:10:0:0:1404:1',1,'',0,1548359007.9880,11,'L2Z0lMapc7NXHhmESnQIBske','','0|0|0|0|highfivefinance.com/wp-content/themes/fincorp/about3.php'),('2a02:c200:1:10:0:0:1404:1',1,'',0,1548359013.3580,55,'I6zQxaP3vkEK8gqOc4CpNT2H','','13|0|0|0|highfivefinance.com/wp-content/themes/fincorp/about3.php'),('94.130.35.51',1585586995,'',0,1548359420.9000,55,'OzNU56m1tApiFWPyHCG8LZQ0','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('27.254.81.248',469651960,'',0,1548362111.2740,55,'y2asJgO1YpILxVWN0Pl8h9v7','','13|0|0|0|highfivefinance.com/wp-includes/images/media/Mhbgf.php'),('27.254.81.248',469651960,'',0,1548362111.2740,11,'y2asJgO1YpILxVWN0Pl8h9v7','','0|0|0|0|highfivefinance.com/wp-includes/images/media/Mhbgf.php'),('94.130.35.51',1585586995,'',0,1548367235.1680,55,'5DFIhSuGqUZ6fkBscO2M0ny9','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1548370108.9010,52,'07HmQTkFzPB3jXaGn8SdYMKN','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1548370108.9010,11,'07HmQTkFzPB3jXaGn8SdYMKN','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548371473.3970,55,'Z8uLHlKMc2gETsWr9yI5OpmS','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.210',3119176146,'',0,1548376227.2450,55,'a0iLe485qsoFOTUBwhGymE6v','','13|0|0|0|highfivefinance.com/wp-content/plugins/Login-wall-etgFB/login_wall.php'),('185.234.217.210',3119176146,'',0,1548376227.2450,11,'a0iLe485qsoFOTUBwhGymE6v','','0|0|0|0|highfivefinance.com/wp-content/plugins/Login-wall-etgFB/login_wall.php'),('185.234.217.210',3119176146,'',0,1548376227.8430,55,'5e6wbAGfo2g1QzNYTUI8D7xO','','13|0|0|0|highfivefinance.com/wp-content/plugins/sfn.php'),('185.234.217.210',3119176146,'',0,1548376229.4380,55,'aUYhZsC6uf1rLVmgQBAyDGX8','','13|0|0|0|highfivefinance.com/wp-content/uploads/sfn.php'),('185.234.217.210',3119176146,'',0,1548376230.8330,55,'Wu1IHLnlsiCGN6oTaArMpOc4','','13|0|0|0|highfivefinance.com/wp-content/plugins/revslider/temp/update_extract/sfn.php'),('185.234.217.210',3119176146,'',0,1548376231.4150,55,'nlgdhB3I0iaoCmZUJ1M9Qk4z','','13|0|0|0|highfivefinance.com/wp-content/plugins/revslider/sfn.php'),('185.234.217.210',3119176146,'',0,1548376231.9880,55,'2BCoE1cqRwY4etuFxsnhHXf6','','13|0|0|0|highfivefinance.com/license.php'),('185.234.217.210',3119176146,'',0,1548376232.5800,55,'PhQB4Gl9HIWE6AwMbpqT8n7r','','13|0|0|0|highfivefinance.com/sfn.php'),('185.234.217.210',3119176146,'',0,1548376233.1610,55,'BG2jrnetPd8CU41kaSAg7DON','','13|0|0|0|highfivefinance.com/uploadify/uploadify.php'),('185.234.217.210',3119176146,'',0,1548376233.7480,55,'My256SjJNQcEDk01YlZFI8qd','','13|0|0|0|highfivefinance.com/sfn.php'),('185.234.217.210',3119176146,'',0,1548376234.3540,55,'qX15gmzObsy3ArNxR2UZhkcF','','13|0|0|0|highfivefinance.com/tiny_mce/plugins/tinybrowser/upload_file.php'),('185.234.217.210',3119176146,'',0,1548376234.9460,55,'zHBJqNhMAiVPoG0rltEaZxUc','','13|0|0|0|highfivefinance.com/sfn.php'),('185.234.217.210',3119176146,'',0,1548376235.5480,55,'iUDQALB8nFIhlGr9YexbjNEV','','13|0|0|0|highfivefinance.com/sites/all/libraries/elfinder/php/connector.minimal.php'),('185.234.217.210',3119176146,'',0,1548376236.1280,55,'hwzB6oP1SjtDds8fGu34cRJ0','','13|0|0|0|highfivefinance.com/sites/all/libraries/elfinder/files/sfn.php'),('185.234.217.210',3119176146,'',0,1548376236.7020,55,'BAxN7MtY2TXwCQPsGlUdEgkD','','13|0|0|0|highfivefinance.com/wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php'),('185.234.217.210',3119176146,'',0,1548376237.2890,55,'UzLbhiYnXT9xGP7WIA3D1oEK','','13|0|0|0|highfivefinance.com/wp-content/uploads/files/guest/sfn.php'),('185.234.217.210',3119176146,'',0,1548376237.8570,55,'xys8NB7hWPo2TL6nQbAFIevr','','13|0|0|0|highfivefinance.com/wp-content/plugins/woocommerce-product-options/includes/image-upload.php'),('185.234.217.210',3119176146,'',0,1548376238.4480,55,'KsHAxvZi7R93yMh8W0farjBd','','13|0|0|0|highfivefinance.com/wp-content/uploads/2019/1/sfn.php'),('185.234.217.210',3119176146,'',0,1548376239.0240,55,'sOCmGND7cXlBq9ru3A5vnZVW','','13|0|0|0|highfivefinance.com/modules/mod_simplefileuploadv1.3/elements/udd.php'),('185.234.217.210',3119176146,'',0,1548376239.6170,55,'wpYtGHiC7szSlPeu6jrcvq0M','','13|0|0|0|highfivefinance.com/modules/mod_simplefileuploadv1.3/elements/sfn.php'),('185.234.217.210',3119176146,'',0,1548376241.8840,50,'BHnOzw2bUA4sY7PITvC6rqoe','','13|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.210',3119176146,'',0,1548376242.6840,50,'SpuUjlYNfrc0HsMhJCKGzv7g','','13|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.210',3119176146,'',0,1548376243.4700,50,'RXfwgsjpbWeM21rHInkSL7c5','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548378933.2840,55,'gbw0kM65msOuXF1aVyYintH3','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548388197.2080,55,'CIxZ1oO2r7FT0ic8am4Nefpz','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548395822.7970,55,'USh8lQJGgE7VjpWbcXdur1Rk','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.210.219.156',3117603740,'',0,1548398156.2650,55,'Tvuo9GC65OEWgnfezxI271jZ','','13|0|0|0|highfivefinance.com/blog1/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398156.2650,11,'Tvuo9GC65OEWgnfezxI271jZ','','0|0|0|0|highfivefinance.com/blog1/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398200.4300,55,'kg3GY8n6fx1CyqJmjHM29wDX','','13|0|0|0|highfivefinance.com/wordpress3/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398201.0000,55,'XdRzo1wVJWb4trnQ76DCsIGc','','13|0|0|0|highfivefinance.com/wordpress3/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398201.5950,55,'kG3nPLVMaRoNI06ujJ8BKwO2','','13|0|0|0|highfivefinance.com/wp3/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398202.1720,55,'7VcLwYGafNynt2Ih9ejrdk1z','','13|0|0|0|highfivefinance.com/wp3/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398216.0120,55,'0MIWwY7Oxv4fZ1NuSylCPacG','','13|0|0|0|highfivefinance.com/blog3/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398216.6770,55,'hfrW6HqMlmawVEZUTzItSnjb','','13|0|0|0|highfivefinance.com/blog3/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398230.3740,55,'1BlvnujHQRtrFXIohPcxNMYs','','13|0|0|0|highfivefinance.com/test1/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398230.9580,55,'HcTeLraIvdt3WhNFDMCXU2j9','','13|0|0|0|highfivefinance.com/test1/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398244.6610,55,'VCFaP71Zzh9mw6civnyANEWg','','13|0|0|0|highfivefinance.com/wp/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398245.3010,55,'YJiwZlhoQ6yuvKaqO7bMBdX9','','13|0|0|0|highfivefinance.com/wp/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398258.9550,55,'jsivlNKITXe4Grnh9B5F2OL3','','13|0|0|0|highfivefinance.com/wordpress1/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398259.5500,55,'7wjM26nWz8sxkvDoLfCBqSXN','','13|0|0|0|highfivefinance.com/wordpress1/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398286.3830,55,'PrigWw5hSx2dnDaIqN3MUA7f','','13|0|0|0|highfivefinance.com/wordpress2/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398286.9510,55,'t6Lv2ciuWrGbOzFCnKXSZTH1','','13|0|0|0|highfivefinance.com/wordpress2/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398287.5370,55,'20NU4iyrEDJkxbzoBhTKqWet','','13|0|0|0|highfivefinance.com/wordpress/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398288.1070,55,'kMd5jmZsKgbPN2raE1e3LQCS','','13|0|0|0|highfivefinance.com/wordpress/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398301.7790,55,'mrB4L78z6oba3ENKtd1gCDQi','','13|0|0|0|highfivefinance.com/wp1/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398302.3700,55,'qu2Rd9KYpoWyag16vcE8tGCJ','','13|0|0|0|highfivefinance.com/wp1/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398316.0780,55,'ZOrWPIksSMce6Yi3zuj9VAL0','','13|0|0|0|highfivefinance.com/test/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398316.6770,55,'eX1YjkruM06n5NCciHWqvQPD','','13|0|0|0|highfivefinance.com/test/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398369.5780,55,'3PeDqjgCLN5sZvMtKBpXhzT2','','13|0|0|0|highfivefinance.com/blog2/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398370.2840,55,'79MtaC2Y1fw4gumNzvlHjrFJ','','13|0|0|0|highfivefinance.com/blog2/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398370.9730,55,'GIXqtBVrORT7E1DHLzihAnsf','','13|0|0|0|highfivefinance.com/test2/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398371.6030,55,'YGltC71J4uONrx6V2fgIDT0Z','','13|0|0|0|highfivefinance.com/test2/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398411.8510,55,'mwGK0EP9lanAWtLJcM7Y4RkT','','13|0|0|0|highfivefinance.com/blog/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398412.4140,55,'HEAV7N0G1QsPZeLUJvB2wcmR','','13|0|0|0|highfivefinance.com/blog/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398412.9800,55,'HaneiR8X2qsVo5k1fGWBU0QO','','13|0|0|0|highfivefinance.com/test3/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398413.6660,55,'92h1GSFe6MEt3iTOjVx0YqQu','','13|0|0|0|highfivefinance.com/test3/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398414.2660,55,'q9lbSpswH7IPR65AQO3KXhY1','','13|0|0|0|highfivefinance.com/wp2/wp-login.php'),('185.210.219.156',3117603740,'',0,1548398414.8620,55,'gUnFu01RZfrGbeHMQtIpWON7','','13|0|0|0|highfivefinance.com/wp2/wp-login.php'),('94.130.35.51',1585586995,'',0,1548400260.3060,55,'YLSQxHEFnO4hu6PCkpoJV3Kq','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2a02:c200:1:10:0:0:1404:1',1,'',0,1548402574.9570,55,'J6kj5tPXIx4B8ov0NgplnVwb','','13|0|0|0|highfivefinance.com/wp-content/plugins/jetpack/wp-blogs.php'),('2a02:c200:1:10:0:0:1404:1',1,'',0,1548402574.9570,11,'J6kj5tPXIx4B8ov0NgplnVwb','','0|0|0|0|highfivefinance.com/wp-content/plugins/jetpack/wp-blogs.php'),('45.117.160.1',762683393,'',0,1548406103.8130,55,'nfLNg8IbOhV3wEQx4iU9HXyB','','13|0|0|0|highfivefinance.com/wp-admin/maint/newsleter.php'),('45.117.160.1',762683393,'',0,1548406103.8130,11,'nfLNg8IbOhV3wEQx4iU9HXyB','','0|0|0|0|highfivefinance.com/wp-admin/maint/newsleter.php'),('193.106.30.98',3244957282,'',0,1548407116.6300,55,'d9pzroG7FRVZx6eNw8i1IhJa','','13|0|0|0|highfivefinance.com/bps.php'),('193.106.30.98',3244957282,'',0,1548407116.6300,11,'d9pzroG7FRVZx6eNw8i1IhJa','','0|0|0|0|highfivefinance.com/bps.php'),('94.130.35.51',1585586995,'',0,1548409024.9490,55,'vkWQhuPNDH6qTxBL0XjZ4n9m','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548415969.3610,55,'U4KSryP1LQAJ56egjmWpbRXV','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2001:8d8:912:4b00:0:0:ae:a5bd',1,'',0,1548417423.2450,55,'TsZAc68C0O9FS42bdVH5nrgL','','13|0|0|0|highfivefinance.com/wp-content/plugins/jetpack/wp-setings.php'),('2001:8d8:912:4b00:0:0:ae:a5bd',1,'',0,1548417423.2450,11,'TsZAc68C0O9FS42bdVH5nrgL','','0|0|0|0|highfivefinance.com/wp-content/plugins/jetpack/wp-setings.php'),('94.156.175.61',1587326781,'',0,1548423641.1140,55,'zWUCXToFfOgGw1IDLZMilPSq','','13|0|0|0|highfivefinance.com/wp-admin/css/colors/coffee/wp-console.php'),('94.156.175.61',1587326781,'',0,1548423641.1140,11,'zWUCXToFfOgGw1IDLZMilPSq','','0|0|0|0|highfivefinance.com/wp-admin/css/colors/coffee/wp-console.php'),('94.130.35.51',1585586995,'',0,1548424915.3030,55,'EoGf9end3y2hYzrFKuPJ7DTw','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548429351.0060,55,'B8kNJmYpxG0ICRun6bhSK5fg','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548438469.6120,55,'y5Io2nGRCbPdzv01NwcTpBVx','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548445187.4190,55,'5iStGQp4x6mTP7C3N0UEMHWf','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548450518.8770,55,'pNavCr6ynGf5ceZ3x7BzqFWS','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548458764.6160,55,'6CSULBl7tVhsDr9MiRmA8YQI','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('81.182.251.201',1370946505,'',0,1548465588.4870,55,'9bR5JjiEcxfHAKSOzplWQLVD','','13|0|0|0|highfivefinance.com/wp-includes/images/smilies/Mhbgf.php'),('81.182.251.201',1370946505,'',0,1548465588.4870,11,'9bR5JjiEcxfHAKSOzplWQLVD','','0|0|0|0|highfivefinance.com/wp-includes/images/smilies/Mhbgf.php'),('94.130.35.51',1585586995,'',0,1548465858.2870,55,'KCGLg5prQ04zNBm9IcXdvWRe','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('50.62.56.237',842938605,'',0,1548469957.8950,55,'cSI5dULHEWY7vBMt32bpRaTi','','13|0|0|0|highfivefinance.com/wp-version.php'),('50.62.56.237',842938605,'',0,1548469957.8950,11,'cSI5dULHEWY7vBMt32bpRaTi','','0|0|0|0|highfivefinance.com/wp-version.php'),('50.62.56.237',842938605,'',0,1548469974.0010,55,'b24XUxJ3PWlptFo8GRLaDIhj','','13|0|0|0|highfivefinance.com/wp-version.php'),('94.130.35.51',1585586995,'',0,1548474092.5380,55,'s7S91mnFopvMijyU5tBcPW0w','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.206.225.234',3117343210,'wxwebadmin',0,1548476403.9770,52,'ZIyHwCkctXq2LdRV01msleAF','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('185.206.225.234',3117343210,'',0,1548476403.9770,11,'ZIyHwCkctXq2LdRV01msleAF','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('2607:f298:5:100b:0:0:848:af4f',1,'',0,1548477522.1150,55,'bmAztWnjNx0Bgy15VCX2PfZ3','','13|0|0|0|highfivefinance.com/wp-includes/images/wlw/Mhbgf.php'),('2607:f298:5:100b:0:0:848:af4f',1,'',0,1548477522.1150,11,'bmAztWnjNx0Bgy15VCX2PfZ3','','0|0|0|0|highfivefinance.com/wp-includes/images/wlw/Mhbgf.php'),('2607:f298:5:100b:0:0:848:af4f',1,'',0,1548477554.5380,55,'kjVpeY53l7qroZEzcCJ6awSy','','13|0|0|0|highfivefinance.com/wp-includes/images/wlw/Mhbgf.php'),('2607:f298:5:100b:0:0:848:af4f',1,'',0,1548477583.9870,55,'rBQiwyqJM9hTvkgE8G1e2X0p','','13|0|0|0|highfivefinance.com/wp-includes/images/wlw/Mhbgf.php'),('94.130.35.51',1585586995,'',0,1548479500.9800,55,'YCexlqPZysBUD14WzjdMFIfa','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.45.65.152',86851992,'',0,1548489307.9010,55,'aS903pTm1uDKlyUq7ZGC4sFH','','13|0|0|0|highfivefinance.com//wp-content/plugins/wp-special-textboxes/stb-uploader.php'),('5.45.65.152',86851992,'',0,1548489307.9010,11,'aS903pTm1uDKlyUq7ZGC4sFH','','0|0|0|0|highfivefinance.com//wp-content/plugins/wp-special-textboxes/stb-uploader.php'),('155.138.162.2',2609553922,'',0,1548489521.1410,55,'XYJ1k6UudTV5nDeM7SpNPRfs','','13|0|0|0|highfivefinance.com/adminer.php'),('155.138.162.2',2609553922,'',0,1548489521.1410,11,'XYJ1k6UudTV5nDeM7SpNPRfs','','0|0|0|0|highfivefinance.com/adminer.php'),('94.130.35.51',1585586995,'',0,1548489999.3930,55,'l3ILY7bfzjyCUVOGx8Hm4RPs','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548494401.7240,55,'kg5el2pKvyVxQOwI7Nfb1Ahc','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('95.211.151.66',1607702338,'',0,1548495945.0890,50,'dN68cXI9EVareP5GKC3pu4tx','','0|0|0|0|highfivefinance.com/wp-login.php'),('95.211.151.66',1607702338,'',0,1548495945.0890,11,'dN68cXI9EVareP5GKC3pu4tx','','0|0|0|0|highfivefinance.com/wp-login.php'),('178.254.50.109',3003003501,'',0,1548498850.2900,55,'IqGsMYam7N8Rp0brBcz15Zgd','','13|0|0|0|highfivefinance.com/wp-content/uploads/2019/01/wp-consoles.php'),('178.254.50.109',3003003501,'',0,1548498850.2900,11,'IqGsMYam7N8Rp0brBcz15Zgd','','0|0|0|0|highfivefinance.com/wp-content/uploads/2019/01/wp-consoles.php'),('94.130.35.51',1585586995,'',0,1548501987.4810,55,'tuleGqACgEc6WLZfojwvMIb0','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('142.93.13.133',2388462981,'',0,1548503214.6010,55,'PqHWf7DdShU4T5lCaF8GjKB9','','13|0|0|0|highfivefinance.com/wp/wp-login.php'),('142.93.13.133',2388462981,'',0,1548503214.6010,11,'PqHWf7DdShU4T5lCaF8GjKB9','','0|0|0|0|highfivefinance.com/wp/wp-login.php'),('178.254.50.109',3003003501,'',0,1548504703.5840,55,'NM7Kie80sTOQAWCPkp4uFjvG','','13|0|0|0|highfivefinance.com/wp-admin/includes/jss.php'),('178.254.50.109',3003003501,'',0,1548504703.5840,11,'NM7Kie80sTOQAWCPkp4uFjvG','','0|0|0|0|highfivefinance.com/wp-admin/includes/jss.php'),('2404:f080:1101:302:a163:44:192:201f',1,'',0,1548506874.1200,55,'ip5IPxuhvcOl9XodZQbKtja3','','13|0|0|0|highfivefinance.com/blog/wp-login.php'),('2404:f080:1101:302:a163:44:192:201f',1,'',0,1548506874.1200,11,'ip5IPxuhvcOl9XodZQbKtja3','','0|0|0|0|highfivefinance.com/blog/wp-login.php'),('94.130.35.51',1585586995,'',0,1548511276.3730,55,'BUDlAnZQu8cTowMf2pkF7tVd','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('75.98.173.208',1264758224,'',0,1548515299.9510,55,'ci5EblXoeJOWhH8v06qQzkyL','','13|0|0|0|highfivefinance.com/wp-content/uploads/2019/01/blackhat.php'),('75.98.173.208',1264758224,'',0,1548515299.9510,11,'ci5EblXoeJOWhH8v06qQzkyL','','0|0|0|0|highfivefinance.com/wp-content/uploads/2019/01/blackhat.php'),('94.130.35.51',1585586995,'',0,1548519323.3290,55,'aDXoSH8sWcBuwEr6IUitl35G','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('13.127.182.126',226473598,'',0,1548519480.0050,55,'8zq0fKsuF9eZmC2oPOSEawLG','','13|0|0|0|highfivefinance.com/site/wp-login.php'),('13.127.182.126',226473598,'',0,1548519480.0050,11,'8zq0fKsuF9eZmC2oPOSEawLG','','0|0|0|0|highfivefinance.com/site/wp-login.php'),('94.130.35.51',1585586995,'',0,1548522543.0420,55,'m8ZFPIG54kUNwnC6Y2pdbhiK','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('78.142.208.160',1317982368,'',0,1548523706.7690,55,'8i7YqgwQEnB3O5Hfa4ejTFpN','','13|0|0|0|highfivefinance.com/admin/wp-login.php'),('78.142.208.160',1317982368,'',0,1548523706.7690,11,'8i7YqgwQEnB3O5Hfa4ejTFpN','','0|0|0|0|highfivefinance.com/admin/wp-login.php'),('78.110.50.124',1315844732,'',0,1548524798.9240,55,'hnC92PxOV3wmzGlrct6KEMZ7','','13|0|0|0|highfivefinance.com/wp-content/themes/twentyten/404.php'),('78.110.50.124',1315844732,'',0,1548524798.9240,11,'hnC92PxOV3wmzGlrct6KEMZ7','','0|0|0|0|highfivefinance.com/wp-content/themes/twentyten/404.php'),('78.110.50.124',1315844732,'',0,1548524802.6710,55,'3FeLqwJiKY1DAzRpn92josbv','','13|0|0|0|highfivefinance.com/wp-content/themes/twentyten/404.php'),('2607:f1c0:841:1800:0:0:83:d89e',1,'',0,1548527938.2300,55,'VgYWtOmCedS2H18JEyjRuM3b','','13|0|0|0|highfivefinance.com/administrator/wp-login.php'),('2607:f1c0:841:1800:0:0:83:d89e',1,'',0,1548527938.2300,11,'VgYWtOmCedS2H18JEyjRuM3b','','0|0|0|0|highfivefinance.com/administrator/wp-login.php'),('185.26.122.17',3105520145,'',0,1548532303.3580,55,'szGuADfCMU53biQL2jdmS09q','','13|0|0|0|highfivefinance.com/wordpress/wp-login.php'),('185.26.122.17',3105520145,'',0,1548532303.3580,11,'szGuADfCMU53biQL2jdmS09q','','0|0|0|0|highfivefinance.com/wordpress/wp-login.php'),('94.130.35.51',1585586995,'',0,1548532915.0790,55,'N8p4l0J6FS7zTD5R2gMAWGi9','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('77.81.120.20',1297184788,'',0,1548533336.4470,55,'VtFefl9oNUKJsq0YrS4WM8Pk','','13|0|0|0|highfivefinance.com/wp-includes/pomo/wp-info.php'),('77.81.120.20',1297184788,'',0,1548533336.4470,11,'VtFefl9oNUKJsq0YrS4WM8Pk','','0|0|0|0|highfivefinance.com/wp-includes/pomo/wp-info.php'),('193.27.218.141',3239828109,'',0,1548533455.7270,55,'bg4DdiIk2wYCU5zap1OsjG6S','','13|0|0|0|highfivefinance.com/assets/images/wp-console.php'),('193.27.218.141',3239828109,'',0,1548533455.7270,11,'bg4DdiIk2wYCU5zap1OsjG6S','','0|0|0|0|highfivefinance.com/assets/images/wp-console.php'),('77.232.66.165',1307067045,'',0,1548534719.7900,55,'7qWNKTjJdyn6rf1zPu305vZo','','13|0|0|0|highfivefinance.com/wp-includes/Text/Diff/content-post.php'),('77.232.66.165',1307067045,'',0,1548534719.7900,11,'7qWNKTjJdyn6rf1zPu305vZo','','0|0|0|0|highfivefinance.com/wp-includes/Text/Diff/content-post.php'),('94.130.35.51',1585586995,'',0,1548537536.3060,55,'JNWl72aiS3bVYxIUAgrnKpkc','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('104.167.8.145',1755777169,'',0,1548539711.6420,55,'5evSBA39Ecq0TVfmplHKY2Di','','13|0|0|0|HIGHFIVEFINANCE.com/wordpress/wp-login.php'),('104.167.8.145',1755777169,'',0,1548539711.6420,11,'5evSBA39Ecq0TVfmplHKY2Di','','0|0|0|0|HIGHFIVEFINANCE.com/wordpress/wp-login.php'),('94.130.35.51',1585586995,'',0,1548545126.6250,55,'Ak7mEMXdiYeOzS3UqoILj4PK','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548553408.3830,55,'atLGJYExoMNwgTPsOvIkb056','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('138.128.144.74',2323681354,'',0,1548556893.2650,55,'otVKfGiDIzRQY6mPusLMHe5O','','13|0|0|0|HIGHFIVEFINANCE.com/administrator/index.php'),('138.128.144.74',2323681354,'',0,1548556893.2650,11,'otVKfGiDIzRQY6mPusLMHe5O','','0|0|0|0|HIGHFIVEFINANCE.com/administrator/index.php'),('94.130.35.51',1585586995,'',0,1548560772.0770,55,'J3PpwINUtD04fZARL71eus5G','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548566825.4860,55,'jnx9Zh8vemRcrazFTYqpJL6k','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548576541.5940,55,'DMVPo6HOBg5k0Et8maJhASn9','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548583415.8050,55,'LmwvEzgDVelFQC6T1oqIU2ud','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('69.12.72.175',1158432943,'',0,1548586070.4030,55,'coaFPWGvyKzMhRk5bZ6VsCrB','','13|0|0|0|highfivefinance.com/wp-content/plugins/apikey/apikey.php'),('69.12.72.175',1158432943,'',0,1548586070.4030,11,'coaFPWGvyKzMhRk5bZ6VsCrB','','0|0|0|0|highfivefinance.com/wp-content/plugins/apikey/apikey.php'),('94.130.35.51',1585586995,'',0,1548589773.3060,55,'msrTkEij5oB9cJWRH4blaxOK','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('13.76.7.33',223086369,'',0,1548592506.2810,50,'YHBCldKPh7U23Vfkqy41tonx','','0|0|0|0|highfivefinance.com/wp-login.php'),('13.76.7.33',223086369,'',0,1548592506.2810,11,'YHBCldKPh7U23Vfkqy41tonx','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548595971.5890,55,'2VqKg1iMAyIm06p9XzU5lhPT','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('175.236.156.204',2951519436,'',0,1548601035.4220,50,'e3g6KoEXRmWLYP1GMCT2DOb7','','0|0|0|0|highfivefinance.com/wp-login.php'),('175.236.156.204',2951519436,'',0,1548601035.4220,11,'e3g6KoEXRmWLYP1GMCT2DOb7','','0|0|0|0|highfivefinance.com/wp-login.php'),('175.236.156.204',2951519436,'',0,1548601037.4200,50,'nP6Xw3aWYUBgb9zoMeTsGfuO','','13|0|0|0|highfivefinance.com/wp-login.php'),('112.167.130.88',1890026072,'',0,1548602593.1340,50,'hcbFXgr6aT24qm9LN1z3d8yY','','0|0|0|0|highfivefinance.com/wp-login.php'),('112.167.130.88',1890026072,'',0,1548602593.1340,11,'hcbFXgr6aT24qm9LN1z3d8yY','','0|0|0|0|highfivefinance.com/wp-login.php'),('112.167.130.88',1890026072,'',0,1548602601.4720,50,'HuitDTxfeEOJVdksmS8P1Z6j','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548603068.1070,55,'1JRVQZTUGNmp5MSnwLD2lzvh','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('172.93.179.196',2891822020,'',0,1548608195.8990,55,'xOX5hoGI7KY4grU8vF0Bmc3e','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.179.196',2891822020,'',0,1548608195.8990,11,'xOX5hoGI7KY4grU8vF0Bmc3e','','0|0|0|0|highfivefinance.com/cache.php'),('64.44.101.35',1076651299,'',0,1548608197.0170,55,'CKLExi5SWcMTR8wr1l6XzoI4','','13|0|0|0|highfivefinance.com/cache.php'),('64.44.101.35',1076651299,'',0,1548608197.0170,11,'CKLExi5SWcMTR8wr1l6XzoI4','','0|0|0|0|highfivefinance.com/cache.php'),('64.44.101.35',1076651299,'',0,1548608198.4260,55,'O7HUL0iZWdmJYTF3ukEQ14XN','','13|0|0|0|highfivefinance.com/wp-content/themes/wp-update.php'),('188.138.105.63',3163187519,'',0,1548609658.7770,55,'8mXvFDc2eL6UTznxsqfWo5kN','','13|0|0|0|highfivefinance.com/wp-content/plugins/aio-shortcodes/timthumb.php'),('188.138.105.63',3163187519,'',0,1548609658.7770,11,'8mXvFDc2eL6UTznxsqfWo5kN','','0|0|0|0|highfivefinance.com/wp-content/plugins/aio-shortcodes/timthumb.php'),('94.130.35.51',1585586995,'',0,1548611056.3380,55,'Sdq6Nf2JHiBnQX9zh41kRlwM','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('192.227.102.132',3236128388,'',0,1548615522.9120,55,'lQPAEYmqwjNxH2sz394ByGKU','','13|0|0|0|HIGHFIVEFINANCE.com/wp/wp-login.php'),('192.227.102.132',3236128388,'',0,1548615522.9120,11,'lQPAEYmqwjNxH2sz394ByGKU','','0|0|0|0|HIGHFIVEFINANCE.com/wp/wp-login.php'),('94.130.35.51',1585586995,'',0,1548616067.8380,55,'H9ejESIfLhMFbNxk845UmZ2T','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.45.86.144',86857360,'',0,1548624244.4970,50,'pg1KPHa2r4NWSjvqLQ0dAeVf','','0|0|0|0|highfivefinance.com//wp-login.php'),('5.45.86.144',86857360,'',0,1548624244.4970,11,'pg1KPHa2r4NWSjvqLQ0dAeVf','','0|0|0|0|highfivefinance.com//wp-login.php'),('5.45.86.144',86857360,'',0,1548624247.3760,55,'1EqxrFhDL3fY5wibGzX90IZ6','','13|0|0|0|highfivefinance.com//administrator/index.php'),('5.45.86.144',86857360,'',0,1548624248.3640,55,'Y8LXS9wMhAWk3zmoxpCF0Igq','','13|0|0|0|highfivefinance.com//admin.php'),('94.130.35.51',1585586995,'',0,1548625758.5500,55,'qfNmluUWSAjaGoTiO1FKLbzR','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('97.74.228.115',1632298099,'',0,1548626621.5210,55,'m6XyWLKvApFsZioR8qlJbzk7','','13|0|0|0|highfivefinance.com/blog/xmlrpc.php'),('97.74.228.115',1632298099,'',0,1548626621.5210,11,'m6XyWLKvApFsZioR8qlJbzk7','','0|0|0|0|highfivefinance.com/blog/xmlrpc.php'),('97.74.228.115',1632298099,'',0,1548626621.5180,50,'fR5eGCkNsjAxMviawUVtOT2Q','','13|0|0|0|highfivefinance.com/xmlrpc.php'),('8.38.89.146',136731026,'',0,1548633233.6210,55,'QX4JjcUEt2kT3niY0bO59MSv','','13|0|0|0|HIGHFIVEFINANCE.com/wordpress/wp-login.php'),('8.38.89.146',136731026,'',0,1548633233.6210,11,'QX4JjcUEt2kT3niY0bO59MSv','','0|0|0|0|HIGHFIVEFINANCE.com/wordpress/wp-login.php'),('94.130.35.51',1585586995,'',0,1548633684.9830,55,'oAMuVKZt5Nmszbvp2gFqynOR','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2001:41d0:52:400:0:0:0:9b3',1,'',0,1548634204.6910,55,'9JFUA3DiupGoLzZV7d5yvHxE','','13|0|0|0|highfivefinance.com/wp-content/vz.php'),('2001:41d0:52:400:0:0:0:9b3',1,'',0,1548634204.6910,11,'9JFUA3DiupGoLzZV7d5yvHxE','','0|0|0|0|highfivefinance.com/wp-content/vz.php'),('94.130.35.51',1585586995,'',0,1548638267.5970,55,'cDenPkVE7ayFjlqthi3TYLHp','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548645178.4030,55,'daZIEWRk7f0FutHvn3BhMmbK','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('5.188.62.5',96222725,'wxwebadmin',0,1548650673.6460,52,'2jHZEAk1imX7sep6cLY5ugOM','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('5.188.62.5',96222725,'',0,1548650673.6460,11,'2jHZEAk1imX7sep6cLY5ugOM','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548652464.3470,55,'0StP1ufNE2b8HTcavRXA5ghm','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('145.255.60.159',2449423519,'',0,1548655031.6870,55,'zMQdnkSDIc6bGystu7aVBYle','','13|0|0|0|highfivefinance.com/wp-ajax-hook.php'),('145.255.60.159',2449423519,'',0,1548655031.6870,11,'zMQdnkSDIc6bGystu7aVBYle','','0|0|0|0|highfivefinance.com/wp-ajax-hook.php'),('94.130.35.51',1585586995,'',0,1548660819.8900,55,'mS3V9prTXEtynG06qUPlcLHx','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548668790.3030,55,'hnNFEP8Qs4bcL1jBxAD9u3qH','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('2607:ff28:2:f:a0de:3448:4331:7142',1,'',0,1548672855.4470,55,'JQ05Kv6ZzTSHUGiXtAIBOg1o','','13|0|0|0|highfivefinance.com/wp-content/plugins/ubh/up.php'),('2607:ff28:2:f:a0de:3448:4331:7142',1,'',0,1548672855.4470,11,'JQ05Kv6ZzTSHUGiXtAIBOg1o','','0|0|0|0|highfivefinance.com/wp-content/plugins/ubh/up.php'),('94.130.35.51',1585586995,'',0,1548676003.3300,55,'rJnF9fpG5hNQ4dEe1W2MZBvc','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('192.99.1.38',3227713830,'',0,1548677441.5350,50,'MjoLRu2bHTxfNSzDy0BrvkKi','','0|0|0|0|highfivefinance.com/wp-login.php'),('192.99.1.38',3227713830,'',0,1548677441.5350,11,'MjoLRu2bHTxfNSzDy0BrvkKi','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548682908.7150,55,'cjoHQPV8WNUpLKMYsuTqfAS7','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('31.7.61.124',520568188,'',0,1548686482.7930,55,'Rx0fbHvk4iNLGqsP8y5SU3KM','','13|0|0|0|HIGHFIVEFINANCE.com/test/wp-login.php'),('31.7.61.124',520568188,'',0,1548686482.7930,11,'Rx0fbHvk4iNLGqsP8y5SU3KM','','0|0|0|0|HIGHFIVEFINANCE.com/test/wp-login.php'),('94.130.35.51',1585586995,'',0,1548690180.4290,55,'27VlYGL8ZpI5wxCXeB6QusU9','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('193.106.30.98',3244957282,'',0,1548696645.1700,55,'nkeLqr9F1NpdhHMVvRTGcmQ4','','13|0|0|0|highfivefinance.com/wp-includes/js/tinymce/global.php'),('193.106.30.98',3244957282,'',0,1548696645.1700,11,'nkeLqr9F1NpdhHMVvRTGcmQ4','','0|0|0|0|highfivefinance.com/wp-includes/js/tinymce/global.php'),('94.130.35.51',1585586995,'',0,1548697559.8440,55,'ZanlGpcKMd0CvPUq94EDmNLi','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548706364.4510,55,'7QM6LVrweFSlgPjKnYf4I0zx','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('8.30.124.218',136215770,'',0,1548707351.4990,55,'AYcMrCBWLQiUsb6h3pu4OwNe','','13|0|0|0|HIGHFIVEFINANCE.com/1/wp-login.php'),('8.30.124.218',136215770,'',0,1548707351.4990,11,'AYcMrCBWLQiUsb6h3pu4OwNe','','0|0|0|0|HIGHFIVEFINANCE.com/1/wp-login.php'),('185.206.225.234',3117343210,'wxwebadmin',0,1548709196.8740,52,'hRPNX9gq2L8e34TlV6B7wbtK','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('185.206.225.234',3117343210,'',0,1548709196.8740,11,'hRPNX9gq2L8e34TlV6B7wbtK','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548710234.0290,55,'VE1uhtb5yICAmPloYUJ9dcvX','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548718869.9230,55,'CgbDy8QOdBfVcM9vhAUrHT4N','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548724122.9830,55,'QNrGvHJ9iy2Pd1ZwAcCkbxf8','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('123.232.22.138',2078807690,'',0,1548728295.5300,50,'CUA8V0GWvLwO2BDrX6tz9Ff3','','0|0|0|0|highfivefinance.com/wp-login.php'),('123.232.22.138',2078807690,'',0,1548728295.5300,11,'CUA8V0GWvLwO2BDrX6tz9Ff3','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548734042.7200,55,'1NTX2isukGJavLUyxjmbEReh','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548739780.5840,55,'yDCBudtTiH65MIqYSgzhwaks','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('188.138.105.83',3163187539,'',0,1548743912.5370,55,'fGzpWJ9Cs8FjX23imTNIK6Ll','','13|0|0|0|highfivefinance.com/wp-content/plugins/aio-shortcodes/thumb.php'),('188.138.105.83',3163187539,'',0,1548743912.5370,11,'fGzpWJ9Cs8FjX23imTNIK6Ll','','0|0|0|0|highfivefinance.com/wp-content/plugins/aio-shortcodes/thumb.php'),('94.130.35.51',1585586995,'',0,1548749168.9080,55,'J10FqMKaAPu8TRbS5BWmk6CQ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548753009.3660,55,'nVC4OyUXmr6ljaA753EIGohb','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548761815.5680,55,'QL8BE2zg4tm60PUWuJwns7Ci','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548769216.8090,55,'EFTNPlYzJxHRGtafvmUi3wLA','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('18.228.222.87',316989015,'',0,1548769295.4180,55,'nuMT2wzD51NJR9qmLrHboyhK','','13|0|0|0|highfivefinance.com/wp-upload-class.php'),('18.228.222.87',316989015,'',0,1548769295.4180,11,'nuMT2wzD51NJR9qmLrHboyhK','','0|0|0|0|highfivefinance.com/wp-upload-class.php'),('18.228.222.87',316989015,'',0,1548769298.3060,55,'OCRqIUVXrn8ML9KFo7eG3N4k','','13|0|0|0|highfivefinance.com/cache_.php'),('94.130.35.51',1585586995,'',0,1548777049.7870,55,'bakZznxtUJT3Kf45ED9sNVXL','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548783374.9720,55,'hKkCwvLSf4zGj0tbHBVNTW65','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548792471.4150,55,'2wFNySEZmpiaRQYku9VXxO3z','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548796835.2910,55,'A4rJlau2H57yUhBKwgRDQe0q','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('31.184.238.20',532213268,'',0,1548798189.4710,55,'Lkt9SapdquvOJjG0C8WnmTQE','','13|0|0|0|highfivefinance.com/yt.php'),('31.184.238.20',532213268,'',0,1548798189.4710,11,'Lkt9SapdquvOJjG0C8WnmTQE','','0|0|0|0|highfivefinance.com/yt.php'),('58.216.170.50',987277874,'',0,1548798505.5040,50,'sjQAfX67Eh5artHdL8K4VIzp','','0|0|0|0|highfivefinance.com/wp-login.php'),('58.216.170.50',987277874,'',0,1548798505.5040,11,'sjQAfX67Eh5artHdL8K4VIzp','','0|0|0|0|highfivefinance.com/wp-login.php'),('60.175.209.77',1018155341,'',0,1548798522.0780,50,'vKO5X8mJuft97IDsoiZ0qRy2','','0|0|0|0|highfivefinance.com/wp-login.php'),('60.175.209.77',1018155341,'',0,1548798522.0780,11,'vKO5X8mJuft97IDsoiZ0qRy2','','0|0|0|0|highfivefinance.com/wp-login.php'),('177.19.164.149',2970854549,'',0,1548798528.6290,50,'Yj0e6onWNZxiPbvXgw8QS3dF','','0|0|0|0|highfivefinance.com/wp-login.php'),('177.19.164.149',2970854549,'',0,1548798528.6290,11,'Yj0e6onWNZxiPbvXgw8QS3dF','','0|0|0|0|highfivefinance.com/wp-login.php'),('61.160.95.126',1033920382,'',0,1548798601.2000,50,'Us3ergfz8Ki1cN5mSEyYZGIR','','0|0|0|0|highfivefinance.com/wp-login.php'),('61.160.95.126',1033920382,'',0,1548798601.2000,11,'Us3ergfz8Ki1cN5mSEyYZGIR','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.178.26.20',3702659604,'',0,1548798640.1580,50,'XMH0RcLUjvSD8BpNkbKhqrdP','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.178.26.20',3702659604,'',0,1548798640.1580,11,'XMH0RcLUjvSD8BpNkbKhqrdP','','0|0|0|0|highfivefinance.com/wp-login.php'),('61.136.104.131',1032349827,'',0,1548798720.2460,50,'cm3zb6kP7W8peKtnZS1irXAa','','0|0|0|0|highfivefinance.com/wp-login.php'),('61.136.104.131',1032349827,'',0,1548798720.2460,11,'cm3zb6kP7W8peKtnZS1irXAa','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.164.2.116',3701736052,'',0,1548798741.8060,50,'vPMUzZGEJ7ecusLHxYCOfVWl','','0|0|0|0|highfivefinance.com/wp-login.php'),('220.164.2.116',3701736052,'',0,1548798741.8060,11,'vPMUzZGEJ7ecusLHxYCOfVWl','','0|0|0|0|highfivefinance.com/wp-login.php'),('187.58.151.15',3141179151,'',0,1548798747.7210,50,'TUBxAMa16rwLRuXenjV0iygh','','0|0|0|0|highfivefinance.com/wp-login.php'),('187.58.151.15',3141179151,'',0,1548798747.7210,11,'TUBxAMa16rwLRuXenjV0iygh','','0|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548804341.1630,55,'6f8zQRaDiH1tNYmkScO02pLC','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548814065.0780,55,'vpQnfdE0BK2WcZ8MIhlSD3mP','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.128.27.168',3112180648,'',0,1548816250.7990,50,'U7jpk5sEW8mFIoncZ6r2fAwY','','0|0|0|0|HIGHFIVEFINANCE.COM/wp-login.php'),('185.128.27.168',3112180648,'',0,1548816250.7990,11,'U7jpk5sEW8mFIoncZ6r2fAwY','','0|0|0|0|HIGHFIVEFINANCE.COM/wp-login.php'),('94.130.35.51',1585586995,'',0,1548819334.4330,55,'hQWkqRIFfy9rAz38lZ4VCtPT','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548827349.4050,55,'8eAObKZ5fBRQzqN6GwiLUtXl','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548833953.5610,55,'uWcgZ4ery8wlCQvYzDXK2fom','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548840164.6140,55,'wpuBLGNrVtF7mKWDZEdy6Tl2','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548847311.3350,55,'xqoP5uhFwa8sdeTVRkBJKiIQ','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548856073.8370,55,'iVDf6st3RjelAyWqMgu1F58x','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('69.12.72.175',1158432943,'',0,1548859778.3380,55,'5cnrSNyJuf3ZMGp9EzLtokid','','13|0|0|0|highfivefinance.com/wp-content/plugins/linklove/linklove.php'),('69.12.72.175',1158432943,'',0,1548859778.3380,11,'5cnrSNyJuf3ZMGp9EzLtokid','','0|0|0|0|highfivefinance.com/wp-content/plugins/linklove/linklove.php'),('94.130.35.51',1585586995,'',0,1548863926.6830,55,'7oz1kETHGYwmpDVsUgi9Kn6c','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548869748.0810,55,'rSdtlBqEU3KnPRV8gYCAxs1m','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548876365.7570,55,'RKzSDPhgFxr2opXn0vVib9J6','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('172.93.181.101',2891822437,'',0,1548877140.2330,55,'TGthZcYXJx5NfPu8Wr9SMpFb','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.181.101',2891822437,'',0,1548877140.2330,11,'TGthZcYXJx5NfPu8Wr9SMpFb','','0|0|0|0|highfivefinance.com/cache.php'),('172.93.181.101',2891822437,'',0,1548877141.2520,55,'kW3qP6u5ts2Sla8YIDZmXfCw','','13|0|0|0|highfivefinance.com/cache.php'),('172.93.181.101',2891822437,'',0,1548877142.2420,55,'Fr4tQNgJBXPe2ynsZ8bRH1kC','','13|0|0|0|highfivefinance.com/wp-content/themes/wp-update.php'),('94.130.35.51',1585586995,'',0,1548884171.1050,55,'Kf6Q0PCO3tNA8Doycsqg5kbW','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548892550.6530,55,'WOnd7GYiyP4HbR1soqaDZTtc','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('94.130.35.51',1585586995,'',0,1548899782.7070,55,'iP1ezlCstXvwGLbQO48SKoVU','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.206.225.234',3117343210,'wxwebadmin',0,1548900822.7390,52,'sBVaCFSHnWIb9ywep7qkL2Ac','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('185.206.225.234',3117343210,'',0,1548900822.7390,11,'sBVaCFSHnWIb9ywep7qkL2Ac','','0|0|0|0|highfivefinance.com/xmlrpc.php'),('94.130.35.51',1585586995,'',0,1548904835.4790,55,'o59yW63fwPAJEO7LKkVtUHps','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('185.234.217.202',3119176138,'',0,1548904878.1040,50,'naPvYuiZR1xJBj8ySl2DNfCA','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.202',3119176138,'',0,1548904878.1040,11,'naPvYuiZR1xJBj8ySl2DNfCA','','0|0|0|0|highfivefinance.com/wp-login.php'),('185.234.217.202',3119176138,'',0,1548904878.9320,50,'pv9Exu4QZnFOAtr1UYJDMGy8','','13|0|0|0|highfivefinance.com/wp-login.php'),('94.130.35.51',1585586995,'',0,1548911266.5880,55,'p4vzm7gl1T53EJDZnbVKdUsF','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('193.106.30.98',3244957282,'',0,1548916816.9720,55,'uh1gjZCslWocD3kvnaG0F8xw','','13|0|0|0|highfivefinance.com/news.php'),('193.106.30.98',3244957282,'',0,1548916816.9720,11,'uh1gjZCslWocD3kvnaG0F8xw','','0|0|0|0|highfivefinance.com/news.php'),('94.130.35.51',1585586995,'',0,1548919869.2410,55,'2a1kpGJzmNrv3o4bTCQtHswe','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('179.43.156.46',3005979694,'',0,1548928281.9890,55,'PChHDztGJvaumqWbd93xYOoe','','13|0|0|0|highfivefinance.com/admin/login.php'),('179.43.156.46',3005979694,'',0,1548928281.9890,11,'PChHDztGJvaumqWbd93xYOoe','','0|0|0|0|highfivefinance.com/admin/login.php'),('94.130.35.51',1585586995,'',0,1548929338.0110,55,'iw0tYkOlyaFeon28g7hIjGdA','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('66.206.32.34',1120804898,'',0,1548929922.0750,55,'ofkHY9uVzQemAyJIdts8wCW0','','13|0|0|0|highfivefinance.com/wp-includes/theme-compat/content-post.php'),('66.206.32.34',1120804898,'',0,1548929922.0750,11,'ofkHY9uVzQemAyJIdts8wCW0','','0|0|0|0|highfivefinance.com/wp-includes/theme-compat/content-post.php'),('66.206.32.34',1120804898,'',0,1548929925.6030,55,'0ADdZVjm6t4k93BRfcHxXM25','','13|0|0|0|highfivefinance.com/wp-includes/theme-compat/content-post.php'),('89.252.185.252',1509734908,'',0,1548933641.9750,55,'btu2dITUCKV9eky4PDNhwxnL','','13|0|0|0|highfivefinance.com/test/wp-content/plugins/plugin/wp-setings.php'),('89.252.185.252',1509734908,'',0,1548933641.9750,11,'btu2dITUCKV9eky4PDNhwxnL','','0|0|0|0|highfivefinance.com/test/wp-content/plugins/plugin/wp-setings.php'),('94.130.35.51',1585586995,'',0,1548933938.2170,55,'8pu36EAcySaW5GrTjdUsD7xP','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'),('188.213.49.138',3168088458,'',0,1548935444.7020,55,'NevAP2oan71Dy4UhIOpksub8','','13|0|0|0|highfivefinance.com/wp-content/themes/corporatebusiness/wp-cros.php'),('188.213.49.138',3168088458,'',0,1548935444.7020,11,'NevAP2oan71Dy4UhIOpksub8','','0|0|0|0|highfivefinance.com/wp-content/themes/corporatebusiness/wp-cros.php'),('188.213.49.138',3168088458,'',0,1548935445.6610,55,'TlbCW2Fnefxm5RMVIZNoQtS1','','13|0|0|0|highfivefinance.com/wp-content/themes/corporatebusiness/wp-cros.php'),('132.148.249.210',2224355794,'',0,1548939408.3560,55,'qH06vOunpVI8DGzQjUflXP42','','13|0|0|0|highfivefinance.com/wp-content/themes/archi/archi/ReduxFramework/ReduxCore/inc/fields/divide/wp-ping.php'),('132.148.249.210',2224355794,'',0,1548939408.3560,11,'qH06vOunpVI8DGzQjUflXP42','','0|0|0|0|highfivefinance.com/wp-content/themes/archi/archi/ReduxFramework/ReduxCore/inc/fields/divide/wp-ping.php'),('213.251.182.110',3590043246,'',0,1548941716.1730,55,'s75kXHFlanrMGUSb6vfmTJCQ','','13|0|0|0|highfivefinance.com/wp-content/themes/archi/archi/fonts/font-awesome/less/wp-widgets.php'),('213.251.182.110',3590043246,'',0,1548941716.1730,11,'s75kXHFlanrMGUSb6vfmTJCQ','','0|0|0|0|highfivefinance.com/wp-content/themes/archi/archi/fonts/font-awesome/less/wp-widgets.php'),('94.130.35.51',1585586995,'',0,1548941717.8980,55,'mnKFCzicMPfeI7ly4EaU63wt','','13|0|0|0|highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php'); /*!40000 ALTER TABLE `cerber_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cerber_traffic` -- DROP TABLE IF EXISTS `cerber_traffic`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cerber_traffic` ( `ip` varchar(39) CHARACTER SET ascii NOT NULL, `ip_long` bigint(20) unsigned NOT NULL DEFAULT '0', `hostname` varchar(250) NOT NULL DEFAULT '', `uri` text NOT NULL, `request_fields` mediumtext NOT NULL, `request_details` mediumtext NOT NULL, `session_id` char(32) CHARACTER SET ascii NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `stamp` decimal(14,4) NOT NULL, `processing` int(10) NOT NULL DEFAULT '0', `country` char(3) CHARACTER SET ascii NOT NULL DEFAULT '', `request_method` char(8) CHARACTER SET ascii NOT NULL, `http_code` int(10) unsigned NOT NULL, `wp_id` bigint(20) unsigned NOT NULL DEFAULT '0', `wp_type` int(10) unsigned NOT NULL DEFAULT '0', `is_bot` int(10) unsigned NOT NULL DEFAULT '0', `blog_id` int(10) unsigned NOT NULL DEFAULT '0', KEY `stamp` (`stamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cerber_traffic` -- LOCK TABLES `cerber_traffic` WRITE; /*!40000 ALTER TABLE `cerber_traffic` DISABLE KEYS */; INSERT INTO `cerber_traffic` VALUES ('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','sW4BvTx2JAeIQ0fVHZir9ocR',0,1548344152.5100,250,'','GET',403,0,700,0,1),('35.229.23.57',602216249,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";}','S92ljeROpCsH4P8uUEQvTw7i',0,1548349673.1580,1203,'','GET',405,0,515,0,1),('64.13.232.16',1074653200,'','http://highfivefinance.com/wp-content/uploads/2018/09/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','vgxuVhDtZOXQUdKlnjYkN71c',0,1548350926.7830,268,'','GET',403,0,700,0,1),('64.13.232.16',1074653200,'','http://highfivefinance.com/wp-content/uploads/2018/09/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','YrGT1Uc8nIN4uvektFjxgOD0',0,1548350929.9450,259,'','GET',403,0,700,0,1),('46.242.240.36',787673124,'','http://highfivefinance.com/wp-content/uploads/2019/01/content-post.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','mkrqz7W41oFDGJYIOjclEVaZ',0,1548351266.8450,266,'','GET',403,0,700,0,1),('35.229.23.57',602216249,'','http://highfivefinance.com/xmlrpc.php?rsd','','a:1:{i:1;s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";}','kfRr10Hw3q28DxgUWOSEAZi6',0,1548351936.0680,1177,'','GET',200,0,515,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','jGVdxbcnsyRFPt4J2HZ3vkLr',0,1548352513.0530,247,'','GET',403,0,700,0,1),('213.251.182.107',3590043243,'','http://highfivefinance.com/wp-includes/js/imgareaselect/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','uKJCzL9bUZcV1aMmqtrGeoN8',0,1548357543.5630,276,'','GET',403,0,700,0,1),('213.251.182.107',3590043243,'','http://highfivefinance.com/wp-includes/js/imgareaselect/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','pWeTmNEcarCSL3Xydh5kIJu1',0,1548357550.6400,253,'','GET',403,0,700,0,1),('213.251.182.107',3590043243,'','http://highfivefinance.com/wp-includes/js/imgareaselect/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','UO71kybIDVahr8WMNsid93vj',0,1548357563.7000,252,'','GET',403,0,700,0,1),('199.203.51.201',3351983049,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:11:\"XML-RPC.NET\";}','q892bV3XxFOT4KQaLJPWpAh0',536772,1548358438.8950,1739,'','POST',200,0,515,0,1),('35.196.216.139',600103051,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";}','6hZ4LWeEckjR9PuSVgHnFXyp',0,1548358922.2310,492,'','GET',405,0,515,0,1),('2a02:c200:1:10:0:0:1404:1',0,'','http://highfivefinance.com/wp-content/themes/fincorp/about3.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','L2Z0lMapc7NXHhmESnQIBske',0,1548359007.9880,268,'','GET',403,0,700,0,1),('2a02:c200:1:10:0:0:1404:1',0,'','http://highfivefinance.com/wp-content/themes/fincorp/about3.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','I6zQxaP3vkEK8gqOc4CpNT2H',0,1548359013.3580,252,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','OzNU56m1tApiFWPyHCG8LZQ0',0,1548359420.9000,250,'','GET',403,0,700,0,1),('27.254.81.248',469651960,'','http://highfivefinance.com/wp-includes/images/media/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','y2asJgO1YpILxVWN0Pl8h9v7',0,1548362111.2740,265,'','GET',403,0,700,0,1),('87.166.54.146',1470510738,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','wAaS1Dyj5hU8BVpu7T3E6Rgn',0,1548364879.4070,487,'','GET',405,0,515,0,1),('87.166.54.146',1470510738,'','http://highfivefinance.com/wp-content/themes/corporatebusiness/js/html5shiv.min.js?ver=3.7.2','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','MYo7GldZSg8VvJuzUrLapCqx',0,1548367095.0630,1124,'','GET',404,0,600,0,1),('87.166.54.146',1470510738,'','http://highfivefinance.com/wp-json/','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','rOYIBhli0jcpFHyZkebLWT4M',0,1548367096.9830,715,'','GET',200,0,520,0,1),('87.166.54.146',1470510738,'','http://highfivefinance.com/xmlrpc.php?rsd','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','TFHzJnsXa2fOAD9Ct3RvZbku',0,1548367099.2080,467,'','GET',200,0,515,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','5DFIhSuGqUZ6fkBscO2M0ny9',0,1548367235.1680,263,'','GET',403,0,700,0,1),('87.166.54.146',1470510738,'','http://highfivefinance.com/corporatebusiness/inc/css/overlays/01.png','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:28:\"https://highfivefinance.com/\";}','4FA9ov2pWYJc08HzjOEdCZig',0,1548367454.8430,1295,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:107:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36\";}','07HmQTkFzPB3jXaGn8SdYMKN',0,1548370108.9010,1916,'','POST',200,0,515,0,1),('87.166.54.146',1470510738,'','http://highfivefinance.com/wp-json/contact-form-7/v1','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','QPyoMkYIczu0imEGDFUTL6XB',0,1548370226.1100,472,'','GET',200,0,520,0,1),('87.166.54.146',1470510738,'','http://highfivefinance.com/contact-form-7/v1','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:28:\"https://highfivefinance.com/\";}','Hry6DvjnEAMfBhkdlF0W9gXt',0,1548370228.9470,493,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','Z8uLHlKMc2gETsWr9yI5OpmS',0,1548371473.3970,254,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=c2ZuLnBocA%3D%3D&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','a0iLe485qsoFOTUBwhGymE6v',0,1548376227.2450,273,'','POST',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/plugins/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','5e6wbAGfo2g1QzNYTUI8D7xO',0,1548376227.8430,244,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','SQZzxlyGp5bFkU04Cj7M6vBD',0,1548376228.4130,635,'','POST',200,0,600,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/uploads/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','aUYhZsC6uf1rLVmgQBAyDGX8',0,1548376229.4380,248,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/plugins/revslider/temp/update_extract/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','Wu1IHLnlsiCGN6oTaArMpOc4',0,1548376230.8330,254,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/plugins/revslider/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','nlgdhB3I0iaoCmZUJ1M9Qk4z',0,1548376231.4150,247,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/license.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','2BCoE1cqRwY4etuFxsnhHXf6',0,1548376231.9880,254,'','POST',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','PhQB4Gl9HIWE6AwMbpqT8n7r',0,1548376232.5800,251,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/uploadify/uploadify.php?folder=/','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','BG2jrnetPd8CU41kaSAg7DON',0,1548376233.1610,248,'','POST',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','My256SjJNQcEDk01YlZFI8qd',0,1548376233.7480,267,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/tiny_mce/plugins/tinybrowser/upload_file.php?folder=/&type=file&feid=&obfuscate=&sessidpass=','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','qX15gmzObsy3ArNxR2UZhkcF',0,1548376234.3540,249,'','POST',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','zHBJqNhMAiVPoG0rltEaZxUc',0,1548376234.9460,253,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/sites/all/libraries/elfinder/php/connector.minimal.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','iUDQALB8nFIhlGr9YexbjNEV',0,1548376235.5480,253,'','POST',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/sites/all/libraries/elfinder/files/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','hwzB6oP1SjtDds8fGu34cRJ0',0,1548376236.1280,253,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','BAxN7MtY2TXwCQPsGlUdEgkD',0,1548376236.7020,261,'','POST',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/uploads/files/guest/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','UzLbhiYnXT9xGP7WIA3D1oEK',0,1548376237.2890,247,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/plugins/woocommerce-product-options/includes/image-upload.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','xys8NB7hWPo2TL6nQbAFIevr',0,1548376237.8570,257,'','POST',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-content/uploads/2019/1/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','KsHAxvZi7R93yMh8W0farjBd',0,1548376238.4480,250,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/modules/mod_simplefileuploadv1.3/elements/udd.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','sOCmGND7cXlBq9ru3A5vnZVW',0,1548376239.0240,251,'','POST',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/modules/mod_simplefileuploadv1.3/elements/sfn.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','wpYtGHiC7szSlPeu6jrcvq0M',0,1548376239.6170,255,'','GET',403,0,700,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/feed/','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','U2LTiWxYSDuKP07bBmV65RZe',0,1548376240.9910,592,'','GET',404,0,600,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','BHnOzw2bUA4sY7PITvC6rqoe',0,1548376241.8840,517,'','GET',404,0,600,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','SpuUjlYNfrc0HsMhJCKGzv7g',0,1548376242.6840,486,'','POST',404,0,600,0,1),('185.234.217.210',3119176146,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}','RXfwgsjpbWeM21rHInkSL7c5',0,1548376243.4700,490,'','POST',404,0,515,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','gbw0kM65msOuXF1aVyYintH3',0,1548378933.2840,244,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','CIxZ1oO2r7FT0ic8am4Nefpz',0,1548388197.2080,253,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','USh8lQJGgE7VjpWbcXdur1Rk',0,1548395822.7970,266,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/blog1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','Tvuo9GC65OEWgnfezxI271jZ',0,1548398156.2650,265,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wordpress3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','kg3GY8n6fx1CyqJmjHM29wDX',0,1548398200.4300,249,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wordpress3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','XdRzo1wVJWb4trnQ76DCsIGc',0,1548398201.0000,253,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wp3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','kG3nPLVMaRoNI06ujJ8BKwO2',0,1548398201.5950,249,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wp3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','7VcLwYGafNynt2Ih9ejrdk1z',0,1548398202.1720,251,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/blog3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','0MIWwY7Oxv4fZ1NuSylCPacG',0,1548398216.0120,261,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/blog3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','hfrW6HqMlmawVEZUTzItSnjb',0,1548398216.6770,284,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/test1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','1BlvnujHQRtrFXIohPcxNMYs',0,1548398230.3740,248,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/test1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','HcTeLraIvdt3WhNFDMCXU2j9',0,1548398230.9580,249,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wp/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','VCFaP71Zzh9mw6civnyANEWg',0,1548398244.6610,248,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wp/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','YJiwZlhoQ6yuvKaqO7bMBdX9',0,1548398245.3010,248,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wordpress1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','jsivlNKITXe4Grnh9B5F2OL3',0,1548398258.9550,245,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wordpress1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','7wjM26nWz8sxkvDoLfCBqSXN',0,1548398259.5500,249,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wordpress2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','PrigWw5hSx2dnDaIqN3MUA7f',0,1548398286.3830,248,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wordpress2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','t6Lv2ciuWrGbOzFCnKXSZTH1',0,1548398286.9510,247,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wordpress/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','20NU4iyrEDJkxbzoBhTKqWet',0,1548398287.5370,253,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wordpress/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','kMd5jmZsKgbPN2raE1e3LQCS',0,1548398288.1070,273,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wp1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','mrB4L78z6oba3ENKtd1gCDQi',0,1548398301.7790,251,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wp1/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','qu2Rd9KYpoWyag16vcE8tGCJ',0,1548398302.3700,250,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/test/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','ZOrWPIksSMce6Yi3zuj9VAL0',0,1548398316.0780,264,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/test/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','eX1YjkruM06n5NCciHWqvQPD',0,1548398316.6770,255,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/blog2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','3PeDqjgCLN5sZvMtKBpXhzT2',0,1548398369.5780,248,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/blog2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','79MtaC2Y1fw4gumNzvlHjrFJ',0,1548398370.2840,248,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/test2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','GIXqtBVrORT7E1DHLzihAnsf',0,1548398370.9730,247,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/test2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','YGltC71J4uONrx6V2fgIDT0Z',0,1548398371.6030,245,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/blog/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','mwGK0EP9lanAWtLJcM7Y4RkT',0,1548398411.8510,248,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/blog/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','HEAV7N0G1QsPZeLUJvB2wcmR',0,1548398412.4140,246,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/test3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','HaneiR8X2qsVo5k1fGWBU0QO',0,1548398412.9800,254,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/test3/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','92h1GSFe6MEt3iTOjVx0YqQu',0,1548398413.6660,243,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wp2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','q9lbSpswH7IPR65AQO3KXhY1',0,1548398414.2660,257,'','GET',403,0,700,0,1),('185.210.219.156',3117603740,'','http://highfivefinance.com/wp2/wp-login.php','','a:1:{i:1;s:74:\"Mozilla/5.0 (Windows; U; Windows NT 2.0) Gecko/20091201 Firefox/3.5.6 GTB5\";}','gUnFu01RZfrGbeHMQtIpWON7',0,1548398414.8620,249,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','YLSQxHEFnO4hu6PCkpoJV3Kq',0,1548400260.3060,244,'','GET',403,0,700,0,1),('2a02:c200:1:10:0:0:1404:1',0,'','http://highfivefinance.com/wp-content/plugins/jetpack/wp-blogs.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','J6kj5tPXIx4B8ov0NgplnVwb',0,1548402574.9570,277,'','GET',403,0,700,0,1),('45.117.160.1',762683393,'','http://highfivefinance.com/wp-admin/maint/newsleter.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','nfLNg8IbOhV3wEQx4iU9HXyB',0,1548406103.8130,267,'','GET',403,0,700,0,1),('193.106.30.98',3244957282,'','http://highfivefinance.com/bps.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','d9pzroG7FRVZx6eNw8i1IhJa',0,1548407116.6300,272,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','vkWQhuPNDH6qTxBL0XjZ4n9m',0,1548409024.9490,255,'','GET',403,0,700,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/wp-content/themes/corporatebusiness/js/html5shiv.min.js?ver=3.7.2','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','MYE9jz2rWUQSexy4d5aT6k7n',0,1548413716.6390,1197,'','GET',404,0,600,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/wp-json/','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','hbBSHP1crDdeG0NAQ5KpIfYm',0,1548413724.3050,721,'','GET',200,0,520,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/xmlrpc.php?rsd','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','lKJi5R2s1zIVN8MgYECru7nA',0,1548413799.3980,459,'','GET',200,0,515,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/corporatebusiness/inc/css/overlays/01.png','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:28:\"https://highfivefinance.com/\";}','yeTUY4BRbGcwxg2FNr7QzV9A',0,1548414701.2040,1622,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:163:\"Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','U4KSryP1LQAJ56egjmWpbRXV',0,1548415969.3610,260,'','GET',403,0,700,0,1),('2001:8d8:912:4b00:0:0:ae:a5bd',0,'','http://highfivefinance.com/wp-content/plugins/jetpack/wp-setings.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','TsZAc68C0O9FS42bdVH5nrgL',0,1548417423.2450,264,'','GET',403,0,700,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/wp-json/contact-form-7/v1','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','N574rzZwQSkPodOebRjyAXHL',0,1548417671.6240,1145,'','GET',200,0,520,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/contact-form-7/v1','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:28:\"https://highfivefinance.com/\";}','LnYDApTgmBb9CNHzF4yQlkso',0,1548417675.6510,489,'','GET',404,0,600,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','4wJK3NSpBc7DVATbZPyl8LmQ',0,1548418725.4490,497,'','GET',405,0,515,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/wp-json/','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','G9CQ3W5uUwlHvmhqxdNzS8ys',0,1548420564.4150,1236,'','GET',200,0,520,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/xmlrpc.php?rsd','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','fNwrhQVeTu8Z5342G7gJFKAH',0,1548420572.3420,474,'','GET',200,0,515,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/corporatebusiness/inc/css/overlays/01.png','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:28:\"https://highfivefinance.com/\";}','boTmCp9LHAqKztXlI3usi5ey',0,1548421547.8630,1270,'','GET',404,0,600,0,1),('94.156.175.61',1587326781,'','http://highfivefinance.com/wp-admin/css/colors/coffee/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','zWUCXToFfOgGw1IDLZMilPSq',0,1548423641.1140,281,'','GET',403,0,700,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/wp-json/contact-form-7/v1','','a:1:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";}','i4m8Mqbt2H5sCaSL1RKFxV9Q',0,1548424375.1460,1613,'','GET',200,0,520,0,1),('87.166.58.56',1470511672,'','http://highfivefinance.com/contact-form-7/v1','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:28:\"https://highfivefinance.com/\";}','r6sfJzjkwU0lCb1yGavq43dm',0,1548424447.7130,490,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','EoGf9end3y2hYzrFKuPJ7DTw',0,1548424915.3030,259,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','B8kNJmYpxG0ICRun6bhSK5fg',0,1548429351.0060,260,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','y5Io2nGRCbPdzv01NwcTpBVx',0,1548438469.6120,254,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','5iStGQp4x6mTP7C3N0UEMHWf',0,1548445187.4190,255,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','pNavCr6ynGf5ceZ3x7BzqFWS',0,1548450518.8770,251,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','6CSULBl7tVhsDr9MiRmA8YQI',0,1548458764.6160,257,'','GET',403,0,700,0,1),('81.182.251.201',1370946505,'','http://highfivefinance.com/wp-includes/images/smilies/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','9bR5JjiEcxfHAKSOzplWQLVD',0,1548465588.4870,271,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','KCGLg5prQ04zNBm9IcXdvWRe',0,1548465858.2870,274,'','GET',403,0,700,0,1),('50.62.56.237',842938605,'','http://highfivefinance.com/wp-version.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','cSI5dULHEWY7vBMt32bpRaTi',0,1548469957.8950,284,'','GET',403,0,700,0,1),('50.62.56.237',842938605,'','http://highfivefinance.com/wp-version.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','b24XUxJ3PWlptFo8GRLaDIhj',0,1548469974.0010,251,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','s7S91mnFopvMijyU5tBcPW0w',0,1548474092.5380,271,'','GET',403,0,700,0,1),('185.206.225.234',3117343210,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0\";}','ZIyHwCkctXq2LdRV01msleAF',0,1548476403.9770,1892,'','POST',200,0,515,0,1),('2607:f298:5:100b:0:0:848:af4f',0,'','http://highfivefinance.com/wp-includes/images/wlw/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','bmAztWnjNx0Bgy15VCX2PfZ3',0,1548477522.1150,280,'','GET',403,0,700,0,1),('2607:f298:5:100b:0:0:848:af4f',0,'','http://highfivefinance.com/wp-includes/images/wlw/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','kjVpeY53l7qroZEzcCJ6awSy',0,1548477554.5380,256,'','GET',403,0,700,0,1),('2607:f298:5:100b:0:0:848:af4f',0,'','http://highfivefinance.com/wp-includes/images/wlw/Mhbgf.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','rBQiwyqJM9hTvkgE8G1e2X0p',0,1548477583.9870,249,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:163:\"Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','YCexlqPZysBUD14WzjdMFIfa',0,1548479500.9800,254,'','GET',403,0,700,0,1),('5.45.65.152',86851992,'','http://highfivefinance.com//wp-content/plugins/wp-special-textboxes/stb-uploader.php','','a:1:{i:1;s:153:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";}','aS903pTm1uDKlyUq7ZGC4sFH',0,1548489307.9010,273,'','GET',403,0,700,0,1),('155.138.162.2',2609553922,'','http://highfivefinance.com/adminer.php','','a:1:{i:1;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3588.0 Safari/537.36\";}','XYJ1k6UudTV5nDeM7SpNPRfs',0,1548489521.1410,534,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','l3ILY7bfzjyCUVOGx8Hm4RPs',0,1548489999.3930,250,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','kg5el2pKvyVxQOwI7Nfb1Ahc',0,1548494401.7240,259,'','GET',403,0,700,0,1),('95.211.151.66',1607702338,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','dN68cXI9EVareP5GKC3pu4tx',0,1548495945.0890,870,'','GET',404,0,600,0,1),('178.254.50.109',3003003501,'','http://highfivefinance.com/wp-content/uploads/2019/01/wp-consoles.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','IqGsMYam7N8Rp0brBcz15Zgd',0,1548498850.2900,284,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','tuleGqACgEc6WLZfojwvMIb0',0,1548501987.4810,260,'','GET',403,0,700,0,1),('142.93.13.133',2388462981,'','http://highfivefinance.com/wp/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','PqHWf7DdShU4T5lCaF8GjKB9',0,1548503214.6010,274,'','GET',403,0,700,0,1),('178.254.50.109',3003003501,'','http://highfivefinance.com/wp-admin/includes/jss.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','NM7Kie80sTOQAWCPkp4uFjvG',0,1548504703.5840,279,'','GET',403,0,700,0,1),('2404:f080:1101:302:a163:44:192:201f',0,'','http://highfivefinance.com/blog/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','ip5IPxuhvcOl9XodZQbKtja3',0,1548506874.1200,269,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','BUDlAnZQu8cTowMf2pkF7tVd',0,1548511276.3730,255,'','GET',403,0,700,0,1),('75.98.173.208',1264758224,'','http://highfivefinance.com/wp-content/uploads/2019/01/blackhat.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','ci5EblXoeJOWhH8v06qQzkyL',0,1548515299.9510,269,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','aDXoSH8sWcBuwEr6IUitl35G',0,1548519323.3290,274,'','GET',403,0,700,0,1),('13.127.182.126',226473598,'','http://highfivefinance.com/site/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','8zq0fKsuF9eZmC2oPOSEawLG',0,1548519480.0050,260,'','GET',403,0,700,0,1),('23.108.4.34',392954914,'','http://highfivefinance.com/blog/wp-content/plugins/userpro/scripts/scripts.min.js','','a:1:{i:1;s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";}','PL3upfmAVRkejFwY8Kt9xlyC',0,1548521251.6720,1953,'','GET',404,0,600,0,1),('23.108.4.34',392954914,'','http://highfivefinance.com/blog/wp-content/plugins/userpro/scripts/scripts.min.js','','a:1:{i:1;s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";}','9Gv1fkzemcUyn3Jb5jEtLOYQ',0,1548521255.9230,513,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','m8ZFPIG54kUNwnC6Y2pdbhiK',0,1548522543.0420,263,'','GET',403,0,700,0,1),('78.142.208.160',1317982368,'','http://highfivefinance.com/admin/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','8i7YqgwQEnB3O5Hfa4ejTFpN',0,1548523706.7690,276,'','GET',403,0,700,0,1),('78.110.50.124',1315844732,'','http://highfivefinance.com/wp-content/themes/twentyten/404.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','hnC92PxOV3wmzGlrct6KEMZ7',0,1548524798.9240,265,'','GET',403,0,700,0,1),('78.110.50.124',1315844732,'','http://highfivefinance.com/wp-content/themes/twentyten/404.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','3FeLqwJiKY1DAzRpn92josbv',0,1548524802.6710,253,'','GET',403,0,700,0,1),('2607:f1c0:841:1800:0:0:83:d89e',0,'','http://highfivefinance.com/administrator/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','VgYWtOmCedS2H18JEyjRuM3b',0,1548527938.2300,274,'','GET',403,0,700,0,1),('185.26.122.17',3105520145,'','http://highfivefinance.com/wordpress/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','szGuADfCMU53biQL2jdmS09q',0,1548532303.3580,275,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','N8p4l0J6FS7zTD5R2gMAWGi9',0,1548532915.0790,251,'','GET',403,0,700,0,1),('77.81.120.20',1297184788,'','http://highfivefinance.com/wp-includes/pomo/wp-info.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','VtFefl9oNUKJsq0YrS4WM8Pk',0,1548533336.4470,273,'','GET',403,0,700,0,1),('193.27.218.141',3239828109,'','http://highfivefinance.com/assets/images/wp-console.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','bg4DdiIk2wYCU5zap1OsjG6S',0,1548533455.7270,275,'','GET',403,0,700,0,1),('77.232.66.165',1307067045,'','http://highfivefinance.com/wp-includes/Text/Diff/content-post.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','7qWNKTjJdyn6rf1zPu305vZo',0,1548534719.7900,316,'','GET',403,0,700,0,1),('94.46.177.153',1580118425,'','http://highfivefinance.com/contact-us/','','a:2:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";i:2;s:38:\"http://highfivefinance.com/contact-us/\";}','HnTj5va6kr40IZ2omcCKYVLg',0,1548536362.1380,6394,'','POST',200,179,601,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','JNWl72aiS3bVYxIUAgrnKpkc',0,1548537536.3060,270,'','GET',403,0,700,0,1),('104.167.8.145',1755777169,'','http://HIGHFIVEFINANCE.com/wordpress/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','5evSBA39Ecq0TVfmplHKY2Di',0,1548539711.6420,284,'','GET',403,0,700,0,1),('47.92.101.198',794584518,'','http://highfivefinance.com/site/wp-admin/','','','re9laosJAE1kzfj40NIpMVH7',0,1548542784.8640,495,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','Ak7mEMXdiYeOzS3UqoILj4PK',0,1548545126.6250,254,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','atLGJYExoMNwgTPsOvIkb056',0,1548553408.3830,254,'','GET',403,0,700,0,1),('138.128.144.74',2323681354,'','http://HIGHFIVEFINANCE.com/administrator/index.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','otVKfGiDIzRQY6mPusLMHe5O',0,1548556893.2650,277,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','J3PpwINUtD04fZARL71eus5G',0,1548560772.0770,276,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','jnx9Zh8vemRcrazFTYqpJL6k',0,1548566825.4860,277,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','DMVPo6HOBg5k0Et8maJhASn9',0,1548576541.5940,263,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','LmwvEzgDVelFQC6T1oqIU2ud',0,1548583415.8050,250,'','GET',403,0,700,0,1),('69.12.72.175',1158432943,'','http://highfivefinance.com/wp-content/plugins/apikey/apikey.php?test=hello','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";i:2;s:74:\"http://highfivefinance.com/wp-content/plugins/apikey/apikey.php?test=hello\";}','coaFPWGvyKzMhRk5bZ6VsCrB',0,1548586070.4030,276,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','msrTkEij5oB9cJWRH4blaxOK',0,1548589773.3060,278,'','GET',403,0,700,0,1),('13.76.7.33',223086369,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0\";}','YHBCldKPh7U23Vfkqy41tonx',0,1548592506.2810,534,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','2VqKg1iMAyIm06p9XzU5lhPT',0,1548595971.5890,267,'','GET',403,0,700,0,1),('175.236.156.204',2951519436,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','e3g6KoEXRmWLYP1GMCT2DOb7',0,1548601035.4220,860,'','GET',404,0,600,0,1),('175.236.156.204',2951519436,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','nP6Xw3aWYUBgb9zoMeTsGfuO',0,1548601037.4200,498,'','POST',404,0,600,0,1),('112.167.130.88',1890026072,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','hcbFXgr6aT24qm9LN1z3d8yY',0,1548602593.1340,849,'','GET',404,0,600,0,1),('112.167.130.88',1890026072,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0\";}','HuitDTxfeEOJVdksmS8P1Z6j',0,1548602601.4720,478,'','POST',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','1JRVQZTUGNmp5MSnwLD2lzvh',0,1548603068.1070,258,'','GET',403,0,700,0,1),('172.93.179.196',2891822020,'','http://highfivefinance.com/cache.php','','a:1:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";}','xOX5hoGI7KY4grU8vF0Bmc3e',0,1548608195.8990,275,'','GET',403,0,700,0,1),('64.44.101.35',1076651299,'','http://highfivefinance.com/cache.php','','','CKLExi5SWcMTR8wr1l6XzoI4',0,1548608197.0170,376,'','POST',403,0,700,0,1),('64.44.101.35',1076651299,'','http://highfivefinance.com/wp-content/themes/wp-update.php?','','a:1:{i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0\";}','O7HUL0iZWdmJYTF3ukEQ14XN',0,1548608198.4260,244,'','GET',403,0,700,0,1),('199.203.51.201',3351983049,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:11:\"XML-RPC.NET\";}','Imr8Boxcvd4G9SFiyegUw2q6',536772,1548608199.5900,624,'','POST',200,0,515,0,1),('188.138.105.63',3163187519,'','http://highfivefinance.com/wp-content/plugins/aio-shortcodes/timthumb.php','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1.7600; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0\";}','8mXvFDc2eL6UTznxsqfWo5kN',0,1548609658.7770,280,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','Sdq6Nf2JHiBnQX9zh41kRlwM',0,1548611056.3380,251,'','GET',403,0,700,0,1),('192.227.102.132',3236128388,'','http://HIGHFIVEFINANCE.com/wp/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','lQPAEYmqwjNxH2sz394ByGKU',0,1548615522.9120,278,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','H9ejESIfLhMFbNxk845UmZ2T',0,1548616067.8380,254,'','GET',403,0,700,0,1),('5.45.86.144',86857360,'','http://highfivefinance.com//wp-login.php','','a:1:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\";}','pg1KPHa2r4NWSjvqLQ0dAeVf',0,1548624244.4970,830,'','GET',404,0,600,0,1),('5.45.86.144',86857360,'','http://highfivefinance.com//administrator/index.php','','a:1:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\";}','1EqxrFhDL3fY5wibGzX90IZ6',0,1548624247.3760,258,'','GET',403,0,700,0,1),('5.45.86.144',86857360,'','http://highfivefinance.com//admin.php','','a:1:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\";}','Y8LXS9wMhAWk3zmoxpCF0Igq',0,1548624248.3640,258,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','qfNmluUWSAjaGoTiO1FKLbzR',0,1548625758.5500,254,'','GET',403,0,700,0,1),('97.74.228.115',1632298099,'','http://highfivefinance.com/blog/xmlrpc.php','','a:1:{i:1;s:92:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8\";}','m6XyWLKvApFsZioR8qlJbzk7',0,1548626621.5210,276,'','POST',403,0,700,0,1),('97.74.228.115',1632298099,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:92:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8\";}','fR5eGCkNsjAxMviawUVtOT2Q',0,1548626621.5180,813,'','POST',404,0,515,0,1),('8.38.89.146',136731026,'','http://HIGHFIVEFINANCE.com/wordpress/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','QX4JjcUEt2kT3niY0bO59MSv',0,1548633233.6210,278,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','oAMuVKZt5Nmszbvp2gFqynOR',0,1548633684.9830,249,'','GET',403,0,700,0,1),('2001:41d0:52:400:0:0:0:9b3',0,'','http://highfivefinance.com/wp-content/vz.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','9JFUA3DiupGoLzZV7d5yvHxE',0,1548634204.6910,274,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','cDenPkVE7ayFjlqthi3TYLHp',0,1548638267.5970,258,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','daZIEWRk7f0FutHvn3BhMmbK',0,1548645178.4030,261,'','GET',403,0,700,0,1),('5.188.62.5',96222725,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36\";}','2jHZEAk1imX7sep6cLY5ugOM',0,1548650673.6460,1224,'','POST',200,0,515,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','0StP1ufNE2b8HTcavRXA5ghm',0,1548652464.3470,292,'','GET',403,0,700,0,1),('145.255.60.159',2449423519,'','http://highfivefinance.com/wp-ajax-hook.php','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0\";}','zMQdnkSDIc6bGystu7aVBYle',0,1548655031.6870,272,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','mS3V9prTXEtynG06qUPlcLHx',0,1548660819.8900,259,'','GET',403,0,700,0,1),('64.71.79.16',1078415120,'','http://HIGHFIVEFINANCE.com/admin/','','a:2:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";i:2;s:43:\"http://HIGHFIVEFINANCE.com/index.php/admin/\";}','2ZQlecJpYkPqCAU1bEoS4mHv',0,1548666450.6180,500,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','hnNFEP8Qs4bcL1jBxAD9u3qH',0,1548668790.3030,252,'','GET',403,0,700,0,1),('2607:ff28:2:f:a0de:3448:4331:7142',0,'','http://highfivefinance.com/wp-content/plugins/ubh/up.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";i:2;s:56:\"http://highfivefinance.com/wp-content/plugins/ubh/up.php\";}','JQ05Kv6ZzTSHUGiXtAIBOg1o',0,1548672855.4470,272,'','GET',403,0,700,0,1),('185.234.218.74',3119176266,'','http://highfivefinance.com/sftp-config.json','','a:1:{i:1;s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";}','ZP09f8I2GuNWH7hMOrUo5qgL',0,1548673739.9740,1146,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:163:\"Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','rJnF9fpG5hNQ4dEe1W2MZBvc',0,1548676003.3300,262,'','GET',403,0,700,0,1),('192.99.1.38',3227713830,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\";}','MjoLRu2bHTxfNSzDy0BrvkKi',0,1548677441.5350,1110,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','cjoHQPV8WNUpLKMYsuTqfAS7',0,1548682908.7150,254,'','GET',403,0,700,0,1),('31.7.61.124',520568188,'','http://HIGHFIVEFINANCE.com/test/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','Rx0fbHvk4iNLGqsP8y5SU3KM',0,1548686482.7930,284,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','27VlYGL8ZpI5wxCXeB6QusU9',0,1548690180.4290,275,'','GET',403,0,700,0,1),('193.106.30.98',3244957282,'','http://highfivefinance.com/wp-includes/js/tinymce/global.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','nkeLqr9F1NpdhHMVvRTGcmQ4',0,1548696645.1700,265,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','ZanlGpcKMd0CvPUq94EDmNLi',0,1548697559.8440,258,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','7QM6LVrweFSlgPjKnYf4I0zx',0,1548706364.4510,250,'','GET',403,0,700,0,1),('8.30.124.218',136215770,'','http://HIGHFIVEFINANCE.com/1/wp-login.php','','a:1:{i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";}','AYcMrCBWLQiUsb6h3pu4OwNe',0,1548707351.4990,286,'','GET',403,0,700,0,1),('185.206.225.234',3117343210,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0\";}','hRPNX9gq2L8e34TlV6B7wbtK',0,1548709196.8740,1145,'','POST',200,0,515,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','VE1uhtb5yICAmPloYUJ9dcvX',0,1548710234.0290,251,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','CgbDy8QOdBfVcM9vhAUrHT4N',0,1548718869.9230,257,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','QNrGvHJ9iy2Pd1ZwAcCkbxf8',0,1548724122.9830,266,'','GET',403,0,700,0,1),('123.232.22.138',2078807690,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";}','CUA8V0GWvLwO2BDrX6tz9Ff3',0,1548728295.5300,860,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','1NTX2isukGJavLUyxjmbEReh',0,1548734042.7200,260,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','yDCBudtTiH65MIqYSgzhwaks',0,1548739780.5840,252,'','GET',403,0,700,0,1),('35.237.144.145',602771601,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";}','NE7crOshqyRD4tbSQLZ63pxA',0,1548741671.9220,493,'','GET',405,0,515,0,1),('188.138.105.83',3163187539,'','http://highfivefinance.com/wp-content/plugins/aio-shortcodes/thumb.php','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1.7600; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0\";}','fGzpWJ9Cs8FjX23imTNIK6Ll',0,1548743912.5370,282,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','J10FqMKaAPu8TRbS5BWmk6CQ',0,1548749168.9080,256,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','nVC4OyUXmr6ljaA753EIGohb',0,1548753009.3660,253,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','QL8BE2zg4tm60PUWuJwns7Ci',0,1548761815.5680,258,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','EFTNPlYzJxHRGtafvmUi3wLA',0,1548769216.8090,252,'','GET',403,0,700,0,1),('18.228.222.87',316989015,'','http://highfivefinance.com/wp-upload-class.php','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0\";}','nuMT2wzD51NJR9qmLrHboyhK',0,1548769295.4180,273,'','GET',403,0,700,0,1),('18.228.222.87',316989015,'','http://highfivefinance.com/cache_.php','','a:1:{i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0\";}','OCRqIUVXrn8ML9KFo7eG3N4k',0,1548769298.3060,251,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:126:\"Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','bakZznxtUJT3Kf45ED9sNVXL',0,1548777049.7870,253,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','hKkCwvLSf4zGj0tbHBVNTW65',0,1548783374.9720,248,'','GET',403,0,700,0,1),('39.98.52.133',660747397,'','http://highfivefinance.com/joomla/','','','hzqbNGfwy4eQnm5pjUtrJFd6',0,1548785100.5430,489,'','GET',404,0,600,0,1),('39.98.176.180',660779188,'','http://highfivefinance.com/joomla','','','jgldJDnM4V1WGqXIPOctpHky',0,1548789237.1150,1607,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','2wFNySEZmpiaRQYku9VXxO3z',0,1548792471.4150,246,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','A4rJlau2H57yUhBKwgRDQe0q',0,1548796835.2910,249,'','GET',403,0,700,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=2','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','hASusGmKckJ0pMFdW9R3TC4r',0,1548798175.1580,484,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=3','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','if8xsO6e7L0mRUVwv9YMCBID',0,1548798180.3040,479,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=4','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','Fb3lxq0SypRaWO7HTBz25oUj',0,1548798183.3320,492,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=5','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','pxa5PizWbkL0uRns8fJtqM9c',0,1548798188.7260,481,'','GET',404,0,600,0,1),('31.184.238.20',532213268,'','http://highfivefinance.com/yt.php','','a:2:{i:1;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:2;s:33:\"http://highfivefinance.com/yt.php\";}','Lkt9SapdquvOJjG0C8WnmTQE',0,1548798189.4710,272,'','POST',403,0,700,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=6','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','fZLWETg5MxmbRSvI8spY6kw7',0,1548798192.9900,482,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=7','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','RkEXpKl1qI6Q8nuGbaZMfdym',0,1548798196.1570,488,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=8','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','ZcUJzuW5Ny9kmlTqKLj6iaeP',0,1548798200.9580,481,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=9','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','iPkb6wR3dLz0cmFYv2MBq85p',0,1548798205.9960,473,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=10','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','3wFsHTKrWcGl41zt8qZa6I9p',0,1548798210.4290,479,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=11','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','YkvoptA1IrQeK5HRBsfG49Dx',0,1548798213.4490,478,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=12','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','xlNGW3FBpvMgerSI5L4y7Vid',0,1548798216.0580,481,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=13','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','dzUQl8pF4avY2ZVb5PkrKqcC',0,1548798219.0900,486,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=14','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','XIQR5OLJAZWtqyHnGKwi2DYu',0,1548798221.5790,485,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=15','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','cJ7bfuwVkRHNKLWY0nvFhPds',0,1548798226.3440,477,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=16','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','2wOirtI7Ma4Wvuj5AKpGxHUy',0,1548798229.5970,481,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=17','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','gIUbcRQ9DHdZptKyP4qALa1J',0,1548798233.5090,480,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=18','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','SdFYIR45Ujpqsfxylg37kMPT',0,1548798235.9660,500,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=19','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','wA8uRtjiHIpMbKfm1yckBnUF',0,1548798240.7130,482,'','GET',404,0,600,0,1),('220.124.240.66',3699175490,'','http://highfivefinance.com/?author=20','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','8qyFVBKxtpGNQ2vf1DIEsSY4',0,1548798245.7410,500,'','GET',404,0,600,0,1),('222.217.221.179',3738820019,'','http://highfivefinance.com/?author=20','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','l0Snxw6KfCUOMo1uyJQYrIPD',0,1548798296.7570,492,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=20','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','tGWFBQTOwc3PJyX9jhMpnk1E',0,1548798312.6940,476,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=21','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','fU4GKul5YVi8LT9AjrPOHSFk',0,1548798318.3070,480,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=22','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','m9sHDQyb764jdICAiXwLPMrV',0,1548798323.3890,498,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=23','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','NbGsaDTBOkAe4uYt6159V7Qf',0,1548798329.6700,484,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=24','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','X1oqpdC96KkmrYFb5sISylBP',0,1548798333.9930,485,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=25','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','XyGQ54Lk6E7NsWmAzYe83CJB',0,1548798339.3770,487,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=26','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','mf1V9pETHvZUt8dDhM6FyBSW',0,1548798343.6500,479,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=27','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','or9KqbMdJjvRS5DAeWBcQLGx',0,1548798348.4450,482,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=28','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','SJelsFc2pymdWrZ9Rg3B5uDk',0,1548798352.9720,811,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=29','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','rqhyY8S4fWTv3EKZQt1jNaBR',0,1548798360.3600,489,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=30','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','2dvZ7g9Cn4wEYjs3UaIufyqm',0,1548798369.9500,484,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=31','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','nPabxgeOmMk0JdUByFpC8wV4',0,1548798378.9570,490,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=32','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','H5FXKkDzRlV4w96ayhjPSmpb',0,1548798382.6030,495,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=33','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','fThPA3sMwLYdISpJa4jcQqNg',0,1548798387.3630,476,'','GET',404,0,600,0,1),('120.194.193.7',2026029319,'','http://highfivefinance.com/?author=34','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','CHFAYEadwZy36c5JoVPh2k7N',0,1548798394.9870,488,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=35','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','XJSFqoTvLVbUI5E6x87Ahpyw',0,1548798439.5770,486,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=36','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','lUgVEZbxiOk4hPGofjaNnH8T',0,1548798442.9900,498,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=37','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','IPxA0je9tXKBFGqz4iJM6r8N',0,1548798446.1740,476,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=38','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','MuFXYHzxTl47AiEGDZ2pgWPa',0,1548798451.0290,484,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=39','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','epz7W2xPiywEKBlsV4vLAcFQ',0,1548798456.0660,491,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=40','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','ciVTOrhMv9FW4szlXK7fBHS1',0,1548798461.3010,1106,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=41','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','vehYRSFk4XDZy8cT7i2NVBua',0,1548798467.5150,492,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=42','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','5EG9fbr1UJ27QVjNK6eSWO4M',0,1548798472.5830,476,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=43','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','RQlXcIeyWkhjbaEfr7ug1mqs',0,1548798476.2430,495,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=44','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','Sd5Rzsp9JCA1yoD6Ttf2MLIc',0,1548798479.9020,478,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=45','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','G619ZCYtATUL38PfWvDMQKhR',0,1548798484.2430,485,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=46','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','CrvnwBR87uTQyWKcamFdsjUf',0,1548798489.1580,485,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=47','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','lWg3fuvY0ZU24EN8Ddk7ztMb',0,1548798492.1840,493,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=48','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','ADqIoS2mXUFwWY8Ezhb7OBev',0,1548798495.7710,484,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=49','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','YsnDAOZNR6kabcfrFP1JHEim',0,1548798499.1930,471,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/?author=50','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','6LkPEJM4YCODNe3AGlji59t1',0,1548798502.2570,488,'','GET',404,0,600,0,1),('58.216.170.50',987277874,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','sjQAfX67Eh5artHdL8K4VIzp',0,1548798505.5040,496,'','POST',404,0,600,0,1),('60.175.209.77',1018155341,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','vKO5X8mJuft97IDsoiZ0qRy2',0,1548798522.0780,529,'','POST',404,0,600,0,1),('177.19.164.149',2970854549,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','Yj0e6onWNZxiPbvXgw8QS3dF',0,1548798528.6290,3861,'','POST',404,0,600,0,1),('61.160.95.126',1033920382,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','Us3ergfz8Ki1cN5mSEyYZGIR',0,1548798601.2000,808,'','POST',404,0,600,0,1),('220.178.26.20',3702659604,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','XMH0RcLUjvSD8BpNkbKhqrdP',0,1548798640.1580,511,'','POST',404,0,600,0,1),('61.136.104.131',1032349827,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','cm3zb6kP7W8peKtnZS1irXAa',0,1548798720.2460,513,'','POST',404,0,600,0,1),('220.164.2.116',3701736052,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','vPMUzZGEJ7ecusLHxYCOfVWl',0,1548798741.8060,503,'','POST',404,0,600,0,1),('187.58.151.15',3141179151,'','http://highfivefinance.com/wp-login.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0\";}','TUBxAMa16rwLRuXenjV0iygh',0,1548798747.7210,526,'','POST',404,0,600,0,1),('39.98.177.244',660779508,'','http://highfivefinance.com/joomla/','','','Pq7nROcNySwibGVU2zMejCko',0,1548800557.4950,496,'','GET',404,0,600,0,1),('80.84.57.104',1347697000,'','http://highfivefinance.com/store/','','','YgK7nSU6emkZRGXlIsJ8fEzr',0,1548801630.9660,490,'','GET',404,0,600,0,1),('80.84.57.97',1347696993,'','http://highfivefinance.com/shop/','','','IwWXt2MVxYUNzgeZk1AFS9c6',0,1548801639.3370,487,'','GET',404,0,600,0,1),('80.84.57.104',1347697000,'','http://highfivefinance.com/catalog/','','','Y5hKEJG0V9Hr1yUmgs2RtpM4',0,1548801647.2600,497,'','GET',404,0,600,0,1),('80.84.57.114',1347697010,'','http://highfivefinance.com/cart/','','','Jd7wOvi8uKUZWeYsA9QXShxG',0,1548801654.3790,492,'','GET',404,0,600,0,1),('80.84.57.114',1347697010,'','http://highfivefinance.com/store/','','','e2QWoFyZXMHmDVijTpKGga1A',0,1548801677.6250,499,'','GET',404,0,600,0,1),('80.84.57.39',1347696935,'','http://highfivefinance.com/shop/','','','YOL1vpdTAxilEkKnc4Wr8wH2',0,1548801687.7340,489,'','GET',404,0,600,0,1),('80.84.57.102',1347696998,'','http://highfivefinance.com/catalog/','','','p4iHuqR9NzFrf0hEIYd7ADVB',0,1548801696.0000,497,'','GET',404,0,600,0,1),('80.84.57.114',1347697010,'','http://highfivefinance.com/cart/','','','EsdSeH0rYoCUO3MnltjPAQmx',0,1548801705.7560,493,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:126:\"Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','6f8zQRaDiH1tNYmkScO02pLC',0,1548804341.1630,253,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','vpQnfdE0BK2WcZ8MIhlSD3mP',0,1548814065.0780,266,'','GET',403,0,700,0,1),('185.128.27.168',3112180648,'','http://HIGHFIVEFINANCE.COM/wp-login.php','','a:1:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";}','U7jpk5sEW8mFIoncZ6r2fAwY',0,1548816250.7990,530,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','hQWkqRIFfy9rAz38lZ4VCtPT',0,1548819334.4330,254,'','GET',403,0,700,0,1),('155.19.129.148',2601746836,'','http://highfivefinance.com/xmlrpc.php','','a:2:{i:1;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36\";i:2;s:24:\"http://www.google.com.hk\";}','vr9hfkinuJz4jAGBQZSy8aoX',0,1548825293.6670,1627,'','GET',405,0,515,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','8eAObKZ5fBRQzqN6GwiLUtXl',0,1548827349.4050,258,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','uWcgZ4ery8wlCQvYzDXK2fom',0,1548833953.5610,254,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','wpuBLGNrVtF7mKWDZEdy6Tl2',0,1548840164.6140,251,'','GET',403,0,700,0,1),('5.188.62.5',96222725,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:107:\"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36\";}','NbIzhA3svnSP6BZyfM9Dgp8U',0,1548845957.5830,494,'','POST',200,0,515,0,1),('5.188.62.5',96222725,'','http://highfivefinance.com/?author=2','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36\";}','ERQ4lHjiNSsFB8Om7gcyVM3X',0,1548845960.5000,481,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://highfivefinance.com/?author=3','','a:1:{i:1;s:107:\"Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36\";}','pADx5iO0QjgWyMzK9PkCIE6Y',0,1548845961.5250,493,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://highfivefinance.com/?author=4','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36\";}','b9qZwTsVvIUt3HY5Kf6em07o',0,1548845962.6250,489,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://highfivefinance.com/?author=5','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36\";}','7gdxib4aNzAelmFRIjsQufSG',0,1548845963.6580,497,'','GET',404,0,600,0,1),('5.188.62.5',96222725,'','http://highfivefinance.com/?author=6','','a:1:{i:1;s:100:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36\";}','5Q98SmVMIJqvo3t1AGRUlsK4',0,1548845964.7460,483,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:126:\"Mozilla/5.0 (iPad; CPU OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','xqoP5uhFwa8sdeTVRkBJKiIQ',0,1548847311.3350,247,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','iVDf6st3RjelAyWqMgu1F58x',0,1548856073.8370,258,'','GET',403,0,700,0,1),('69.12.72.175',1158432943,'','http://highfivefinance.com/wp-content/plugins/linklove/linklove.php?s','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";i:2;s:69:\"http://highfivefinance.com/wp-content/plugins/linklove/linklove.php?s\";}','5cnrSNyJuf3ZMGp9EzLtokid',0,1548859778.3380,270,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','7oz1kETHGYwmpDVsUgi9Kn6c',0,1548863926.6830,259,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','rSdtlBqEU3KnPRV8gYCAxs1m',0,1548869748.0810,255,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','RKzSDPhgFxr2opXn0vVib9J6',0,1548876365.7570,256,'','GET',403,0,700,0,1),('172.93.181.101',2891822437,'','http://highfivefinance.com/cache.php','','a:1:{i:1;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36\";}','TGthZcYXJx5NfPu8Wr9SMpFb',0,1548877140.2330,282,'','GET',403,0,700,0,1),('172.93.181.101',2891822437,'','http://highfivefinance.com/cache.php','','','kW3qP6u5ts2Sla8YIDZmXfCw',0,1548877141.2520,247,'','POST',403,0,700,0,1),('172.93.181.101',2891822437,'','http://highfivefinance.com/wp-content/themes/wp-update.php?','','a:1:{i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0\";}','Fr4tQNgJBXPe2ynsZ8bRH1kC',0,1548877142.2420,260,'','GET',403,0,700,0,1),('199.203.51.201',3351983049,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:11:\"XML-RPC.NET\";}','5WEwAX0lmR7P9rosnhI6dfe1',536772,1548877143.1660,631,'','POST',200,0,515,0,1),('173.44.155.41',2905381673,'','http://highfivefinance.com/contact-us/','','a:2:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36\";i:2;s:38:\"http://highfivefinance.com/contact-us/\";}','SefDv7dxrKLqC2uW1bwasMoy',0,1548883432.8970,7931,'','POST',200,179,601,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','Kf6Q0PCO3tNA8Doycsqg5kbW',0,1548884171.1050,258,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','WOnd7GYiyP4HbR1soqaDZTtc',0,1548892550.6530,250,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','iP1ezlCstXvwGLbQO48SKoVU',0,1548899782.7070,255,'','GET',403,0,700,0,1),('185.206.225.234',3117343210,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:61:\"Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0\";}','sBVaCFSHnWIb9ywep7qkL2Ac',0,1548900822.7390,2060,'','POST',200,0,515,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','o59yW63fwPAJEO7LKkVtUHps',0,1548904835.4790,248,'','GET',403,0,700,0,1),('185.234.217.202',3119176138,'','http://highfivefinance.com/wp-login.php','','a:2:{i:1;s:121:\"Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)\";i:2;s:39:\"http://highfivefinance.com/wp-login.php\";}','naPvYuiZR1xJBj8ySl2DNfCA',0,1548904878.1040,515,'','GET',404,0,600,0,1),('185.234.217.202',3119176138,'','http://highfivefinance.com/wp-login.php','','a:2:{i:1;s:121:\"Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)\";i:2;s:39:\"http://highfivefinance.com/wp-login.php\";}','pv9Exu4QZnFOAtr1UYJDMGy8',0,1548904878.9320,487,'','GET',404,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:118:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','p4vzm7gl1T53EJDZnbVKdUsF',0,1548911266.5880,259,'','GET',403,0,700,0,1),('104.196.127.42',1757708074,'','http://highfivefinance.com/xmlrpc.php','','a:1:{i:1;s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";}','26zbFuPvwm79ELlhcoB51Y8r',0,1548911282.4570,492,'','GET',405,0,515,0,1),('104.196.127.42',1757708074,'','http://highfivefinance.com/xmlrpc.php?rsd','','a:1:{i:1;s:45:\"ZoominfoBot (zoominfobot at zoominfo dot com)\";}','cQPNzueWkj3DgJGAtrv8ZiYI',0,1548913389.0510,1138,'','GET',200,0,515,0,1),('193.106.30.98',3244957282,'','http://highfivefinance.com/news.php','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0\";}','uh1gjZCslWocD3kvnaG0F8xw',0,1548916816.9720,271,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','2a1kpGJzmNrv3o4bTCQtHswe',0,1548919869.2410,247,'','GET',403,0,700,0,1),('179.43.156.46',3005979694,'','http://highfivefinance.com/admin/images/cal_date_over.gif','','a:1:{i:1;s:22:\"python-requests/2.21.0\";}','tvCygF48ScXW73QlRBfYwMTK',0,1548928275.7240,1171,'','GET',404,0,600,0,1),('179.43.156.46',3005979694,'','http://highfivefinance.com/admin/login.php','','a:1:{i:1;s:22:\"python-requests/2.21.0\";}','PChHDztGJvaumqWbd93xYOoe',0,1548928281.9890,269,'','GET',403,0,700,0,1),('179.43.156.46',3005979694,'','http://highfivefinance.com/templates/system/css/system.css','','a:1:{i:1;s:22:\"python-requests/2.21.0\";}','gTmu0RPez9D21VhAZLNpkxvS',0,1548928284.9100,488,'','GET',404,0,600,0,1),('179.43.156.46',3005979694,'','http://highfivefinance.com/?up_auto_log=true','','a:1:{i:1;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0\";}','4DUW5xbR6mYFshZMwoNjOlSi',0,1548928291.2610,603,'','GET',200,0,600,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','iw0tYkOlyaFeon28g7hIjGdA',0,1548929338.0110,252,'','GET',403,0,700,0,1),('66.206.32.34',1120804898,'','http://highfivefinance.com/wp-includes/theme-compat/content-post.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','ofkHY9uVzQemAyJIdts8wCW0',0,1548929922.0750,278,'','GET',403,0,700,0,1),('66.206.32.34',1120804898,'','http://highfivefinance.com/wp-includes/theme-compat/content-post.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','0ADdZVjm6t4k93BRfcHxXM25',0,1548929925.6030,258,'','GET',403,0,700,0,1),('89.252.185.252',1509734908,'','http://highfivefinance.com/test/wp-content/plugins/plugin/wp-setings.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','btu2dITUCKV9eky4PDNhwxnL',0,1548933641.9750,274,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','8pu36EAcySaW5GrTjdUsD7xP',0,1548933938.2170,262,'','GET',403,0,700,0,1),('188.213.49.138',3168088458,'','http://highfivefinance.com/wp-content/themes/corporatebusiness/wp-cros.php','','a:1:{i:1;s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";}','NevAP2oan71Dy4UhIOpksub8',0,1548935444.7020,278,'','GET',403,0,700,0,1),('188.213.49.138',3168088458,'','http://highfivefinance.com/wp-content/themes/corporatebusiness/wp-cros.php','','a:1:{i:1;s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";}','TlbCW2Fnefxm5RMVIZNoQtS1',0,1548935445.6610,250,'','GET',403,0,700,0,1),('132.148.249.210',2224355794,'','http://highfivefinance.com/wp-content/themes/archi/archi/ReduxFramework/ReduxCore/inc/fields/divide/wp-ping.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','qH06vOunpVI8DGzQjUflXP42',0,1548939408.3560,271,'','GET',403,0,700,0,1),('213.251.182.110',3590043246,'','http://highfivefinance.com/wp-content/themes/archi/archi/fonts/font-awesome/less/wp-widgets.php','','a:2:{i:1;s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";i:2;s:14:\"http://site.ru\";}','s75kXHFlanrMGUSb6vfmTJCQ',0,1548941716.1730,268,'','GET',403,0,700,0,1),('94.130.35.51',1585586995,'','http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php','','a:2:{i:1;s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";i:2;s:71:\"http://highfivefinance.com/wp-content/themes/novellite/inc/jvbptkxi.php\";}','mnKFCzicMPfeI7ly4EaU63wt',0,1548941717.8980,253,'','GET',403,0,700,0,1); /*!40000 ALTER TABLE `cerber_traffic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker` -- DROP TABLE IF EXISTS `wp_formmaker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(127) NOT NULL, `type` varchar(100) NOT NULL DEFAULT 'embedded', `mail` varchar(128) NOT NULL, `form_front` longtext NOT NULL, `theme` int(11) NOT NULL, `javascript` text NOT NULL, `submit_text` longtext NOT NULL, `url` varchar(200) NOT NULL, `submit_text_type` tinyint(4) NOT NULL, `script_mail` text NOT NULL, `script_mail_user` text NOT NULL, `counter` int(11) NOT NULL, `published` int(11) NOT NULL DEFAULT '1', `label_order` text NOT NULL, `label_order_current` text NOT NULL, `article_id` varchar(500) NOT NULL, `pagination` varchar(128) NOT NULL, `show_title` varchar(128) NOT NULL, `show_numbers` varchar(128) NOT NULL, `public_key` varchar(50) NOT NULL, `private_key` varchar(50) NOT NULL, `recaptcha_theme` varchar(20) NOT NULL, `paypal_mode` int(2) NOT NULL, `checkout_mode` varchar(20) NOT NULL, `paypal_email` varchar(50) NOT NULL, `payment_currency` varchar(20) NOT NULL, `tax` float NOT NULL, `form_fields` text NOT NULL, `savedb` tinyint(4) NOT NULL DEFAULT '1', `sendemail` tinyint(4) NOT NULL DEFAULT '1', `requiredmark` varchar(20) NOT NULL DEFAULT '*', `from_mail` varchar(128) NOT NULL, `from_name` varchar(128) NOT NULL, `reply_to` varchar(128) NOT NULL, `send_to` varchar(128) NOT NULL, `autogen_layout` tinyint(4) NOT NULL DEFAULT '1', `custom_front` longtext NOT NULL, `mail_from_user` varchar(128) NOT NULL, `mail_from_name_user` varchar(128) NOT NULL, `reply_to_user` varchar(128) NOT NULL, `condition` text NOT NULL, `mail_cc` varchar(128) NOT NULL, `mail_cc_user` varchar(128) NOT NULL, `mail_bcc` varchar(128) NOT NULL, `mail_bcc_user` varchar(128) NOT NULL, `mail_subject` varchar(128) NOT NULL, `mail_subject_user` varchar(128) NOT NULL, `mail_mode` tinyint(4) NOT NULL DEFAULT '1', `mail_mode_user` tinyint(4) NOT NULL DEFAULT '1', `mail_attachment` tinyint(4) NOT NULL DEFAULT '1', `mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1', `user_id_wd` varchar(220) NOT NULL, `sortable` int(11) NOT NULL, `frontend_submit_fields` text NOT NULL, `frontend_submit_stat_fields` text NOT NULL, `mail_emptyfields` tinyint(4) NOT NULL DEFAULT '0', `mail_verify` tinyint(4) NOT NULL DEFAULT '0', `mail_verify_expiretime` float NOT NULL, `mail_verification_post_id` int(11) NOT NULL, `save_uploads` tinyint(4) NOT NULL DEFAULT '1', `header_title` varchar(255) NOT NULL, `header_description` text NOT NULL, `header_image_url` varchar(255) NOT NULL, `header_image_animation` varchar(200) NOT NULL, `header_hide_image` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker` -- LOCK TABLES `wp_formmaker` WRITE; /*!40000 ALTER TABLE `wp_formmaker` DISABLE KEYS */; INSERT INTO `wp_formmaker` VALUES (1,'Contact Us with Captcha','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - E-mail:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Comments:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Type the characters you see here:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,241,1,'','','','',1),(2,'Tell a Friend','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div></div></div><div wdid=\"2\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%2 - custom_2%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - From:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - To:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Message:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h1>Tell a Friend</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*From:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_text*:*type*:*To:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1),(3,'Simple Contact','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Website%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Message:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',1,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Website*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Send Now!*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1),(4,'Advanced Contact Form 2','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - First Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - custom_2%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Last Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - custom_4%</div><div wdid=\"5\" class=\"wdform_row\">%5 - E-mail Address:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - custom_6%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Company / Restaurant Name:%</div><div wdid=\"8\" class=\"wdform_row\">%8 - custom_8%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Telephone:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - custom_10%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Alternate Telephone:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - custom_12%</div><div wdid=\"13\" class=\"wdform_row\">%13 - Requirements/ Comments:%</div><div wdid=\"14\" class=\"wdform_row\">%14 - custom_14%</div><div wdid=\"15\" class=\"wdform_row\">%15 - How Did You Hear About Us?%</div><div wdid=\"16\" class=\"wdform_row\">%16 - custom_16%</div><div wdid=\"17\" class=\"wdform_row\">%17 - custom_17%</div><div wdid=\"18\" class=\"wdform_row\">%18 - type_submit_reset_18%</div><div wdid=\"19\" class=\"wdform_row\">%19 - custom_19%</div><div wdid=\"20\" class=\"wdform_row\">%20 - custom_20%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',17,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',21,1,'1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****##**id**##**label**##****#','1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*First Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_editor*:*type*:*custom_2*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Last Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_editor*:*type*:*custom_4*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_editor*:*type*:*custom_6*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Company / Restaurant Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_editor*:*type*:*custom_8*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*9*:*id*:*type_text*:*type*:*Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*10*:*id*:*type_editor*:*type*:*custom_10*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*11*:*id*:*type_text*:*type*:*Alternate Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*12*:*id*:*type_editor*:*type*:*custom_12*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*13*:*id*:*type_textarea*:*type*:*Requirements/ Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*14*:*id*:*type_editor*:*type*:*custom_14*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*15*:*id*:*type_text*:*type*:*How Did You Hear About Us?*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_editor*:*type*:*custom_16*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*17*:*id*:*type_editor*:*type*:*custom_17*:*w_field_label*:** Indicates required fields*:*w_editor*:**:*new_field*:*18*:*id*:*type_submit_reset*:*type*:*type_submit_reset_18*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*19*:*id*:*type_editor*:*type*:*custom_19*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*20*:*id*:*type_editor*:*type*:*custom_20*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1),(5,'Simple Contact with Phone','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Phone:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Message:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - type_submit_reset_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',25,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_submit_reset*:*type*:*type_submit_reset_5*:*w_field_label*:*Submit Form*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1),(6,'User Credentials','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div></div></div><div wdid=\"2\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%2 - custom_2%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - custom_3%</div></div></div><div wdid=\"4\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%4 - custom_4%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - E-mail:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Phone:%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Mobile Phone Number:%</div><div wdid=\"8\" class=\"wdform_row\">%8 - Address:%</div><div wdid=\"14\" class=\"wdform_row\">%14 - Message Inquiry / Comments:%</div><div wdid=\"15\" class=\"wdform_row\">%15 - type_submit_reset_15%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',34,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',16,1,'1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_editor*:*type*:*custom_3*:*w_field_label*:*<h3> How do we contact you </h3>*:*w_editor*:**:*new_field*:*4*:*id*:*type_section_break*:*type*:*custom_4*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Mobile Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_textarea*:*type*:*Message Inquiry / Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1),(7,'Simple Contact Captcha','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Phone:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Enter the message as it's shown:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Message:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',19,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_text*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Enter the message as it's shown:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1),(8,'Contact Details','embedded','contact@highfivefinance.com,','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\">%2 - Pub/Brewery Name:%</div><div wdid=\"3\" class=\"wdform_row ui-sortable-handle\">%3 - Full Name:%</div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\">%4 - Address:%</div><div wdid=\"10\" class=\"wdform_row ui-sortable-handle\">%10 - E-mail:%</div><div wdid=\"11\" class=\"wdform_row ui-sortable-handle\">%11 - Phone Number:%</div><div wdid=\"12\" class=\"wdform_row ui-sortable-handle\">%12 - Custom Message (If selected above):%</div><div wdid=\"13\" class=\"wdform_row ui-sortable-handle\">%13 - type_submit_reset_13%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',24,'// before form is load\r\nfunction before_load() {\r\n \r\n}\r\n\r\n//before form submit\r\nfunction before_submit() {\r\n}\r\n\r\n// before form reset\r\nfunction before_reset() {\r\n \r\n}','','',1,'%all%','%all%',14,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','10','High Five Finance.com','10','*10*',1,'','contact@highfivefinance.com','High Five Finance','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,241,1,'','','','',1),(9,'Contact Form with Map','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Message:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div><div wdid=\"5\" class=\"wdform_row\">%5 - map_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',20,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_map*:*type*:*map_5*:*w_field_label*:*2.2942540000000236*:*w_center_x*:*48.858334*:*w_center_y*:*2.294254*:*w_long*:*48.858334*:*w_lat*:*13*:*w_zoom*:*400*:*w_width*:*300*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1); /*!40000 ALTER TABLE `wp_formmaker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_backup` -- DROP TABLE IF EXISTS `wp_formmaker_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_backup` ( `backup_id` int(11) NOT NULL AUTO_INCREMENT, `cur` int(1) NOT NULL, `id` int(11) NOT NULL, `title` varchar(127) NOT NULL, `type` varchar(100) NOT NULL DEFAULT 'embedded', `mail` varchar(128) NOT NULL, `form_front` longtext NOT NULL, `theme` int(11) NOT NULL, `javascript` text NOT NULL, `submit_text` longtext NOT NULL, `url` varchar(200) NOT NULL, `submit_text_type` tinyint(4) NOT NULL, `script_mail` text NOT NULL, `script_mail_user` text NOT NULL, `counter` int(11) NOT NULL, `published` int(11) NOT NULL DEFAULT '1', `label_order` text NOT NULL, `label_order_current` text NOT NULL, `article_id` varchar(500) NOT NULL, `pagination` varchar(128) NOT NULL, `show_title` varchar(128) NOT NULL, `show_numbers` varchar(128) NOT NULL, `public_key` varchar(50) NOT NULL, `private_key` varchar(50) NOT NULL, `recaptcha_theme` varchar(20) NOT NULL, `paypal_mode` int(2) NOT NULL, `checkout_mode` varchar(20) NOT NULL, `paypal_email` varchar(50) NOT NULL, `payment_currency` varchar(20) NOT NULL, `tax` float NOT NULL, `form_fields` longtext NOT NULL, `savedb` tinyint(4) NOT NULL DEFAULT '1', `sendemail` tinyint(4) NOT NULL DEFAULT '1', `requiredmark` varchar(20) NOT NULL DEFAULT '*', `from_mail` varchar(128) NOT NULL, `from_name` varchar(128) NOT NULL, `reply_to` varchar(128) NOT NULL, `send_to` varchar(128) NOT NULL, `autogen_layout` tinyint(4) NOT NULL DEFAULT '1', `custom_front` longtext NOT NULL, `mail_from_user` varchar(128) NOT NULL, `mail_from_name_user` varchar(128) NOT NULL, `reply_to_user` varchar(128) NOT NULL, `condition` text NOT NULL, `mail_cc` varchar(128) NOT NULL, `mail_cc_user` varchar(128) NOT NULL, `mail_bcc` varchar(128) NOT NULL, `mail_bcc_user` varchar(128) NOT NULL, `mail_subject` varchar(128) NOT NULL, `mail_subject_user` varchar(128) NOT NULL, `mail_mode` tinyint(4) NOT NULL DEFAULT '1', `mail_mode_user` tinyint(4) NOT NULL DEFAULT '1', `mail_attachment` tinyint(4) NOT NULL DEFAULT '1', `mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1', `user_id_wd` varchar(220) NOT NULL, `sortable` int(11) NOT NULL, `frontend_submit_fields` text NOT NULL, `frontend_submit_stat_fields` text NOT NULL, `mail_emptyfields` tinyint(4) NOT NULL DEFAULT '0', `mail_verify` tinyint(4) NOT NULL DEFAULT '0', `mail_verify_expiretime` float NOT NULL, `mail_verification_post_id` int(11) NOT NULL, `save_uploads` tinyint(4) NOT NULL DEFAULT '1', `header_title` varchar(255) NOT NULL, `header_description` text NOT NULL, `header_image_url` varchar(255) NOT NULL, `header_image_animation` varchar(200) NOT NULL, `header_hide_image` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`backup_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_backup` -- LOCK TABLES `wp_formmaker_backup` WRITE; /*!40000 ALTER TABLE `wp_formmaker_backup` DISABLE KEYS */; INSERT INTO `wp_formmaker_backup` VALUES (1,0,8,'Advanced Contact Form','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Pub/Brewery Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Full Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Address:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - E-mail:%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Phone Number:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - Custom Message (If selected above):%</div><div wdid=\"13\" class=\"wdform_row\">%13 - type_submit_reset_13%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',24,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',14,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1),(2,1,8,'Contact Details','embedded','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\">%2 - Pub/Brewery Name:%</div><div wdid=\"3\" class=\"wdform_row ui-sortable-handle\">%3 - Full Name:%</div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\">%4 - Address:%</div><div wdid=\"10\" class=\"wdform_row ui-sortable-handle\">%10 - E-mail:%</div><div wdid=\"11\" class=\"wdform_row ui-sortable-handle\">%11 - Phone Number:%</div><div wdid=\"12\" class=\"wdform_row ui-sortable-handle\">%12 - Custom Message (If selected above):%</div><div wdid=\"13\" class=\"wdform_row ui-sortable-handle\">%13 - type_submit_reset_13%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',24,'// before form is load\r\nfunction before_load() { \r\n} \r\n// before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',14,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','',1); /*!40000 ALTER TABLE `wp_formmaker_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_blocked` -- DROP TABLE IF EXISTS `wp_formmaker_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_blocked` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ip` varchar(128) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_blocked` -- LOCK TABLES `wp_formmaker_blocked` WRITE; /*!40000 ALTER TABLE `wp_formmaker_blocked` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_formmaker_blocked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_display_options` -- DROP TABLE IF EXISTS `wp_formmaker_display_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_display_options` ( `id` int(11) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL, `type` varchar(100) NOT NULL, `popover_animate_effect` varchar(255) NOT NULL, `popover_loading_delay` int(11) NOT NULL, `popover_frequency` int(4) NOT NULL, `topbar_position` tinyint(4) NOT NULL, `topbar_remain_top` tinyint(4) NOT NULL, `topbar_closing` tinyint(4) NOT NULL, `topbar_hide_duration` int(4) NOT NULL, `scrollbox_position` tinyint(4) NOT NULL, `scrollbox_trigger_point` float NOT NULL, `scrollbox_hide_duration` int(4) NOT NULL, `scrollbox_auto_hide` tinyint(4) NOT NULL, `scrollbox_closing` tinyint(4) NOT NULL DEFAULT '1', `scrollbox_minimize` tinyint(4) NOT NULL, `scrollbox_minimize_text` varchar(300) NOT NULL, `display_on` text NOT NULL, `posts_include` text NOT NULL, `pages_include` text NOT NULL, `display_on_categories` text NOT NULL, `current_categories` text NOT NULL, `scrollbox_loading_delay` tinyint(4) NOT NULL, `hide_mobile` tinyint(4) NOT NULL DEFAULT '1', `show_for_admin` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_display_options` -- LOCK TABLES `wp_formmaker_display_options` WRITE; /*!40000 ALTER TABLE `wp_formmaker_display_options` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_formmaker_display_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_query` -- DROP TABLE IF EXISTS `wp_formmaker_query`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_query` ( `id` int(11) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL, `query` text NOT NULL, `details` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_query` -- LOCK TABLES `wp_formmaker_query` WRITE; /*!40000 ALTER TABLE `wp_formmaker_query` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_formmaker_query` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_sessions` -- DROP TABLE IF EXISTS `wp_formmaker_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_sessions` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `form_id` int(20) NOT NULL, `group_id` int(20) NOT NULL, `ip` varchar(20) NOT NULL, `ord_date` datetime NOT NULL, `ord_last_modified` datetime NOT NULL, `status` varchar(50) NOT NULL, `full_name` varchar(100) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(50) NOT NULL, `mobile_phone` varchar(255) NOT NULL, `fax` varchar(255) NOT NULL, `address` varchar(300) NOT NULL, `paypal_info` text NOT NULL, `without_paypal_info` text NOT NULL, `ipn` varchar(20) NOT NULL, `checkout_method` varchar(20) NOT NULL, `tax` float NOT NULL, `shipping` float NOT NULL, `shipping_type` varchar(200) NOT NULL, `read` int(11) NOT NULL, `total` float NOT NULL, `currency` varchar(24) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_sessions` -- LOCK TABLES `wp_formmaker_sessions` WRITE; /*!40000 ALTER TABLE `wp_formmaker_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_formmaker_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_submits` -- DROP TABLE IF EXISTS `wp_formmaker_submits`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_submits` ( `id` int(11) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL, `element_label` varchar(128) NOT NULL, `element_value` varchar(600) NOT NULL, `group_id` int(11) NOT NULL, `date` datetime NOT NULL, `ip` varchar(32) NOT NULL, `user_id_wd` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=177 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_submits` -- LOCK TABLES `wp_formmaker_submits` WRITE; /*!40000 ALTER TABLE `wp_formmaker_submits` DISABLE KEYS */; INSERT INTO `wp_formmaker_submits` VALUES (1,8,'2','jhbsj',1,'2017-06-20 09:05:57','141.101.98.4',1),(2,8,'3','uihvciw@@@iuvghik',1,'2017-06-20 09:05:57','141.101.98.4',1),(3,8,'4','IUSVIL',1,'2017-06-20 09:05:57','141.101.98.4',1),(4,8,'5','iughcia',1,'2017-06-20 09:05:57','141.101.98.4',1),(5,8,'6','USUILHC',1,'2017-06-20 09:05:57','141.101.98.4',1),(6,8,'7','uycwu',1,'2017-06-20 09:05:57','141.101.98.4',1),(7,8,'8','99789',1,'2017-06-20 09:05:57','141.101.98.4',1),(8,8,'9','United States',1,'2017-06-20 09:05:57','141.101.98.4',1),(9,8,'10','vinokarthick.vsr@gmail.com',1,'2017-06-20 09:05:57','141.101.98.4',1),(10,8,'11','7576 7868678678',1,'2017-06-20 09:05:57','141.101.98.4',1),(11,8,'12','hai',1,'2017-06-20 09:05:57','141.101.98.4',1),(12,8,'2','',2,'2017-08-20 02:07:11','162.158.91.167',0),(13,8,'3','Mary@@@Mary',2,'2017-08-20 02:07:11','162.158.91.167',0),(14,8,'4','',2,'2017-08-20 02:07:11','162.158.91.167',0),(15,8,'5','',2,'2017-08-20 02:07:11','162.158.91.167',0),(16,8,'6','',2,'2017-08-20 02:07:11','162.158.91.167',0),(17,8,'7','',2,'2017-08-20 02:07:11','162.158.91.167',0),(18,8,'8','',2,'2017-08-20 02:07:11','162.158.91.167',0),(19,8,'10','',2,'2017-08-20 02:07:11','162.158.91.167',0),(20,8,'11','Mary Mary',2,'2017-08-20 02:07:11','162.158.91.167',0),(21,8,'12','',2,'2017-08-20 02:07:11','162.158.91.167',0),(22,8,'2','519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(23,8,'3','519991744@@@519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(24,8,'4','519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(25,8,'5','519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(26,8,'6','519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(27,8,'7','519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(28,8,'8','519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(29,8,'10','519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(30,8,'11','519991744 519991744',3,'2017-08-22 22:07:08','172.68.10.160',0),(31,8,'12','Hello!\n With developed in the United States, unique composition of 100% natural ingredients that are safe for your health you will increase muscle mass, get rid of unwanted fat and get firm skin.\n\n The male growth hormone contained in the formulation is the top secret. So far it was expensive and inaccessible. \nToday, thanks to GH Balance it is available within your fingertips. \n\nBuy today and get a 50% discount. http://ghbalance.pro',3,'2017-08-22 22:07:08','172.68.10.160',0),(32,8,'2','',4,'2017-08-23 03:49:02','162.158.91.197',0),(33,8,'3','Lily@@@Lily',4,'2017-08-23 03:49:02','162.158.91.197',0),(34,8,'4','',4,'2017-08-23 03:49:02','162.158.91.197',0),(35,8,'5','',4,'2017-08-23 03:49:02','162.158.91.197',0),(36,8,'6','',4,'2017-08-23 03:49:02','162.158.91.197',0),(37,8,'7','',4,'2017-08-23 03:49:02','162.158.91.197',0),(38,8,'8','',4,'2017-08-23 03:49:02','162.158.91.197',0),(39,8,'10','',4,'2017-08-23 03:49:02','162.158.91.197',0),(40,8,'11','Lily Lily',4,'2017-08-23 03:49:02','162.158.91.197',0),(41,8,'12','',4,'2017-08-23 03:49:02','162.158.91.197',0),(42,8,'2','',5,'2017-08-23 18:28:33','162.158.91.197',0),(43,8,'3','Rich@@@Rich',5,'2017-08-23 18:28:33','162.158.91.197',0),(44,8,'4','',5,'2017-08-23 18:28:33','162.158.91.197',0),(45,8,'5','',5,'2017-08-23 18:28:33','162.158.91.197',0),(46,8,'6','',5,'2017-08-23 18:28:33','162.158.91.197',0),(47,8,'7','',5,'2017-08-23 18:28:33','162.158.91.197',0),(48,8,'8','',5,'2017-08-23 18:28:33','162.158.91.197',0),(49,8,'10','',5,'2017-08-23 18:28:33','162.158.91.197',0),(50,8,'11','Rich Rich',5,'2017-08-23 18:28:33','162.158.91.197',0),(51,8,'12','',5,'2017-08-23 18:28:33','162.158.91.197',0),(52,8,'2','',6,'2017-08-24 17:48:39','162.158.91.197',0),(53,8,'3','Erin@@@Erin',6,'2017-08-24 17:48:39','162.158.91.197',0),(54,8,'4','',6,'2017-08-24 17:48:39','162.158.91.197',0),(55,8,'5','',6,'2017-08-24 17:48:39','162.158.91.197',0),(56,8,'6','',6,'2017-08-24 17:48:39','162.158.91.197',0),(57,8,'7','',6,'2017-08-24 17:48:39','162.158.91.197',0),(58,8,'8','',6,'2017-08-24 17:48:39','162.158.91.197',0),(59,8,'10','',6,'2017-08-24 17:48:39','162.158.91.197',0),(60,8,'11','Erin Erin',6,'2017-08-24 17:48:39','162.158.91.197',0),(61,8,'12','',6,'2017-08-24 17:48:39','162.158.91.197',0),(62,8,'2','6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(63,8,'3','6449762@@@6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(64,8,'4','6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(65,8,'5','6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(66,8,'6','6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(67,8,'7','6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(68,8,'8','6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(69,8,'10','6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(70,8,'11','6449762 6449762',7,'2017-08-29 20:36:37','172.68.10.70',0),(71,8,'12','Impressive muscles in a few weeks.\nWhen you use Probolan 50, you increase your muscle mass, you turn your fat into pure muscles. \n\nHMB, best creatine, nitrobolon, or other supplements won't give you such an effect that you'll get with Probolan 50.\n\nBuy today and get a 50% discount. http://probolan50.pro',7,'2017-08-29 20:36:37','172.68.10.70',0),(72,8,'2','58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(73,8,'3','58238443@@@58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(74,8,'4','58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(75,8,'5','58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(76,8,'6','58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(77,8,'7','58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(78,8,'8','58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(79,8,'10','58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(80,8,'11','58238443 58238443',8,'2017-09-04 17:21:32','172.68.182.232',0),(81,8,'12','Are you still lonely?\nDon`t be upset! Join our dating website and you can find your happiness just now! Everybody know that the most beautiful girls are Russians.\n\nYou can meet pretty Russian girl if you will register on our dating site. Registration is free! Don`t waste your time! Enjoy dating Russian beauties right now! http://ru-brides.pro',8,'2017-09-04 17:21:32','172.68.182.232',0),(82,8,'2','',9,'2017-09-04 21:55:41','172.68.110.16',0),(83,8,'3','Mike@@@Mike',9,'2017-09-04 21:55:41','172.68.110.16',0),(84,8,'4','',9,'2017-09-04 21:55:41','172.68.110.16',0),(85,8,'5','',9,'2017-09-04 21:55:41','172.68.110.16',0),(86,8,'6','',9,'2017-09-04 21:55:41','172.68.110.16',0),(87,8,'7','',9,'2017-09-04 21:55:41','172.68.110.16',0),(88,8,'8','',9,'2017-09-04 21:55:41','172.68.110.16',0),(89,8,'10','',9,'2017-09-04 21:55:41','172.68.110.16',0),(90,8,'11','Mike Mike',9,'2017-09-04 21:55:41','172.68.110.16',0),(91,8,'12','',9,'2017-09-04 21:55:41','172.68.110.16',0),(92,8,'2','email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(93,8,'3','email_rassylka@@@email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(94,8,'4','email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(95,8,'5','email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(96,8,'6','email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(97,8,'7','email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(98,8,'8','email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(99,8,'10','email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(100,8,'11','email_rassylka email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(101,8,'12','Review of the best mailing services on our page: https://vk.com/email_rassylka',10,'2017-09-05 19:03:33','162.158.210.112',0),(102,8,'2','',11,'2017-09-05 20:45:24','162.158.90.192',0),(103,8,'3','The Coolest Gift@@@The Coolest Gift',11,'2017-09-05 20:45:24','162.158.90.192',0),(104,8,'4','',11,'2017-09-05 20:45:24','162.158.90.192',0),(105,8,'5','',11,'2017-09-05 20:45:24','162.158.90.192',0),(106,8,'6','',11,'2017-09-05 20:45:24','162.158.90.192',0),(107,8,'7','',11,'2017-09-05 20:45:24','162.158.90.192',0),(108,8,'8','',11,'2017-09-05 20:45:24','162.158.90.192',0),(109,8,'10','',11,'2017-09-05 20:45:24','162.158.90.192',0),(110,8,'11','The Coolest Gift The Coolest Gift',11,'2017-09-05 20:45:24','162.158.90.192',0),(111,8,'12','',11,'2017-09-05 20:45:24','162.158.90.192',0),(112,8,'2','',12,'2017-09-08 22:00:00','172.68.110.16',0),(113,8,'3','The Coolest Gift@@@The Coolest Gift',12,'2017-09-08 22:00:00','172.68.110.16',0),(114,8,'4','',12,'2017-09-08 22:00:00','172.68.110.16',0),(115,8,'5','',12,'2017-09-08 22:00:00','172.68.110.16',0),(116,8,'6','',12,'2017-09-08 22:00:00','172.68.110.16',0),(117,8,'7','',12,'2017-09-08 22:00:00','172.68.110.16',0),(118,8,'8','',12,'2017-09-08 22:00:00','172.68.110.16',0),(119,8,'10','',12,'2017-09-08 22:00:00','172.68.110.16',0),(120,8,'11','The Coolest Gift The Coolest Gift',12,'2017-09-08 22:00:00','172.68.110.16',0),(121,8,'12','',12,'2017-09-08 22:00:00','172.68.110.16',0),(122,8,'2','54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(123,8,'3','54636402@@@54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(124,8,'4','54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(125,8,'5','54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(126,8,'6','54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(127,8,'7','54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(128,8,'8','54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(129,8,'10','54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(130,8,'11','54636402 54636402',13,'2017-09-12 19:15:01','141.101.76.154',0),(131,8,'12','Lose 25 pounds and feel great in 5 weeks. No effort, wasting time and strict diets.\n\nWith AcaiBerry900 you will rapidly get rid of a record number of pounds. \nNeither gym nor strict diets can equal to it. In addition, you will save a lot of time. \nBuy with discount: http://acaiberry900.pro',13,'2017-09-12 19:15:01','141.101.76.154',0),(132,8,'2','rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(133,8,'3','rassylka__email@@@rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(134,8,'4','rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(135,8,'5','rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(136,8,'6','rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(137,8,'7','rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(138,8,'8','rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(139,8,'10','rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(140,8,'11','rassylka__email rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(141,8,'12','Review of the best mailing services on our page: https://vk.com/rassylka__email',14,'2017-09-21 06:29:10','172.68.182.70',0),(142,8,'2','',15,'2017-09-27 07:34:48','172.68.226.4',0),(143,8,'3','@@@',15,'2017-09-27 07:34:48','172.68.226.4',0),(144,8,'10','',15,'2017-09-27 07:34:48','172.68.226.4',0),(145,8,'11',' ',15,'2017-09-27 07:34:48','172.68.226.4',0),(146,8,'12','',15,'2017-09-27 07:34:48','172.68.226.4',0),(147,8,'2','',16,'2017-09-28 10:40:01','172.68.226.94',0),(148,8,'3','@@@',16,'2017-09-28 10:40:01','172.68.226.94',0),(149,8,'10','',16,'2017-09-28 10:40:01','172.68.226.94',0),(150,8,'11',' ',16,'2017-09-28 10:40:01','172.68.226.94',0),(151,8,'12','',16,'2017-09-28 10:40:01','172.68.226.94',0),(152,8,'2','',17,'2017-10-17 05:28:21','172.68.226.40',0),(153,8,'3','@@@',17,'2017-10-17 05:28:21','172.68.226.40',0),(154,8,'10','',17,'2017-10-17 05:28:21','172.68.226.40',0),(155,8,'11',' ',17,'2017-10-17 05:28:21','172.68.226.40',0),(156,8,'12','',17,'2017-10-17 05:28:21','172.68.226.40',0),(157,8,'2','',18,'2017-11-02 13:46:00','172.68.226.22',0),(158,8,'3','@@@',18,'2017-11-02 13:46:00','172.68.226.22',0),(159,8,'10','',18,'2017-11-02 13:46:00','172.68.226.22',0),(160,8,'11',' ',18,'2017-11-02 13:46:00','172.68.226.22',0),(161,8,'12','',18,'2017-11-02 13:46:00','172.68.226.22',0),(162,8,'2','',19,'2017-11-30 00:35:10','172.68.47.121',0),(163,8,'3','James@@@James',19,'2017-11-30 00:35:10','172.68.47.121',0),(164,8,'4','',19,'2017-11-30 00:35:10','172.68.47.121',0),(165,8,'5','',19,'2017-11-30 00:35:10','172.68.47.121',0),(166,8,'6','',19,'2017-11-30 00:35:10','172.68.47.121',0),(167,8,'7','',19,'2017-11-30 00:35:10','172.68.47.121',0),(168,8,'8','',19,'2017-11-30 00:35:10','172.68.47.121',0),(169,8,'10','',19,'2017-11-30 00:35:10','172.68.47.121',0),(170,8,'11','James James',19,'2017-11-30 00:35:10','172.68.47.121',0),(171,8,'12','',19,'2017-11-30 00:35:10','172.68.47.121',0),(172,8,'2','',20,'2017-12-07 13:59:13','141.101.99.246',0),(173,8,'3','@@@',20,'2017-12-07 13:59:13','141.101.99.246',0),(174,8,'10','',20,'2017-12-07 13:59:13','141.101.99.246',0),(175,8,'11',' ',20,'2017-12-07 13:59:13','141.101.99.246',0),(176,8,'12','',20,'2017-12-07 13:59:13','141.101.99.246',0); /*!40000 ALTER TABLE `wp_formmaker_submits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_themes` -- DROP TABLE IF EXISTS `wp_formmaker_themes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_themes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(200) NOT NULL, `css` text NOT NULL, `default` tinyint(4) NOT NULL, `version` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_themes` -- LOCK TABLES `wp_formmaker_themes` WRITE; /*!40000 ALTER TABLE `wp_formmaker_themes` DISABLE KEYS */; INSERT INTO `wp_formmaker_themes` VALUES (1,'Theme 01 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #013D7C;\r\nborder-radius: 5px;\r\ncolor: #013D7C;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #013D7C;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #013D7C;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #013D7C;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #013E7D;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #013E7D;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #013E7F;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(2,'Theme 01 purple','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #6C005E;\r\nborder-radius: 5px;\r\ncolor: #6C005E;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #6C005E;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #6C005E;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #6C005E;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #6C005E;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #6C005E;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #6C005E;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #6C005E;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(3,'Theme 01 black','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #000;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(4,'Theme 01 transparent (black button)','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #000;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(5,'Theme 02 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #ADC0DB;\r\nmargin-bottom: 10px;\r\ncolor: #ADC0DB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/01/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #285485;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/01/next.png) top right #708EB4;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n .next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/01/next.png) top right #144077;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #285485;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/01/previous.png) top left #708EB4;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n .previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/01/previous.png) top left #144077;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #285485;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #ADC0DB;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #C5C5C5;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size:18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n} \r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #2564A3;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #0E3F77;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #0e3f77; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0e3f77), color-stop(49%, #0f437d), color-stop(84%, #2f72b5), color-stop(99%, #165ba9)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* IE10+ */\r\n background: linear-gradient(to right, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #CCCCCC;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\nfont-size: 13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(6,'Theme 02 yellow','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EADEB4;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #CFAB1A;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #A08104;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #CFAB1A;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #A08104;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E2DED7;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #3F3927;\r\n cursor: pointer;\r\n background-color: #ECBD00;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #ECBD00 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ECBD00 ), color-stop(49%, #F5C403 ), color-stop(84%, #F8C90B ), color-stop(99%, #FFCC00 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* IE10+ */\r\n background: linear-gradient(to right, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #D9D7D8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #292929;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(7,'Theme 02 violet','v.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #C9ADEF;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #5C00DA;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #3D0886;\r\n}.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #5C00DA;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #3D0886;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E3E2E4;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #FFF;\r\n cursor: pointer;\r\n background-color: #5C00DA;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #5C00DA ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5C00DA ), color-stop(49%, #5C00DB ), color-stop(84%, #6600F0 ), color-stop(99%, #7917FF )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* IE10+ */\r\n background: linear-gradient(to right, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #D9D7D8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #fff;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(8,'Theme 02 transparent (aquamarine button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EAF9F3;\r\nborder: 1px solid #4D4A58;\r\nmargin-bottom: 10px;\r\ncolor: #4D4A58;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #94FFD5;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #E4F3E2;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #94FFD5;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #E4F3E2;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #94FFD5;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #EEEEEE;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #EEEEEE;\r\n}\r\n.page_active {\r\n color: #3F3927;\r\n cursor: pointer;\r\n background-color: #CEECE2;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #95D3BE ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #80CEB4 ), color-stop(49%, #95D6C1 ), color-stop(84%, #95D3BE ), color-stop(99%, #B3E7D6 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* IE10+ */\r\n background: linear-gradient(to right, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #E0DFE0;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #292929;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(9,'Theme 03 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #3A620A;\r\nmargin-bottom: 10px;\r\ncolor: #3A620A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\n background: #3A620A;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #fff;\r\n border: 2px solid #4A8C08;\r\n margin: 5px;\r\n box-shadow: 0px 0px 1px 1px #44740E;\r\n font-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #CDD9C3;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/01/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #42810e;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #36690c;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #62983A; /* Old browsers */\r\n background: -moz-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61b217), color-stop(39%, #62983a), color-stop(100%, #62983a)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* IE10+ */\r\n background: linear-gradient(to right, #61b217 0%, #62983a 39%, #62983a 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/01/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(10,'Theme 03 red','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #811919;\r\nmargin-bottom: 10px;\r\ncolor: #811919;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #942323 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #811919;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #9E1919;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #811818;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/02/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #fff;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #640B0B;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #942323;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #752D2D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9A0B0B ), color-stop(39%, #7B2828 ), color-stop(100%, #752D2D )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* IE10+ */\r\n background: linear-gradient(to right, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/02/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(11,'Theme 03 dark cyan','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #0B7A97;\r\nmargin-bottom: 10px;\r\ncolor: #0B7A97;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #2796B3 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/03/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #0B7A97;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #18627C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #56B4D5;\r\nfont-family: Segoe UI;\r\n}\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/03/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #0C6177;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #2796B3;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #752D2D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0E6378 ), color-stop(39%, #2C7487 ), color-stop(100%, #2D7587 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* IE10+ */\r\n background: linear-gradient(to right, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/03/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(12,'Theme 03 transparent (salmon button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8D6D7;\r\nborder: 1px solid #D8D6D7;\r\nmargin-bottom: 10px;\r\ncolor: #D8D6D7;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\nbackground: #FA8072;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #FFABA1;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #FF9689;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/01/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #FF9A8E;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #FA8072;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #FF8F83; /* Old browsers */\r\n background: -moz-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F7B4AC), color-stop(39%, #F89F95), color-stop(100%, #FF8F83)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* IE10+ */\r\n background: linear-gradient(to right, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/04/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(13,'Theme 04 dark orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #F6CE9D;\r\nmargin-bottom: 10px;\r\ncolor: #F6CE9D;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\n color: #69512F;\r\n border: 1px solid #D89E5F;\r\n background: #C8A470; /* Old browsers */\r\n background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #424242 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\n color: #69512F;\r\n border: 1px solid #D89E5F;\r\n background: #C8A470; /* Old browsers */\r\n background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #F6CE9D;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/01/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\n padding: 13px;\r\n text-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n background: #DAA157;\r\n background: -moz-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -webkit-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -o-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -ms-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: linear-gradient(to bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n box-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\n border-radius: 7px;\r\n top: 1px;\r\n left: 1px;\r\n border: 1px solid #C0A77E;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #E2B983;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #AA824E;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #AA824E;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #E2B983;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #AA824E;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(14,'Theme 04 light blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #CEE4E4;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\npadding: 5px;\r\n text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #88B4BD;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #678B94;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #678B94;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #88B4BD;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #678B94;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(15,'Theme 04 red','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E0D0CD;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\nmargin: 16px 10px 16px 0px;\r\ndisplay: inline-block;\r\nbackground: url([SITE_ROOT]/images/04/03/bg.png) no-repeat;\r\ntext-align: left;\r\nborder-radius: 0px;\r\nwidth: 300px;\r\npadding: 5px 10px;\r\ntext-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #B98476 ;\r\nbackground: -moz-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -webkit-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -o-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -ms-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: linear-gradient(to bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #9B766D;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #CCAAA3;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #8A6B63;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #8A6B63;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #CCAAA3;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #8A6B63;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(16,'Theme 04 transparent (gray button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #A6A6A6;\r\nmargin-bottom: 10px;\r\ncolor: #A6A6A6;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\npadding: 5px;\r\n text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #C0C0C0;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #A8A8A8;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #678B94;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #88B4BD;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #678B94;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(17,'Theme 05 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #0E7297;\r\nborder: 1px solid #A0CBDB;\r\nmargin-bottom: 10px;\r\ncolor: #A0CBDB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/01/nextbg_hover.png) url([SITE_ROOT]/images/05/01/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/01/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/01/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/01/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/01/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/01/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #A0CBDB;\r\n padding:15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 0px;\r\n background: #006A91;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\ncolor: #3F3F3F;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #026994;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #026994;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #026994;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #006A91;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #01B4F6;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #018ABE;\r\n background: -moz-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0079A6), color-stop(39%, #018ABE ), color-stop(100%, #00B6FA ));\r\n background: -webkit-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -o-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -ms-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: linear-gradient(to right, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #C4D5DF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(18,'Theme 05 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #007326;\r\nborder: 1px solid #B6E4CF;\r\nmargin-bottom: 10px;\r\ncolor: #B6E4CF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/02/nextbg_hover.png) url([SITE_ROOT]/images/05/02/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/02/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/02/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/02/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/02/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/02/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #B6E4CF;\r\n padding: 15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 0px;\r\n background: #0D7A31;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n}\r\n\r\n.wdform_section_break{\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0D7A31;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0D7A31;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #0D7A31;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #018D08;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00AC0A;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #018F08 ;\r\n background: -moz-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #018D08 ), color-stop(39%, #018F08 ), color-stop(100%, #00BE0A ));\r\n background: -webkit-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -o-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -ms-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\nbackground: linear-gradient(to right, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #CEE0D3;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(19,'Theme 05 pink','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B05785;\r\nborder: 1px solid #F6E2ED;\r\nmargin-bottom: 10px;\r\ncolor: #F6E2ED;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/03/nextbg_hover.png) url([SITE_ROOT]/images/05/03/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/03/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/03/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/03/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/03/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/03/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #F6E2ED;\r\n padding: 15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 0px;\r\n background: #B05785;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #B05785;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #B05785;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #B05785;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #D7639F;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #E47DB3;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #D863A0 ;\r\n background: -moz-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #D7639F ), color-stop(39%, #D863A0 ), color-stop(100%, #F173B4 ));\r\n background: -webkit-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -o-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -ms-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\nbackground: linear-gradient(to right, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #D6CAD2;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0,1),(20,'Theme 06 turquoise','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B1EBE9;\r\nborder: 1px solid #018580;\r\nmargin-bottom: 10px;\r\ncolor: #018580;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page\r\n{\r\n width:inherit !important;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/next.png) no-repeat right #019993;\r\n padding: 0px 36px 0 20px ;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #018580;\r\n\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/next.png) no-repeat right #00C5BD;\r\n}\r\n.previous-page\r\n{\r\n width:inherit !important;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n content: \" \";\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n height: 19px;\r\n width: 20px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n top: -2px;\r\n position: relative;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #019993;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #018580;\r\n}\r\n.button-submit:hover {\r\n background: #00C5BD;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #B1EBE9;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #029A95;\r\n color: #ffffff !important;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2 p{\r\n color: #ffffff !important;\r\n \r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\nfont-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #029A95;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #029A95;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00DAD3;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #01B3AD ;\r\n background: -moz-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #01B3AD ), color-stop(39%, #01CDC6 ), color-stop(100%, #02DED6 ));\r\n background: -webkit-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -o-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -ms-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\nlinear-gradient(to right, #01B3AD 0%, #01CDC6 39%, #02DED6 100%)\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #029A95;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0,1),(21,'Theme 06 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #BBDBE7;\r\nborder: 1px solid #25A5DF;\r\nmargin-bottom: 10px;\r\ncolor: #25A5DF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #0D66B1;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\nborder: 1px solid #107DAF;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #25A5DF;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #0D66B1;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #107DAF;\r\n}\r\n.button-submit:hover {\r\n background: #25A5DF;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #BBDBE7;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #0D66B1;\r\n color: #ffffff;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0176AA ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #0176AA;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #008AFF;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #0073D3 ;\r\n background: -moz-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0073D3 ), color-stop(39%, #008FE1 ), color-stop(100%, #00A7ED ));\r\n background: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n background: -o-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\nbackground: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #0176AA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0,1),(22,'Theme 06 orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #FAB17A;\r\nmargin-bottom: 10px;\r\ncolor: #FAB17A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FFA15C;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #C78655;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FAB17A;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #FFA15C;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #C78655;\r\n}\r\n.button-submit:hover {\r\n background: #FAB17A;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #FFA15C ;\r\n color: #030303;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #FFA15C ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #342114;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #C78655;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #342114;\r\n cursor: pointer;\r\n background-color: #FF8A34;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #FF8932 ;\r\n background: -moz-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3BA28 ), color-stop(39%, #FFD325 ), color-stop(100%, #FEB824 ));\r\n background: -o-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -ms-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -webkit-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\nbackground-color: #ECBE9C;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #473C34;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0,1),(23,'Theme 06 transparent (light green button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #90EE90;\r\nmargin-bottom: 10px;\r\ncolor: #90EE90;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #6BD86B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #459B45;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #90EE90;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n content: \" \";\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n height: 19px;\r\n width: 20px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n top: -2px;\r\n position: relative;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #6BD86B;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #459B45;\r\n}\r\n.button-submit:hover {\r\n background: #90EE90;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #6BD86B ;\r\n color: #030303;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #6BD86B ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #342114;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #90EE90;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #342114;\r\n cursor: pointer;\r\n background-color: #6BD86B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #72DB72 ;\r\n background: -moz-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8FEB8F ), color-stop(39%, #5CF35C ), color-stop(100%, #72DB72 ));\r\n background: -o-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -ms-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -webkit-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\nbackground-color: #E0E0E0;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #473C34;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0,1),(24,'Theme 07 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #0072A2;\r\nmargin-bottom: 10px;\r\ncolor: #0072A2;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #0072A2;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #0072A2;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #267EA9;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #267EA9;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #0072A2;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #0072A2;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #006C9A; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0072A2), color-stop(39%, #00709F), color-stop(100%, #006A97)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* IE10+ */\r\n background: linear-gradient(to right, #0072A2 0%, #00709F 39%, #006A97 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0,1),(25,'Theme 07 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #00A25B;\r\nmargin-bottom: 10px;\r\ncolor: #00A25B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #00A25B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #00A25B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #00A25B;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #00A25B;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #00A25B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00A25B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #00A15B ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00A25B ), color-stop(39%, #00A15A ), color-stop(100%, #00A15B )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00A25B 0%, #00A15A 39%, #00A15B 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(26,'Theme 07 dark violet','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #33016B;\r\nmargin-bottom: 10px;\r\ncolor: #33016B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #33016B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #33016B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #33016B;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #33016B;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #33016B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #33016B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #33016A ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #33016B ), color-stop(39%, #320169 ), color-stop(100%, #33016A )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #33016B 0%, #320169 39%, #33016A 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0,1),(27,'Theme 07 transparent (burlywood button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #E6C18B;\r\nmargin-bottom: 10px;\r\ncolor: #E6C18B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #E6C18B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #E6C18B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #267EA9;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #267EA9;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #E6C18B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #E6C18B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #F3CC92 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3CC92 ), color-stop(39%, #F3CC92 ), color-stop(100%, #F5CB8F )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* IE10+ */\r\n background: linear-gradient(to right, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0,1),(28,'Theme 08 transparent (black button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nmargin-bottom: 10px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #000000;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #000;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #000000;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #000000;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #000;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #000;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #FFF;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(29,'Theme 08 deep pink','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #930049;\r\nmargin-bottom: 10px;\r\ncolor: #930049;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #930049 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #930049;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #EEEEEE;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #930049;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #930049;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #636363;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8A8A8A;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8A8A8A;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #930049;\r\ncursor: pointer;\r\nbackground-color: #fff;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #930049;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #fff;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(30,'Theme 08 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #070068;\r\nmargin-bottom: 10px;\r\ncolor: #070068;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #070068 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #070068;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #070068;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #070068;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #636363;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8A8A8A;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8A8A8A;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #070068;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #070068;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #fff;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(31,'Theme 09 light gray','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #818181;\r\nmargin-bottom: 10px;\r\ncolor: #818181;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #013D7C;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n color: #013D7C;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #727272;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/01/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(32,'Theme 09 yellow','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #E9B500;\r\nmargin-bottom: 10px;\r\ncolor: #E9B500;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #E9B500;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #E9B500;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(33,'Theme 09 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #015875;\r\nmargin-bottom: 10px;\r\ncolor: #015875;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #015875 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #015875;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #015875;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #015875;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #80ABBA !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #DEE9EC;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #5C90A2;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/03/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(34,'Theme 09 transparent (lightgreen button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #30D1B1;\r\nmargin-bottom: 10px;\r\ncolor: #30D1B1;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #30D1B1;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #E9B500;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(35,'Theme 10 orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F7D3BB;\r\nborder: 1px solid #FAAA63;\r\nmargin-bottom: 10px;\r\ncolor: #FAAA63;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/01/next_hoverbg.png) url([SITE_ROOT]/images/01/01/previous_hover.png) url([SITE_ROOT]/images/01/01/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #000;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/01/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\n background: #f58b33; /* Old browsers */\r\n background: -moz-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f58b33), color-stop(20%, #faaa63), color-stop(80%, #faaa63), color-stop(100%, #f58b33)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* IE10+ */\r\n background: linear-gradient(to right, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #8D5D35;\r\n border: 1px solid #F0C579;\r\n margin: 5px;\r\n box-shadow: 0px 0px 1px 1px #EC8E37;\r\n font-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F7D3BB;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 2px solid #FFB471;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #e8a467; /* Old browsers */\r\n background: -moz-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e8a467), color-stop(20%, #ffb471), color-stop(80%, #ffb471), color-stop(100%, #ffcd72)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* IE10+ */\r\n background: linear-gradient(to right, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 10px 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #000;\r\n cursor: pointer;\r\n background-color: #FFD9B8;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #000;\r\n cursor: pointer;\r\n background-color: #FFB471;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #FF983C; /* Old browsers */\r\n background: -moz-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6a965), color-stop(67%, #f6a965), color-stop(100%, #ff983c)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* IE10+ */\r\n background: linear-gradient(to right, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #FFD9B8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #FF983D;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(36,'Theme 10 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D1E0F0;\r\nborder: 1px solid #075DA4;\r\nmargin-bottom: 10px;\r\ncolor: #075DA4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/02/next_hoverbg.png) url([SITE_ROOT]/images/01/02/previous_hover.png) url([SITE_ROOT]/images/01/02/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/02/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #035192 ;\r\nbackground: -moz-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #035192 ), color-stop(20%, #0860A9 ), color-stop(80%, #0860A9 ), color-stop(100%, #035192 ));\r\nbackground: -webkit-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -o-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -ms-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: linear-gradient(to right, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #3A8BCF;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #063A66;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #D1E0F0;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 1px solid #004D8E;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #0559A0 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #00457F ), color-stop(20%, #0559A0 ), color-stop(80%, #0E6AB8 ), color-stop(100%, #006CC7 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #0D5492;\r\n cursor: pointer;\r\n background-color: #7FA6C6;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #004D8E;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #00559D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00559D ), color-stop(67%, #005BA7 ), color-stop(100%, #00559D )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00559D 0%, #005BA7 67%, #00559D 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #7FA6C6;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #0057A0;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(37,'Theme 10 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8E5DB;\r\nborder: 1px solid #007616;\r\nmargin-bottom: 10px;\r\ncolor: #007616;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/03/next_hoverbg.png) url([SITE_ROOT]/images/01/03/previous_hover.png) url([SITE_ROOT]/images/01/03/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/03/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #006C14 ;\r\nbackground: -moz-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #006C14 ), color-stop(20%, #018819 ), color-stop(80%, #018819 ), color-stop(100%, #006C14 ));\r\nbackground: -webkit-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -o-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -ms-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: linear-gradient(to right, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #0DBB2C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #006C14;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #D8E5DB;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 1px solid #006C14;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #006312 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #006312 ), color-stop(20%, #047519 ), color-stop(80%, #057C1C ), color-stop(100%, #069140 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #006C14;\r\n cursor: pointer;\r\n background-color: #7FB589;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #006C14;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #008118 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008118 ), color-stop(67%, #089723 ), color-stop(100%, #069C22 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #008118 0%, #089723 67%, #069C22 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #7FB589;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #069B22;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0,1),(38,'Theme 1','{\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#96afab\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 0\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"24\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#607370\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#607370\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#868686\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#868686\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#e74c3c\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#e74c3c\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#701e16\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#701e16\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#96afab\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#8a8a8a\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#5a7784\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#5a7784\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#e74c3c\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"6px\",\"PSAPMargin\":\"0 1px 0 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#e74c3c\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#ededed\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#737373\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"3px 5px\",\"PSDPMargin\":\"0 1px 0 0 \",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#ededed\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"0\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#607370\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#96afab\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#607370\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#96afab\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"20\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#777777\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#e74c3c\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#96afab\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#96afab\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#96afab\",\"MBHPColor\":\"#607370\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#96afab\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',1,2),(39,'Theme 2','{\"GPFontFamily\":\"Roboto Condensed\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#16afbf\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 0\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string: ? ? ? ? ? ? ? ? ? ? ? ? ? ?\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"16\",\"HDPColor\":\"#387185\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ededed\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#387185\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#777777\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ededed\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#777777\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#777777\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#777777\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#a3aa44\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0 5px 0 0 \",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#a3aa44\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#c2d852\",\"SHPColor\":\"#445d71\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#c2d852\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#16afbf\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#16afbf\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#435c71\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#a3aa44\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#a3aa44\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#16afbf\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#16afbf\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#16afbf\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#387185\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"22\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#387185\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#a3aa44\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#16afbf\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#387185\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#16afbf\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#387185\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(40,'Theme 3','{\"GPFontFamily\":\"Droid Sans\",\"AGPWidth\":\"80\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#b7b7b7\",\"HPWidth\":\"100\",\"HTPWidth\":\"35\",\"HPPadding\":\"10px 4px 25px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string: ? ? ? ? ? ? ? ? ? ? ? ? ?\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"16\",\"HDPColor\":\"#354f5d\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ededed\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"65\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#627781\",\"GPPadding\":\"10px\",\"GPMargin\":\"-25px 0 0 \",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#bfbbbb\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f3f3f3\",\"SEPPadding\":\"10px 15px\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#bfbbbb\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#bfbbbb\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#bfbbbb\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#676767\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0px\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#676767\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#ededed\",\"SHPColor\":\"#676767\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#676767\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f3f3f3\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#777777\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0px\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#ededed\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#ededed\",\"BHPColor\":\"#777777\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#ededed\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#354f5d\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#354f5d\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#b7b7b7\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#b7b7b7\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#838383\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#387185\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#838383\",\"CBPPadding\":\"3px 5px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"30\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#ffffff\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#f3f3f3\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#354f5d\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#354f5d\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#b7b7b7\",\"MBHPColor\":\"#354f5d\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#354f5d\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(41,'Theme 4','{\"GPFontFamily\":\"Patrick Hand\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderTop\":\"top\",\"AGPBorderRight\":\"right\",\"AGPBorderBottom\":\"bottom\",\"AGPBorderLeft\":\"left\",\"AGPBorderColor\":\"#606060\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"30\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"26\",\"HTPWeight\":\"? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string:? string: ? ? ? ? ? ? ? ? ? ? ? ? ?\",\"HTPColor\":\"#930912\",\"HDPFontSize\":\"17\",\"HDPColor\":\"#666666\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#d8d8d8\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"100\",\"GTPWidth\":\"70\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#2d4d5f\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#2d4d5f\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#d8d8d8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#9c9c9c\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#777777\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#777777\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#930912\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#e8e8e8\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#930912\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#51030b\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#51030b\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#666666\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#666666\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#2d4d5f\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#2d4d5f\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#930912\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#930912\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#2d4d5f\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#2d4d5f\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#666666\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#930912\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#666666\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#930912\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"-10px\",\"CBPRight\":\"5px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"#ffffff\",\"CBPFontSize\":\"12\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#930912\",\"CBPPadding\":\"5px 7px\",\"CBPMargin\":\"0px\",\"CBPBorderTop\":\"top\",\"CBPBorderRight\":\"right\",\"CBPBorderBottom\":\"bottom\",\"CBPBorderLeft\":\"left\",\"CBPBorderColor\":\"#606060\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"15\",\"CBHPBGColor\":\"#ffffff\",\"CBHPColor\":\"#2d4d5f\",\"CBHPBorderTop\":\"top\",\"CBHPBorderRight\":\"right\",\"CBHPBorderBottom\":\"bottom\",\"CBHPBorderLeft\":\"left\",\"CBHPBorderColor\":\"#606060\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#ffffff\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#930912\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#606060\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#666666\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#930912\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(42,'Theme 5','{\"GPFontFamily\":\"cursive\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#aee2de\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#042325\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#518a88\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#214555\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#d4d4d4\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#d4d4d4\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#214555\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#518a88\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"10px\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#518a88\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#518a88\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#518a88\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#f46322\",\"SPWidth\":\"130\",\"SPHeight\":\"26\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#f46322\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#f46322\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#f46322\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#bababa\",\"BPWidth\":\"\",\"BPHeight\":\"26\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#454545\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#bababa\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#bababa\",\"BHPColor\":\"#454545\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#bababa\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f46322\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#bababa\",\"PSDPFontSize\":\"13\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#518a88\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"left\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#f46322\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d4d4d4\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#d4d4d4\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#f46322\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"6px\",\"CBPRight\":\"6px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#f46322\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#214555\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#aee2de\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#000000\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#518a88\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#518a88\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#518a88\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(43,'Theme 6','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"27\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#1d6d69\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#808080\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#3a9391\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#3a9391\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#a0a0a0\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#d6d6d6\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#ffffff\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"8\",\"SCCPHeight\":\"8\",\"SCCPMargin\":\"3\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#ffffff\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"10\",\"MCCPHeight\":\"10\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#ffb33a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderColor\":\"#1d6d69\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #1d6d69\",\"SHPBGColor\":\"#f60c5b\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#1d6d69\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderColor\":\"#357773\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #1d6d69\",\"BHPBGColor\":\"#35a098\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#ffb33a\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#ffb33a\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#1d6d69\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#1d6d69\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#ffffff\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#018c8b\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#ffffff\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#ffb33a\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f60c5b\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#1d6d69\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#1d6d69\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#1d6d69\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#1d6d69\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ffffff\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(44,'Theme 7','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 0\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"27\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#3596d4\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#808080\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#2d4d5f\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#2d4d5f\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#a0a0a0\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#d6d6d6\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#ffffff\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"8\",\"SCCPHeight\":\"8\",\"SCCPMargin\":\"3\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#ffffff\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"10\",\"MCCPHeight\":\"10\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#ffb33a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0 \",\"SPBorderColor\":\"#ffffff\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #1f3c4c\",\"SHPBGColor\":\"#ba9911\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#44acf0\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #1f3c4c\",\"BHPBGColor\":\"#44acf0\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#44acf0\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#44acf0\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#808080\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#808080\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#ffffff\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#ba9911\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#ffffff\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#ba9911\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#808080\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#ffb33a\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#ffffff\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#3596d4\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#2d4d5f\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#3596d4\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#2d4d5f\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ffb33a\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(45,'Theme 8','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#435c71\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"20px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"30\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#e6c41b\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"66\",\"HIPHeight\":\"\",\"GPBGColor\":\"#f8f8f8\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#3b3b3b\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"11\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#3b3b3b\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f8f8f8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#989898\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#989898\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#989898\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#f05e22\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0 \",\"SPBorderColor\":\"#9eaab1\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #9eaab1\",\"SHPBGColor\":\"#d82534\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f1cb15\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#424242\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #9eaab1\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#e6c41b\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f05e22\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#f05e22\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"bold\",\"PSDPColor\":\"#435c71\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#435c71\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d82534\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#e6c41b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#d82534\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#435c71\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#e6c41b\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#435c71\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#e6c41b\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#435c71\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f05e22\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(46,'Theme 9','{\"GPFontFamily\":\"Open Sans Condensed\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"left\",\"HPBGColor\":\"#4d4d4d\",\"HPWidth\":\"50\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"26\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#b95d3c\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#f8f8f8\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"50\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#3b3b3b\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#3b3b3b\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f8f8f8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#989898\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#989898\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#989898\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#f05e22\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"\",\"SPBorderColor\":\"#9eaab1\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #9eaab1\",\"SHPBGColor\":\"#d82534\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f1cb15\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#424242\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #9eaab1\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#e6c41b\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f05e22\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"bold\",\"PSDPColor\":\"#435c71\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#435c71\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d82534\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#e6c41b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#d82534\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#4d4d4d\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#4d4d4d\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#f05e22\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#f05e22\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f05e22\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(47,'Theme 10','{\"GPFontFamily\":\"arial\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"3\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#139e92\",\"HPWidth\":\"100\",\"HTPWidth\":\"30\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"3\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#137065\",\"HIPAlign\":\"top\",\"HIPWidth\":\"200\",\"HIPHeight\":\"\",\"GPBGColor\":\"#f8f8f8\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"100\",\"GTPWidth\":\"100\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#494949\",\"GPPadding\":\"0\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#494949\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f8f8f8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px 20px 10px 10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#989898\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"3\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#989898\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#989898\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#139e92\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"\",\"SPBorderColor\":\"#b0b5b8\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"3\",\"SPBoxShadow\":\"2px 2px 2px #b0b5b8\",\"SHPBGColor\":\"#5bbcb0\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#dfc97a\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#272727\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"3\",\"BPBoxShadow\":\"2px 2px 2px #b0b5b8\",\"BHPBGColor\":\"#2d4d5f\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#139e92\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#f8f8f8\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#272727\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#dfc97a\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#137065\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#137065\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#757575\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#139e92\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#139e92\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#139e92\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#137065\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#137065\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f82c2c\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(48,'Theme 11','{\"GPFontFamily\":\"Roboto\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#f2ecde\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 15px\",\"HPMargin\":\"\",\"HPTextAlign\":\"left\",\"HPBorderTop\":\"top\",\"HPBorderColor\":\"#7a134b\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"4\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#042325\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#8a877f\",\"HIPAlign\":\"right\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#d8d5c6\",\"GPFontSize\":\"14\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#37352f\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#37352f\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#d8d5c6\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#b7b3a7\",\"IPColor\":\"#ffffff\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#b7b3a7\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#7a134b\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#7a134b\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"12\",\"MCPHeight\":\"12\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#7a134b\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#7a134b\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"8\",\"MCCPHeight\":\"8\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#7a134b\",\"SPWidth\":\"130\",\"SPHeight\":\"28\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 10px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#7a134b\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#630538\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#630538\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f2ecde\",\"BPWidth\":\"60\",\"BPHeight\":\"28\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#37352f\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#f2ecde\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#f2ecde\",\"BHPColor\":\"#37352f\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#f2ecde\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#7a134b\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 -2px 0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#7a134b\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"3\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#f2ecde\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#000000\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"8px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"\",\"PSAPAlign\":\"left\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#7a134b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#630538\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#7a134b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#630538\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"6px\",\"CBPRight\":\"6px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#7a134b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#630538\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#f2ecde\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#000000\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderColor\":\"#7a134b\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#f2ecde\",\"MBHPColor\":\"#7a134b\",\"MBHPBorderTop\":\"top\",\"MBHPBorderColor\":\"#7a134b\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#ffffff\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(49,'Theme 12','{\"GPFontFamily\":\"trebuchet ms\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#5d98b1\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 15px\",\"HPMargin\":\"\",\"HPTextAlign\":\"left\",\"HPBorderTop\":\"top\",\"HPBorderColor\":\"#ffffff\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"5\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"22\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#36748e\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#36748e\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#204a5c\",\"IPColor\":\"#ffffff\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#204a5c\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#204a5c\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#204a5c\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#204a5c\",\"MCPWidth\":\"12\",\"MCPHeight\":\"12\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#204a5c\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"8\",\"MCCPHeight\":\"8\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#1e6466\",\"SPWidth\":\"130\",\"SPHeight\":\"28\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 10px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#1e6466\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#268285\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#268285\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#d4d4d4\",\"BPWidth\":\"60\",\"BPHeight\":\"28\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#11393a\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#d4d4d4\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#f2ecde\",\"BHPColor\":\"#37352f\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#f2ecde\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#268285\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"bold\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"10px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"4\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#d4d4d4\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#100e0e\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"8px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"\",\"PSAPAlign\":\"center\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#132d39\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#132d39\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#132d39\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#132d39\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"6px\",\"CBPRight\":\"6px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#1e6466\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#204a5c\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#204a5c\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#204a5c\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#5d98b1\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#5d98b1\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#ffffff\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/5.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(50,'Theme 13','{\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"20\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#43aeab\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"20px 0\",\"HPMargin\":\"0\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"20\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ffffff\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#676767\",\"GPPadding\":\"10px 0\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#9c9c9c\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ffffff\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#e4e4e4\",\"IPColor\":\"#9a9a9a\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#e4e4e4\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#f38989\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#f38989\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#c17777\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#c17777\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#ffffff\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#8c8c8c\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#43aeab\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#43aeab\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#787878\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f38989\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"6px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#f38989\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#a5a5a5\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"2px 4px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"0\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#43aeab\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#777777\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#43aeab\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#777777\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#ffffff\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f38989\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#b7b7b7\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#8f8f8f\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#8f8f8f\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#8f8f8f\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#aeaeae\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#cf1515\",\"OPDPIcon\":\"images/themes/date-pickers/5.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\".mwd-header-text { padding: 15px 15px 0; }\"}',0,2),(51,'Theme 14','{\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"0 auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#386f74\",\"HPWidth\":\"100\",\"HTPWidth\":\"26\",\"HPPadding\":\"0 20px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"40\",\"HIPHeight\":\"\",\"GPBGColor\":\"#5dbac2\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"74\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"0\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#5dbac2\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#868686\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#ffffff\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#f6c37a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 15px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderBottom\":\"bottom\",\"SPBorderColor\":\"#ffffff\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"3\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#f4b459\",\"SHPColor\":\"#ffffff\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"3\",\"BPBGColor\":\"#5dbac2\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"3\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#5dbac2\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#e74c3c\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#e74c3c\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#a5a5a5\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#e74c3c\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#2d4d5f\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"22px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"20\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#ffffff\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#f6c37a\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f6c37a\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#386f74\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#386f74\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#5dbac2\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#5dbac2\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#386f74\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2); /*!40000 ALTER TABLE `wp_formmaker_themes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_views` -- DROP TABLE IF EXISTS `wp_formmaker_views`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_views` ( `form_id` int(11) NOT NULL, `views` int(50) NOT NULL, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_views` -- LOCK TABLES `wp_formmaker_views` WRITE; /*!40000 ALTER TABLE `wp_formmaker_views` DISABLE KEYS */; INSERT INTO `wp_formmaker_views` VALUES (8,141); /*!40000 ALTER TABLE `wp_formmaker_views` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter` -- DROP TABLE IF EXISTS `wp_newsletter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter` ( `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `token` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `status` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'S', `id` int(11) NOT NULL AUTO_INCREMENT, `list` int(11) NOT NULL DEFAULT '0', `profile` mediumtext COLLATE utf8mb4_unicode_ci, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `followup_step` tinyint(4) NOT NULL DEFAULT '0', `followup_time` bigint(20) NOT NULL DEFAULT '0', `followup` tinyint(4) NOT NULL DEFAULT '0', `surname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sex` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'n', `feed_time` bigint(20) NOT NULL DEFAULT '0', `feed` tinyint(4) NOT NULL DEFAULT '0', `referrer` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `wp_user_id` int(11) NOT NULL DEFAULT '0', `http_referer` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `region` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `city` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `unsub_email_id` int(11) NOT NULL DEFAULT '0', `unsub_time` int(11) NOT NULL DEFAULT '0', `list_1` tinyint(4) NOT NULL DEFAULT '0', `list_2` tinyint(4) NOT NULL DEFAULT '0', `list_3` tinyint(4) NOT NULL DEFAULT '0', `list_4` tinyint(4) NOT NULL DEFAULT '0', `list_5` tinyint(4) NOT NULL DEFAULT '0', `list_6` tinyint(4) NOT NULL DEFAULT '0', `list_7` tinyint(4) NOT NULL DEFAULT '0', `list_8` tinyint(4) NOT NULL DEFAULT '0', `list_9` tinyint(4) NOT NULL DEFAULT '0', `list_10` tinyint(4) NOT NULL DEFAULT '0', `list_11` tinyint(4) NOT NULL DEFAULT '0', `list_12` tinyint(4) NOT NULL DEFAULT '0', `list_13` tinyint(4) NOT NULL DEFAULT '0', `list_14` tinyint(4) NOT NULL DEFAULT '0', `list_15` tinyint(4) NOT NULL DEFAULT '0', `list_16` tinyint(4) NOT NULL DEFAULT '0', `list_17` tinyint(4) NOT NULL DEFAULT '0', `list_18` tinyint(4) NOT NULL DEFAULT '0', `list_19` tinyint(4) NOT NULL DEFAULT '0', `list_20` tinyint(4) NOT NULL DEFAULT '0', `profile_1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_6` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_7` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_8` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_9` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_11` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_12` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_13` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_14` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_15` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_16` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_17` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_18` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_19` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `profile_20` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `test` tinyint(4) NOT NULL DEFAULT '0', `updated` int(11) NOT NULL DEFAULT '0', `bounce_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `bounce_time` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`), KEY `wp_user_id` (`wp_user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter` -- LOCK TABLES `wp_newsletter` WRITE; /*!40000 ALTER TABLE `wp_newsletter` DISABLE KEYS */; INSERT INTO `wp_newsletter` VALUES ('','vinokarthick.vsr@gmail.com','aefe28efb5','C',1,0,NULL,'2017-06-20 08:57:07',0,0,0,'','n',0,0,'page','141.101.98.4',0,'http://highfivefinance.com/subscribe/','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,0,'',0),('','highclassprojects@gmail.com','613c56a607','C',2,0,NULL,'2018-09-25 01:34:28',0,0,0,'','n',0,0,'page','162.158.165.223',0,'http://highfivefinance.com/subscribe/','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,1537839268,'',0); /*!40000 ALTER TABLE `wp_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_emails` -- DROP TABLE IF EXISTS `wp_newsletter_emails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter_emails` ( `id` int(11) NOT NULL AUTO_INCREMENT, `message` longtext, `message_text` longtext, `subject` varchar(255) NOT NULL DEFAULT '', `type` varchar(50) NOT NULL DEFAULT '', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `status` enum('new','sending','sent','paused') NOT NULL DEFAULT 'new', `total` int(11) NOT NULL DEFAULT '0', `last_id` int(11) NOT NULL DEFAULT '0', `sent` int(11) NOT NULL DEFAULT '0', `send_on` int(11) NOT NULL DEFAULT '0', `track` int(11) NOT NULL DEFAULT '0', `editor` tinyint(4) NOT NULL DEFAULT '0', `sex` varchar(20) NOT NULL DEFAULT '', `query` longtext, `preferences` longtext, `options` longtext, `token` varchar(10) NOT NULL DEFAULT '', `private` tinyint(1) NOT NULL DEFAULT '0', `open_count` int(10) unsigned NOT NULL DEFAULT '0', `click_count` int(10) unsigned NOT NULL DEFAULT '0', `subject2` varchar(255) NOT NULL DEFAULT '', `message2` longtext, `name2` varchar(255) NOT NULL DEFAULT '', `list` int(11) NOT NULL DEFAULT '0', `theme` varchar(50) NOT NULL DEFAULT '', `version` varchar(10) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter_emails` -- LOCK TABLES `wp_newsletter_emails` WRITE; /*!40000 ALTER TABLE `wp_newsletter_emails` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_sent` -- DROP TABLE IF EXISTS `wp_newsletter_sent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter_sent` ( `email_id` int(10) unsigned NOT NULL DEFAULT '0', `user_id` int(10) unsigned NOT NULL DEFAULT '0', `status` tinyint(1) unsigned NOT NULL DEFAULT '0', `open` tinyint(1) unsigned NOT NULL DEFAULT '0', `time` int(10) unsigned NOT NULL DEFAULT '0', `error` varchar(100) NOT NULL DEFAULT '', `ip` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`email_id`,`user_id`), KEY `user_id` (`user_id`), KEY `email_id` (`email_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter_sent` -- LOCK TABLES `wp_newsletter_sent` WRITE; /*!40000 ALTER TABLE `wp_newsletter_sent` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_sent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_stats` -- DROP TABLE IF EXISTS `wp_newsletter_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_newsletter_stats` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL DEFAULT '0', `email_id` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `link_id` int(11) NOT NULL DEFAULT '0', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `anchor` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ip` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `newsletter` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `email_id` (`email_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_newsletter_stats` -- LOCK TABLES `wp_newsletter_stats` WRITE; /*!40000 ALTER TABLE `wp_newsletter_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=166789 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://highfivefinance.com','yes'),(2,'home','http://highfivefinance.com','yes'),(3,'blogname','High Five Finance','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','rajeshkanna.prof@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:90:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:6:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:29:\"easy-wp-smtp/easy-wp-smtp.php\";i:2;s:21:\"newsletter/plugin.php\";i:3;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:4;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:5;s:23:\"wp-cerber/wp-cerber.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:96:\"/var/www/html/wxwpsite/highfivefinance/wp-content/themes/corporatebusiness/inc/template-tags.php\";i:2;s:84:\"/var/www/html/wxwpsite/highfivefinance/wp-content/themes/corporatebusiness/style.css\";i:3;s:97:\"/var/www/html/wxwpsite/highfivefinance/wp-content/themes/corporatebusiness/inc/options-config.php\";i:4;s:90:\"/var/www/html/wxwpsite/highfivefinance/wp-content/themes/corporatebusiness/inc/jetpack.php\";i:5;s:85:\"/var/www/html/wxwpsite/highfivefinance/wp-content/themes/corporatebusiness/header.php\";}','no'),(40,'template','corporatebusiness','yes'),(41,'stylesheet','corporatebusiness','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:22:\"swpsmtp_send_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','246','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:10:\"nav_menu-3\";}s:12:\"sidebar-left\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:17:\"TODAY\'S MOST READ\";s:8:\"nav_menu\";i:5;}}','yes'),(104,'cron','a:10:{i:1548944558;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1548946800;a:1:{s:15:\"cerber_hourly_2\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1548947400;a:1:{s:15:\"cerber_hourly_1\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1548963882;a:3:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1548997021;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1549002158;a:1:{s:29:\"newsletter_extension_versions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1549004400;a:1:{s:12:\"cerber_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1549007109;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1549026454;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497697073;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(118,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"rajeshkanna.prof@gmail.com\";s:7:\"version\";s:5:\"4.9.3\";s:9:\"timestamp\";i:1517870535;}','no'),(126,'can_compress_scripts','1','no'),(140,'_transient_twentyseventeen_categories','1','yes'),(392,'current_theme','CorporateBusiness','yes'),(393,'theme_mods_vantage','a:6:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:26:\"theme_settings_home_slider\";s:6:\"meta:7\";s:14:\"custom_css_key\";b:0;s:34:\"theme_settings_home_slider_stretch\";b:1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497849599;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:24:\"eightmedi-lite-sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:27:\"eightmedi-lite-sidebar-left\";a:0:{}s:28:\"eightmedi-lite-sidebar-right\";a:0:{}s:25:\"eightmedi-lite-google-map\";N;s:30:\"eightmedi-lite-widget-footer-1\";N;}}}','yes'),(394,'theme_switched','','yes'),(395,'widget_vantage-social-media','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(396,'widget_circleicon-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(397,'widget_headline-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(403,'recently_activated','a:0:{}','yes'),(404,'widget_metaslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(408,'metaslider_systemcheck','a:2:{s:16:\"wordPressVersion\";b:0;s:12:\"imageLibrary\";b:0;}','no'),(409,'ml-slider_children','a:0:{}','yes'),(431,'siteorigin_panels_settings','a:0:{}','yes'),(432,'siteorigin_panels_initial_version','2.5.6','no'),(433,'siteorigin_panels_active_version','2.6.2','yes'),(434,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(435,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(436,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(437,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(438,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(439,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(440,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(441,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(442,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(443,'siteorigin_widget_bundle_version','1.11.3','yes'),(444,'siteorigin_widgets_old_widgets','/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/var/www/html/wxwpsite/highfivefinance/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(450,'siteorigin_widgets_active','a:7:{s:6:\"button\";b:1;s:10:\"google-map\";b:1;s:5:\"image\";b:1;s:6:\"slider\";b:1;s:13:\"post-carousel\";b:1;s:6:\"editor\";b:1;s:7:\"contact\";b:1;}','yes'),(451,'widget_sow-contact-form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(488,'widget_education_zone_recent_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(489,'widget_education_zone_popular_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(490,'widget_education_zone_social_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(491,'theme_mods_education-zone','a:13:{s:18:\"custom_css_post_id\";i:-1;s:32:\"education_zone_ed_slider_section\";b:1;s:26:\"education_zone_banner_post\";s:2:\"27\";s:28:\"education_zone_info_one_post\";s:2:\"27\";s:20:\"education_zone_email\";s:27:\"contact@highfivefinance.com\";s:20:\"education_zone_phone\";s:0:\"\";s:31:\"education_zone_banner_read_more\";s:11:\"Read More..\";s:30:\"education_zone_ed_info_section\";b:1;s:31:\"education_zone_info_second_post\";s:2:\"27\";s:30:\"education_zone_info_third_post\";s:2:\"27\";s:31:\"education_zone_info_fourth_post\";s:2:\"27\";s:33:\"education_zone_ed_welcome_section\";b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497705295;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"right-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";N;}}}','yes'),(504,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(505,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(506,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(524,'theme_mods_evolve','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497706204;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:8:\"header-1\";a:0:{}}}}','yes'),(525,'evl_change_metabox_prefix','1','yes'),(526,'widget_carousel-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(527,'widget_evolve_tabs-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(528,'evl_options','a:350:{s:17:\"evl_hiden_premium\";i:1;s:11:\"evl-SH-junk\";i:0;s:10:\"evl_layout\";s:3:\"2cl\";s:16:\"evl_width_layout\";s:5:\"fixed\";s:12:\"evl_width_px\";s:4:\"1200\";s:19:\"evl_custom_width_px\";s:0:\"\";s:20:\"evl_hundredp_padding\";s:4:\"20px\";s:22:\"evl_opt1_width_content\";s:1:\"8\";s:23:\"evl_opt1_width_sidebar1\";s:1:\"4\";s:22:\"evl_opt2_width_content\";s:1:\"6\";s:23:\"evl_opt2_width_sidebar1\";s:1:\"3\";s:23:\"evl_opt2_width_sidebar2\";s:1:\"3\";s:18:\"evl_header_padding\";a:5:{s:11:\"padding-top\";s:4:\"40px\";s:13:\"padding-right\";s:4:\"30px\";s:14:\"padding-bottom\";s:4:\"40px\";s:12:\"padding-left\";s:4:\"30px\";s:5:\"units\";s:2:\"px\";}s:13:\"evl_searchbox\";i:1;s:29:\"evl_header_background_opacity\";s:3:\"0.8\";s:19:\"evl_slider_position\";s:5:\"below\";s:15:\"evl_header_type\";s:4:\"none\";s:22:\"evl_header_type_locked\";s:4:\"none\";s:17:\"evl_sticky_header\";i:1;s:22:\"evl_sticky_header_logo\";i:1;s:27:\"evl_searchbox_sticky_header\";i:1;s:27:\"evl_sticky_header_logo_size\";s:3:\"100\";s:12:\"evl_pos_logo\";s:4:\"left\";s:14:\"evl_blog_title\";s:1:\"0\";s:15:\"evl_tagline_pos\";s:4:\"next\";s:26:\"evl_main_menu_hover_effect\";s:8:\"rollover\";s:21:\"evl_main_menu_padding\";s:1:\"8\";s:23:\"evl_menu_text_transform\";s:4:\"none\";s:26:\"evl_menu_submenu_font_icon\";s:7:\"regular\";s:19:\"evl_responsive_menu\";s:4:\"icon\";s:24:\"evl_responsive_menu_text\";s:4:\"Menu\";s:26:\"evl_responsive_menu_layout\";s:5:\"basic\";s:18:\"evl_widgets_header\";s:7:\"disable\";s:28:\"evl_header_widgets_placement\";s:4:\"home\";s:15:\"evl_widgets_num\";s:7:\"disable\";s:18:\"evl_footer_content\";s:237:\"<p id=\"copyright\"><span class=\"credits\"><a href=\"http://theme4press.com/evolve-multipurpose-wordpress-theme/\">evolve</a> theme by Theme4Press • Powered by <a href=\"http://wordpress.org\">WordPress</a></span></p>\";s:14:\"evl_title_font\";a:4:{s:9:\"font-size\";s:4:\"39px\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"font-family\";s:6:\"Roboto\";s:10:\"font-style\";s:3:\"400\";}s:16:\"evl_tagline_font\";a:4:{s:9:\"font-size\";s:4:\"13px\";s:5:\"color\";s:7:\"#aaaaaa\";s:11:\"font-family\";s:6:\"Roboto\";s:10:\"font-style\";s:3:\"400\";}s:24:\"evl_menu_blog_title_font\";a:4:{s:9:\"font-size\";s:4:\"25px\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:13:\"evl_menu_font\";a:4:{s:9:\"font-size\";s:4:\"15px\";s:5:\"color\";s:7:\"#c1c1c1\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:17:\"evl_top_menu_font\";a:4:{s:9:\"font-size\";s:4:\"12px\";s:5:\"color\";s:7:\"#c1c1c1\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:23:\"evl_megamenu_title_size\";s:4:\"15px\";s:21:\"evl_widget_title_font\";a:4:{s:9:\"font-size\";s:4:\"19px\";s:5:\"color\";s:4:\"#333\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:23:\"evl_widget_content_font\";a:4:{s:9:\"font-size\";s:4:\"13px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:4:\"#333\";s:11:\"font-weight\";s:3:\"400\";}s:13:\"evl_post_font\";a:4:{s:9:\"font-size\";s:4:\"28px\";s:5:\"color\";s:7:\"#51545C\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:16:\"evl_content_font\";a:4:{s:9:\"font-size\";s:4:\"16px\";s:5:\"color\";s:4:\"#333\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:28:\"evl_content_boxes_title_font\";a:4:{s:9:\"font-size\";s:4:\"30px\";s:5:\"color\";s:7:\"#6b6b6b\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:34:\"evl_content_boxes_description_font\";a:4:{s:9:\"font-size\";s:4:\"22px\";s:5:\"color\";s:4:\"#888\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:19:\"evl_content_h1_font\";a:4:{s:9:\"font-size\";s:4:\"46px\";s:5:\"color\";s:4:\"#333\";s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";}s:19:\"evl_content_h2_font\";a:4:{s:9:\"font-size\";s:4:\"40px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:4:\"#333\";s:11:\"font-weight\";s:3:\"400\";}s:19:\"evl_content_h3_font\";a:4:{s:9:\"font-size\";s:4:\"34px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:4:\"#333\";s:11:\"font-weight\";s:3:\"400\";}s:19:\"evl_content_h4_font\";a:4:{s:9:\"font-size\";s:4:\"27px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:4:\"#333\";s:11:\"font-weight\";s:3:\"400\";}s:19:\"evl_content_h5_font\";a:4:{s:9:\"font-size\";s:4:\"20px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:4:\"#333\";s:11:\"font-weight\";s:3:\"400\";}s:19:\"evl_content_h6_font\";a:4:{s:9:\"font-size\";s:4:\"14px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:4:\"#333\";s:11:\"font-weight\";s:3:\"400\";}s:15:\"evl_breadcrumbs\";s:1:\"1\";s:24:\"evl_display_pagetitlebar\";s:19:\"titlebar_breadcrumb\";s:23:\"evl_pagetitlebar_layout\";i:0;s:27:\"evl_pagetitlebar_layout_opt\";s:13:\"titlebar_left\";s:24:\"evl_pagetitlebar_padding\";s:2:\"25\";s:33:\"evl_pagetitlebar_background_color\";s:7:\"#f9f9f9\";s:32:\"evl_pagetitlebar_background_full\";s:1:\"0\";s:36:\"evl_pagetitlebar_background_parallax\";s:1:\"0\";s:16:\"evl_header_image\";s:5:\"cover\";s:34:\"evl_header_image_background_repeat\";s:9:\"no-repeat\";s:36:\"evl_header_image_background_position\";s:10:\"center top\";s:27:\"evl_header_background_color\";s:7:\"#313a43\";s:16:\"evl_footer_image\";s:5:\"cover\";s:34:\"evl_footer_image_background_repeat\";s:9:\"no-repeat\";s:36:\"evl_footer_image_background_position\";s:10:\"center top\";s:11:\"evl_pattern\";s:4:\"none\";s:13:\"evl_menu_back\";s:5:\"light\";s:19:\"evl_menu_back_color\";s:7:\"#273039\";s:21:\"evl_disable_menu_back\";s:1:\"1\";s:17:\"evl_top_menu_back\";s:7:\"#273039\";s:24:\"evl_top_menu_hover_color\";s:7:\"#313a43\";s:29:\"evl_top_menu_hover_font_color\";s:4:\"#fff\";s:18:\"evl_scheme_widgets\";s:7:\"#273039\";s:25:\"evl_scheme_background_100\";i:0;s:28:\"evl_scheme_background_repeat\";s:9:\"no-repeat\";s:21:\"evl_widget_background\";i:0;s:18:\"evl_widget_bgcolor\";s:7:\"#273039\";s:27:\"evl_widget_background_image\";i:1;s:32:\"evl_content_image_responsiveness\";s:5:\"cover\";s:16:\"evl_content_back\";s:5:\"light\";s:28:\"evl_content_background_color\";s:7:\"#ffffff\";s:16:\"evl_general_link\";s:7:\"#0bb697\";s:17:\"evl_shadow_effect\";s:7:\"disable\";s:17:\"evl_form_bg_color\";s:7:\"#ffffff\";s:19:\"evl_form_text_color\";s:7:\"#888888\";s:21:\"evl_form_border_color\";s:7:\"#E0E0E0\";s:42:\"evl_shortcode_accordion_inactive_box_color\";s:7:\"#f2f2f2\";s:36:\"evl_shortcode_blog_icon_circle_color\";s:7:\"#eef0f2\";s:25:\"evl_shortcode_button_size\";s:5:\"Large\";s:26:\"evl_shortcode_button_shape\";s:5:\"Round\";s:25:\"evl_shortcode_button_type\";s:2:\"3d\";s:39:\"evl_shortcode_button_gradient_top_color\";s:7:\"#0bb697\";s:42:\"evl_shortcode_button_gradient_bottom_color\";s:7:\"#0bb697\";s:45:\"evl_shortcode_button_gradient_top_hover_color\";s:7:\"#313a43\";s:48:\"evl_shortcode_button_gradient_bottom_hover_color\";s:7:\"#313a43\";s:33:\"evl_shortcode_button_accent_color\";s:7:\"#f4f4f4\";s:39:\"evl_shortcode_button_accent_hover_color\";s:7:\"#ffffff\";s:32:\"evl_shortcode_button_bevel_color\";s:7:\"#1d6e72\";s:33:\"evl_shortcode_button_border_color\";s:7:\"#0bb697\";s:39:\"evl_shortcode_button_border_hover_color\";s:7:\"#313a43\";s:33:\"evl_shortcode_button_border_width\";s:3:\"1px\";s:27:\"evl_shortcode_button_shadow\";s:1:\"1\";s:31:\"evl_shortcode_content_box_color\";s:11:\"transparent\";s:30:\"evl_shortcode_checklist_circle\";s:1:\"1\";s:36:\"evl_shortcode_checklist_circle_color\";s:7:\"#0bb697\";s:41:\"evl_shortcode_checklist_circle_icon_color\";s:7:\"#747474\";s:34:\"evl_shortcode_counter_boxes_shadow\";s:1:\"0\";s:33:\"evl_shortcode_counter_boxes_color\";s:7:\"#000000\";s:41:\"evl_shortcode_counter_circle_filled_color\";s:7:\"#0bb697\";s:43:\"evl_shortcode_counter_circle_unfilled_color\";s:7:\"#f6f6f6\";s:27:\"evl_shortcode_dropcap_color\";s:7:\"#0bb697\";s:43:\"evl_shortcode_flip_boxes_bg_color_frontside\";s:7:\"#f6f6f6\";s:48:\"evl_shortcode_flip_boxes_heading_color_frontside\";s:7:\"#333333\";s:39:\"evl_shortcode_flip_text_color_frontside\";s:7:\"#747474\";s:36:\"evl_shortcode_flip_bg_color_backside\";s:7:\"#0bb697\";s:41:\"evl_shortcode_flip_heading_color_backside\";s:7:\"#eeeded\";s:38:\"evl_shortcode_flip_text_color_backside\";s:7:\"#ffffff\";s:30:\"evl_shortcode_flip_border_size\";s:3:\"1px\";s:31:\"evl_shortcode_flip_border_color\";s:11:\"transparent\";s:32:\"evl_shortcode_flip_border_radius\";s:3:\"3px\";s:33:\"evl_shortcode_full_width_bg_color\";s:7:\"#ffffff\";s:36:\"evl_shortcode_full_width_border_size\";s:1:\"0\";s:37:\"evl_shortcode_full_width_border_color\";s:7:\"#eae9e9\";s:41:\"evl_shortcode_icon_border_title_sep_color\";s:7:\"#F0F0F0\";s:31:\"evl_shortcode_icon_circle_color\";s:7:\"#f2f2f2\";s:38:\"evl_shortcode_icon_circle_border_color\";s:7:\"#f2f2f2\";s:24:\"evl_shortcode_icon_color\";s:7:\"#747474\";s:38:\"evl_shortcode_image_frame_border_color\";s:7:\"#f6f6f6\";s:37:\"evl_shortcode_image_frame_border_size\";s:1:\"0\";s:37:\"evl_shortcode_image_frame_style_color\";s:7:\"#000000\";s:28:\"evl_shortcode_modal_bg_color\";s:7:\"#f6f6f6\";s:32:\"evl_shortcode_modal_border_color\";s:7:\"#ebebeb\";s:32:\"evl_shortcode_person_border_size\";s:3:\"0px\";s:33:\"evl_shortcode_person_border_color\";s:7:\"#f6f6f6\";s:32:\"evl_shortcode_person_style_color\";s:7:\"#000000\";s:38:\"evl_shortcode_popover_heading_bg_color\";s:7:\"#f6f6f6\";s:38:\"evl_shortcode_popover_content_bg_color\";s:7:\"#ffffff\";s:34:\"evl_shortcode_popover_border_color\";s:7:\"#ebebeb\";s:32:\"evl_shortcode_popover_text_color\";s:7:\"#000000\";s:30:\"evl_shortcode_popover_position\";s:3:\"Top\";s:43:\"evl_shortcode_pricing_style_1_heading_color\";s:7:\"#ffffff\";s:43:\"evl_shortcode_pricing_style_2_heading_color\";s:7:\"#333333\";s:31:\"evl_shortcode_pricing_box_color\";s:7:\"#0bb697\";s:34:\"evl_shortcode_pricing_box_bg_color\";s:7:\"#ffffff\";s:38:\"evl_shortcode_pricing_box_border_color\";s:7:\"#dcdcdc\";s:39:\"evl_shortcode_pricing_box_divider_color\";s:7:\"#ededed\";s:35:\"evl_shortcode_progress_filled_color\";s:7:\"#0bb697\";s:37:\"evl_shortcode_progress_unfilled_color\";s:7:\"#f6f6f6\";s:33:\"evl_shortcode_progress_text_color\";s:7:\"#ffffff\";s:29:\"evl_shortcode_separator_color\";s:7:\"#f0f0f0\";s:43:\"evl_shortcode_section_separator_border_size\";s:3:\"1px\";s:46:\"evl_shortcode_section_separator_bg_color_candy\";s:7:\"#f6f6f6\";s:44:\"evl_shortcode_section_separator_border_color\";s:7:\"#f6f6f6\";s:34:\"evl_shortcode_sharing_box_bg_color\";s:7:\"#f6f6f6\";s:44:\"evl_shortcode_sharing_box_tagline_text_color\";s:7:\"#333333\";s:31:\"evl_shortcode_social_icon_color\";s:7:\"#bebdbd\";s:31:\"evl_shortcode_social_icon_boxed\";s:2:\"No\";s:35:\"evl_shortcode_social_icon_box_color\";s:7:\"#e8e8e8\";s:36:\"evl_shortcode_social_icon_box_radius\";s:3:\"4px\";s:42:\"evl_shortcode_social_icon_tooltip_position\";s:3:\"Top\";s:27:\"evl_shortcode_tabs_bg_color\";s:7:\"#0bb697\";s:33:\"evl_shortcode_tabs_inactive_color\";s:7:\"#ebeaea\";s:30:\"evl_shortcode_tagline_bg_color\";s:7:\"#f6f6f6\";s:34:\"evl_shortcode_tagline_border_color\";s:7:\"#f6f6f6\";s:34:\"evl_shortcode_testimonial_bg_color\";s:7:\"#f6f6f6\";s:36:\"evl_shortcode_testimonial_text_color\";s:7:\"#747474\";s:31:\"evl_shortcode_testimonial_speed\";s:4:\"4000\";s:29:\"evl_shortcode_title_sep_color\";s:7:\"#f0f0f0\";s:24:\"evl_blog_archive_sidebar\";s:4:\"None\";s:15:\"evl_post_layout\";s:3:\"two\";s:23:\"evl_category_page_title\";s:1:\"1\";s:14:\"evl_share_this\";s:6:\"single\";s:19:\"evl_pagination_type\";s:10:\"pagination\";s:13:\"evl_edit_post\";s:1:\"0\";s:30:\"evl_posts_excerpt_title_length\";s:2:\"40\";s:21:\"evl_excerpt_thumbnail\";i:0;s:17:\"evl_author_avatar\";i:0;s:15:\"evl_header_meta\";s:14:\"single_archive\";s:14:\"evl_post_links\";s:5:\"after\";s:17:\"evl_similar_posts\";s:7:\"disable\";s:19:\"evl_featured_images\";s:1:\"1\";s:23:\"evl_blog_featured_image\";i:0;s:22:\"evl_sticky_post_format\";i:1;s:21:\"evl_aside_post_format\";i:1;s:21:\"evl_audio_post_format\";i:1;s:20:\"evl_chat_post_format\";i:1;s:23:\"evl_gallery_post_format\";i:1;s:21:\"evl_image_post_format\";i:1;s:20:\"evl_link_post_format\";i:1;s:21:\"evl_quote_post_format\";i:1;s:22:\"evl_status_post_format\";i:1;s:21:\"evl_video_post_format\";i:1;s:30:\"evl_portfolio_no_item_per_page\";s:2:\"10\";s:37:\"evl_portfolio_layout_archive_category\";s:20:\"Portfolio One Column\";s:21:\"evl_portfolio_sidebar\";s:4:\"None\";s:30:\"evl_portfolio_sidebar_position\";s:5:\"right\";s:34:\"evl_portfolio_excerpt_full_content\";s:7:\"Excerpt\";s:28:\"evl_portfolio_excerpt_length\";s:2:\"55\";s:24:\"evl_portfolio_strip_html\";s:1:\"1\";s:29:\"evl_portfolio_pagination_type\";s:10:\"pagination\";s:18:\"evl_portfolio_slug\";s:15:\"portfolio-items\";s:22:\"evl_portfolio_rollover\";s:1:\"1\";s:34:\"evl_portfolio_featured_image_video\";s:1:\"1\";s:32:\"evl_portfolio_disable_pagination\";s:1:\"0\";s:22:\"evl_portfolio_comments\";s:1:\"0\";s:20:\"evl_portfolio_author\";s:1:\"0\";s:27:\"evl_portfolio_related_posts\";s:1:\"1\";s:34:\"evl_portfolio_related_posts_number\";s:1:\"5\";s:26:\"evl_sharing_box_icon_color\";s:7:\"#bbbbbb\";s:29:\"evl_sharing_box_control_color\";s:3:\"Yes\";s:25:\"evl_sharing_box_box_color\";s:7:\"#f0f0f0\";s:22:\"evl_sharing_box_radius\";s:3:\"4px\";s:32:\"evl_sharing_box_tooltip_position\";s:3:\"Top\";s:20:\"evl_sharing_facebook\";i:0;s:19:\"evl_sharing_twitter\";i:0;s:18:\"evl_sharing_reddit\";i:0;s:20:\"evl_sharing_linkedin\";i:0;s:18:\"evl_sharing_google\";i:0;s:18:\"evl_sharing_tumblr\";i:0;s:21:\"evl_sharing_pinterest\";i:0;s:17:\"evl_sharing_email\";i:0;s:16:\"evl_social_links\";i:1;s:23:\"evl_social_color_scheme\";s:7:\"#999999\";s:21:\"evl_social_icons_size\";s:6:\"normal\";s:21:\"evl_social_box_radius\";s:8:\"disabled\";s:12:\"evl_rss_feed\";s:36:\"http://highfivefinance.com/feed/rss/\";s:22:\"evl_header_social_sort\";a:12:{s:12:\"evl_rss_feed\";s:1:\"1\";s:14:\"evl_newsletter\";s:1:\"1\";s:12:\"evl_facebook\";s:1:\"1\";s:14:\"evl_twitter_id\";s:1:\"1\";s:13:\"evl_instagram\";s:1:\"1\";s:9:\"evl_skype\";s:1:\"1\";s:11:\"evl_youtube\";s:1:\"1\";s:10:\"evl_flickr\";s:1:\"1\";s:12:\"evl_linkedin\";s:1:\"1\";s:14:\"evl_googleplus\";s:1:\"1\";s:13:\"evl_pinterest\";s:1:\"1\";s:10:\"evl_tumblr\";s:1:\"1\";}s:17:\"evl_content_boxes\";i:1;s:32:\"evl_content_box_background_color\";s:7:\"#efefef\";s:25:\"evl_content_boxes_padding\";a:5:{s:11:\"padding-top\";s:4:\"40px\";s:13:\"padding-right\";s:4:\"30px\";s:14:\"padding-bottom\";s:4:\"40px\";s:12:\"padding-left\";s:4:\"30px\";s:5:\"units\";s:2:\"px\";}s:23:\"evl_content_box1_enable\";i:1;s:22:\"evl_content_box1_title\";s:18:\"Beautifully Simple\";s:21:\"evl_content_box1_icon\";s:7:\"fa-cube\";s:27:\"evl_content_box1_icon_color\";s:7:\"#afbbc1\";s:21:\"evl_content_box1_desc\";s:74:\"Clean modern theme with smooth and pixel perfect design focused on details\";s:23:\"evl_content_box1_button\";s:59:\"<a class=\"read-more btn t4p-button\" href=\"#\">Learn more</a>\";s:23:\"evl_content_box2_enable\";i:1;s:22:\"evl_content_box2_title\";s:17:\"Easy Customizable\";s:21:\"evl_content_box2_icon\";s:17:\"fa-circle-o-notch\";s:27:\"evl_content_box2_icon_color\";s:7:\"#afbbc1\";s:21:\"evl_content_box2_desc\";s:62:\"Over a hundred theme options ready to make your website unique\";s:23:\"evl_content_box2_button\";s:59:\"<a class=\"read-more btn t4p-button\" href=\"#\">Learn more</a>\";s:23:\"evl_content_box3_enable\";i:1;s:22:\"evl_content_box3_title\";s:18:\"Contact Form Ready\";s:21:\"evl_content_box3_icon\";s:7:\"fa-send\";s:27:\"evl_content_box3_icon_color\";s:7:\"#afbbc1\";s:21:\"evl_content_box3_desc\";s:67:\"Built-In Contact Page with Google Maps is a standard for this theme\";s:23:\"evl_content_box3_button\";s:59:\"<a class=\"read-more btn t4p-button\" href=\"#\">Learn more</a>\";s:23:\"evl_content_box4_enable\";i:1;s:22:\"evl_content_box4_title\";s:19:\"Modern Blog Layouts\";s:21:\"evl_content_box4_icon\";s:9:\"fa-tablet\";s:27:\"evl_content_box4_icon_color\";s:7:\"#afbbc1\";s:21:\"evl_content_box4_desc\";s:53:\"Up to 3 Blog Layouts, responsive on all media devices\";s:23:\"evl_content_box4_button\";s:59:\"<a class=\"read-more btn t4p-button\" href=\"#\">Learn more</a>\";s:20:\"evl_bootstrap_slider\";s:8:\"homepage\";s:19:\"evl_bootstrap_speed\";s:4:\"7000\";s:30:\"evl_bootstrap_slide_title_font\";a:4:{s:9:\"font-size\";s:4:\"36px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:33:\"evl_bootstrap_slide_subtitle_font\";a:4:{s:9:\"font-size\";s:4:\"18px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:20:\"evl_bootstrap_layout\";s:14:\"bootstrap_left\";s:27:\"evl_bootstrap_layout_locked\";s:0:\"\";s:20:\"evl_bootstrap_slide1\";s:1:\"1\";s:24:\"evl_bootstrap_slide1_img\";a:1:{s:3:\"url\";s:88:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/bootstrap-slider/1.jpg\";}s:26:\"evl_bootstrap_slide1_title\";s:0:\"\";s:25:\"evl_bootstrap_slide1_desc\";s:103:\"Absolutely free of cost theme with amazing design and premium features which will impress your visitors\";s:27:\"evl_bootstrap_slide1_button\";s:51:\"<a class=\"bootstrap-button\" href=\"#\">Learn more</a>\";s:20:\"evl_bootstrap_slide2\";s:1:\"1\";s:24:\"evl_bootstrap_slide2_img\";a:1:{s:3:\"url\";s:88:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/bootstrap-slider/2.jpg\";}s:26:\"evl_bootstrap_slide2_title\";s:0:\"\";s:25:\"evl_bootstrap_slide2_desc\";s:88:\"Built-in Bootstrap Elements and Font Awesome let you do amazing things with your website\";s:27:\"evl_bootstrap_slide2_button\";s:51:\"<a class=\"bootstrap-button\" href=\"#\">Learn more</a>\";s:20:\"evl_bootstrap_slide3\";s:1:\"1\";s:24:\"evl_bootstrap_slide3_img\";a:1:{s:3:\"url\";s:88:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/bootstrap-slider/3.jpg\";}s:26:\"evl_bootstrap_slide3_title\";s:0:\"\";s:25:\"evl_bootstrap_slide3_desc\";s:80:\"Select of 500+ Google Fonts, choose layout as you need, set up your social links\";s:27:\"evl_bootstrap_slide3_button\";s:51:\"<a class=\"bootstrap-button\" href=\"#\">Learn more</a>\";s:20:\"evl_bootstrap_slide4\";s:1:\"1\";s:24:\"evl_bootstrap_slide4_img\";a:1:{s:3:\"url\";s:88:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/bootstrap-slider/4.jpg\";}s:26:\"evl_bootstrap_slide4_title\";s:0:\"\";s:25:\"evl_bootstrap_slide4_desc\";s:74:\"Adaptive to any screen depending on the device being used to view the site\";s:27:\"evl_bootstrap_slide4_button\";s:51:\"<a class=\"bootstrap-button\" href=\"#\">Learn more</a>\";s:20:\"evl_bootstrap_slide5\";s:1:\"1\";s:24:\"evl_bootstrap_slide5_img\";a:1:{s:3:\"url\";s:88:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/bootstrap-slider/5.jpg\";}s:26:\"evl_bootstrap_slide5_title\";s:0:\"\";s:25:\"evl_bootstrap_slide5_desc\";s:107:\"Upload your own logo, change background color or images, select links color which you love - it\'s limitless\";s:27:\"evl_bootstrap_slide5_button\";s:51:\"<a class=\"bootstrap-button\" href=\"#\">Learn more</a>\";s:27:\"evl_parallax_slider_support\";s:1:\"1\";s:19:\"evl_parallax_slider\";s:4:\"post\";s:18:\"evl_parallax_speed\";s:4:\"4000\";s:29:\"evl_parallax_slide_title_font\";a:4:{s:9:\"font-size\";s:4:\"36px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:32:\"evl_parallax_slide_subtitle_font\";a:4:{s:9:\"font-size\";s:4:\"18px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:15:\"evl_show_slide1\";s:1:\"1\";s:14:\"evl_slide1_img\";a:1:{s:3:\"url\";s:80:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/parallax/6.png\";}s:16:\"evl_slide1_title\";s:22:\"Super Awesome WP Theme\";s:15:\"evl_slide1_desc\";s:103:\"Absolutely free of cost theme with amazing design and premium features which will impress your visitors\";s:17:\"evl_slide1_button\";s:42:\"<a class=\"da-link\" href=\"#\">Learn more</a>\";s:15:\"evl_show_slide2\";s:1:\"1\";s:14:\"evl_slide2_img\";a:1:{s:3:\"url\";s:80:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/parallax/5.png\";}s:16:\"evl_slide2_title\";s:32:\"Bootstrap and Font Awesome Ready\";s:15:\"evl_slide2_desc\";s:88:\"Built-in Bootstrap Elements and Font Awesome let you do amazing things with your website\";s:17:\"evl_slide2_button\";s:42:\"<a class=\"da-link\" href=\"#\">Learn more</a>\";s:15:\"evl_show_slide3\";s:1:\"1\";s:14:\"evl_slide3_img\";a:1:{s:3:\"url\";s:80:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/parallax/4.png\";}s:16:\"evl_slide3_title\";s:25:\"Easy to use control panel\";s:15:\"evl_slide3_desc\";s:80:\"Select of 500+ Google Fonts, choose layout as you need, set up your social links\";s:17:\"evl_slide3_button\";s:42:\"<a class=\"da-link\" href=\"#\">Learn more</a>\";s:15:\"evl_show_slide4\";s:1:\"1\";s:14:\"evl_slide4_img\";a:1:{s:3:\"url\";s:80:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/parallax/1.png\";}s:16:\"evl_slide4_title\";s:22:\"Fully responsive theme\";s:15:\"evl_slide4_desc\";s:74:\"Adaptive to any screen depending on the device being used to view the site\";s:17:\"evl_slide4_button\";s:42:\"<a class=\"da-link\" href=\"#\">Learn more</a>\";s:15:\"evl_show_slide5\";s:1:\"1\";s:14:\"evl_slide5_img\";a:1:{s:3:\"url\";s:80:\"http://highfivefinance.com/wp-content/themes/evolve/assets/images/parallax/3.png\";}s:16:\"evl_slide5_title\";s:23:\"Unlimited color schemes\";s:15:\"evl_slide5_desc\";s:107:\"Upload your own logo, change background color or images, select links color which you love - it\'s limitless\";s:17:\"evl_slide5_button\";s:42:\"<a class=\"da-link\" href=\"#\">Learn more</a>\";s:19:\"evl_carousel_slider\";s:1:\"1\";s:16:\"evl_posts_slider\";s:4:\"post\";s:16:\"evl_posts_number\";s:1:\"5\";s:24:\"evl_posts_slider_content\";s:6:\"recent\";s:18:\"evl_carousel_speed\";s:4:\"7000\";s:29:\"evl_posts_slider_title_length\";s:2:\"40\";s:31:\"evl_posts_slider_excerpt_length\";s:2:\"40\";s:29:\"evl_carousel_slide_title_font\";a:4:{s:9:\"font-size\";s:4:\"36px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:32:\"evl_carousel_slide_subtitle_font\";a:4:{s:9:\"font-size\";s:4:\"18px\";s:11:\"font-family\";s:6:\"Roboto\";s:5:\"color\";s:0:\"\";s:10:\"font-style\";s:0:\"\";}s:28:\"evl_lightbox_animation_speed\";s:4:\"fast\";s:28:\"evl_lightbox_slideshow_speed\";s:4:\"5000\";s:20:\"evl_lightbox_opacity\";s:3:\"0.8\";s:18:\"evl_google_map_api\";s:0:\"\";s:13:\"evl_gmap_type\";s:6:\"hybrid\";s:14:\"evl_gmap_width\";s:4:\"100%\";s:15:\"evl_gmap_height\";s:5:\"415px\";s:16:\"evl_gmap_address\";s:22:\"Via dei Fori Imperiali\";s:21:\"evl_sent_email_header\";s:6:\"Evolve\";s:18:\"evl_map_zoom_level\";s:2:\"18\";s:22:\"evl_testimonials_speed\";s:4:\"4000\";s:13:\"evl_nav_links\";s:5:\"after\";s:14:\"evl_pos_button\";s:5:\"right\";s:26:\"evl_bbpress_global_sidebar\";s:1:\"0\";s:19:\"evl_ppbress_sidebar\";s:4:\"None\";s:12:\"evl_ubermenu\";s:1:\"0\";s:15:\"evl_status_gmap\";s:1:\"1\";s:14:\"evl_animatecss\";s:1:\"1\";s:15:\"evl_fontawesome\";s:1:\"0\";s:13:\"evl_woo_items\";s:2:\"12\";s:17:\"evl_woo_acc_msg_1\";s:53:\"Call us - <i class=\"t4p-icon-phone\"></i> 7438 882 764\";s:17:\"evl_woo_acc_msg_2\";s:66:\"Email us - <i class=\"t4p-icon-envelope-o\"></i> contact@example.com\";}','yes'),(529,'evl_options-transients','a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1497705296;}','yes'),(535,'theme_mods_gardener','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497706617;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:17:\"front-page-header\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:4:\"main\";a:0:{}s:10:\"front-page\";a:0:{}s:4:\"post\";N;s:4:\"page\";N;s:12:\"footer-light\";N;}}}','yes'),(536,'widget_gardener_widget_post_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(537,'widget_gardener_widget_post_tags','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(538,'widget_gardener_widget_post_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(540,'accesspresslite_plugin_installed_notif','1','yes'),(541,'theme_mods_accesspress-lite','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497707602;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:17:\"front-page-header\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:4:\"main\";a:0:{}s:10:\"front-page\";a:0:{}s:4:\"post\";N;s:4:\"page\";N;s:12:\"footer-light\";N;}}}','yes'),(546,'theme_switched_via_customizer','','yes'),(547,'customize_stashed_theme_mods','a:0:{}','no'),(557,'theme_mods_busiprof','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497707796;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-primary\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"footer-widget-area\";a:0:{}s:13:\"woocommerce-1\";a:0:{}}}}','yes'),(558,'theme_mods_powerclub-lite','a:11:{s:18:\"custom_css_post_id\";i:-1;s:13:\"page-setting7\";i:33;s:12:\"header_image\";s:13:\"remove-header\";s:13:\"page-setting8\";i:33;s:13:\"page-setting9\";i:33;s:11:\"hide_slides\";b:0;s:12:\"page-column1\";i:33;s:12:\"page-column2\";i:33;s:12:\"page-column3\";i:33;s:12:\"page-column4\";i:33;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497708362;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}}}}','yes'),(566,'theme_mods_spirited-lite','a:10:{s:18:\"custom_css_post_id\";i:-1;s:13:\"page-setting1\";i:33;s:13:\"page-setting2\";i:33;s:13:\"page-setting3\";i:33;s:16:\"wedopage-setting\";i:33;s:12:\"box-setting1\";i:33;s:12:\"box-setting2\";i:33;s:12:\"box-setting3\";i:33;s:12:\"slide_image1\";s:63:\"http://highfivefinance.com/wp-content/uploads/2017/06/slide.jpg\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497708418;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}}}}','yes'),(570,'theme_mods_eightmedi-lite','a:4:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:30:\"eightmedi_lite_slider_category\";i:1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497848951;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:24:\"eightmedi-lite-sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:27:\"eightmedi-lite-sidebar-left\";a:0:{}s:28:\"eightmedi-lite-sidebar-right\";a:0:{}s:25:\"eightmedi-lite-google-map\";N;s:30:\"eightmedi-lite-widget-footer-1\";N;}}}','yes'),(619,'theme_mods_agama','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497852733;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:15:\"footer-widget-3\";N;s:15:\"footer-widget-4\";N;}}}','yes'),(621,'theme_mods_corporatebusiness','a:87:{s:18:\"custom_css_post_id\";i:-1;s:15:\"enable_services\";b:1;s:14:\"service_page_1\";i:68;s:12:\"enable_vegas\";b:1;s:15:\"service_button1\";s:9:\"READ MORE\";s:13:\"service_icon1\";s:7:\"fa-male\";s:7:\"address\";s:40:\"2152 Telegraph Ave,Oakland, CA 94612,USA\";s:5:\"phone\";s:13:\"+510-891-8631\";s:4:\"mail\";s:27:\"contact@highfivefinance.com\";s:13:\"services_desc\";s:313:\"Finance is the money available to spend on business needs, Personal needs, etc...\n\nRight from the moment someone thinks of a business idea, there needs to be cash. As the business grows there are inevitably greater calls for more money to finance expansion. The day to day running of the business also needs money\";s:14:\"services_title\";s:22:\" WHY WE NEED FINANCE?\";s:4:\"logo\";s:62:\"http://highfivefinance.com/wp-content/uploads/2017/06/LOGO.png\";s:13:\"service_link1\";s:52:\"http://highfivefinance.com/what-is-personal-finance/\";s:14:\"service_page_2\";i:72;s:13:\"service_link2\";s:53:\"http://highfivefinance.com/what-is-corporate-finance/\";s:14:\"service_page_3\";i:78;s:13:\"service_link3\";s:54:\"http://highfivefinance.com/what-is-financial-services/\";s:13:\"service_icon3\";s:7:\"fa-bank\";s:14:\"service_page_4\";i:83;s:13:\"service_icon4\";s:8:\"fa-inbox\";s:13:\"service_link4\";s:68:\"http://highfivefinance.com/ways-to-make-saving-and-investing-easier/\";s:15:\"enable_projects\";b:1;s:13:\"projects_desc\";s:311:\"How and where you invest your hard-earned money is an important decision. However, fully understanding your investments can require a crash course in terminology. The following definitions for a few key terms can help increase your understanding of the investment process and enable you to make better decisions\";s:14:\"projects_title\";s:19:\"WHAT IS INVESTMENT?\";s:13:\"project_page1\";i:88;s:14:\"project_title1\";s:0:\"\";s:20:\"project_description1\";s:105:\"Investment bonds are life insurance policies where you invest a lump sum in a variety of available funds.\";s:13:\"project_page2\";i:91;s:14:\"project_title2\";s:0:\"\";s:20:\"project_description2\";s:99:\"Most adults in America invest in some kind of mutual fund. They’re an easy, hands-off way to buy \";s:13:\"project_page3\";i:93;s:14:\"project_title3\";s:12:\"MONEY MARKET\";s:20:\"project_description3\";s:86:\"The best money market accounts (MMAs) can be a great low-risk investment for building \";s:13:\"project_page4\";i:96;s:14:\"project_title4\";s:0:\"\";s:20:\"project_description4\";s:65:\"Exchange-traded funds (ETFs) are securities that closely resemble\";s:13:\"enable_slider\";b:1;s:13:\"slider_effect\";s:7:\"shuffle\";s:15:\"service_button2\";s:9:\"READ MORE\";s:15:\"service_button3\";s:9:\"READ MORE\";s:15:\"service_button4\";s:9:\"READ MORE\";s:13:\"slider_title1\";s:29:\"WAYS TO FINANCE YOUR BUSINESS\";s:12:\"slider_desc1\";s:172:\"Finding financing in any economic climate can be challenging, whether you're looking for start-up funds, capital to expand or money to hold on through the tough times.\";s:12:\"slider_desc2\";s:164:\"With prices averaging more than $31,000 for a new vehicle and $17,000 for a used model from a dealership, you might consider financing or leasing your next vehicle.\";s:13:\"slider_title2\";s:31:\"UNDERSTANDING VEHICLE FINANCING\";s:12:\"slider_desc3\";s:157:\"There is no question that it's a great idea to work in partnership with certain financing companies to provide your customers with more payment options.\";s:13:\"slider_image3\";s:64:\"http://highfivefinance.com/wp-content/uploads/2017/06/slide3.jpg\";s:13:\"slider_title4\";s:0:\"\";s:12:\"slider_desc4\";s:0:\"\";s:13:\"slider_image4\";s:0:\"\";s:13:\"slider_title3\";s:54:\"HOW CAN I SOURCE FINANCING COMPANIES FOR MY CUSTOMERS?\";s:13:\"slider_image2\";s:64:\"http://highfivefinance.com/wp-content/uploads/2017/06/slide2.jpg\";s:13:\"slider_image1\";s:64:\"http://highfivefinance.com/wp-content/uploads/2017/06/slide1.jpg\";s:9:\"cta_title\";s:21:\"CLICK TO SUBSCRIBE US\";s:15:\"cta_button_text\";s:10:\"SUBSCRIBE \";s:8:\"cta_text\";s:370:\"Every day, our editorial team sources news stories that are relevant to a global community interested in environmental markets, investments and risk. We add to this in-depth analysis, opinion pieces and case studies to enable CROs, CFOs, bankers, traders, corporate and social responsibility officers, investors and others to carry out their jobs in a more informed way.\";s:19:\"enable_testimonials\";b:1;s:17:\"testimonial_title\";s:14:\"FINANCIAL TIPS\";s:16:\"testimonial_desc\";s:293:\"Keys to Financial Success Although making resolutions to improve your financial situation is a good thing to do at any time of year, many people find it easier at the beginning of a new year. Regardless of when you begin, the basics remain the same. Here are keys to getting ahead financially\";s:19:\"testimonial_author1\";s:0:\"\";s:17:\"testimonial_page1\";i:131;s:17:\"testimonial_link1\";s:0:\"\";s:17:\"testimonial_page2\";i:134;s:19:\"testimonial_author2\";s:0:\"\";s:17:\"testimonial_page3\";i:137;s:17:\"testimonial_page4\";i:140;s:17:\"testimonial_page5\";i:143;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:3;}s:19:\"testimonial_author3\";s:0:\"\";s:19:\"testimonial_author4\";s:0:\"\";s:19:\"testimonial_author5\";s:0:\"\";s:16:\"enable_customers\";b:0;s:14:\"customer_logo1\";s:77:\"http://highfivefinance.com/wp-content/uploads/2017/06/Have-a-Savings-Plan.jpg\";s:14:\"cta_button_url\";s:37:\"http://highfivefinance.com/subscribe/\";s:12:\"slider_link3\";s:81:\"http://highfivefinance.com/how-can-i-source-financing-companies-for-my-customers/\";s:12:\"slider_link1\";s:57:\"http://highfivefinance.com/ways-to-finance-your-business/\";s:12:\"slider_link2\";s:59:\"http://highfivefinance.com/understanding-vehicle-financing/\";s:6:\"cta_bg\";s:66:\"http://highfivefinance.com/wp-content/uploads/2017/06/bottom-1.gif\";s:16:\"bg_slider_image1\";s:61:\"http://highfivefinance.com/wp-content/uploads/2017/06/bg3.jpg\";s:16:\"bg_slider_image2\";s:60:\"http://highfivefinance.com/wp-content/uploads/2017/06/bg.jpg\";s:16:\"bg_slider_image3\";s:62:\"http://highfivefinance.com/wp-content/uploads/2017/06/bg2.jpeg\";s:11:\"search_form\";b:1;s:17:\"display_post_date\";b:0;s:19:\"display_post_author\";b:0;s:23:\"display_post_categories\";b:0;s:17:\"display_post_tags\";b:0;s:16:\"bg_slider_image4\";s:0:\"\";}','yes'),(836,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(892,'category_children','a:0:{}','yes'),(955,'newsletter_logger_secret','ce205308','yes'),(956,'newsletter_dismissed','a:1:{s:6:\"wpmail\";i:1;}','yes'),(957,'newsletter_main_first_install_time','1497945585','no'),(958,'newsletter_main','a:13:{s:11:\"return_path\";s:27:\"contact@highfivefinance.com\";s:8:\"reply_to\";s:27:\"contact@highfivefinance.com\";s:12:\"sender_email\";s:27:\"contact@highfivefinance.com\";s:11:\"sender_name\";s:17:\"High Five Finance\";s:6:\"editor\";s:1:\"0\";s:13:\"scheduler_max\";s:3:\"100\";s:9:\"phpmailer\";s:1:\"0\";s:5:\"debug\";s:1:\"0\";s:7:\"api_key\";s:10:\"b25636f9f8\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:3:\"css\";s:0:\"\";s:25:\"content_transfer_encoding\";s:0:\"\";}','yes'),(959,'newsletter_main_smtp','a:7:{s:7:\"enabled\";i:0;s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"port\";i:25;s:6:\"secure\";s:0:\"\";s:12:\"ssl_insecure\";i:0;}','yes'),(960,'newsletter_main_version','1.3.2','yes'),(961,'newsletter_subscription_first_install_time','1497945585','no'),(962,'newsletter','a:32:{s:14:\"noconfirmation\";s:1:\"0\";s:9:\"antiflood\";i:10;s:12:\"notify_email\";s:27:\"contact@highfivefinance.com\";s:12:\"profile_text\";s:290:\"<p>Change your subscription preferences to get what you are most interested in.</p>\r\n<p>If you change your email address, a confirmation email will be sent to activate it.</p>\r\n<p>{profile_form}</p>\r\n<p>To cancel your subscription, <a href=\"{unsubscription_confirm_url}\">click here</a>.</p>\";s:21:\"profile_email_changed\";s:123:\"Your email has been changed, an activation email has been sent. Please follow the instructions to activate the new address.\";s:13:\"profile_error\";s:147:\"Your email is not valid or already in use by another subscriber or another generic error has been found. Check your data or contact the site owner.\";s:10:\"error_text\";s:173:\"<p>This subscription can\'t be completed, sorry. The email address is blocked or already subscribed. You should contact the owner to unlock that email address. Thank you.</p>\";s:17:\"subscription_text\";s:26:\"<p>{subscription_form}</p>\";s:17:\"confirmation_text\";s:263:\"<p>You have successfully subscribed to the newsletter. You\'ll receive a confirmation email in a few minutes. Please follow the link to confirm your subscription. If the email takes more than 15 minutes to appear in your mailbox, please check your spam folder.</p>\";s:20:\"confirmation_subject\";s:53:\"Please confirm subscription - {blog_title} newsletter\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:428:\"<p>Hi {name},</p>\r\n<p>A newsletter subscription request for this email address was received. Please confirm it by <a href=\"{subscription_confirm_url}\"><strong>clicking here</strong></a>. If you cannot click the link, please use the following link:</p>\r\n<p>{subscription_confirm_url}</p>\r\n<p>If you did not make this subscription request, just ignore this message.</p>\r\n<p>Thank you!<br /> <a href=\"{blog_url}\">{blog_url}</a></p>\";s:14:\"confirmed_text\";s:62:\"<p>Your subscription has been confirmed! Thank you {name}!</p>\";s:17:\"confirmed_subject\";s:33:\"Welcome High Five Finance, {name}\";s:17:\"confirmed_message\";s:280:\"<p>This message confirms your subscription to the {blog_title} newsletter.</p>\r\n<p>Thank you!<br /> <a href=\"{blog_url}\">{blog_url}</a></p>\r\n<p>To unsubscribe, <a href=\"{unsubscription_url}\">click here</a>. To change subscriber options, <a href=\"{profile_url}\">click here</a>.</p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:19:\"unsubscription_text\";s:111:\"<p>Please confirm that you want to unsubscribe by <a href=\'{unsubscription_confirm_url}\'>clicking here</a>.</p>\";s:25:\"unsubscription_error_text\";s:118:\"<p>The subscriber was not found, it probably has already been removed. No further actions are required. Thank you.</p>\";s:17:\"unsubscribed_text\";s:53:\"<p>Your subscription has been deleted. Thank you.</p>\";s:20:\"unsubscribed_subject\";s:8:\"Goodbye!\";s:20:\"unsubscribed_message\";s:195:\"<p>This message confirms that you have unsubscribed from the {blog_title} newsletter.</p>\n<p>You\'re welcome to sign up again anytime.</p>\n<p>Thank you!<br>\n<a href=\'{blog_url}\'>{blog_url}</a></p>\";s:18:\"subscribe_wp_users\";i:0;s:4:\"page\";s:3:\"175\";s:6:\"notify\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:15:\"antibot_disable\";s:1:\"0\";s:16:\"confirmation_url\";s:0:\"\";s:13:\"confirmed_url\";s:0:\"\";s:18:\"confirmed_disabled\";s:1:\"0\";s:11:\"profile_url\";s:0:\"\";s:13:\"profile_saved\";s:0:\"\";s:3:\"url\";s:0:\"\";}','yes'),(963,'newsletter_profile','a:203:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:24:\"The email is not correct\";s:4:\"name\";s:4:\"Name\";s:10:\"name_error\";s:23:\"The name is not correct\";s:11:\"name_status\";i:0;s:10:\"name_rules\";i:0;s:7:\"surname\";s:9:\"Last name\";s:13:\"surname_error\";s:28:\"The last name is not correct\";s:14:\"surname_status\";i:0;s:10:\"sex_status\";i:0;s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:51:\"Subscribing I accept the privacy rules of this site\";s:13:\"privacy_error\";s:37:\"You must accept the privacy statement\";s:14:\"privacy_status\";i:0;s:11:\"privacy_url\";s:0:\"\";s:9:\"subscribe\";s:9:\"Subscribe\";s:4:\"save\";s:4:\"Save\";s:12:\"title_female\";s:4:\"Mrs.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:4:\"None\";s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;s:16:\"profile_1_status\";i:0;s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";i:0;s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";i:0;s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";i:0;s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";i:0;s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";i:0;s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";i:0;s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";i:0;s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";i:0;s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";i:0;s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";i:0;s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";i:0;s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";i:0;s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";i:0;s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";i:0;s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";i:0;s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";i:0;s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";i:0;s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";i:0;s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";i:0;s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";i:0;s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";i:0;s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";i:0;s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";i:0;s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";i:0;s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";i:0;s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";i:0;s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";i:0;s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";i:0;s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";i:0;s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";i:0;s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";i:0;s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";i:0;s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";i:0;s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";i:0;s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";i:0;s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";i:0;s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";i:0;s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";i:0;s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";i:0;s:18:\"profile_20_options\";s:0:\"\";}','yes'),(964,'newsletter_subscription_lists','a:60:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;}','yes'),(965,'newsletter_subscription_template','a:2:{s:7:\"enabled\";i:0;s:8:\"template\";s:1846:\"<!DOCTYPE html>\n<html>\n <head>\n <!-- General styles, not used by all email clients -->\n <style type=\"text/css\" media=\"all\">\n a {\n text-decoration: none;\n color: #0088cc;\n }\n </style>\n </head>\n \n <!-- KEEP THE TAMPLE SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n <body style=\"margin: 0;\">\n <!-- Top title with dark background #333, font color #fff, font size 32px -->\n <table style=\"background-color: #333; width: 100%; color: #fff; font-size: 32px\">\n <tr>\n <td style=\"padding: 25px; text-align: center\">\n {blog_title}\n </td>\n </tr>\n </table>\n\n <!-- Main table 100% wide with background color #eee --> \n <table style=\"background-color: #eee; width: 100%;\">\n <tr>\n <td align=\"center\" style=\"padding: 15px;\">\n\n <!-- Content table with backgdound color #fff, width 500px -->\n <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n <tr>\n <td style=\"padding: 15px; font-size: 16px; font-family: sans-serif\">\n <!-- The {message} tag is replaced with one of confirmation, welcome or goodbye messages -->\n <!-- Messages content can be configured on Newsletter List Building panels --> \n\n {message}\n \n <!-- Signature if not already added to single messages (surround with <p>) -->\n\n </td>\n </tr>\n </table>\n\n </td>\n </tr>\n </table>\n\n </body>\n</html>\";}','no'),(966,'newsletter_subscription_version','2.0.3','yes'),(967,'newsletter_emails_first_install_time','1497945585','no'),(968,'newsletter_emails','a:1:{s:5:\"theme\";s:7:\"default\";}','yes'),(969,'newsletter_emails_theme_default','a:0:{}','no'),(970,'newsletter_emails_version','1.1.5','yes'),(971,'newsletter_users_first_install_time','1497945585','no'),(972,'newsletter_users','a:0:{}','yes'),(973,'newsletter_users_version','1.1.4','yes'),(974,'newsletter_statistics_first_install_time','1497945585','no'),(975,'newsletter_statistics','a:1:{s:3:\"key\";s:32:\"6acb697149d527a1a4c1313c3459e9d4\";}','yes'),(976,'newsletter_statistics_version','1.1.8','yes'),(977,'newsletter_lock_first_install_time','1497945586','no'),(978,'newsletter_lock','a:4:{s:3:\"ids\";s:0:\"\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:89:\"<p>Subscribe to our newsletter and get access to the full article.</p>[subscription_form]\";s:7:\"enabled\";i:0;}','yes'),(979,'newsletter_lock_version','1.0.3','yes'),(980,'newsletter_wp_first_install_time','1497945586','no'),(981,'newsletter_wp','a:5:{s:15:\"subscribe_label\";s:24:\"Subscribe our newsletter\";s:9:\"subscribe\";i:0;s:12:\"confirmation\";i:0;s:7:\"welcome\";i:0;s:6:\"delete\";i:0;}','yes'),(982,'newsletter_wp_version','1.0.1','yes'),(983,'newsletter_install_time','1497945586','no'),(984,'widget_newsletterwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(985,'widget_newsletterwidgetminimal','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(987,'newsletter_diagnostic_cron_calls','a:100:{i:0;i:1548724426;i:1;i:1548726269;i:2;i:1548726714;i:3;i:1548730079;i:4;i:1548733725;i:5;i:1548734987;i:6;i:1548736766;i:7;i:1548737201;i:8;i:1548737600;i:9;i:1548741671;i:10;i:1548742083;i:11;i:1548742238;i:12;i:1548742584;i:13;i:1548743473;i:14;i:1548744706;i:15;i:1548744845;i:16;i:1548745134;i:17;i:1548745247;i:18;i:1548745908;i:19;i:1548746111;i:20;i:1548748194;i:21;i:1548764185;i:22;i:1548764440;i:23;i:1548769625;i:24;i:1548774964;i:25;i:1548784682;i:26;i:1548785094;i:27;i:1548785721;i:28;i:1548787193;i:29;i:1548789237;i:30;i:1548790259;i:31;i:1548792949;i:32;i:1548798171;i:33;i:1548798462;i:34;i:1548800553;i:35;i:1548801481;i:36;i:1548803791;i:37;i:1548806836;i:38;i:1548808558;i:39;i:1548810981;i:40;i:1548816249;i:41;i:1548820908;i:42;i:1548821322;i:43;i:1548825294;i:44;i:1548834861;i:45;i:1548835303;i:46;i:1548845955;i:47;i:1548849694;i:48;i:1548851277;i:49;i:1548851903;i:50;i:1548853118;i:51;i:1548856118;i:52;i:1548858891;i:53;i:1548865292;i:54;i:1548866235;i:55;i:1548872132;i:56;i:1548872690;i:57;i:1548876118;i:58;i:1548877136;i:59;i:1548882402;i:60;i:1548883431;i:61;i:1548888277;i:62;i:1548890105;i:63;i:1548892843;i:64;i:1548895271;i:65;i:1548897412;i:66;i:1548900823;i:67;i:1548901921;i:68;i:1548903107;i:69;i:1548906304;i:70;i:1548906885;i:71;i:1548911281;i:72;i:1548911483;i:73;i:1548911692;i:74;i:1548912656;i:75;i:1548913389;i:76;i:1548913953;i:77;i:1548914079;i:78;i:1548914331;i:79;i:1548914421;i:80;i:1548914985;i:81;i:1548915171;i:82;i:1548915522;i:83;i:1548919493;i:84;i:1548926691;i:85;i:1548927136;i:86;i:1548928276;i:87;i:1548928943;i:88;i:1548930201;i:89;i:1548936504;i:90;i:1548937866;i:91;i:1548937959;i:92;i:1548939168;i:93;i:1548940034;i:94;i:1548940140;i:95;i:1548940244;i:96;i:1548940458;i:97;i:1548940798;i:98;i:1548941016;i:99;i:1548944538;}','no'),(1013,'newsletter_main_log_level','0','yes'),(1014,'newsletter_log_level','0','yes'),(1018,'swpsmtp_options','a:4:{s:16:\"from_email_field\";s:27:\"contact@highfivefinance.com\";s:15:\"from_name_field\";s:17:\"High Five Finance\";s:13:\"smtp_settings\";a:6:{s:4:\"host\";s:15:\"smtp.yandex.com\";s:15:\"type_encryption\";s:3:\"ssl\";s:4:\"port\";s:3:\"465\";s:13:\"autentication\";s:3:\"yes\";s:8:\"username\";s:27:\"contact@highfivefinance.com\";s:8:\"password\";s:24:\"TDI3RUdjRXN3ZHhqNHVoWA==\";}s:15:\"allowed_domains\";s:28:\"aGlnaGZpdmVmaW5hbmNlLmNvbQ==\";}','yes'),(1019,'smtp_test_mail','a:3:{s:10:\"swpsmtp_to\";s:26:\"vinokarthick.vsr@gmail.com\";s:15:\"swpsmtp_subject\";s:3:\"hai\";s:15:\"swpsmtp_message\";s:3:\"hai\";}','yes'),(1031,'wd_form_maker_version','1.11.15','no'),(1032,'contact_form_forms','1,2,3,4,5,6,7,8,9','yes'),(1033,'wd_cfield_limit','9','no'),(1034,'fmc_settings','a:3:{s:10:\"public_key\";s:0:\"\";s:11:\"private_key\";s:0:\"\";s:13:\"csv_delimiter\";s:1:\",\";}','yes'),(1035,'widget_form_maker_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1036,'cfm_emailverification','1','yes'),(1037,'fmc_admin_notice','a:2:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:8:\"7/4/2017\";s:3:\"int\";i:14;}s:16:\"one_week_support\";a:2:{s:5:\"start\";s:9:\"6/27/2017\";s:3:\"int\";i:7;}}','yes'),(1190,'newsletter_diagnostic_cron_data','a:3:{s:4:\"mean\";d:2200.1199999999999;s:3:\"max\";i:15991;s:3:\"min\";i:90;}','no'),(4435,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18239,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18253,'siteorigin_widgets_new_widgets','a:0:{}','yes'),(18254,'cfm_admin_notice','a:1:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:10:\"12/12/2017\";s:3:\"int\";i:14;}}','yes'),(20974,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1548926692;s:7:\"checked\";a:1:{s:17:\"corporatebusiness\";s:4:\"1.02\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(25258,'wpcf7','a:2:{s:7:\"version\";s:3:\"5.0\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1512800525;s:7:\"version\";s:5:\"4.9.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(50604,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1548926692;s:8:\"response\";a:6:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:147:\"<p>Read the <a href=\"https://contactform7.com/category/releases/\">release announcement post</a> before upgrading. There is an important notice.</p>\";s:6:\"tested\";s:5:\"5.0.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"easy-wp-smtp/easy-wp-smtp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/easy-wp-smtp\";s:4:\"slug\";s:12:\"easy-wp-smtp\";s:6:\"plugin\";s:29:\"easy-wp-smtp/easy-wp-smtp.php\";s:11:\"new_version\";s:5:\"1.3.8\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/easy-wp-smtp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/easy-wp-smtp.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/easy-wp-smtp/assets/icon-128x128.png?rev=1242044\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/easy-wp-smtp/assets/banner-772x250.png?rev=1650323\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"5.8.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.5.8.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.10.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.10.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.14.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.14.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";s:2:\"1x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-128x128.png?rev=1044942\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wp-cerber/wp-cerber.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/wp-cerber\";s:4:\"slug\";s:9:\"wp-cerber\";s:6:\"plugin\";s:23:\"wp-cerber/wp-cerber.php\";s:11:\"new_version\";s:5:\"7.9.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-cerber/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-cerber.7.9.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/wp-cerber/assets/icon-256x256.png?rev=1241659\";s:2:\"1x\";s:62:\"https://ps.w.org/wp-cerber/assets/icon-128x128.png?rev=1241659\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/wp-cerber/assets/banner-772x250.jpg?rev=1237452\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}','no'),(50605,'_cerber_db_errors','','no'),(50606,'cerber_admin_info','<table><tr><td><img style=\"float:left; margin-left:-10px;\" src=\"http://highfivefinance.com/wp-content/plugins/wp-cerber/assets/icon-128x128.png\"></td><td><h3>Highlights from WP Cerber Security 6.1</h3><ul><li>Traffic Inspector has got a Request White List setting. To exclude a particular request from inspection specify a request string without the website domain and query string (GET parameters).</li><li>An Activity filter has been added to the Advanced search form on the Traffic Inspector page.</li><li>Bugs fixed: Two reCAPTCHA widgets on login/registration forms.</li><li>Bugs fixed: A legitimate IP address can be locked out by Traffic Inspector on a Windows hosting (server).</li></ul> <p style=\"margin-top: 18px; font-weight: bold;\"><a href=\"https://wpcerber.com/?plugin_version=6.1\" target=\"_blank\">Read more</a></p> <p style=\"margin-top: 24px;\"><span class=\"dashicons-before dashicons-email-alt\"></span> <a href=\"https://wpcerber.com/subscribe-newsletter/\">Subscribe to Cerber\'s newsletter</a></p>\r\n <p><span class=\"dashicons-before dashicons-twitter\"></span> <a href=\"https://twitter.com/wpcerber\">Follow Cerber on Twitter</a></p>\r\n <p><span class=\"dashicons-before dashicons-facebook\"></span> <a href=\"https://www.facebook.com/wpcerber/\">Follow Cerber on Facebook</a></p>\r\n <p style=\"text-align:right;\">\r\n <input type=\"button\" class=\"button button-primary cerber-dismiss\" value=\" Cool! \"/></p></td></tr></table>','no'),(50607,'cerber-main','a:27:{s:8:\"attempts\";s:1:\"3\";s:6:\"period\";s:2:\"60\";s:7:\"lockout\";s:2:\"60\";s:8:\"agperiod\";s:2:\"24\";s:7:\"aglocks\";s:1:\"2\";s:6:\"aglast\";s:1:\"4\";s:10:\"limitwhite\";s:1:\"1\";s:6:\"notify\";s:1:\"1\";s:5:\"above\";s:1:\"3\";s:5:\"proxy\";s:1:\"1\";s:6:\"subnet\";s:1:\"1\";s:8:\"nonusers\";s:1:\"1\";s:7:\"wplogin\";s:1:\"1\";s:10:\"noredirect\";s:1:\"1\";s:7:\"page404\";s:1:\"0\";s:9:\"loginpath\";s:7:\"backend\";s:9:\"loginnowp\";s:1:\"1\";s:7:\"cilimit\";s:3:\"200\";s:8:\"ciperiod\";s:2:\"30\";s:10:\"ciduration\";s:2:\"60\";s:8:\"cinotify\";s:1:\"1\";s:7:\"keeplog\";s:2:\"30\";s:8:\"ip_extra\";s:1:\"1\";s:9:\"cerberlab\";s:1:\"1\";s:11:\"cerberproto\";s:1:\"0\";s:7:\"usefile\";s:1:\"1\";s:10:\"dateformat\";s:0:\"\";}','no'),(50608,'cerber-hardening','a:8:{s:8:\"stopenum\";s:0:\"\";s:6:\"xmlrpc\";i:0;s:7:\"nofeeds\";i:0;s:6:\"norest\";i:0;s:8:\"restauth\";i:0;s:9:\"restwhite\";s:0:\"\";s:10:\"hashauthor\";i:0;s:9:\"cleanhead\";s:0:\"\";}','no'),(50609,'cerber-users','a:5:{s:12:\"reglimit_num\";s:0:\"\";s:12:\"reglimit_min\";s:0:\"\";s:10:\"prohibited\";a:1:{i:0;s:10:\"wxwebadmin\";}s:11:\"auth_expire\";s:0:\"\";s:8:\"usersort\";s:0:\"\";}','no'),(50610,'cerber-recaptcha','a:23:{s:8:\"botscomm\";s:0:\"\";s:7:\"botsreg\";i:0;s:7:\"botsany\";i:0;s:8:\"botssafe\";i:0;s:10:\"botsnoauth\";s:0:\"\";s:9:\"botswhite\";s:0:\"\";s:8:\"spamcomm\";i:0;s:10:\"trashafter\";i:7;s:18:\"trashafter-enabled\";i:0;s:7:\"sitekey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:9:\"invirecap\";i:0;s:10:\"recaplogin\";i:0;s:9:\"recaplost\";i:0;s:8:\"recapreg\";i:0;s:13:\"recapwoologin\";i:0;s:12:\"recapwoolost\";i:0;s:11:\"recapwooreg\";i:0;s:8:\"recapcom\";i:0;s:12:\"recapcomauth\";i:0;s:16:\"recaptcha-period\";i:60;s:16:\"recaptcha-number\";i:3;s:16:\"recaptcha-within\";i:30;}','no'),(50611,'cerber-notifications','a:8:{s:5:\"email\";a:1:{i:0;s:27:\"contact@highfivefinance.com\";}s:9:\"emailrate\";s:2:\"12\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:1:\"N\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";s:1:\"9\";s:12:\"email-report\";a:1:{i:0;s:27:\"contact@highfivefinance.com\";}s:13:\"enable-report\";s:1:\"1\";}','no'),(50612,'cerber-traffic','a:11:{s:9:\"tienabled\";s:1:\"1\";s:7:\"tiwhite\";s:0:\"\";s:6:\"timode\";s:1:\"1\";s:9:\"tinocrabs\";s:1:\"1\";s:8:\"tifields\";i:0;s:6:\"timask\";s:0:\"\";s:6:\"tihdrs\";i:0;s:6:\"tisenv\";i:0;s:7:\"ticandy\";i:0;s:11:\"tithreshold\";s:0:\"\";s:9:\"tikeeprec\";i:7;}','no'),(50613,'_cerber_up','a:2:{s:1:\"v\";s:3:\"6.1\";s:1:\"t\";i:1517463172;}','no'),(50614,'cerber-groove','0qo1U8ntVDx9Oy8j','no'),(50615,'cerber_admin_message','<b>New version is available <span class=\"dashicons dashicons-arrow-right\"></span></b> <a href=\"http://highfivefinance.com/wp-admin/plugins.php?plugin_status=upgrade\">Update to version 6.7 of WP Cerber</a>','no'),(50616,'_cerberkey_','a:2:{i:0;s:32:\"a868ce94d0ee2ad3b09ea7341608d706\";i:1;i:1517463173;}','no'),(50617,'cerber_admin_notice','','no'),(50618,'_cp_tabs_main','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517463385;s:4:\"user\";i:1;}\";','no'),(50619,'_cp_tabs_acl','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517463825;s:4:\"user\";i:1;}\";','no'),(50624,'_cp_tabs_lockouts','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517463832;s:4:\"user\";i:1;}\";','no'),(50625,'_cp_tabs_users','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517463413;s:4:\"user\";i:1;}\";','no'),(50626,'_cp_tabs_notifications','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517463442;s:4:\"user\";i:1;}\";','no'),(50627,'_cp_tabs_activity','s:69:\"a:3:{s:7:\"Version\";s:3:\"6.1\";s:4:\"time\";i:1517465719;s:4:\"user\";i:1;}\";','no'),(50630,'_cerber_subs','a:2:{s:40:\"ac8ec090e198284ccde75d67cb89554cb7961c3f\";a:8:{i:0;a:1:{i:0;s:1:\"5\";}i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;}s:40:\"866f7f596b2da13e609e0e2dbd7fc8cd83c87191\";a:8:{i:0;a:1:{i:0;s:1:\"5\";}i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;s:1:\"@\";i:7;i:0;}}','no'),(50641,'_cerberlab_','a:3:{s:5:\"nodes\";a:1:{i:1;a:1:{s:4:\"last\";a:6:{i:0;d:0.29804086685180664;i:1;s:6:\"Active\";i:2;b:0;i:3;i:1548941716;i:4;s:4:\"http\";i:5;s:14:\"108.61.190.127\";}}}s:4:\"best\";i:1;s:10:\"last_check\";i:1548944540;}','no'),(51162,'_transient_is_multi_author','0','yes'),(60348,'_cerber_report','a:2:{i:0;i:1548666452;i:1;b:1;}','no'),(82577,'_cerber_notify_new','a:1:{i:0;s:3:\"6.7\";}','no'),(163033,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.3\";s:7:\"version\";s:5:\"5.0.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.3\";s:7:\"version\";s:5:\"5.0.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.9-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.9-partial-3.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.9-rollback-3.zip\";}s:7:\"current\";s:5:\"4.9.9\";s:7:\"version\";s:5:\"4.9.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:5:\"4.9.3\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1548926692;s:15:\"version_checked\";s:5:\"4.9.3\";s:12:\"translations\";a:0:{}}','no'),(166693,'_site_transient_timeout_theme_roots','1548928492','no'),(166694,'_site_transient_theme_roots','a:1:{s:17:\"corporatebusiness\";s:7:\"/themes\";}','no'),(166785,'_site_transient_timeout_crb_hourly_2','1548948138','no'),(166786,'_site_transient_crb_hourly_2','executed','no'),(166787,'_transient_timeout__cerberpush_','1548944719','no'),(166788,'_transient__cerberpush_','1','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=696 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (7,7,'vantage_panels_no_legacy','true'),(8,7,'ml-slider_settings','a:35:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:3:\"700\";s:3:\"spw\";s:1:\"7\";s:3:\"sph\";s:1:\"5\";s:5:\"delay\";s:4:\"3000\";s:6:\"sDelay\";s:2:\"30\";s:7:\"opacity\";s:1:\"0\";s:10:\"titleSpeed\";s:3:\"500\";s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:4:\"true\";s:5:\"links\";s:4:\"true\";s:10:\"hoverPause\";s:4:\"true\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:3:\"600\";s:8:\"prevText\";s:1:\"<\";s:8:\"nextText\";s:1:\">\";s:6:\"slices\";s:2:\"15\";s:6:\"center\";s:4:\"true\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:14:\"carouselMargin\";s:1:\"5\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:9:\"fullWidth\";s:5:\"false\";s:10:\"noConflict\";s:4:\"true\";s:12:\"smoothHeight\";s:5:\"false\";}'),(11,9,'vantage_panels_no_legacy','true'),(13,9,'_wp_attachment_image_alt',''),(14,9,'ml-slider_type','image'),(16,9,'ml-slider_crop_position','center-center'),(17,9,'ml-slider_url','http://highfivefinance.com/wp-admin/customize.php?url=http%3A%2F%2Fhighfivefinance.com%2F'),(18,10,'vantage_panels_no_legacy','true'),(20,10,'_wp_attachment_image_alt','Finance'),(21,10,'ml-slider_type','image'),(22,10,'ml-slider_crop_position','center-center'),(26,10,'ml-slider_title','Finance'),(44,19,'vantage_panels_no_legacy','true'),(46,19,'_wp_attachment_image_alt',''),(47,19,'ml-slider_type','image'),(48,19,'ml-slider_crop_position','center-center'),(51,21,'vantage_panels_no_legacy','true'),(53,21,'_wp_attachment_image_alt',''),(54,21,'ml-slider_type','image'),(56,21,'ml-slider_crop_position','center-center'),(121,53,'_edit_last','1'),(122,53,'_edit_lock','1497862478:1'),(123,53,'_wp_page_template','default'),(126,57,'_edit_last','1'),(127,57,'_edit_lock','1497862308:1'),(128,57,'_wp_page_template','default'),(134,61,'_edit_last','1'),(135,61,'_edit_lock','1497862812:1'),(136,61,'_wp_page_template','default'),(137,63,'_edit_last','1'),(138,63,'_edit_lock','1497865309:1'),(139,63,'_wp_page_template','default'),(142,68,'_edit_last','1'),(143,68,'_wp_page_template','default'),(144,68,'_edit_lock','1497873443:1'),(145,72,'_edit_last','1'),(146,72,'_edit_lock','1497873486:1'),(147,72,'_wp_page_template','default'),(152,78,'_edit_last','1'),(153,78,'_edit_lock','1497865249:1'),(154,78,'_wp_page_template','default'),(155,82,'_edit_last','1'),(156,82,'_edit_lock','1497877051:1'),(157,83,'_edit_last','1'),(158,83,'_edit_lock','1497874321:1'),(159,83,'_wp_page_template','default'),(160,82,'_wp_page_template','default'),(167,88,'_edit_last','1'),(168,88,'_edit_lock','1497877959:1'),(169,88,'_wp_page_template','default'),(170,91,'_edit_last','1'),(171,91,'_edit_lock','1497951888:1'),(172,91,'_wp_page_template','default'),(173,93,'_edit_last','1'),(174,93,'_edit_lock','1497878050:1'),(175,93,'_wp_page_template','default'),(178,96,'_edit_last','1'),(179,96,'_edit_lock','1497878523:1'),(182,96,'_wp_page_template','default'),(193,106,'_edit_last','1'),(194,106,'_edit_lock','1497942472:1'),(195,106,'_wp_page_template','default'),(196,109,'_edit_last','1'),(197,109,'_edit_lock','1497934914:1'),(200,109,'_wp_page_template','default'),(203,113,'_edit_last','1'),(204,113,'_edit_lock','1497933863:1'),(205,113,'_wp_page_template','default'),(206,115,'_wp_attached_file','2017/06/slide2.jpg'),(207,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2017/06/slide2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide2-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide2-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide2-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:18:\"slide2-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:18:\"slide2-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"slide2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(208,116,'_wp_attached_file','2017/06/slide3.jpg'),(209,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2017/06/slide3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide3-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide3-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide3-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:18:\"slide3-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:18:\"slide3-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"slide3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(210,117,'_wp_attached_file','2017/06/slide1.jpg'),(211,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2017/06/slide1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slide1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:18:\"slide1-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:18:\"slide1-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"slide1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,119,'_wp_attached_file','2017/06/INVESTMENT-BONDS.jpg'),(220,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2017/06/INVESTMENT-BONDS.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"INVESTMENT-BONDS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"INVESTMENT-BONDS-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"INVESTMENT-BONDS-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"INVESTMENT-BONDS-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:28:\"INVESTMENT-BONDS-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:28:\"INVESTMENT-BONDS-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"INVESTMENT-BONDS-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,88,'_thumbnail_id','119'),(222,120,'_wp_attached_file','2017/06/MUTUAL.jpg'),(223,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2017/06/MUTUAL.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"MUTUAL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"MUTUAL-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"MUTUAL-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"MUTUAL-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:18:\"MUTUAL-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:18:\"MUTUAL-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"MUTUAL-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:39:\"Business people shaking hands in office\";s:17:\"created_timestamp\";s:10:\"1352292354\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:39:\"Business people shaking hands in office\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:10:\"associates\";i:1;s:4:\"boss\";i:2;s:8:\"briefing\";i:3;s:8:\"business\";i:4;s:11:\"businessman\";i:5;s:11:\"businessmen\";i:6;s:13:\"businesswoman\";i:7;s:4:\"busy\";i:8;s:9:\"caucasian\";i:9;s:10:\"colleagues\";i:10;s:13:\"communication\";i:11;s:12:\"contemporary\";i:12;s:8:\"contract\";i:13;s:12:\"conversation\";i:14;s:9:\"corporate\";i:15;s:11:\"corporation\";i:16;s:4:\"deal\";i:17;s:6:\"estate\";i:18;s:9:\"executive\";i:19;s:6:\"female\";i:20;s:9:\"financial\";i:21;s:8:\"friendly\";i:22;s:5:\"hands\";i:23;s:9:\"handshake\";i:24;s:11:\"handshaking\";i:25;s:5:\"happy\";i:26;s:11:\"interacting\";i:27;s:3:\"job\";i:28;s:9:\"lifestyle\";i:29;s:3:\"man\";i:30;s:7:\"meeting\";i:31;s:10:\"occupation\";i:32;s:6:\"office\";i:33;s:7:\"partner\";i:34;s:6:\"people\";i:35;s:8:\"planning\";i:36;s:12:\"presentation\";i:37;s:12:\"professional\";i:38;s:7:\"sitting\";i:39;s:7:\"smiling\";i:40;s:4:\"suit\";i:41;s:5:\"table\";i:42;s:6:\"tablet\";i:43;s:7:\"talking\";i:44;s:4:\"team\";i:45;s:8:\"teamwork\";i:46;s:5:\"white\";i:47;s:5:\"women\";i:48;s:7:\"working\";i:49;s:5:\"young\";}}}'),(224,91,'_thumbnail_id','120'),(225,121,'_wp_attached_file','2017/06/MONEY-MARKET.jpg'),(226,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/06/MONEY-MARKET.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MONEY-MARKET-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MONEY-MARKET-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"MONEY-MARKET-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MONEY-MARKET-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:24:\"MONEY-MARKET-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:24:\"MONEY-MARKET-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"MONEY-MARKET-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,93,'_thumbnail_id','121'),(228,122,'_wp_attached_file','2017/06/MONEY-MARKET1.png'),(229,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2017/06/MONEY-MARKET1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"MONEY-MARKET1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"MONEY-MARKET1-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MONEY-MARKET1-768x360.png\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"MONEY-MARKET1-1024x480.png\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:25:\"MONEY-MARKET1-240x136.png\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:25:\"MONEY-MARKET1-900x300.png\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"MONEY-MARKET1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(230,96,'_thumbnail_id','122'),(231,124,'_edit_last','1'),(232,124,'_edit_lock','1497933656:1'),(233,124,'_wp_page_template','default'),(236,127,'_wp_attached_file','2017/06/FINANCIAL-BASICS.jpeg'),(237,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2017/06/FINANCIAL-BASICS.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FINANCIAL-BASICS-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"FINANCIAL-BASICS-300x141.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"FINANCIAL-BASICS-768x360.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"FINANCIAL-BASICS-1024x480.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:29:\"FINANCIAL-BASICS-240x136.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:29:\"FINANCIAL-BASICS-900x300.jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"FINANCIAL-BASICS-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(245,131,'_edit_last','1'),(246,131,'_edit_lock','1497880847:1'),(247,132,'_wp_attached_file','2017/06/Pay-Off-Credit-Card-Debt.jpg'),(248,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2017/06/Pay-Off-Credit-Card-Debt.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Pay-Off-Credit-Card-Debt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Pay-Off-Credit-Card-Debt-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:36:\"Pay-Off-Credit-Card-Debt-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:36:\"Pay-Off-Credit-Card-Debt-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:36:\"Pay-Off-Credit-Card-Debt-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(249,131,'_thumbnail_id','132'),(250,131,'_wp_page_template','default'),(251,134,'_edit_last','1'),(252,134,'_edit_lock','1497880972:1'),(253,135,'_wp_attached_file','2017/06/Contribute-to-a-Retirement-Plan.png'),(254,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2017/06/Contribute-to-a-Retirement-Plan.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Contribute-to-a-Retirement-Plan-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Contribute-to-a-Retirement-Plan-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:43:\"Contribute-to-a-Retirement-Plan-240x136.png\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:43:\"Contribute-to-a-Retirement-Plan-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:43:\"Contribute-to-a-Retirement-Plan-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(255,134,'_thumbnail_id','135'),(256,134,'_wp_page_template','default'),(257,137,'_edit_last','1'),(258,137,'_edit_lock','1497881079:1'),(259,138,'_wp_attached_file','2017/06/Have-a-Savings-Plan.jpg'),(260,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2017/06/Have-a-Savings-Plan.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Have-a-Savings-Plan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Have-a-Savings-Plan-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:31:\"Have-a-Savings-Plan-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:31:\"Have-a-Savings-Plan-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"Have-a-Savings-Plan-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(261,137,'_thumbnail_id','138'),(262,137,'_wp_page_template','default'),(263,140,'_edit_last','1'),(264,140,'_edit_lock','1497881368:1'),(265,141,'_wp_attached_file','2017/06/Maximize-Your-Employment-Benefits.jpg'),(266,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2017/06/Maximize-Your-Employment-Benefits.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Maximize-Your-Employment-Benefits-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Maximize-Your-Employment-Benefits-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:45:\"Maximize-Your-Employment-Benefits-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:45:\"Maximize-Your-Employment-Benefits-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"Maximize-Your-Employment-Benefits-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(267,140,'_thumbnail_id','141'),(268,140,'_wp_page_template','default'),(269,143,'_edit_last','1'),(270,143,'_edit_lock','1497881503:1'),(271,144,'_wp_attached_file','2017/06/Review.jpg'),(272,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:194;s:4:\"file\";s:18:\"2017/06/Review.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Review-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:18:\"Review-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"Review-259x182.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(273,143,'_thumbnail_id','144'),(274,143,'_wp_page_template','default'),(275,146,'_menu_item_type','custom'),(276,146,'_menu_item_menu_item_parent','0'),(277,146,'_menu_item_object_id','146'),(278,146,'_menu_item_object','custom'),(279,146,'_menu_item_target',''),(280,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(281,146,'_menu_item_xfn',''),(282,146,'_menu_item_url','http://highfivefinance.com/'),(283,146,'_menu_item_orphaned','1497881653'),(284,147,'_menu_item_type','post_type'),(285,147,'_menu_item_menu_item_parent','0'),(286,147,'_menu_item_object_id','134'),(287,147,'_menu_item_object','page'),(288,147,'_menu_item_target',''),(289,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(290,147,'_menu_item_xfn',''),(291,147,'_menu_item_url',''),(292,147,'_menu_item_orphaned','1497881653'),(293,148,'_menu_item_type','post_type'),(294,148,'_menu_item_menu_item_parent','0'),(295,148,'_menu_item_object_id','72'),(296,148,'_menu_item_object','page'),(297,148,'_menu_item_target',''),(298,148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(299,148,'_menu_item_xfn',''),(300,148,'_menu_item_url',''),(301,148,'_menu_item_orphaned','1497881653'),(302,149,'_menu_item_type','post_type'),(303,149,'_menu_item_menu_item_parent','0'),(304,149,'_menu_item_object_id','96'),(305,149,'_menu_item_object','page'),(306,149,'_menu_item_target',''),(307,149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(308,149,'_menu_item_xfn',''),(309,149,'_menu_item_url',''),(310,149,'_menu_item_orphaned','1497881653'),(311,150,'_menu_item_type','post_type'),(312,150,'_menu_item_menu_item_parent','0'),(313,150,'_menu_item_object_id','78'),(314,150,'_menu_item_object','page'),(315,150,'_menu_item_target',''),(316,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(317,150,'_menu_item_xfn',''),(318,150,'_menu_item_url',''),(319,150,'_menu_item_orphaned','1497881653'),(320,151,'_menu_item_type','post_type'),(321,151,'_menu_item_menu_item_parent','0'),(322,151,'_menu_item_object_id','137'),(323,151,'_menu_item_object','page'),(324,151,'_menu_item_target',''),(325,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(326,151,'_menu_item_xfn',''),(327,151,'_menu_item_url',''),(328,151,'_menu_item_orphaned','1497881653'),(329,152,'_menu_item_type','post_type'),(330,152,'_menu_item_menu_item_parent','0'),(331,152,'_menu_item_object_id','113'),(332,152,'_menu_item_object','page'),(333,152,'_menu_item_target',''),(334,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(335,152,'_menu_item_xfn',''),(336,152,'_menu_item_url',''),(337,152,'_menu_item_orphaned','1497881653'),(338,153,'_menu_item_type','post_type'),(339,153,'_menu_item_menu_item_parent','0'),(340,153,'_menu_item_object_id','124'),(341,153,'_menu_item_object','page'),(342,153,'_menu_item_target',''),(343,153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(344,153,'_menu_item_xfn',''),(345,153,'_menu_item_url',''),(346,153,'_menu_item_orphaned','1497881653'),(347,154,'_menu_item_type','post_type'),(348,154,'_menu_item_menu_item_parent','0'),(349,154,'_menu_item_object_id','88'),(350,154,'_menu_item_object','page'),(351,154,'_menu_item_target',''),(352,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(353,154,'_menu_item_xfn',''),(354,154,'_menu_item_url',''),(355,154,'_menu_item_orphaned','1497881653'),(356,155,'_menu_item_type','post_type'),(357,155,'_menu_item_menu_item_parent','0'),(358,155,'_menu_item_object_id','140'),(359,155,'_menu_item_object','page'),(360,155,'_menu_item_target',''),(361,155,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(362,155,'_menu_item_xfn',''),(363,155,'_menu_item_url',''),(364,155,'_menu_item_orphaned','1497881653'),(365,156,'_menu_item_type','post_type'),(366,156,'_menu_item_menu_item_parent','0'),(367,156,'_menu_item_object_id','93'),(368,156,'_menu_item_object','page'),(369,156,'_menu_item_target',''),(370,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(371,156,'_menu_item_xfn',''),(372,156,'_menu_item_url',''),(373,156,'_menu_item_orphaned','1497881653'),(374,157,'_menu_item_type','post_type'),(375,157,'_menu_item_menu_item_parent','0'),(376,157,'_menu_item_object_id','91'),(377,157,'_menu_item_object','page'),(378,157,'_menu_item_target',''),(379,157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(380,157,'_menu_item_xfn',''),(381,157,'_menu_item_url',''),(382,157,'_menu_item_orphaned','1497881653'),(383,158,'_menu_item_type','post_type'),(384,158,'_menu_item_menu_item_parent','0'),(385,158,'_menu_item_object_id','131'),(386,158,'_menu_item_object','page'),(387,158,'_menu_item_target',''),(388,158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(389,158,'_menu_item_xfn',''),(390,158,'_menu_item_url',''),(391,158,'_menu_item_orphaned','1497881653'),(392,159,'_menu_item_type','post_type'),(393,159,'_menu_item_menu_item_parent','0'),(394,159,'_menu_item_object_id','68'),(395,159,'_menu_item_object','page'),(396,159,'_menu_item_target',''),(397,159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(398,159,'_menu_item_xfn',''),(399,159,'_menu_item_url',''),(400,159,'_menu_item_orphaned','1497881653'),(401,160,'_menu_item_type','post_type'),(402,160,'_menu_item_menu_item_parent','0'),(403,160,'_menu_item_object_id','57'),(404,160,'_menu_item_object','page'),(405,160,'_menu_item_target',''),(406,160,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(407,160,'_menu_item_xfn',''),(408,160,'_menu_item_url',''),(409,160,'_menu_item_orphaned','1497881653'),(410,161,'_menu_item_type','post_type'),(411,161,'_menu_item_menu_item_parent','0'),(412,161,'_menu_item_object_id','143'),(413,161,'_menu_item_object','page'),(414,161,'_menu_item_target',''),(415,161,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(416,161,'_menu_item_xfn',''),(417,161,'_menu_item_url',''),(418,161,'_menu_item_orphaned','1497881653'),(419,162,'_menu_item_type','post_type'),(420,162,'_menu_item_menu_item_parent','0'),(421,162,'_menu_item_object_id','83'),(422,162,'_menu_item_object','page'),(423,162,'_menu_item_target',''),(424,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(425,162,'_menu_item_xfn',''),(426,162,'_menu_item_url',''),(427,162,'_menu_item_orphaned','1497881653'),(428,163,'_menu_item_type','post_type'),(429,163,'_menu_item_menu_item_parent','0'),(430,163,'_menu_item_object_id','109'),(431,163,'_menu_item_object','page'),(432,163,'_menu_item_target',''),(433,163,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(434,163,'_menu_item_xfn',''),(435,163,'_menu_item_url',''),(436,163,'_menu_item_orphaned','1497881653'),(437,164,'_menu_item_type','post_type'),(438,164,'_menu_item_menu_item_parent','0'),(439,164,'_menu_item_object_id','106'),(440,164,'_menu_item_object','page'),(441,164,'_menu_item_target',''),(442,164,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(443,164,'_menu_item_xfn',''),(444,164,'_menu_item_url',''),(445,164,'_menu_item_orphaned','1497881653'),(446,165,'_menu_item_type','post_type'),(447,165,'_menu_item_menu_item_parent','0'),(448,165,'_menu_item_object_id','82'),(449,165,'_menu_item_object','page'),(450,165,'_menu_item_target',''),(451,165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(452,165,'_menu_item_xfn',''),(453,165,'_menu_item_url',''),(454,165,'_menu_item_orphaned','1497881653'),(455,166,'_menu_item_type','post_type'),(456,166,'_menu_item_menu_item_parent','0'),(457,166,'_menu_item_object_id','61'),(458,166,'_menu_item_object','page'),(459,166,'_menu_item_target',''),(460,166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(461,166,'_menu_item_xfn',''),(462,166,'_menu_item_url',''),(463,166,'_menu_item_orphaned','1497881653'),(464,167,'_menu_item_type','post_type'),(465,167,'_menu_item_menu_item_parent','0'),(466,167,'_menu_item_object_id','63'),(467,167,'_menu_item_object','page'),(468,167,'_menu_item_target',''),(469,167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(470,167,'_menu_item_xfn',''),(471,167,'_menu_item_url',''),(472,167,'_menu_item_orphaned','1497881653'),(473,168,'_menu_item_type','post_type'),(474,168,'_menu_item_menu_item_parent','0'),(475,168,'_menu_item_object_id','53'),(476,168,'_menu_item_object','page'),(477,168,'_menu_item_target',''),(478,168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(479,168,'_menu_item_xfn',''),(480,168,'_menu_item_url',''),(481,168,'_menu_item_orphaned','1497881653'),(486,170,'_menu_item_type','custom'),(487,170,'_menu_item_menu_item_parent','0'),(488,170,'_menu_item_object_id','170'),(489,170,'_menu_item_object','custom'),(490,170,'_menu_item_target',''),(491,170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(492,170,'_menu_item_xfn',''),(493,170,'_menu_item_url','http://highfivefinance.com/'),(503,175,'_edit_last','1'),(504,175,'_wp_page_template','templates/no-sidebar.php'),(505,175,'_edit_lock','1497945198:1'),(506,177,'_edit_last','1'),(507,177,'_wp_page_template','templates/no-sidebar.php'),(508,177,'_edit_lock','1512990930:1'),(509,179,'_edit_last','1'),(510,179,'_wp_page_template','templates/no-sidebar.php'),(511,179,'_edit_lock','1512811778:1'),(512,181,'_edit_last','1'),(513,181,'_edit_lock','1499083146:1'),(514,181,'_wp_page_template','templates/no-sidebar.php'),(515,183,'_edit_last','1'),(516,183,'_wp_page_template','templates/no-sidebar.php'),(517,183,'_edit_lock','1499085495:1'),(518,185,'_menu_item_type','post_type'),(519,185,'_menu_item_menu_item_parent','0'),(520,185,'_menu_item_object_id','179'),(521,185,'_menu_item_object','page'),(522,185,'_menu_item_target',''),(523,185,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(524,185,'_menu_item_xfn',''),(525,185,'_menu_item_url',''),(527,186,'_menu_item_type','post_type'),(528,186,'_menu_item_menu_item_parent','0'),(529,186,'_menu_item_object_id','175'),(530,186,'_menu_item_object','page'),(531,186,'_menu_item_target',''),(532,186,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(533,186,'_menu_item_xfn',''),(534,186,'_menu_item_url',''),(538,188,'_edit_last','1'),(539,188,'_edit_lock','1497953813:1'),(540,189,'_wp_attached_file','2017/06/IMPORTANT-THINGS-TO-REMEMBER.jpg'),(541,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2017/06/IMPORTANT-THINGS-TO-REMEMBER.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"IMPORTANT-THINGS-TO-REMEMBER-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"IMPORTANT-THINGS-TO-REMEMBER-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"IMPORTANT-THINGS-TO-REMEMBER-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"IMPORTANT-THINGS-TO-REMEMBER-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:40:\"IMPORTANT-THINGS-TO-REMEMBER-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:40:\"IMPORTANT-THINGS-TO-REMEMBER-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:40:\"IMPORTANT-THINGS-TO-REMEMBER-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(542,188,'_thumbnail_id','189'),(555,197,'_edit_last','1'),(556,197,'_edit_lock','1497953825:1'),(557,198,'_wp_attached_file','2017/06/Financing-your-business-with-factoring.jpg'),(558,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2017/06/Financing-your-business-with-factoring.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Financing-your-business-with-factoring-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Financing-your-business-with-factoring-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Financing-your-business-with-factoring-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Financing-your-business-with-factoring-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:50:\"Financing-your-business-with-factoring-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:50:\"Financing-your-business-with-factoring-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:50:\"Financing-your-business-with-factoring-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(559,197,'_thumbnail_id','198'),(562,201,'_edit_last','1'),(563,201,'_edit_lock','1497953833:1'),(564,202,'_wp_attached_file','2017/06/How-to-Fill-Out-a-Loan-Application.jpg'),(565,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2017/06/How-to-Fill-Out-a-Loan-Application.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"How-to-Fill-Out-a-Loan-Application-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"How-to-Fill-Out-a-Loan-Application-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"How-to-Fill-Out-a-Loan-Application-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"How-to-Fill-Out-a-Loan-Application-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:46:\"How-to-Fill-Out-a-Loan-Application-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:46:\"How-to-Fill-Out-a-Loan-Application-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:46:\"How-to-Fill-Out-a-Loan-Application-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(566,201,'_thumbnail_id','202'),(573,206,'_edit_last','1'),(574,206,'_edit_lock','1497937478:1'),(575,206,'_wp_page_template','default'),(576,208,'_edit_last','1'),(577,208,'_edit_lock','1497937854:1'),(578,208,'_wp_page_template','default'),(579,210,'_edit_last','1'),(580,210,'_edit_lock','1497938352:1'),(581,210,'_wp_page_template','default'),(582,212,'_edit_last','1'),(583,212,'_edit_lock','1497938569:1'),(584,212,'_wp_page_template','default'),(585,214,'_menu_item_type','post_type'),(586,214,'_menu_item_menu_item_parent','0'),(587,214,'_menu_item_object_id','212'),(588,214,'_menu_item_object','page'),(589,214,'_menu_item_target',''),(590,214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(591,214,'_menu_item_xfn',''),(592,214,'_menu_item_url',''),(594,215,'_menu_item_type','post_type'),(595,215,'_menu_item_menu_item_parent','0'),(596,215,'_menu_item_object_id','210'),(597,215,'_menu_item_object','page'),(598,215,'_menu_item_target',''),(599,215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(600,215,'_menu_item_xfn',''),(601,215,'_menu_item_url',''),(603,216,'_menu_item_type','post_type'),(604,216,'_menu_item_menu_item_parent','0'),(605,216,'_menu_item_object_id','208'),(606,216,'_menu_item_object','page'),(607,216,'_menu_item_target',''),(608,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(609,216,'_menu_item_xfn',''),(610,216,'_menu_item_url',''),(612,217,'_menu_item_type','post_type'),(613,217,'_menu_item_menu_item_parent','0'),(614,217,'_menu_item_object_id','206'),(615,217,'_menu_item_object','page'),(616,217,'_menu_item_target',''),(617,217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(618,217,'_menu_item_xfn',''),(619,217,'_menu_item_url',''),(627,221,'_wp_attached_file','2017/06/bottom-1.gif'),(628,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2017/06/bottom-1.gif\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bottom-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bottom-1-300x141.gif\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bottom-1-768x360.gif\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bottom-1-1024x480.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:20:\"bottom-1-240x136.gif\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:20:\"bottom-1-900x300.gif\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"bottom-1-272x182.gif\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(635,225,'_wp_attached_file','2017/06/bottom.gif'),(636,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2017/06/bottom.gif\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bottom-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bottom-300x117.gif\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"bottom-768x300.gif\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"bottom-1024x400.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:18:\"bottom-240x136.gif\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:18:\"bottom-900x300.gif\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"bottom-272x182.gif\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(645,230,'_wp_attached_file','2017/06/bg3.jpg'),(646,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:15:\"2017/06/bg3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:15:\"bg3-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:15:\"bg3-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"bg3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(647,232,'_wp_attached_file','2017/06/bg.jpg'),(648,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:14:\"2017/06/bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"bg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"bg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"bg-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:14:\"bg-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:14:\"bg-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:14:\"bg-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:37:\"Various euro notes background texture\";s:17:\"created_timestamp\";s:10:\"1415453234\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:21:\"Euro notes background\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:21:{i:0;s:4:\"euro\";i:1;s:5:\"money\";i:2;s:6:\"income\";i:3;s:3:\"tax\";i:4;s:6:\"budget\";i:5;s:10:\"background\";i:6;s:7:\"texture\";i:7;s:5:\"notes\";i:8;s:6:\"salary\";i:9;s:4:\"loan\";i:10;s:8:\"mortgage\";i:11;s:2:\"eu\";i:12;s:8:\"currency\";i:13;s:18:\"financial planning\";i:14;s:17:\"financial service\";i:15;s:7:\"finance\";i:16;s:8:\"interest\";i:17;s:7:\"banking\";i:18;s:10:\"accounting\";i:19;s:10:\"investment\";i:20;s:9:\"euro zone\";}}}'),(649,233,'_wp_attached_file','2017/06/bg2.jpeg'),(650,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:16:\"2017/06/bg2.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg2-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg2-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg2-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:16:\"bg2-240x136.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:16:\"bg2-900x300.jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"bg2-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(669,244,'_wp_attached_file','2017/06/LOGO.png'),(670,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:125;s:4:\"file\";s:16:\"2017/06/LOGO.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"LOGO-150x125.png\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"LOGO-300x55.png\";s:5:\"width\";i:300;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:16:\"LOGO-240x125.png\";s:5:\"width\";i:240;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"LOGO-272x125.png\";s:5:\"width\";i:272;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(673,246,'_wp_attached_file','2017/06/cropped-LOGO.png'),(674,246,'_wp_attachment_context','site-icon'),(675,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2017/06/cropped-LOGO.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-LOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-LOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:24:\"cropped-LOGO-240x136.png\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:24:\"cropped-LOGO-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"cropped-LOGO-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:24:\"cropped-LOGO-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:24:\"cropped-LOGO-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:24:\"cropped-LOGO-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:22:\"cropped-LOGO-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(680,250,'_wp_attached_file','2017/06/bg1.jpg'),(681,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:15:\"2017/06/bg1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bg1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"bg1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"bg1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-image\";a:4:{s:4:\"file\";s:15:\"bg1-240x136.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"image-header\";a:4:{s:4:\"file\";s:15:\"bg1-900x300.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"bg1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465505136\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(684,266,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(685,266,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"High Five Finance \"[your-subject]\"\";s:6:\"sender\";s:41:\"[your-name] <contact@highfivefinance.com>\";s:9:\"recipient\";s:27:\"contact@highfivefinance.com\";s:4:\"body\";s:182:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on High Five Finance (http://highfivefinance.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(686,266,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"High Five Finance \"[your-subject]\"\";s:6:\"sender\";s:47:\"High Five Finance <contact@highfivefinance.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:124:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on High Five Finance (http://highfivefinance.com)\";s:18:\"additional_headers\";s:36:\"Reply-To: rajeshkanna.prof@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(687,266,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(688,266,'_additional_settings',''),(689,266,'_locale','en_US'),(690,268,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n[submit \"Send\"]'),(691,268,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"High Five Finance \"[Unsubscribe]\"\";s:6:\"sender\";s:41:\"[your-name] <contact@highfivefinance.com>\";s:9:\"recipient\";s:27:\"contact@highfivefinance.com\";s:4:\"body\";s:186:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a unsubscribe form on High Five Finance (http://highfivefinance.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(692,268,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"High Five Finance \"[Unsubscribe]\"\";s:6:\"sender\";s:47:\"High Five Finance <contact@highfivefinance.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a unsubscribe form on High Five Finance (http://highfivefinance.com)\";s:18:\"additional_headers\";s:37:\"Reply-To: contact@highfivefinance.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(693,268,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(694,268,'_additional_settings',''),(695,268,'_locale','en_US'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=271 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (7,1,'2017-06-17 11:14:10','2017-06-17 11:14:10','','sample','','publish','closed','closed','','new-slider','','','2017-06-17 12:43:02','2017-06-17 12:43:02','',0,'http://highfivefinance.com/?post_type=ml-slider&p=7',0,'ml-slider','',0),(9,1,'2017-06-17 11:15:03','2017-06-17 11:15:03','','Slider 7 - image','Toy wooden miniature houses, one under glass dome','publish','closed','closed','','slider-7-image','','','2017-06-17 12:43:02','2017-06-17 12:43:02','',0,'http://highfivefinance.com/?post_type=ml-slide&p=9',0,'ml-slide','',0),(10,1,'2017-06-17 11:17:02','2017-06-17 11:17:02','','Slider 7 - image','','publish','closed','closed','','slider-7-image-2','','','2017-06-17 12:43:02','2017-06-17 12:43:02','',0,'http://highfivefinance.com/?post_type=ml-slide&p=10',1,'ml-slide','',0),(19,1,'2017-06-17 12:19:04','2017-06-17 12:19:04','','Slider 7 - image','','publish','closed','closed','','slider-7-image-3','','','2017-06-17 12:43:02','2017-06-17 12:43:02','',0,'http://highfivefinance.com/?post_type=ml-slide&p=19',2,'ml-slide','',0),(21,1,'2017-06-17 12:25:29','2017-06-17 12:25:29','','Slider 7 - image','','publish','closed','closed','','slider-7-image-4','','','2017-06-17 12:43:02','2017-06-17 12:43:02','',0,'http://highfivefinance.com/?post_type=ml-slide&p=21',3,'ml-slide','',0),(53,1,'2017-06-19 07:18:41','2017-06-19 07:18:41','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household – the practices of earning, saving, investing and spending.\r\n\r\nMatters of personal finance include the purchasing of financial products, like credit cards, life and home insurance, mortgages and of course various investments and investment vehicles. Banking is also considered a part of personal finance, including checking and savings accounts and 21st century online or mobile payment services like PayPal and Venmo.\r\n<h2>BREAKING DOWN \'Personal Finance\'</h2>\r\nAll individual financial activities fall under the purview of personal finance; personal financial planning generally involves analyzing your current financial position, predicting short-term and long-term needs and executing a plan to fulfill those need within individual financial constraints. It depends on one\'s expenses, income, living requirements and individual goals and desires.\r\n\r\n<strong>Among the most important aspects of personal finance are:</strong>\r\n<ul>\r\n <li>Assessing expected cash flow</li>\r\n <li>Buying insurance</li>\r\n <li>Calculating and filing taxes</li>\r\n <li>Savings and investment</li>\r\n <li>Retirement planning</li>\r\n</ul>\r\nAs a specialized field, personal finance is a fairly recent development, though colleges and schools have taught aspects of it as \"home economics\" or \"consumer economics\" since the early 1900s. The field was initially disregarded by male economists, as \"home economics\" appeared to be the purview of home-making women. However, more recently economists have repeatedly stressed widespread education in matters of personal finance as integral to microeconomics and the overall economy.\r\n\r\nMarket theory and practice is largely guided by assuming the presence of the invisible hand: the idea that all consumers in a market economy will act rationally, or in their own self-interest. In theory, this makes market fluctuations predictable and provides assurance that their movements have been in the interest of the consumer. However, scholars and behavioral economists in the late 20th and 21st centuries began to question that assumption, arguing that consumers actually act irrationally as a result of under-education in a more complicated and less comprehensible economy. Many consumers simply do not have the information to make the most rational financial decisions for themselves, or they are manipulated by circumstance or misinformation to perceive a decision as being more rational than it actually is.\r\n\r\n<strong>Click to Know:</strong> <a href=\"http://highfivefinance.com/personal-finance-planning-tips/\">Personal Finance Planning Tips</a>','WHAT IS PERSONAL FINANCE?','','publish','closed','closed','','what-is-personal-finance','','','2017-06-19 08:54:07','2017-06-19 08:54:07','',0,'http://highfivefinance.com/?page_id=53',0,'page','',0),(54,1,'2017-06-19 07:18:41','2017-06-19 07:18:41','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household – the practices of earning, saving, investing and spending.\r\n\r\nMatters of personal finance include the purchasing of financial products, like credit cards, life and home insurance, mortgages and of course various investments and investment vehicles. Banking is also considered a part of personal finance, including checking and savings accounts and 21st century online or mobile payment services like PayPal and Venmo.\r\n\r\nBREAKING DOWN \'Personal Finance\'\r\nAll individual financial activities fall under the purview of personal finance; personal financial planning generally involves analyzing your current financial position, predicting short-term and long-term needs and executing a plan to fulfill those need within individual financial constraints. It depends on one\'s expenses, income, living requirements and individual goals and desires.\r\n\r\nAmong the most important aspects of personal finance are:\r\n\r\nAssessing expected cash flow\r\nBuying insurance\r\nCalculating and filing taxes\r\nSavings and investment\r\nRetirement planning\r\nAs a specialized field, personal finance is a fairly recent development, though colleges and schools have taught aspects of it as \"home economics\" or \"consumer economics\" since the early 1900s. The field was initially disregarded by male economists, as \"home economics\" appeared to be the purview of home-making women. However, more recently economists have repeatedly stressed widespread education in matters of personal finance as integral to microeconomics and the overall economy.\r\n\r\nMarket theory and practice is largely guided by assuming the presence of the invisible hand: the idea that all consumers in a market economy will act rationally, or in their own self-interest. In theory, this makes market fluctuations predictable and provides assurance that their movements have been in the interest of the consumer. However, scholars and behavioral economists in the late 20th and 21st centuries began to question that assumption, arguing that consumers actually act irrationally as a result of under-education in a more complicated and less comprehensible economy. Many consumers simply do not have the information to make the most rational financial decisions for themselves, or they are manipulated by circumstance or misinformation to perceive a decision as being more rational than it actually is. \r\n','PERSONAL FINANCE','','inherit','closed','closed','','53-revision-v1','','','2017-06-19 07:18:41','2017-06-19 07:18:41','',53,'http://highfivefinance.com/2017/06/19/53-revision-v1/',0,'revision','',0),(55,1,'2017-06-19 08:53:59','2017-06-19 08:53:59','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household – the practices of earning, saving, investing and spending.\n\nMatters of personal finance include the purchasing of financial products, like credit cards, life and home insurance, mortgages and of course various investments and investment vehicles. Banking is also considered a part of personal finance, including checking and savings accounts and 21st century online or mobile payment services like PayPal and Venmo.\n<h2>BREAKING DOWN \'Personal Finance\'</h2>\nAll individual financial activities fall under the purview of personal finance; personal financial planning generally involves analyzing your current financial position, predicting short-term and long-term needs and executing a plan to fulfill those need within individual financial constraints. It depends on one\'s expenses, income, living requirements and individual goals and desires.\n\n<strong>Among the most important aspects of personal finance are:</strong>\n<ul>\n <li>Assessing expected cash flow</li>\n <li>Buying insurance</li>\n <li>Calculating and filing taxes</li>\n <li>Savings and investment</li>\n <li>Retirement planning</li>\n</ul>\nAs a specialized field, personal finance is a fairly recent development, though colleges and schools have taught aspects of it as \"home economics\" or \"consumer economics\" since the early 1900s. The field was initially disregarded by male economists, as \"home economics\" appeared to be the purview of home-making women. However, more recently economists have repeatedly stressed widespread education in matters of personal finance as integral to microeconomics and the overall economy.\n\nMarket theory and practice is largely guided by assuming the presence of the invisible hand: the idea that all consumers in a market economy will act rationally, or in their own self-interest. In theory, this makes market fluctuations predictable and provides assurance that their movements have been in the interest of the consumer. However, scholars and behavioral economists in the late 20th and 21st centuries began to question that assumption, arguing that consumers actually act irrationally as a result of under-education in a more complicated and less comprehensible economy. Many consumers simply do not have the information to make the most rational financial decisions for themselves, or they are manipulated by circumstance or misinformation to perceive a decision as being more rational than it actually is.\n\n<strong>Click to Know:</strong> <a href=\"http://highfivefinance.com/personal-finance-planning-tips/\">Personal Finance Planning Tips</a>','WHAT IS PERSONAL FINANCE?','','inherit','closed','closed','','53-autosave-v1','','','2017-06-19 08:53:59','2017-06-19 08:53:59','',53,'http://highfivefinance.com/2017/06/19/53-autosave-v1/',0,'revision','',0),(56,1,'2017-06-19 07:21:56','2017-06-19 07:21:56','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household – the practices of earning, saving, investing and spending.\r\n\r\nMatters of personal finance include the purchasing of financial products, like credit cards, life and home insurance, mortgages and of course various investments and investment vehicles. Banking is also considered a part of personal finance, including checking and savings accounts and 21st century online or mobile payment services like PayPal and Venmo.\r\n<h2>BREAKING DOWN \'Personal Finance\'</h2>\r\nAll individual financial activities fall under the purview of personal finance; personal financial planning generally involves analyzing your current financial position, predicting short-term and long-term needs and executing a plan to fulfill those need within individual financial constraints. It depends on one\'s expenses, income, living requirements and individual goals and desires.\r\n\r\n<strong>Among the most important aspects of personal finance are:</strong>\r\n<ul>\r\n <li>Assessing expected cash flow</li>\r\n <li>Buying insurance</li>\r\n <li>Calculating and filing taxes</li>\r\n <li>Savings and investment</li>\r\n <li>Retirement planning</li>\r\n</ul>\r\nAs a specialized field, personal finance is a fairly recent development, though colleges and schools have taught aspects of it as \"home economics\" or \"consumer economics\" since the early 1900s. The field was initially disregarded by male economists, as \"home economics\" appeared to be the purview of home-making women. However, more recently economists have repeatedly stressed widespread education in matters of personal finance as integral to microeconomics and the overall economy.\r\n\r\nMarket theory and practice is largely guided by assuming the presence of the invisible hand: the idea that all consumers in a market economy will act rationally, or in their own self-interest. In theory, this makes market fluctuations predictable and provides assurance that their movements have been in the interest of the consumer. However, scholars and behavioral economists in the late 20th and 21st centuries began to question that assumption, arguing that consumers actually act irrationally as a result of under-education in a more complicated and less comprehensible economy. Many consumers simply do not have the information to make the most rational financial decisions for themselves, or they are manipulated by circumstance or misinformation to perceive a decision as being more rational than it actually is.\r\n\r\n<strong>Click to Know:</strong> Personal Finance Planning Tips','PERSONAL FINANCE','','inherit','closed','closed','','53-revision-v1','','','2017-06-19 07:21:56','2017-06-19 07:21:56','',53,'http://highfivefinance.com/2017/06/19/53-revision-v1/',0,'revision','',0),(57,1,'2017-06-19 07:26:40','2017-06-19 07:26:40','Whether you’ve been in the workforce for years, or are a recent graduate just starting out, it\'s never too late to create financial goals, security and freedom – both now, and for the future.\r\n\r\n<strong>Here are the best practices and tips for personal finance.</strong>\r\n<h2>1. Devise a Budget</h2>\r\nSeriously. Having a budget is the first mandatory step from which savvy money management will evolve. A budget is essentially a financial roadmap allows you to live within your means, while having enough left over to save for long-term goals. The 50/30/20 budgeting method offers a great framework. It breaks down like this:\r\n<ul>\r\n <li>50% of your take-home pay or net income (after taxes, that is) goes towards living essentials, such as rent, utilities, groceries and transport</li>\r\n <li>30% is allocated to lifestyle expenses, such as dining out and shopping for clothes, etc.</li>\r\n <li>20% goes towards the future: paying down debt and saving both for retirement and for emergencies</li>\r\n</ul>\r\nIt’s never been easier to manage money, thanks to a growing number of personal budgeting apps for smartphones that put day-to-day finances in the palm of your hand. Level Money automatically updates spendable cash as you make purchases each day, providing you with a simple, real-time financial snapshot. Meanwhile, Mint streamlines cash flow, budgets, credit cards, bills and investment tracking – all from one place. It automatically updates and categorizes your financial data as info comes in, so you always know where your money is at. The app will even dish out custom tips and advice.\r\n<h2>2. Create an Emergency Fund</h2>\r\nIt’s important to “pay yourself first” to ensure money is set aside for unexpected expenses--medical bills, rent if you get laid off, etc.\r\n\r\nBetween three to six months\' worth of living expenses is the ideal safety net. Financial experts generally recommend putting away 20% of each paycheck every month (which of course, you’ve already budgeted for!). Once you’ve filled up your “rainy day” fund (for emergencies or sudden unemployment), don’t stop. Continue funneling the monthly 20% towards other financial goals such as a retirement fund.\r\n<h2>3. Limit Debt</h2>\r\nThis sounds simple enough – to avoid debt getting out of hand, don’t spend more than you earn. Of course, most people do have to borrow from time to time – and sometimes going into debt can be advantageous, if it leads to accumulating an asset. Taking out a mortgage to buy a house is one good example.\r\n\r\nThere can be other times when leasing is sometimes the better financial move to buying outright, be it in renting a place to live, leasing a car, or even getting a subscription to computer software.\r\n<h2>4. Use Credit Cards Wisely</h2>\r\nCredit cards get dinged for being major debt traps. But it\'s unrealistic not to own any in the contemporary world, and they have uses other than as a tool to buy things. Not only are they crucial to establishing your credit rating, they’re a great way to track spending – a big budgeting aid.\r\n\r\nCredit just needs to be managed correctly, which means the balance should ideally be paid off every month, or at least be kept at a credit utilization rate minimum (that is, keep your account balances below 30% of your total available credit). Given the extraordinary rewards incentives on offer (such as cash back) these days, it makes sense to charge as many purchases as possible; still, avoid maxing out credit cards at all costs, and pay bills strictly on time. One of the fastest ways to ruin your credit score is to constantly pay bills late – or even worse, miss payments. (See the Fifth Commandment.)\r\n\r\nUsing a debit card is another way to ensure you will not be paying for accumulated small purchases over an extended period – with interest.\r\n<h2>5. Monitor Your Credit Score</h2>\r\nCredit cards are the main vehicle through which your credit score is built and maintained, so watching credit spending goes hand in hand with monitoring your credit score. If you ever want to obtain a lease, mortgage or any other type of financing for that matter, you’ll need a solid credit history behind you. Factors that determine your score include: how long you\'ve had credit, payment history and your credit-to-debt ratio.\r\n\r\n<strong>Credit scores are calculated between 300 and 850. Here\'s one rough way to look at it:</strong>\r\n<ul>\r\n <li>720 = good credit</li>\r\n <li>650 = average credit</li>\r\n <li>600 or less = poor</li>\r\n</ul>\r\nTo pay bills, set up direct debiting where possible (so you never miss a payment) and subscribe to reporting agencies that provide regular credit score updates. By monitoring your report, you will be able to detect and address mistakes or fraudulent activity. Federal law allows you to obtain free credit reports from the three major credit bureaus: Equifax, Experian and TransUnion. Reports can be obtained directly from each agency, or you can sign up at AnnualCreditReport, a site sponsored by the Big Three; you can also get a free credit score from sites such as Credit Karma or Credit Sesame. Some credit card providers, such as Capital One, will provide customers with complimentary, regular credit score updates too.\r\n<h2>6. Consider Your Family</h2>\r\nTo protect the assets in your estate and ensure that your wishes are followed when you die, be sure you make a will or trust. You also need to look into insurance: not just on your major possessions (auto, homeowners), but on your life. And be sure to periodically review your policy, to make sure it meets your family\'s needs though life\'s major milestones.\r\n\r\nOther critical documents include a living will and healthcare power of attorney. While not all these documents directly affect you, all of them can save your next-of-kin considerable time and expense when you fall ill or become otherwise incapacitated.\r\n\r\nAnd while they\'re young, take the time to teach your children about the value of money and how to save, invest and spend wisely.\r\n<h2>7. Pay Off Student Loans</h2>\r\nThere are myriad loan-repayment plans and payment reduction strategies available to graduates. If you’re stuck with a high interest rate, paying off the principal faster can make sense. On the other hand, minimizing repayments (to interest only, for instance), can free up other income to invest elsewhere. Some federal and private loans are even eligible for a rate reduction if the borrower enrolls in auto pay. Flexible federal repayment programs worth checking out include:\r\n<ul>\r\n <li>Graduated repayment – progressively increases the monthly payment over 10 years</li>\r\n <li>Extended repayment – stretches the loan out over a 25-year period</li>\r\n</ul>\r\n<h2>8. Plan (and Save) For Retirement</h2>\r\nRetirement may seem like another lifetime away, but trust us: It arrives much faster than you’d expect. Experts suggest that most people will need about 80% of their current salary in retirement. The younger you start, the more you benefit from what advisors like to call the magic of compounding interest – how small amounts grow over time. Setting aside money now for your retirement not only allows it to grow over the long term, it can reduce your current income taxes, if funds are placed in a tax-advantaged plan fund like an Individual Retirement Account (IRA), a 401(k) or a 403(b). If your employer offers one of the latter two, you should start directing a portion of your paycheck towards it. Some companies will match your contribution – essentially free money. Start contributing pronto. Failing to do so can equate to tossing out tens of thousands of dollars along the way. Take time to learn the difference between a Roth and a traditional 401(k), if your company offers both.\r\n\r\nInvesting is only one part of planning for retirement. Other strategies include waiting as long as possible before opting to receive Social Security benefits (which is smart for most people), and converting a term life insurance policy to a permanent life one.\r\n<h2>9. Maximize Tax Breaks</h2>\r\nDue to an overly complex tax code, many individuals leave hundreds or even thousands of dollars sitting on the table every year. By becoming deliberate about maximizing your tax savings, you\'ll free up money that can be invested in the reduction of past debts, your enjoyment of the present and your plans for the future.\r\n\r\nYou need to start each year saving receipts and tracking expenditures for all possible tax deductions and tax credits. Many business supply stores sell helpful \"tax organizers\" that have the main categories already pre-labeled. After you\'re organized, you\'ll then want to focus on taking advantage of every tax deduction and credit available, as well as deciding between the two when necessary. In short, a tax deduction reduces the amount of income you are taxed on, whereas a tax credit actually reduces the amount of tax you owe. This means that a $1,000 tax credit will save you much more than a $1,000 deduction.\r\n<h2>10. Give Yourself A Break</h2>\r\nBudgeting and planning can seem full of deprivations. Make sure you allow yourself some reasonable rewards now. Whether it\'s a vacation, purchase, or an occasional night on the town, you need to enjoy the fruits of your labor. Doing so gives you a taste of the financial independence you\'re working so hard for.\r\n\r\nLast but not least, don\'t forget to delegate when needed. Even though you might be competent enough to do your own taxes or manage a portfolio of individual stocks, it doesn\'t mean you should. Setting up an account at a brokerage, spending a few hundred dollars on a certified public accountant (CPA) or a financial planner – at least once – might be a good way to jump-start your planning.\r\n\r\n ','PERSONAL FINANCE PLANNING TIPS','','publish','closed','closed','','personal-finance-planning-tips','','','2017-06-19 07:26:40','2017-06-19 07:26:40','',0,'http://highfivefinance.com/?page_id=57',0,'page','',0),(58,1,'2017-06-19 07:26:40','2017-06-19 07:26:40','Whether you’ve been in the workforce for years, or are a recent graduate just starting out, it\'s never too late to create financial goals, security and freedom – both now, and for the future.\r\n\r\n<strong>Here are the best practices and tips for personal finance.</strong>\r\n<h2>1. Devise a Budget</h2>\r\nSeriously. Having a budget is the first mandatory step from which savvy money management will evolve. A budget is essentially a financial roadmap allows you to live within your means, while having enough left over to save for long-term goals. The 50/30/20 budgeting method offers a great framework. It breaks down like this:\r\n<ul>\r\n <li>50% of your take-home pay or net income (after taxes, that is) goes towards living essentials, such as rent, utilities, groceries and transport</li>\r\n <li>30% is allocated to lifestyle expenses, such as dining out and shopping for clothes, etc.</li>\r\n <li>20% goes towards the future: paying down debt and saving both for retirement and for emergencies</li>\r\n</ul>\r\nIt’s never been easier to manage money, thanks to a growing number of personal budgeting apps for smartphones that put day-to-day finances in the palm of your hand. Level Money automatically updates spendable cash as you make purchases each day, providing you with a simple, real-time financial snapshot. Meanwhile, Mint streamlines cash flow, budgets, credit cards, bills and investment tracking – all from one place. It automatically updates and categorizes your financial data as info comes in, so you always know where your money is at. The app will even dish out custom tips and advice.\r\n<h2>2. Create an Emergency Fund</h2>\r\nIt’s important to “pay yourself first” to ensure money is set aside for unexpected expenses--medical bills, rent if you get laid off, etc.\r\n\r\nBetween three to six months\' worth of living expenses is the ideal safety net. Financial experts generally recommend putting away 20% of each paycheck every month (which of course, you’ve already budgeted for!). Once you’ve filled up your “rainy day” fund (for emergencies or sudden unemployment), don’t stop. Continue funneling the monthly 20% towards other financial goals such as a retirement fund.\r\n<h2>3. Limit Debt</h2>\r\nThis sounds simple enough – to avoid debt getting out of hand, don’t spend more than you earn. Of course, most people do have to borrow from time to time – and sometimes going into debt can be advantageous, if it leads to accumulating an asset. Taking out a mortgage to buy a house is one good example.\r\n\r\nThere can be other times when leasing is sometimes the better financial move to buying outright, be it in renting a place to live, leasing a car, or even getting a subscription to computer software.\r\n<h2>4. Use Credit Cards Wisely</h2>\r\nCredit cards get dinged for being major debt traps. But it\'s unrealistic not to own any in the contemporary world, and they have uses other than as a tool to buy things. Not only are they crucial to establishing your credit rating, they’re a great way to track spending – a big budgeting aid.\r\n\r\nCredit just needs to be managed correctly, which means the balance should ideally be paid off every month, or at least be kept at a credit utilization rate minimum (that is, keep your account balances below 30% of your total available credit). Given the extraordinary rewards incentives on offer (such as cash back) these days, it makes sense to charge as many purchases as possible; still, avoid maxing out credit cards at all costs, and pay bills strictly on time. One of the fastest ways to ruin your credit score is to constantly pay bills late – or even worse, miss payments. (See the Fifth Commandment.)\r\n\r\nUsing a debit card is another way to ensure you will not be paying for accumulated small purchases over an extended period – with interest.\r\n<h2>5. Monitor Your Credit Score</h2>\r\nCredit cards are the main vehicle through which your credit score is built and maintained, so watching credit spending goes hand in hand with monitoring your credit score. If you ever want to obtain a lease, mortgage or any other type of financing for that matter, you’ll need a solid credit history behind you. Factors that determine your score include: how long you\'ve had credit, payment history and your credit-to-debt ratio.\r\n\r\n<strong>Credit scores are calculated between 300 and 850. Here\'s one rough way to look at it:</strong>\r\n<ul>\r\n <li>720 = good credit</li>\r\n <li>650 = average credit</li>\r\n <li>600 or less = poor</li>\r\n</ul>\r\nTo pay bills, set up direct debiting where possible (so you never miss a payment) and subscribe to reporting agencies that provide regular credit score updates. By monitoring your report, you will be able to detect and address mistakes or fraudulent activity. Federal law allows you to obtain free credit reports from the three major credit bureaus: Equifax, Experian and TransUnion. Reports can be obtained directly from each agency, or you can sign up at AnnualCreditReport, a site sponsored by the Big Three; you can also get a free credit score from sites such as Credit Karma or Credit Sesame. Some credit card providers, such as Capital One, will provide customers with complimentary, regular credit score updates too.\r\n<h2>6. Consider Your Family</h2>\r\nTo protect the assets in your estate and ensure that your wishes are followed when you die, be sure you make a will or trust. You also need to look into insurance: not just on your major possessions (auto, homeowners), but on your life. And be sure to periodically review your policy, to make sure it meets your family\'s needs though life\'s major milestones.\r\n\r\nOther critical documents include a living will and healthcare power of attorney. While not all these documents directly affect you, all of them can save your next-of-kin considerable time and expense when you fall ill or become otherwise incapacitated.\r\n\r\nAnd while they\'re young, take the time to teach your children about the value of money and how to save, invest and spend wisely.\r\n<h2>7. Pay Off Student Loans</h2>\r\nThere are myriad loan-repayment plans and payment reduction strategies available to graduates. If you’re stuck with a high interest rate, paying off the principal faster can make sense. On the other hand, minimizing repayments (to interest only, for instance), can free up other income to invest elsewhere. Some federal and private loans are even eligible for a rate reduction if the borrower enrolls in auto pay. Flexible federal repayment programs worth checking out include:\r\n<ul>\r\n <li>Graduated repayment – progressively increases the monthly payment over 10 years</li>\r\n <li>Extended repayment – stretches the loan out over a 25-year period</li>\r\n</ul>\r\n<h2>8. Plan (and Save) For Retirement</h2>\r\nRetirement may seem like another lifetime away, but trust us: It arrives much faster than you’d expect. Experts suggest that most people will need about 80% of their current salary in retirement. The younger you start, the more you benefit from what advisors like to call the magic of compounding interest – how small amounts grow over time. Setting aside money now for your retirement not only allows it to grow over the long term, it can reduce your current income taxes, if funds are placed in a tax-advantaged plan fund like an Individual Retirement Account (IRA), a 401(k) or a 403(b). If your employer offers one of the latter two, you should start directing a portion of your paycheck towards it. Some companies will match your contribution – essentially free money. Start contributing pronto. Failing to do so can equate to tossing out tens of thousands of dollars along the way. Take time to learn the difference between a Roth and a traditional 401(k), if your company offers both.\r\n\r\nInvesting is only one part of planning for retirement. Other strategies include waiting as long as possible before opting to receive Social Security benefits (which is smart for most people), and converting a term life insurance policy to a permanent life one.\r\n<h2>9. Maximize Tax Breaks</h2>\r\nDue to an overly complex tax code, many individuals leave hundreds or even thousands of dollars sitting on the table every year. By becoming deliberate about maximizing your tax savings, you\'ll free up money that can be invested in the reduction of past debts, your enjoyment of the present and your plans for the future.\r\n\r\nYou need to start each year saving receipts and tracking expenditures for all possible tax deductions and tax credits. Many business supply stores sell helpful \"tax organizers\" that have the main categories already pre-labeled. After you\'re organized, you\'ll then want to focus on taking advantage of every tax deduction and credit available, as well as deciding between the two when necessary. In short, a tax deduction reduces the amount of income you are taxed on, whereas a tax credit actually reduces the amount of tax you owe. This means that a $1,000 tax credit will save you much more than a $1,000 deduction.\r\n<h2>10. Give Yourself A Break</h2>\r\nBudgeting and planning can seem full of deprivations. Make sure you allow yourself some reasonable rewards now. Whether it\'s a vacation, purchase, or an occasional night on the town, you need to enjoy the fruits of your labor. Doing so gives you a taste of the financial independence you\'re working so hard for.\r\n\r\nLast but not least, don\'t forget to delegate when needed. Even though you might be competent enough to do your own taxes or manage a portfolio of individual stocks, it doesn\'t mean you should. Setting up an account at a brokerage, spending a few hundred dollars on a certified public accountant (CPA) or a financial planner – at least once – might be a good way to jump-start your planning.\r\n\r\n ','PERSONAL FINANCE PLANNING TIPS','','inherit','closed','closed','','57-revision-v1','','','2017-06-19 07:26:40','2017-06-19 07:26:40','',57,'http://highfivefinance.com/2017/06/19/57-revision-v1/',0,'revision','',0),(59,1,'2017-06-19 07:27:33','2017-06-19 07:27:33','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household – the practices of earning, saving, investing and spending.\r\n\r\nMatters of personal finance include the purchasing of financial products, like credit cards, life and home insurance, mortgages and of course various investments and investment vehicles. Banking is also considered a part of personal finance, including checking and savings accounts and 21st century online or mobile payment services like PayPal and Venmo.\r\n<h2>BREAKING DOWN \'Personal Finance\'</h2>\r\nAll individual financial activities fall under the purview of personal finance; personal financial planning generally involves analyzing your current financial position, predicting short-term and long-term needs and executing a plan to fulfill those need within individual financial constraints. It depends on one\'s expenses, income, living requirements and individual goals and desires.\r\n\r\n<strong>Among the most important aspects of personal finance are:</strong>\r\n<ul>\r\n <li>Assessing expected cash flow</li>\r\n <li>Buying insurance</li>\r\n <li>Calculating and filing taxes</li>\r\n <li>Savings and investment</li>\r\n <li>Retirement planning</li>\r\n</ul>\r\nAs a specialized field, personal finance is a fairly recent development, though colleges and schools have taught aspects of it as \"home economics\" or \"consumer economics\" since the early 1900s. The field was initially disregarded by male economists, as \"home economics\" appeared to be the purview of home-making women. However, more recently economists have repeatedly stressed widespread education in matters of personal finance as integral to microeconomics and the overall economy.\r\n\r\nMarket theory and practice is largely guided by assuming the presence of the invisible hand: the idea that all consumers in a market economy will act rationally, or in their own self-interest. In theory, this makes market fluctuations predictable and provides assurance that their movements have been in the interest of the consumer. However, scholars and behavioral economists in the late 20th and 21st centuries began to question that assumption, arguing that consumers actually act irrationally as a result of under-education in a more complicated and less comprehensible economy. Many consumers simply do not have the information to make the most rational financial decisions for themselves, or they are manipulated by circumstance or misinformation to perceive a decision as being more rational than it actually is.\r\n\r\n<strong>Click to Know:</strong> <a href=\"http://highfivefinance.com/personal-finance-planning-tips/\">Personal Finance Planning Tips</a>','PERSONAL FINANCE','','inherit','closed','closed','','53-revision-v1','','','2017-06-19 07:27:33','2017-06-19 07:27:33','',53,'http://highfivefinance.com/2017/06/19/53-revision-v1/',0,'revision','',0),(61,1,'2017-06-19 07:45:30','2017-06-19 07:45:30','Corporate finance is one of the most important subjects in the financial domain. It is deep rooted in our daily lives. All of us work in big or small corporations. These corporations raise capital and then deploy this capital for productive purposes. The financial calculations that go behind raising and successfully deploying capital is what forms the basis of corporate finance. Here is a short introduction:\r\n<h2>Separation of Ownership and Management</h2>\r\nThe basis of corporate finance is the separation of ownership and management. Now, the firm is not restricted by capital which needs to be provided by an individual owner only. The general public needs avenues for investing their excess savings. They are not content with putting all their money in risk free bank accounts. They wish to take a risk with some of their money. It is because of this reason that capital markets have emerged. They serve the dual need of providing corporations with access to source of financing while at the same time they provide the general public with a plethora of choices for investment.\r\n<h2>Liaison between Firms and Capital Markets</h2>\r\nThe corporate finance domain is like a liaison between the firm and the capital markets. The purpose of the financial manager and other professionals in the corporate finance domain is twofold. Firstly, they need to ensure that the firm has adequate finances and that they are using the right sources of funds that have the minimum costs. Secondly, they have to ensure that the firm is putting the funds so raised to good use and generating maximum return for its owners. These two decisions are the basis of corporate finance and have been listed in greater detail below:\r\n<h2>Financing Decision</h2>\r\nAs stated above the firm now has access to capital markets to fulfill its financing needs. However, the firm faces multiple choices when it comes to financing. The firm can firstly choose whether it wants to raise equity capital or debt capital. Even within the equity and debt capital the firm faces multiple choices. They can opt for a bank loan, corporate loans, public fixed deposits, debentures and amongst a wide variety of options to raise funds. With financial innovation and securitization, the range of instruments that the firm can use to raise capital has become very large. The job of a financial manager therefore is to ensure that the firm is well capitalized i.e. they have the right amount of capital and that the firm has the right capital structure i.e. they have the right mix of debt and equity and other financial instruments.\r\n<h2>Investment Decision</h2>\r\nOnce the firm has gained access to capital, the financial manager faces the next big decision. This decision is to deploy the funds in a manner that it yields the maximum returns for its shareholders. For this decision, the firm must be aware of its cost of capital. Once they know their cost of capital, they can deploy their funds in a way that the returns that accrue are more than the cost of capital which the company has to pay. Finding such investments and deploying the funds successfully is the investing decision. It is also known as capital budgeting and is an integral part of corporate finance.\r\n\r\nCapital budgeting has a theoretical assumption that the firm has access to unlimited financing as long as they have feasible projects. A variation of this decision is capital rationing. Here the assumption is that the firm has limited funds and must choose amongst competing projects even though all of them may be financially viable. The firm thus has to select only those projects that will provide the best return in the long term.\r\n\r\nFinancing and investing decisions are like two sides of the same coin. The firm must raise finances only when it has suitable avenues to deploy them. The domain of corporate finance has various tools and techniques which allow managers to evaluate financing and investing decisions. It is thus essential for the financial well being of a firm.','WHAT IS CORPORATE FINANCE?','','publish','closed','closed','','what-is-corporate-finance','','','2017-06-19 08:58:14','2017-06-19 08:58:14','',0,'http://highfivefinance.com/?page_id=61',0,'page','',0),(62,1,'2017-06-19 07:45:30','2017-06-19 07:45:30','Corporate finance is one of the most important subjects in the financial domain. It is deep rooted in our daily lives. All of us work in big or small corporations. These corporations raise capital and then deploy this capital for productive purposes. The financial calculations that go behind raising and successfully deploying capital is what forms the basis of corporate finance. Here is a short introduction:\r\n<h2>Separation of Ownership and Management</h2>\r\nThe basis of corporate finance is the separation of ownership and management. Now, the firm is not restricted by capital which needs to be provided by an individual owner only. The general public needs avenues for investing their excess savings. They are not content with putting all their money in risk free bank accounts. They wish to take a risk with some of their money. It is because of this reason that capital markets have emerged. They serve the dual need of providing corporations with access to source of financing while at the same time they provide the general public with a plethora of choices for investment.\r\n<h2>Liaison between Firms and Capital Markets</h2>\r\nThe corporate finance domain is like a liaison between the firm and the capital markets. The purpose of the financial manager and other professionals in the corporate finance domain is twofold. Firstly, they need to ensure that the firm has adequate finances and that they are using the right sources of funds that have the minimum costs. Secondly, they have to ensure that the firm is putting the funds so raised to good use and generating maximum return for its owners. These two decisions are the basis of corporate finance and have been listed in greater detail below:\r\n<h2>Financing Decision</h2>\r\nAs stated above the firm now has access to capital markets to fulfill its financing needs. However, the firm faces multiple choices when it comes to financing. The firm can firstly choose whether it wants to raise equity capital or debt capital. Even within the equity and debt capital the firm faces multiple choices. They can opt for a bank loan, corporate loans, public fixed deposits, debentures and amongst a wide variety of options to raise funds. With financial innovation and securitization, the range of instruments that the firm can use to raise capital has become very large. The job of a financial manager therefore is to ensure that the firm is well capitalized i.e. they have the right amount of capital and that the firm has the right capital structure i.e. they have the right mix of debt and equity and other financial instruments.\r\n<h2>Investment Decision</h2>\r\nOnce the firm has gained access to capital, the financial manager faces the next big decision. This decision is to deploy the funds in a manner that it yields the maximum returns for its shareholders. For this decision, the firm must be aware of its cost of capital. Once they know their cost of capital, they can deploy their funds in a way that the returns that accrue are more than the cost of capital which the company has to pay. Finding such investments and deploying the funds successfully is the investing decision. It is also known as capital budgeting and is an integral part of corporate finance.\r\n\r\nCapital budgeting has a theoretical assumption that the firm has access to unlimited financing as long as they have feasible projects. A variation of this decision is capital rationing. Here the assumption is that the firm has limited funds and must choose amongst competing projects even though all of them may be financially viable. The firm thus has to select only those projects that will provide the best return in the long term.\r\n\r\nFinancing and investing decisions are like two sides of the same coin. The firm must raise finances only when it has suitable avenues to deploy them. The domain of corporate finance has various tools and techniques which allow managers to evaluate financing and investing decisions. It is thus essential for the financial well being of a firm.','CORPORATE FINANCE','','inherit','closed','closed','','61-revision-v1','','','2017-06-19 07:45:30','2017-06-19 07:45:30','',61,'http://highfivefinance.com/2017/06/19/61-revision-v1/',0,'revision','',0),(63,1,'2017-06-19 08:46:08','2017-06-19 08:46:08','Financial service is one of the component of the financial system, Lets look at the meaning and its importance.\r\n<h2>Meaning of financial services</h2>\r\nFinancial service is part of financial system that provides different types of finance through various credit instruments, financial products and services.\r\n\r\nIn financial instruments, we come across cheques, bills, promissory notes, debt instruments, letter of credit, etc.\r\n\r\nIn financial products, we come across different types of mutual funds. extending various types of investment opportunities. In addition, there are also products such as credit cards, debit cards, etc.\r\n\r\nIn services we have leasing, factoring, hire purchase finance etc., through which various types of assets can be acquired either for ownership or on lease. There are different types of leases as well as factoring too.\r\n\r\nThus, financial services enable the user to obtain any asset on credit, according to his convenience and at a reasonable interest rate.\r\n<h2>Importance of Financial services</h2>\r\nIt is the presence of financial services that enables a country to improve its economic condition whereby there is more production in all the sectors leading to economic growth.\r\n\r\nThe benefit of economic growth is reflected on the people in the form of economic prosperity wherein the individual enjoys higher standard of living. It is here the financial services enable an individual to acquire or obtain various consumer products through hire purchase. In the process, there are a number of financial institutions which also earn profits. The presence of these financial institutions promote investment, production, saving etc.\r\n\r\nHence, we can bring out the importance of financial services in the following points:\r\n\r\n<strong>Importance of Financial Services</strong>\r\n<ul>\r\n <li>Vibrant Capital Market.</li>\r\n <li>Expands activities of financial markets.</li>\r\n <li>Benefits of Government.</li>\r\n <li>Economic Development.</li>\r\n <li>Economic Growth.</li>\r\n <li>Ensures Greater Yield.</li>\r\n <li>Maximizes Returns.</li>\r\n <li>Minimizes Risks.</li>\r\n <li>Promotes Savings.</li>\r\n <li>Promotes Investments.</li>\r\n <li>Balanced Regional Development.</li>\r\n <li>Promotion of Domestic & Foreign Trade.</li>\r\n</ul>\r\n<h2>1. Promoting investment</h2>\r\nThe presence of financial services creates more demand for products and the producer, in order to meet the demand from the consumer goes for more investment. At this stage, the financial services comes to the rescue of the investor such as merchant banker through the new issue market, enabling the producer to raise capital.\r\n\r\nThe stock market helps in mobilizing more funds by the investor. Investments from abroad is attracted. Factoring and leasing companies, both domestic and foreign enable the producer not only to sell the products but also to acquire modern machinery/technology for further production.\r\n<h2>2. Promoting savings</h2>\r\nFinancial services such as mutual funds provide ample opportunity for different types of saving. In fact, different types of investment options are made available for the convenience of pensioners as well as aged people so that they can be assured of a reasonable return on investment without much risks.\r\n\r\nFor people interested in the growth of their savings, various reinvestment opportunities are provided. The laws enacted by the government regulate the working of various financial services in such a way that the interests of the public who save through these financial institutions are highly protected.\r\n\r\n<strong>Financial Services offered by various financial institutions</strong>\r\n<ul>\r\n <li>Factoring.</li>\r\n <li>Leasing.</li>\r\n <li>Forfaiting.</li>\r\n <li>Hire Purchase Finance.</li>\r\n <li>Credit card.</li>\r\n <li>Merchant Banking.</li>\r\n <li>Book Building.</li>\r\n <li>Asset Liability Management.</li>\r\n <li>Housing Finance.</li>\r\n <li>Portfolio Finance.</li>\r\n <li>Underwriting.</li>\r\n <li>Credit Rating.</li>\r\n <li>Interest & Credit Swap.</li>\r\n <li>Mutual Fund.</li>\r\n</ul>\r\n<h2>3. Minimizing the risks</h2>\r\nThe risks of both financial services as well as producers are minimized by the presence of insurance companies. Various types of risks are covered which not only offer protection from the fluctuating business conditions but also from risks caused by natural calamities.\r\n\r\nInsurance is not only a source of finance but also a source of savings, besides minimizing the risks. Taking this aspect into account, the government has not only privatized the life insurance but also set up a regulatory authority for the insurance companies known as IRDA, 1999 (Insurance Regulatory and Development Authority) .\r\n<h2>4. Maximizing the Returns</h2>\r\nThe presence of financial services enables businessmen to maximize their returns. This is possible due to the availability of credit at a reasonable rate. Producers can avail various types of credit facilities for acquiring assets. In certain cases, they can even go for leasing of certain assets of very high value.\r\n\r\nFactoring companies enable the seller as well as producer to increase their turnover which also increases the profit. Even under stiff competition, the producers will be in a position to sell their products at a low margin. With a higher turnover of stocks, they are able to maximize their return.\r\n<h2>5. Ensures greater Yield</h2>\r\nAs seen already, there is a subtle difference between return and yield. It is the yield which attracts more producers to enter the market and increase their production to meet the demands of the consumer. The financial services enable the producer to not only earn more profits but also maximize their wealth.\r\n\r\nFinancial services enhance their goodwill and induce them to go in for diversification. The stock market and the different types of derivative market provide ample opportunities to get a higher yield for the investor.\r\n<h2>6. Economic growth</h2>\r\nThe development of all the sectors is essential for the development of the economy. The financial services ensure equal distribution of funds to all the three sectors namely, primary, secondary and tertiary so that activities are spread over in a balanced manner in all the three sectors. This brings in a balanced growth of the economy as a result of which employment opportunities are improved.\r\n\r\nThe tertiary or service sector not only grows and this growth is an important sign of development of any economy. In a well developed country, service sector plays a major role and it contributes more to the economy than the other two sectors.\r\n<h2>7. Economic development</h2>\r\nFinancial services enable the consumers to obtain different types of products and services by which they can improve their standard of living. Purchase of car, house and other essential as well as luxurious items is made possible through hire purchase, leasing and housing finance companies. Thus, the consumer is compelled to save while he enjoys the benefits of the assets which he has acquired with the help of financial services.\r\n<h2>8. Benefit to Government</h2>\r\nThe presence of financial services enables the government to raise both short-term and long-term funds to meet both revenue and capital expenditure. Through the money market, government raises short term funds by the issue of Treasury Bills. These are purchased by commercial banks from out of their depositors’ money.\r\n\r\nIn addition to this, the government is able to raise long-term funds by the sale of government securities in the securities market which forms apart of financial market. Even foreign exchange requirements of the government can be met in the foreign exchange market.\r\n\r\nThe most important benefit for any government is the raising of finance without offering any security. In this way, the financial services are a big boon to the government.\r\n<h2>9. Expands activities of Financial Institutions</h2>\r\nThe presence of financial services enables financial institutions to not only raise finance but also get an opportunity to disburse their funds in the most profitable manner. Mutual funds, factoring, credit cards, hire purchase finance are some of the services which get financed by financial institutions.\r\n\r\nThe financial institutions are in a position to expand their activities and thus diversify the use of their funds for various activities. This ensures economic dynamism.\r\n<h2>10. Capital Market</h2>\r\nOne of the barometers of any economy is the presence of a vibrant capital market. If there is hectic activity in the capital market, then it is an indication of the presence of a positive economic condition. The financial services ensure that all the companies are able to acquire adequate funds to boost production and to reap more profits eventually.\r\n\r\nIn the absence of financial services, there will be paucity of funds which will adversely affect the working of companies and will only result in a negative growth of the capital market. When the capital market is more active, funds from foreign countries also flow in. Hence, the changes in capital market is mainly due to the availability of financial services.\r\n<h2>11. Promotion of Domestic and Foreign Trade</h2>\r\nFinancial services ensure promotion of domestic as well as foreign trade. The presence of factoring and forfaiting companies ensures increasing sale of goods in the domestic market and export of goods in the foreign market. Banking and insurance services further contribute to step up such promotional activities.\r\n<h2>12. Balanced Regional development</h2>\r\nThe government monitors the growth of economy and regions that remain backward economically are given fiscal and monetary benefits through tax and cheaper credit by which more investment is promoted. This generates more production, employment, income, demand and ultimately increase in prices.\r\n\r\nThe producers will earn more profits and can expand their activities further. So, the presence of financial services helps backward regions to develop and catch up with the rest of the country that has developed already.','WHAT IS FINANCIAL SERVICES?','','publish','closed','closed','','what-is-financial-services','','','2017-06-19 09:03:36','2017-06-19 09:03:36','',0,'http://highfivefinance.com/?page_id=63',0,'page','',0),(64,1,'2017-06-19 08:46:08','2017-06-19 08:46:08','<h2>Meaning of financial services</h2>\r\nFinancial service is part of financial system that provides different types of finance through various credit instruments, financial products and services.\r\n\r\nIn financial instruments, we come across cheques, bills, promissory notes, debt instruments, letter of credit, etc.\r\n\r\nIn financial products, we come across different types of mutual funds. extending various types of investment opportunities. In addition, there are also products such as credit cards, debit cards, etc.\r\n\r\nIn services we have leasing, factoring, hire purchase finance etc., through which various types of assets can be acquired either for ownership or on lease. There are different types of leases as well as factoring too.\r\n\r\nThus, financial services enable the user to obtain any asset on credit, according to his convenience and at a reasonable interest rate.\r\n<h2>Importance of Financial services</h2>\r\nIt is the presence of financial services that enables a country to improve its economic condition whereby there is more production in all the sectors leading to economic growth.\r\n\r\nThe benefit of economic growth is reflected on the people in the form of economic prosperity wherein the individual enjoys higher standard of living. It is here the financial services enable an individual to acquire or obtain various consumer products through hire purchase. In the process, there are a number of financial institutions which also earn profits. The presence of these financial institutions promote investment, production, saving etc.\r\n\r\nHence, we can bring out the importance of financial services in the following points:\r\n\r\n<strong>Importance of Financial Services</strong>\r\n<ul>\r\n <li>Vibrant Capital Market.</li>\r\n <li>Expands activities of financial markets.</li>\r\n <li>Benefits of Government.</li>\r\n <li>Economic Development.</li>\r\n <li>Economic Growth.</li>\r\n <li>Ensures Greater Yield.</li>\r\n <li>Maximizes Returns.</li>\r\n <li>Minimizes Risks.</li>\r\n <li>Promotes Savings.</li>\r\n <li>Promotes Investments.</li>\r\n <li>Balanced Regional Development.</li>\r\n <li>Promotion of Domestic & Foreign Trade.</li>\r\n</ul>\r\n<h2>1. Promoting investment</h2>\r\nThe presence of financial services creates more demand for products and the producer, in order to meet the demand from the consumer goes for more investment. At this stage, the financial services comes to the rescue of the investor such as merchant banker through the new issue market, enabling the producer to raise capital.\r\n\r\nThe stock market helps in mobilizing more funds by the investor. Investments from abroad is attracted. Factoring and leasing companies, both domestic and foreign enable the producer not only to sell the products but also to acquire modern machinery/technology for further production.\r\n<h2>2. Promoting savings</h2>\r\nFinancial services such as mutual funds provide ample opportunity for different types of saving. In fact, different types of investment options are made available for the convenience of pensioners as well as aged people so that they can be assured of a reasonable return on investment without much risks.\r\n\r\nFor people interested in the growth of their savings, various reinvestment opportunities are provided. The laws enacted by the government regulate the working of various financial services in such a way that the interests of the public who save through these financial institutions are highly protected.\r\n\r\n<strong>Financial Services offered by various financial institutions</strong>\r\n<ul>\r\n <li>Factoring.</li>\r\n <li>Leasing.</li>\r\n <li>Forfaiting.</li>\r\n <li>Hire Purchase Finance.</li>\r\n <li>Credit card.</li>\r\n <li>Merchant Banking.</li>\r\n <li>Book Building.</li>\r\n <li>Asset Liability Management.</li>\r\n <li>Housing Finance.</li>\r\n <li>Portfolio Finance.</li>\r\n <li>Underwriting.</li>\r\n <li>Credit Rating.</li>\r\n <li>Interest & Credit Swap.</li>\r\n <li>Mutual Fund.</li>\r\n</ul>\r\n<h2>3. Minimizing the risks</h2>\r\nThe risks of both financial services as well as producers are minimized by the presence of insurance companies. Various types of risks are covered which not only offer protection from the fluctuating business conditions but also from risks caused by natural calamities.\r\n\r\nInsurance is not only a source of finance but also a source of savings, besides minimizing the risks. Taking this aspect into account, the government has not only privatized the life insurance but also set up a regulatory authority for the insurance companies known as IRDA, 1999 (Insurance Regulatory and Development Authority) .\r\n<h2>4. Maximizing the Returns</h2>\r\nThe presence of financial services enables businessmen to maximize their returns. This is possible due to the availability of credit at a reasonable rate. Producers can avail various types of credit facilities for acquiring assets. In certain cases, they can even go for leasing of certain assets of very high value.\r\n\r\nFactoring companies enable the seller as well as producer to increase their turnover which also increases the profit. Even under stiff competition, the producers will be in a position to sell their products at a low margin. With a higher turnover of stocks, they are able to maximize their return.\r\n<h2>5. Ensures greater Yield</h2>\r\nAs seen already, there is a subtle difference between return and yield. It is the yield which attracts more producers to enter the market and increase their production to meet the demands of the consumer. The financial services enable the producer to not only earn more profits but also maximize their wealth.\r\n\r\nFinancial services enhance their goodwill and induce them to go in for diversification. The stock market and the different types of derivative market provide ample opportunities to get a higher yield for the investor.\r\n<h2>6. Economic growth</h2>\r\nThe development of all the sectors is essential for the development of the economy. The financial services ensure equal distribution of funds to all the three sectors namely, primary, secondary and tertiary so that activities are spread over in a balanced manner in all the three sectors. This brings in a balanced growth of the economy as a result of which employment opportunities are improved.\r\n\r\nThe tertiary or service sector not only grows and this growth is an important sign of development of any economy. In a well developed country, service sector plays a major role and it contributes more to the economy than the other two sectors.\r\n<h2>7. Economic development</h2>\r\nFinancial services enable the consumers to obtain different types of products and services by which they can improve their standard of living. Purchase of car, house and other essential as well as luxurious items is made possible through hire purchase, leasing and housing finance companies. Thus, the consumer is compelled to save while he enjoys the benefits of the assets which he has acquired with the help of financial services.\r\n<h2>8. Benefit to Government</h2>\r\nThe presence of financial services enables the government to raise both short-term and long-term funds to meet both revenue and capital expenditure. Through the money market, government raises short term funds by the issue of Treasury Bills. These are purchased by commercial banks from out of their depositors’ money.\r\n\r\nIn addition to this, the government is able to raise long-term funds by the sale of government securities in the securities market which forms apart of financial market. Even foreign exchange requirements of the government can be met in the foreign exchange market.\r\n\r\nThe most important benefit for any government is the raising of finance without offering any security. In this way, the financial services are a big boon to the government.\r\n<h2>9. Expands activities of Financial Institutions</h2>\r\nThe presence of financial services enables financial institutions to not only raise finance but also get an opportunity to disburse their funds in the most profitable manner. Mutual funds, factoring, credit cards, hire purchase finance are some of the services which get financed by financial institutions.\r\n\r\nThe financial institutions are in a position to expand their activities and thus diversify the use of their funds for various activities. This ensures economic dynamism.\r\n<h2>10. Capital Market</h2>\r\nOne of the barometers of any economy is the presence of a vibrant capital market. If there is hectic activity in the capital market, then it is an indication of the presence of a positive economic condition. The financial services ensure that all the companies are able to acquire adequate funds to boost production and to reap more profits eventually.\r\n\r\nIn the absence of financial services, there will be paucity of funds which will adversely affect the working of companies and will only result in a negative growth of the capital market. When the capital market is more active, funds from foreign countries also flow in. Hence, the changes in capital market is mainly due to the availability of financial services.\r\n<h2>11. Promotion of Domestic and Foreign Trade</h2>\r\nFinancial services ensure promotion of domestic as well as foreign trade. The presence of factoring and forfaiting companies ensures increasing sale of goods in the domestic market and export of goods in the foreign market. Banking and insurance services further contribute to step up such promotional activities.\r\n<h2>12. Balanced Regional development</h2>\r\nThe government monitors the growth of economy and regions that remain backward economically are given fiscal and monetary benefits through tax and cheaper credit by which more investment is promoted. This generates more production, employment, income, demand and ultimately increase in prices.\r\n\r\nThe producers will earn more profits and can expand their activities further. So, the presence of financial services helps backward regions to develop and catch up with the rest of the country that has developed already.','FINANCIAL SERVICES','','inherit','closed','closed','','63-revision-v1','','','2017-06-19 08:46:08','2017-06-19 08:46:08','',63,'http://highfivefinance.com/2017/06/19/63-revision-v1/',0,'revision','',0),(67,1,'2017-06-19 08:54:07','2017-06-19 08:54:07','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household – the practices of earning, saving, investing and spending.\r\n\r\nMatters of personal finance include the purchasing of financial products, like credit cards, life and home insurance, mortgages and of course various investments and investment vehicles. Banking is also considered a part of personal finance, including checking and savings accounts and 21st century online or mobile payment services like PayPal and Venmo.\r\n<h2>BREAKING DOWN \'Personal Finance\'</h2>\r\nAll individual financial activities fall under the purview of personal finance; personal financial planning generally involves analyzing your current financial position, predicting short-term and long-term needs and executing a plan to fulfill those need within individual financial constraints. It depends on one\'s expenses, income, living requirements and individual goals and desires.\r\n\r\n<strong>Among the most important aspects of personal finance are:</strong>\r\n<ul>\r\n <li>Assessing expected cash flow</li>\r\n <li>Buying insurance</li>\r\n <li>Calculating and filing taxes</li>\r\n <li>Savings and investment</li>\r\n <li>Retirement planning</li>\r\n</ul>\r\nAs a specialized field, personal finance is a fairly recent development, though colleges and schools have taught aspects of it as \"home economics\" or \"consumer economics\" since the early 1900s. The field was initially disregarded by male economists, as \"home economics\" appeared to be the purview of home-making women. However, more recently economists have repeatedly stressed widespread education in matters of personal finance as integral to microeconomics and the overall economy.\r\n\r\nMarket theory and practice is largely guided by assuming the presence of the invisible hand: the idea that all consumers in a market economy will act rationally, or in their own self-interest. In theory, this makes market fluctuations predictable and provides assurance that their movements have been in the interest of the consumer. However, scholars and behavioral economists in the late 20th and 21st centuries began to question that assumption, arguing that consumers actually act irrationally as a result of under-education in a more complicated and less comprehensible economy. Many consumers simply do not have the information to make the most rational financial decisions for themselves, or they are manipulated by circumstance or misinformation to perceive a decision as being more rational than it actually is.\r\n\r\n<strong>Click to Know:</strong> <a href=\"http://highfivefinance.com/personal-finance-planning-tips/\">Personal Finance Planning Tips</a>','WHAT IS PERSONAL FINANCE?','','inherit','closed','closed','','53-revision-v1','','','2017-06-19 08:54:07','2017-06-19 08:54:07','',53,'http://highfivefinance.com/2017/06/19/53-revision-v1/',0,'revision','',0),(68,1,'2017-06-19 08:54:29','2017-06-19 08:54:29','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household','PERSONAL FINANCE','','publish','closed','closed','','personal-finance','','','2017-06-19 11:59:22','2017-06-19 11:59:22','',0,'http://highfivefinance.com/?page_id=68',0,'page','',0),(69,1,'2017-06-19 08:54:29','2017-06-19 08:54:29','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household – the practices of earning, saving, investing and spending.','WHAT IS PERSONAL FINANCE?','','inherit','closed','closed','','68-revision-v1','','','2017-06-19 08:54:29','2017-06-19 08:54:29','',68,'http://highfivefinance.com/2017/06/19/68-revision-v1/',0,'revision','',0),(70,1,'2017-06-19 08:54:45','2017-06-19 08:54:45','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household – the practices of earning, saving, investing and spending.','PERSONAL FINANCE','','inherit','closed','closed','','68-revision-v1','','','2017-06-19 08:54:45','2017-06-19 08:54:45','',68,'http://highfivefinance.com/2017/06/19/68-revision-v1/',0,'revision','',0),(72,1,'2017-06-19 08:58:24','2017-06-19 08:58:24','Corporate finance is one of the most important subjects in the financial domain. It is deep rooted in our daily lives. All of us work in big or small','CORPORATE FINANCE','','publish','closed','closed','','corporate-finance','','','2017-06-19 12:00:07','2017-06-19 12:00:07','',0,'http://highfivefinance.com/?page_id=72',0,'page','',0),(73,1,'2017-06-19 08:58:09','2017-06-19 08:58:09','Corporate finance is one of the most important subjects in the financial domain. It is deep rooted in our daily lives. All of us work in big or small corporations. These corporations raise capital and then deploy this capital for productive purposes. The financial calculations that go behind raising and successfully deploying capital is what forms the basis of corporate finance. Here is a short introduction:\n<h2>Separation of Ownership and Management</h2>\nThe basis of corporate finance is the separation of ownership and management. Now, the firm is not restricted by capital which needs to be provided by an individual owner only. The general public needs avenues for investing their excess savings. They are not content with putting all their money in risk free bank accounts. They wish to take a risk with some of their money. It is because of this reason that capital markets have emerged. They serve the dual need of providing corporations with access to source of financing while at the same time they provide the general public with a plethora of choices for investment.\n<h2>Liaison between Firms and Capital Markets</h2>\nThe corporate finance domain is like a liaison between the firm and the capital markets. The purpose of the financial manager and other professionals in the corporate finance domain is twofold. Firstly, they need to ensure that the firm has adequate finances and that they are using the right sources of funds that have the minimum costs. Secondly, they have to ensure that the firm is putting the funds so raised to good use and generating maximum return for its owners. These two decisions are the basis of corporate finance and have been listed in greater detail below:\n<h2>Financing Decision</h2>\nAs stated above the firm now has access to capital markets to fulfill its financing needs. However, the firm faces multiple choices when it comes to financing. The firm can firstly choose whether it wants to raise equity capital or debt capital. Even within the equity and debt capital the firm faces multiple choices. They can opt for a bank loan, corporate loans, public fixed deposits, debentures and amongst a wide variety of options to raise funds. With financial innovation and securitization, the range of instruments that the firm can use to raise capital has become very large. The job of a financial manager therefore is to ensure that the firm is well capitalized i.e. they have the right amount of capital and that the firm has the right capital structure i.e. they have the right mix of debt and equity and other financial instruments.\n<h2>Investment Decision</h2>\nOnce the firm has gained access to capital, the financial manager faces the next big decision. This decision is to deploy the funds in a manner that it yields the maximum returns for its shareholders. For this decision, the firm must be aware of its cost of capital. Once they know their cost of capital, they can deploy their funds in a way that the returns that accrue are more than the cost of capital which the company has to pay. Finding such investments and deploying the funds successfully is the investing decision. It is also known as capital budgeting and is an integral part of corporate finance.\n\nCapital budgeting has a theoretical assumption that the firm has access to unlimited financing as long as they have feasible projects. A variation of this decision is capital rationing. Here the assumption is that the firm has limited funds and must choose amongst competing projects even though all of them may be financially viable. The firm thus has to select only those projects that will provide the best return in the long term.\n\nFinancing and investing decisions are like two sides of the same coin. The firm must raise finances only when it has suitable avenues to deploy them. The domain of corporate finance has various tools and techniques which allow managers to evaluate financing and investing decisions. It is thus essential for the financial well being of a firm.','WHAT IS CORPORATE FINANCE?','','inherit','closed','closed','','61-autosave-v1','','','2017-06-19 08:58:09','2017-06-19 08:58:09','',61,'http://highfivefinance.com/2017/06/19/61-autosave-v1/',0,'revision','',0),(74,1,'2017-06-19 08:58:14','2017-06-19 08:58:14','Corporate finance is one of the most important subjects in the financial domain. It is deep rooted in our daily lives. All of us work in big or small corporations. These corporations raise capital and then deploy this capital for productive purposes. The financial calculations that go behind raising and successfully deploying capital is what forms the basis of corporate finance. Here is a short introduction:\r\n<h2>Separation of Ownership and Management</h2>\r\nThe basis of corporate finance is the separation of ownership and management. Now, the firm is not restricted by capital which needs to be provided by an individual owner only. The general public needs avenues for investing their excess savings. They are not content with putting all their money in risk free bank accounts. They wish to take a risk with some of their money. It is because of this reason that capital markets have emerged. They serve the dual need of providing corporations with access to source of financing while at the same time they provide the general public with a plethora of choices for investment.\r\n<h2>Liaison between Firms and Capital Markets</h2>\r\nThe corporate finance domain is like a liaison between the firm and the capital markets. The purpose of the financial manager and other professionals in the corporate finance domain is twofold. Firstly, they need to ensure that the firm has adequate finances and that they are using the right sources of funds that have the minimum costs. Secondly, they have to ensure that the firm is putting the funds so raised to good use and generating maximum return for its owners. These two decisions are the basis of corporate finance and have been listed in greater detail below:\r\n<h2>Financing Decision</h2>\r\nAs stated above the firm now has access to capital markets to fulfill its financing needs. However, the firm faces multiple choices when it comes to financing. The firm can firstly choose whether it wants to raise equity capital or debt capital. Even within the equity and debt capital the firm faces multiple choices. They can opt for a bank loan, corporate loans, public fixed deposits, debentures and amongst a wide variety of options to raise funds. With financial innovation and securitization, the range of instruments that the firm can use to raise capital has become very large. The job of a financial manager therefore is to ensure that the firm is well capitalized i.e. they have the right amount of capital and that the firm has the right capital structure i.e. they have the right mix of debt and equity and other financial instruments.\r\n<h2>Investment Decision</h2>\r\nOnce the firm has gained access to capital, the financial manager faces the next big decision. This decision is to deploy the funds in a manner that it yields the maximum returns for its shareholders. For this decision, the firm must be aware of its cost of capital. Once they know their cost of capital, they can deploy their funds in a way that the returns that accrue are more than the cost of capital which the company has to pay. Finding such investments and deploying the funds successfully is the investing decision. It is also known as capital budgeting and is an integral part of corporate finance.\r\n\r\nCapital budgeting has a theoretical assumption that the firm has access to unlimited financing as long as they have feasible projects. A variation of this decision is capital rationing. Here the assumption is that the firm has limited funds and must choose amongst competing projects even though all of them may be financially viable. The firm thus has to select only those projects that will provide the best return in the long term.\r\n\r\nFinancing and investing decisions are like two sides of the same coin. The firm must raise finances only when it has suitable avenues to deploy them. The domain of corporate finance has various tools and techniques which allow managers to evaluate financing and investing decisions. It is thus essential for the financial well being of a firm.','WHAT IS CORPORATE FINANCE?','','inherit','closed','closed','','61-revision-v1','','','2017-06-19 08:58:14','2017-06-19 08:58:14','',61,'http://highfivefinance.com/2017/06/19/61-revision-v1/',0,'revision','',0),(75,1,'2017-06-19 08:58:24','2017-06-19 08:58:24','Corporate finance is one of the most important subjects in the financial domain. It is deep rooted in our daily lives. All of us work in big or small corporations.','CORPORATE FINANCE','','inherit','closed','closed','','72-revision-v1','','','2017-06-19 08:58:24','2017-06-19 08:58:24','',72,'http://highfivefinance.com/2017/06/19/72-revision-v1/',0,'revision','',0),(77,1,'2017-06-19 09:02:57','2017-06-19 09:02:57','<h2>Meaning of financial services</h2>\nFinancial service is part of financial system that provides different types of finance through various credit instruments, financial products and services.\n\nIn financial instruments, we come across cheques, bills, promissory notes, debt instruments, letter of credit, etc.\n\nIn financial products, we come across different types of mutual funds. extending various types of investment opportunities. In addition, there are also products such as credit cards, debit cards, etc.\n\nIn services we have leasing, factoring, hire purchase finance etc., through which various types of assets can be acquired either for ownership or on lease. There are different types of leases as well as factoring too.\n\nThus, financial services enable the user to obtain any asset on credit, according to his convenience and at a reasonable interest rate.\n<h2>Importance of Financial services</h2>\nIt is the presence of financial services that enables a country to improve its economic condition whereby there is more production in all the sectors leading to economic growth.\n\nThe benefit of economic growth is reflected on the people in the form of economic prosperity wherein the individual enjoys higher standard of living. It is here the financial services enable an individual to acquire or obtain various consumer products through hire purchase. In the process, there are a number of financial institutions which also earn profits. The presence of these financial institutions promote investment, production, saving etc.\n\nHence, we can bring out the importance of financial services in the following points:\n\n<strong>Importance of Financial Services</strong>\n<ul>\n <li>Vibrant Capital Market.</li>\n <li>Expands activities of financial markets.</li>\n <li>Benefits of Government.</li>\n <li>Economic Development.</li>\n <li>Economic Growth.</li>\n <li>Ensures Greater Yield.</li>\n <li>Maximizes Returns.</li>\n <li>Minimizes Risks.</li>\n <li>Promotes Savings.</li>\n <li>Promotes Investments.</li>\n <li>Balanced Regional Development.</li>\n <li>Promotion of Domestic & Foreign Trade.</li>\n</ul>\n<h2>1. Promoting investment</h2>\nThe presence of financial services creates more demand for products and the producer, in order to meet the demand from the consumer goes for more investment. At this stage, the financial services comes to the rescue of the investor such as merchant banker through the new issue market, enabling the producer to raise capital.\n\nThe stock market helps in mobilizing more funds by the investor. Investments from abroad is attracted. Factoring and leasing companies, both domestic and foreign enable the producer not only to sell the products but also to acquire modern machinery/technology for further production.\n<h2>2. Promoting savings</h2>\nFinancial services such as mutual funds provide ample opportunity for different types of saving. In fact, different types of investment options are made available for the convenience of pensioners as well as aged people so that they can be assured of a reasonable return on investment without much risks.\n\nFor people interested in the growth of their savings, various reinvestment opportunities are provided. The laws enacted by the government regulate the working of various financial services in such a way that the interests of the public who save through these financial institutions are highly protected.\n\n<strong>Financial Services offered by various financial institutions</strong>\n<ul>\n <li>Factoring.</li>\n <li>Leasing.</li>\n <li>Forfaiting.</li>\n <li>Hire Purchase Finance.</li>\n <li>Credit card.</li>\n <li>Merchant Banking.</li>\n <li>Book Building.</li>\n <li>Asset Liability Management.</li>\n <li>Housing Finance.</li>\n <li>Portfolio Finance.</li>\n <li>Underwriting.</li>\n <li>Credit Rating.</li>\n <li>Interest & Credit Swap.</li>\n <li>Mutual Fund.</li>\n</ul>\n<h2>3. Minimizing the risks</h2>\nThe risks of both financial services as well as producers are minimized by the presence of insurance companies. Various types of risks are covered which not only offer protection from the fluctuating business conditions but also from risks caused by natural calamities.\n\nInsurance is not only a source of finance but also a source of savings, besides minimizing the risks. Taking this aspect into account, the government has not only privatized the life insurance but also set up a regulatory authority for the insurance companies known as IRDA, 1999 (Insurance Regulatory and Development Authority) .\n<h2>4. Maximizing the Returns</h2>\nThe presence of financial services enables businessmen to maximize their returns. This is possible due to the availability of credit at a reasonable rate. Producers can avail various types of credit facilities for acquiring assets. In certain cases, they can even go for leasing of certain assets of very high value.\n\nFactoring companies enable the seller as well as producer to increase their turnover which also increases the profit. Even under stiff competition, the producers will be in a position to sell their products at a low margin. With a higher turnover of stocks, they are able to maximize their return.\n<h2>5. Ensures greater Yield</h2>\nAs seen already, there is a subtle difference between return and yield. It is the yield which attracts more producers to enter the market and increase their production to meet the demands of the consumer. The financial services enable the producer to not only earn more profits but also maximize their wealth.\n\nFinancial services enhance their goodwill and induce them to go in for diversification. The stock market and the different types of derivative market provide ample opportunities to get a higher yield for the investor.\n<h2>6. Economic growth</h2>\nThe development of all the sectors is essential for the development of the economy. The financial services ensure equal distribution of funds to all the three sectors namely, primary, secondary and tertiary so that activities are spread over in a balanced manner in all the three sectors. This brings in a balanced growth of the economy as a result of which employment opportunities are improved.\n\nThe tertiary or service sector not only grows and this growth is an important sign of development of any economy. In a well developed country, service sector plays a major role and it contributes more to the economy than the other two sectors.\n<h2>7. Economic development</h2>\nFinancial services enable the consumers to obtain different types of products and services by which they can improve their standard of living. Purchase of car, house and other essential as well as luxurious items is made possible through hire purchase, leasing and housing finance companies. Thus, the consumer is compelled to save while he enjoys the benefits of the assets which he has acquired with the help of financial services.\n<h2>8. Benefit to Government</h2>\nThe presence of financial services enables the government to raise both short-term and long-term funds to meet both revenue and capital expenditure. Through the money market, government raises short term funds by the issue of Treasury Bills. These are purchased by commercial banks from out of their depositors’ money.\n\nIn addition to this, the government is able to raise long-term funds by the sale of government securities in the securities market which forms apart of financial market. Even foreign exchange requirements of the government can be met in the foreign exchange market.\n\nThe most important benefit for any government is the raising of finance without offering any security. In this way, the financial services are a big boon to the government.\n<h2>9. Expands activities of Financial Institutions</h2>\nThe presence of financial services enables financial institutions to not only raise finance but also get an opportunity to disburse their funds in the most profitable manner. Mutual funds, factoring, credit cards, hire purchase finance are some of the services which get financed by financial institutions.\n\nThe financial institutions are in a position to expand their activities and thus diversify the use of their funds for various activities. This ensures economic dynamism.\n<h2>10. Capital Market</h2>\nOne of the barometers of any economy is the presence of a vibrant capital market. If there is hectic activity in the capital market, then it is an indication of the presence of a positive economic condition. The financial services ensure that all the companies are able to acquire adequate funds to boost production and to reap more profits eventually.\n\nIn the absence of financial services, there will be paucity of funds which will adversely affect the working of companies and will only result in a negative growth of the capital market. When the capital market is more active, funds from foreign countries also flow in. Hence, the changes in capital market is mainly due to the availability of financial services.\n<h2>11. Promotion of Domestic and Foreign Trade</h2>\nFinancial services ensure promotion of domestic as well as foreign trade. The presence of factoring and forfaiting companies ensures increasing sale of goods in the domestic market and export of goods in the foreign market. Banking and insurance services further contribute to step up such promotional activities.\n<h2>12. Balanced Regional development</h2>\nThe government monitors the growth of economy and regions that remain backward economically are given fiscal and monetary benefits through tax and cheaper credit by which more investment is promoted. This generates more production, employment, income, demand and ultimately increase in prices.\n\nThe producers will earn more profits and can expand their activities further. So, the presence of financial services helps backward regions to develop and catch up with the rest of the country that has developed already.','WHAT IS FINANCIAL SERVICES?','','inherit','closed','closed','','63-autosave-v1','','','2017-06-19 09:02:57','2017-06-19 09:02:57','',63,'http://highfivefinance.com/2017/06/19/63-autosave-v1/',0,'revision','',0),(78,1,'2017-06-19 09:04:31','2017-06-19 09:04:31','Financial service is one of the component of the financial system, Lets look at the meaning and its importance.','FINANCIAL SERVICE','','publish','closed','closed','','financial-service','','','2017-06-19 09:04:31','2017-06-19 09:04:31','',0,'http://highfivefinance.com/?page_id=78',0,'page','',0),(79,1,'2017-06-19 09:03:36','2017-06-19 09:03:36','Financial service is one of the component of the financial system, Lets look at the meaning and its importance.\r\n<h2>Meaning of financial services</h2>\r\nFinancial service is part of financial system that provides different types of finance through various credit instruments, financial products and services.\r\n\r\nIn financial instruments, we come across cheques, bills, promissory notes, debt instruments, letter of credit, etc.\r\n\r\nIn financial products, we come across different types of mutual funds. extending various types of investment opportunities. In addition, there are also products such as credit cards, debit cards, etc.\r\n\r\nIn services we have leasing, factoring, hire purchase finance etc., through which various types of assets can be acquired either for ownership or on lease. There are different types of leases as well as factoring too.\r\n\r\nThus, financial services enable the user to obtain any asset on credit, according to his convenience and at a reasonable interest rate.\r\n<h2>Importance of Financial services</h2>\r\nIt is the presence of financial services that enables a country to improve its economic condition whereby there is more production in all the sectors leading to economic growth.\r\n\r\nThe benefit of economic growth is reflected on the people in the form of economic prosperity wherein the individual enjoys higher standard of living. It is here the financial services enable an individual to acquire or obtain various consumer products through hire purchase. In the process, there are a number of financial institutions which also earn profits. The presence of these financial institutions promote investment, production, saving etc.\r\n\r\nHence, we can bring out the importance of financial services in the following points:\r\n\r\n<strong>Importance of Financial Services</strong>\r\n<ul>\r\n <li>Vibrant Capital Market.</li>\r\n <li>Expands activities of financial markets.</li>\r\n <li>Benefits of Government.</li>\r\n <li>Economic Development.</li>\r\n <li>Economic Growth.</li>\r\n <li>Ensures Greater Yield.</li>\r\n <li>Maximizes Returns.</li>\r\n <li>Minimizes Risks.</li>\r\n <li>Promotes Savings.</li>\r\n <li>Promotes Investments.</li>\r\n <li>Balanced Regional Development.</li>\r\n <li>Promotion of Domestic & Foreign Trade.</li>\r\n</ul>\r\n<h2>1. Promoting investment</h2>\r\nThe presence of financial services creates more demand for products and the producer, in order to meet the demand from the consumer goes for more investment. At this stage, the financial services comes to the rescue of the investor such as merchant banker through the new issue market, enabling the producer to raise capital.\r\n\r\nThe stock market helps in mobilizing more funds by the investor. Investments from abroad is attracted. Factoring and leasing companies, both domestic and foreign enable the producer not only to sell the products but also to acquire modern machinery/technology for further production.\r\n<h2>2. Promoting savings</h2>\r\nFinancial services such as mutual funds provide ample opportunity for different types of saving. In fact, different types of investment options are made available for the convenience of pensioners as well as aged people so that they can be assured of a reasonable return on investment without much risks.\r\n\r\nFor people interested in the growth of their savings, various reinvestment opportunities are provided. The laws enacted by the government regulate the working of various financial services in such a way that the interests of the public who save through these financial institutions are highly protected.\r\n\r\n<strong>Financial Services offered by various financial institutions</strong>\r\n<ul>\r\n <li>Factoring.</li>\r\n <li>Leasing.</li>\r\n <li>Forfaiting.</li>\r\n <li>Hire Purchase Finance.</li>\r\n <li>Credit card.</li>\r\n <li>Merchant Banking.</li>\r\n <li>Book Building.</li>\r\n <li>Asset Liability Management.</li>\r\n <li>Housing Finance.</li>\r\n <li>Portfolio Finance.</li>\r\n <li>Underwriting.</li>\r\n <li>Credit Rating.</li>\r\n <li>Interest & Credit Swap.</li>\r\n <li>Mutual Fund.</li>\r\n</ul>\r\n<h2>3. Minimizing the risks</h2>\r\nThe risks of both financial services as well as producers are minimized by the presence of insurance companies. Various types of risks are covered which not only offer protection from the fluctuating business conditions but also from risks caused by natural calamities.\r\n\r\nInsurance is not only a source of finance but also a source of savings, besides minimizing the risks. Taking this aspect into account, the government has not only privatized the life insurance but also set up a regulatory authority for the insurance companies known as IRDA, 1999 (Insurance Regulatory and Development Authority) .\r\n<h2>4. Maximizing the Returns</h2>\r\nThe presence of financial services enables businessmen to maximize their returns. This is possible due to the availability of credit at a reasonable rate. Producers can avail various types of credit facilities for acquiring assets. In certain cases, they can even go for leasing of certain assets of very high value.\r\n\r\nFactoring companies enable the seller as well as producer to increase their turnover which also increases the profit. Even under stiff competition, the producers will be in a position to sell their products at a low margin. With a higher turnover of stocks, they are able to maximize their return.\r\n<h2>5. Ensures greater Yield</h2>\r\nAs seen already, there is a subtle difference between return and yield. It is the yield which attracts more producers to enter the market and increase their production to meet the demands of the consumer. The financial services enable the producer to not only earn more profits but also maximize their wealth.\r\n\r\nFinancial services enhance their goodwill and induce them to go in for diversification. The stock market and the different types of derivative market provide ample opportunities to get a higher yield for the investor.\r\n<h2>6. Economic growth</h2>\r\nThe development of all the sectors is essential for the development of the economy. The financial services ensure equal distribution of funds to all the three sectors namely, primary, secondary and tertiary so that activities are spread over in a balanced manner in all the three sectors. This brings in a balanced growth of the economy as a result of which employment opportunities are improved.\r\n\r\nThe tertiary or service sector not only grows and this growth is an important sign of development of any economy. In a well developed country, service sector plays a major role and it contributes more to the economy than the other two sectors.\r\n<h2>7. Economic development</h2>\r\nFinancial services enable the consumers to obtain different types of products and services by which they can improve their standard of living. Purchase of car, house and other essential as well as luxurious items is made possible through hire purchase, leasing and housing finance companies. Thus, the consumer is compelled to save while he enjoys the benefits of the assets which he has acquired with the help of financial services.\r\n<h2>8. Benefit to Government</h2>\r\nThe presence of financial services enables the government to raise both short-term and long-term funds to meet both revenue and capital expenditure. Through the money market, government raises short term funds by the issue of Treasury Bills. These are purchased by commercial banks from out of their depositors’ money.\r\n\r\nIn addition to this, the government is able to raise long-term funds by the sale of government securities in the securities market which forms apart of financial market. Even foreign exchange requirements of the government can be met in the foreign exchange market.\r\n\r\nThe most important benefit for any government is the raising of finance without offering any security. In this way, the financial services are a big boon to the government.\r\n<h2>9. Expands activities of Financial Institutions</h2>\r\nThe presence of financial services enables financial institutions to not only raise finance but also get an opportunity to disburse their funds in the most profitable manner. Mutual funds, factoring, credit cards, hire purchase finance are some of the services which get financed by financial institutions.\r\n\r\nThe financial institutions are in a position to expand their activities and thus diversify the use of their funds for various activities. This ensures economic dynamism.\r\n<h2>10. Capital Market</h2>\r\nOne of the barometers of any economy is the presence of a vibrant capital market. If there is hectic activity in the capital market, then it is an indication of the presence of a positive economic condition. The financial services ensure that all the companies are able to acquire adequate funds to boost production and to reap more profits eventually.\r\n\r\nIn the absence of financial services, there will be paucity of funds which will adversely affect the working of companies and will only result in a negative growth of the capital market. When the capital market is more active, funds from foreign countries also flow in. Hence, the changes in capital market is mainly due to the availability of financial services.\r\n<h2>11. Promotion of Domestic and Foreign Trade</h2>\r\nFinancial services ensure promotion of domestic as well as foreign trade. The presence of factoring and forfaiting companies ensures increasing sale of goods in the domestic market and export of goods in the foreign market. Banking and insurance services further contribute to step up such promotional activities.\r\n<h2>12. Balanced Regional development</h2>\r\nThe government monitors the growth of economy and regions that remain backward economically are given fiscal and monetary benefits through tax and cheaper credit by which more investment is promoted. This generates more production, employment, income, demand and ultimately increase in prices.\r\n\r\nThe producers will earn more profits and can expand their activities further. So, the presence of financial services helps backward regions to develop and catch up with the rest of the country that has developed already.','WHAT IS FINANCIAL SERVICES?','','inherit','closed','closed','','63-revision-v1','','','2017-06-19 09:03:36','2017-06-19 09:03:36','',63,'http://highfivefinance.com/2017/06/19/63-revision-v1/',0,'revision','',0),(80,1,'2017-06-19 09:04:31','2017-06-19 09:04:31','Financial service is one of the component of the financial system, Lets look at the meaning and its importance.','FINANCIAL SERVICE','','inherit','closed','closed','','78-revision-v1','','','2017-06-19 09:04:31','2017-06-19 09:04:31','',78,'http://highfivefinance.com/2017/06/19/78-revision-v1/',0,'revision','',0),(82,1,'2017-06-19 09:47:08','2017-06-19 09:47:08','If you want to build wealth, become financially independent, gain control over your time, and spend your days having your money work for you rather than you working for your money, you must master saving and investing. Anything you can do to make saving an investing easier is a victory because it accelerates your ultimate arrival at the life you envision for yourself. Saving the first $100,000 is the most difficult part but once you get beyond that threshold, things get a lot easier because your money starts to compound for you as your dividends, interest, and rents pile up.\r\n\r\nTo help you understand some of the things that I think are important when it comes to saving and investing money, I\'ve put together a quick list with my thoughts on why each item matters.\r\n<h2>1. Keep Perspective. Saving and Investing Are Important But They Are Only a Means to an End</h2>\r\nYour investments and savings are ultimately a means to an end. The value of your portfolio rests in the enjoyment and security it provides for your family. This is often the reason normally rational individuals behave irrationally when it comes to their stock holdings - they secretly view each up and down tick as feast or famine. It\'s foolish; nonsense. Money is a tool. Nothing more. Nothing less. It exists to serve you and accomplish whatever it is you want it to accomplish for your life, be it making you more comfortable, giving you control over your career, living in an area you love, giving your children and grandchildren a head start in life, or being able to pursue a passion that you otherwise would not be able to afford.\r\n\r\nThe moment you begin to prioritize saving and investing for its own sake, you\'re probably going to make bad decisions and miss out on some of the most valuable experiences in life. For some people frugality becomes a type of sickness; a religious-like asceticism that enslaves them to the debits and credits on their personal ledger.\r\n<h2>2. Saving and Investing Becomes a Lot Easier When You Step Off the Consumption Treadmill</h2>\r\nOn a related note to the last item, just as you can be too parsimonious, you don\'t want to turn into a total profligate, unable to deny yourself by choosing what you actually want over your short-term desires. Moderation is the key. Prudence and temperance is the secret. In the same way consuming too little or too much food or drink can cause misery and death in the body, so too can hoarding or squandering capital in the soul.\r\n\r\nYou probably know what I mean. You see people who always have credit card debt; who always need a new car even if they can\'t afford it. They go through life making a good living but hardly ever able to scrape two pennies together unless they\'re promising to sell future hours of their life (which is what happens when most people borrow money - you\'re quite literally agreeing to give up some of the 27,375 days you\'ve been given if you\'re a perfectly average person plus interest, in many cases). To add insult to injury, these folks hardly ever think about lifecycle costs or economies of scale. They could live so much better than they do if they were only intelligent about it but impulsiveness wrecks any hope of that.\r\n\r\nIf this is an area with which you struggle, I\'m a fan of a behavioral psychology tool called \"gamification\". Effectively, you take the rules, rewards, and mechanics of a video game, board game, or other game and apply it to your personal economics. You make it a personal challenge to find ways to purposely cut expenses by $100 a month and move it into savings, instead, walking home instead of taking the bus or skipping ordering a glass of tea with lunch, requesting water, instead. It becomes its own reward system. There are numerous phone apps, tablet apps, and software programs these days that can do it for you, even allowing you to create avatars that level-up at pre-determined milestones.\r\n\r\nIt\'s worth it. You must master this if you have any hope to enjoy life. You can never experience financial freedom until you have stepped off the consumption treadmill.\r\n\r\nOnce you slip into the habit of borrowing tomorrow’s income to pay for today’s expenditures, you will begin to loathe money and possibly even your job or occupation. Instead of viewing it as an outlet for your talents, gifts and ambitions, it becomes a series of endless tasks you must complete if you hope to break even at the end of each month.\r\n<h2>3. Saving and Investing Money Becomes a Lot Easier If You Setup Auto-Withdrawals from Your Checking or Savings Account</h2>\r\nMany brokerage firms allow you to set up regular deposits by electronically transferring money from your checking or savings account each week, month or quarter. This is a very effective way to begin saving because you don’t actually see or miss the cash as it is moved directly into your brokerage account. On the same note, if your employer offers an automatic withdrawal option for your retirement account, you may want to consider joining.\r\n<h2>4. Educate Your Mind. The More You Know, the More Excited You Get About Saving and Investing Because You Realize You\'re Buying Yourself Freedom</h2>\r\nThere are hundreds of excellent finance, investing, economics, accounting, business and management books in the world. A few hours of well-directed reading each week can have a fattening effect on your pocketbook as well as give you something to talk about with your friends and family. One small example is how fun it is to see the world through the lens of creating passive income; of measuring your annual success through the level of passive income you generate each twelve months. Another is learning how you can get paid in exchange to promise other people you\'ll buy a stock you wanted to buy, at a price you wanted to pay. It sounds crazy but it\'s true.\r\n\r\nConsume knowledge. Amass wisdom. Be a learning machine, always adding to your arsenal of practical, applicable strategies and techniques. A few good ideas spread out over a lifetime, intelligently implemented, can mean all of the difference.\r\n<h2>5. Saving and Investing Money Is Easier If You Reward Yourself from Time to Time</h2>\r\nClipping coupons and reducing household expenditures does not mean you have to live the life of a miser. Once you\'ve established your personal investing goal, reward yourself for reaching specific milestone. Perhaps take a vacation once you cross your first $100,000 in savings. Maybe allow yourself to buy a lake cabin when you pay off all of your debt and have a solid emergency fund; a place where you, your children, and your children\'s children will spend summers. Figuring out how to space rewards with goals that cause you to reach, to deny yourself just enough to be uncomfortable and the accomplishment truly is a personal, emotional victory, may take some time but it is worth it.\r\n\r\nPositive economic incentives can do marvels for productivity, and you may not find it nearly as difficult forgoing current consumption if you know a new pair of Allen Edmonds is in your future. Besides, when you associate a luxury good with an accomplishment, it has much more meaning and value.\r\n\r\n ','WAYS TO MAKE SAVING AND INVESTING EASIER','','publish','closed','closed','','ways-to-make-saving-and-investing-easier','','','2017-06-19 09:47:08','2017-06-19 09:47:08','',0,'http://highfivefinance.com/?page_id=82',0,'page','',0),(83,1,'2017-06-19 09:46:10','2017-06-19 09:46:10','If you want to build wealth, become financially independent, gain control over your time, and spend your days','SAVING AND INVESTMENT','','publish','closed','closed','','saving-and-investment','','','2017-06-19 12:00:51','2017-06-19 12:00:51','',0,'http://highfivefinance.com/?page_id=83',0,'page','',0),(84,1,'2017-06-19 09:46:10','2017-06-19 09:46:10','If you want to build wealth, become financially independent, gain control over your time, and spend your days having your money','SAVING AND INVESTMENT','','inherit','closed','closed','','83-revision-v1','','','2017-06-19 09:46:10','2017-06-19 09:46:10','',83,'http://highfivefinance.com/2017/06/19/83-revision-v1/',0,'revision','',0),(85,1,'2017-06-19 09:47:08','2017-06-19 09:47:08','If you want to build wealth, become financially independent, gain control over your time, and spend your days having your money work for you rather than you working for your money, you must master saving and investing. Anything you can do to make saving an investing easier is a victory because it accelerates your ultimate arrival at the life you envision for yourself. Saving the first $100,000 is the most difficult part but once you get beyond that threshold, things get a lot easier because your money starts to compound for you as your dividends, interest, and rents pile up.\r\n\r\nTo help you understand some of the things that I think are important when it comes to saving and investing money, I\'ve put together a quick list with my thoughts on why each item matters.\r\n<h2>1. Keep Perspective. Saving and Investing Are Important But They Are Only a Means to an End</h2>\r\nYour investments and savings are ultimately a means to an end. The value of your portfolio rests in the enjoyment and security it provides for your family. This is often the reason normally rational individuals behave irrationally when it comes to their stock holdings - they secretly view each up and down tick as feast or famine. It\'s foolish; nonsense. Money is a tool. Nothing more. Nothing less. It exists to serve you and accomplish whatever it is you want it to accomplish for your life, be it making you more comfortable, giving you control over your career, living in an area you love, giving your children and grandchildren a head start in life, or being able to pursue a passion that you otherwise would not be able to afford.\r\n\r\nThe moment you begin to prioritize saving and investing for its own sake, you\'re probably going to make bad decisions and miss out on some of the most valuable experiences in life. For some people frugality becomes a type of sickness; a religious-like asceticism that enslaves them to the debits and credits on their personal ledger.\r\n<h2>2. Saving and Investing Becomes a Lot Easier When You Step Off the Consumption Treadmill</h2>\r\nOn a related note to the last item, just as you can be too parsimonious, you don\'t want to turn into a total profligate, unable to deny yourself by choosing what you actually want over your short-term desires. Moderation is the key. Prudence and temperance is the secret. In the same way consuming too little or too much food or drink can cause misery and death in the body, so too can hoarding or squandering capital in the soul.\r\n\r\nYou probably know what I mean. You see people who always have credit card debt; who always need a new car even if they can\'t afford it. They go through life making a good living but hardly ever able to scrape two pennies together unless they\'re promising to sell future hours of their life (which is what happens when most people borrow money - you\'re quite literally agreeing to give up some of the 27,375 days you\'ve been given if you\'re a perfectly average person plus interest, in many cases). To add insult to injury, these folks hardly ever think about lifecycle costs or economies of scale. They could live so much better than they do if they were only intelligent about it but impulsiveness wrecks any hope of that.\r\n\r\nIf this is an area with which you struggle, I\'m a fan of a behavioral psychology tool called \"gamification\". Effectively, you take the rules, rewards, and mechanics of a video game, board game, or other game and apply it to your personal economics. You make it a personal challenge to find ways to purposely cut expenses by $100 a month and move it into savings, instead, walking home instead of taking the bus or skipping ordering a glass of tea with lunch, requesting water, instead. It becomes its own reward system. There are numerous phone apps, tablet apps, and software programs these days that can do it for you, even allowing you to create avatars that level-up at pre-determined milestones.\r\n\r\nIt\'s worth it. You must master this if you have any hope to enjoy life. You can never experience financial freedom until you have stepped off the consumption treadmill.\r\n\r\nOnce you slip into the habit of borrowing tomorrow’s income to pay for today’s expenditures, you will begin to loathe money and possibly even your job or occupation. Instead of viewing it as an outlet for your talents, gifts and ambitions, it becomes a series of endless tasks you must complete if you hope to break even at the end of each month.\r\n<h2>3. Saving and Investing Money Becomes a Lot Easier If You Setup Auto-Withdrawals from Your Checking or Savings Account</h2>\r\nMany brokerage firms allow you to set up regular deposits by electronically transferring money from your checking or savings account each week, month or quarter. This is a very effective way to begin saving because you don’t actually see or miss the cash as it is moved directly into your brokerage account. On the same note, if your employer offers an automatic withdrawal option for your retirement account, you may want to consider joining.\r\n<h2>4. Educate Your Mind. The More You Know, the More Excited You Get About Saving and Investing Because You Realize You\'re Buying Yourself Freedom</h2>\r\nThere are hundreds of excellent finance, investing, economics, accounting, business and management books in the world. A few hours of well-directed reading each week can have a fattening effect on your pocketbook as well as give you something to talk about with your friends and family. One small example is how fun it is to see the world through the lens of creating passive income; of measuring your annual success through the level of passive income you generate each twelve months. Another is learning how you can get paid in exchange to promise other people you\'ll buy a stock you wanted to buy, at a price you wanted to pay. It sounds crazy but it\'s true.\r\n\r\nConsume knowledge. Amass wisdom. Be a learning machine, always adding to your arsenal of practical, applicable strategies and techniques. A few good ideas spread out over a lifetime, intelligently implemented, can mean all of the difference.\r\n<h2>5. Saving and Investing Money Is Easier If You Reward Yourself from Time to Time</h2>\r\nClipping coupons and reducing household expenditures does not mean you have to live the life of a miser. Once you\'ve established your personal investing goal, reward yourself for reaching specific milestone. Perhaps take a vacation once you cross your first $100,000 in savings. Maybe allow yourself to buy a lake cabin when you pay off all of your debt and have a solid emergency fund; a place where you, your children, and your children\'s children will spend summers. Figuring out how to space rewards with goals that cause you to reach, to deny yourself just enough to be uncomfortable and the accomplishment truly is a personal, emotional victory, may take some time but it is worth it.\r\n\r\nPositive economic incentives can do marvels for productivity, and you may not find it nearly as difficult forgoing current consumption if you know a new pair of Allen Edmonds is in your future. Besides, when you associate a luxury good with an accomplishment, it has much more meaning and value.\r\n\r\n ','WAYS TO MAKE SAVING AND INVESTING EASIER','','inherit','closed','closed','','82-revision-v1','','','2017-06-19 09:47:08','2017-06-19 09:47:08','',82,'http://highfivefinance.com/2017/06/19/82-revision-v1/',0,'revision','',0),(88,1,'2017-06-19 10:02:20','2017-06-19 10:02:20','Investment bonds are life insurance policies where you invest a lump sum in a variety of available funds. Some investment bonds run for a fixed term, others have no set investment term. When you cash investment bonds in, how much you get back depends on how well – or how badly – the investment has done.\r\n<ul>\r\n <li>When might investment bonds be for you?</li>\r\n <li>How investment bonds work</li>\r\n <li>Risk and return</li>\r\n <li>Access to your money</li>\r\n <li>Charges</li>\r\n <li>Are investment bonds safe and secure?</li>\r\n <li>Tax on investment bonds</li>\r\n <li>Where to get investment bonds</li>\r\n <li>If things go wrong</li>\r\n</ul>\r\n<h2>When might investment bonds be for you?</h2>\r\nYou want to invest a lump sum – usually at least £5,000\r\nYou can tie up your money for at least five years\r\nYou are comfortable with the fact that the value of your investment can go down as well as up and you may get back less than you invested\r\n<h2>How investment bonds work</h2>\r\nYou invest a lump sum – the minimum is usually between £5,000 and £10,000.\r\n\r\nMost investment bonds are whole of life. There is no minimum term, usually, although surrender penalties may apply in the early years.\r\nUsually you or your adviser has a choice of funds to invest the money into.\r\nAt surrender or on death (or if not a whole of life bond at the end of the term), a lump sum will be paid out. The amount depends on the bond’s terms and conditions and may depend on investment performance.\r\nSome investment bonds may guarantee your capital or your returns. These guarantees usually involve a counterparty. If so they carry the risk of counterparty failure.\r\n\r\n<strong>How your money is invested</strong>\r\n\r\nYou have a choice of two types of funds – with-profits or unit-linked. Both have the same tax rules where tax is paid on both growth and income accrued in the fund by the insurer.\r\n<h2><strong>Risk and return</strong></h2>\r\nSome investments offer a guarantee that you won’t get back less than you originally invested.\r\nBy choosing a bond that allows you to invest in a variety of investment funds and switch funds easily you may weather the ups and downs of the market better. Find out more about diversifying.\r\nBecause there’s an element of life assurance, your investment bond policy may pay out slightly more than the value of the fund if you die during its term.\r\n<h2><strong>Access to your money</strong></h2>\r\nYou can usually withdraw some or all of your money whenever you need to, but a surrender penalty may apply if you do so in the first few years. There may also be a tax charge. If you think you may want access to your money early, consider alternatives: Popular investments at a glance.opens in new window\r\nInvestment bonds also allow you to make regular withdrawals each year up to a specified limit. Withdrawals of up to 5% each year of the amount that you invested can be taken without triggering any immediate tax liability. However, the tax is in effect only deferred as, when the bond is cashed in, withdrawals will be added to any profit made and taxed as income in that tax year.\r\nAlways look at policy conditions to work out what charges may apply to full or partial withdrawals.\r\n<h2><strong>Charges</strong></h2>\r\nThere may be charges to pay when you take out the bond.\r\nChoosing a bond that guarantees that you won’t lose money, could mean you may pay more in charges.\r\nSwitching between an insurer’s investment funds is usually free, but you may be charged if you switch frequently.\r\nYou may have to pay a charge if you cash in within the first few years.\r\n\r\nInsurers often offer a range of charging structures. Make sure you are happy and understand how your money will be charged\r\n<h2>Are investment bonds safe and secure?</h2>\r\nYour money is secure except in the unlikely event of the insurance company going bust.\r\n\r\nYou cannot claim compensation simply because the value of your investment falls.\r\n<h2>Tax on investment bonds</h2>\r\nAll gains and income earned within an investment bond are taxed at 20% and paid directly out of the investment bond. Withdrawals of up to 5% a year are allowed for up to 20 years without incurring an additional tax charge. If you don’t use your 5% allowance in a given year, the allowance is carried over to the following year i.e. if you make no withdrawals in year one, you could draw up to 10% the following year without incurring a tax liability.\r\n\r\nSo if you’re a higher rate or additional rate taxpayer, paying 40% or 45% tax on income in the current tax year, an investment bond can minimise your income tax bill. However, your tax bill does not disappear entirely. Instead, the tax is deferred and any additional tax due will be payable at the time you cash in the bond, or when it matures. All capital gains are treated as income at this point. Although tax at 20% has already been deducted, you may have an additional income tax bill if your gains push your income over the higher or additional rate tax threshold in the year they mature.\r\n\r\nYou may be able to avoid this by using a method known as ‘top slicing’. Top slicing works by dividing your profit over the lifetime of your bond (including withdrawals) by the number of years the bond has been held. If the resulting figure, when added to your other income for the tax year, is below the higher-rate tax threshold, there is no extra tax to pay. However, if the top-sliced profits still push you over the higher rate tax threshold for the year, then additional tax must be paid on the entire gain.\r\n<h2>Where to get investment bonds</h2>\r\nYou can buy investment bonds through a financial adviser or directly from an insurance company.\r\n\r\nIf you’re not sure whether an investment bond fits your needs, it’s a good idea to talk to an Independent Financial Adviser (IFA).','INVESTMENT BONDS','','publish','closed','closed','','investment-bonds','','','2017-06-19 13:14:49','2017-06-19 13:14:49','',0,'http://highfivefinance.com/?page_id=88',0,'page','',0),(89,1,'2017-06-19 10:02:20','2017-06-19 10:02:20','Investment bonds are life insurance policies where you invest a lump sum in a variety of available funds. Some investment bonds run for a fixed term, others have no set investment term. When you cash investment bonds in, how much you get back depends on how well – or how badly – the investment has done.\r\n<ul>\r\n <li>When might investment bonds be for you?</li>\r\n <li>How investment bonds work</li>\r\n <li>Risk and return</li>\r\n <li>Access to your money</li>\r\n <li>Charges</li>\r\n <li>Are investment bonds safe and secure?</li>\r\n <li>Tax on investment bonds</li>\r\n <li>Where to get investment bonds</li>\r\n <li>If things go wrong</li>\r\n</ul>\r\n<h2>When might investment bonds be for you?</h2>\r\nYou want to invest a lump sum – usually at least £5,000\r\nYou can tie up your money for at least five years\r\nYou are comfortable with the fact that the value of your investment can go down as well as up and you may get back less than you invested\r\n<h2>How investment bonds work</h2>\r\nYou invest a lump sum – the minimum is usually between £5,000 and £10,000.\r\n\r\nMost investment bonds are whole of life. There is no minimum term, usually, although surrender penalties may apply in the early years.\r\nUsually you or your adviser has a choice of funds to invest the money into.\r\nAt surrender or on death (or if not a whole of life bond at the end of the term), a lump sum will be paid out. The amount depends on the bond’s terms and conditions and may depend on investment performance.\r\nSome investment bonds may guarantee your capital or your returns. These guarantees usually involve a counterparty. If so they carry the risk of counterparty failure.\r\n\r\n<strong>How your money is invested</strong>\r\n\r\nYou have a choice of two types of funds – with-profits or unit-linked. Both have the same tax rules where tax is paid on both growth and income accrued in the fund by the insurer.\r\n<h2><strong>Risk and return</strong></h2>\r\nSome investments offer a guarantee that you won’t get back less than you originally invested.\r\nBy choosing a bond that allows you to invest in a variety of investment funds and switch funds easily you may weather the ups and downs of the market better. Find out more about diversifying.\r\nBecause there’s an element of life assurance, your investment bond policy may pay out slightly more than the value of the fund if you die during its term.\r\n<h2><strong>Access to your money</strong></h2>\r\nYou can usually withdraw some or all of your money whenever you need to, but a surrender penalty may apply if you do so in the first few years. There may also be a tax charge. If you think you may want access to your money early, consider alternatives: Popular investments at a glance.opens in new window\r\nInvestment bonds also allow you to make regular withdrawals each year up to a specified limit. Withdrawals of up to 5% each year of the amount that you invested can be taken without triggering any immediate tax liability. However, the tax is in effect only deferred as, when the bond is cashed in, withdrawals will be added to any profit made and taxed as income in that tax year.\r\nAlways look at policy conditions to work out what charges may apply to full or partial withdrawals.\r\n<h2><strong>Charges</strong></h2>\r\nThere may be charges to pay when you take out the bond.\r\nChoosing a bond that guarantees that you won’t lose money, could mean you may pay more in charges.\r\nSwitching between an insurer’s investment funds is usually free, but you may be charged if you switch frequently.\r\nYou may have to pay a charge if you cash in within the first few years.\r\n\r\nInsurers often offer a range of charging structures. Make sure you are happy and understand how your money will be charged\r\n<h2>Are investment bonds safe and secure?</h2>\r\nYour money is secure except in the unlikely event of the insurance company going bust.\r\n\r\nYou cannot claim compensation simply because the value of your investment falls.\r\n<h2>Tax on investment bonds</h2>\r\nAll gains and income earned within an investment bond are taxed at 20% and paid directly out of the investment bond. Withdrawals of up to 5% a year are allowed for up to 20 years without incurring an additional tax charge. If you don’t use your 5% allowance in a given year, the allowance is carried over to the following year i.e. if you make no withdrawals in year one, you could draw up to 10% the following year without incurring a tax liability.\r\n\r\nSo if you’re a higher rate or additional rate taxpayer, paying 40% or 45% tax on income in the current tax year, an investment bond can minimise your income tax bill. However, your tax bill does not disappear entirely. Instead, the tax is deferred and any additional tax due will be payable at the time you cash in the bond, or when it matures. All capital gains are treated as income at this point. Although tax at 20% has already been deducted, you may have an additional income tax bill if your gains push your income over the higher or additional rate tax threshold in the year they mature.\r\n\r\nYou may be able to avoid this by using a method known as ‘top slicing’. Top slicing works by dividing your profit over the lifetime of your bond (including withdrawals) by the number of years the bond has been held. If the resulting figure, when added to your other income for the tax year, is below the higher-rate tax threshold, there is no extra tax to pay. However, if the top-sliced profits still push you over the higher rate tax threshold for the year, then additional tax must be paid on the entire gain.\r\n<h2>Where to get investment bonds</h2>\r\nYou can buy investment bonds through a financial adviser or directly from an insurance company.\r\n\r\nIf you’re not sure whether an investment bond fits your needs, it’s a good idea to talk to an Independent Financial Adviser (IFA).','INVESTMENT BONDS','','inherit','closed','closed','','88-revision-v1','','','2017-06-19 10:02:20','2017-06-19 10:02:20','',88,'http://highfivefinance.com/2017/06/19/88-revision-v1/',0,'revision','',0),(91,1,'2017-06-19 11:22:48','2017-06-19 11:22:48','Most adults in America invest in some kind of mutual fund. They’re an easy, hands-off way to buy and diversify part of your portfolio. But there are costs to handing off your investment decisions to someone else.\r\n\r\nHere I’ll cover the basics of mutual funds, the secret most investors don’t know, and which fund I invest in. I will also make fun of stupid things people do with mutual funds.\r\n<h2>What is a mutual fund?</h2>\r\nA mutual fund is a collection of some kind of investment, usually stocks. By pooling your money with other investors, you’re able to create collections that a single investor wouldn’t normally be able to afford. They’re extremely popular. Your parents own at least one mutual fund if they’ve ever worked at a company.\r\n<h2>How mutual funds work</h2>\r\nMutual funds work like this: You pick a fund you like (e.g., growth, value, technology, international…), buy shares of the fund, and let a money manager pick the stocks he thinks will yield the best return. In exchange for this diversification and his expertise, you pay an annual fee.\r\n\r\nAdvantages: Hands-off approach means an expert money manager makes investment decisions for you. Mutual fund (ostensibly) holds many varied stocks, so if one company tanks, your fund doesn’t go down with it (i.e., it’s “diversified”).\r\n\r\nDisadvantages: Annual fees can equal tens of thousands of dollars or more (!) over the lifetime of an investment. If you invest in two mutual funds, they may overlap in investments, yielding a less-diversified portfolio than you really think.\r\n\r\nIn other words, if both funds hold Microsoft and Microsoft tanks, you get hit twice. Although you’re paying an expert to manage your money, they rarely beat the market—the mutual fund industry’s dirty secret!\r\n<h2>The mutual fund manager</h2>\r\nEach mutual fund has a fund manager overseeing all investments. He’s usually a talented financial expert whose bonus is based on the fund’s performance, so he’ll get (say) a $2 million bonus if the fund returns X%. Because they actively manage your money, you’ll sometimes hear mutual funds called “actively managed funds.”\r\n\r\nFund managers are highly compensated but also subject to being fired if the fund performs poorly. The main reason you should care about the fund manager is that you’re basically investing in him—by putting your money in his fund, you’re betting he’ll make you money.\r\n<h2>The different types of mutual funds</h2>\r\nIf you want to buy a mutual fund, you have some choices to make. It’s kind of like the 50 kinds of toothpaste you can choose at Target. Except there are thousands of funds and we’re talking about your life savings. Anyway, you can pick a mutual fund of almost any imaginable type, based on many factors (e.g., risk, return, sector, geographic area of investment, etc). For example, you could invest in a value fund, an emerging-markets fund, or a medical-device fund.\r\n\r\nThe key is to invest in what you understand. If I were going to buy a mutual fund, I’d get a technology fund because that’s what I know. Even though biotech sounds sexy, I don’t know enough about biotech to choose a “good” vs. “bad” fund, so I’d steer clear. You can sort through funds using ETrade or MorningStar.\r\n<h2>How exactly do you “buy” into a mutual fund?</h2>\r\nMutual funds have ticker symbols just like stocks.\r\n\r\nJust browse the funds using ETrade or MorningStar and you’ll see that buying shares of a mutual fund is almost exactly the same as buying shares of stock.\r\n<h2>Mutual-fund costs</h2>\r\nYour fund manager doesn’t come cheap. Actually, investing in mutual funds is damn expensive. Remember, you have to pay an annual fee in exchange for his expertise and the fund’s hands-off diversification.\r\n\r\nThe main fee you’re charged is called an expense ratio, which consists of the management fee (goes to your fund manager), administrative costs, and the 12b-1 distribution fee, which is used to advertise your fund. How ridiculous. Most funds charge somewhere around a 1.5% expense ratio.\r\n\r\nAlso, when you buy a mutual fund, you may be asked for a commission; this is also known as a front-end load or back-end load. Avoid commissions! You want a no-load fund. If your broker tries to convince you that a loaded fund is better, he is lying. You shouldn’t even be talking to a broker, anyway. Use a discount online broker like ETrade, Datek, Schwab, anything.\r\n\r\nWhy am I so against loaded funds? Easy: Loads cut into your profits and there’s no evidence that they produce better results. In fact, look at this data I ripped off of Yahoo Finance:\r\n\r\n“Assuming a $10,000 investment with a conservative nine percent annual net return rate (after annual fund operating expenses) over three years…\r\n\r\nIn cumulative ROI after three years in this illustration, the 100 percent no-load fund outperforms the five percent front-end load fund by 39.3 percent and the back-end load fund by 24.4 percent — even though a nine percent annual return rate is identical for all three funds!”\r\n\r\nOne more reason mutual funds are expensive: Your manager is constantly buying and selling stocks, which incurs trading fees and HUGE amounts of taxes. This is part of why you can expect at least 2% of your returns to be eaten up by mutual-fund-related fees.\r\n<h2>The dirty secret of mutual funds</h2>\r\nEarlier I told you how most adults in America have mutual funds. Now let me explain why they are pretty stupid. Ok, you are paying for expert advice and a Very Smart Person to invest your money.\r\n\r\nStay with me. Remember when I told you that the market returns about 11% per year?\r\n\r\nNow, with all your Smart Money Manager’s tools and resources, you’d of course expect him to beat that. But…\r\n\r\nOver 85% of mutual funds fail to beat the market.\r\n\r\nWoah. Why would anyone invest in a mutual fund, which costs you tremendous amounts of money just for maintenance when you won’t even beat the market? Could it just be because people are lazy and don’t know what to do? What if there were a way to invest directly in the market?\r\n<h2>How do I invest directly in the market? Index funds</h2>\r\nI’m glad you asked.\r\n\r\nIndex funds are a special type of mutual fund. Instead of being actively managed by a fund manager, a computer simply matches the stocks in the market. So the Vanguard S&P 500 index fund has every stock that the actual S&P 500 has—the Vanguard index fund is an index of the market.\r\n\r\nThere are index funds for the S&P 500, NASDAQ, and more.\r\n\r\nThe advantages are simple:\r\n\r\n<strong>YOU MAKE A LOT MORE MONEY AND SAVE ON DUMB COSTS.</strong>\r\n\r\nBecause index funds don’t have money managers and other BS costs, your expense ratio is vastly lower. Compared to usual mutual funds (whose expense ratios average around 1.5%), index funds are routinely lower than 0.2%.\r\n\r\nThe differences are serious. In yet another scenario I ripped off—this time from Vanguard—let’s say you invest $10,000. You put half of it in a mutual fund with a 1.3% expense ratio. The other half goes in a fund with an 0.3% expense ratio. In 20 years, the expensive fund would cost you over $28,000. See details here.\r\n\r\nThe first and biggest advocate of index funds was Vanguard, which now has the most popular funds out there. I invest part of my portfolio in the Vanguard Index Funds 500 Index (VFINX), which has an expense ratio of 0.18%.\r\n<h2>Mutual funds sound dumb compared to index funds. Why do people like my parents still have them?</h2>\r\nI ask myself this a lot. There are no clear advantages to an actively managed mutual fund vs. an index fund. Yes, if you happen to have a mutual fund that beats the market, you’re better off investing in a mutual fund—-but fewer than 15% of all funds do that.\r\n\r\nThe basic answer is sad but revealing. First, most Americans just don’t know how mutual funds work. Fees sound small per year (2%! So what?) but over 20 years, they add up to tens of thousands of dollars or even more. Second, nobody knows what an index fund is. In fact, when was the last time you heard of one? Finally, buying and holding an index fund isn’t as sexy as thinking of a smart New York fund manager barking instructions to his minions.\r\n\r\nGive me a break. When my butler Jeeves is helping me recline on gold sheets and reaching for my jewel-encrusted remote control, I will be just fine with “boring” index funds.\r\n\r\n ','MUTUAL FUNDS','','publish','closed','closed','','mutual-funds','','','2017-06-20 09:47:02','2017-06-20 09:47:02','',0,'http://highfivefinance.com/?page_id=91',0,'page','',0),(92,1,'2017-06-19 11:22:48','2017-06-19 11:22:48','Most adults in America invest in some kind of mutual fund. They’re an easy, hands-off way to buy and diversify part of your portfolio. But there are costs to handing off your investment decisions to someone else.\r\n\r\nHere I’ll cover the basics of mutual funds, the secret most investors don’t know, and which fund I invest in. I will also make fun of stupid things people do with mutual funds.\r\n<h2>What is a mutual fund?</h2>\r\nA mutual fund is a collection of some kind of investment, usually stocks. By pooling your money with other investors, you’re able to create collections that a single investor wouldn’t normally be able to afford. They’re extremely popular. Your parents own at least one mutual fund if they’ve ever worked at a company.\r\n<h2>How mutual funds work</h2>\r\nMutual funds work like this: You pick a fund you like (e.g., growth, value, technology, international…), buy shares of the fund, and let a money manager pick the stocks he thinks will yield the best return. In exchange for this diversification and his expertise, you pay an annual fee.\r\n\r\nAdvantages: Hands-off approach means an expert money manager makes investment decisions for you. Mutual fund (ostensibly) holds many varied stocks, so if one company tanks, your fund doesn’t go down with it (i.e., it’s “diversified”).\r\n\r\nDisadvantages: Annual fees can equal tens of thousands of dollars or more (!) over the lifetime of an investment. If you invest in two mutual funds, they may overlap in investments, yielding a less-diversified portfolio than you really think.\r\n\r\nIn other words, if both funds hold Microsoft and Microsoft tanks, you get hit twice. Although you’re paying an expert to manage your money, they rarely beat the market—the mutual fund industry’s dirty secret!\r\n<h2>The mutual fund manager</h2>\r\nEach mutual fund has a fund manager overseeing all investments. He’s usually a talented financial expert whose bonus is based on the fund’s performance, so he’ll get (say) a $2 million bonus if the fund returns X%. Because they actively manage your money, you’ll sometimes hear mutual funds called “actively managed funds.”\r\n\r\nFund managers are highly compensated but also subject to being fired if the fund performs poorly. The main reason you should care about the fund manager is that you’re basically investing in him—by putting your money in his fund, you’re betting he’ll make you money.\r\n<h2>The different types of mutual funds</h2>\r\nIf you want to buy a mutual fund, you have some choices to make. It’s kind of like the 50 kinds of toothpaste you can choose at Target. Except there are thousands of funds and we’re talking about your life savings. Anyway, you can pick a mutual fund of almost any imaginable type, based on many factors (e.g., risk, return, sector, geographic area of investment, etc). For example, you could invest in a value fund, an emerging-markets fund, or a medical-device fund.\r\n\r\nThe key is to invest in what you understand. If I were going to buy a mutual fund, I’d get a technology fund because that’s what I know. Even though biotech sounds sexy, I don’t know enough about biotech to choose a “good” vs. “bad” fund, so I’d steer clear. You can sort through funds using ETrade or MorningStar.\r\n<h2>How exactly do you “buy” into a mutual fund?</h2>\r\nMutual funds have ticker symbols just like stocks.\r\n\r\nJust browse the funds using ETrade or MorningStar and you’ll see that buying shares of a mutual fund is almost exactly the same as buying shares of stock.\r\n<h2>Mutual-fund costs</h2>\r\nYour fund manager doesn’t come cheap. Actually, investing in mutual funds is damn expensive. Remember, you have to pay an annual fee in exchange for his expertise and the fund’s hands-off diversification.\r\n\r\nThe main fee you’re charged is called an expense ratio, which consists of the management fee (goes to your fund manager), administrative costs, and the 12b-1 distribution fee, which is used to advertise your fund. How ridiculous. Most funds charge somewhere around a 1.5% expense ratio.\r\n\r\nAlso, when you buy a mutual fund, you may be asked for a commission; this is also known as a front-end load or back-end load. Avoid commissions! You want a no-load fund. If your broker tries to convince you that a loaded fund is better, he is lying. You shouldn’t even be talking to a broker, anyway. Use a discount online broker like ETrade, Datek, Schwab, anything.\r\n\r\nWhy am I so against loaded funds? Easy: Loads cut into your profits and there’s no evidence that they produce better results. In fact, look at this data I ripped off of Yahoo Finance:\r\n\r\n“Assuming a $10,000 investment with a conservative nine percent annual net return rate (after annual fund operating expenses) over three years…\r\n\r\nIn cumulative ROI after three years in this illustration, the 100 percent no-load fund outperforms the five percent front-end load fund by 39.3 percent and the back-end load fund by 24.4 percent — even though a nine percent annual return rate is identical for all three funds!”\r\n\r\nSee. Always get a no-load fund.\r\n\r\nOne more reason mutual funds are expensive: Your manager is constantly buying and selling stocks, which incurs trading fees and HUGE amounts of taxes. This is part of why you can expect at least 2% of your returns to be eaten up by mutual-fund-related fees.\r\n<h2>The dirty secret of mutual funds</h2>\r\nEarlier I told you how most adults in America have mutual funds. Now let me explain why they are pretty stupid. Ok, you are paying for expert advice and a Very Smart Person to invest your money.\r\n\r\nStay with me. Remember when I told you that the market returns about 11% per year?\r\n\r\nNow, with all your Smart Money Manager’s tools and resources, you’d of course expect him to beat that. But…\r\n\r\nOver 85% of mutual funds fail to beat the market.\r\n\r\nWoah. Why would anyone invest in a mutual fund, which costs you tremendous amounts of money just for maintenance when you won’t even beat the market? Could it just be because people are lazy and don’t know what to do? What if there were a way to invest directly in the market?\r\n<h2>How do I invest directly in the market? Index funds</h2>\r\nI’m glad you asked.\r\n\r\nIndex funds are a special type of mutual fund. Instead of being actively managed by a fund manager, a computer simply matches the stocks in the market. So the Vanguard S&P 500 index fund has every stock that the actual S&P 500 has—the Vanguard index fund is an index of the market.\r\n\r\nThere are index funds for the S&P 500, NASDAQ, and more.\r\n\r\nThe advantages are simple:\r\n\r\n<strong>YOU MAKE A LOT MORE MONEY AND SAVE ON DUMB COSTS.</strong>\r\n\r\nBecause index funds don’t have money managers and other BS costs, your expense ratio is vastly lower. Compared to usual mutual funds (whose expense ratios average around 1.5%), index funds are routinely lower than 0.2%.\r\n\r\nThe differences are serious. In yet another scenario I ripped off—this time from Vanguard—let’s say you invest $10,000. You put half of it in a mutual fund with a 1.3% expense ratio. The other half goes in a fund with an 0.3% expense ratio. In 20 years, the expensive fund would cost you over $28,000. See details here.\r\n\r\nThe first and biggest advocate of index funds was Vanguard, which now has the most popular funds out there. I invest part of my portfolio in the Vanguard Index Funds 500 Index (VFINX), which has an expense ratio of 0.18%.\r\n<h2>Mutual funds sound dumb compared to index funds. Why do people like my parents still have them?</h2>\r\nI ask myself this a lot. There are no clear advantages to an actively managed mutual fund vs. an index fund. Yes, if you happen to have a mutual fund that beats the market, you’re better off investing in a mutual fund—-but fewer than 15% of all funds do that.\r\n\r\nThe basic answer is sad but revealing. First, most Americans just don’t know how mutual funds work. Fees sound small per year (2%! So what?) but over 20 years, they add up to tens of thousands of dollars or even more. Second, nobody knows what an index fund is. In fact, when was the last time you heard of one? Finally, buying and holding an index fund isn’t as sexy as thinking of a smart New York fund manager barking instructions to his minions.\r\n\r\nGive me a break. When my butler Jeeves is helping me recline on gold sheets and reaching for my jewel-encrusted remote control, I will be just fine with “boring” index funds.\r\n\r\n ','MUTUAL FUNDS','','inherit','closed','closed','','91-revision-v1','','','2017-06-19 11:22:48','2017-06-19 11:22:48','',91,'http://highfivefinance.com/2017/06/19/91-revision-v1/',0,'revision','',0),(93,1,'2017-06-19 11:36:35','2017-06-19 11:36:35','The best money market accounts (MMAs) can be a great low-risk investment for building that emergency fund or storing extra cash. They offer better interest rates than personal savings accounts but are more liquid than certificates of deposit (CDs).\r\n\r\nThe best strategy to start your search by using an online tool like the one below. With this tool, you can easily set the type of account you are looking for and your approximate balance to get a range of choices to compare.\r\n\r\nUnfortunately, even the best money market accounts haven’t been immune to sinking interest rates. According to Bankrate, the average MMA interest rate has sunk from 0.52% at the beginning of 2012 to 0.26% in 2016. Not super impressive, but savings accounts and one-year CDs are faring even worse with average rates of 0.08% and 0.26%, respectively. If you want to know more about the differences between money market accounts, savings accounts, and CDs, keep reading.\r\n\r\n<strong>In 2016, the best money market account rates hovered near 1.0% APY regardless of minimum deposit.</strong>\r\n\r\nThere are many competitive options that will keep you near these benchmarks for the best money market rates. Internet banks, traditional banks and alternative lending institutions are all jockeying for your deposits.\r\n\r\nIf you don’t feel like searching through so many options, and you want to just skip to the best money market accounts, read on.\r\n<h2>The Three Best Money Market Accounts in 2017</h2>\r\nI’ve combed through several MMAs with competitive interest rates to find the best options for you. I’ll detail my criteria further down. For now, here are the top three money market accounts:\r\n<ul>\r\n <li>Ally Money Market Account</li>\r\n <li>Sallie Mae Money Market Account</li>\r\n <li>EverBank Yield Pledge Money Market Account</li>\r\n</ul>\r\n<h2>1: Ally Bank Money Market Account</h2>\r\nAlly Money Market Account is the MMA to beat because of its combination of high interest rates, easy-to-understand disclosures, and customer-pleasing perks. The 0.85% APY is among the best available, and there are no maintenance fees. Though other withdrawals are limited to six per month (standard for money market accounts), Ally allows unlimited ATM withdrawals. The account also offers mobile check deposit and check-writing privileges. In my research, what really set Ally apart was its “straight talk product guide,” which laid out all the account details without requiring me to comb through fine print.\r\n\r\n<strong>Upsides</strong>\r\n<ul>\r\n <li>Competitive interest rate</li>\r\n <li>Unlimited ATM withdrawals</li>\r\n <li>No minimum deposit or maintenance fees</li>\r\n <li>Mobile check deposit</li>\r\n <li>Easy-to-understand terms</li>\r\n <li>Check writing</li>\r\n <li>24/7 online access</li>\r\n</ul>\r\n<h2>2: Sallie Mae Money Market Account</h2>\r\nThough they’re better known for student loans, Sallie Mae has an online bank offering high-yield savings options, including a money market account. Sallie Mae actually bests Ally with a slightly higher interest rate of 0.9% APY. There are no minimum deposits or monthly fees with Sallie Mae, which also offers check writing and mobile check deposit. The major downside here compared to Ally is that there are no ATM withdrawals, which can make your cash a bit harder to access.\r\n\r\n<strong>Upsides</strong>\r\n<ul>\r\n <li>Competitive interest rate</li>\r\n <li>No minimum deposit or maintenance fees</li>\r\n <li>Mobile check deposit</li>\r\n <li>Check writing</li>\r\n <li>24/7 online access</li>\r\n</ul>\r\n<strong>Downsides</strong>\r\n<ul>\r\n <li>No ATM withdrawals</li>\r\n</ul>\r\n<h2>3: EverBank Yield Pledge Money Market Account</h2>\r\nEverBank sets itself apart from the crowd by promising to keep its interest rate among the top 5% of banks nationwide. It also offers a new-customer promotional APY of 1.10% for a year. Other perks include no fees on positive balances, check writing, and mobile check deposit. On the downside, you need $1,500 to open an account. Also, though the promotional APY is impressive and the yield pledge is unique, EverBank’s ongoing APY of 0.61% isn’t as impressive as the interest rates offered by some of its online-bank competitors.\r\n\r\n<strong>Upsides</strong>\r\n<ul>\r\n <li>Interest-rate pledge</li>\r\n <li>No monthly service fees as long as you have a positive balance</li>\r\n <li>Check writing</li>\r\n <li>Mobile check deposit</li>\r\n <li>ATM withdrawals</li>\r\n <li>24/7 online access</li>\r\n</ul>\r\n<strong>Downsides</strong>\r\n<ul>\r\n <li>Minimum deposit is $1,500</li>\r\n <li>Non-promotional interest rate lower than some competitors</li>\r\n</ul>\r\n<h2>The Rest of the Best Money Market Accounts</h2>\r\nIn my research, I found a few more MMAs worth noting that didn’t quite crack my top three. Still, they could be a good pick for you depending on your circumstances.\r\n\r\nThe <strong>ableBanking Money Market Savings</strong> is offering 1.02% APY — higher than the non-promotional rates of any other MMAs I evaluated. This bank prides itself on low overhead, and returns part of that savings in the form of a $25 bonus to any charity you choose when you open an account. There’s a $250 minimum to open an account. Major downsides? No check writing and higher fees than the competition, including $30 for overdrafts.\r\n\r\n<strong>Synchrony Bank’s Optimizer Plus Money Market Account</strong> offers a competitive 0.85% APY with no minimum balance. Check writing and ATM withdrawals are among the perks. The catch is that you have to keep at least $1,500 in your account to avoid a $15 monthly service fee.\r\n\r\n<strong>Bank of Internet USA’s Money Market Savings Account</strong> doesn’t require a minimum balance and there are no monthly service fees. Check writing, mobile deposits, and even bill-paying services are included. You’ll need $100 to open an account. The 0.75% APY is solid, though not as impressive as other options. Fees can also be hefty here, including a $30 outgoing wire fee.\r\n\r\n<strong>Discover Bank’s Money Market Account</strong> is one of the most convenient MMA options, with free withdrawals at more than 60,000 ATMs, check writing, debit card access, and bill pay. The catch for all these perks is a slightly lower interest rate — 0.95% APY — and a minimum balance of $1,000 to open an account. If you’ve got $100,000 on hand, you’ll earn a 1.01% interest rate.','MONEY MARKET ACCOUNTS','','publish','closed','closed','','money-market-accounts','','','2017-06-19 13:16:28','2017-06-19 13:16:28','',0,'http://highfivefinance.com/?page_id=93',0,'page','',0),(94,1,'2017-06-19 11:36:35','2017-06-19 11:36:35','The best money market accounts (MMAs) can be a great low-risk investment for building that emergency fund or storing extra cash. They offer better interest rates than personal savings accounts but are more liquid than certificates of deposit (CDs).\r\n\r\nThe best strategy to start your search by using an online tool like the one below. With this tool, you can easily set the type of account you are looking for and your approximate balance to get a range of choices to compare.\r\n\r\nUnfortunately, even the best money market accounts haven’t been immune to sinking interest rates. According to Bankrate, the average MMA interest rate has sunk from 0.52% at the beginning of 2012 to 0.26% in 2016. Not super impressive, but savings accounts and one-year CDs are faring even worse with average rates of 0.08% and 0.26%, respectively. If you want to know more about the differences between money market accounts, savings accounts, and CDs, keep reading.\r\n\r\n<strong>In 2016, the best money market account rates hovered near 1.0% APY regardless of minimum deposit.</strong>\r\n\r\nThere are many competitive options that will keep you near these benchmarks for the best money market rates. Internet banks, traditional banks and alternative lending institutions are all jockeying for your deposits.\r\n\r\nIf you don’t feel like searching through so many options, and you want to just skip to the best money market accounts, read on.\r\n<h2>The Three Best Money Market Accounts in 2017</h2>\r\nI’ve combed through several MMAs with competitive interest rates to find the best options for you. I’ll detail my criteria further down. For now, here are the top three money market accounts:\r\n<ul>\r\n <li>Ally Money Market Account</li>\r\n <li>Sallie Mae Money Market Account</li>\r\n <li>EverBank Yield Pledge Money Market Account</li>\r\n</ul>\r\n<h2>1: Ally Bank Money Market Account</h2>\r\nAlly Money Market Account is the MMA to beat because of its combination of high interest rates, easy-to-understand disclosures, and customer-pleasing perks. The 0.85% APY is among the best available, and there are no maintenance fees. Though other withdrawals are limited to six per month (standard for money market accounts), Ally allows unlimited ATM withdrawals. The account also offers mobile check deposit and check-writing privileges. In my research, what really set Ally apart was its “straight talk product guide,” which laid out all the account details without requiring me to comb through fine print.\r\n\r\n<strong>Upsides</strong>\r\n<ul>\r\n <li>Competitive interest rate</li>\r\n <li>Unlimited ATM withdrawals</li>\r\n <li>No minimum deposit or maintenance fees</li>\r\n <li>Mobile check deposit</li>\r\n <li>Easy-to-understand terms</li>\r\n <li>Check writing</li>\r\n <li>24/7 online access</li>\r\n</ul>\r\n<h2>2: Sallie Mae Money Market Account</h2>\r\nThough they’re better known for student loans, Sallie Mae has an online bank offering high-yield savings options, including a money market account. Sallie Mae actually bests Ally with a slightly higher interest rate of 0.9% APY. There are no minimum deposits or monthly fees with Sallie Mae, which also offers check writing and mobile check deposit. The major downside here compared to Ally is that there are no ATM withdrawals, which can make your cash a bit harder to access.\r\n\r\n<strong>Upsides</strong>\r\n<ul>\r\n <li>Competitive interest rate</li>\r\n <li>No minimum deposit or maintenance fees</li>\r\n <li>Mobile check deposit</li>\r\n <li>Check writing</li>\r\n <li>24/7 online access</li>\r\n</ul>\r\n<strong>Downsides</strong>\r\n<ul>\r\n <li>No ATM withdrawals</li>\r\n</ul>\r\n<h2>3: EverBank Yield Pledge Money Market Account</h2>\r\nEverBank sets itself apart from the crowd by promising to keep its interest rate among the top 5% of banks nationwide. It also offers a new-customer promotional APY of 1.10% for a year. Other perks include no fees on positive balances, check writing, and mobile check deposit. On the downside, you need $1,500 to open an account. Also, though the promotional APY is impressive and the yield pledge is unique, EverBank’s ongoing APY of 0.61% isn’t as impressive as the interest rates offered by some of its online-bank competitors.\r\n\r\n<strong>Upsides</strong>\r\n<ul>\r\n <li>Interest-rate pledge</li>\r\n <li>No monthly service fees as long as you have a positive balance</li>\r\n <li>Check writing</li>\r\n <li>Mobile check deposit</li>\r\n <li>ATM withdrawals</li>\r\n <li>24/7 online access</li>\r\n</ul>\r\n<strong>Downsides</strong>\r\n<ul>\r\n <li>Minimum deposit is $1,500</li>\r\n <li>Non-promotional interest rate lower than some competitors</li>\r\n</ul>\r\n<h2>The Rest of the Best Money Market Accounts</h2>\r\nIn my research, I found a few more MMAs worth noting that didn’t quite crack my top three. Still, they could be a good pick for you depending on your circumstances.\r\n\r\nThe <strong>ableBanking Money Market Savings</strong> is offering 1.02% APY — higher than the non-promotional rates of any other MMAs I evaluated. This bank prides itself on low overhead, and returns part of that savings in the form of a $25 bonus to any charity you choose when you open an account. There’s a $250 minimum to open an account. Major downsides? No check writing and higher fees than the competition, including $30 for overdrafts.\r\n\r\n<strong>Synchrony Bank’s Optimizer Plus Money Market Account</strong> offers a competitive 0.85% APY with no minimum balance. Check writing and ATM withdrawals are among the perks. The catch is that you have to keep at least $1,500 in your account to avoid a $15 monthly service fee.\r\n\r\n<strong>Bank of Internet USA’s Money Market Savings Account</strong> doesn’t require a minimum balance and there are no monthly service fees. Check writing, mobile deposits, and even bill-paying services are included. You’ll need $100 to open an account. The 0.75% APY is solid, though not as impressive as other options. Fees can also be hefty here, including a $30 outgoing wire fee.\r\n\r\n<strong>Discover Bank’s Money Market Account</strong> is one of the most convenient MMA options, with free withdrawals at more than 60,000 ATMs, check writing, debit card access, and bill pay. The catch for all these perks is a slightly lower interest rate — 0.95% APY — and a minimum balance of $1,000 to open an account. If you’ve got $100,000 on hand, you’ll earn a 1.01% interest rate.','MONEY MARKET ACCOUNTS','','inherit','closed','closed','','93-revision-v1','','','2017-06-19 11:36:35','2017-06-19 11:36:35','',93,'http://highfivefinance.com/2017/06/19/93-revision-v1/',0,'revision','',0),(96,1,'2017-06-19 11:49:47','2017-06-19 11:49:47','<h2>WHAT IT IS:</h2>\r\nExchange-traded funds (ETFs) are securities that closely resemble index funds, but can be bought and sold during the day just like common stocks. These investment vehicles allow investors a convenient way to purchase a broad basket of securities in a single transaction. Essentially, ETFs offer the convenience of a stock along with the diversification of a mutual fund.\r\n<h2>HOW IT WORKS (EXAMPLE):</h2>\r\nExchange-traded funds are some of the most popular and innovative new securities to hit the market since the introduction of the mutual fund. The first ETF was the Standard and Poor\'s Deposit Receipt (SPDR, or \"Spider\"), which was first launched in 1993. Purchasing Spiders gave investors a way to mimic the performance of the S&P 500 without having to purchase an index fund. Furthermore, because they traded like a stock, SPDRs could be bought and sold throughout the day, purchased on margin, or even sold short.\r\n\r\nWhenever an investor purchases an ETF, he or she is basically investing in the performance of an underlying bundle of securities -- usually those representing a particular index or sector. Unit Investment Trusts (UITs) are often organized in the same manner. However, the unusual legal structure of an ETF makes the product somewhat unique.\r\n\r\nExchange-traded funds don\'t sell shares directly to investors. Instead, each ETF\'s sponsor issues large blocks (often of 50,000 shares or more) that are known as creation units. These units are then bought by an \"authorized participant\" -- typically a market maker, specialist or institutional investor -- which obtains shares of the underlying securities and places them in a trust. The authorized participant then splits up these creation units into ETF shares -- each of which represents a legal claim to a tiny fraction of the assets in the creation unit -- and then sells them on a secondary market.\r\n\r\nJust as closed-end funds don\'t always trade at a price that precisely reflects the value of the underlying assets in each share of the portfolio, it is also possible for an ETF to trade at a premium or a discount to its actual worth. To liquidate their holdings, most investors simply sell their ETF shares to other investors on the open market. However, it is possible to amass enough ETF shares to redeem them for one creation unit and then redeem the creation unit for the underlying securities. Because of the large number of shares involved, individual investors seldom use this option.\r\n<h2>WHY IT MATTERS:</h2>\r\nExchange-traded funds have grown increasingly popular in recent years, and the number of offerings has swelled. Today, these securities compete with mutual funds and offer a number of advantages over their predecessors, including:\r\n\r\n<strong>Low Cost --</strong> Unlike traditional mutual and index funds, ETFs have no front- or back-end loads. In addition, because they are not actively managed, most ETFs have minimal expense ratios, making them much more affordable than most other diversified investment vehicles. Most mutual funds also have minimum investment requirements, making them impractical for some smaller investors. By contrast, investors can purchase as little as one share of the ETF of their choice.\r\n\r\n<strong>Liquidity --</strong> Whereas traditional mutual funds are only priced at the end of the day, ETFs can be bought and sold at any time throughout the trading day. Many have average daily trading volumes in the hundreds of thousands (and in some cases millions) of shares per day, making them extremely liquid.\r\n\r\n<strong>Tax-Advantages --</strong> In a traditional mutual fund, managers are typically forced to sell off portfolio assets in order to meet redemptions. Often, this act triggers capital gains taxes, to which all shareholders are exposed. By contrast, the buying and selling of shares on the open market has no impact on an ETF\'s tax liability, and those that choose to redeem their ETFs are paid in shares of stock rather than in cash. This minimizes an ETF\'s tax burden because it does not have to sell shares (and therefore potentially realize taxable capital gains) to obtain cash to return to investors. Furthermore, those who redeem their ETFs are paid with the lowest-cost-basis shares in the fund, which increases the cost basis for the remaining holdings, thereby minimizing the ETF\'s capital gains exposure.\r\n\r\nAlthough exchange-traded funds offer several advantages over traditional mutual funds, they also have two distinct disadvantages. To begin, the securities that an ETF tracks are largely fixed, so investors that prefer active management will probably find ETFs wholly unsuitable. Furthermore, because they trade as stocks, each ETF purchase will be charged a brokerage commission. For those that make regular periodic investments -- such as a monthly dollar-cost averaging investment plan -- these recurring commissions might quickly become cost-prohibitive.\r\n\r\nAs with any security, the pros and cons should be weighed carefully, and investors should first do their homework to determine whether exchange-traded funds are the appropriate vehicle to meet their individual goals and objectives.\r\n\r\n ','EXCHANGE-TRADED FUND (ETF)','','publish','closed','closed','','exchange-traded-fund-etf','','','2017-06-19 13:16:57','2017-06-19 13:16:57','',0,'http://highfivefinance.com/?page_id=96',0,'page','',0),(97,1,'2017-06-19 11:49:47','2017-06-19 11:49:47','<h2>WHAT IT IS:</h2>\r\nExchange-traded funds (ETFs) are securities that closely resemble index funds, but can be bought and sold during the day just like common stocks. These investment vehicles allow investors a convenient way to purchase a broad basket of securities in a single transaction. Essentially, ETFs offer the convenience of a stock along with the diversification of a mutual fund.\r\n<h2>HOW IT WORKS (EXAMPLE):</h2>\r\nExchange-traded funds are some of the most popular and innovative new securities to hit the market since the introduction of the mutual fund. The first ETF was the Standard and Poor\'s Deposit Receipt (SPDR, or \"Spider\"), which was first launched in 1993. Purchasing Spiders gave investors a way to mimic the performance of the S&P 500 without having to purchase an index fund. Furthermore, because they traded like a stock, SPDRs could be bought and sold throughout the day, purchased on margin, or even sold short.\r\n\r\nWhenever an investor purchases an ETF, he or she is basically investing in the performance of an underlying bundle of securities -- usually those representing a particular index or sector. Unit Investment Trusts (UITs) are often organized in the same manner. However, the unusual legal structure of an ETF makes the product somewhat unique.\r\n\r\nExchange-traded funds don\'t sell shares directly to investors. Instead, each ETF\'s sponsor issues large blocks (often of 50,000 shares or more) that are known as creation units. These units are then bought by an \"authorized participant\" -- typically a market maker, specialist or institutional investor -- which obtains shares of the underlying securities and places them in a trust. The authorized participant then splits up these creation units into ETF shares -- each of which represents a legal claim to a tiny fraction of the assets in the creation unit -- and then sells them on a secondary market.\r\n\r\nJust as closed-end funds don\'t always trade at a price that precisely reflects the value of the underlying assets in each share of the portfolio, it is also possible for an ETF to trade at a premium or a discount to its actual worth. To liquidate their holdings, most investors simply sell their ETF shares to other investors on the open market. However, it is possible to amass enough ETF shares to redeem them for one creation unit and then redeem the creation unit for the underlying securities. Because of the large number of shares involved, individual investors seldom use this option.\r\n<h2>WHY IT MATTERS:</h2>\r\nExchange-traded funds have grown increasingly popular in recent years, and the number of offerings has swelled. Today, these securities compete with mutual funds and offer a number of advantages over their predecessors, including:\r\n\r\n<strong>Low Cost --</strong> Unlike traditional mutual and index funds, ETFs have no front- or back-end loads. In addition, because they are not actively managed, most ETFs have minimal expense ratios, making them much more affordable than most other diversified investment vehicles. Most mutual funds also have minimum investment requirements, making them impractical for some smaller investors. By contrast, investors can purchase as little as one share of the ETF of their choice.\r\n\r\n<strong>Liquidity --</strong> Whereas traditional mutual funds are only priced at the end of the day, ETFs can be bought and sold at any time throughout the trading day. Many have average daily trading volumes in the hundreds of thousands (and in some cases millions) of shares per day, making them extremely liquid.\r\n\r\n<strong>Tax-Advantages --</strong> In a traditional mutual fund, managers are typically forced to sell off portfolio assets in order to meet redemptions. Often, this act triggers capital gains taxes, to which all shareholders are exposed. By contrast, the buying and selling of shares on the open market has no impact on an ETF\'s tax liability, and those that choose to redeem their ETFs are paid in shares of stock rather than in cash. This minimizes an ETF\'s tax burden because it does not have to sell shares (and therefore potentially realize taxable capital gains) to obtain cash to return to investors. Furthermore, those who redeem their ETFs are paid with the lowest-cost-basis shares in the fund, which increases the cost basis for the remaining holdings, thereby minimizing the ETF\'s capital gains exposure.\r\n\r\nAlthough exchange-traded funds offer several advantages over traditional mutual funds, they also have two distinct disadvantages. To begin, the securities that an ETF tracks are largely fixed, so investors that prefer active management will probably find ETFs wholly unsuitable. Furthermore, because they trade as stocks, each ETF purchase will be charged a brokerage commission. For those that make regular periodic investments -- such as a monthly dollar-cost averaging investment plan -- these recurring commissions might quickly become cost-prohibitive.\r\n\r\nAs with any security, the pros and cons should be weighed carefully, and investors should first do their homework to determine whether exchange-traded funds are the appropriate vehicle to meet their individual goals and objectives.\r\n\r\n ','EXCHANGE-TRADED FUND (ETF)','','inherit','closed','closed','','96-revision-v1','','','2017-06-19 11:49:47','2017-06-19 11:49:47','',96,'http://highfivefinance.com/2017/06/19/96-revision-v1/',0,'revision','',0),(101,1,'2017-06-19 11:59:22','2017-06-19 11:59:22','Personal finance is the science of handling money. It involves all financial decisions and activities of an individual or household','PERSONAL FINANCE','','inherit','closed','closed','','68-revision-v1','','','2017-06-19 11:59:22','2017-06-19 11:59:22','',68,'http://highfivefinance.com/2017/06/19/68-revision-v1/',0,'revision','',0),(102,1,'2017-06-19 12:00:07','2017-06-19 12:00:07','Corporate finance is one of the most important subjects in the financial domain. It is deep rooted in our daily lives. All of us work in big or small','CORPORATE FINANCE','','inherit','closed','closed','','72-revision-v1','','','2017-06-19 12:00:07','2017-06-19 12:00:07','',72,'http://highfivefinance.com/2017/06/19/72-revision-v1/',0,'revision','',0),(103,1,'2017-06-19 12:00:51','2017-06-19 12:00:51','If you want to build wealth, become financially independent, gain control over your time, and spend your days','SAVING AND INVESTMENT','','inherit','closed','closed','','83-revision-v1','','','2017-06-19 12:00:51','2017-06-19 12:00:51','',83,'http://highfivefinance.com/2017/06/19/83-revision-v1/',0,'revision','',0),(106,1,'2017-06-19 12:17:24','2017-06-19 12:17:24','Finding financing in any economic climate can be challenging, whether you\'re looking for start-up funds, capital to expand or money to hold on through the tough times. But given our current state of affairs, securing funds is as tough as ever. To help you find the money you need, we\'ve compiled a guide on 10 financing techniques and what you should know when pursuing them.\r\n<h2>1. Consider Factoring</h2>\r\nFactoring is a finance method where a company sells its receivables at a discount to get cash up-front. It\'s often used by companies with poor credit or by businesses such as apparel manufacturers, which have to fill orders long before they get paid. However, it\'s an expensive way to raise funds. Companies selling receivables generally pay a fee that\'s a percentage of the total amount. If you pay a 2 percent fee to get funds 30 days in advance, it\'s equivalent to an annual interest rate of about 24 percent. For that reason, the business has gotten a bad reputation over the years. That said, the economic downturn has forced companies to look to alternative financing methods and companies like The Receivables Exchange are trying to make factoring more competitive. The exchange allows companies to offer their receivables to dozens of factoring companies at once, along with hedge funds, banks, and other finance companies. These lenders will bid on the invoices, which can be sold in a bundle or one at a time.\r\n<h2>2. Get a Bank Loan</h2>\r\nLending standards have gotten much stricter, but banks such as J.P. Morgan Chase and Bank of America have earmarked additional funds for small business lending. So why not apply?\r\n<h2>3. Use a Credit Card</h2>\r\nUsing a credit card to fund your business is some serious risky business. Fall behind on your payment and your credit score gets whacked. Pay just the minimum each month and you could create a hole you\'ll never get out of. However, used responsibly, a credit card can get you out of the occasional jam and even extend your accounts payable period to shore up your cash flow.\r\n<h2>4. Tap into Your 401(k)</h2>\r\nIf you\'re unemployed and thinking about starting your own business, those funds you\'ve accumulated in your 401(k) over the years can look pretty tempting. And thanks to provisions in the tax code, you actually can tap into them without penalty if you follow the right steps. The steps are simple enough, but legally complex, so you\'ll need someone with experience setting up a C corporation and the appropriate retirement plan to roll your retirement assets into. Remember that you\'re investing your retirement funds, which means if things don\'t pan out, not only do you lose your business, but your nest egg, too.\r\n<h2>5. Try Crowdfunding</h2>\r\nA crowdfunding site like Kickstarter.com can be a fun and effective way to raise money for a relatively low cost, creative project. You\'ll set a goal for how money you\'d like to raise over a period of time, say, $1,500 over 40 days. Your friends, family, and strangers then use the site to pledge money. Kickstarter has funded roughly 1,000 projects, from rock albums to documentary films since its launch last year. But keep in mind, this isn\'t about long-term funding. Rather, it\'s supposed to facilitate the asking for and giving of support for single, one-off ideas. Usually, project-creators offer incentives for pledging, such as if you give a writer $15, you\'ll get a book in return. There\'s no long-term return on investment for supporters and not even the ability to write off donations for tax purposes. Still, that hasn\'t stopped close to 100,000 people from pledging to Kickstarter projects.\r\n<h2>6. Pledge Some of Your Future Earnings</h2>\r\nYoung, ambitious and willing to make a bet on your future earnings? Consider how Kjerstin Erickson, Saul Garlick and Jon Gosier are trying to raise money. Through an online marketplace called the Thrust Fund, the three have offered up a percentage of their future lifetime earnings in exchange for upfront, undesignated venture funding. Erickson is willing to swap 6 percent of her future lifetime earnings for $600,000. The other two entrepreneurs are each offering 3 percent of future earnings for $300,000. Beware: the legality and enforceability of these \"personal investment contracts\" have yet to be established.\r\n<h2>7. Attract an Angel Investor</h2>\r\nWhen pitching an angel investor, all the old rules still apply: be succinct, avoid jargon, have an exit strategy. But the economic turmoil of the last few years has made a complicated game even trickier. Here are some tips to win over angel interest:\r\n<ul>\r\n <li>Add experience: Seeing some gray hair on your management team will help ease investors\' fears about your company\'s ability to deal with a tough economy. Even an unpaid, but highly experienced adviser could add to your credibility.</li>\r\n <li>Don\'t be a fad-follower: Did you start your company because you are truly passionate about your idea or because you want to cash in on the latest trend? Angels can spot the difference and won\'t give much attention to those whose companies are essentially get-rich-quick schemes.</li>\r\n <li>Know your stuff: You\'ll need market assessments, competitive analysis and solid marketing and sales plans if you expect to get anywhere with an angel. Even young companies need to demonstrate an expert knowledge of the market they are about to enter as well as the discipline to follow through with their game plan.</li>\r\n <li>Keep in touch: An angel may not be interested in your business right away, especially if you don\'t have a track record as a successful entrepreneur. To combat that, you should formulate a way to keep them in the loop on big developments, like a major sale.</li>\r\n</ul>\r\n<h2>8. Secure an SBA Loan</h2>\r\nWith banks reluctant to take any chances with their own money in the wake of the credit crisis, loans guaranteed by the U.S. Small Business Administration have become a hot commodity. Indeed, funds to support special breaks on fees and guarantees on SBA-backed loans have run out a number of times. And while SBA-backed loans are open to any small business, there are a number of qualifications, including:\r\n<ul>\r\n <li>Under law, the SBA can\'t guarantee loans to businesses that can obtain the money they need on their own. So you have to apply for a loan on your own from a bank or other financial institution and be turned down.</li>\r\n <li>In order to qualify as a small business, your firm needs to meet the government\'s definition of a small business for your industry.</li>\r\n <li>Your business may need to meet other criteria depending on the type of loan.</li>\r\n <li>After determining that your business meets the qualifications, you need to apply for a commercial loan from a financial company that processes SBA loans since the SBA doesn\'t provide\r\nloans directly. The bank\'s qualifications can be more stringent.</li>\r\n</ul>\r\n<h2>9. Raise Money from Your Family and Friends</h2>\r\nHitting up family and friends is the most common way to finance a start-up. But when you turn loved ones into creditors, you\'re risking their financial future and jeopardizing important personal relationships. A classic mistake is approaching friends and family before a formal business plan is even in place. To avoid it, you should supply formal financial projections, as well as an evidence-based assessment of when your loved ones will see their money again. This should reduce the likelihood of unpleasant surprises. It also lets your investors know you take their money seriously. You also need to seriously consider how the arrangement will be structured. Are you offering equity? Or will this be a loan? Perhaps most importantly, you need to emphasize the risk involved. Offer up a strong business plan, but remind them there is a good chance their money will be lost. It\'s better to mention that upfront to Aunt Gladys rather than over Thanksgiving dinner.\r\n<h2>10. Get a Microloan</h2>\r\nThe lack of a credit history, collateral or the inability to secure a loan through a bank doesn\'t mean no one will lend to you. One option would be to apply for a microloan, a small business loan ranging from $500 to $35,000. Microloans are often so small that commercial banks can\'t be bothered lending the funds. Instead of a bank, you need to turn to a microlender. a non-profit organization that works differently than banks. Microlenders offer smaller loan sizes, usually require less documentation than banks, and often apply more flexible underwriting criteria. There are a few hundred microlenders throughout the U.S. and they often charge slightly higher interest rates for loans than banks. \"Microloans are really for that startup entrepreneur or an entrepreneur in an existing business facing a capital gap who needs to secure capital for new equipment or to service a contract,\" says Connie Evans, president and CEO of AEO, which represents 400 mostly non-profit microlenders and microenterprise organizations.','WAYS TO FINANCE YOUR BUSINESS','','publish','closed','closed','','ways-to-finance-your-business','','','2017-06-19 12:17:24','2017-06-19 12:17:24','',0,'http://highfivefinance.com/?page_id=106',0,'page','',0),(107,1,'2017-06-19 12:17:24','2017-06-19 12:17:24','Finding financing in any economic climate can be challenging, whether you\'re looking for start-up funds, capital to expand or money to hold on through the tough times. But given our current state of affairs, securing funds is as tough as ever. To help you find the money you need, we\'ve compiled a guide on 10 financing techniques and what you should know when pursuing them.\r\n<h2>1. Consider Factoring</h2>\r\nFactoring is a finance method where a company sells its receivables at a discount to get cash up-front. It\'s often used by companies with poor credit or by businesses such as apparel manufacturers, which have to fill orders long before they get paid. However, it\'s an expensive way to raise funds. Companies selling receivables generally pay a fee that\'s a percentage of the total amount. If you pay a 2 percent fee to get funds 30 days in advance, it\'s equivalent to an annual interest rate of about 24 percent. For that reason, the business has gotten a bad reputation over the years. That said, the economic downturn has forced companies to look to alternative financing methods and companies like The Receivables Exchange are trying to make factoring more competitive. The exchange allows companies to offer their receivables to dozens of factoring companies at once, along with hedge funds, banks, and other finance companies. These lenders will bid on the invoices, which can be sold in a bundle or one at a time.\r\n<h2>2. Get a Bank Loan</h2>\r\nLending standards have gotten much stricter, but banks such as J.P. Morgan Chase and Bank of America have earmarked additional funds for small business lending. So why not apply?\r\n<h2>3. Use a Credit Card</h2>\r\nUsing a credit card to fund your business is some serious risky business. Fall behind on your payment and your credit score gets whacked. Pay just the minimum each month and you could create a hole you\'ll never get out of. However, used responsibly, a credit card can get you out of the occasional jam and even extend your accounts payable period to shore up your cash flow.\r\n<h2>4. Tap into Your 401(k)</h2>\r\nIf you\'re unemployed and thinking about starting your own business, those funds you\'ve accumulated in your 401(k) over the years can look pretty tempting. And thanks to provisions in the tax code, you actually can tap into them without penalty if you follow the right steps. The steps are simple enough, but legally complex, so you\'ll need someone with experience setting up a C corporation and the appropriate retirement plan to roll your retirement assets into. Remember that you\'re investing your retirement funds, which means if things don\'t pan out, not only do you lose your business, but your nest egg, too.\r\n<h2>5. Try Crowdfunding</h2>\r\nA crowdfunding site like Kickstarter.com can be a fun and effective way to raise money for a relatively low cost, creative project. You\'ll set a goal for how money you\'d like to raise over a period of time, say, $1,500 over 40 days. Your friends, family, and strangers then use the site to pledge money. Kickstarter has funded roughly 1,000 projects, from rock albums to documentary films since its launch last year. But keep in mind, this isn\'t about long-term funding. Rather, it\'s supposed to facilitate the asking for and giving of support for single, one-off ideas. Usually, project-creators offer incentives for pledging, such as if you give a writer $15, you\'ll get a book in return. There\'s no long-term return on investment for supporters and not even the ability to write off donations for tax purposes. Still, that hasn\'t stopped close to 100,000 people from pledging to Kickstarter projects.\r\n<h2>6. Pledge Some of Your Future Earnings</h2>\r\nYoung, ambitious and willing to make a bet on your future earnings? Consider how Kjerstin Erickson, Saul Garlick and Jon Gosier are trying to raise money. Through an online marketplace called the Thrust Fund, the three have offered up a percentage of their future lifetime earnings in exchange for upfront, undesignated venture funding. Erickson is willing to swap 6 percent of her future lifetime earnings for $600,000. The other two entrepreneurs are each offering 3 percent of future earnings for $300,000. Beware: the legality and enforceability of these \"personal investment contracts\" have yet to be established.\r\n<h2>7. Attract an Angel Investor</h2>\r\nWhen pitching an angel investor, all the old rules still apply: be succinct, avoid jargon, have an exit strategy. But the economic turmoil of the last few years has made a complicated game even trickier. Here are some tips to win over angel interest:\r\n<ul>\r\n <li>Add experience: Seeing some gray hair on your management team will help ease investors\' fears about your company\'s ability to deal with a tough economy. Even an unpaid, but highly experienced adviser could add to your credibility.</li>\r\n <li>Don\'t be a fad-follower: Did you start your company because you are truly passionate about your idea or because you want to cash in on the latest trend? Angels can spot the difference and won\'t give much attention to those whose companies are essentially get-rich-quick schemes.</li>\r\n <li>Know your stuff: You\'ll need market assessments, competitive analysis and solid marketing and sales plans if you expect to get anywhere with an angel. Even young companies need to demonstrate an expert knowledge of the market they are about to enter as well as the discipline to follow through with their game plan.</li>\r\n <li>Keep in touch: An angel may not be interested in your business right away, especially if you don\'t have a track record as a successful entrepreneur. To combat that, you should formulate a way to keep them in the loop on big developments, like a major sale.</li>\r\n</ul>\r\n<h2>8. Secure an SBA Loan</h2>\r\nWith banks reluctant to take any chances with their own money in the wake of the credit crisis, loans guaranteed by the U.S. Small Business Administration have become a hot commodity. Indeed, funds to support special breaks on fees and guarantees on SBA-backed loans have run out a number of times. And while SBA-backed loans are open to any small business, there are a number of qualifications, including:\r\n<ul>\r\n <li>Under law, the SBA can\'t guarantee loans to businesses that can obtain the money they need on their own. So you have to apply for a loan on your own from a bank or other financial institution and be turned down.</li>\r\n <li>In order to qualify as a small business, your firm needs to meet the government\'s definition of a small business for your industry.</li>\r\n <li>Your business may need to meet other criteria depending on the type of loan.</li>\r\n <li>After determining that your business meets the qualifications, you need to apply for a commercial loan from a financial company that processes SBA loans since the SBA doesn\'t provide\r\nloans directly. The bank\'s qualifications can be more stringent.</li>\r\n</ul>\r\n<h2>9. Raise Money from Your Family and Friends</h2>\r\nHitting up family and friends is the most common way to finance a start-up. But when you turn loved ones into creditors, you\'re risking their financial future and jeopardizing important personal relationships. A classic mistake is approaching friends and family before a formal business plan is even in place. To avoid it, you should supply formal financial projections, as well as an evidence-based assessment of when your loved ones will see their money again. This should reduce the likelihood of unpleasant surprises. It also lets your investors know you take their money seriously. You also need to seriously consider how the arrangement will be structured. Are you offering equity? Or will this be a loan? Perhaps most importantly, you need to emphasize the risk involved. Offer up a strong business plan, but remind them there is a good chance their money will be lost. It\'s better to mention that upfront to Aunt Gladys rather than over Thanksgiving dinner.\r\n<h2>10. Get a Microloan</h2>\r\nThe lack of a credit history, collateral or the inability to secure a loan through a bank doesn\'t mean no one will lend to you. One option would be to apply for a microloan, a small business loan ranging from $500 to $35,000. Microloans are often so small that commercial banks can\'t be bothered lending the funds. Instead of a bank, you need to turn to a microlender. a non-profit organization that works differently than banks. Microlenders offer smaller loan sizes, usually require less documentation than banks, and often apply more flexible underwriting criteria. There are a few hundred microlenders throughout the U.S. and they often charge slightly higher interest rates for loans than banks. \"Microloans are really for that startup entrepreneur or an entrepreneur in an existing business facing a capital gap who needs to secure capital for new equipment or to service a contract,\" says Connie Evans, president and CEO of AEO, which represents 400 mostly non-profit microlenders and microenterprise organizations.','WAYS TO FINANCE YOUR BUSINESS','','inherit','closed','closed','','106-revision-v1','','','2017-06-19 12:17:24','2017-06-19 12:17:24','',106,'http://highfivefinance.com/2017/06/19/106-revision-v1/',0,'revision','',0),(109,1,'2017-06-19 12:40:35','2017-06-19 12:40:35','With prices averaging more than $31,000 for a new vehicle and $17,000 for a used model from a dealership, you might consider financing or leasing your next vehicle.\r\n<h2>Financing Options</h2>\r\nYou have two financing options: direct lending or dealership financing.\r\n\r\n<strong>Direct Lending</strong>\r\nIn direct lending, you get a loan directly from a bank, finance company, or credit union. You agree to pay, over a period of time, the amount financed, plus a finance charge. Once you enter into a contract with a dealership to buy a vehicle, you use the loan from the direct lender to pay for the vehicle.\r\n\r\n<strong>Direct lending may offer you:</strong>\r\n<ul>\r\n <li>Comparisons. You have the chance to shop around and ask several lenders directly about their credit terms before you agree to buy a specific vehicle.</li>\r\n <li>Credit terms in advance. By getting financing before you buy the vehicle, you will know your rate and other terms when you are shopping.</li>\r\n</ul>\r\n<strong>Dealership Financing</strong>\r\nIn dealership financing — another common type of vehicle financing — you get financing through the dealership. You and a dealer enter into a contract where you buy a vehicle and agree to pay, over a period of time, the amount financed plus a finance charge. The dealer may retain the contract, but typically sells it to a bank, finance company or credit union — called an assignee — that services the account and collects your payments.\r\n\r\n<strong>Dealership financing may offer you:</strong>\r\n<ul>\r\n <li>Convenience. Dealers offer vehicles and financing in one location and may have extended hours, like evenings and weekends.</li>\r\n <li>Multiple financing options. The dealer’s relationships with a variety of banks and finance companies may mean it can offer you a range of financing choices.</li>\r\n <li>Special programs. Dealers sometimes offer manufacturer-sponsored, low-rate or incentive programs to buyers. The programs may be limited to certain vehicles or may have special requirements, like a larger down payment or shorter contract length (36 or 48 months). These programs might require a strong credit rating; check to see if you qualify.</li>\r\n</ul>\r\n<strong>Remember:</strong> Shop around before you make a decision about buying or leasing. Consider offers from different dealers and several sources of financing, including banks, credit unions, and finance companies. Comparison shopping is the best way to find both the vehicle and the finance or lease terms that best suit your needs.\r\n<h2>Before You Buy or Lease a Vehicle</h2>\r\n<strong>Consider Federal and State Laws</strong>\r\nReview the federal and state laws that affect the vehicle financing and leasing process. These laws offer important information that can help you negotiate a better deal or better understand the process. They also give you certain rights.\r\n\r\n<strong>Determine How Much You Can Afford</strong>\r\nBefore you finance or lease a vehicle, take a look at your financial situation to make sure you have enough income to cover your monthly living expenses. Then, if you want to finance a vehicle, know that the total amount you will pay will depend on several factors, including the price you negotiate for the vehicle, the Annual Percentage Rate (APR), which may be negotiable, and the length of the credit contract.\r\n\r\nFinance or lease a vehicle only when you can afford to take on a new obligation. Check the overall costs for the purchase or lease. Consider the monthly payment in finance or lease negotiations. You may want to use the “Monthly Spending Plan” worksheet as a guide.\r\n\r\nThe only time to consider taking on additional debt is when you are spending less than you take home. The additional debt load should not cut into any amount you have committed to saving for emergencies and other top priorities or life goals. Saving for a down payment or trading in a vehicle can reduce the amount you need to finance and reduce your financing costs. In some cases, your trade-in vehicle will take care of the down payment on your new vehicle.\r\n\r\nIf you owe more on your vehicle than its market value, you have negative equity in your vehicle. This is a consideration if you plan to use your vehicle as a trade-in. The longer your new credit contract, the longer it will be before you have positive equity in the new vehicle — that is, before it is worth more than you owe. If you have negative equity, you may need to make a bigger down payment. Or the dealer may offer to include the negative equity in your new finance contract by increasing the amount financed to include the amount you still owe on your current vehicle. This will increase your monthly payments on the new contract in two ways: it adds to the amount financed and increases the finance charge. If you have negative equity in your vehicle, consider paying down the debt before you buy another vehicle. If you use the vehicle for a trade-in, ask how the negative equity affects your new credit obligation.\r\n<h2>When You Apply for Financing</h2>\r\nMost dealerships have a Finance and Insurance (F&I) Department that will tell you about its available financing options. The F&I Department manager will ask you to complete a credit application, which may include your:\r\n<ul>\r\n <li>name;</li>\r\n <li>Social Security number;</li>\r\n <li>date of birth;</li>\r\n <li>current and previous address(es) and length of stay;\r\ncurrent and previous employer(s) and length of employment;</li>\r\n <li>occupation;</li>\r\n <li>sources of income;</li>\r\n <li>total gross monthly income; and</li>\r\n <li>financial information on current credit accounts, including debt obligations.</li>\r\n</ul>\r\nMost dealerships will get a copy of your credit report, which has information about your current and past credit obligations, your payment record, and data from public records (for example, a bankruptcy filing from court documents). For each account, your credit report shows your account number, the type and terms of the account, the credit limit, the most recent balance and the most recent payment. The comments section describes the status of your account, including the creditor’s summary of past due information and legal steps that may have been taken to collect on those obligations.\r\n\r\nThe dealership typically submits your credit application to one or more potential assignees, such as a bank, finance company or credit union, to determine their willingness to buy your contract from the dealer.\r\n\r\nThe finance companies or other potential assignees evaluate your credit application using automated techniques like credit scoring, where factors like your credit history, length of employment, income, and expenses may be weighted and scored.\r\n\r\nThe potential assignee will not deal directly with you when you finance through a dealer. It bases its evaluation on your credit report and credit score, the completed credit application, and the terms of the sale, such as the amount of the down payment. Each potential assignee decides whether it is willing to buy the contract, notifies the dealership of its decision and, if applicable, offers the dealership a wholesale rate, often called the buy rate, at which the assignee will buy the contract.\r\n\r\nYour dealer may offer manufacturer incentives, such as reduced finance rates or cash back on certain models. You may see these specials advertised in your area and online. Make sure you ask your dealer if the model you are interested in has any special financing offers. Generally, these discounted rates are not negotiable, may be limited by a consumer’s credit history, and/or are available only for certain makes, models, or model-year vehicles.\r\n\r\nWhen no special financing offers are available, you usually can negotiate the APR and the terms for payment with the dealership, just as you would negotiate the price of the vehicle. The APR that you negotiate with the dealer usually is higher than the wholesale rate, because it includes an amount that compensates the dealer for handling the financing. Negotiation can take place before or after the dealership accepts and processes your credit application. Try to negotiate the lowest APR with the dealer, just as you would negotiate the best price for the vehicle.\r\n\r\nDealers who promote rebates, discounts or special prices must clearly explain what is required to qualify for these incentives. For example, these offers may involve being a recent college graduate or a member of the military, or they may involve reductions for only specific vehicles. Check to see if you qualify for any available rebates, discounts or offers as they can reduce your price and, therefore, the amount you finance or that is part of your lease.\r\n\r\nMost consumers who apply for credit will get a free credit score disclosure notice. This notice includes a credit score, the source of that score, and information about where your score falls with respect to other consumers.\r\n\r\nAsk questions about the terms of the contract before you sign. For example, ask whether the terms of the contract are final and have been fully approved before you sign and leave the dealership with the vehicle. If the dealer says they are still working on the approval, be aware that the deal is not yet final. Consider waiting to sign the contract and keeping your current vehicle until the financing has been fully approved. Or check other financing sources before you sign and before you leave your car at the dealership.\r\n<h2>Should I Lease a Vehicle?</h2>\r\nWhen you lease a vehicle, you have the right to use it for an agreed number of months and miles. At lease end, you may return the vehicle, pay any end-of-lease fees and charges, and “walk away.” You may buy the vehicle for the additional agreed-upon price if you have a purchase option, a typical provision in lease agreements. If you end the lease early, in most cases you will be responsible for an early termination charge that could be substantial.\r\n\r\nThe monthly payments on a lease usually are lower than monthly finance payments on the same vehicle because you are paying for the vehicle’s expected depreciation during the lease period, plus a rent charge, taxes, and fees. But at the end of a lease, you must return the vehicle unless the lease agreement lets you buy it and you agree to the purchase costs and terms.\r\n\r\n<strong>To determine if leasing fits your situation:</strong>\r\n<ul>\r\n <li>Consider the beginning, middle and end of lease costs.</li>\r\n <li>Compare different lease offers and terms, including mileage limits.</li>\r\n <li>Consider how long you may want to keep the vehicle.</li>\r\n</ul>\r\nThe mileage limit in most standard leases is based on a certain number of miles you can drive, typically 15,000 or fewer per year. You can negotiate a higher mileage limit, but that normally increases the monthly payment because the vehicle depreciates more during the life of the lease. If you go beyond the mileage limit in the lease agreement, you probably will have to pay an additional charge when you return the vehicle.\r\n\r\nWhen you lease, you are responsible for excess wear and damage and any missing equipment. You also must service the vehicle according to the manufacturer’s recommendations and maintain insurance that meets the leasing company’s standards.\r\n\r\nFor more information, see Keys to Vehicle Leasing, a publication of the Federal Reserve Board.\r\n<h2>What about a Co-signer?</h2>\r\nA creditor may require that you have a co-signer on the finance contract to make up for any deficiencies in your credit history. As a co-signer, you assume equal responsibility for the contract. The account payment history will appear on both the borrower’s and co-signer’s credit reports. For this reason, use caution if you are asked to co-sign for someone. Co-signers are legally obligated to repay the contract, so make sure you know the terms of the contract and can afford to take on the payments before you agree to co-sign for someone.\r\n\r\n ','UNDERSTANDING VEHICLE FINANCING','','publish','closed','closed','','understanding-vehicle-financing','','','2017-06-19 12:40:35','2017-06-19 12:40:35','',0,'http://highfivefinance.com/?page_id=109',0,'page','',0),(110,1,'2017-06-19 12:40:35','2017-06-19 12:40:35','With prices averaging more than $31,000 for a new vehicle and $17,000 for a used model from a dealership, you might consider financing or leasing your next vehicle.\r\n<h2>Financing Options</h2>\r\nYou have two financing options: direct lending or dealership financing.\r\n\r\n<strong>Direct Lending</strong>\r\nIn direct lending, you get a loan directly from a bank, finance company, or credit union. You agree to pay, over a period of time, the amount financed, plus a finance charge. Once you enter into a contract with a dealership to buy a vehicle, you use the loan from the direct lender to pay for the vehicle.\r\n\r\n<strong>Direct lending may offer you:</strong>\r\n<ul>\r\n <li>Comparisons. You have the chance to shop around and ask several lenders directly about their credit terms before you agree to buy a specific vehicle.</li>\r\n <li>Credit terms in advance. By getting financing before you buy the vehicle, you will know your rate and other terms when you are shopping.</li>\r\n</ul>\r\n<strong>Dealership Financing</strong>\r\nIn dealership financing — another common type of vehicle financing — you get financing through the dealership. You and a dealer enter into a contract where you buy a vehicle and agree to pay, over a period of time, the amount financed plus a finance charge. The dealer may retain the contract, but typically sells it to a bank, finance company or credit union — called an assignee — that services the account and collects your payments.\r\n\r\n<strong>Dealership financing may offer you:</strong>\r\n<ul>\r\n <li>Convenience. Dealers offer vehicles and financing in one location and may have extended hours, like evenings and weekends.</li>\r\n <li>Multiple financing options. The dealer’s relationships with a variety of banks and finance companies may mean it can offer you a range of financing choices.</li>\r\n <li>Special programs. Dealers sometimes offer manufacturer-sponsored, low-rate or incentive programs to buyers. The programs may be limited to certain vehicles or may have special requirements, like a larger down payment or shorter contract length (36 or 48 months). These programs might require a strong credit rating; check to see if you qualify.</li>\r\n</ul>\r\n<strong>Remember:</strong> Shop around before you make a decision about buying or leasing. Consider offers from different dealers and several sources of financing, including banks, credit unions, and finance companies. Comparison shopping is the best way to find both the vehicle and the finance or lease terms that best suit your needs.\r\n<h2>Before You Buy or Lease a Vehicle</h2>\r\n<strong>Consider Federal and State Laws</strong>\r\nReview the federal and state laws that affect the vehicle financing and leasing process. These laws offer important information that can help you negotiate a better deal or better understand the process. They also give you certain rights.\r\n\r\n<strong>Determine How Much You Can Afford</strong>\r\nBefore you finance or lease a vehicle, take a look at your financial situation to make sure you have enough income to cover your monthly living expenses. Then, if you want to finance a vehicle, know that the total amount you will pay will depend on several factors, including the price you negotiate for the vehicle, the Annual Percentage Rate (APR), which may be negotiable, and the length of the credit contract.\r\n\r\nFinance or lease a vehicle only when you can afford to take on a new obligation. Check the overall costs for the purchase or lease. Consider the monthly payment in finance or lease negotiations. You may want to use the “Monthly Spending Plan” worksheet as a guide.\r\n\r\nThe only time to consider taking on additional debt is when you are spending less than you take home. The additional debt load should not cut into any amount you have committed to saving for emergencies and other top priorities or life goals. Saving for a down payment or trading in a vehicle can reduce the amount you need to finance and reduce your financing costs. In some cases, your trade-in vehicle will take care of the down payment on your new vehicle.\r\n\r\nIf you owe more on your vehicle than its market value, you have negative equity in your vehicle. This is a consideration if you plan to use your vehicle as a trade-in. The longer your new credit contract, the longer it will be before you have positive equity in the new vehicle — that is, before it is worth more than you owe. If you have negative equity, you may need to make a bigger down payment. Or the dealer may offer to include the negative equity in your new finance contract by increasing the amount financed to include the amount you still owe on your current vehicle. This will increase your monthly payments on the new contract in two ways: it adds to the amount financed and increases the finance charge. If you have negative equity in your vehicle, consider paying down the debt before you buy another vehicle. If you use the vehicle for a trade-in, ask how the negative equity affects your new credit obligation.\r\n<h2>When You Apply for Financing</h2>\r\nMost dealerships have a Finance and Insurance (F&I) Department that will tell you about its available financing options. The F&I Department manager will ask you to complete a credit application, which may include your:\r\n<ul>\r\n <li>name;</li>\r\n <li>Social Security number;</li>\r\n <li>date of birth;</li>\r\n <li>current and previous address(es) and length of stay;\r\ncurrent and previous employer(s) and length of employment;</li>\r\n <li>occupation;</li>\r\n <li>sources of income;</li>\r\n <li>total gross monthly income; and</li>\r\n <li>financial information on current credit accounts, including debt obligations.</li>\r\n</ul>\r\nMost dealerships will get a copy of your credit report, which has information about your current and past credit obligations, your payment record, and data from public records (for example, a bankruptcy filing from court documents). For each account, your credit report shows your account number, the type and terms of the account, the credit limit, the most recent balance and the most recent payment. The comments section describes the status of your account, including the creditor’s summary of past due information and legal steps that may have been taken to collect on those obligations.\r\n\r\nThe dealership typically submits your credit application to one or more potential assignees, such as a bank, finance company or credit union, to determine their willingness to buy your contract from the dealer.\r\n\r\nThe finance companies or other potential assignees evaluate your credit application using automated techniques like credit scoring, where factors like your credit history, length of employment, income, and expenses may be weighted and scored.\r\n\r\nThe potential assignee will not deal directly with you when you finance through a dealer. It bases its evaluation on your credit report and credit score, the completed credit application, and the terms of the sale, such as the amount of the down payment. Each potential assignee decides whether it is willing to buy the contract, notifies the dealership of its decision and, if applicable, offers the dealership a wholesale rate, often called the buy rate, at which the assignee will buy the contract.\r\n\r\nYour dealer may offer manufacturer incentives, such as reduced finance rates or cash back on certain models. You may see these specials advertised in your area and online. Make sure you ask your dealer if the model you are interested in has any special financing offers. Generally, these discounted rates are not negotiable, may be limited by a consumer’s credit history, and/or are available only for certain makes, models, or model-year vehicles.\r\n\r\nWhen no special financing offers are available, you usually can negotiate the APR and the terms for payment with the dealership, just as you would negotiate the price of the vehicle. The APR that you negotiate with the dealer usually is higher than the wholesale rate, because it includes an amount that compensates the dealer for handling the financing. Negotiation can take place before or after the dealership accepts and processes your credit application. Try to negotiate the lowest APR with the dealer, just as you would negotiate the best price for the vehicle.\r\n\r\nDealers who promote rebates, discounts or special prices must clearly explain what is required to qualify for these incentives. For example, these offers may involve being a recent college graduate or a member of the military, or they may involve reductions for only specific vehicles. Check to see if you qualify for any available rebates, discounts or offers as they can reduce your price and, therefore, the amount you finance or that is part of your lease.\r\n\r\nMost consumers who apply for credit will get a free credit score disclosure notice. This notice includes a credit score, the source of that score, and information about where your score falls with respect to other consumers.\r\n\r\nAsk questions about the terms of the contract before you sign. For example, ask whether the terms of the contract are final and have been fully approved before you sign and leave the dealership with the vehicle. If the dealer says they are still working on the approval, be aware that the deal is not yet final. Consider waiting to sign the contract and keeping your current vehicle until the financing has been fully approved. Or check other financing sources before you sign and before you leave your car at the dealership.\r\n<h2>Should I Lease a Vehicle?</h2>\r\nWhen you lease a vehicle, you have the right to use it for an agreed number of months and miles. At lease end, you may return the vehicle, pay any end-of-lease fees and charges, and “walk away.” You may buy the vehicle for the additional agreed-upon price if you have a purchase option, a typical provision in lease agreements. If you end the lease early, in most cases you will be responsible for an early termination charge that could be substantial.\r\n\r\nThe monthly payments on a lease usually are lower than monthly finance payments on the same vehicle because you are paying for the vehicle’s expected depreciation during the lease period, plus a rent charge, taxes, and fees. But at the end of a lease, you must return the vehicle unless the lease agreement lets you buy it and you agree to the purchase costs and terms.\r\n\r\n<strong>To determine if leasing fits your situation:</strong>\r\n<ul>\r\n <li>Consider the beginning, middle and end of lease costs.</li>\r\n <li>Compare different lease offers and terms, including mileage limits.</li>\r\n <li>Consider how long you may want to keep the vehicle.</li>\r\n</ul>\r\nThe mileage limit in most standard leases is based on a certain number of miles you can drive, typically 15,000 or fewer per year. You can negotiate a higher mileage limit, but that normally increases the monthly payment because the vehicle depreciates more during the life of the lease. If you go beyond the mileage limit in the lease agreement, you probably will have to pay an additional charge when you return the vehicle.\r\n\r\nWhen you lease, you are responsible for excess wear and damage and any missing equipment. You also must service the vehicle according to the manufacturer’s recommendations and maintain insurance that meets the leasing company’s standards.\r\n\r\nFor more information, see Keys to Vehicle Leasing, a publication of the Federal Reserve Board.\r\n<h2>What about a Co-signer?</h2>\r\nA creditor may require that you have a co-signer on the finance contract to make up for any deficiencies in your credit history. As a co-signer, you assume equal responsibility for the contract. The account payment history will appear on both the borrower’s and co-signer’s credit reports. For this reason, use caution if you are asked to co-sign for someone. Co-signers are legally obligated to repay the contract, so make sure you know the terms of the contract and can afford to take on the payments before you agree to co-sign for someone.\r\n\r\n ','UNDERSTANDING VEHICLE FINANCING','','inherit','closed','closed','','109-revision-v1','','','2017-06-19 12:40:35','2017-06-19 12:40:35','',109,'http://highfivefinance.com/2017/06/19/109-revision-v1/',0,'revision','',0),(113,1,'2017-06-19 12:53:10','2017-06-19 12:53:10','There is no question that it\'s a great idea to work in partnership with certain financing companies to provide your customers with more payment options. However, you want to be very selective in which companies you choose to partner with as your endorsement carries some responsibility and could impact your reputation should customers have poor experiences with the financing companies.\r\n\r\nThe first step is to look for financing companies that have experience with providing credit to businesses in your industry. In your case, you will want financing companies that have extensive experience in construction. These companies understand the risks & business models of customers purchasing customized construction products.\r\n\r\nThe next step is to search online, review financing trade publications, Better Business Bureau (BBB) reports and find out which financing companies your competitors are using for their own offering. After doing a search on your own, then consult with third parties that are experienced experts in your field for additional insight.\r\n\r\nOnce you have a list of 5 to 10 companies, the next step is to start contacting the financing companies. Once in contact, I would ask them at least the following questions about their business:\r\n\r\n1. How long have you been in business?\r\n2. How many partners, customers and employees do you have?\r\n3. Who are your competitors and how is your offering different, better?\r\n4. Can you describe your customer screening process?\r\n5. What risks are there for your customers that may cause a breach in the financing agreement?\r\n6. What happens when the customer breaches the financing agreement?\r\n7. Can your company offer any favorable terms to our customers?\r\n8. Do you have any partners and customers that we can speak to for third party references?\r\n\r\nBe sure to take copious notes to better compare companies after all the calls are completed. Then, schedule a meeting or two with the top three companies based on your own assessment. You will get a feeling for which company or companies you want to partner with after the meetings.','HOW CAN I SOURCE FINANCING COMPANIES FOR MY CUSTOMERS?','','publish','closed','closed','','how-can-i-source-financing-companies-for-my-customers','','','2017-06-19 12:53:10','2017-06-19 12:53:10','',0,'http://highfivefinance.com/?page_id=113',0,'page','',0),(114,1,'2017-06-19 12:53:10','2017-06-19 12:53:10','There is no question that it\'s a great idea to work in partnership with certain financing companies to provide your customers with more payment options. However, you want to be very selective in which companies you choose to partner with as your endorsement carries some responsibility and could impact your reputation should customers have poor experiences with the financing companies.\r\n\r\nThe first step is to look for financing companies that have experience with providing credit to businesses in your industry. In your case, you will want financing companies that have extensive experience in construction. These companies understand the risks & business models of customers purchasing customized construction products.\r\n\r\nThe next step is to search online, review financing trade publications, Better Business Bureau (BBB) reports and find out which financing companies your competitors are using for their own offering. After doing a search on your own, then consult with third parties that are experienced experts in your field for additional insight.\r\n\r\nOnce you have a list of 5 to 10 companies, the next step is to start contacting the financing companies. Once in contact, I would ask them at least the following questions about their business:\r\n\r\n1. How long have you been in business?\r\n2. How many partners, customers and employees do you have?\r\n3. Who are your competitors and how is your offering different, better?\r\n4. Can you describe your customer screening process?\r\n5. What risks are there for your customers that may cause a breach in the financing agreement?\r\n6. What happens when the customer breaches the financing agreement?\r\n7. Can your company offer any favorable terms to our customers?\r\n8. Do you have any partners and customers that we can speak to for third party references?\r\n\r\nBe sure to take copious notes to better compare companies after all the calls are completed. Then, schedule a meeting or two with the top three companies based on your own assessment. You will get a feeling for which company or companies you want to partner with after the meetings.','HOW CAN I SOURCE FINANCING COMPANIES FOR MY CUSTOMERS?','','inherit','closed','closed','','113-revision-v1','','','2017-06-19 12:53:10','2017-06-19 12:53:10','',113,'http://highfivefinance.com/2017/06/19/113-revision-v1/',0,'revision','',0),(115,1,'2017-06-19 12:56:51','2017-06-19 12:56:51','','slide2','','inherit','open','closed','','slide2','','','2017-06-19 12:56:51','2017-06-19 12:56:51','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/slide2.jpg',0,'attachment','image/jpeg',0),(116,1,'2017-06-19 12:57:55','2017-06-19 12:57:55','','slide3','','inherit','open','closed','','slide3','','','2017-06-19 12:57:55','2017-06-19 12:57:55','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/slide3.jpg',0,'attachment','image/jpeg',0),(117,1,'2017-06-19 12:58:15','2017-06-19 12:58:15','','slide1','','inherit','open','closed','','slide1','','','2017-06-19 12:58:15','2017-06-19 12:58:15','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/slide1.jpg',0,'attachment','image/jpeg',0),(119,1,'2017-06-19 13:14:44','2017-06-19 13:14:44','','INVESTMENT BONDS','','inherit','open','closed','','investment-bonds-2','','','2017-06-19 13:14:44','2017-06-19 13:14:44','',88,'http://highfivefinance.com/wp-content/uploads/2017/06/INVESTMENT-BONDS.jpg',0,'attachment','image/jpeg',0),(120,1,'2017-06-19 13:15:40','2017-06-19 13:15:40','','Business people shaking hands in office','Business people shaking hands in office','inherit','open','closed','','business-people-shaking-hands-in-office','','','2017-06-19 13:15:40','2017-06-19 13:15:40','',91,'http://highfivefinance.com/wp-content/uploads/2017/06/MUTUAL.jpg',0,'attachment','image/jpeg',0),(121,1,'2017-06-19 13:16:24','2017-06-19 13:16:24','','MONEY MARKET','','inherit','open','closed','','money-market','','','2017-06-19 13:16:24','2017-06-19 13:16:24','',93,'http://highfivefinance.com/wp-content/uploads/2017/06/MONEY-MARKET.jpg',0,'attachment','image/jpeg',0),(122,1,'2017-06-19 13:16:52','2017-06-19 13:16:52','','MONEY MARKET1','','inherit','open','closed','','money-market1','','','2017-06-19 13:16:52','2017-06-19 13:16:52','',96,'http://highfivefinance.com/wp-content/uploads/2017/06/MONEY-MARKET1.png',0,'attachment','image/png',0),(124,1,'2017-06-19 13:41:36','2017-06-19 13:41:36','<strong>Before Visiting Any Dealership:</strong>\r\n<ul>\r\n <li>Identify your transportation needs.</li>\r\n <li>Figure out your financial situation and budget. Using the worksheets in this booklet, determine how much you can afford to finance and spend for a vehicle. Remember that a longer-term finance contract may mean smaller monthly payments than a shorter-term finance contract (if all other terms are the same), but you will pay more money over time.</li>\r\n <li>Get and read a copy of your credit report. Errors or accurate negative information can affect your ability to get credit. Generally, you will be able to get a lower rate if you have paid your credit obligations when they are due. You have a right to dispute inaccurate information in the report, and you should do that before you apply for vehicle financing or a lease.</li>\r\n <li>Check auto buying guides, newspaper ads, and other publications and websites to find out the price range and other information for the vehicle you are interested in. Visit dealer websites. Some list their inventory online, by location.</li>\r\n <li>Find out the cost of insurance from your insurer in advance, so you can factor in that amount.</li>\r\n <li>Determine the market value of your current vehicle before you negotiate the purchase of a new vehicle and find out the net outstanding balance on your credit contract. If your vehicle’s value is less than the amount you owe (negative equity), consider paying down the debt.</li>\r\n <li>Compare APRs and financing terms from several sources, such as banks, credit unions, finance companies, and dealerships. Shop for information about current offers online. You may find restrictions on the most attractive rates or terms from any credit source.</li>\r\n <li>Know the difference between buying and leasing a vehicle.</li>\r\n</ul>\r\n<strong>At the Dealership:</strong>\r\n<ul>\r\n <li>Stay within your price range.</li>\r\n <li>Try to negotiate both your purchase price and your finance or lease terms.</li>\r\n <li>Determine whether an offer meets your budget and transportation needs.\r\nUnderstand the value and cost of any optional products or services offered to you, such as an extended service contract, credit insurance, or guaranteed auto protection. Make sure the payments or other terms quoted do not include these products unless you want them. If you do not want these products, do not sign for them.</li>\r\n <li>Read the entire contract carefully and ask questions about the terms of the contract before you sign. If you are using dealership financing or leasing, ask if the terms are final. Once you sign the contract, you are legally obligated.</li>\r\n</ul>\r\n<strong>After Signing:</strong>\r\n<ul>\r\n <li>Be sure you have a copy of the credit contract or lease agreement, with all signatures and terms filled in, before you leave the dealership. Do not agree to have the papers mailed or provided to you later because the documents may get misplaced or lost.</li>\r\n <li>Know that if you financed the vehicle, the finance source has a lien on the vehicle’s title (and in some cases holds the actual title) until you have paid the contract in full.</li>\r\n <li>Make your payments on time. Late or missed payments can have serious consequences; late fees, repossession, and negative entries on your credit report can make it more difficult to get credit in the future.</li>\r\n</ul>\r\nIf You Experience Financial Problems:\r\n<ul>\r\n <li>Contact your creditor as soon as you realize you will be late with a payment. Many creditors work with consumers they believe will be able to pay soon, even if slightly late. You may be able to negotiate a delay in your payment or a revised schedule of payments. If you can reach an agreement to change your original contract, get it in writing to avoid questions later.</li>\r\n <li>Know your obligations. If you are late with your vehicle payments or, in some states, if you do not have the required auto insurance, your vehicle could be repossessed. The creditor or assignee may repossess the vehicle in full satisfaction of the credit agreement or may sell the vehicle and apply the proceeds from the sale to the outstanding balance on your credit agreement. If the vehicle is sold for less than what you owe, you may be responsible for the difference.</li>\r\n <li>Know that the law in some states allows the creditor or assignee to repossess your vehicle without going to court.</li>\r\n</ul>\r\n<h2>Federal and State Laws</h2>\r\n<strong>Federal Laws</strong>\r\nSome federal and state laws affect the vehicle financing and leasing process. They offer important information that can help you negotiate a better deal, better understand the process, and give you certain rights.\r\n\r\n<strong>Consumer Leasing Act —</strong> requires the leasing company, or lessor (a dealership, for example), to disclose certain information before a lease is signed. That includes the amount due at lease signing or delivery; the number and amounts of monthly payments; all fees charged, including license fees and taxes; the charges for default or late payments; whether the lease can be ended early; whether the leased vehicle can be bought at the end of the lease; the price to buy at the end of the lease; and any extra payments that may be required at the end of the lease. The lessor also must disclose the annual mileage allowance and charges for excessive mileage.\r\n\r\n<strong>Credit Practices Rule —</strong> requires creditors to provide a written notice to potential co-signers about their liability if the other person fails to pay; prohibits late charges in some situations; and prohibits creditors from using certain contract provisions that the government has found to be unfair to consumers.\r\n\r\n<strong>Equal Credit Opportunity Act —</strong> prohibits discrimination related to credit because of gender, race, color, marital status, religion, national origin or age. It also prohibits discrimination related to credit based on the fact that you are receiving public assistance or that you have exercised your rights under the federal Consumer Credit Protection Act. It requires certain creditors to provide consumers with information if the creditor denies them financing or takes other adverse action.\r\n\r\n<strong>Fair Credit Reporting Act —</strong> gives consumers many rights, including the right to one free credit report each year from each of the three nationwide consumer reporting agencies. It allows consumers to call one number to notify credit reporting agencies of identity theft. It also provides a process for consumers to dispute information in their credit reports that they believe is inaccurate or incomplete. It requires creditors to give consumers their credit reports and credit scores if a creditor used a credit score in denying them credit or taking other adverse action against them; and it requires creditors to provide consumers with their credit scores and related information in certain other circumstances.\r\n\r\n<strong>Risk-Based Pricing Rule —</strong> gives most consumers information about their credit scores when they apply for financing. Most creditors comply with the rule by providing consumers who apply for vehicle financing with a Credit Score Disclosure Notice. This notice contains a consumer’s credit score and additional information to put the score in context (for example, it indicates how the credit score compares to the credit scores of other consumers).\r\n\r\n<strong>Truth in Lending Act —</strong> requires that, before you sign the agreement, creditors give you written disclosure of important terms of the credit agreement, like the annual percentage rate (APR), finance charge, monthly payment amount, payment due dates, amount financed, length of the credit agreement, and any charges for late payment.','IMPORTANT THINGS TO REMEMBER VEHICLE FINANCING','','publish','closed','closed','','important-things-to-remember-vehicle-financing','','','2017-06-19 13:41:36','2017-06-19 13:41:36','',0,'http://highfivefinance.com/?page_id=124',0,'page','',0),(125,1,'2017-06-19 13:41:36','2017-06-19 13:41:36','<strong>Before Visiting Any Dealership:</strong>\r\n<ul>\r\n <li>Identify your transportation needs.</li>\r\n <li>Figure out your financial situation and budget. Using the worksheets in this booklet, determine how much you can afford to finance and spend for a vehicle. Remember that a longer-term finance contract may mean smaller monthly payments than a shorter-term finance contract (if all other terms are the same), but you will pay more money over time.</li>\r\n <li>Get and read a copy of your credit report. Errors or accurate negative information can affect your ability to get credit. Generally, you will be able to get a lower rate if you have paid your credit obligations when they are due. You have a right to dispute inaccurate information in the report, and you should do that before you apply for vehicle financing or a lease.</li>\r\n <li>Check auto buying guides, newspaper ads, and other publications and websites to find out the price range and other information for the vehicle you are interested in. Visit dealer websites. Some list their inventory online, by location.</li>\r\n <li>Find out the cost of insurance from your insurer in advance, so you can factor in that amount.</li>\r\n <li>Determine the market value of your current vehicle before you negotiate the purchase of a new vehicle and find out the net outstanding balance on your credit contract. If your vehicle’s value is less than the amount you owe (negative equity), consider paying down the debt.</li>\r\n <li>Compare APRs and financing terms from several sources, such as banks, credit unions, finance companies, and dealerships. Shop for information about current offers online. You may find restrictions on the most attractive rates or terms from any credit source.</li>\r\n <li>Know the difference between buying and leasing a vehicle.</li>\r\n</ul>\r\n<strong>At the Dealership:</strong>\r\n<ul>\r\n <li>Stay within your price range.</li>\r\n <li>Try to negotiate both your purchase price and your finance or lease terms.</li>\r\n <li>Determine whether an offer meets your budget and transportation needs.\r\nUnderstand the value and cost of any optional products or services offered to you, such as an extended service contract, credit insurance, or guaranteed auto protection. Make sure the payments or other terms quoted do not include these products unless you want them. If you do not want these products, do not sign for them.</li>\r\n <li>Read the entire contract carefully and ask questions about the terms of the contract before you sign. If you are using dealership financing or leasing, ask if the terms are final. Once you sign the contract, you are legally obligated.</li>\r\n</ul>\r\n<strong>After Signing:</strong>\r\n<ul>\r\n <li>Be sure you have a copy of the credit contract or lease agreement, with all signatures and terms filled in, before you leave the dealership. Do not agree to have the papers mailed or provided to you later because the documents may get misplaced or lost.</li>\r\n <li>Know that if you financed the vehicle, the finance source has a lien on the vehicle’s title (and in some cases holds the actual title) until you have paid the contract in full.</li>\r\n <li>Make your payments on time. Late or missed payments can have serious consequences; late fees, repossession, and negative entries on your credit report can make it more difficult to get credit in the future.</li>\r\n</ul>\r\nIf You Experience Financial Problems:\r\n<ul>\r\n <li>Contact your creditor as soon as you realize you will be late with a payment. Many creditors work with consumers they believe will be able to pay soon, even if slightly late. You may be able to negotiate a delay in your payment or a revised schedule of payments. If you can reach an agreement to change your original contract, get it in writing to avoid questions later.</li>\r\n <li>Know your obligations. If you are late with your vehicle payments or, in some states, if you do not have the required auto insurance, your vehicle could be repossessed. The creditor or assignee may repossess the vehicle in full satisfaction of the credit agreement or may sell the vehicle and apply the proceeds from the sale to the outstanding balance on your credit agreement. If the vehicle is sold for less than what you owe, you may be responsible for the difference.</li>\r\n <li>Know that the law in some states allows the creditor or assignee to repossess your vehicle without going to court.</li>\r\n</ul>\r\n<h2>Federal and State Laws</h2>\r\n<strong>Federal Laws</strong>\r\nSome federal and state laws affect the vehicle financing and leasing process. They offer important information that can help you negotiate a better deal, better understand the process, and give you certain rights.\r\n\r\n<strong>Consumer Leasing Act —</strong> requires the leasing company, or lessor (a dealership, for example), to disclose certain information before a lease is signed. That includes the amount due at lease signing or delivery; the number and amounts of monthly payments; all fees charged, including license fees and taxes; the charges for default or late payments; whether the lease can be ended early; whether the leased vehicle can be bought at the end of the lease; the price to buy at the end of the lease; and any extra payments that may be required at the end of the lease. The lessor also must disclose the annual mileage allowance and charges for excessive mileage.\r\n\r\n<strong>Credit Practices Rule —</strong> requires creditors to provide a written notice to potential co-signers about their liability if the other person fails to pay; prohibits late charges in some situations; and prohibits creditors from using certain contract provisions that the government has found to be unfair to consumers.\r\n\r\n<strong>Equal Credit Opportunity Act —</strong> prohibits discrimination related to credit because of gender, race, color, marital status, religion, national origin or age. It also prohibits discrimination related to credit based on the fact that you are receiving public assistance or that you have exercised your rights under the federal Consumer Credit Protection Act. It requires certain creditors to provide consumers with information if the creditor denies them financing or takes other adverse action.\r\n\r\n<strong>Fair Credit Reporting Act —</strong> gives consumers many rights, including the right to one free credit report each year from each of the three nationwide consumer reporting agencies. It allows consumers to call one number to notify credit reporting agencies of identity theft. It also provides a process for consumers to dispute information in their credit reports that they believe is inaccurate or incomplete. It requires creditors to give consumers their credit reports and credit scores if a creditor used a credit score in denying them credit or taking other adverse action against them; and it requires creditors to provide consumers with their credit scores and related information in certain other circumstances.\r\n\r\n<strong>Risk-Based Pricing Rule —</strong> gives most consumers information about their credit scores when they apply for financing. Most creditors comply with the rule by providing consumers who apply for vehicle financing with a Credit Score Disclosure Notice. This notice contains a consumer’s credit score and additional information to put the score in context (for example, it indicates how the credit score compares to the credit scores of other consumers).\r\n\r\n<strong>Truth in Lending Act —</strong> requires that, before you sign the agreement, creditors give you written disclosure of important terms of the credit agreement, like the annual percentage rate (APR), finance charge, monthly payment amount, payment due dates, amount financed, length of the credit agreement, and any charges for late payment.','IMPORTANT THINGS TO REMEMBER VEHICLE FINANCING','','inherit','closed','closed','','124-revision-v1','','','2017-06-19 13:41:36','2017-06-19 13:41:36','',124,'http://highfivefinance.com/2017/06/19/124-revision-v1/',0,'revision','',0),(127,1,'2017-06-19 13:45:02','2017-06-19 13:45:02','','FINANCIAL BASICS','','inherit','open','closed','','financial-basics','','','2017-06-19 13:45:02','2017-06-19 13:45:02','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/FINANCIAL-BASICS.jpeg',0,'attachment','image/jpeg',0),(131,1,'2017-06-19 14:01:44','2017-06-19 14:01:44','<h2>Pay Off Credit Card Debt</h2>\r\nCredit card debt is the number one obstacle to getting ahead financially.\r\nThose little pieces of plastic are so easy to use, and it\'s so easy to forget that it\'s real money we\'re dealing with when we whip them out to pay for a purchase, large or small. Despite our good resolves to pay the balance off quickly, the reality is that we often don\'t, and end up paying far more for things than we would have paid if we had used cash.','Pay Off Credit Card Debt','','publish','closed','closed','','pay-off-credit-card-debt','','','2017-06-19 14:01:44','2017-06-19 14:01:44','',0,'http://highfivefinance.com/?page_id=131',0,'page','',0),(132,1,'2017-06-19 14:01:38','2017-06-19 14:01:38','','Pay Off Credit Card Debt','','inherit','open','closed','','pay-off-credit-card-debt','','','2017-06-19 14:01:38','2017-06-19 14:01:38','',131,'http://highfivefinance.com/wp-content/uploads/2017/06/Pay-Off-Credit-Card-Debt.jpg',0,'attachment','image/jpeg',0),(133,1,'2017-06-19 14:01:44','2017-06-19 14:01:44','<h2>Pay Off Credit Card Debt</h2>\r\nCredit card debt is the number one obstacle to getting ahead financially.\r\nThose little pieces of plastic are so easy to use, and it\'s so easy to forget that it\'s real money we\'re dealing with when we whip them out to pay for a purchase, large or small. Despite our good resolves to pay the balance off quickly, the reality is that we often don\'t, and end up paying far more for things than we would have paid if we had used cash.','Pay Off Credit Card Debt','','inherit','closed','closed','','131-revision-v1','','','2017-06-19 14:01:44','2017-06-19 14:01:44','',131,'http://highfivefinance.com/2017/06/19/131-revision-v1/',0,'revision','',0),(134,1,'2017-06-19 14:05:11','2017-06-19 14:05:11','<h2>Contribute to a Retirement Plan</h2>\r\nIf your employer has a 401(k) plan and you don\'t contribute to it, you\'re walking away from one of the best deals out there. Ask your employer if they have a 401(k) plan (or similar plan), and sign up today. If you\'re already contributing, try to increase your contribution. If your employer doesn\'t offer a retirement plan, consider an IRA.','Contribute to a Retirement Plan','','publish','closed','closed','','contribute-to-a-retirement-plan','','','2017-06-19 14:05:11','2017-06-19 14:05:11','',0,'http://highfivefinance.com/?page_id=134',0,'page','',0),(135,1,'2017-06-19 14:04:07','2017-06-19 14:04:07','','Contribute to a Retirement Plan','','inherit','open','closed','','contribute-to-a-retirement-plan','','','2017-06-19 14:04:07','2017-06-19 14:04:07','',134,'http://highfivefinance.com/wp-content/uploads/2017/06/Contribute-to-a-Retirement-Plan.png',0,'attachment','image/png',0),(136,1,'2017-06-19 14:05:11','2017-06-19 14:05:11','<h2>Contribute to a Retirement Plan</h2>\r\nIf your employer has a 401(k) plan and you don\'t contribute to it, you\'re walking away from one of the best deals out there. Ask your employer if they have a 401(k) plan (or similar plan), and sign up today. If you\'re already contributing, try to increase your contribution. If your employer doesn\'t offer a retirement plan, consider an IRA.','Contribute to a Retirement Plan','','inherit','closed','closed','','134-revision-v1','','','2017-06-19 14:05:11','2017-06-19 14:05:11','',134,'http://highfivefinance.com/2017/06/19/134-revision-v1/',0,'revision','',0),(137,1,'2017-06-19 14:06:18','2017-06-19 14:06:18','<h2>Have a Savings Plan</h2>\r\nYou\'ve heard it before: Pay yourself first! If you wait until you\'ve met all your other financial obligations before seeing what\'s left over for saving, chances are you\'ll never have a healthy savings account or investments. Resolve to set aside a minimum of 5% to 10% of your salary for savings BEFORE you start paying your bills. Better yet, have money automatically deducted from your paycheck and deposited into a separate account.','Have a Savings Plan','','publish','closed','closed','','have-a-savings-plan','','','2017-06-19 14:06:18','2017-06-19 14:06:18','',0,'http://highfivefinance.com/?page_id=137',0,'page','',0),(138,1,'2017-06-19 14:06:14','2017-06-19 14:06:14','','Have a Savings Plan','','inherit','open','closed','','have-a-savings-plan','','','2017-06-19 14:06:14','2017-06-19 14:06:14','',137,'http://highfivefinance.com/wp-content/uploads/2017/06/Have-a-Savings-Plan.jpg',0,'attachment','image/jpeg',0),(139,1,'2017-06-19 14:06:18','2017-06-19 14:06:18','<h2>Have a Savings Plan</h2>\r\nYou\'ve heard it before: Pay yourself first! If you wait until you\'ve met all your other financial obligations before seeing what\'s left over for saving, chances are you\'ll never have a healthy savings account or investments. Resolve to set aside a minimum of 5% to 10% of your salary for savings BEFORE you start paying your bills. Better yet, have money automatically deducted from your paycheck and deposited into a separate account.','Have a Savings Plan','','inherit','closed','closed','','137-revision-v1','','','2017-06-19 14:06:18','2017-06-19 14:06:18','',137,'http://highfivefinance.com/2017/06/19/137-revision-v1/',0,'revision','',0),(140,1,'2017-06-19 14:09:35','2017-06-19 14:09:35','<h2>Maximize Your Employment Benefits</h2>\r\nEmployment benefits like a 401(k) plan, flexible spending accounts, medical and dental insurance, etc., are worth big bucks. Make sure you\'re maximizing yours and taking advantage of the ones that can save you money by reducing taxes or out-of-pocket expenses.','Maximize Your Employment Benefits','','publish','closed','closed','','maximize-your-employment-benefits','','','2017-06-19 14:09:35','2017-06-19 14:09:35','',0,'http://highfivefinance.com/?page_id=140',0,'page','',0),(141,1,'2017-06-19 14:09:28','2017-06-19 14:09:28','','Maximize Your Employment Benefits','','inherit','open','closed','','maximize-your-employment-benefits','','','2017-06-19 14:09:28','2017-06-19 14:09:28','',140,'http://highfivefinance.com/wp-content/uploads/2017/06/Maximize-Your-Employment-Benefits.jpg',0,'attachment','image/jpeg',0),(142,1,'2017-06-19 14:09:35','2017-06-19 14:09:35','<h2>Maximize Your Employment Benefits</h2>\r\nEmployment benefits like a 401(k) plan, flexible spending accounts, medical and dental insurance, etc., are worth big bucks. Make sure you\'re maximizing yours and taking advantage of the ones that can save you money by reducing taxes or out-of-pocket expenses.','Maximize Your Employment Benefits','','inherit','closed','closed','','140-revision-v1','','','2017-06-19 14:09:35','2017-06-19 14:09:35','',140,'http://highfivefinance.com/2017/06/19/140-revision-v1/',0,'revision','',0),(143,1,'2017-06-19 14:13:03','2017-06-19 14:13:03','<h2>Review Your Insurance Coverages</h2>\r\nToo many people are talked into paying too much for life and disability insurance, whether it\'s by adding these coverages to car loans, buying whole-life insurance policies when term-life makes more sense, or buying life insurance when you have no dependents.','Review Your Insurance Coverages','','publish','closed','closed','','review-your-insurance-coverages','','','2017-06-19 14:13:03','2017-06-19 14:13:03','',0,'http://highfivefinance.com/?page_id=143',0,'page','',0),(144,1,'2017-06-19 14:12:58','2017-06-19 14:12:58','','Review','','inherit','open','closed','','review','','','2017-06-19 14:12:58','2017-06-19 14:12:58','',143,'http://highfivefinance.com/wp-content/uploads/2017/06/Review.jpg',0,'attachment','image/jpeg',0),(145,1,'2017-06-19 14:13:03','2017-06-19 14:13:03','<h2>Review Your Insurance Coverages</h2>\r\nToo many people are talked into paying too much for life and disability insurance, whether it\'s by adding these coverages to car loans, buying whole-life insurance policies when term-life makes more sense, or buying life insurance when you have no dependents.','Review Your Insurance Coverages','','inherit','closed','closed','','143-revision-v1','','','2017-06-19 14:13:03','2017-06-19 14:13:03','',143,'http://highfivefinance.com/2017/06/19/143-revision-v1/',0,'revision','',0),(146,1,'2017-06-19 14:14:13','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=146',1,'nav_menu_item','',0),(147,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=147',1,'nav_menu_item','',0),(148,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=148',1,'nav_menu_item','',0),(149,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=149',1,'nav_menu_item','',0),(150,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=150',1,'nav_menu_item','',0),(151,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=151',1,'nav_menu_item','',0),(152,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=152',1,'nav_menu_item','',0),(153,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=153',1,'nav_menu_item','',0),(154,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=154',1,'nav_menu_item','',0),(155,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=155',1,'nav_menu_item','',0),(156,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=156',1,'nav_menu_item','',0),(157,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=157',1,'nav_menu_item','',0),(158,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=158',1,'nav_menu_item','',0),(159,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=159',1,'nav_menu_item','',0),(160,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=160',1,'nav_menu_item','',0),(161,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=161',1,'nav_menu_item','',0),(162,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=162',1,'nav_menu_item','',0),(163,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=163',1,'nav_menu_item','',0),(164,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=164',1,'nav_menu_item','',0),(165,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=165',1,'nav_menu_item','',0),(166,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=166',1,'nav_menu_item','',0),(167,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=167',1,'nav_menu_item','',0),(168,1,'2017-06-19 14:14:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-06-19 14:14:13','0000-00-00 00:00:00','',0,'http://highfivefinance.com/?p=168',1,'nav_menu_item','',0),(170,1,'2017-06-19 14:17:47','2017-06-19 14:17:47','','HOME','','publish','closed','closed','','home','','','2017-06-19 14:35:31','2017-06-19 14:35:31','',0,'http://highfivefinance.com/?p=170',1,'nav_menu_item','',0),(175,1,'2017-06-19 14:33:42','2017-06-19 14:33:42','Subscribe to Environmental Finance to benefit from:\r\n<ul>\r\n <li>In-depth special reports and analysis</li>\r\n <li>Commentary and insight from leading industry specialists</li>\r\n <li>Discounts for Environmental Finance events</li>\r\n</ul>\r\n[newsletter]','SUBSCRIBE','','publish','closed','closed','','subscribe','','','2017-06-20 07:55:39','2017-06-20 07:55:39','',0,'http://highfivefinance.com/?page_id=175',0,'page','',0),(176,1,'2017-06-19 14:33:42','2017-06-19 14:33:42','','SUBSCRIBE','','inherit','closed','closed','','175-revision-v1','','','2017-06-19 14:33:42','2017-06-19 14:33:42','',175,'http://highfivefinance.com/2017/06/19/175-revision-v1/',0,'revision','',0),(177,1,'2017-06-19 14:33:59','2017-06-19 14:33:59','[contact-form-7 id=\"268\" title=\"Unsubscribe\"]','UNSUBSCRIBE','','publish','closed','closed','','unsubscribe','','','2017-12-11 11:12:55','2017-12-11 11:12:55','',0,'http://highfivefinance.com/?page_id=177',0,'page','',0),(178,1,'2017-06-19 14:33:59','2017-06-19 14:33:59','','UNSUBSCRIBE','','inherit','closed','closed','','177-revision-v1','','','2017-06-19 14:33:59','2017-06-19 14:33:59','',177,'http://highfivefinance.com/2017/06/19/177-revision-v1/',0,'revision','',0),(179,1,'2017-06-19 14:34:13','2017-06-19 14:34:13','[contact-form-7 id=\"266\" title=\"Contact us\"]','CONTACT US','','publish','closed','closed','','contact-us','','','2017-12-09 06:24:01','2017-12-09 06:24:01','',0,'http://highfivefinance.com/?page_id=179',0,'page','',0),(180,1,'2017-06-19 14:34:13','2017-06-19 14:34:13','','CONTACT US','','inherit','closed','closed','','179-revision-v1','','','2017-06-19 14:34:13','2017-06-19 14:34:13','',179,'http://highfivefinance.com/2017/06/19/179-revision-v1/',0,'revision','',0),(181,1,'2017-06-19 14:34:34','2017-06-19 14:34:34','<h2>Overview</h2>\r\nHigh Five Finance contains links to other sites and we are not responsible for the privacy practices or content of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every Web site that collects Personally Identifiable Information (PII).\r\n\r\nHigh Five Finance takes privacy concerns seriously. This privacy policy outlines what information is collected when you visit our site.\r\n\r\nHigh Five Finance gathers information about its users mainly to enhance their experience on the site and on email newsletters. This information is used to bring you content that is relevant to your interests. Additionally, High Five Finance, along with our advertising partners, gather information about you anonymously to provide you with more targeted advertising messages that are catered to your location and interests. You can opt out of information gathering for advertising purposes below.\r\n<h2>Information Collected</h2>\r\n<h2>Personal Information/ Information You Directly Provide To High Five Finance:</h2>\r\nWhen registering, commenting, or signing up for newsletters, you may provide High Five Finance with personal information, including but not limited to:\r\n<ul>\r\n <li>Personal contact information (name, zip code, e-mail address, phone numbers)</li>\r\n <li>Comments</li>\r\n <li>User names (including social media user names)</li>\r\n <li>Correspondence with High Five Finance staff</li>\r\n <li>Billing Information (for paid High Five Finance products)</li>\r\n</ul>\r\nYou are not required to provide High Five Finance with any personal information in order to use the site. All information that is collected is the sole property of the site, and that information is not distributed outside of the site unless required by law.\r\n<h2>Non-Personal Information Automatically Collected</h2>\r\nThis type of information is collected anonymously through the use of tracking technology using third-party cookies, web beacons, and other similar methods. No Personally Identifiable Information (PII) is collected through this methodology. This information may include, but is not limited to:\r\n<ul>\r\n <li>Hardware/software information (geographic location, IP address, browser type, device type, operating system, bandwidth, etc.)</li>\r\n <li>Analytics information (time spent on site, number of pages viewed, referring web page, browsing information, etc.)</li>\r\n <li>Advertising information (type of ads seen, number of times ads were served, pages where the ads were served)</li>\r\n <li>Information collected through HTML cookies, web beacons, and similar technologies.</li>\r\n</ul>\r\n<h2>Information Collected Through Third-Party Sources</h2>\r\nThis type of information is collected anonymously by approved third-party partners (such as online marketing firms, research companies, social media companies, ad targeting firms, and other partners). None of the information collected by these sources contains any PII. This type of information includes but is not limited to:\r\n<ul>\r\n <li>Demographic information (gender, age, HHI, job title, interests, etc.)</li>\r\n <li>Advertising information (clicks, interactions, post-impression performance data)</li>\r\n <li>Social networking information (Facebook, Twitter, LinkedIn, etc.)</li>\r\n <li>Research information (data collected from partners such as Nielsen, Comscore, Quantcast, etc.)</li>\r\n</ul>\r\n<h2>What Is Done With The Collected Information?</h2>\r\nEmail Communications: High Five Finance may use the information that you submit to send you email communications, such as newsletters, breaking news, information about the site, alerts, and promotional messages from advertising partners.\r\n\r\nSite Analysis: High Five Finance uses the information collected through third-party sources to learn and analyze how the site is used. We use this information to enhance the site by making improvements based on the data collected.\r\n\r\nAdvertising: Display Ads are delivered from our adserver, DoubleClick, powered by WPP’s Real Media Group. At times third-party information is used to deliver targeted ads to you, your location, and your interests. We also use Third-Party Ad Platforms (such as Google AdSense) to deliver ads on our site. No PII is exchanged with any type of advertising message on High Five Finance.\r\n<h2>How We Share Information Collected</h2>\r\nThere are very few specific circumstances when your information is shared outside of the company, these circumstances include but are not limited to:\r\n<ul>\r\n <li>If you comment or use the Facebook app on High Five Finance, the information you submit (including your social media user name, etc) is viewable to the public.</li>\r\n <li>High Five Finance may need to disclose personal information to comply with a judicial proceeding, a court order, or any other legal process.</li>\r\n <li>We employ third-party services to distribute email newsletters and these third-parties have access to specific information only for the purposes of fulfilling contracts on our behalf</li>\r\n <li>In the event High Five Finance goes through a business transition, such as a merger, acquisition by another company, or sale of a portion of its assets, users\' personal information will, in most instances, be part of the assets transferred.</li>\r\n</ul>\r\n<h2>Email Policy</h2>\r\nHigh Five Finance does not allow any third-party company to use your email address for commercial purposes without your expressed permission. We will send you newsletter communications, partner sponsorship messages, account alerts, and any other emails you have requested to receive.\r\n<h2>Notices</h2>\r\nChildren Under 13: High Five Finance does not knowingly target adverting to, or collect information from children under the age of 13.\r\n\r\nData Retention: Your personal information is retained for as long as necessary to fulfill the purposes outlined in this privacy policy.\r\n\r\nSecurity: High Five Financeuses all reasonable means to safeguard data against unauthorized use and theft.\r\n\r\nChanges to This Policy: High Five Finance may at any time change this Privacy Policy to reflect any changes in our practices, service offerings, or market regulations. If the policy is updated, we will update the Effective Date at the top of the policy.\r\n\r\nQuestions/Suggestions: If you have any questions or suggestions for this Privacy Policy, please contact the editor of <a href=\"mailto:contact@highfivefinance.com\">contact@highfivefinance.com</a>','PRIVACY POLICY','','publish','closed','closed','','privacy-policy','','','2017-07-03 11:58:31','2017-07-03 11:58:31','',0,'http://highfivefinance.com/?page_id=181',0,'page','',0),(182,1,'2017-06-19 14:34:34','2017-06-19 14:34:34','','PRIVACY POLICY','','inherit','closed','closed','','181-revision-v1','','','2017-06-19 14:34:34','2017-06-19 14:34:34','',181,'http://highfivefinance.com/2017/06/19/181-revision-v1/',0,'revision','',0),(183,1,'2017-06-19 14:35:03','2017-06-19 14:35:03','High Five Finance (the \"Site\") is a web site owned by High Five Finance. You are invited to submit articles, post comments, sign up to receive newsletters and visit the Site. By using the Site, you expressly acknowledge and agree that any use of the Site will be in accordance with these Terms of Use(Terms). These Terms constitute a legally binding agreement between you and the Site. By accessing the Site or Service and/or by clicking \"I agree\", you agree to be bound by these Terms.\r\n\r\nThese terms of use (Terms) constitute a legally binding agreement between you and the Company regarding your use of the Site and any services offered by the company including but not limited to delivery of content via the Site, any mobile or internet connected device or otherwise (the \"the Service\"). By accessing the Site or Service and/or by clicking \"I agree\", you agree to be bound by these Terms. You hereby represent and warrant to the Company that you are at least eighteen (18) years of age or above and are capable of entering, performing and adhering to these Terms and that you agree to be bound by the following terms and conditions. While individuals under the age of 18 may utilize the Service of the site, they shall do so only with the involvement & guidance of their parents and / or legal guardians, under such Parent /Legal guardian\'s registered account . You agree to register prior to uploading any content and / or comment and any other use or services of this site and provide your details including but not limited to complete name, age, email address, residential address, contact number.\r\n\r\nDefinition of \"User\" or \"You\": means any person who access or avail this site of the Company for the purpose of hosting, publishing, sharing, transacting, displaying or uploading information or views and includes other persons jointly participating in using the site of the Company.\r\n\r\nIf you do not agree to be bound by these Terms of Use, you may not use the Site. The Site reserves the right to modify these Terms of Use at any time and will publish notifications of material modifications at its sole discretion. By continuing to access the Site after notice of such modifications have been published, you signify your agreement to be bound by them.\r\n\r\n ','TERMS AND CONDITIONS','','publish','closed','closed','','terms-and-conditions','','','2017-07-03 12:02:00','2017-07-03 12:02:00','',0,'http://highfivefinance.com/?page_id=183',0,'page','',0),(184,1,'2017-06-19 14:35:03','2017-06-19 14:35:03','','TERMS AND CONDITIONS','','inherit','closed','closed','','183-revision-v1','','','2017-06-19 14:35:03','2017-06-19 14:35:03','',183,'http://highfivefinance.com/2017/06/19/183-revision-v1/',0,'revision','',0),(185,1,'2017-06-19 14:35:31','2017-06-19 14:35:31',' ','','','publish','closed','closed','','185','','','2017-06-19 14:35:31','2017-06-19 14:35:31','',0,'http://highfivefinance.com/?p=185',2,'nav_menu_item','',0),(186,1,'2017-06-19 14:35:31','2017-06-19 14:35:31',' ','','','publish','closed','closed','','186','','','2017-06-19 14:35:31','2017-06-19 14:35:31','',0,'http://highfivefinance.com/?p=186',3,'nav_menu_item','',0),(188,1,'2017-06-19 14:44:12','2017-06-19 14:44:12','<strong>Before Visiting Any Dealership:</strong>\r\n<ul>\r\n <li>Identify your transportation needs.</li>\r\n <li>Figure out your financial situation and budget. Using the worksheets in this booklet, determine how much you can afford to finance and spend for a vehicle. Remember that a longer-term finance contract may mean smaller monthly payments than a shorter-term finance contract (if all other terms are the same), but you will pay more money over time.</li>\r\n <li>Get and read a copy of your credit report. Errors or accurate negative information can affect your ability to get credit. Generally, you will be able to get a lower rate if you have paid your credit obligations when they are due. You have a right to dispute inaccurate information in the report, and you should do that before you apply for vehicle financing or a lease.</li>\r\n <li>Check auto buying guides, newspaper ads, and other publications and websites to find out the price range and other information for the vehicle you are interested in. Visit dealer websites. Some list their inventory online, by location.</li>\r\n <li>Find out the cost of insurance from your insurer in advance, so you can factor in that amount.</li>\r\n <li>Determine the market value of your current vehicle before you negotiate the purchase of a new vehicle and find out the net outstanding balance on your credit contract. If your vehicle’s value is less than the amount you owe (negative equity), consider paying down the debt.</li>\r\n <li>Compare APRs and financing terms from several sources, such as banks, credit unions, finance companies, and dealerships. Shop for information about current offers online. You may find restrictions on the most attractive rates or terms from any credit source.</li>\r\n <li>Know the difference between buying and leasing a vehicle.</li>\r\n</ul>\r\n<strong>At the Dealership:</strong>\r\n<ul>\r\n <li>Stay within your price range.</li>\r\n <li>Try to negotiate both your purchase price and your finance or lease terms.</li>\r\n <li>Determine whether an offer meets your budget and transportation needs.\r\nUnderstand the value and cost of any optional products or services offered to you, such as an extended service contract, credit insurance, or guaranteed auto protection. Make sure the payments or other terms quoted do not include these products unless you want them. If you do not want these products, do not sign for them.</li>\r\n <li>Read the entire contract carefully and ask questions about the terms of the contract before you sign. If you are using dealership financing or leasing, ask if the terms are final. Once you sign the contract, you are legally obligated.</li>\r\n</ul>\r\n<strong>After Signing:</strong>\r\n<ul>\r\n <li>Be sure you have a copy of the credit contract or lease agreement, with all signatures and terms filled in, before you leave the dealership. Do not agree to have the papers mailed or provided to you later because the documents may get misplaced or lost.</li>\r\n <li>Know that if you financed the vehicle, the finance source has a lien on the vehicle’s title (and in some cases holds the actual title) until you have paid the contract in full.</li>\r\n <li>Make your payments on time. Late or missed payments can have serious consequences; late fees, repossession, and negative entries on your credit report can make it more difficult to get credit in the future.</li>\r\n</ul>\r\nIf You Experience Financial Problems:\r\n<ul>\r\n <li>Contact your creditor as soon as you realize you will be late with a payment. Many creditors work with consumers they believe will be able to pay soon, even if slightly late. You may be able to negotiate a delay in your payment or a revised schedule of payments. If you can reach an agreement to change your original contract, get it in writing to avoid questions later.</li>\r\n <li>Know your obligations. If you are late with your vehicle payments or, in some states, if you do not have the required auto insurance, your vehicle could be repossessed. The creditor or assignee may repossess the vehicle in full satisfaction of the credit agreement or may sell the vehicle and apply the proceeds from the sale to the outstanding balance on your credit agreement. If the vehicle is sold for less than what you owe, you may be responsible for the difference.</li>\r\n <li>Know that the law in some states allows the creditor or assignee to repossess your vehicle without going to court.</li>\r\n</ul>\r\n<h2>Federal and State Laws</h2>\r\n<strong>Federal Laws</strong>\r\nSome federal and state laws affect the vehicle financing and leasing process. They offer important information that can help you negotiate a better deal, better understand the process, and give you certain rights.\r\n\r\n<strong>Consumer Leasing Act —</strong> requires the leasing company, or lessor (a dealership, for example), to disclose certain information before a lease is signed. That includes the amount due at lease signing or delivery; the number and amounts of monthly payments; all fees charged, including license fees and taxes; the charges for default or late payments; whether the lease can be ended early; whether the leased vehicle can be bought at the end of the lease; the price to buy at the end of the lease; and any extra payments that may be required at the end of the lease. The lessor also must disclose the annual mileage allowance and charges for excessive mileage.\r\n\r\n<strong>Credit Practices Rule —</strong> requires creditors to provide a written notice to potential co-signers about their liability if the other person fails to pay; prohibits late charges in some situations; and prohibits creditors from using certain contract provisions that the government has found to be unfair to consumers.\r\n\r\n<strong>Equal Credit Opportunity Act —</strong> prohibits discrimination related to credit because of gender, race, color, marital status, religion, national origin or age. It also prohibits discrimination related to credit based on the fact that you are receiving public assistance or that you have exercised your rights under the federal Consumer Credit Protection Act. It requires certain creditors to provide consumers with information if the creditor denies them financing or takes other adverse action.\r\n\r\n<strong>Fair Credit Reporting Act —</strong> gives consumers many rights, including the right to one free credit report each year from each of the three nationwide consumer reporting agencies. It allows consumers to call one number to notify credit reporting agencies of identity theft. It also provides a process for consumers to dispute information in their credit reports that they believe is inaccurate or incomplete. It requires creditors to give consumers their credit reports and credit scores if a creditor used a credit score in denying them credit or taking other adverse action against them; and it requires creditors to provide consumers with their credit scores and related information in certain other circumstances.\r\n\r\n<strong>Risk-Based Pricing Rule —</strong> gives most consumers information about their credit scores when they apply for financing. Most creditors comply with the rule by providing consumers who apply for vehicle financing with a Credit Score Disclosure Notice. This notice contains a consumer’s credit score and additional information to put the score in context (for example, it indicates how the credit score compares to the credit scores of other consumers).\r\n\r\n<strong>Truth in Lending Act —</strong> requires that, before you sign the agreement, creditors give you written disclosure of important terms of the credit agreement, like the annual percentage rate (APR), finance charge, monthly payment amount, payment due dates, amount financed, length of the credit agreement, and any charges for late payment.','IMPORTANT THINGS TO REMEMBER VEHICLE FINANCING','','publish','closed','closed','','important-things-to-remember-vehicle-financing','','','2017-06-20 10:19:12','2017-06-20 10:19:12','',0,'http://highfivefinance.com/?p=188',0,'post','',0),(189,1,'2017-06-19 14:44:08','2017-06-19 14:44:08','','IMPORTANT THINGS TO REMEMBER','','inherit','open','closed','','important-things-to-remember','','','2017-06-19 14:44:08','2017-06-19 14:44:08','',188,'http://highfivefinance.com/wp-content/uploads/2017/06/IMPORTANT-THINGS-TO-REMEMBER.jpg',0,'attachment','image/jpeg',0),(190,1,'2017-06-19 14:44:12','2017-06-19 14:44:12','<strong>Before Visiting Any Dealership:</strong>\r\n<ul>\r\n <li>Identify your transportation needs.</li>\r\n <li>Figure out your financial situation and budget. Using the worksheets in this booklet, determine how much you can afford to finance and spend for a vehicle. Remember that a longer-term finance contract may mean smaller monthly payments than a shorter-term finance contract (if all other terms are the same), but you will pay more money over time.</li>\r\n <li>Get and read a copy of your credit report. Errors or accurate negative information can affect your ability to get credit. Generally, you will be able to get a lower rate if you have paid your credit obligations when they are due. You have a right to dispute inaccurate information in the report, and you should do that before you apply for vehicle financing or a lease.</li>\r\n <li>Check auto buying guides, newspaper ads, and other publications and websites to find out the price range and other information for the vehicle you are interested in. Visit dealer websites. Some list their inventory online, by location.</li>\r\n <li>Find out the cost of insurance from your insurer in advance, so you can factor in that amount.</li>\r\n <li>Determine the market value of your current vehicle before you negotiate the purchase of a new vehicle and find out the net outstanding balance on your credit contract. If your vehicle’s value is less than the amount you owe (negative equity), consider paying down the debt.</li>\r\n <li>Compare APRs and financing terms from several sources, such as banks, credit unions, finance companies, and dealerships. Shop for information about current offers online. You may find restrictions on the most attractive rates or terms from any credit source.</li>\r\n <li>Know the difference between buying and leasing a vehicle.</li>\r\n</ul>\r\n<strong>At the Dealership:</strong>\r\n<ul>\r\n <li>Stay within your price range.</li>\r\n <li>Try to negotiate both your purchase price and your finance or lease terms.</li>\r\n <li>Determine whether an offer meets your budget and transportation needs.\r\nUnderstand the value and cost of any optional products or services offered to you, such as an extended service contract, credit insurance, or guaranteed auto protection. Make sure the payments or other terms quoted do not include these products unless you want them. If you do not want these products, do not sign for them.</li>\r\n <li>Read the entire contract carefully and ask questions about the terms of the contract before you sign. If you are using dealership financing or leasing, ask if the terms are final. Once you sign the contract, you are legally obligated.</li>\r\n</ul>\r\n<strong>After Signing:</strong>\r\n<ul>\r\n <li>Be sure you have a copy of the credit contract or lease agreement, with all signatures and terms filled in, before you leave the dealership. Do not agree to have the papers mailed or provided to you later because the documents may get misplaced or lost.</li>\r\n <li>Know that if you financed the vehicle, the finance source has a lien on the vehicle’s title (and in some cases holds the actual title) until you have paid the contract in full.</li>\r\n <li>Make your payments on time. Late or missed payments can have serious consequences; late fees, repossession, and negative entries on your credit report can make it more difficult to get credit in the future.</li>\r\n</ul>\r\nIf You Experience Financial Problems:\r\n<ul>\r\n <li>Contact your creditor as soon as you realize you will be late with a payment. Many creditors work with consumers they believe will be able to pay soon, even if slightly late. You may be able to negotiate a delay in your payment or a revised schedule of payments. If you can reach an agreement to change your original contract, get it in writing to avoid questions later.</li>\r\n <li>Know your obligations. If you are late with your vehicle payments or, in some states, if you do not have the required auto insurance, your vehicle could be repossessed. The creditor or assignee may repossess the vehicle in full satisfaction of the credit agreement or may sell the vehicle and apply the proceeds from the sale to the outstanding balance on your credit agreement. If the vehicle is sold for less than what you owe, you may be responsible for the difference.</li>\r\n <li>Know that the law in some states allows the creditor or assignee to repossess your vehicle without going to court.</li>\r\n</ul>\r\n<h2>Federal and State Laws</h2>\r\n<strong>Federal Laws</strong>\r\nSome federal and state laws affect the vehicle financing and leasing process. They offer important information that can help you negotiate a better deal, better understand the process, and give you certain rights.\r\n\r\n<strong>Consumer Leasing Act —</strong> requires the leasing company, or lessor (a dealership, for example), to disclose certain information before a lease is signed. That includes the amount due at lease signing or delivery; the number and amounts of monthly payments; all fees charged, including license fees and taxes; the charges for default or late payments; whether the lease can be ended early; whether the leased vehicle can be bought at the end of the lease; the price to buy at the end of the lease; and any extra payments that may be required at the end of the lease. The lessor also must disclose the annual mileage allowance and charges for excessive mileage.\r\n\r\n<strong>Credit Practices Rule —</strong> requires creditors to provide a written notice to potential co-signers about their liability if the other person fails to pay; prohibits late charges in some situations; and prohibits creditors from using certain contract provisions that the government has found to be unfair to consumers.\r\n\r\n<strong>Equal Credit Opportunity Act —</strong> prohibits discrimination related to credit because of gender, race, color, marital status, religion, national origin or age. It also prohibits discrimination related to credit based on the fact that you are receiving public assistance or that you have exercised your rights under the federal Consumer Credit Protection Act. It requires certain creditors to provide consumers with information if the creditor denies them financing or takes other adverse action.\r\n\r\n<strong>Fair Credit Reporting Act —</strong> gives consumers many rights, including the right to one free credit report each year from each of the three nationwide consumer reporting agencies. It allows consumers to call one number to notify credit reporting agencies of identity theft. It also provides a process for consumers to dispute information in their credit reports that they believe is inaccurate or incomplete. It requires creditors to give consumers their credit reports and credit scores if a creditor used a credit score in denying them credit or taking other adverse action against them; and it requires creditors to provide consumers with their credit scores and related information in certain other circumstances.\r\n\r\n<strong>Risk-Based Pricing Rule —</strong> gives most consumers information about their credit scores when they apply for financing. Most creditors comply with the rule by providing consumers who apply for vehicle financing with a Credit Score Disclosure Notice. This notice contains a consumer’s credit score and additional information to put the score in context (for example, it indicates how the credit score compares to the credit scores of other consumers).\r\n\r\n<strong>Truth in Lending Act —</strong> requires that, before you sign the agreement, creditors give you written disclosure of important terms of the credit agreement, like the annual percentage rate (APR), finance charge, monthly payment amount, payment due dates, amount financed, length of the credit agreement, and any charges for late payment.','IMPORTANT THINGS TO REMEMBER VEHICLE FINANCING','','inherit','closed','closed','','188-revision-v1','','','2017-06-19 14:44:12','2017-06-19 14:44:12','',188,'http://highfivefinance.com/2017/06/19/188-revision-v1/',0,'revision','',0),(191,1,'2017-06-19 14:45:08','2017-06-19 14:45:08','<strong>Before Visiting Any Dealership:</strong>\r\n<ul>\r\n <li>Identify your transportation needs.</li>\r\n <li>Figure out your financial situation and budget. Using the worksheets in this booklet, determine how much you can afford to finance and spend for a vehicle. Remember that a longer-term finance contract may mean smaller monthly payments than a shorter-term finance contract (if all other terms are the same), but you will pay more money over time.</li>\r\n <li>Get and read a copy of your credit report. Errors or accurate negative information can affect your ability to get credit. Generally, you will be able to get a lower rate if you have paid your credit obligations when they are due. You have a right to dispute inaccurate information in the report, and you should do that before you apply for vehicle financing or a lease.</li>\r\n <li>Check auto buying guides, newspaper ads, and other publications and websites to find out the price range and other information for the vehicle you are interested in. Visit dealer websites. Some list their inventory online, by location.</li>\r\n <li>Find out the cost of insurance from your insurer in advance, so you can factor in that amount.</li>\r\n <li>Determine the market value of your current vehicle before you negotiate the purchase of a new vehicle and find out the net outstanding balance on your credit contract. If your vehicle’s value is less than the amount you owe (negative equity), consider paying down the debt.</li>\r\n <li>Compare APRs and financing terms from several sources, such as banks, credit unions, finance companies, and dealerships. Shop for information about current offers online. You may find restrictions on the most attractive rates or terms from any credit source.</li>\r\n <li>Know the difference between buying and leasing a vehicle.</li>\r\n</ul>\r\n<strong>At the Dealership:</strong>\r\n<ul>\r\n <li>Stay within your price range.</li>\r\n <li>Try to negotiate both your purchase price and your finance or lease terms.</li>\r\n <li>Determine whether an offer meets your budget and transportation needs.\r\nUnderstand the value and cost of any optional products or services offered to you, such as an extended service contract, credit insurance, or guaranteed auto protection. Make sure the payments or other terms quoted do not include these products unless you want them. If you do not want these products, do not sign for them.</li>\r\n <li>Read the entire contract carefully and ask questions about the terms of the contract before you sign. If you are using dealership financing or leasing, ask if the terms are final. Once you sign the contract, you are legally obligated.</li>\r\n</ul>\r\n<strong>After Signing:</strong>\r\n<ul>\r\n <li>Be sure you have a copy of the credit contract or lease agreement, with all signatures and terms filled in, before you leave the dealership. Do not agree to have the papers mailed or provided to you later because the documents may get misplaced or lost.</li>\r\n <li>Know that if you financed the vehicle, the finance source has a lien on the vehicle’s title (and in some cases holds the actual title) until you have paid the contract in full.</li>\r\n <li>Make your payments on time. Late or missed payments can have serious consequences; late fees, repossession, and negative entries on your credit report can make it more difficult to get credit in the future.</li>\r\n</ul>\r\nIf You Experience Financial Problems:\r\n<ul>\r\n <li>Contact your creditor as soon as you realize you will be late with a payment. Many creditors work with consumers they believe will be able to pay soon, even if slightly late. You may be able to negotiate a delay in your payment or a revised schedule of payments. If you can reach an agreement to change your original contract, get it in writing to avoid questions later.</li>\r\n <li>Know your obligations. If you are late with your vehicle payments or, in some states, if you do not have the required auto insurance, your vehicle could be repossessed. The creditor or assignee may repossess the vehicle in full satisfaction of the credit agreement or may sell the vehicle and apply the proceeds from the sale to the outstanding balance on your credit agreement. If the vehicle is sold for less than what you owe, you may be responsible for the difference.</li>\r\n <li>Know that the law in some states allows the creditor or assignee to repossess your vehicle without going to court.</li>\r\n</ul>\r\n<h2>Federal and State Laws</h2>\r\n<strong>Federal Laws</strong>\r\nSome federal and state laws affect the vehicle financing and leasing process. They offer important information that can help you negotiate a better deal, better understand the process, and give you certain rights.\r\n\r\n<strong>Consumer Leasing Act —</strong> requires the leasing company, or lessor (a dealership, for example), to disclose certain information before a lease is signed. That includes the amount due at lease signing or delivery; the number and amounts of monthly payments; all fees charged, including license fees and taxes; the charges for default or late payments; whether the lease can be ended early; whether the leased vehicle can be bought at the end of the lease; the price to buy at the end of the lease; and any extra payments that may be required at the end of the lease. The lessor also must disclose the annual mileage allowance and charges for excessive mileage.\r\n\r\n<strong>Credit Practices Rule —</strong> requires creditors to provide a written notice to potential co-signers about their liability if the other person fails to pay; prohibits late charges in some situations; and prohibits creditors from using certain contract provisions that the government has found to be unfair to consumers.\r\n\r\n<strong>Equal Credit Opportunity Act —</strong> prohibits discrimination related to credit because of gender, race, color, marital status, religion, national origin or age. It also prohibits discrimination related to credit based on the fact that you are receiving public assistance or that you have exercised your rights under the federal Consumer Credit Protection Act. It requires certain creditors to provide consumers with information if the creditor denies them financing or takes other adverse action.\r\n\r\n<strong>Fair Credit Reporting Act —</strong> gives consumers many rights, including the right to one free credit report each year from each of the three nationwide consumer reporting agencies. It allows consumers to call one number to notify credit reporting agencies of identity theft. It also provides a process for consumers to dispute information in their credit reports that they believe is inaccurate or incomplete. It requires creditors to give consumers their credit reports and credit scores if a creditor used a credit score in denying them credit or taking other adverse action against them; and it requires creditors to provide consumers with their credit scores and related information in certain other circumstances.\r\n\r\n<strong>Risk-Based Pricing Rule —</strong> gives most consumers information about their credit scores when they apply for financing. Most creditors comply with the rule by providing consumers who apply for vehicle financing with a Credit Score Disclosure Notice. This notice contains a consumer’s credit score and additional information to put the score in context (for example, it indicates how the credit score compares to the credit scores of other consumers).\r\n\r\n<strong>Truth in Lending Act —</strong> requires that, before you sign the agreement, creditors give you written disclosure of important terms of the credit agreement, like the annual percentage rate (APR), finance charge, monthly payment amount, payment due dates, amount financed, length of the credit agreement, and any charges for late payment.','IMPORTANT THINGS TO REMEMBER VEHICLE FINANCING','','inherit','closed','closed','','188-autosave-v1','','','2017-06-19 14:45:08','2017-06-19 14:45:08','',188,'http://highfivefinance.com/2017/06/19/188-autosave-v1/',0,'revision','',0),(197,1,'2017-06-20 05:09:21','2017-06-20 05:09:21','<h2>Short On Cash?</h2>\r\nKeith Voigts has cash flow on his mind. As CFO of iSeatz, Voigts needs to make sure the $5 million company has enough cash to pay the bills. But New Orleans-based iSeatz, which arranges travel packages for clients like Orbitz and Travelocity, has no collateral for a bank loan. And its customers sometimes take 90 days to pay up. Voigts has considered factoring--selling the company\'s receivables at a discount to get cash up-front. In the past, however, he has always avoided it because of its high costs and bad reputation. \"I wouldn\'t say it\'s a shady business, but there\'s a stigma to it,\" he says.\r\n\r\nNow Voigts is taking another look. iSeatz will be one of the first companies to list its invoices on The Receivables Exchange, or TRE, which is launching in the first quarter of 2008. Founded by Justin Brownhill and Nic Perkin, TRE aims to change the factoring model altogether. The exchange will allow companies to offer their receivables to dozens of factoring companies at once, along with hedge funds, banks, and other \"liquidity providers,\" in TRE\'s parlance. These lenders will bid on the invoices, which can be sold in a bundle or one at a time. The increased competition, Brownhill and Perkin say, will make it easier and cheaper for growing companies to raise working capital. \"We hope to allow companies to grow quicker, faster, better than they otherwise would,\" says Brownhill, the exchange\'s CEO. So far, several dozen companies--\"issuers,\" in TRE\'s lingo--have signed up, with annual revenue ranging from $5 million to $100 million.\r\n\r\nFactoring is an unloved form of financing, at least in the United States. It\'s often used by companies with poor credit or by businesses such as apparel manufacturers, which have to fill orders long before they get paid. But it\'s an expensive way to raise funds. Companies selling receivables generally pay a fee ranging from 2 percent to 7 percent of the total amount, according to Bert Goldberg, executive director of the International Factoring Association. If you pay a 2 percent fee to get funds 30 days in advance, it\'s equivalent to an annual interest rate of about 24 percent. No wonder, then, that in the U.S., factoring is often seen as the corporate equivalent of a check-cashing storefront in a battered neighborhood.\r\n\r\nThe industry\'s reputation has improved in recent years. But Brownhill and Perkin want the U.S. receivables market to look more like the market in Europe. The factoring market is still relatively immature in the U.S., partly because only a few big American banks, including Wells Fargo (NYSE:WFC) and CIT (NYSE:CIT), are major players in the industry. For the most part, factoring remains a fragmented industry composed of many small players. Across the pond, by contrast, the major banks buy receivables. They tend to charge lower fees and offer a higher degree of credibility. In 2006, $127 billion of receivables were sold in the U.S., making it fourth in the world for factoring after the United Kingdom ($328 billion), Italy ($159 billion), and France ($132 billion), according to the trade group Factors Chain International. (FCI publishes the numbers in euros; we converted them using the exchange rate on the last business day of 2006.)\r\n\r\nBrownhill and Perkin think Americans, given the right opportunity, would take to factoring much as they have taken to Ikea and H&M. Both co-founders know a thing or two about building businesses. Brownhill was an executive at Lava Trading, an equity and foreign exchange trading firm, and helped take it from 30 people to 300 before it was bought by Citigroup (NYSE:C), in 2004. Perkin, TRE\'s president, was head of global business development at Massive, a company that places ads in video games, until it was sold to Microsoft (NASDAQ:MSFT), in May 2006. The two have secured $4.2 million in financing from Prism VentureWorks and another seven-figure investment from Fidelity Ventures, an affiliate of the financial giant Fidelity Investments. Larry Cheng, a partner with Fidelity Ventures, says he was drawn to TRE\'s simplicity. \"It\'s almost like eBay--post your invoice and let everyone bid on it,\" says Cheng.\r\n\r\nThe receivables industry has been jostled by a number of new players, bringing new models. The Trade Receivable Exchange, known as T-REX, was launched in May 2007. T-REX is an auction marketplace for all sorts of Chapter 11 bankruptcy claims. If one of your clients goes bankrupt, you could wait years for payment while the bankruptcy case works its way through the courts. T-REX allows you to get cash immediately by selling those receivables to hedge funds and other buyers, sometimes for pennies on the dollar, sometimes for almost the face value of the invoice. Another new company, Factorlane.com, is essentially a relationship broker that helps companies connect with factoring firms, known in the industry as factors.\r\n\r\nBut TRE aims to spur a major shift in the way the industry works. Unlike Factorlane, TRE allows you to sell just one receivable. Suppose a customer owes you $100,000 but won\'t pay for another 60 days--and you need cash now. Traditionally, you would shop around for a factoring provider, going through due diligence several times before settling on one company and developing a relationship. But with TRE, you have to go through the due diligence process only once, with the exchange. After you register your company online and upload your financial statements, TRE spends up to two weeks checking your credit rating, looking for unpaid debts, and searching bankruptcy records.\r\n\r\nOnce your application is approved, you can put up your receivables for bid. For that $100,000 invoice, you could get $98,000 or much less. TRE allows you to set a minimum bid, and if none of the bids reach that minimum, you can reject them all. But if the highest bid beats your minimum, it\'s automatically accepted. The winning lender sends the cash through TRE, which takes a commission of .25 to .5 percent. Six weeks later, when you receive payment from your client, you repay the factor the full $100,000--again through TRE, which takes another commission. You have essentially taken out a loan, with your receivable as collateral. The transaction is classified as a sale, not a loan, under Louisiana law. Nevertheless, unpaid accounts could land at a collection agency and would show up on your credit report.\r\n\r\nBrownhill acknowledges that factors have some security concerns. They worry about buying fake invoices and may be reluctant to let TRE do their due diligence for them. Also, some factors are wary of letting the exchange disburse funds. \"They\'re going to have to be able to do that efficiently and securely, so the liquidity providers know their investments are being monitored,\" says Pat Haney, president of Commercial Capital Lending, a factor in Baton Rouge, Louisiana. TRE\'s founders hope the benefits for factors--a steady supply of high-quality receivables--will outweigh the potential downsides. And despite their concerns, Haney and about 10 other liquidity providers have decided to give it a shot.\r\n\r\n ','Financing your business with factoring','','publish','closed','closed','','financing-your-business-with-factoring','','','2017-06-20 10:19:25','2017-06-20 10:19:25','',0,'http://highfivefinance.com/?p=197',0,'post','',0),(198,1,'2017-06-20 05:09:14','2017-06-20 05:09:14','','Financing your business with factoring','','inherit','open','closed','','financing-your-business-with-factoring','','','2017-06-20 05:09:14','2017-06-20 05:09:14','',197,'http://highfivefinance.com/wp-content/uploads/2017/06/Financing-your-business-with-factoring.jpg',0,'attachment','image/jpeg',0),(199,1,'2017-06-20 05:09:21','2017-06-20 05:09:21','Short On Cash?\r\n\r\nKeith Voigts has cash flow on his mind. As CFO of iSeatz, Voigts needs to make sure the $5 million company has enough cash to pay the bills. But New Orleans-based iSeatz, which arranges travel packages for clients like Orbitz and Travelocity, has no collateral for a bank loan. And its customers sometimes take 90 days to pay up. Voigts has considered factoring--selling the company\'s receivables at a discount to get cash up-front. In the past, however, he has always avoided it because of its high costs and bad reputation. \"I wouldn\'t say it\'s a shady business, but there\'s a stigma to it,\" he says.\r\n\r\nNow Voigts is taking another look. iSeatz will be one of the first companies to list its invoices on The Receivables Exchange, or TRE, which is launching in the first quarter of 2008. Founded by Justin Brownhill and Nic Perkin, TRE aims to change the factoring model altogether. The exchange will allow companies to offer their receivables to dozens of factoring companies at once, along with hedge funds, banks, and other \"liquidity providers,\" in TRE\'s parlance. These lenders will bid on the invoices, which can be sold in a bundle or one at a time. The increased competition, Brownhill and Perkin say, will make it easier and cheaper for growing companies to raise working capital. \"We hope to allow companies to grow quicker, faster, better than they otherwise would,\" says Brownhill, the exchange\'s CEO. So far, several dozen companies--\"issuers,\" in TRE\'s lingo--have signed up, with annual revenue ranging from $5 million to $100 million.\r\n\r\nFactoring is an unloved form of financing, at least in the United States. It\'s often used by companies with poor credit or by businesses such as apparel manufacturers, which have to fill orders long before they get paid. But it\'s an expensive way to raise funds. Companies selling receivables generally pay a fee ranging from 2 percent to 7 percent of the total amount, according to Bert Goldberg, executive director of the International Factoring Association. If you pay a 2 percent fee to get funds 30 days in advance, it\'s equivalent to an annual interest rate of about 24 percent. No wonder, then, that in the U.S., factoring is often seen as the corporate equivalent of a check-cashing storefront in a battered neighborhood.\r\n\r\nThe industry\'s reputation has improved in recent years. But Brownhill and Perkin want the U.S. receivables market to look more like the market in Europe. The factoring market is still relatively immature in the U.S., partly because only a few big American banks, including Wells Fargo (NYSE:WFC) and CIT (NYSE:CIT), are major players in the industry. For the most part, factoring remains a fragmented industry composed of many small players. Across the pond, by contrast, the major banks buy receivables. They tend to charge lower fees and offer a higher degree of credibility. In 2006, $127 billion of receivables were sold in the U.S., making it fourth in the world for factoring after the United Kingdom ($328 billion), Italy ($159 billion), and France ($132 billion), according to the trade group Factors Chain International. (FCI publishes the numbers in euros; we converted them using the exchange rate on the last business day of 2006.)\r\n\r\nBrownhill and Perkin think Americans, given the right opportunity, would take to factoring much as they have taken to Ikea and H&M. Both co-founders know a thing or two about building businesses. Brownhill was an executive at Lava Trading, an equity and foreign exchange trading firm, and helped take it from 30 people to 300 before it was bought by Citigroup (NYSE:C), in 2004. Perkin, TRE\'s president, was head of global business development at Massive, a company that places ads in video games, until it was sold to Microsoft (NASDAQ:MSFT), in May 2006. The two have secured $4.2 million in financing from Prism VentureWorks and another seven-figure investment from Fidelity Ventures, an affiliate of the financial giant Fidelity Investments. Larry Cheng, a partner with Fidelity Ventures, says he was drawn to TRE\'s simplicity. \"It\'s almost like eBay--post your invoice and let everyone bid on it,\" says Cheng.\r\n\r\nThe receivables industry has been jostled by a number of new players, bringing new models. The Trade Receivable Exchange, known as T-REX, was launched in May 2007. T-REX is an auction marketplace for all sorts of Chapter 11 bankruptcy claims. If one of your clients goes bankrupt, you could wait years for payment while the bankruptcy case works its way through the courts. T-REX allows you to get cash immediately by selling those receivables to hedge funds and other buyers, sometimes for pennies on the dollar, sometimes for almost the face value of the invoice. Another new company, Factorlane.com, is essentially a relationship broker that helps companies connect with factoring firms, known in the industry as factors.\r\n\r\nBut TRE aims to spur a major shift in the way the industry works. Unlike Factorlane, TRE allows you to sell just one receivable. Suppose a customer owes you $100,000 but won\'t pay for another 60 days--and you need cash now. Traditionally, you would shop around for a factoring provider, going through due diligence several times before settling on one company and developing a relationship. But with TRE, you have to go through the due diligence process only once, with the exchange. After you register your company online and upload your financial statements, TRE spends up to two weeks checking your credit rating, looking for unpaid debts, and searching bankruptcy records.\r\n\r\nOnce your application is approved, you can put up your receivables for bid. For that $100,000 invoice, you could get $98,000 or much less. TRE allows you to set a minimum bid, and if none of the bids reach that minimum, you can reject them all. But if the highest bid beats your minimum, it\'s automatically accepted. The winning lender sends the cash through TRE, which takes a commission of .25 to .5 percent. Six weeks later, when you receive payment from your client, you repay the factor the full $100,000--again through TRE, which takes another commission. You have essentially taken out a loan, with your receivable as collateral. The transaction is classified as a sale, not a loan, under Louisiana law. Nevertheless, unpaid accounts could land at a collection agency and would show up on your credit report.\r\n\r\nBrownhill acknowledges that factors have some security concerns. They worry about buying fake invoices and may be reluctant to let TRE do their due diligence for them. Also, some factors are wary of letting the exchange disburse funds. \"They\'re going to have to be able to do that efficiently and securely, so the liquidity providers know their investments are being monitored,\" says Pat Haney, president of Commercial Capital Lending, a factor in Baton Rouge, Louisiana. TRE\'s founders hope the benefits for factors--a steady supply of high-quality receivables--will outweigh the potential downsides. And despite their concerns, Haney and about 10 other liquidity providers have decided to give it a shot.\r\n\r\n ','Financing your business with factoring','','inherit','closed','closed','','197-revision-v1','','','2017-06-20 05:09:21','2017-06-20 05:09:21','',197,'http://highfivefinance.com/2017/06/20/197-revision-v1/',0,'revision','',0),(201,1,'2017-06-20 05:18:36','2017-06-20 05:18:36','<h2>How to Fill Out a Loan Application</h2>\r\nIt takes money to make money, or so the old adage goes. Many entrepreneurs launch businesses with their personal savings, by running up their personal credit cards, or by borrowing funds from friends and family. If you want to avoid these means of raising capital, you may choose instead to go to a bank. Lately, however, banks have been exercising much tighter restrictions on lending. In this environment, then, the loan application – usually a standard form supplied by your prospective lender – is something you simply do not want to botch.\r\n\r\nThe process of applying for a loan typically takes two to three months, from the time you begin applying to the time the bank approves or rejects your loan application. When approaching a lender, it pays to be meticulous when you fill out your forms, and to provide ample documentation and back-up. You should also plan on answering a series of questions both about your business and about your personal financial situation. Here\'s what you need to know.\r\n<h2>Filling Out a Loan Application: Before You Get Started</h2>\r\nChances are, you\'ll fill out several loan applications in a bid to get money. At the outset, you\'ll want to consider whether to target large national institutions with whom you might do other banking, or small, community-based organizations that might be kinder to local entrepreneurs in this economic climate.\r\n\r\nIn either case, before beginning the application process, make sure you personally have good credit. What prior debts, if any – including both business and personal – do you have? Will they affect your ability to maintain a consistent payment schedule? \"How you manage your personal finances is very reflective of how you might be able to manage business finances,\" says John E. Clarkin, a professor of entrepreneurship at the College of Charleston, South Carolina. \"That includes your personal credit.\"\r\n\r\nOne area where many would-be entrepreneurs are tripped up: Having too much personal credit. If you carry several credit cards in your wallet, each with a high level of available credit, a bank may worry that you are a threat to run into more debt by using that extra credit if the business runs into trouble.\r\n\r\nAfter you make certain that your personal financial situation will not be a barrier to borrowing money, it\'s time to make a plan for how you will position yourself and your business idea. Ask yourself these questions: Precisely why do you need a loan in order to start or to expand your company? How will you spend the money? If you intend to buy inventory or equipment, from whom will you buyt it? Who at your company will manage the loan, if not you? Having a game plan to tackle these questions will make the process of filling out a loan application easier.\r\n<h2>Filling Out a Loan Application: The Basics of the Form</h2>\r\nMost loan applications start with the basics: Asking your business name and phone and fax numbers, as well as the legal structure for your business (LLC or S-Corporation, for example), and the date of incorporation. If you are just starting a company, you should meet with an accountant to determine your method of incorporation ideally before you go to the bank.\r\n\r\nThe next few questions on the loan application will inquire as to the \"type of business\" you run. For starters, you\'ll need to know just how your business is covered under the North American Industry Classification System, commonly referred to as the NAICS code. (To learn more, go to the Census Bureau\'s website, http://www.census.gov.) Then, under \"description of products and services,\" you should include a pithy explanation of what your business does. There\'s no need to be long-winded, but it makes sense to explain exactly how you make money—your sources of revenue, a phrase describing products, the sorts of customers you have, and what your typical deal or sale looks like.\r\n\r\nFor the next section, on finances, you\'ll enter your current bank account information, including your account number and recent deposit information. For gross annual income, list your business\'s income for the year. And remember to stick to your current numbers: You should enter the income earned in the past year, not your expected income in the future. The same goes for the number of employees, cash balance, debt payments, etc. You\'ll want to check with your accountant or financial advisor before listing your fiscal assets and deciding on a fiscal year-end, since that can vary depending on what type of company you are.\r\n\r\nThe next question on an application is often: Are you in good standing with your secretary of state? Basically, the bank wants to know whether you have paid your business taxes for the past three years. If yours is a new entity, check with your secretary of state to make sure you are properly registered and in good standing before checking this box.\r\n\r\nThese days, lenders tend to ask small businesses owners for collateral or a personal guarantee – or to put up personal money should your business not be able to repay its loan. So when you are asked whether you wish to pledge as collateral your accounts receivables, inventory, or equipment, you should weigh your options carefully. Pledging collateral, just as in making a personal guarantee, can improve the chance of approval. But keep in mind that it also increases your exposure.\r\n\r\nThe loan application\'s next section will also remind you that the obligation you hope to take on could have serious personal financial consequences. Most applications will ask for additional personal information, including everything from a breakdown of the business\'s ownership (do you own 100 percent of the company, or share equity with other principals?) to your personal cell phone number.\r\n\r\nIt will also inquire as to whether you are married and are filing the loan application jointly with your spouse. If your spouce will play an integral role in the company, especially if you will both work from home, this is something to consider, because you both have a stake in the business\'s success. But if it is a venture you are embarking upon with non family-members, bringing your spouce and his or her financial interest into the venture has the potential to cause complication down the road. You\'d be wise to consider first consulting both of your financial and legal advisors before putting in a joint loan application.\r\n\r\nFinally, most loan applications will conclude with a section of financial questions that can vary from state to state and from institution to institution. Most commonly, this section includes a question or two about whether your business complies with state law, such as whether one customer will take up a large share of your sales.\r\n\r\nAdditionally, you may be asked to provide personal tax information, which you can attach or provide in separate documentation. Information on whether you or others will provide a personal guarantee is often requested at this point. If your business partners or investors are able and willing to not only pledge some startup funding but put up backing in case the business cannot repay its loan, the bank will want to know how much of a guarantee each co-signer intends to make. Making a personal guarantee not only shows the bank you have financial stability, but also have faith in your project.\r\n\r\n ','Filling out a loan application.','','publish','closed','closed','','filling-out-a-loan-application','','','2017-06-20 05:30:04','2017-06-20 05:30:04','',0,'http://highfivefinance.com/?p=201',0,'post','',0),(202,1,'2017-06-20 05:16:55','2017-06-20 05:16:55','','How to Fill Out a Loan Application','','inherit','open','closed','','how-to-fill-out-a-loan-application','','','2017-06-20 05:16:55','2017-06-20 05:16:55','',201,'http://highfivefinance.com/wp-content/uploads/2017/06/How-to-Fill-Out-a-Loan-Application.jpg',0,'attachment','image/jpeg',0),(203,1,'2017-06-20 05:18:36','2017-06-20 05:18:36','<h2>How to Fill Out a Loan Application</h2>\r\nIt takes money to make money, or so the old adage goes. Many entrepreneurs launch businesses with their personal savings, by running up their personal credit cards, or by borrowing funds from friends and family. If you want to avoid these means of raising capital, you may choose instead to go to a bank. Lately, however, banks have been exercising much tighter restrictions on lending. In this environment, then, the loan application – usually a standard form supplied by your prospective lender – is something you simply do not want to botch.\r\n\r\nThe process of applying for a loan typically takes two to three months, from the time you begin applying to the time the bank approves or rejects your loan application. When approaching a lender, it pays to be meticulous when you fill out your forms, and to provide ample documentation and back-up. You should also plan on answering a series of questions both about your business and about your personal financial situation. Here\'s what you need to know.\r\n<h2>Filling Out a Loan Application: Before You Get Started</h2>\r\nChances are, you\'ll fill out several loan applications in a bid to get money. At the outset, you\'ll want to consider whether to target large national institutions with whom you might do other banking, or small, community-based organizations that might be kinder to local entrepreneurs in this economic climate.\r\n\r\nIn either case, before beginning the application process, make sure you personally have good credit. What prior debts, if any – including both business and personal – do you have? Will they affect your ability to maintain a consistent payment schedule? \"How you manage your personal finances is very reflective of how you might be able to manage business finances,\" says John E. Clarkin, a professor of entrepreneurship at the College of Charleston, South Carolina. \"That includes your personal credit.\"\r\n\r\nOne area where many would-be entrepreneurs are tripped up: Having too much personal credit. If you carry several credit cards in your wallet, each with a high level of available credit, a bank may worry that you are a threat to run into more debt by using that extra credit if the business runs into trouble.\r\n\r\nAfter you make certain that your personal financial situation will not be a barrier to borrowing money, it\'s time to make a plan for how you will position yourself and your business idea. Ask yourself these questions: Precisely why do you need a loan in order to start or to expand your company? How will you spend the money? If you intend to buy inventory or equipment, from whom will you buyt it? Who at your company will manage the loan, if not you? Having a game plan to tackle these questions will make the process of filling out a loan application easier.\r\n<h2>Filling Out a Loan Application: The Basics of the Form</h2>\r\nMost loan applications start with the basics: Asking your business name and phone and fax numbers, as well as the legal structure for your business (LLC or S-Corporation, for example), and the date of incorporation. If you are just starting a company, you should meet with an accountant to determine your method of incorporation ideally before you go to the bank.\r\n\r\nThe next few questions on the loan application will inquire as to the \"type of business\" you run. For starters, you\'ll need to know just how your business is covered under the North American Industry Classification System, commonly referred to as the NAICS code. (To learn more, go to the Census Bureau\'s website, http://www.census.gov.) Then, under \"description of products and services,\" you should include a pithy explanation of what your business does. There\'s no need to be long-winded, but it makes sense to explain exactly how you make money—your sources of revenue, a phrase describing products, the sorts of customers you have, and what your typical deal or sale looks like.\r\n\r\nFor the next section, on finances, you\'ll enter your current bank account information, including your account number and recent deposit information. For gross annual income, list your business\'s income for the year. And remember to stick to your current numbers: You should enter the income earned in the past year, not your expected income in the future. The same goes for the number of employees, cash balance, debt payments, etc. You\'ll want to check with your accountant or financial advisor before listing your fiscal assets and deciding on a fiscal year-end, since that can vary depending on what type of company you are.\r\n\r\nThe next question on an application is often: Are you in good standing with your secretary of state? Basically, the bank wants to know whether you have paid your business taxes for the past three years. If yours is a new entity, check with your secretary of state to make sure you are properly registered and in good standing before checking this box.\r\n\r\nThese days, lenders tend to ask small businesses owners for collateral or a personal guarantee – or to put up personal money should your business not be able to repay its loan. So when you are asked whether you wish to pledge as collateral your accounts receivables, inventory, or equipment, you should weigh your options carefully. Pledging collateral, just as in making a personal guarantee, can improve the chance of approval. But keep in mind that it also increases your exposure. \"If you\'re going to start a business, you\'ve got to be willing to lose some money, but don\'t lose your entire future, your house and your children\'s college education by pledging too much,\" says Dan Short, a professor of accounting at the Neeley School of Business at Texas Christian University.\r\n\r\nThe loan application\'s next section will also remind you that the obligation you hope to take on could have serious personal financial consequences. Most applications will ask for additional personal information, including everything from a breakdown of the business\'s ownership (do you own 100 percent of the company, or share equity with other principals?) to your personal cell phone number.\r\n\r\nIt will also inquire as to whether you are married and are filing the loan application jointly with your spouse. If your spouce will play an integral role in the company, especially if you will both work from home, this is something to consider, because you both have a stake in the business\'s success. But if it is a venture you are embarking upon with non family-members, bringing your spouce and his or her financial interest into the venture has the potential to cause complication down the road. You\'d be wise to consider first consulting both of your financial and legal advisors before putting in a joint loan application.\r\n\r\nFinally, most loan applications will conclude with a section of financial questions that can vary from state to state and from institution to institution. Most commonly, this section includes a question or two about whether your business complies with state law, such as whether one customer will take up a large share of your sales.\r\n\r\nAdditionally, you may be asked to provide personal tax information, which you can attach or provide in separate documentation. Information on whether you or others will provide a personal guarantee is often requested at this point. If your business partners or investors are able and willing to not only pledge some startup funding but put up backing in case the business cannot repay its loan, the bank will want to know how much of a guarantee each co-signer intends to make. Making a personal guarantee not only shows the bank you have financial stability, but also have faith in your project.\r\n\r\n\"The personal guarantee is something that just about every young business is going to have to offer,\" says John E. Clarkin, a professor of entrepreneurship at the College of Charleston, South Carolina. \"You\'re making personal decisions, such as how much money to take out of the business, so the bank needs to make sure you\'re prevented from running all your expenses through your business.\"','Filling out a loan application.','','inherit','closed','closed','','201-revision-v1','','','2017-06-20 05:18:36','2017-06-20 05:18:36','',201,'http://highfivefinance.com/2017/06/20/201-revision-v1/',0,'revision','',0),(204,1,'2017-06-20 05:29:54','2017-06-20 05:29:54','<h2>How to Fill Out a Loan Application</h2>\nIt takes money to make money, or so the old adage goes. Many entrepreneurs launch businesses with their personal savings, by running up their personal credit cards, or by borrowing funds from friends and family. If you want to avoid these means of raising capital, you may choose instead to go to a bank. Lately, however, banks have been exercising much tighter restrictions on lending. In this environment, then, the loan application – usually a standard form supplied by your prospective lender – is something you simply do not want to botch.\n\nThe process of applying for a loan typically takes two to three months, from the time you begin applying to the time the bank approves or rejects your loan application. When approaching a lender, it pays to be meticulous when you fill out your forms, and to provide ample documentation and back-up. You should also plan on answering a series of questions both about your business and about your personal financial situation. Here\'s what you need to know.\n<h2>Filling Out a Loan Application: Before You Get Started</h2>\nChances are, you\'ll fill out several loan applications in a bid to get money. At the outset, you\'ll want to consider whether to target large national institutions with whom you might do other banking, or small, community-based organizations that might be kinder to local entrepreneurs in this economic climate.\n\nIn either case, before beginning the application process, make sure you personally have good credit. What prior debts, if any – including both business and personal – do you have? Will they affect your ability to maintain a consistent payment schedule? \"How you manage your personal finances is very reflective of how you might be able to manage business finances,\" says John E. Clarkin, a professor of entrepreneurship at the College of Charleston, South Carolina. \"That includes your personal credit.\"\n\nOne area where many would-be entrepreneurs are tripped up: Having too much personal credit. If you carry several credit cards in your wallet, each with a high level of available credit, a bank may worry that you are a threat to run into more debt by using that extra credit if the business runs into trouble.\n\nAfter you make certain that your personal financial situation will not be a barrier to borrowing money, it\'s time to make a plan for how you will position yourself and your business idea. Ask yourself these questions: Precisely why do you need a loan in order to start or to expand your company? How will you spend the money? If you intend to buy inventory or equipment, from whom will you buyt it? Who at your company will manage the loan, if not you? Having a game plan to tackle these questions will make the process of filling out a loan application easier.\n<h2>Filling Out a Loan Application: The Basics of the Form</h2>\nMost loan applications start with the basics: Asking your business name and phone and fax numbers, as well as the legal structure for your business (LLC or S-Corporation, for example), and the date of incorporation. If you are just starting a company, you should meet with an accountant to determine your method of incorporation ideally before you go to the bank.\n\nThe next few questions on the loan application will inquire as to the \"type of business\" you run. For starters, you\'ll need to know just how your business is covered under the North American Industry Classification System, commonly referred to as the NAICS code. (To learn more, go to the Census Bureau\'s website, http://www.census.gov.) Then, under \"description of products and services,\" you should include a pithy explanation of what your business does. There\'s no need to be long-winded, but it makes sense to explain exactly how you make money—your sources of revenue, a phrase describing products, the sorts of customers you have, and what your typical deal or sale looks like.\n\nFor the next section, on finances, you\'ll enter your current bank account information, including your account number and recent deposit information. For gross annual income, list your business\'s income for the year. And remember to stick to your current numbers: You should enter the income earned in the past year, not your expected income in the future. The same goes for the number of employees, cash balance, debt payments, etc. You\'ll want to check with your accountant or financial advisor before listing your fiscal assets and deciding on a fiscal year-end, since that can vary depending on what type of company you are.\n\nThe next question on an application is often: Are you in good standing with your secretary of state? Basically, the bank wants to know whether you have paid your business taxes for the past three years. If yours is a new entity, check with your secretary of state to make sure you are properly registered and in good standing before checking this box.\n\nThese days, lenders tend to ask small businesses owners for collateral or a personal guarantee – or to put up personal money should your business not be able to repay its loan. So when you are asked whether you wish to pledge as collateral your accounts receivables, inventory, or equipment, you should weigh your options carefully. Pledging collateral, just as in making a personal guarantee, can improve the chance of approval. But keep in mind that it also increases your exposure.\n\nThe loan application\'s next section will also remind you that the obligation you hope to take on could have serious personal financial consequences. Most applications will ask for additional personal information, including everything from a breakdown of the business\'s ownership (do you own 100 percent of the company, or share equity with other principals?) to your personal cell phone number.\n\nIt will also inquire as to whether you are married and are filing the loan application jointly with your spouse. If your spouce will play an integral role in the company, especially if you will both work from home, this is something to consider, because you both have a stake in the business\'s success. But if it is a venture you are embarking upon with non family-members, bringing your spouce and his or her financial interest into the venture has the potential to cause complication down the road. You\'d be wise to consider first consulting both of your financial and legal advisors before putting in a joint loan application.\n\nFinally, most loan applications will conclude with a section of financial questions that can vary from state to state and from institution to institution. Most commonly, this section includes a question or two about whether your business complies with state law, such as whether one customer will take up a large share of your sales.\n\nAdditionally, you may be asked to provide personal tax information, which you can attach or provide in separate documentation. Information on whether you or others will provide a personal guarantee is often requested at this point. If your business partners or investors are able and willing to not only pledge some startup funding but put up backing in case the business cannot repay its loan, the bank will want to know how much of a guarantee each co-signer intends to make. Making a personal guarantee not only shows the bank you have financial stability, but also have faith in your project.\n\n ','Filling out a loan application.','','inherit','closed','closed','','201-autosave-v1','','','2017-06-20 05:29:54','2017-06-20 05:29:54','',201,'http://highfivefinance.com/2017/06/20/201-autosave-v1/',0,'revision','',0),(205,1,'2017-06-20 05:30:04','2017-06-20 05:30:04','<h2>How to Fill Out a Loan Application</h2>\r\nIt takes money to make money, or so the old adage goes. Many entrepreneurs launch businesses with their personal savings, by running up their personal credit cards, or by borrowing funds from friends and family. If you want to avoid these means of raising capital, you may choose instead to go to a bank. Lately, however, banks have been exercising much tighter restrictions on lending. In this environment, then, the loan application – usually a standard form supplied by your prospective lender – is something you simply do not want to botch.\r\n\r\nThe process of applying for a loan typically takes two to three months, from the time you begin applying to the time the bank approves or rejects your loan application. When approaching a lender, it pays to be meticulous when you fill out your forms, and to provide ample documentation and back-up. You should also plan on answering a series of questions both about your business and about your personal financial situation. Here\'s what you need to know.\r\n<h2>Filling Out a Loan Application: Before You Get Started</h2>\r\nChances are, you\'ll fill out several loan applications in a bid to get money. At the outset, you\'ll want to consider whether to target large national institutions with whom you might do other banking, or small, community-based organizations that might be kinder to local entrepreneurs in this economic climate.\r\n\r\nIn either case, before beginning the application process, make sure you personally have good credit. What prior debts, if any – including both business and personal – do you have? Will they affect your ability to maintain a consistent payment schedule? \"How you manage your personal finances is very reflective of how you might be able to manage business finances,\" says John E. Clarkin, a professor of entrepreneurship at the College of Charleston, South Carolina. \"That includes your personal credit.\"\r\n\r\nOne area where many would-be entrepreneurs are tripped up: Having too much personal credit. If you carry several credit cards in your wallet, each with a high level of available credit, a bank may worry that you are a threat to run into more debt by using that extra credit if the business runs into trouble.\r\n\r\nAfter you make certain that your personal financial situation will not be a barrier to borrowing money, it\'s time to make a plan for how you will position yourself and your business idea. Ask yourself these questions: Precisely why do you need a loan in order to start or to expand your company? How will you spend the money? If you intend to buy inventory or equipment, from whom will you buyt it? Who at your company will manage the loan, if not you? Having a game plan to tackle these questions will make the process of filling out a loan application easier.\r\n<h2>Filling Out a Loan Application: The Basics of the Form</h2>\r\nMost loan applications start with the basics: Asking your business name and phone and fax numbers, as well as the legal structure for your business (LLC or S-Corporation, for example), and the date of incorporation. If you are just starting a company, you should meet with an accountant to determine your method of incorporation ideally before you go to the bank.\r\n\r\nThe next few questions on the loan application will inquire as to the \"type of business\" you run. For starters, you\'ll need to know just how your business is covered under the North American Industry Classification System, commonly referred to as the NAICS code. (To learn more, go to the Census Bureau\'s website, http://www.census.gov.) Then, under \"description of products and services,\" you should include a pithy explanation of what your business does. There\'s no need to be long-winded, but it makes sense to explain exactly how you make money—your sources of revenue, a phrase describing products, the sorts of customers you have, and what your typical deal or sale looks like.\r\n\r\nFor the next section, on finances, you\'ll enter your current bank account information, including your account number and recent deposit information. For gross annual income, list your business\'s income for the year. And remember to stick to your current numbers: You should enter the income earned in the past year, not your expected income in the future. The same goes for the number of employees, cash balance, debt payments, etc. You\'ll want to check with your accountant or financial advisor before listing your fiscal assets and deciding on a fiscal year-end, since that can vary depending on what type of company you are.\r\n\r\nThe next question on an application is often: Are you in good standing with your secretary of state? Basically, the bank wants to know whether you have paid your business taxes for the past three years. If yours is a new entity, check with your secretary of state to make sure you are properly registered and in good standing before checking this box.\r\n\r\nThese days, lenders tend to ask small businesses owners for collateral or a personal guarantee – or to put up personal money should your business not be able to repay its loan. So when you are asked whether you wish to pledge as collateral your accounts receivables, inventory, or equipment, you should weigh your options carefully. Pledging collateral, just as in making a personal guarantee, can improve the chance of approval. But keep in mind that it also increases your exposure.\r\n\r\nThe loan application\'s next section will also remind you that the obligation you hope to take on could have serious personal financial consequences. Most applications will ask for additional personal information, including everything from a breakdown of the business\'s ownership (do you own 100 percent of the company, or share equity with other principals?) to your personal cell phone number.\r\n\r\nIt will also inquire as to whether you are married and are filing the loan application jointly with your spouse. If your spouce will play an integral role in the company, especially if you will both work from home, this is something to consider, because you both have a stake in the business\'s success. But if it is a venture you are embarking upon with non family-members, bringing your spouce and his or her financial interest into the venture has the potential to cause complication down the road. You\'d be wise to consider first consulting both of your financial and legal advisors before putting in a joint loan application.\r\n\r\nFinally, most loan applications will conclude with a section of financial questions that can vary from state to state and from institution to institution. Most commonly, this section includes a question or two about whether your business complies with state law, such as whether one customer will take up a large share of your sales.\r\n\r\nAdditionally, you may be asked to provide personal tax information, which you can attach or provide in separate documentation. Information on whether you or others will provide a personal guarantee is often requested at this point. If your business partners or investors are able and willing to not only pledge some startup funding but put up backing in case the business cannot repay its loan, the bank will want to know how much of a guarantee each co-signer intends to make. Making a personal guarantee not only shows the bank you have financial stability, but also have faith in your project.\r\n\r\n ','Filling out a loan application.','','inherit','closed','closed','','201-revision-v1','','','2017-06-20 05:30:04','2017-06-20 05:30:04','',201,'http://highfivefinance.com/2017/06/20/201-revision-v1/',0,'revision','',0),(206,1,'2017-06-20 05:38:54','2017-06-20 05:38:54','<h2>1. Don’t procrastinate.</h2>\r\nOne of the biggest mistakes Branch sees new entrepreneurs make is that they put off their bookkeeping needs. If you aren’t financially-minded, programs such as Quickbooks can make small-business accounting seem completely unmanageable, especially if all you need to do is send out a few invoices and track a few expenses.\r\n\r\nThe problem is, of course, that if you put off your accounting work, it doesn’t go away. It just gets bigger, and eventually you’re going to be faced with an overwhelming mess that you’ll need to sort out. The bigger the mess, the more you’re likely to procrastinate.\r\n\r\nFortunately, though, Branch argues that small-business bookkeeping is actually very simple. If you break everything down into small categories -- categorizing expenses, paying employees, sending invoices -- the whole thing becomes much more manageable and the compulsion to put it off lessens.\r\n<h2>2. Understand your seasonal cash flow.</h2>\r\nAnother cautionary tip Branch gives to young startups is to understand seasonal cash flow -- and that pointer comes directly from his personal experience. LessAccounting, for example, has major seasonal spikes that occur during tax season, followed by a slowing of conversions from April to October. It wasn’t an easy lesson to learn, but Branch eventually realized that he needed to maintain a three- to four-month cash cushion to help get the company through these slower periods.\r\n\r\nYou need to know your sales cycles as well. If you’re a business-to-consumer retailer that sells $20 items, your sales cycle is likely fast enough that having a cash buffer on hand is less of a concern. But if you’re a business-to-business company whose sales cycles last months, or even years, having extra capital in the bank can mean the difference between being able to weather the long periods before revenue from past sales manifests and having to fold early because your cash has dried up.\r\n<h2>3. Focus on your core strengths.</h2>\r\nOne issue that both Branch and I see far too much is startup owners, particularly software-as-a-service providers, believing that they need to create everything from scratch. I get it. If you’ve already got a coder on your team, it can be seriously tempting to have him or her build internal apps and products rather than investing in existing solutions.\r\n\r\nThe problem with this approach is that it wastes your time. It might save you a few pennies at the end of the day, but the cash you’ll save is peanuts compared to what it cost you to take a key employee away from those activities that drive revenue for your business. Instead, it’s far more cost-effective to work with existing providers and use the tools that they’ve already perfected, rather than trying to reinvent the wheel on your own.\r\n<h2>4. If you have to work 80 hours a week, you’re not profitable.</h2>\r\nThis lesson from Branch was an interesting one for me. I’m big on growth hacking (I don’t run a website called Growth Everywhere for nothing!), but Branch’s approach to business has been much more moderate. Of particular interest to me was his assertion that, if you have to work 80 hours a week to keep your business afloat, you’re not profitable.\r\n\r\nToo many startup entrepreneurs blow through the earliest stages of their company\'s growth by putting all their time and energy into their businesses at the expense of their health and relationships. While I’d argue that that’s fine for short periods, I get why Branch says that this shouldn’t be a part of your long-term financial calculations. It’s simply not sustainable.\r\n\r\nIf your company is only in the black because you’re working yourself to the bone, your numbers are going to take a major turn once you scale back your workload -- if you don’t collapse from exhaustion first, that is.\r\n\r\nWhether you choose to apply Branch’s “no growth hacking” philosophy to your business, make sure that your labor costs are fully accounted for. Undervaluing the time you invest in your business hurts everyone involved.\r\n<h2>5. Ask for discounts.</h2>\r\nFinally, here’s a fun tip from Branch: if you’re seriously tight on available funds but you want to take advantage of existing solutions, try emailing the founder and asking for a discount. It won’t work in every case, but you’ll be surprised by how often you can get free stuff just by asking.','5 Finance Tips All Business Owners Should Follow','','publish','closed','closed','','5-finance-tips-all-business-owners-should-follow','','','2017-06-20 05:39:00','2017-06-20 05:39:00','',0,'http://highfivefinance.com/?page_id=206',0,'page','',0),(207,1,'2017-06-20 05:38:54','2017-06-20 05:38:54','<h2>1. Don’t procrastinate.</h2>\r\nOne of the biggest mistakes Branch sees new entrepreneurs make is that they put off their bookkeeping needs. If you aren’t financially-minded, programs such as Quickbooks can make small-business accounting seem completely unmanageable, especially if all you need to do is send out a few invoices and track a few expenses.\r\n\r\nThe problem is, of course, that if you put off your accounting work, it doesn’t go away. It just gets bigger, and eventually you’re going to be faced with an overwhelming mess that you’ll need to sort out. The bigger the mess, the more you’re likely to procrastinate.\r\n\r\nFortunately, though, Branch argues that small-business bookkeeping is actually very simple. If you break everything down into small categories -- categorizing expenses, paying employees, sending invoices -- the whole thing becomes much more manageable and the compulsion to put it off lessens.\r\n<h2>2. Understand your seasonal cash flow.</h2>\r\nAnother cautionary tip Branch gives to young startups is to understand seasonal cash flow -- and that pointer comes directly from his personal experience. LessAccounting, for example, has major seasonal spikes that occur during tax season, followed by a slowing of conversions from April to October. It wasn’t an easy lesson to learn, but Branch eventually realized that he needed to maintain a three- to four-month cash cushion to help get the company through these slower periods.\r\n\r\nYou need to know your sales cycles as well. If you’re a business-to-consumer retailer that sells $20 items, your sales cycle is likely fast enough that having a cash buffer on hand is less of a concern. But if you’re a business-to-business company whose sales cycles last months, or even years, having extra capital in the bank can mean the difference between being able to weather the long periods before revenue from past sales manifests and having to fold early because your cash has dried up.\r\n<h2>3. Focus on your core strengths.</h2>\r\nOne issue that both Branch and I see far too much is startup owners, particularly software-as-a-service providers, believing that they need to create everything from scratch. I get it. If you’ve already got a coder on your team, it can be seriously tempting to have him or her build internal apps and products rather than investing in existing solutions.\r\n\r\nThe problem with this approach is that it wastes your time. It might save you a few pennies at the end of the day, but the cash you’ll save is peanuts compared to what it cost you to take a key employee away from those activities that drive revenue for your business. Instead, it’s far more cost-effective to work with existing providers and use the tools that they’ve already perfected, rather than trying to reinvent the wheel on your own.\r\n<h2>4. If you have to work 80 hours a week, you’re not profitable.</h2>\r\nThis lesson from Branch was an interesting one for me. I’m big on growth hacking (I don’t run a website called Growth Everywhere for nothing!), but Branch’s approach to business has been much more moderate. Of particular interest to me was his assertion that, if you have to work 80 hours a week to keep your business afloat, you’re not profitable.\r\n\r\nToo many startup entrepreneurs blow through the earliest stages of their company\'s growth by putting all their time and energy into their businesses at the expense of their health and relationships. While I’d argue that that’s fine for short periods, I get why Branch says that this shouldn’t be a part of your long-term financial calculations. It’s simply not sustainable.\r\n\r\nIf your company is only in the black because you’re working yourself to the bone, your numbers are going to take a major turn once you scale back your workload -- if you don’t collapse from exhaustion first, that is.\r\n\r\nWhether you choose to apply Branch’s “no growth hacking” philosophy to your business, make sure that your labor costs are fully accounted for. Undervaluing the time you invest in your business hurts everyone involved.\r\n<h2>5. Ask for discounts.</h2>\r\nFinally, here’s a fun tip from Branch: if you’re seriously tight on available funds but you want to take advantage of existing solutions, try emailing the founder and asking for a discount. It won’t work in every case, but you’ll be surprised by how often you can get free stuff just by asking.','5 Finance Tips All Business Owners Should Follow','','inherit','closed','closed','','206-revision-v1','','','2017-06-20 05:38:54','2017-06-20 05:38:54','',206,'http://highfivefinance.com/2017/06/20/206-revision-v1/',0,'revision','',0),(208,1,'2017-06-20 05:49:29','2017-06-20 05:49:29','<h2>1. Ignorance can be bliss, but be careful with those assumptions.</h2>\r\nBefore I launched Lemonlight, I conducted research to understand the market. And I probably spent more time at this task than many of my more established competitors.\r\n\r\nNonetheless, I still made poor assumptions. For example, I assumed it would be easy to hire freelancers to shoot video all around the country. Right? Wrong. I quickly learned that freelancers have their own styles and agendas and that it takes a lot of work to find the great ones. Thus, many of those we worked with early on were, frankly, unqualified.\r\n\r\nI also ran into unforeseen expenses, such as a $40,000 server or payroll for media managers to move footage around internally. These costs added up fast. To compound that, I struggled with pricing early on since I really didn\'t know how much it would cost to make the product.\r\n<h2>2. Balance your fresh perspective with expert experience.</h2>\r\nWhile it\'s important to maintain your can-do rookie outlook, it\'s also critical to bolster it with the advice of industry insiders who have domain experience.\r\n\r\nLike me -- and all entrepreneurs -- you\'ll inevitably be forced to learn some tough lessons quickly. Don\'t let that discourage you. When CAN Capital\'s Small Business Health Index surveyed small business owners about their expectations for the upcoming year, 64 percent of those surveyed anticipated growth.\r\n\r\nWhen I started Lemonlight, I often took solace in the fact that, with no customers, growth was the only option. You, too, should have a growth mindset. If you don\'t have the capacity to stay optimistic, observe others who do and reach out to them. You\'ll often find them running other businesses.\r\n\r\nAfter bringing on a co-founder with a background in film, I needed a while to reconcile his expectations about high-quality video content with my dream of providing it at unprecedented low prices. I wanted to sell all of our videos for $500, for example, and we managed to do that for a while!\r\n\r\nStill, my co-founder would constantly remind me that we couldn\'t hire the right teams for so little money. Without them, our business would go under. So, working in tandem, we two slowly raised our prices until we found a price point that made sense for us and for our customers.\r\n\r\n ','Tips for Starting a Company in an Unfamiliar Industry','','publish','closed','closed','','tips-for-starting-a-company-in-an-unfamiliar-industry','','','2017-06-20 05:49:29','2017-06-20 05:49:29','',0,'http://highfivefinance.com/?page_id=208',0,'page','',0),(209,1,'2017-06-20 05:49:29','2017-06-20 05:49:29','<h2>1. Ignorance can be bliss, but be careful with those assumptions.</h2>\r\nBefore I launched Lemonlight, I conducted research to understand the market. And I probably spent more time at this task than many of my more established competitors.\r\n\r\nNonetheless, I still made poor assumptions. For example, I assumed it would be easy to hire freelancers to shoot video all around the country. Right? Wrong. I quickly learned that freelancers have their own styles and agendas and that it takes a lot of work to find the great ones. Thus, many of those we worked with early on were, frankly, unqualified.\r\n\r\nI also ran into unforeseen expenses, such as a $40,000 server or payroll for media managers to move footage around internally. These costs added up fast. To compound that, I struggled with pricing early on since I really didn\'t know how much it would cost to make the product.\r\n<h2>2. Balance your fresh perspective with expert experience.</h2>\r\nWhile it\'s important to maintain your can-do rookie outlook, it\'s also critical to bolster it with the advice of industry insiders who have domain experience.\r\n\r\nLike me -- and all entrepreneurs -- you\'ll inevitably be forced to learn some tough lessons quickly. Don\'t let that discourage you. When CAN Capital\'s Small Business Health Index surveyed small business owners about their expectations for the upcoming year, 64 percent of those surveyed anticipated growth.\r\n\r\nWhen I started Lemonlight, I often took solace in the fact that, with no customers, growth was the only option. You, too, should have a growth mindset. If you don\'t have the capacity to stay optimistic, observe others who do and reach out to them. You\'ll often find them running other businesses.\r\n\r\nAfter bringing on a co-founder with a background in film, I needed a while to reconcile his expectations about high-quality video content with my dream of providing it at unprecedented low prices. I wanted to sell all of our videos for $500, for example, and we managed to do that for a while!\r\n\r\nStill, my co-founder would constantly remind me that we couldn\'t hire the right teams for so little money. Without them, our business would go under. So, working in tandem, we two slowly raised our prices until we found a price point that made sense for us and for our customers.\r\n\r\n ','Tips for Starting a Company in an Unfamiliar Industry','','inherit','closed','closed','','208-revision-v1','','','2017-06-20 05:49:29','2017-06-20 05:49:29','',208,'http://highfivefinance.com/2017/06/20/208-revision-v1/',0,'revision','',0),(210,1,'2017-06-20 05:54:51','2017-06-20 05:54:51','<strong>Here are few finance and accounting tips to meet business challenges:</strong>\r\n<h2>1.Keep Accurate Records:</h2>\r\nIt is essential for small businesses to have a proper record keeping system in place. It is critical that the accounts are up to date and accurate so that true and fair annual accounts can be drawn up. Much of the small business’ day-to-day accounting can be tracked and handled via online banking services but it is better to have all the financial records in one place for the sake of simplicity. Careful record keeping can also help the small business with tax returns and also in the prevention of theft and fraud. It also helps small businesses in tracking expenses, creditors and debts, apply for funding, save accountancy costs and pay accurate tax on time.\r\n<h2>2.Have a Modern Accounting System in Place:</h2>\r\nSmall businesses must adopt a sound accounting system which can help them to produce updated and accurate financial information. Its importance is such that, its failure can lead to malfunctions in other systems. Effective and efficient filling and documentation systems are also included in such systems. The persons that are usually involved in preparing financial information are also highly qualified.\r\n\r\nThe financial statements that are drawn are usually based on outlined accounting standards and concepts. Accounting apps can also be used as they seamlessly integrate into various services for efficient and easier use. Accounting systems not only make every day work easier to perform, they also record accounting activities in the background when documents are being prepared. The amount of time an accounting system can save for a business enterprise is too significant to ignore.\r\n<h2>3.Carry out Accurate Invoicing:</h2>\r\nHaving an efficient and accurate invoicing system is critical for small businesses as they can ensure that they are getting paid for the work they have done or the products or service they have sold. Invoices also contain specific customer information, have to be processed and delivered swiftly and require the highest standards of accuracy.\r\n\r\nInvoices are more than just prompts for the customers to make payments, they are physical records of terms of a transaction and therefore, it is critical that information that is entered is accurate and complete. Adding additional info to an invoice, cancelling an erroneous invoice or creating multiple versions will only hamper the accounting and accounts receivable process. By reviewing the invoices, the expenses of doing business can be controlled.\r\n<h2>4.Practice Generally Accepted Accounting Principles (GAAP):</h2>\r\nGAAP is centered on certain principles that dictate to the accountants the items that have to be recognized in the financial statements, how the amounts and items must be displayed, which amounts have to be reported and what disclosures will be beneficial to the readers of the financial statements. GAAP instills a sense of trust among the people and stakeholders that the true performance of the small business is being shown to them.\r\n\r\nComplex financial numbers are broken down and it even allows verification’s and audits to be conducted on a small business’ accounts. GAAP makes it easy for donors, lenders and other stakeholders to clearly understand financial statements based on which small businesses can seek loan from banks or other avenues. Lenders know that these numbers signify the true worth of the business and there are no concerns while issuing loans. Adoption of GAAP principles can drive the accounting management in a new direction.\r\n<h2>5.Hire a Professional to Handle Taxes:</h2>\r\nIt is critical for small businesses to hire the right tax professional which can save a lot of money for the business. The tax professional must have specific experience and knowledge in helping small businesses and it is even better if the person already has good knowledge about the type of small business or industry. Small business owners tend to do their taxes themselves and try to save some money. But not hiring a tax professional can cost the small business a lot down the road.\r\n\r\nNot all deductions may be claimed even though the small business is qualified for it or they may underpay the tax bill resulting in penalties and other fees. Tax professionals keep themselves updated on the ever-changing tax laws and even help the small business to plan ahead for potential tax hikes. It is advisable to build a strong relationship with the tax professional so that they can be called at any time year-round.\r\n\r\nIt takes discipline and desire along with the right systems and controls to manage the finances of a small business. Access to the right tools and resources and leveraging technological advances can drastically narrow the financing and accounting gap for small businesses. If a small business does not have a fully staffed financial department, they can rely on a professional finance and accounting outsourcing service provider to gain a competitive edge in the market.\r\n\r\n ','Finance and Accounting Tips for Small Businesses','','publish','closed','closed','','finance-and-accounting-tips-for-small-businesses','','','2017-06-20 05:54:51','2017-06-20 05:54:51','',0,'http://highfivefinance.com/?page_id=210',0,'page','',0),(211,1,'2017-06-20 05:54:51','2017-06-20 05:54:51','<strong>Here are few finance and accounting tips to meet business challenges:</strong>\r\n<h2>1.Keep Accurate Records:</h2>\r\nIt is essential for small businesses to have a proper record keeping system in place. It is critical that the accounts are up to date and accurate so that true and fair annual accounts can be drawn up. Much of the small business’ day-to-day accounting can be tracked and handled via online banking services but it is better to have all the financial records in one place for the sake of simplicity. Careful record keeping can also help the small business with tax returns and also in the prevention of theft and fraud. It also helps small businesses in tracking expenses, creditors and debts, apply for funding, save accountancy costs and pay accurate tax on time.\r\n<h2>2.Have a Modern Accounting System in Place:</h2>\r\nSmall businesses must adopt a sound accounting system which can help them to produce updated and accurate financial information. Its importance is such that, its failure can lead to malfunctions in other systems. Effective and efficient filling and documentation systems are also included in such systems. The persons that are usually involved in preparing financial information are also highly qualified.\r\n\r\nThe financial statements that are drawn are usually based on outlined accounting standards and concepts. Accounting apps can also be used as they seamlessly integrate into various services for efficient and easier use. Accounting systems not only make every day work easier to perform, they also record accounting activities in the background when documents are being prepared. The amount of time an accounting system can save for a business enterprise is too significant to ignore.\r\n<h2>3.Carry out Accurate Invoicing:</h2>\r\nHaving an efficient and accurate invoicing system is critical for small businesses as they can ensure that they are getting paid for the work they have done or the products or service they have sold. Invoices also contain specific customer information, have to be processed and delivered swiftly and require the highest standards of accuracy.\r\n\r\nInvoices are more than just prompts for the customers to make payments, they are physical records of terms of a transaction and therefore, it is critical that information that is entered is accurate and complete. Adding additional info to an invoice, cancelling an erroneous invoice or creating multiple versions will only hamper the accounting and accounts receivable process. By reviewing the invoices, the expenses of doing business can be controlled.\r\n<h2>4.Practice Generally Accepted Accounting Principles (GAAP):</h2>\r\nGAAP is centered on certain principles that dictate to the accountants the items that have to be recognized in the financial statements, how the amounts and items must be displayed, which amounts have to be reported and what disclosures will be beneficial to the readers of the financial statements. GAAP instills a sense of trust among the people and stakeholders that the true performance of the small business is being shown to them.\r\n\r\nComplex financial numbers are broken down and it even allows verification’s and audits to be conducted on a small business’ accounts. GAAP makes it easy for donors, lenders and other stakeholders to clearly understand financial statements based on which small businesses can seek loan from banks or other avenues. Lenders know that these numbers signify the true worth of the business and there are no concerns while issuing loans. Adoption of GAAP principles can drive the accounting management in a new direction.\r\n<h2>5.Hire a Professional to Handle Taxes:</h2>\r\nIt is critical for small businesses to hire the right tax professional which can save a lot of money for the business. The tax professional must have specific experience and knowledge in helping small businesses and it is even better if the person already has good knowledge about the type of small business or industry. Small business owners tend to do their taxes themselves and try to save some money. But not hiring a tax professional can cost the small business a lot down the road.\r\n\r\nNot all deductions may be claimed even though the small business is qualified for it or they may underpay the tax bill resulting in penalties and other fees. Tax professionals keep themselves updated on the ever-changing tax laws and even help the small business to plan ahead for potential tax hikes. It is advisable to build a strong relationship with the tax professional so that they can be called at any time year-round.\r\n\r\nIt takes discipline and desire along with the right systems and controls to manage the finances of a small business. Access to the right tools and resources and leveraging technological advances can drastically narrow the financing and accounting gap for small businesses. If a small business does not have a fully staffed financial department, they can rely on a professional finance and accounting outsourcing service provider to gain a competitive edge in the market.\r\n\r\n ','Finance and Accounting Tips for Small Businesses','','inherit','closed','closed','','210-revision-v1','','','2017-06-20 05:54:51','2017-06-20 05:54:51','',210,'http://highfivefinance.com/2017/06/20/210-revision-v1/',0,'revision','',0),(212,1,'2017-06-20 06:04:09','2017-06-20 06:04:09','If the financial side of your small business has you lost, these experts offer practical finance do\'s and don\'ts to get you back on track.\r\n\r\nBeing a small business owner doesn\'t automatically make you an expert in finance or small business accounting. In reality, most rookie entrepreneurs have to learn the basics of funding, bookkeeping, and what really matters to lenders and investors as they go.\r\n\r\nIf the financial side of your small business has you lost, these experts offer practical finance do\'s and don\'ts to get you back on track.\r\n<h2>1. Focus on Meaning, Not Money</h2>\r\n\"We meet with entrepreneurs all the time and they tell us what they think we want to hear, that they want to make money. When we hear that, it\'s so depressing. It took me 20 years to come to this understanding, but the companies that are successful are the ones who create meaning. Create the next curve; don\'t improve on sameness.\"\r\n<h2>2. Remember That Your Team Defines Your Business</h2>\r\n\"Investors put their money in people, not a business. The better team you have, the more money you will be able to attract. Get people on your team that have industry expertise and that have been there before. Investors want track records.\"\r\n<h2>3. Leverage Technology to Avoid High Startup Costs</h2>\r\n\"Gone are the days when a business needs thousands of dollars in upfront costs just to get started. Today anyone can start a business of their own on a minimal budget through the use of the many online services, marketing and management tools available. Take advantage of automating your business through social media tools like HootSuite, accepting payments and sending out invoices through services like Freshbooks, Paypal and Stripe and also eliminating the need to travel around the world by using live conferencing tools like GoToWebinar and Skype.\"\r\n<h2>4. Don\'t Be Afraid of Zero</h2>\r\n\"The irony is that it is often easier to raise money or acquire other resources when you have zero revenue, zero customers, and zero traction than when you have a small amount. Zero invites imagination, but small numbers invite questions about whether large numbers will ever materialize.\"\r\n<h2>5. Stay Hands-On With Your Business Finances</h2>\r\n\"Take an active role in your business\' financial organization-be close to the information and pay attention to the numbers. Many small businesses are busy with operational issues, building the business and what not, and may not be creating and monitoring financial reports and cash flows very regularly. Two times a year is not enough-try to do it on a monthly basis at the very least.\"\r\n<h2>6. Re-think Your Profit Formula</h2>\r\n\"The old, been-around-forever, profitless formula is: Sales-Expenses = Profit. The new, Profit First Formula is: Sales-Profit = Expenses. The math in both formulas is the same. Logically, nothing has changed. But Profit First speaks to human behavior-it accounts for the regular Joes of the world.\"\r\n<h2>7. Budget Every Dollar Spent On Your Business</h2>\r\n\"Successful businesspeople use budgets and realistic sales projections to run their businesses. They know by the 15th of the month how well their business did financially the month prior. They do not spend money on travel, events or trade shows that are not budgeted. They do not hire staff without have the money or contracts in place in advance. They also understand how to use a line of credit. They use it carefully for short-term cash needs, and not long-term funding needs such as marketing expenses.\"\r\n<h2>8. Prioritize Proper Accounting Methods</h2>\r\n\"Every business owner wants to run a profitable business, but few entrepreneurs dedicate enough time to measuring actual results. The only way to do this is to have a dedicated accounting function. Just as sales can\'t happen without paying attention to prospects, good financial decisions cannot happen without paying attention to the numbers. It might seem like you can \"get along\" without accurate accounting during the good times, but it is impossible to navigate lean months without clear financial records.\"\r\n<h2>9. Hire Professionals (It\'s Worth the Cost)</h2>\r\nSmall business owners aren\'t expected to be an expert in the finance, accounting, and legal side of the business, which is why there are professionals like accountants, bankers and lawyers out there. Money spent wisely on a good CPA or lawyer will be returned in multiples of extra profit.','Dos and Don’ts From Small Business Finance','','publish','closed','closed','','dos-and-donts-from-small-business-finance','','','2017-06-20 06:04:09','2017-06-20 06:04:09','',0,'http://highfivefinance.com/?page_id=212',0,'page','',0),(213,1,'2017-06-20 06:04:09','2017-06-20 06:04:09','If the financial side of your small business has you lost, these experts offer practical finance do\'s and don\'ts to get you back on track.\r\n\r\nBeing a small business owner doesn\'t automatically make you an expert in finance or small business accounting. In reality, most rookie entrepreneurs have to learn the basics of funding, bookkeeping, and what really matters to lenders and investors as they go.\r\n\r\nIf the financial side of your small business has you lost, these experts offer practical finance do\'s and don\'ts to get you back on track.\r\n<h2>1. Focus on Meaning, Not Money</h2>\r\n\"We meet with entrepreneurs all the time and they tell us what they think we want to hear, that they want to make money. When we hear that, it\'s so depressing. It took me 20 years to come to this understanding, but the companies that are successful are the ones who create meaning. Create the next curve; don\'t improve on sameness.\"\r\n<h2>2. Remember That Your Team Defines Your Business</h2>\r\n\"Investors put their money in people, not a business. The better team you have, the more money you will be able to attract. Get people on your team that have industry expertise and that have been there before. Investors want track records.\"\r\n<h2>3. Leverage Technology to Avoid High Startup Costs</h2>\r\n\"Gone are the days when a business needs thousands of dollars in upfront costs just to get started. Today anyone can start a business of their own on a minimal budget through the use of the many online services, marketing and management tools available. Take advantage of automating your business through social media tools like HootSuite, accepting payments and sending out invoices through services like Freshbooks, Paypal and Stripe and also eliminating the need to travel around the world by using live conferencing tools like GoToWebinar and Skype.\"\r\n<h2>4. Don\'t Be Afraid of Zero</h2>\r\n\"The irony is that it is often easier to raise money or acquire other resources when you have zero revenue, zero customers, and zero traction than when you have a small amount. Zero invites imagination, but small numbers invite questions about whether large numbers will ever materialize.\"\r\n<h2>5. Stay Hands-On With Your Business Finances</h2>\r\n\"Take an active role in your business\' financial organization-be close to the information and pay attention to the numbers. Many small businesses are busy with operational issues, building the business and what not, and may not be creating and monitoring financial reports and cash flows very regularly. Two times a year is not enough-try to do it on a monthly basis at the very least.\"\r\n<h2>6. Re-think Your Profit Formula</h2>\r\n\"The old, been-around-forever, profitless formula is: Sales-Expenses = Profit. The new, Profit First Formula is: Sales-Profit = Expenses. The math in both formulas is the same. Logically, nothing has changed. But Profit First speaks to human behavior-it accounts for the regular Joes of the world.\"\r\n<h2>7. Budget Every Dollar Spent On Your Business</h2>\r\n\"Successful businesspeople use budgets and realistic sales projections to run their businesses. They know by the 15th of the month how well their business did financially the month prior. They do not spend money on travel, events or trade shows that are not budgeted. They do not hire staff without have the money or contracts in place in advance. They also understand how to use a line of credit. They use it carefully for short-term cash needs, and not long-term funding needs such as marketing expenses.\"\r\n<h2>8. Prioritize Proper Accounting Methods</h2>\r\n\"Every business owner wants to run a profitable business, but few entrepreneurs dedicate enough time to measuring actual results. The only way to do this is to have a dedicated accounting function. Just as sales can\'t happen without paying attention to prospects, good financial decisions cannot happen without paying attention to the numbers. It might seem like you can \"get along\" without accurate accounting during the good times, but it is impossible to navigate lean months without clear financial records.\"\r\n<h2>9. Hire Professionals (It\'s Worth the Cost)</h2>\r\nSmall business owners aren\'t expected to be an expert in the finance, accounting, and legal side of the business, which is why there are professionals like accountants, bankers and lawyers out there. Money spent wisely on a good CPA or lawyer will be returned in multiples of extra profit.','Dos and Don’ts From Small Business Finance','','inherit','closed','closed','','212-revision-v1','','','2017-06-20 06:04:09','2017-06-20 06:04:09','',212,'http://highfivefinance.com/2017/06/20/212-revision-v1/',0,'revision','',0),(214,1,'2017-06-20 06:05:59','2017-06-20 06:05:59',' ','','','publish','closed','closed','','214','','','2017-06-20 06:05:59','2017-06-20 06:05:59','',0,'http://highfivefinance.com/?p=214',1,'nav_menu_item','',0),(215,1,'2017-06-20 06:05:59','2017-06-20 06:05:59',' ','','','publish','closed','closed','','215','','','2017-06-20 06:05:59','2017-06-20 06:05:59','',0,'http://highfivefinance.com/?p=215',2,'nav_menu_item','',0),(216,1,'2017-06-20 06:05:59','2017-06-20 06:05:59',' ','','','publish','closed','closed','','216','','','2017-06-20 06:05:59','2017-06-20 06:05:59','',0,'http://highfivefinance.com/?p=216',3,'nav_menu_item','',0),(217,1,'2017-06-20 06:05:59','2017-06-20 06:05:59',' ','','','publish','closed','closed','','217','','','2017-06-20 06:05:59','2017-06-20 06:05:59','',0,'http://highfivefinance.com/?p=217',4,'nav_menu_item','',0),(221,1,'2017-06-20 06:21:42','2017-06-20 06:21:42','','bottom','','inherit','open','closed','','bottom-2','','','2017-06-20 06:21:42','2017-06-20 06:21:42','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/bottom-1.gif',0,'attachment','image/gif',0),(225,1,'2017-06-20 06:24:46','2017-06-20 06:24:46','','bottom','','inherit','open','closed','','bottom','','','2017-06-20 06:24:46','2017-06-20 06:24:46','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/bottom.gif',0,'attachment','image/gif',0),(229,1,'2017-06-20 07:13:29','2017-06-20 07:13:29','<h2>Short On Cash?</h2>\r\nKeith Voigts has cash flow on his mind. As CFO of iSeatz, Voigts needs to make sure the $5 million company has enough cash to pay the bills. But New Orleans-based iSeatz, which arranges travel packages for clients like Orbitz and Travelocity, has no collateral for a bank loan. And its customers sometimes take 90 days to pay up. Voigts has considered factoring--selling the company\'s receivables at a discount to get cash up-front. In the past, however, he has always avoided it because of its high costs and bad reputation. \"I wouldn\'t say it\'s a shady business, but there\'s a stigma to it,\" he says.\r\n\r\nNow Voigts is taking another look. iSeatz will be one of the first companies to list its invoices on The Receivables Exchange, or TRE, which is launching in the first quarter of 2008. Founded by Justin Brownhill and Nic Perkin, TRE aims to change the factoring model altogether. The exchange will allow companies to offer their receivables to dozens of factoring companies at once, along with hedge funds, banks, and other \"liquidity providers,\" in TRE\'s parlance. These lenders will bid on the invoices, which can be sold in a bundle or one at a time. The increased competition, Brownhill and Perkin say, will make it easier and cheaper for growing companies to raise working capital. \"We hope to allow companies to grow quicker, faster, better than they otherwise would,\" says Brownhill, the exchange\'s CEO. So far, several dozen companies--\"issuers,\" in TRE\'s lingo--have signed up, with annual revenue ranging from $5 million to $100 million.\r\n\r\nFactoring is an unloved form of financing, at least in the United States. It\'s often used by companies with poor credit or by businesses such as apparel manufacturers, which have to fill orders long before they get paid. But it\'s an expensive way to raise funds. Companies selling receivables generally pay a fee ranging from 2 percent to 7 percent of the total amount, according to Bert Goldberg, executive director of the International Factoring Association. If you pay a 2 percent fee to get funds 30 days in advance, it\'s equivalent to an annual interest rate of about 24 percent. No wonder, then, that in the U.S., factoring is often seen as the corporate equivalent of a check-cashing storefront in a battered neighborhood.\r\n\r\nThe industry\'s reputation has improved in recent years. But Brownhill and Perkin want the U.S. receivables market to look more like the market in Europe. The factoring market is still relatively immature in the U.S., partly because only a few big American banks, including Wells Fargo (NYSE:WFC) and CIT (NYSE:CIT), are major players in the industry. For the most part, factoring remains a fragmented industry composed of many small players. Across the pond, by contrast, the major banks buy receivables. They tend to charge lower fees and offer a higher degree of credibility. In 2006, $127 billion of receivables were sold in the U.S., making it fourth in the world for factoring after the United Kingdom ($328 billion), Italy ($159 billion), and France ($132 billion), according to the trade group Factors Chain International. (FCI publishes the numbers in euros; we converted them using the exchange rate on the last business day of 2006.)\r\n\r\nBrownhill and Perkin think Americans, given the right opportunity, would take to factoring much as they have taken to Ikea and H&M. Both co-founders know a thing or two about building businesses. Brownhill was an executive at Lava Trading, an equity and foreign exchange trading firm, and helped take it from 30 people to 300 before it was bought by Citigroup (NYSE:C), in 2004. Perkin, TRE\'s president, was head of global business development at Massive, a company that places ads in video games, until it was sold to Microsoft (NASDAQ:MSFT), in May 2006. The two have secured $4.2 million in financing from Prism VentureWorks and another seven-figure investment from Fidelity Ventures, an affiliate of the financial giant Fidelity Investments. Larry Cheng, a partner with Fidelity Ventures, says he was drawn to TRE\'s simplicity. \"It\'s almost like eBay--post your invoice and let everyone bid on it,\" says Cheng.\r\n\r\nThe receivables industry has been jostled by a number of new players, bringing new models. The Trade Receivable Exchange, known as T-REX, was launched in May 2007. T-REX is an auction marketplace for all sorts of Chapter 11 bankruptcy claims. If one of your clients goes bankrupt, you could wait years for payment while the bankruptcy case works its way through the courts. T-REX allows you to get cash immediately by selling those receivables to hedge funds and other buyers, sometimes for pennies on the dollar, sometimes for almost the face value of the invoice. Another new company, Factorlane.com, is essentially a relationship broker that helps companies connect with factoring firms, known in the industry as factors.\r\n\r\nBut TRE aims to spur a major shift in the way the industry works. Unlike Factorlane, TRE allows you to sell just one receivable. Suppose a customer owes you $100,000 but won\'t pay for another 60 days--and you need cash now. Traditionally, you would shop around for a factoring provider, going through due diligence several times before settling on one company and developing a relationship. But with TRE, you have to go through the due diligence process only once, with the exchange. After you register your company online and upload your financial statements, TRE spends up to two weeks checking your credit rating, looking for unpaid debts, and searching bankruptcy records.\r\n\r\nOnce your application is approved, you can put up your receivables for bid. For that $100,000 invoice, you could get $98,000 or much less. TRE allows you to set a minimum bid, and if none of the bids reach that minimum, you can reject them all. But if the highest bid beats your minimum, it\'s automatically accepted. The winning lender sends the cash through TRE, which takes a commission of .25 to .5 percent. Six weeks later, when you receive payment from your client, you repay the factor the full $100,000--again through TRE, which takes another commission. You have essentially taken out a loan, with your receivable as collateral. The transaction is classified as a sale, not a loan, under Louisiana law. Nevertheless, unpaid accounts could land at a collection agency and would show up on your credit report.\r\n\r\nBrownhill acknowledges that factors have some security concerns. They worry about buying fake invoices and may be reluctant to let TRE do their due diligence for them. Also, some factors are wary of letting the exchange disburse funds. \"They\'re going to have to be able to do that efficiently and securely, so the liquidity providers know their investments are being monitored,\" says Pat Haney, president of Commercial Capital Lending, a factor in Baton Rouge, Louisiana. TRE\'s founders hope the benefits for factors--a steady supply of high-quality receivables--will outweigh the potential downsides. And despite their concerns, Haney and about 10 other liquidity providers have decided to give it a shot.\r\n\r\n ','Financing your business with factoring','','inherit','closed','closed','','197-revision-v1','','','2017-06-20 07:13:29','2017-06-20 07:13:29','',197,'http://highfivefinance.com/2017/06/20/197-revision-v1/',0,'revision','',0),(230,1,'2017-06-20 07:27:55','2017-06-20 07:27:55','','bg3','','inherit','open','closed','','bg3','','','2017-06-20 07:27:55','2017-06-20 07:27:55','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/bg3.jpg',0,'attachment','image/jpeg',0),(232,1,'2017-06-20 07:29:32','2017-06-20 07:29:32','','Euro notes background','Various euro notes background texture','inherit','open','closed','','euro-notes-background','','','2017-06-20 07:29:32','2017-06-20 07:29:32','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/bg.jpg',0,'attachment','image/jpeg',0),(233,1,'2017-06-20 07:31:53','2017-06-20 07:31:53','','bg2','','inherit','open','closed','','bg2','','','2017-06-20 07:31:53','2017-06-20 07:31:53','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/bg2.jpeg',0,'attachment','image/jpeg',0),(235,1,'2017-06-20 07:55:18','2017-06-20 07:55:18','Subscribe to Environmental Finance to benefit from:\n<ul>\n <li>In-depth special reports and analysis</li>\n <li>Commentary and insight from leading industry specialists</li>\n <li>Discounts for Environmental Finance events\n[]</li>\n</ul>','SUBSCRIBE','','inherit','closed','closed','','175-autosave-v1','','','2017-06-20 07:55:18','2017-06-20 07:55:18','',175,'http://highfivefinance.com/2017/06/20/175-autosave-v1/',0,'revision','',0),(236,1,'2017-06-20 07:55:39','2017-06-20 07:55:39','Subscribe to Environmental Finance to benefit from:\r\n<ul>\r\n <li>In-depth special reports and analysis</li>\r\n <li>Commentary and insight from leading industry specialists</li>\r\n <li>Discounts for Environmental Finance events</li>\r\n</ul>\r\n[newsletter]','SUBSCRIBE','','inherit','closed','closed','','175-revision-v1','','','2017-06-20 07:55:39','2017-06-20 07:55:39','',175,'http://highfivefinance.com/2017/06/20/175-revision-v1/',0,'revision','',0),(238,1,'2017-06-20 08:35:03','2017-06-20 08:35:03','[newsletter]','Newsletter','','publish','closed','closed','','newsletter','','','2017-06-20 08:35:03','2017-06-20 08:35:03','',0,'http://highfivefinance.com/newsletter/',0,'page','',0),(240,1,'2017-06-20 08:45:42','2017-06-20 08:45:42','[contact-form-7 id=\"239\" title=\"Unsubscribe\"]','UNSUBSCRIBE','','inherit','closed','closed','','177-revision-v1','','','2017-06-20 08:45:42','2017-06-20 08:45:42','',177,'http://highfivefinance.com/2017/06/20/177-revision-v1/',0,'revision','',0),(241,1,'2017-06-20 08:46:46','2017-06-20 08:46:46','[email_verification]','Email Verification','','publish','closed','closed','','email-verification','','','2017-11-28 04:57:20','2017-11-28 04:57:20','',0,'http://highfivefinance.com/2017/06/20/email-verification/',0,'fmemailverification','',0),(242,1,'2017-06-20 08:55:48','2017-06-20 08:55:48','[wd_contact_form id=\"8\"]','CONTACT US','','inherit','closed','closed','','179-revision-v1','','','2017-06-20 08:55:48','2017-06-20 08:55:48','',179,'http://highfivefinance.com/2017/06/20/179-revision-v1/',0,'revision','',0),(244,1,'2017-06-20 09:25:56','2017-06-20 09:25:56','','LOGO','','inherit','open','closed','','logo','','','2017-06-20 09:25:56','2017-06-20 09:25:56','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/LOGO.png',0,'attachment','image/png',0),(246,1,'2017-06-20 09:29:43','2017-06-20 09:29:43','http://highfivefinance.com/wp-content/uploads/2017/06/cropped-LOGO.png','cropped-LOGO.png','','inherit','open','closed','','cropped-logo-png','','','2017-06-20 09:29:43','2017-06-20 09:29:43','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/cropped-LOGO.png',0,'attachment','image/png',0),(250,1,'2017-06-20 09:35:10','2017-06-20 09:35:10','','bg1','','inherit','open','closed','','bg1','','','2017-06-20 09:35:10','2017-06-20 09:35:10','',0,'http://highfivefinance.com/wp-content/uploads/2017/06/bg1.jpg',0,'attachment','image/jpeg',0),(252,1,'2017-06-20 09:47:02','2017-06-20 09:47:02','Most adults in America invest in some kind of mutual fund. They’re an easy, hands-off way to buy and diversify part of your portfolio. But there are costs to handing off your investment decisions to someone else.\r\n\r\nHere I’ll cover the basics of mutual funds, the secret most investors don’t know, and which fund I invest in. I will also make fun of stupid things people do with mutual funds.\r\n<h2>What is a mutual fund?</h2>\r\nA mutual fund is a collection of some kind of investment, usually stocks. By pooling your money with other investors, you’re able to create collections that a single investor wouldn’t normally be able to afford. They’re extremely popular. Your parents own at least one mutual fund if they’ve ever worked at a company.\r\n<h2>How mutual funds work</h2>\r\nMutual funds work like this: You pick a fund you like (e.g., growth, value, technology, international…), buy shares of the fund, and let a money manager pick the stocks he thinks will yield the best return. In exchange for this diversification and his expertise, you pay an annual fee.\r\n\r\nAdvantages: Hands-off approach means an expert money manager makes investment decisions for you. Mutual fund (ostensibly) holds many varied stocks, so if one company tanks, your fund doesn’t go down with it (i.e., it’s “diversified”).\r\n\r\nDisadvantages: Annual fees can equal tens of thousands of dollars or more (!) over the lifetime of an investment. If you invest in two mutual funds, they may overlap in investments, yielding a less-diversified portfolio than you really think.\r\n\r\nIn other words, if both funds hold Microsoft and Microsoft tanks, you get hit twice. Although you’re paying an expert to manage your money, they rarely beat the market—the mutual fund industry’s dirty secret!\r\n<h2>The mutual fund manager</h2>\r\nEach mutual fund has a fund manager overseeing all investments. He’s usually a talented financial expert whose bonus is based on the fund’s performance, so he’ll get (say) a $2 million bonus if the fund returns X%. Because they actively manage your money, you’ll sometimes hear mutual funds called “actively managed funds.”\r\n\r\nFund managers are highly compensated but also subject to being fired if the fund performs poorly. The main reason you should care about the fund manager is that you’re basically investing in him—by putting your money in his fund, you’re betting he’ll make you money.\r\n<h2>The different types of mutual funds</h2>\r\nIf you want to buy a mutual fund, you have some choices to make. It’s kind of like the 50 kinds of toothpaste you can choose at Target. Except there are thousands of funds and we’re talking about your life savings. Anyway, you can pick a mutual fund of almost any imaginable type, based on many factors (e.g., risk, return, sector, geographic area of investment, etc). For example, you could invest in a value fund, an emerging-markets fund, or a medical-device fund.\r\n\r\nThe key is to invest in what you understand. If I were going to buy a mutual fund, I’d get a technology fund because that’s what I know. Even though biotech sounds sexy, I don’t know enough about biotech to choose a “good” vs. “bad” fund, so I’d steer clear. You can sort through funds using ETrade or MorningStar.\r\n<h2>How exactly do you “buy” into a mutual fund?</h2>\r\nMutual funds have ticker symbols just like stocks.\r\n\r\nJust browse the funds using ETrade or MorningStar and you’ll see that buying shares of a mutual fund is almost exactly the same as buying shares of stock.\r\n<h2>Mutual-fund costs</h2>\r\nYour fund manager doesn’t come cheap. Actually, investing in mutual funds is damn expensive. Remember, you have to pay an annual fee in exchange for his expertise and the fund’s hands-off diversification.\r\n\r\nThe main fee you’re charged is called an expense ratio, which consists of the management fee (goes to your fund manager), administrative costs, and the 12b-1 distribution fee, which is used to advertise your fund. How ridiculous. Most funds charge somewhere around a 1.5% expense ratio.\r\n\r\nAlso, when you buy a mutual fund, you may be asked for a commission; this is also known as a front-end load or back-end load. Avoid commissions! You want a no-load fund. If your broker tries to convince you that a loaded fund is better, he is lying. You shouldn’t even be talking to a broker, anyway. Use a discount online broker like ETrade, Datek, Schwab, anything.\r\n\r\nWhy am I so against loaded funds? Easy: Loads cut into your profits and there’s no evidence that they produce better results. In fact, look at this data I ripped off of Yahoo Finance:\r\n\r\n“Assuming a $10,000 investment with a conservative nine percent annual net return rate (after annual fund operating expenses) over three years…\r\n\r\nIn cumulative ROI after three years in this illustration, the 100 percent no-load fund outperforms the five percent front-end load fund by 39.3 percent and the back-end load fund by 24.4 percent — even though a nine percent annual return rate is identical for all three funds!”\r\n\r\nOne more reason mutual funds are expensive: Your manager is constantly buying and selling stocks, which incurs trading fees and HUGE amounts of taxes. This is part of why you can expect at least 2% of your returns to be eaten up by mutual-fund-related fees.\r\n<h2>The dirty secret of mutual funds</h2>\r\nEarlier I told you how most adults in America have mutual funds. Now let me explain why they are pretty stupid. Ok, you are paying for expert advice and a Very Smart Person to invest your money.\r\n\r\nStay with me. Remember when I told you that the market returns about 11% per year?\r\n\r\nNow, with all your Smart Money Manager’s tools and resources, you’d of course expect him to beat that. But…\r\n\r\nOver 85% of mutual funds fail to beat the market.\r\n\r\nWoah. Why would anyone invest in a mutual fund, which costs you tremendous amounts of money just for maintenance when you won’t even beat the market? Could it just be because people are lazy and don’t know what to do? What if there were a way to invest directly in the market?\r\n<h2>How do I invest directly in the market? Index funds</h2>\r\nI’m glad you asked.\r\n\r\nIndex funds are a special type of mutual fund. Instead of being actively managed by a fund manager, a computer simply matches the stocks in the market. So the Vanguard S&P 500 index fund has every stock that the actual S&P 500 has—the Vanguard index fund is an index of the market.\r\n\r\nThere are index funds for the S&P 500, NASDAQ, and more.\r\n\r\nThe advantages are simple:\r\n\r\n<strong>YOU MAKE A LOT MORE MONEY AND SAVE ON DUMB COSTS.</strong>\r\n\r\nBecause index funds don’t have money managers and other BS costs, your expense ratio is vastly lower. Compared to usual mutual funds (whose expense ratios average around 1.5%), index funds are routinely lower than 0.2%.\r\n\r\nThe differences are serious. In yet another scenario I ripped off—this time from Vanguard—let’s say you invest $10,000. You put half of it in a mutual fund with a 1.3% expense ratio. The other half goes in a fund with an 0.3% expense ratio. In 20 years, the expensive fund would cost you over $28,000. See details here.\r\n\r\nThe first and biggest advocate of index funds was Vanguard, which now has the most popular funds out there. I invest part of my portfolio in the Vanguard Index Funds 500 Index (VFINX), which has an expense ratio of 0.18%.\r\n<h2>Mutual funds sound dumb compared to index funds. Why do people like my parents still have them?</h2>\r\nI ask myself this a lot. There are no clear advantages to an actively managed mutual fund vs. an index fund. Yes, if you happen to have a mutual fund that beats the market, you’re better off investing in a mutual fund—-but fewer than 15% of all funds do that.\r\n\r\nThe basic answer is sad but revealing. First, most Americans just don’t know how mutual funds work. Fees sound small per year (2%! So what?) but over 20 years, they add up to tens of thousands of dollars or even more. Second, nobody knows what an index fund is. In fact, when was the last time you heard of one? Finally, buying and holding an index fund isn’t as sexy as thinking of a smart New York fund manager barking instructions to his minions.\r\n\r\nGive me a break. When my butler Jeeves is helping me recline on gold sheets and reaching for my jewel-encrusted remote control, I will be just fine with “boring” index funds.\r\n\r\n ','MUTUAL FUNDS','','inherit','closed','closed','','91-revision-v1','','','2017-06-20 09:47:02','2017-06-20 09:47:02','',91,'http://highfivefinance.com/2017/06/20/91-revision-v1/',0,'revision','',0),(254,1,'2017-07-03 11:58:29','2017-07-03 11:58:29','<h2>Overview</h2>\nHigh Five Finance contains links to other sites and we are not responsible for the privacy practices or content of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every Web site that collects Personally Identifiable Information (PII).\n\nHigh Five Finance takes privacy concerns seriously. This privacy policy outlines what information is collected when you visit our site.\n\nHigh Five Finance gathers information about its users mainly to enhance their experience on the site and on email newsletters. This information is used to bring you content that is relevant to your interests. Additionally, High Five Finance, along with our advertising partners, gather information about you anonymously to provide you with more targeted advertising messages that are catered to your location and interests. You can opt out of information gathering for advertising purposes below.\n<h2>Information Collected</h2>\n<h2>Personal Information/ Information You Directly Provide To High Five Finance:</h2>\nWhen registering, commenting, or signing up for newsletters, you may provide High Five Finance with personal information, including but not limited to:\n<ul>\n <li>Personal contact information (name, zip code, e-mail address, phone numbers)</li>\n <li>Comments</li>\n <li>User names (including social media user names)</li>\n <li>Correspondence with High Five Finance staff</li>\n <li>Billing Information (for paid High Five Finance products)</li>\n</ul>\nYou are not required to provide High Five Finance with any personal information in order to use the site. All information that is collected is the sole property of the site, and that information is not distributed outside of the site unless required by law.\n<h2>Non-Personal Information Automatically Collected</h2>\nThis type of information is collected anonymously through the use of tracking technology using third-party cookies, web beacons, and other similar methods. No Personally Identifiable Information (PII) is collected through this methodology. This information may include, but is not limited to:\n<ul>\n <li>Hardware/software information (geographic location, IP address, browser type, device type, operating system, bandwidth, etc.)</li>\n <li>Analytics information (time spent on site, number of pages viewed, referring web page, browsing information, etc.)</li>\n <li>Advertising information (type of ads seen, number of times ads were served, pages where the ads were served)</li>\n <li>Information collected through HTML cookies, web beacons, and similar technologies.</li>\n</ul>\n<h2>Information Collected Through Third-Party Sources</h2>\nThis type of information is collected anonymously by approved third-party partners (such as online marketing firms, research companies, social media companies, ad targeting firms, and other partners). None of the information collected by these sources contains any PII. This type of information includes but is not limited to:\n<ul>\n <li>Demographic information (gender, age, HHI, job title, interests, etc.)</li>\n <li>Advertising information (clicks, interactions, post-impression performance data)</li>\n <li>Social networking information (Facebook, Twitter, LinkedIn, etc.)</li>\n <li>Research information (data collected from partners such as Nielsen, Comscore, Quantcast, etc.)</li>\n</ul>\n<h2>What Is Done With The Collected Information?</h2>\nEmail Communications: High Five Finance may use the information that you submit to send you email communications, such as newsletters, breaking news, information about the site, alerts, and promotional messages from advertising partners.\n\nSite Analysis: High Five Finance uses the information collected through third-party sources to learn and analyze how the site is used. We use this information to enhance the site by making improvements based on the data collected.\n\nAdvertising: Display Ads are delivered from our adserver, DoubleClick, powered by WPP’s Real Media Group. At times third-party information is used to deliver targeted ads to you, your location, and your interests. We also use Third-Party Ad Platforms (such as Google AdSense) to deliver ads on our site. No PII is exchanged with any type of advertising message on High Five Finance.\n<h2>How We Share Information Collected</h2>\nThere are very few specific circumstances when your information is shared outside of the company, these circumstances include but are not limited to:\n<ul>\n <li>If you comment or use the Facebook app on High Five Finance, the information you submit (including your social media user name, etc) is viewable to the public.</li>\n <li>High Five Finance may need to disclose personal information to comply with a judicial proceeding, a court order, or any other legal process.</li>\n <li>We employ third-party services to distribute email newsletters and these third-parties have access to specific information only for the purposes of fulfilling contracts on our behalf</li>\n <li>In the event High Five Finance goes through a business transition, such as a merger, acquisition by another company, or sale of a portion of its assets, users\' personal information will, in most instances, be part of the assets transferred.</li>\n</ul>\n<h2>Email Policy</h2>\nHigh Five Finance does not allow any third-party company to use your email address for commercial purposes without your expressed permission. We will send you newsletter communications, partner sponsorship messages, account alerts, and any other emails you have requested to receive.\n<h2>Notices</h2>\nChildren Under 13: High Five Finance does not knowingly target adverting to, or collect information from children under the age of 13.\n\nData Retention: Your personal information is retained for as long as necessary to fulfill the purposes outlined in this privacy policy.\n\nSecurity: High Five Financeuses all reasonable means to safeguard data against unauthorized use and theft.\n\nChanges to This Policy: High Five Finance may at any time change this Privacy Policy to reflect any changes in our practices, service offerings, or market regulations. If the policy is updated, we will update the Effective Date at the top of the policy.\n\nQuestions/Suggestions: If you have any questions or suggestions for this Privacy Policy, please contact the editor of <a href=\"mailto:contact@highfivefinance.com\">contachighfivefinance.com</a>','PRIVACY POLICY','','inherit','closed','closed','','181-autosave-v1','','','2017-07-03 11:58:29','2017-07-03 11:58:29','',181,'http://highfivefinance.com/2017/07/03/181-autosave-v1/',0,'revision','',0),(255,1,'2017-07-03 07:59:01','2017-07-03 07:59:01','<h2>Overview</h2>\r\nHigh Five Finance contains links to other sites and we are not responsible for the privacy practices or content of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every Web site that collects Personally Identifiable Information (PII).\r\n\r\nHigh Five Finance takes privacy concerns seriously. This privacy policy outlines what information is collected when you visit our site.\r\n\r\nHigh Five Finance gathers information about its users mainly to enhance their experience on the site and on email newsletters. This information is used to bring you content that is relevant to your interests. Additionally, High Five Finance, along with our advertising partners, gather information about you anonymously to provide you with more targeted advertising messages that are catered to your location and interests. You can opt out of information gathering for advertising purposes below.\r\n<h2>Information Collected</h2>\r\n<h2>Personal Information/ Information You Directly Provide To High Five Finance:</h2>\r\nWhen registering, commenting, or signing up for newsletters, you may provide High Five Finance with personal information, including but not limited to:\r\n<ul>\r\n <li>Personal contact information (name, zip code, e-mail address, phone numbers)</li>\r\n <li>Comments</li>\r\n <li>User names (including social media user names)</li>\r\n <li>Correspondence with High Five Finance staff</li>\r\n <li>Billing Information (for paid High Five Finance products)</li>\r\n</ul>\r\nYou are not required to provide High Five Finance with any personal information in order to use the site. All information that is collected is the sole property of the site, and that information is not distributed outside of the site unless required by law.\r\n<h2>Non-Personal Information Automatically Collected</h2>\r\nThis type of information is collected anonymously through the use of tracking technology using third-party cookies, web beacons, and other similar methods. No Personally Identifiable Information (PII) is collected through this methodology. This information may include, but is not limited to:\r\n<ul>\r\n <li>Hardware/software information (geographic location, IP address, browser type, device type, operating system, bandwidth, etc.)</li>\r\n <li>Analytics information (time spent on site, number of pages viewed, referring web page, browsing information, etc.)</li>\r\n <li>Advertising information (type of ads seen, number of times ads were served, pages where the ads were served)</li>\r\n <li>Information collected through HTML cookies, web beacons, and similar technologies.</li>\r\n</ul>\r\n<h2>Information Collected Through Third-Party Sources</h2>\r\nThis type of information is collected anonymously by approved third-party partners (such as online marketing firms, research companies, social media companies, ad targeting firms, and other partners). None of the information collected by these sources contains any PII. This type of information includes but is not limited to:\r\n<ul>\r\n <li>Demographic information (gender, age, HHI, job title, interests, etc.)</li>\r\n <li>Advertising information (clicks, interactions, post-impression performance data)</li>\r\n <li>Social networking information (Facebook, Twitter, LinkedIn, etc.)</li>\r\n <li>Research information (data collected from partners such as Nielsen, Comscore, Quantcast, etc.)</li>\r\n</ul>\r\n<h2>What Is Done With The Collected Information?</h2>\r\nEmail Communications: High Five Finance may use the information that you submit to send you email communications, such as newsletters, breaking news, information about the site, alerts, and promotional messages from advertising partners.\r\n\r\nSite Analysis: High Five Finance uses the information collected through third-party sources to learn and analyze how the site is used. We use this information to enhance the site by making improvements based on the data collected.\r\n\r\nAdvertising: Display Ads are delivered from our adserver, DoubleClick, powered by WPP’s Real Media Group. At times third-party information is used to deliver targeted ads to you, your location, and your interests. We also use Third-Party Ad Platforms (such as Google AdSense) to deliver ads on our site. No PII is exchanged with any type of advertising message on High Five Finance.\r\n<h2>How We Share Information Collected</h2>\r\nThere are very few specific circumstances when your information is shared outside of the company, these circumstances include but are not limited to:\r\n\r\nIf you comment or use the Facebook app on High Five Finance, the information you submit (including your social media user name, etc) is viewable to the public.\r\nHigh Five Finance may need to disclose personal information to comply with a judicial proceeding, a court order, or any other legal process.\r\nWe employ third-party services to distribute email newsletters and these third-parties have access to specific information only for the purposes of fulfilling contracts on our behalf\r\nIn the event High Five Finance goes through a business transition, such as a merger, acquisition by another company, or sale of a portion of its assets, users\' personal information will, in most instances, be part of the assets transferred.\r\n<h2>Email Policy</h2>\r\nHigh Five Finance does not allow any third-party company to use your email address for commercial purposes without your expressed permission. We will send you newsletter communications, partner sponsorship messages, account alerts, and any other emails you have requested to receive.\r\n\r\nNotices\r\n\r\nChildren Under 13: High Five Finance does not knowingly target adverting to, or collect information from children under the age of 13.\r\n\r\nData Retention: Your personal information is retained for as long as necessary to fulfill the purposes outlined in this privacy policy.\r\n\r\nSecurity: High Five Financeuses all reasonable means to safeguard data against unauthorized use and theft.\r\n\r\nChanges to This Policy: High Five Finance may at any time change this Privacy Policy to reflect any changes in our practices, service offerings, or market regulations. If the policy is updated, we will update the Effective Date at the top of the policy.\r\n\r\nQuestions/Suggestions: If you have any questions or suggestions for this Privacy Policy, please contact the editor of <a href=\"http://highfivefinance.com\">highfivefinance.com</a>','PRIVACY POLICY','','inherit','closed','closed','','181-revision-v1','','','2017-07-03 07:59:01','2017-07-03 07:59:01','',181,'http://highfivefinance.com/2017/07/03/181-revision-v1/',0,'revision','',0),(256,1,'2017-07-03 08:01:33','2017-07-03 08:01:33','<h2>Overview</h2>\r\nHigh Five Finance contains links to other sites and we are not responsible for the privacy practices or content of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every Web site that collects Personally Identifiable Information (PII).\r\n\r\nHigh Five Finance takes privacy concerns seriously. This privacy policy outlines what information is collected when you visit our site.\r\n\r\nHigh Five Finance gathers information about its users mainly to enhance their experience on the site and on email newsletters. This information is used to bring you content that is relevant to your interests. Additionally, High Five Finance, along with our advertising partners, gather information about you anonymously to provide you with more targeted advertising messages that are catered to your location and interests. You can opt out of information gathering for advertising purposes below.\r\n<h2>Information Collected</h2>\r\n<h2>Personal Information/ Information You Directly Provide To High Five Finance:</h2>\r\nWhen registering, commenting, or signing up for newsletters, you may provide High Five Finance with personal information, including but not limited to:\r\n<ul>\r\n <li>Personal contact information (name, zip code, e-mail address, phone numbers)</li>\r\n <li>Comments</li>\r\n <li>User names (including social media user names)</li>\r\n <li>Correspondence with High Five Finance staff</li>\r\n <li>Billing Information (for paid High Five Finance products)</li>\r\n</ul>\r\nYou are not required to provide High Five Finance with any personal information in order to use the site. All information that is collected is the sole property of the site, and that information is not distributed outside of the site unless required by law.\r\n<h2>Non-Personal Information Automatically Collected</h2>\r\nThis type of information is collected anonymously through the use of tracking technology using third-party cookies, web beacons, and other similar methods. No Personally Identifiable Information (PII) is collected through this methodology. This information may include, but is not limited to:\r\n<ul>\r\n <li>Hardware/software information (geographic location, IP address, browser type, device type, operating system, bandwidth, etc.)</li>\r\n <li>Analytics information (time spent on site, number of pages viewed, referring web page, browsing information, etc.)</li>\r\n <li>Advertising information (type of ads seen, number of times ads were served, pages where the ads were served)</li>\r\n <li>Information collected through HTML cookies, web beacons, and similar technologies.</li>\r\n</ul>\r\n<h2>Information Collected Through Third-Party Sources</h2>\r\nThis type of information is collected anonymously by approved third-party partners (such as online marketing firms, research companies, social media companies, ad targeting firms, and other partners). None of the information collected by these sources contains any PII. This type of information includes but is not limited to:\r\n<ul>\r\n <li>Demographic information (gender, age, HHI, job title, interests, etc.)</li>\r\n <li>Advertising information (clicks, interactions, post-impression performance data)</li>\r\n <li>Social networking information (Facebook, Twitter, LinkedIn, etc.)</li>\r\n <li>Research information (data collected from partners such as Nielsen, Comscore, Quantcast, etc.)</li>\r\n</ul>\r\n<h2>What Is Done With The Collected Information?</h2>\r\nEmail Communications: High Five Finance may use the information that you submit to send you email communications, such as newsletters, breaking news, information about the site, alerts, and promotional messages from advertising partners.\r\n\r\nSite Analysis: High Five Finance uses the information collected through third-party sources to learn and analyze how the site is used. We use this information to enhance the site by making improvements based on the data collected.\r\n\r\nAdvertising: Display Ads are delivered from our adserver, DoubleClick, powered by WPP’s Real Media Group. At times third-party information is used to deliver targeted ads to you, your location, and your interests. We also use Third-Party Ad Platforms (such as Google AdSense) to deliver ads on our site. No PII is exchanged with any type of advertising message on High Five Finance.\r\n<h2>How We Share Information Collected</h2>\r\nThere are very few specific circumstances when your information is shared outside of the company, these circumstances include but are not limited to:\r\n<ul>\r\n <li>If you comment or use the Facebook app on High Five Finance, the information you submit (including your social media user name, etc) is viewable to the public.</li>\r\n <li>High Five Finance may need to disclose personal information to comply with a judicial proceeding, a court order, or any other legal process.</li>\r\n <li>We employ third-party services to distribute email newsletters and these third-parties have access to specific information only for the purposes of fulfilling contracts on our behalf</li>\r\n <li>In the event High Five Finance goes through a business transition, such as a merger, acquisition by another company, or sale of a portion of its assets, users\' personal information will, in most instances, be part of the assets transferred.</li>\r\n</ul>\r\n<h2>Email Policy</h2>\r\nHigh Five Finance does not allow any third-party company to use your email address for commercial purposes without your expressed permission. We will send you newsletter communications, partner sponsorship messages, account alerts, and any other emails you have requested to receive.\r\n<h2>Notices</h2>\r\nChildren Under 13: High Five Finance does not knowingly target adverting to, or collect information from children under the age of 13.\r\n\r\nData Retention: Your personal information is retained for as long as necessary to fulfill the purposes outlined in this privacy policy.\r\n\r\nSecurity: High Five Financeuses all reasonable means to safeguard data against unauthorized use and theft.\r\n\r\nChanges to This Policy: High Five Finance may at any time change this Privacy Policy to reflect any changes in our practices, service offerings, or market regulations. If the policy is updated, we will update the Effective Date at the top of the policy.\r\n\r\nQuestions/Suggestions: If you have any questions or suggestions for this Privacy Policy, please contact the editor of <a href=\"http://highfivefinance.com\">highfivefinance.com</a>','PRIVACY POLICY','','inherit','closed','closed','','181-revision-v1','','','2017-07-03 08:01:33','2017-07-03 08:01:33','',181,'http://highfivefinance.com/2017/07/03/181-revision-v1/',0,'revision','',0),(257,1,'2017-07-03 08:41:10','2017-07-03 08:41:10','High Five Finance (the \"Site\") is a web site owned by High Five Finance. You are invited to submit articles, post comments, sign up to receive newsletters and visit the Site. By using the Site, you expressly acknowledge and agree that any use of the Site will be in accordance with these Terms of Use(Terms). These Terms constitute a legally binding agreement between you and the Site. By accessing the Site or Service and/or by clicking \"I agree\", you agree to be bound by these Terms.\r\n\r\nThese terms of use (Terms) constitute a legally binding agreement between you and the Company regarding your use of the Site and any services offered by the company including but not limited to delivery of content via the Site, any mobile or internet connected device or otherwise (the \"the Service\"). By accessing the Site or Service and/or by clicking \"I agree\", you agree to be bound by these Terms. You hereby represent and warrant to the Company that you are at least eighteen (18) years of age or above and are capable of entering, performing and adhering to these Terms and that you agree to be bound by the following terms and conditions. While individuals under the age of 18 may utilize the Service of the site, they shall do so only with the involvement & guidance of their parents and / or legal guardians, under such Parent /Legal guardian\'s registered account . You agree to register prior to uploading any content and / or comment and any other use or services of this site and provide your details including but not limited to complete name, age, email address, residential address, contact number.\r\n\r\nDefinition of \"User\" or \"You\": means any person who access or avail this site of the Company for the purpose of hosting, publishing, sharing, transacting, displaying or uploading information or views and includes other persons jointly participating in using the site of the Company.\r\n\r\nIf you do not agree to be bound by these Terms of Use, you may not use the Site. The Site reserves the right to modify these Terms of Use at any time and will publish notifications of material modifications at its sole discretion. By continuing to access the Site after notice of such modifications have been published, you signify your agreement to be bound by them.\r\n\r\n ','TERMS AND CONDITIONS','','inherit','closed','closed','','183-revision-v1','','','2017-07-03 08:41:10','2017-07-03 08:41:10','',183,'http://highfivefinance.com/2017/07/03/183-revision-v1/',0,'revision','',0),(258,1,'2017-07-03 11:58:31','2017-07-03 11:58:31','<h2>Overview</h2>\r\nHigh Five Finance contains links to other sites and we are not responsible for the privacy practices or content of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every Web site that collects Personally Identifiable Information (PII).\r\n\r\nHigh Five Finance takes privacy concerns seriously. This privacy policy outlines what information is collected when you visit our site.\r\n\r\nHigh Five Finance gathers information about its users mainly to enhance their experience on the site and on email newsletters. This information is used to bring you content that is relevant to your interests. Additionally, High Five Finance, along with our advertising partners, gather information about you anonymously to provide you with more targeted advertising messages that are catered to your location and interests. You can opt out of information gathering for advertising purposes below.\r\n<h2>Information Collected</h2>\r\n<h2>Personal Information/ Information You Directly Provide To High Five Finance:</h2>\r\nWhen registering, commenting, or signing up for newsletters, you may provide High Five Finance with personal information, including but not limited to:\r\n<ul>\r\n <li>Personal contact information (name, zip code, e-mail address, phone numbers)</li>\r\n <li>Comments</li>\r\n <li>User names (including social media user names)</li>\r\n <li>Correspondence with High Five Finance staff</li>\r\n <li>Billing Information (for paid High Five Finance products)</li>\r\n</ul>\r\nYou are not required to provide High Five Finance with any personal information in order to use the site. All information that is collected is the sole property of the site, and that information is not distributed outside of the site unless required by law.\r\n<h2>Non-Personal Information Automatically Collected</h2>\r\nThis type of information is collected anonymously through the use of tracking technology using third-party cookies, web beacons, and other similar methods. No Personally Identifiable Information (PII) is collected through this methodology. This information may include, but is not limited to:\r\n<ul>\r\n <li>Hardware/software information (geographic location, IP address, browser type, device type, operating system, bandwidth, etc.)</li>\r\n <li>Analytics information (time spent on site, number of pages viewed, referring web page, browsing information, etc.)</li>\r\n <li>Advertising information (type of ads seen, number of times ads were served, pages where the ads were served)</li>\r\n <li>Information collected through HTML cookies, web beacons, and similar technologies.</li>\r\n</ul>\r\n<h2>Information Collected Through Third-Party Sources</h2>\r\nThis type of information is collected anonymously by approved third-party partners (such as online marketing firms, research companies, social media companies, ad targeting firms, and other partners). None of the information collected by these sources contains any PII. This type of information includes but is not limited to:\r\n<ul>\r\n <li>Demographic information (gender, age, HHI, job title, interests, etc.)</li>\r\n <li>Advertising information (clicks, interactions, post-impression performance data)</li>\r\n <li>Social networking information (Facebook, Twitter, LinkedIn, etc.)</li>\r\n <li>Research information (data collected from partners such as Nielsen, Comscore, Quantcast, etc.)</li>\r\n</ul>\r\n<h2>What Is Done With The Collected Information?</h2>\r\nEmail Communications: High Five Finance may use the information that you submit to send you email communications, such as newsletters, breaking news, information about the site, alerts, and promotional messages from advertising partners.\r\n\r\nSite Analysis: High Five Finance uses the information collected through third-party sources to learn and analyze how the site is used. We use this information to enhance the site by making improvements based on the data collected.\r\n\r\nAdvertising: Display Ads are delivered from our adserver, DoubleClick, powered by WPP’s Real Media Group. At times third-party information is used to deliver targeted ads to you, your location, and your interests. We also use Third-Party Ad Platforms (such as Google AdSense) to deliver ads on our site. No PII is exchanged with any type of advertising message on High Five Finance.\r\n<h2>How We Share Information Collected</h2>\r\nThere are very few specific circumstances when your information is shared outside of the company, these circumstances include but are not limited to:\r\n<ul>\r\n <li>If you comment or use the Facebook app on High Five Finance, the information you submit (including your social media user name, etc) is viewable to the public.</li>\r\n <li>High Five Finance may need to disclose personal information to comply with a judicial proceeding, a court order, or any other legal process.</li>\r\n <li>We employ third-party services to distribute email newsletters and these third-parties have access to specific information only for the purposes of fulfilling contracts on our behalf</li>\r\n <li>In the event High Five Finance goes through a business transition, such as a merger, acquisition by another company, or sale of a portion of its assets, users\' personal information will, in most instances, be part of the assets transferred.</li>\r\n</ul>\r\n<h2>Email Policy</h2>\r\nHigh Five Finance does not allow any third-party company to use your email address for commercial purposes without your expressed permission. We will send you newsletter communications, partner sponsorship messages, account alerts, and any other emails you have requested to receive.\r\n<h2>Notices</h2>\r\nChildren Under 13: High Five Finance does not knowingly target adverting to, or collect information from children under the age of 13.\r\n\r\nData Retention: Your personal information is retained for as long as necessary to fulfill the purposes outlined in this privacy policy.\r\n\r\nSecurity: High Five Financeuses all reasonable means to safeguard data against unauthorized use and theft.\r\n\r\nChanges to This Policy: High Five Finance may at any time change this Privacy Policy to reflect any changes in our practices, service offerings, or market regulations. If the policy is updated, we will update the Effective Date at the top of the policy.\r\n\r\nQuestions/Suggestions: If you have any questions or suggestions for this Privacy Policy, please contact the editor of <a href=\"mailto:contact@highfivefinance.com\">contact@highfivefinance.com</a>','PRIVACY POLICY','','inherit','closed','closed','','181-revision-v1','','','2017-07-03 11:58:31','2017-07-03 11:58:31','',181,'http://highfivefinance.com/2017/07/03/181-revision-v1/',0,'revision','',0),(259,1,'2017-07-03 13:45:03','2017-07-03 13:45:03','[wd_contact_form id=\"8\"]\n\n \n\n \n','CONTACT US','','inherit','closed','closed','','179-autosave-v1','','','2017-07-03 13:45:03','2017-07-03 13:45:03','',179,'http://highfivefinance.com/2017/07/03/179-autosave-v1/',0,'revision','',0),(265,1,'2017-12-09 06:17:52','2017-12-09 06:17:52','[contact-form-7 id=\"237\" title=\"Contact US\"]','CONTACT US','','inherit','closed','closed','','179-revision-v1','','','2017-12-09 06:17:52','2017-12-09 06:17:52','',179,'http://highfivefinance.com/2017/12/09/179-revision-v1/',0,'revision','',0),(266,1,'2017-12-09 06:22:05','2017-12-09 06:22:05','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nHigh Five Finance \"[your-subject]\"\n[your-name] <contact@highfivefinance.com>\ncontact@highfivefinance.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on High Five Finance (http://highfivefinance.com)\nReply-To: [your-email]\n\n\n\n1\nHigh Five Finance \"[your-subject]\"\nHigh Five Finance <contact@highfivefinance.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on High Five Finance (http://highfivefinance.com)\nReply-To: rajeshkanna.prof@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact us','','publish','closed','closed','','contact-form-1','','','2017-12-09 06:23:34','2017-12-09 06:23:34','',0,'http://highfivefinance.com/?post_type=wpcf7_contact_form&p=266',0,'wpcf7_contact_form','',0),(267,1,'2017-12-09 06:23:53','2017-12-09 06:23:53','[contact-form-7 id=\"266\" title=\"Contact us\"]','CONTACT US','','inherit','closed','closed','','179-revision-v1','','','2017-12-09 06:23:53','2017-12-09 06:23:53','',179,'http://highfivefinance.com/2017/12/09/179-revision-v1/',0,'revision','',0),(268,1,'2017-12-11 11:08:54','2017-12-11 11:08:54','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n[submit \"Send\"]\n1\nHigh Five Finance \"[Unsubscribe]\"\n[your-name] <contact@highfivefinance.com>\ncontact@highfivefinance.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a unsubscribe form on High Five Finance (http://highfivefinance.com)\nReply-To: [your-email]\n\n\n\n1\nHigh Five Finance \"[Unsubscribe]\"\nHigh Five Finance <contact@highfivefinance.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a unsubscribe form on High Five Finance (http://highfivefinance.com)\nReply-To: contact@highfivefinance.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Unsubscribe','','publish','closed','closed','','unsubscribe','','','2017-12-11 11:12:09','2017-12-11 11:12:09','',0,'http://highfivefinance.com/?post_type=wpcf7_contact_form&p=268',0,'wpcf7_contact_form','',0),(269,1,'2017-12-11 11:12:36','2017-12-11 11:12:36','[contact-form-7 id=\"266\" title=\"Contact us\"]','UNSUBSCRIBE','','inherit','closed','closed','','177-revision-v1','','','2017-12-11 11:12:36','2017-12-11 11:12:36','',177,'http://highfivefinance.com/2017/12/11/177-revision-v1/',0,'revision','',0),(270,1,'2017-12-11 11:12:55','2017-12-11 11:12:55','[contact-form-7 id=\"268\" title=\"Unsubscribe\"]','UNSUBSCRIBE','','inherit','closed','closed','','177-revision-v1','','','2017-12-11 11:12:55','2017-12-11 11:12:55','',177,'http://highfivefinance.com/2017/12/11/177-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (9,2,0),(10,2,0),(19,2,0),(21,2,0),(170,3,0),(185,3,0),(186,3,0),(188,4,0),(197,4,0),(201,4,0),(214,5,0),(215,5,0),(216,5,0),(217,5,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'ml-slider','',0,4),(3,3,'nav_menu','',0,3),(4,4,'category','',0,3),(5,5,'nav_menu','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'7','7',0),(3,'header','header',0),(4,'Finance Your Business','finance-your-business',0),(5,'sidebar','sidebar',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','wxwebAdmin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(16,1,'wp_dashboard_quick_press_last_post_id','272'),(18,1,'wp_user-settings','libraryContent=browse&editor=tinymce&siteorigin_panels_setting_tab=content&hidetb=1'),(19,1,'wp_user-settings-time','1499083285'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"111.93.114.0\";}'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(23,1,'closedpostboxes_post','a:0:{}'),(24,1,'metaboxhidden_post','a:7:{i:0;s:16:\"so-panels-panels\";i:1;s:11:\"postexcerpt\";i:2;s:13:\"trackbacksdiv\";i:3;s:10:\"postcustom\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(25,1,'nav_menu_recently_edited','5'),(26,536772,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(27,536772,'wp_user_level','10'),(28,536772,'session_tokens','a:1:{s:64:\"6a5326417e8a0017b5b5685f4e10c55e59950ed7db2a5c2f428e831fc022214c\";a:3:{s:10:\"expiration\";i:1509072060;s:2:\"ip\";s:14:\"173.245.50.185\";s:5:\"login\";i:1508899260;}}'),(29,536773,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(30,536773,'wp_user_level','10'),(31,536773,'session_tokens','a:1:{s:64:\"e86b5b4f925b76274cb7931800e734d6c424afa4f68de323a2b4487210967d88\";a:4:{s:10:\"expiration\";i:1512388405;s:2:\"ip\";s:13:\"172.68.47.121\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";s:5:\"login\";i:1512215605;}}'),(32,536773,'wp_dashboard_quick_press_last_post_id','262'),(33,1,'session_tokens','a:1:{s:64:\"81f2e6fda86c925269d57e9a9b9f42cbf786982c9c8749efe24e61b616e01325\";a:4:{s:10:\"expiration\";i:1517635894;s:2:\"ip\";s:15:\"162.158.165.179\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36\";s:5:\"login\";i:1517463094;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=536774 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'wxwebAdmin','$P$BGGdb5SO7cfZT6YSZICm2BRuWZwkJJ.','wxwebadmin','rajeshkanna.prof@gmail.com','','2017-05-25 07:44:42','',0,'wxwebAdmin'),(536772,'superuser19542','$P$BmbCJOOg1yFrEFQ7E08VwzIE2/k7Hj.','superuser19542','superuser19542@yahoo.de','','2014-08-19 10:53:18','',0,'superuser19542'),(536773,'wp.service.controller.CPGqA','$P$BVeu.TihOc/c/GM1d8q1H1Aq0VVCX./','Service','','','0000-00-00 00:00:00','',0,'Service'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-01-31 9:25:16
Save