﻿body
{
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    background: #ffffff url('images/ltblubkgnd.png') repeat;
}

a
{
    color: #0000ff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    margin: 0px 0px 0px 0px;
    border: none;
}

img.logo
{
    border: outset 3px #cccccc;
    margin: 5px 5px 5px 5px;
}

#header
{
    float: left;
    clear: both;
    width: 100%;
    background: #ffffff;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #000000;
}

#header div
{
    float:left;
    margin: 0px 0px 0px 0px;
}

#header h1
{
    text-align: left;
    margin: 50px 0px 0px 20px;
}

#header h2
{
    text-align: left;
    margin: 5px 0px 0px 20px;
}

#header img.logo
{
    float: left;
    border: none;
}

.error
{
    color: #dd0000;
}

/*TABLES*/
table
{
    clear: left;
    margin: 25px auto 0px auto;
    font-family: Arial;
    min-width: 600px;
    padding: 2px 2px 2px 2px;
    background: #555555;
}

td
{
    text-align: center;
    padding: 2px 20px 2px 20px;
}

#appointment td.left
{
    background: #aadddd;
    width: 150px;
}

#appointment td.right
{
    width: 450px;
}

tr
{
    background: #e6ffff;
    height: 25px;
}

tr.cyan
{
    background: #e6ffff;
}

tr.white
{
    background: #ffffff;
}

tr:hover
{
    background: #cccccc;
}
tr.cyan:hover
{
    background: #cccccc;
}
tr.cyan:hover
{
    background: #cccccc;
}

th
{
    font-weight: bold;
    background: #bbbbbb;
}
/*TABLES End*/

/*Login Form*/
#border-top
{
    clear: left;
    background: transparent url('images/border-top.png') no-repeat top;
    padding: 20px 0px 0px 0px;
}

#border-bottom
{
    background: transparent url('images/border-bottom.png') no-repeat bottom;
    padding: 0px 0px 20px 0px;
}
/*Login Form End*/

/* FORMS */
form
{
    width: 440px;
    margin: 0px auto;
    color: #000000;
}

form.login
{
    background: #ccffff url('images/border-middle.png') repeat-y;
}

fieldset
{
    border: none;
    margin: 0px auto;
    padding: 20px 10px 0px 10px;
    text-align: left;
}

label
{
    float: left;
    clear: left;
    width: 150px;
    height: 35px;
    margin: 0px 0px 0px 60px;
}

input
{
   position: relative;
   /*  left: 130px;
    bottom: 22px;*/
    border: solid 1px #666666;
}

input.submit
{
    margin: 15px 0px 5px 0px;
}

input.normal
{
    position: relative;
    left: 0px;
    bottom: 0px;
}

#DateAssign
{
    width: 100%;
    margin: 0px auto;
    color: #000000;
}

#DateAssign.login
{
    background: transparent;
}

#DateAssign input
{
    position: inherit;
    left: 0px;
    bottom: 0px;
    border: solid 1px #666666;
}

#DateAssign input.submit
{
    margin: 3px 0px 0px 0px;
}
/* FORMS End */

/*Home Page*/

.campaigns
{
    font-size: 20px;
}

/*Home Page End*/