.wiptip { 
}
/* IE Hack stuff */
/*\*/
* html .wiptip {
  height  : 1%;
}
/**/

.wiptip img { 
  background : none;
  border : 0px;
}
.wiptip .progress { 
  width : 70px;
  float : left;
}

.wiptip ul {
  padding    : 3px 0px 0px 0px;
  margin     : 0px;
  list-style : none;
}
.wiptip li {
  padding       : 0px;
  margin        : 0px 0px 0px 0px;
  text-align    : left;
  font-size     : 12px;
  font-weight   : normal;
}
.wiptip .clear {
  clear    : both;
  height   : 0px;
  overflow : hidden;
}
.wiptip .description {
}
.wiptip .subdescription {
}
.wiptip .a:link, .wiptip .a:visited {
}

.wiptip form { 
  margin : 0px;
}
.wiptip form textarea { 
  width : 100%;
}



.wiptip table {
  width : 100%;
  border-collapse : collapse;
}
.wiptip caption {
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 0px 3px 0px 12px;
  width: 100%;	 
}
.wiptip tr {

}
.wiptip th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 3px 6px 3px 12px;
  background: #CAE8EA url(/tools/wip_v4/img/bg_header.jpg) no-repeat;
}
.wiptip th.first {
  border-left: 1px solid #C1DAD7;
}
.wiptip th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #C1DAD7;
  background: none;
}
.wiptip th.spec {
  background: #fff url(/tools/wip_v4/img/bullet1.gif) no-repeat;
}

.wiptip th.specalt {
  background: #fff url(/tools/wip_v4/img/bullet2.gif) no-repeat;
  color: #B4AA9D;
} 
.wiptip td {
  font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 3px 6px 3px 12px;
  color: #4f6b72;
}
.wiptip td.alt {
  background: #f5fafa;
  color: #b4aa9d;
}
.wiptip td.first {
  border-left: 1px solid #C1DAD7;
}
.wiptip td.blank {
  padding : 0px;
  border : 0px;
  background: #ffffff;
}


.wiptip .error {
  background : #cc0000;
  margin     : 5px 0px 5px 0px;
  padding    : 10px 10px 10px 10px;
  border     : 1px #880000 solid;
  color      : #ffffff;
}
.wiptip .msg {
  background : #00aa00;
  margin     : 5px 0px 5px 0px;
  padding    : 10px 10px 10px 10px;
  border     : 1px #008800 solid;
  color      : #ffffff;
}
.wiptip .msg ul, .wiptip .error ul, .wiptip .msg h4, .wiptip .error h4 {
  padding : 0px;
  margin  : 0px;
}
.wiptip .msg ul, .wiptip .error ul {
  list-style : square;
  padding : 0px 0px 0px 20px;
}
.wiptip .msg li, .wiptip .error li {
  padding : 0px 0px 0px 0px;
  margin  : 0px;
}
.wiptip .msg h4, .wiptip .error h4 {
  color     : #ffffff;
  font-size : 14px;
}

