* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666666;   
}

h1 {
    font-family: Arial, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  28px;
    font-weight: bold;
    margin: 0px;
    
}
h3 {
    padding: 5px 0 0 20px;
    font-size: 1.8em;
    font-weight: normal;
    color: #586BAA;
}
a:link, a:visited {
    color: blue;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: blue;
    font-weight : bold;
    text-decoration : underline;
}

.header {
    width: 100%;
    height: 130px;
    font-size: 30px;
    font-weight: bold;    
    font-style: italic;
    color: #479AC6;
    text-align: left;    
    padding-top: 10px;
    background: #FFFFFF url(../imagesCriterion/img01.gif) repeat-x;
    background-repeat: repeat-x;
    background-position: left top;    
}

.fontWeightBold {
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
}

.error {
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;    
    color: red;   
}

.errorBody {
    font-size: 11px;
    font-family: Verdana;
}

.menuHeader {
    height: 31px;
    padding-top: 8px;
    width :200px;
    background: #6FBE6E url(../imagesCriterion/img05.gif) repeat-x;
}

.commentTextBackground {
    font-size: 15px;
    font-weight: bold;
    color: #586BAA;
}
.commentBackground {
    font-family: Arial, "Trebuchet MS", Arial, Helvetica, sans-serif;  
    border-bottom: 3px solid #666666;
    border-bottom-style: dotted;
    border-bottom-color: #586BAA;
    width: 100%;    
}

.menuTextHeader {
    font-size: 1.1em;
    font-weight: bold;
    color: #CC0000;
    padding-left: 10px;
}

.navTree {
    font-size: 0.9em;
    font-weight: bold;
    height :auto;
    width :200px;
    min-height :650px;    
    background: url(../imagesCriterion/img06.gif) repeat-x;  
}

.navigation {
    height :auto;
    width :200px;
    min-height :650px;
    float:left;
    padding-left :10px;
}

.content {
    height :auto;
    width: auto;
    min-height :650px;
    margin-left :230px;   
}

.contentFontStyle {
    font-size: 0.9em;
    font-weight: normal; 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666666;   
    width: 100%;  
}

.contentSection {
    font-size: 0.9em;
    font-weight: normal;    
    padding: 10px 20px 10px 20px;
    min-height :100px;
    background: url(../imagesCriterion/img07.gif) repeat-x;
}

.loginContent {
    height :auto;
    width: auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer {
    width :100% ;    
    height :40px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;  
    padding: 20px 0;
    background: url(../imagesCriterion/img08.gif) repeat-x;
    background-position: left top;        
}

div.clearer {
    clear: both;
    height: 0;
    line-height: .01em;
    padding: 0;
    margin: 0;
}

.componentBox {
    float: left;
    padding: 0 0 0 0;
}

.exampleBox {
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;    
    background: #FFF;
    border: 1px solid #d9d9d9;
    display: block;
    float:left;
}

.exampleHeaderBox {    
    border: 1px solid #d9d9d9;
    width: 100%; 
    padding: 10px 10px 10px 10px;   
    display: block;
    float:left;
}

.filledMenuBox {
    margin: 0 0 0 0;
    border: 1px solid #DADADA;
    float:left; 
    background-color: #F5F5F5;
    font-size:  10px;
    font-weight: bold;  
    padding :10px;
}

.filledExampleBox {
    margin: 0 0 0 0;
    padding: 15px;
    background: #FFF;
    border: 1px solid #DADADA;
    float:left; 
    background-color: #F5F5F5; 
    display: block;     
}

.synopsisBox {
    border: none;
    min-height: 36px;
    padding: 0 0 0 50px;
    background: url('../images/icon_info.gif') no-repeat top left;
    display: block;
}

.errorBox {
    border: none;
    min-height: 36px;
    padding: 0 0 0 50px;    
    background: url('../images/agt_stop.png') no-repeat top left;
    font-weight:bold;
    color: red;
    display: block;
}

.backBeanChangeContainer{
    padding: 0;
}

.backBeanChangeBody{
    padding:2px;
}

.backBeanChangeTitle{
    margin: 0;
    height: 25px;
    width: 100%;
    padding: 6px 0 0 8px;
    background: #FFF url('../images/PnlHdr_bgslice.gif') repeat-x top left;
    border-bottom: 1px solid #d9d9d9;
}

.selectedNodetrue span{
    font-weight:bold;
    color: blue;
}

verticalAlignTop {
    vertical-align: top;
}
verticalAlignMdl {
    vertical-align: middle;
}

/* START CONNECTION STATUS   */
.connectionStatusGraphics{
    width:100%;
}
.connectionStatusGraphics span{
    font-weight:bold;
}
.connectionStatusGraphics td{
    text-align: center;
    vertical-align: middle;
}
/* END CONNECTION STATUS   */


.panelPopupContainer{
    width:600px;
}

.panelPopupExampleContainer{
    width:250px;
} 

/* PANELPOPUP */
.corePopup {
    position: absolute;
    z-index: 1001;
    width: auto;
    height: auto;
    top: 10%;
    left: 10%;
    right: 10%;
}

.popupBody { 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%; 
}


.coreErrorPopup {
    position: absolute;
    z-index: 1001;
    min-width: 400px;
    min-height: 150px;
    height: auto;
    top: 60%;
    left: 40%;
}

.coreInfoPopup {
    position: absolute;
    z-index: 1001;
    min-width: 300px;
    min-height: 150px;
    height: auto;
    top: 60%;
    left: 40%;
}

.popupErrorBody {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: block;
}

.popupInfoBody {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: block;
}

.popupHeaderWrapper {
    text-align: center;
    vertical-align: middle;
}

.popupHeaderText {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold; 
    text-align: left;       
    float: left;
}

.popupHeaderImage {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.popupTitle {  
    height: 25px;
    width: 100%; 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #FFF url('../images/PnlHdr_bgslice.gif') repeat-x top left;
}


.inputLabel {
    font-weight : bold;
    width:120px;
    float:left;
}

.dataPaginatorDataTable {
    float: left;
    margin-top: 20px;
}
