#main {
	width: 850px;
}
table#skills {
	margin: 20px auto;
	width: 850px;
}
table#skills img, table#specials img {
	width: 64px;
	height: 64px;
	padding: 2px;
}
table#skills th, table#skills td {
	text-align: left;
}
table#skills td {
	width: 74px;
}
span.skillName {
	color: white;
	padding: 0px 5px 0px 15px;
	font-weight: bold;
}

/***[Description]*****************************/
div.desc {
	visibility: hidden;
	position: absolute;
	max-width: 300px;
	border: 2px ridge #493F34;
	background: #493F34;
	padding: 3px 5px;
	color: white;
}
div.desc p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
div.desc h4 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 100%;
}
div.desc h5 {
	clear: left;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 100%;
}
div.desc h5.require {
	color: #CC2222;
}
div.desc h5.contribute {
	color: #66CC66;
}
div.desc ul {
	margin: 0px;
	padding-left: 20px;
	list-style-type: none;
}
div.desc li {
	clear: left;
	margin: 3px 0px;
	padding: 0px;
	padding-right: 5px;
	font-weight: bold;
}
div.desc li.extended {
	display: none;
}
div.desc img {
	float: left;
	margin-right: 10px;
	border: none !important;
}

/***[More]************************************/
div.more, div.less {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #493F34;
}
div.more:hover, div.less:hover {
	border-style: outset;
}
div.more:active, div.less:active {
	border-style: inset;
}
div.more {
	background-image: url("arrow_dn.gif");
}
div.less {
	background-image: url("arrow_up.gif");
}

div#all_more, div#all_less {
	float: right;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #493F34;
}
div#all_more:hover, div#all_less:hover {
	border-style: outset;
}
div#all_more:active, div#all_less:active {
	border-style: inset;
}
div#all_more {
	background-image: url("arrow_ddn.gif");
}
div#all_less {
	background-image: url("arrow_dup.gif");
}

