/* Color.css */
/* Red: #6a0909 */
/* Yellow: #efdea3 */
/* Black: #222 */

.success{
  color: green;
}

.error{
  color: red;
}

.texta{
  font-family: arial;
  font-size: 1.0em;
}



.listTitle{
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  top: 4px;
}

.outerBlock{

  width: 200px;
  border: 1px solid #888;
  padding: 6px;
  margin-left: 24px;
  position: relative;
  height: 100%;
}

.innerBlock{
  position: relative;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 2px 8px 8px 10px;
}

.boxCornerBotLeft{
  width: 15px;
  height: 9px;
  background-image: url('../images/boxCornerBotLeft.gif');
  position: absolute;
  left: -5px;
  bottom: -8px;
  z-index: 2;
}

.boxCornerTopLeft{
  width: 10px;
  height: 8px;
  background-image: url('../images/boxCornerTopLeft.gif');
  position: absolute;
  left: -5px;
  Top: -3px;
  z-index: 2;
}

.boxCornerTopRight{
  width: 10px;
  height: 9px;
  background-image: url('../images/boxCornerTopRight.gif');
  position: absolute;
  right: -5px;
  Top: -4px;
  z-index: 2;
}

.boxCornerBotRight{
  width: 14px;
  height: 9px;
  background-image: url('../images/boxCornerBotRight.gif');
  position: absolute;
  right: -5px;
  bottom: -7px;
  z-index: 2;
  
}

.boxShadowTop{
  width: 210px;
  background-image: url('../images/boxShadowTop.gif');
  height: 4px;
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 1;
  
}

.boxShadowLeft{
  width: 7px;
  height: 100%;
  position: absolute;
  left: -8px;
  top: 0px;
  background-image: url('../images/boxShadowLeft.gif');
  z-index: 1;
}

.boxShadowRight{
  width: 7px;
  height: 100%;
  position: absolute;
  right: -8px;
  top: 0px;
  background-image: url('../images/boxShadowRight.gif');
  z-index: 1;
}

.boxShadowBottom{
  width: 210px;
  background-image: url('../images/boxShadowBottom.gif');
  height: 10px;
  position: absolute;
  bottom: -11px;
  left: -1px;
  z-index: 1;
}
