/*
	
	IAML VERSION : 2.0.2beta
	
*/

.JasLoggerAlt
{
    width: 100%;
    height: 100px;
    background-color: blue;
    color: white;
    overflow: auto;
    margin: 0px;
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    border: 1px solid gray;
    font-size: 1em;
    padding: 4px;
}

#JasLogger
{
    width: 100%;
    height: 100px;
    background-color: blue;
    color: white;
    overflow: auto;
    margin: 0px;
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-weight: bold;
    border: 1px solid #AAAAAA;
    font-size: 1em;
    padding: 4px;
}
.iam
{
    display: none;
}

.iamTreeDecoratorRootNode li {
    list-style:none;

}
.iamTreeDecoratorRootNode {
    margin: 0;
}


.iamOpenTreeNode .iamTreeNodeButton{
    background-image: url(../images/iamButtonArrowDown.gif);
    background-repeat:no-repeat;
    float:left;
    cursor:pointer;
    width:10px;
    height:10px;
}
.iamClosedTreeNode .iamTreeNodeButton{
    background-image: url(../images/iamButtonArrowRight.gif);
    background-repeat:no-repeat;
    float:left;
    cursor:pointer;
    height:10px;
    width:10px;
}

.iamTreeDecoratorLeafNode .iamTreeNodeButton{
    background-image: none;
    background-repeat:no-repeat;
    cursor:default;
    float:left;
    height:0px;
    width:0px;
}

.iamRefreshTreeButton{
    background-image: url(../images/iamButtonRefresh.png);
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
    height:17px;
    width:17px;
}

.iamCalendar th, 
{
    background: url('../images/iamTheme.png');    
    border-collapse: collapse;
    cell-padding: 0px;
    cell-spacing: 0px;
}
