#loading{
    position: fixed;
    top: 0;
    left: 0; /*set it to "right: 0;" to have the bar displaying on the top right corner*/
    z-index: 5000;
    background-color: red;
    font-size: 150%;
    color: white;
    padding: 2px;
}
 
#loadedContent{
    border: 1px solid #CCC;
    color: black;
    text-align: left;
    width: 100%;
    position: relative;
    /*background-color: #f2f2f2;*/
    /*padding: 10px;*/
    /*width: 300px;*/
}

.onlineStatus img {
  vertical-align: middle;
}

.onlineStatus .chatNow {
    margin-left: 6px;
    font-size: 10px;
    text-transform: uppercase;
}
th            {font-family: helvetica, arial, geneva, sans-serif; font-size: small; font-weight: bold; background-color: #CCCCCC}
td            {font-family: helvetica, arial, geneva, sans-serif; font-size: 12}
form        {font-family: helvetica, arial, geneva, sans-serif; font-size: 12}
input        {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; color: #000000}
select       {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; color: #000000}
textarea   {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; color: #000000}
h1            {font-family: arial, geneva, sans-serif; font-size: 18px; font-weight: bold}
h2            {font-family: arial, geneva, sans-serif; font-size: 14px; font-weight: normal}
A:link        {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; text-decoration: none; color: #000000}
A:visited    {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; text-decoration: none; color: #000000}
A:hover     {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; text-decoration: underline; color: #000000}

smalltext {font-family: Arial; font-size: 10; color:#333333}