/* 
 * ========================================================================
 * Jupiter Content System @ Jupiterportal.com
 * Copyright (C) 2005 Cosmin Flavius (highstrike@gmail.com)
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * More Info About The Licence At http://www.gnu.org/copyleft/gpl.html
 * ========================================================================
 *
 * ========================================
 * Regular body
 * ========================================
 */
/*gw code*/
.translucent 
{
  background:#353535;   /* 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;
  border: 1px solid #575746;
}

.skill_link {color: #0000FF;}

.gwno_border {padding: 0; margin: 0;}
table.gwborder {width: 466px;}
img.no_link {border: none; color: #cacaa2;}
.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: #cacaa2; float: left;}
.skill_desc {text-align: left; font-size: 11px; color: #cacaa2; line-height: 20px; clear: both; display: block; padding-top: 5px;}
.skill_camp {font-weight: bold; color: #aad38b; font-size: 9px;}
.skill_pve {color: #cacaa2; font-size: 9px;}
.expert {color: #cacaa2; padding-left: 2px;}
.elite_skill {background-color: #353535; 	background-image: url(newsimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right; border: 1px solid #cacaa2;}
.normal_skill {background-color: #353535; 	background-image: url(newsimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right; border: 1px solid #cacaa2;}

.build_name {text-align: left; font-size: 11pt; font-weight: 700; color: #cacaa2; padding-bottom: 5px;}
.build_desc {text-align: left; font-size: 11px; color: #cacaa2; line-height: 20px;}
.build_lilname {font-size: 10px; padding: 0px; line-height: 12px; color: #cacaa2;}
.attribute {padding-left: 20px; font-size: 12px; color: #cacaa2; 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: #cacaa2;}
span.variable {color: #cacaa2; 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;
}
/*gwcode end*/
body
{ 
	background: #151515;
	color: #3F3F3F;
	font-family: calibri, Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align: center;
	margin: 10px;
	padding: 0;
	/*background-image: url(gwss.jpg);
	background-attachment: fixed;*/
}

/* 
 * ========================================
 * the div style
 * ========================================
 */

#attentionwrapper
{ 
	margin: 60px auto 20px auto;
	text-align: left;
	width: 750px;
	background: #151515;
}

#jupiterwrapper
{ 
	margin: 20px auto 20px auto;
	text-align: left;
	width: 1025px;
	background: #151515;
}

/* 
 * ========================================
 * the links style
 * ========================================
 */

a:link,
a:visited,
a:active
{
	background: transparent;
	color: #cacaa2;
	text-decoration: none;
	border: none;
}

a:hover
{
	background: transparent;
	font-weight: bold;
}

/* 
 * ========================================
 * the form style
 * ========================================
 */

form
{
	display: inline;
	margin: 0; 
	padding: 0;
}

form input:focus,
form input:hover,
form select:focus,
form select:hover,
form textarea:focus,
form textarea:hover
{
	border: 1px solid #cacaa2;
	background-color:#1d1d1d;
	color: #cacaa2;
}

optgroup
{
	font: inherit;
	font-type: underline;
}

.box
{
	margin-left:0px;
	margin-bottom:0px;
	border: 1px solid #575746;
	font-style: normal;
	background-color:#1d1d1d;
	color: #cacaa2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}

.reasonbox
{
	margin-left:0px;
	margin-bottom:0px;
	border: 1px solid #cacaa2;
	background-color:#1d1d1d;
	color: #cacaa2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}

/* 
 * ========================================
 * the message style + misc
 * ========================================
 */

span.bold
{
	font-weight: bold;
}

span.newsmsg
{
	font-size: 10px;
	color: #cacaa2;
}

span.inv
{
	color: #cacaa2;
}

span.hilight
{
	color: #96cb44;
}

span.ok
{
	font-weight: bold;
	color: #96cb44;
}

span.normal
{
	font-weight: bold;
	color: #cacaa2;
}

span.alert
{
	font-weight: bold;
	color: #ff0000;
}

/* 
 * ========================================
 * main <table> style
 * ========================================
 */

TABLE.main
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: calibri, verdana, Tahoma, Arial;
	width: 100%;
	background-color: #575746; 
	border: 1px solid #313131;
}

TABLE.blocktbl
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	width: 100%;
	background-color: #575746; 
	border: 1px solid #313131;
}

TABLE.quote
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #1d1d1d;
	width: 100%;
	border: #cacaa2;
	border-style: dashed;
	border-width: 1px;
}

TR.quote
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #1d1d1d;
	width: 100%;
	border-width: 0px;
}

TR.menu
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background: transparent url(tile_up.gif);
	background-repeat: repeat-x;
}

TR.head
{
	font-size: 11px; 
	color: #cacaa2;
	font-family: Tahoma, Arial;
	background: transparent url(tile_sub.gif);
	background-repeat: repeat-x;
	background-color: #1d1d1d;
	background-height: 100%;
	font-weight: bold;
}

TR.bottom
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: Tahoma, Arial;
	background: transparent url(tile_bot.gif);
	background-repeat: repeat-x;
	background-color: #1d1d1d;
	font-weight: bold;
}

TD.avatar
{
	font-size: 11px; 
	color: #cacaa2;
	font-family: Tahoma, Arial;
	background-color: #9b9b9b;
	text-align: center;
	background: transparent url(../images/misc/avatar_blank.jpg);
}

TR.empty,
TD.empty
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
}

TR.empty2,
TD.empty2
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
}

TR.con1,
TD.con1
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #353535;
}

TR.hardmode
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #353535;
	background-image: url(hm.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bd0102;
}

TR.normalmode
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #353535;
	background-image: url(nm.jpg);
	background-repeat: repeat-x;
	border: 1px solid #deab48;
}

TD.nicholas
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background: transparent url(../images/misc/nicholasbg.jpg);
}

TD.eventsbg
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background: transparent url(eventsbg.jpg);
	background-color: #353535;
	background-repeat: no-repeat;
	background-position: bottom right;
}

TD.nicksbg
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background: transparent url(snowimgsml.jpg);
	background-color: #353535;
	background-repeat: no-repeat;
	background-position: bottom right;
}

TR.newsbg,
TD.newsbg
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #353535;
}

