body
{
    font-family: Verdana;
}

li
{
    list-style: none;
}

.monitorIframe
{
    overflow: hidden;
    height: 100%;
    min-height: 600px;
    width: 100%;
}




.PortletItem li
{
    list-style-type: disc;
}


/********************************* Monitor ***************************/
.monitorMain
{
    overflow: auto;
    height: calc(100% - 32px);
}

/* portlet ui */
.column
{
    width: 33%;
    min-width: 200px;
    float: left;
    padding-bottom: 100px;
}
.portlet
{
    margin: 1em 1em 1em 1em;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 5px solid #CCCCCC;

    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
    
    -moz-box-shadow:        1px 1px 1px 1px #ccc;
    -webkit-box-shadow:     1px 1px 1px 1pxx #ccc;
    box-shadow:             1px 1px 1px 1px #ccc;   

}

.portlet-header
{
    margin: 0;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
    -moz-border-radius-topleft: 10px !important/*{cornerRadius}*/;
    -webkit-border-top-left-radius: 10px !important/*{cornerRadius}*/;
    -khtml-border-top-left-radius: 10px !important/*{cornerRadius}*/;
    border-top-left-radius: 10px !important /*{cornerRadius}*/;
    -moz-border-radius-topright: 10px !important/*{cornerRadius}*/;
    -webkit-border-top-right-radius: 10px !important/*{cornerRadius}*/;
    -khtml-border-top-right-radius: 10px !important/*{cornerRadius}*/;
    border-top-right-radius: 10px !important/*{cornerRadius}*/;
}


.portlet-header .ui-icon
{
    float: right;
}
.portlet-content
{
    overflow: hidden;
    padding: 0em;
}
.ui-sortable-placeholder
{
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}
.ui-sortable-placeholder *
{
    visibility: hidden;
}

/* status OK */
.ui-widget-header-0
{
    border: 1px solid #9ED9E3 /*{borderColorHeader}*/;
    background-color: #83d844;
    font-weight: bold;
}

/* status Warning */
.ui-widget-header-1
{
    border: 1px solid #9ED9E3 /*{borderColorHeader}*/;
    background-color: #ff9900; /* orange */
    font-weight: bold;
}

/* status Error */
.ui-widget-header-2
{
    border: 1px solid #9ED9E3 /*{borderColorHeader}*/;
    background-color: #cc3300; /* red */
    font-weight: bold;
}

.ui-widget-header
{
    border: 0 solid #CCCCCC; 
    font-weight: bold;
}

.toolIframe
{
    overflow: auto;
    height: 320px;
    width: 100%;
    border: 0 solid #aadce5;
}
/********************************* Tool ***************************/

.toolDiv div.toolHeader
{
    position: relative;
    width: 96%;
    background-color: #daecf1;
    border: 1px solid #95d5e0;
    padding: 2%;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;
}

.toolDiv div.toolHeader1
{
    width: 96%;
    padding: 1% 2% 1% 2%;
}
.toolDiv div.toolHeader2
{
    width: 90%;
    padding:   1%  4% 1% 6%;
}
.toolDiv .ui-icon
{
    /*float: right;*/
    position:absolute; 
    right: 5px; 
    top: 5px;
}

.toolDiv .toolHeaderSpan
{
    font: Verdana;
    font-size: 12px;
    padding: 2%;
}

.toolDiv div.toolSection
{
    margin: 15px 0 0 0;
}

.toolSubSection
{
    font-size: 11px;
}

.toolDiv div.toolContent
{
    font-size: 11px;
    margin: -1px 0 0 0;
    padding: 0 2% 0 2%;
    border: 1px solid #95d5e0;
    background-color: #f4fafb;
}

/* Status OK */
.toolStatus0
{
    width: 20px;
    height: 20px;
    background-image: url(images/monitorTool/toolStatus0.png);
    background-repeat: no-repeat;
    float: left;
}

/* Status Waning */
.toolStatus1
{
    width: 20px;
    height: 20px;
    background-image: url(images/monitorTool/toolStatus1.png);
    background-repeat: no-repeat;
    float: left;
}

/* Status Error */
.toolStatus2
{
    width: 20px;
    height: 20px;
    background-image: url(images/monitorTool/toolStatus2.png);
    background-repeat: no-repeat;
    float: left;
}

