diff --git a/src/messenger/webim/images/dash/readme.txt b/src/messenger/webim/images/dash/readme.txt
index adadfe26..165a5a1f 100644
--- a/src/messenger/webim/images/dash/readme.txt
+++ b/src/messenger/webim/images/dash/readme.txt
@@ -1,19 +1,19 @@
-"34aL volume 3.1" icons set
-
-Ammount of icons:
-60
-
-Colors:
-Colored, grey
-
-Icon Sizes:
-24x24
-
-File Types:
-.ico (RGBA, 256 color, 16 color),
-.tiff (RGBA)
-.gif (indexed)
-.bmp (RGB - 1 color background),
-.png (RGBA)
-
+"34aL volume 3.1" icons set
+
+Ammount of icons:
+60
+
+Colors:
+Colored, grey
+
+Icon Sizes:
+24x24
+
+File Types:
+.ico (RGBA, 256 color, 16 color),
+.tiff (RGBA)
+.gif (indexed)
+.bmp (RGB - 1 color background),
+.png (RGBA)
+
Note: These icons are free for use.
\ No newline at end of file
diff --git a/src/messenger/webim/styles/simplicity/chat.css b/src/messenger/webim/styles/simplicity/chat.css
index 8399cf40..b90caee5 100644
--- a/src/messenger/webim/styles/simplicity/chat.css
+++ b/src/messenger/webim/styles/simplicity/chat.css
@@ -1,203 +1,203 @@
-BODY {
- margin: 0px;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- background: #FFFFFF;
- color: #666666;
-}
-
-FORM {
- margin-bottom: 0px;
- margin-top: 0px;
-}
-
-TABLE {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #666666;
-}
-
-A, A:active, A:link, A:visited {
- text-decoration: none;
- color: #BB0000;
-}
-
-A:hover {
- text-decoration: underline;
- color: #BB0000;
-}
-
-H1 {
- margin-top: 0px;
- margin-bottom: 5px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16px;
- color: #000000;
- font-weight: bold;
-}
-
-H2 {
- margin-top: 0px;
- margin-bottom: 0px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14px;
- color: #000000;
- font-weight: bold;
-}
-
-H3 {
- margin-top: 0px;
- margin-bottom: 0px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #000000;
- font-weight: bold;
-}
-
-UL {
- margin-top: 0px;
- margin-bottom: 0px;
-}
-
-#greybg {
- background: #EFEFEF;
-}
-
-#whitebg {
- background: #FFFFFF;
-}
-
-#toolbar {
- background: #E3E3E3 url('images/toolbar_bg.jpg') repeat-x;
- border-bottom: solid 1px #CCCCCC;
-}
-
-#typingdiv, #engineinfo {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #BB0000;
- margin: 0px 3px;
-}
-
-.chathistory {
- width: 100%;
- height: 300px;
- border: solid 1px #CCCCCC;
- overflow:auto;
-}
-
-TEXTAREA.message {
- margin: 0px;
- border: solid 1px #CCCCCC;
- padding: 0px 3px;
- width: 100%;
- height: 50px;
- overflow: auto;
-}
-
-.message {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #666666;
- padding: 3px;
- line-height: 15px;
-}
-
-.message span.time {
- color: #000000;
-}
-
-.message span.nuser {
- color: #B11E23;
- font-weight: bold;
-}
-
-.message span.nagent {
- font-weight: bold;
-}
-
-.message span.minf {
- color: #1E48B1;
- font-size: 11px;
-}
-
-.message span.mevent {
- color: #A1A1A1;
- font-size: 11px;
-}
-
-.message span.mhidden {
- color: #A1A1A1;
- font-size: 11px;
-}
-
-.message span.mconn {
- color: #A1A1A1;
- font-size: 11px;
-}
-
-.submit {
- padding-top: 1px;
-}
-
-.text {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #4C4C4C;
-}
-
-.text span.grey {
- color: #666666;
-}
-
-#form {
- width: 100%;
- background: #EFEFEF;
- border: solid 1px #CCCCCC;
-}
-
-#form TD.text {
- width: 1%;
- white-space: nowrap;
-}
-
-#errorimage {
- margin-right: 5px;
-}
-
-.field {
- border: 1px solid #CCCCCC;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #666666;
- padding-left: 3px;
-}
-
-textarea.field {
- margin: 0px;
- padding: 0px 3px;
- overflow: auto;
-}
-
-.dropdown {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #666666;
-}
-
-.button A {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #666666;
-}
-
-#footer {
- text-align: center;
- font-size: 10px;
- color: #999999;
-}
-
-#footer A {
- color: #999999;
- text-decoration: underline;
+BODY {
+ margin: 0px;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ background: #FFFFFF;
+ color: #666666;
+}
+
+FORM {
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+
+TABLE {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #666666;
+}
+
+A, A:active, A:link, A:visited {
+ text-decoration: none;
+ color: #BB0000;
+}
+
+A:hover {
+ text-decoration: underline;
+ color: #BB0000;
+}
+
+H1 {
+ margin-top: 0px;
+ margin-bottom: 5px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16px;
+ color: #000000;
+ font-weight: bold;
+}
+
+H2 {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ color: #000000;
+ font-weight: bold;
+}
+
+H3 {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #000000;
+ font-weight: bold;
+}
+
+UL {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+#greybg {
+ background: #EFEFEF;
+}
+
+#whitebg {
+ background: #FFFFFF;
+}
+
+#toolbar {
+ background: #E3E3E3 url('images/toolbar_bg.jpg') repeat-x;
+ border-bottom: solid 1px #CCCCCC;
+}
+
+#typingdiv, #engineinfo {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #BB0000;
+ margin: 0px 3px;
+}
+
+.chathistory {
+ width: 100%;
+ height: 300px;
+ border: solid 1px #CCCCCC;
+ overflow:auto;
+}
+
+TEXTAREA.message {
+ margin: 0px;
+ border: solid 1px #CCCCCC;
+ padding: 0px 3px;
+ width: 100%;
+ height: 50px;
+ overflow: auto;
+}
+
+.message {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #666666;
+ padding: 3px;
+ line-height: 15px;
+}
+
+.message span.time {
+ color: #000000;
+}
+
+.message span.nuser {
+ color: #B11E23;
+ font-weight: bold;
+}
+
+.message span.nagent {
+ font-weight: bold;
+}
+
+.message span.minf {
+ color: #1E48B1;
+ font-size: 11px;
+}
+
+.message span.mevent {
+ color: #A1A1A1;
+ font-size: 11px;
+}
+
+.message span.mhidden {
+ color: #A1A1A1;
+ font-size: 11px;
+}
+
+.message span.mconn {
+ color: #A1A1A1;
+ font-size: 11px;
+}
+
+.submit {
+ padding-top: 1px;
+}
+
+.text {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #4C4C4C;
+}
+
+.text span.grey {
+ color: #666666;
+}
+
+#form {
+ width: 100%;
+ background: #EFEFEF;
+ border: solid 1px #CCCCCC;
+}
+
+#form TD.text {
+ width: 1%;
+ white-space: nowrap;
+}
+
+#errorimage {
+ margin-right: 5px;
+}
+
+.field {
+ border: 1px solid #CCCCCC;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #666666;
+ padding-left: 3px;
+}
+
+textarea.field {
+ margin: 0px;
+ padding: 0px 3px;
+ overflow: auto;
+}
+
+.dropdown {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #666666;
+}
+
+.button A {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #666666;
+}
+
+#footer {
+ text-align: center;
+ font-size: 10px;
+ color: #999999;
+}
+
+#footer A {
+ color: #999999;
+ text-decoration: underline;
}
\ No newline at end of file
diff --git a/src/messenger/webim/styles/simplicity/templates/chat.tpl b/src/messenger/webim/styles/simplicity/templates/chat.tpl
index 8850ba30..0182351d 100644
--- a/src/messenger/webim/styles/simplicity/templates/chat.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/chat.tpl
@@ -1,158 +1,158 @@
-
-
-
-${msg:chat.window.title.agent}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${msg:typing.remote}
- |
- |
-
-
-
-
- |
-
-
- |
-
- ${if:canpost}
-
-
-
- |
-
-
-
-
-
- |
-
-
- |
-
-
-
- ${if:agent}
-
- ${endif:agent}
- |
- |
-
- ${endif:canpost}
-
-
-
-
-
-
+
+
+
+${msg:chat.window.title.agent}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${msg:typing.remote}
+ |
+ |
+
+
+
+
+ |
+
+
+ |
+
+ ${if:canpost}
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+ ${if:agent}
+
+ ${endif:agent}
+ |
+ |
+
+ ${endif:canpost}
+
+
+
+
+
+
diff --git a/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl b/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl
index 847239af..5f22d2b1 100644
--- a/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl
@@ -1,99 +1,99 @@
-
-
-
-${msg:chat.window.title.user}
-
-
-
-
-
-
-
-
-
-
-
- |
- |
-
-
-
-
- |
-
-
-
-
-
- |
-
-
- |
-
-
-
-
-
-
-
+
+
+
+${msg:chat.window.title.user}
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
diff --git a/src/messenger/webim/styles/simplicity/templates/error.tpl b/src/messenger/webim/styles/simplicity/templates/error.tpl
index c6b49f8b..65256b3e 100644
--- a/src/messenger/webim/styles/simplicity/templates/error.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/error.tpl
@@ -1,48 +1,48 @@
-
-
-
-${msg:chat.error_page.title}
-
-
-
-
-
-
-
-
- ${msg:chat.error_page.head}
- |
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
-
-
-
+
+
+
+${msg:chat.error_page.title}
+
+
+
+
+
+
+
+
+ ${msg:chat.error_page.head}
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
diff --git a/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl b/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl
index 6def91f4..1f424ab9 100644
--- a/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl
@@ -1,47 +1,47 @@
-
-
-
-${msg:leavemessage.sent.title}
-
-
-
-
-
-
-
-
- ${msg:leavemessage.sent.title}
- |
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
-
+
+
+
+${msg:leavemessage.sent.title}
+
+
+
+
+
+
+
+
+ ${msg:leavemessage.sent.title}
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
\ No newline at end of file
diff --git a/src/messenger/webim/styles/simplicity/templates/mail.tpl b/src/messenger/webim/styles/simplicity/templates/mail.tpl
index a8ed8181..9b650e55 100644
--- a/src/messenger/webim/styles/simplicity/templates/mail.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/mail.tpl
@@ -1,73 +1,73 @@
-
-
-
-${msg:chat.window.title.user}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+${msg:chat.window.title.user}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/messenger/webim/styles/simplicity/templates/mailsent.tpl b/src/messenger/webim/styles/simplicity/templates/mailsent.tpl
index f6ba2b12..96f7056b 100644
--- a/src/messenger/webim/styles/simplicity/templates/mailsent.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/mailsent.tpl
@@ -1,48 +1,48 @@
-
-
-
-${msg:chat.window.title.user}
-
-
-
-
-
-
-
-
- ${msg:chat.mailthread.sent.title}
- |
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
-
-
-
+
+
+
+${msg:chat.window.title.user}
+
+
+
+
+
+
+
+
+ ${msg:chat.mailthread.sent.title}
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
diff --git a/src/messenger/webim/styles/simplicity/templates/nochat.tpl b/src/messenger/webim/styles/simplicity/templates/nochat.tpl
index a3745369..7be4ee81 100644
--- a/src/messenger/webim/styles/simplicity/templates/nochat.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/nochat.tpl
@@ -1,44 +1,44 @@
-
-
-
-${msg:page.chat.old_browser.title}
-
-
-
-
-
-
-
-
+
+
+
+${msg:page.chat.old_browser.title}
+
+
+
+
+
+
+
+
diff --git a/src/messenger/webim/styles/simplicity/templates/redirect.tpl b/src/messenger/webim/styles/simplicity/templates/redirect.tpl
index a85431e5..16303356 100644
--- a/src/messenger/webim/styles/simplicity/templates/redirect.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/redirect.tpl
@@ -1,67 +1,67 @@
-
-
-
-${msg:chat.window.title.agent}
-
-
-
-
-
-
-
-
- ${msg:chat.redirect.title}
- |
-
-
-
- ${msg:chat.redirect.choose}
- |
-
-
-
-
- |
-
-
-
- ${pagination}
- |
-
-
- |
-
-
-
-
-
-
-
+
+
+
+${msg:chat.window.title.agent}
+
+
+
+
+
+
+
+
+ ${msg:chat.redirect.title}
+ |
+
+
+
+ ${msg:chat.redirect.choose}
+ |
+
+
+
+
+ |
+
+
+
+ ${pagination}
+ |
+
+
+ |
+
+
+
+
+
+
+
diff --git a/src/messenger/webim/styles/simplicity/templates/redirected.tpl b/src/messenger/webim/styles/simplicity/templates/redirected.tpl
index bd29ba79..5ad74ffc 100644
--- a/src/messenger/webim/styles/simplicity/templates/redirected.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/redirected.tpl
@@ -1,48 +1,48 @@
-
-
-
-${msg:chat.window.title.agent}
-
-
-
-
-
-
-
-
- ${msg:chat.redirected.title}
- |
-
-
-
-
- |
-
-
-
-
- |
-
-
-
-
-
-
-
+
+
+
+${msg:chat.window.title.agent}
+
+
+
+
+
+
+
+
+ ${msg:chat.redirected.title}
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
diff --git a/src/messenger/webim/styles/simplicity/templates/survey.tpl b/src/messenger/webim/styles/simplicity/templates/survey.tpl
index 809148f8..244d23a4 100644
--- a/src/messenger/webim/styles/simplicity/templates/survey.tpl
+++ b/src/messenger/webim/styles/simplicity/templates/survey.tpl
@@ -1,98 +1,98 @@
-
-
-
-${msg:presurvey.title}
-
-
-
-
-
-
-
-
-
-
+
+
+
+${msg:presurvey.title}
+
+
+
+
+
+
+
+
+
+