TR.newsmsg,
TD.newsmsg
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #353535;
	background-image: url(newsimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;

}

TR.con2,
TD.con2
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #353535;
}

TR.con3,
TD.con3
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #353535;
}

TR.con4,
TD.con4
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;

}

TR.con5,
TD.con5
{
	color: #cacaa2;
	background-color: #1b1b1b;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}

TD.eventempty
{
	font-size: 11px; 
	color: #cacaa2;
	font-family: Tahoma, Arial;
	background-color: #353535;
	text-align: center;
}

TD.eventselect
{
	font-size: 11px; 
	color: #cacaa2;
	font-family: Tahoma, Arial;
	background-color: #353535;
	text-align: center;
	font-weight: bold;
}

TD.eventbday
{
	font-size: 11px; 
	color: #cacaa2;
	font-family: Tahoma, Arial;
	background-color: #461515;
	text-align: center;
	font-weight: bold;
}

TD.eventtoday
{
	font-size: 11px; 
	color: #cacaa2;
	font-family: Tahoma, Arial;
	background-color: #151546;
	text-align: center;
	font-weight: bold;
}

TD.pagelink,
TD.pagecurrent
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #323232;
	border: 1px solid #cacaa2;
	padding: 1px 3px 1px 3px;
}

TD.pagecurrent
{
	font-size: 10px; 
	color: #cacaa2;
	font-family: verdana, Tahoma, Arial;
	background-color: #323232;
}

/* 
 * ========================================
 * quote style
 * ========================================
 */

.event blockquote {
	color: #cacaa2;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #cacaa2;
	background-color: #1d1d1d;
	font-size: 10px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
}

.quote blockquote {
	color: #cacaa2;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #cacaa2;
	background: #1d1d1d url(../images/codes/quote_down.gif) bottom right no-repeat;
	font-size: 10px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
}

.quote blockquote h1 {
	margin: 0;
	font-size: 10px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cacaa2;
	background: #1d1d1d url(../images/codes/quote_up.gif) top left no-repeat;
}

.quote blockquote h2 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #cacaa2;
	font-size: 10px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cacaa2;
	background: #1d1d1d url(../images/codes/quote_up.gif) top left no-repeat;
}

/* 
 * ========================================
 * code style
 * ========================================
 */

.code blockquote {
	color: #cacaa2;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #cacaa2;
	background: #1d1d1d url(../images/codes/code_down.gif) bottom right no-repeat;
	font-size: 10px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
}

.code blockquote h2 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #cacaa2;
	font-size: 10px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cacaa2;
	background: #1d1d1d url(../images/codes/code_up.gif) top left no-repeat;
}