/* Status ErrorResponsive */
.toolStatus3
{
    width: 20px;
    height: 20px;
    background-image: url(images/monitorTool/toolStatus3.png);
    background-repeat: no-repeat;
    float: left;
}

.toolSection1
{
    font-size: 11px;
    margin-left:auto;
    margin-right:auto;
    width: 90%;
    padding: 1%;
}

.toolSection2
{
    font-size: 10px;
    margin-left:auto;
    margin-right:auto;
    width: 90%;
    padding: 1%;
}

/********************************* Progress ***************************/

.graphBar
{
    width: 100%;
    font-size: 10px;
}

.progressDiv
{
    margin: 3px 0 0 0;
    text-align: center;
}
.ui-progressbar
{
    height: 1.2em !important;
    border: 1px solid #9ED9E3;
}
/********************************* Add Tool ***************************/
#AddPortletDialog
{
    position: absolute;
    top: 100px;
    left: 100px;
    width: 600px;
    height: auto;
    background-color: #fff;
    border: 1px solid black;
    -moz-border-radius-topleft: 4px !important;/*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px !important;/*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px !important;/*{cornerRadius}*/;
    border-top-left-radius: 4px !important;/*{cornerRadius}*/;
    display: none;
}

.ToolTypeInfoDiv, .ToolTypeThumbDiv
{
    float: left;
    position: relative;
    top: 0;
    height: 180px;
    width: 200px;
    display: inline;
    padding-right: 20px;
}

#AddMonitorTool
{
    position: relative;
    top: 10px;
    left: 1000px;
    width: 31px;
    height: 30px;
    padding: 0 0 0 10px;
    background-image: url(images/MonitorTool/PortletAdd.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.AddToolButton1
{
    position: absolute;
    bottom: 4px;
    width: 231px;
    height: 33px;
    padding: 5px 0 0 40px;
    background-image: url(images/MonitorTool/AddToolButton.png);
    background-repeat: no-repeat;
    cursor: pointer;
}


#AddPortletDialogHeader
{
    background-color: #4f81bd;
    color: #fff;
    padding: 6px 3px 0px 3px;
    height: 33px;
    width: 600px;
    text-align: center;
    font-weight: bold;
    -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px /*{cornerRadius}*/;
    border-top-left-radius: 4px /*{cornerRadius}*/;
}

#AddPortletDialogHeaderCloseButton
{
    height: 25px;
    width: 25px;
    padding: 2px 2px 2px 2px;
    color: #fff;
    float: right;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px /*{cornerRadius}*/;
    border-top-left-radius: 4px /*{cornerRadius}*/;
}
#AddPortletDialogContent
{
    overflow: auto;
    height: 365px;
    width: 600px;
    -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px /*{cornerRadius}*/;
    border-top-left-radius: 4px /*{cornerRadius}*/;
}
ul.ToolServiceList
{
    margin: 0; 
    line-height: 1em; 
    padding: 0; 
}
.ToolServiceList li
{
    text-align: left;
     list-style: none;
     margin: 0;
     padding: 10px;
     border-top: 2px solid #dfeff3;
    background-image: url(images/monitorTool/XMPieServiceIcon.png);
    background-repeat: no-repeat;
    background-position: right;
 }
 
 .ToolServiceList span
 {
     padding:  20px 4px 20px 20px;
 }
 
 span.numJobs
{
    padding: 0;
}
 
 .clearBoth
 {
 clear:both;
 } 
 
 .toolStartMode2
{
    color: #c0c4c5;
}
    
.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#ffffe1;
    padding:5px;
    white-space: normal !important;
    border:1px solid #CCCCCC;
    width:250px;
	font-family: Verdana, Arial, Sans_Serif;
	font-size:8pt;
	color:Black;
	line-height:15px;
}

.tooltip p{
    margin:0;
    padding:0;
    color: Black;
    background-color:#ffffe1;
    padding:2px 7px;
}

.MonitorToolAdvanced
{
    display: none;
}

.RemoveTool
{
    float: right;
    background-image: url(images/monitorTool/removeTool.png);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    padding-right: 14px;
}