body {
  background-color: #fff;
  color: #333;
  margin: 0;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

.fieldWithErrors {
  padding: 2px;
  color: white;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


#noticeFlash {
  color: black;
  font-weight: bold;
  background-color: #fdfdad; /* dk yellow */
  border: 1px solid black;
  position: absolute;
  top: 10px;
  left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

#errorFlash {
	color: red;
	text-align: left;
}

a { color: blue; }
a:visited { color: blue; }
a:hover { color: red; }

h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  color: #15428b;
}

img {
  border: 0px;
}

label {
  font-weight: bold;
  margin-right: 10px;
}

fieldset {
  color: #000;
  border: 1px solid #000;
  padding: 15px;
}

legend {
  color: #000;
  font-size: 16pt;
}

#content {
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

/* message box */

.msg .x-box-mc {
    font-size:14px;
}

#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}


.x-tree-node-expanded .x-tree-node-icon {
background-image:url(/extjs/resources/images/default/tree/leaf.gif);
}
.x-tree-node-leaf .x-tree-node-icon {
background-image:url(/extjs/resources/images/default/tree/leaf.gif);
}
.x-tree-node-collapsed .x-tree-node-icon {
background-image:url(/extjs/resources/images/default/tree/leaf.gif);
}
