.filterbutton
{
  float:left;
  padding-right:10px;
}

/*-- book_template -------------------------------------------*/

.tabletip
{
float: left;
color: #93b504;
padding-top:20px;
}

.helplegend
{
float:right;
}


.legend
{
float:right;
padding-right:5px;
padding-top:20px;
}

.legendtext 
{
height:20px;
padding-left:10px;
padding-right:5px;
float:left;
color: #93b504;
}

.legendboxoverdue
{
width:14px;
height:14px;
background-color: #00aeef;
float:left;
}

.legendboxfull
{
width:14px;
height:14px;
background-color: #00aeef;
float:left;
}

.legendboxclosed
{
width:14px;
height:14px;
background-color: #ff0000;
float:left;
}

.legendboxpartial
{
width:14px;
height:14px;
background-color: #ff9900;
float:left;
}

.legendboxopen
{
width:14px;
height:14px;
background-color: #99cc00;
float:left;
}

.legendboxclear
{
width:16px;
height:16px;
background-color: transparent;
float:left;
}


.dayfull
{
position:relative;
background-color: #fbb917;
}

.disabledclass
{
  opacity: 0.6;
}

.iconclass
{
cursor:pointer;
width: 16px;
height: 16px;
}

.fullcolor
{
background-color: #e6f7fe;
background-color: #addfff
}

/*---------------------------------------------------------------*/

/*-----------------------Dialog Box Content----------------------------------------*/


.dlgcontent
{
    padding-top:20px;
		padding-bottom:30px;
		text-align:left;
		position:relative;
		font-weight:normal;
		width:660px;
    min-height:165px;
		padding-left:70px;
    font-weight:normal;
    color: #817e7e;
		line-height: 1.2em;
		font-size: 10pt;
		font-family:Helvetica,Verdana,Arial,sans-serif;
}


.dlgdef
{
  font-size: 10pt;
  font-family:Helvetica,Verdana,Arial,sans-serif;
  color: #b2d235;
  width:130px;
  float:left;
	text-align:right;
}

.dlgtext
{
  font-size: 10pt;
  font-family:Helvetica,Verdana,Arial,sans-serif;
  color: #817e7e;
  width:155px;
  float:left;
	text-align:left;
}

.dlgcontent p
{
clear:both;
padding-bottom:10px;
}

.dlgcontent ul {
        padding-top:10px;
        list-style: disc;
        margin: 0 0 18px 1.5em;
}

.dlgcontent ul ul {
        list-style: circle;
        margin: 0 0 0 1.5em;
}


.dlgcontent ol {
        list-style: decimal;
        margin: 0 0 18px 1.5em;
}

.dlgcontent ol ol {
        list-style: lower-alpha;
				margin: 0 0 0 1.5em;
}


/*---------------------------------------------------------------*/


tr.highlightrow.odd
{
background-color: #dae6b4;
}

tr.highlightrow.even
{
background-color: #ecf4cb;
}

.logtext
{
text-align: center; 
padding-top: 10px; 
padding-bottom: 20px; 
color:#00aeef;
font-size:10pt;
}

.ui-datepicker-trigger { 
  margin-left: 5px;
  z-index: 1000;
  vertical-align:top;
}
