body {
	background-color: #2b2c2d;
	color: #979898;
}
a:link {
	color: #00E6D6;
	text-decoration: none;
}
a:visited {
	color: #008a80;
}
a:hover {
	color: #008a80;
	text-decoration: underline;
}
.maintables { 
	margin: auto;
	border: none;
	border-spacing: 1px;
	width: 950px;
	}
.maintables td{ /*TOP RIGHT BOTTOM LEFT */
	padding: 6px 12px 6px 12px;
	}
.maintables tbody{ 
	background-color: #242526;
	}
#toptable label {
	display: inline-block;
	width: 2em;
	margin-left: 1em;
}
#middletable label {
	display: inline-block;
	width: 6.5em;
}

input[type=number] {
	width: 3.5em;
}
.name {
	background: #111112;
	color: #E6E6E6;
	border: none;
	box-shadow: 0 0 3px 1px #8F8F90;
	border-radius: 3px;
	padding: 3px;
}
#age {
	background: #111112;
	color: #E6E6E6;
	width: 2em;
	border: none;
	box-shadow: 0 0 3px 1px #8F8F90;
	border-radius: 3px;
	padding: 3px;
}
.skillpref { 
	background: url("../img/none.png");
	border: none;
	width: 20px;
	height: 20px;
}
.skillminor { 
	background: url("../img/minor.png");
	border: none;
	width: 20px;
	height: 20px;
}
.skillmajor { 
	background: url("../img/major.png");
	border: none;
	width: 20px;
	height: 20px;
}
.up { 
	background: url("../img/arrowright.png") no-repeat;
	border: none;
	width: 7px;
	height: 12px;
}
.down {
	background: url("../img/arrowleft.png") no-repeat;
	border: none;
	width: 7px;
	height: 12px;
}

.slider {
	width: 150px;
	height: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid black;
	background: #0C0C0C;
}
.foreground {
	position: absolute;
	z-index: 10;
	left: 0px;
	width: 20px;
	height: 20px;
	background: #999999;
}
.foreground-ghost {
	position: absolute;
	z-index: 5;
	left: 0px;
	width: 20px;
	height: 20px;
	background: #666666;
}
.foreground-mask {
	position: absolute;
	z-index: 15;
	left: 5px;
	width: 20px;
	height: 20px;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
#footer {
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}
hr.curve {
	height: 20px;
	border-style: solid;
	border-color: #AD9000;
	border-width: 2px 0 0 0;
	border-radius: 10px;
}

