html
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none 0px;
}
body
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    border: none 0px;
    height: 100%;
    color: Black;
    background-color: White;
}
body.main
{
    margin: 0px;
    padding: 0px;
    border: none 0px;
    background-color: #f3f3f3;
    background-position: top;
    background-repeat: repeat-x;
    background-image: url(../images/bg.jpg);
    height: 100%;
}
body.entryform
{
    background-color: #c4dafa;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
}
div
{
    padding: 0px;
}
table
{
    border: none 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-collapse: collapse;
}
/*table.calendar {
	border: solid 1px #D3D3D3;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	border-collapse: separate
}*/
td
{
    font-size: 8pt;
}
v
{
    color: #0000FF;
}
a
{
    text-decoration: none;
    color: #0000FF;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0px;
}
h1
{
    font-size: 2.2em;
    color: rgb(0, 74, 156);
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2
{
    font-size: 2.0em;
    color: rgb(0, 74, 156);
    margin: .2em 0em 1.0em 0em; /*margin: 1.2em 0em 1.2em 0em; */
    font-weight: normal;
}
h3
{
    font-size: 1.4em;
    color: rgb(0, 74, 156);
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
}
h4
{
    font-size: 1.2em;
    color: rgb(0, 74, 156);
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}
h5
{
    font-size: 1.0em;
    color: rgb(0, 74, 156);
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}
h6
{
    font-size: 0.8em;
    color: rgb(0, 74, 156);
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}
ul
{
    list-style-image: url(images/bullet2.gif);
    list-style-type: disc;
}
ul ul
{
    list-style-type: disc;
    list-style-image: url(images/bullet3.gif);
}
ul ul ul
{
    list-style-type: disc;
    list-style-image: url(images/bullet3.gif);
}
input
{
    /*background-color: White;*/
}
textarea
{
    /*background-color: White;*/
}
select
{
    /*background-color: White;*/
}
.sectionheading
{
    width: 100%;
    height: 22px;
    color: white;
    font-size: 10pt;
    font-weight: bolder;
    padding: 4px 0px 1px 8px;
}
.mytoolbar
{
    height: 23px;
    background-color: #c4dafa;
    padding-left: 5px;
    width: 100%;
}
.businesscardtopstyle
{
    background-color: #c4dafa;
    padding: 2px;
}
.contacttitle
{
    background-color:#3364b9;
    /*background-color: #fec326;*/
}
.appttitle
{
    background-color:#3364b9;
    /*background-color: Green;*/
}
.tasktitle
{
    background-color:#3364b9;
    /*background-color: Navy;*/
}
.memotitle
{
    background-color:#3364b9;
    /*background-color: #FFA500;*/
}
.todaypgtitle
{
    background-color:#3364b9;
    /*background-color:#708090; */
}
.mytextarea
{
 position: fixed; 
 top: 49px;
 bottom: 45px;
 left: 0px;
 right: 0px;
 overflow:hidden;
}
.mymemotextarea
{
 position: fixed; 
 top: 139px;
 bottom: 45px;
 left: 0px;
 right: 0px;
 overflow:hidden;
}
