html, body {
    margin: 0;
    padding: 0;
    border: 0
}
body
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt !important;
    color: Black;
    background-color: White;
}
body.main
{
    background-color: #f3f3f3;
    background-position: top;
    background-repeat: repeat-x;
    background-image: url(../images/bg.jpg);
}
body.entryform
{
    overflow: hidden;
}
table
{
    border:0;
    padding:0;
    margin:0;
    border-collapse: collapse;
}
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;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em; 
}
h2
{
    font-size: 2.0em;
    margin: .2em 0em 1.0em 0em;
    font-weight: normal;
}
h3
{
    font-size: 1.4em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
}
h4
{
    font-size: 1.2em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}
h5
{
    font-size: 1.0em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}
h6
{
    font-size: 0.8em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}*/
.appheading
{
    height: 22px;
    font-size: 11pt;
    font-weight: bolder;
    padding: 4px 0px 0px 4px;
    overflow: hidden;
}
.sectionheading
{
    /*width: 100%;     height: 22px;     color: white;     background-color: #3364b9;*/
    height: 18px;
    font-size: 10pt;
    font-weight: bolder;
    padding: 4px 0px 0px 4px;
    overflow: hidden;
}
.mytoolbar
{
    /*height: 23px;     background-color: #c4dafa;     padding-left: 2px;*/
    height: 24px;
    width: 100%;

}
.businesscardtopstyle
{
    padding: 2px;
}
p.today
{
    padding:2px 6px 4px 6px;
    margin-top:0px;
    margin-bottom:0px;
    font-size: 8pt;
}
.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;
}

.mycolorized
{
    padding: 1px; /*  line-height:13px;*/
}

div.entryTabStripDiv
{
    position: fixed;
    top: 0px;
    bottom: 50px;
    right: 0px;
    left: 0px;
    overflow: hidden;
}

#mytoolbar
{
    padding: 4px;
}

label.text
{
    display: block;
}
input.text, select.text, textarea.text
{
    display: block;
    margin-bottom: 10px;
    width: 95%;
    padding: .4em;
}
fieldset
{
    padding: 0;
    border: 0;
    margin-top: 5px;
}
noborder, td.noborder, body.noborder
{ border: 1px solid rgba(0,0,0,0) }
center, td.center
{ text-align:center }

.ui-tabs-vertical .ui-tabs-nav { float:left; overflow:hidden; overflow-y:auto; position:fixed; top: 14px; bottom: 70px; left: 0px; width:130px; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:inline-block;  width:100%; cursor:pointer; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel
{
    float:right;
    overflow: auto;
    margin: 0px 0px 10px -10px;
    position: fixed;
    top: 6px;
    bottom: 70px;
    right: 0px;
    left: 134px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }
  
/* below is for CArt Cal on Index */
.day
{
  cursor:pointer;
  text-align:center;
  width:50px;
}
.daywithappt
{
  font-weight:bold;
}
.othermonthday
{
  visibility:hidden;
}
.header
{
	font-weight: bolder;
	font-size:8pt;
	text-align:center;
	vertical-align:middle;
	height:22px;
}
/* above is for CArt Cal Index */