﻿ /* resets */
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin:0;
    padding:0;
}

body {
    font-family:helvetica,tahoma,verdana,sans-serif;
    font-size:13px;
}

img, body, html {
    border:0 none;
}

ul{
    list-style:none outside none;
}

/* general stuff for most simple apps */
body{
    padding:10px;
}
textarea
{
    font-family:helvetica,tahoma,verdana,sans-serif;
    font-size:13px;
}

h1 {
    font-size:large;
    margin-bottom:20px;
}

p{
    margin:15px 0;
}
ul li {
    list-style-type:disc;
    margin-left:20px;
}
.livechat_ata_picker_list ul li {
    list-style: none;
}
input.blur,textarea.blur
{
    color: #999;
}
.apexchat_initial_loading
{
    font-size:16px;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.apexchat_loaded .apexchat_initial_loading
{
    display:none;
}
#apexchat
{
    margin:0px auto;
}
#apexchat .livechat_header_actions,
#apexchat .livechat_pop
{
    display:none;
}

#apexchat .apexchat_auto_genned_message_wrapper *
{
    outline:none;
}

#apexchat .apexchat_chat_transferring_notification {
    background-color: red;
}