.translucent 
{
  background:#161411;   /* Needed there so that following background classes can overide it */
  filter:alpha(opacity=93,style=0);
  -moz-opacity:.93;
  opacity:.93;
  padding: 5px;
  width: 460px;   /* Needed otherwise Nosebleed blows the popup up */
  height: auto;
}

.skill_link {color: #0000FF;}

.gwno_border {padding: 0; margin: 0;}
table.gwborder {width: 466px;}
img.no_link {border: none;}
.table_image {vertical-align: top; text-align: center; font-size: 10pt; padding-right: 10px;}
.skill_text {vertical-align: top;}
.skill_name {font-size: 15px; font-weight: 700; color: #bfb38b; float: left;}
.skill_desc {text-align: left; font-size: 11px; color: white; line-height: 20px; clear: both; display: block; padding-top: 5px;}
.skill_camp {font-weight: bold; color: #aad38b; font-size: 9px;}
.skill_pve {color: #b0b080; font-size: 9px;}
.expert {color: #bdc6ff; padding-left: 2px;}
.elite_skill {background-color: #6B6226;}
.normal_skill {background-color: #161411;}

.build_name {text-align: left; font-size: 11pt; font-weight: 700; color: #bfb38b; padding-bottom: 5px;}
.build_desc {text-align: left; font-size: 11px; color: white; line-height: 20px;}
.build_lilname {font-size: 10px; padding: 0px; line-height: 12px;}
.attribute {padding-left: 20px; font-size: 12px; color: white; line-height: 20px;}
.build_template {font-family: courier; color: black; background-color: white;}
.skill_requirements {display: inline; padding: 0; margin: 0; list-style-type: none;}
.skill_requirements li {display: inline; float: right; margin-right: 5px; font-weight: bold; font-size: 12px; color: white;}
span.variable {color: #88FF88; font-weight: bold;}


.table_image, .skill_name, .skill_desc, .skill_camp, .expert, .build_name, .build_desc, .attribute, .skill_requirements, .skill_requirements li, span.variable {
   font-family: verdana, Helvetica, sans-serif;
}

/* Border declarations for Build tooltips by Kills Less */
.gwborder_topleft {background-image: url(img_border/topleft.gif); width: 3px; height: 3px;}
.gwborder_top {background-image: url(img_border/top.gif); height: 3px;}
.gwborder_topright {background-image: url(img_border/topright.gif); width: 3px; height: 3px;}
.gwborder_left {background-image: url(img_border/left.gif); width: 3px;}
.gwborder_right {background-image: url(img_border/right.gif); width: 3px;}
.gwborder_bottomleft {background-image: url(img_border/bottomleft.gif); width: 3px; height: 3px;}
.gwborder_bottom {background-image: url(img_border/bottom.gif); height: 3px;}
.gwborder_bottomright {background-image: url(img_border/bottomright.gif); width: 3px; height: 3px;}

/* Build Box declarations by Kills Less */
table.gwbuildbox {height: 50px;}
.gwbuildbox_left {width:20px; height: 50px; background-image: url(img_border/buildbox_left.gif); background-repeat: no-repeat;}
.gwbuildbox_right {width:20px; height: 50px; background-image: url(img_border/buildbox_right.gif); background-repeat: no-repeat;}
.gwbuildbox_center {background-image: url(img_border/buildbox_center.png); height: 50px}


/* Needed otherwise Nosebleed blows the popup up */
table.gwborders {width: 470px;}

/* This is where you can customize the appearance of the tooltip */
div#overDiv {
  position:absolute; visibility:hidden; z-index:10000;
}

