 /* HTML Tags */
* {outline: none;}

body {
	margin-width: 0;
	margin-height: 0;
	margin-top: 0;
	margin-left: 0;
	text-align: left;
	color: #BCBCBC;
	background: #000000 url(/art/09/header_09.gif) no-repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif; outline:none;
}
h1 { font-size: 15px;font-weight:normal;margin:0;padding:4px; }
h2 { font-size: 13px;font-weight:600;margin:0;padding:4px; }

/* Layers */
#content {
  padding-top:20px;
	position:relative;
	width: 100%;
	margin:0 auto;
	text-align: center;
	z-index:100;
}

#filterMenu {
	position:absolute;
	width:100%;
	height:110px;
	z-index:2500;
	border-bottom:#FFF solid 1px;
	background: url(/art/09/black_trans.png) repeat;
	display:none;
	left: 0px;
	top: 0px;
}

#footer {
	position:relative;
	margin-top:100px auto;
	width:100%;
	text-align: center;
	color: #666;
	font: 8px Arial, Helvetica, sans-serif;
}

.blueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3867B1;
	letter-spacing: 0.18em;
	font-weight: bold;
	line-height: 1.8em;
	text-transform: uppercase;
}
.spacedText {
	line-height: 1.5em;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color : #8F6AAF;
	text-decoration : none;
}
a:visited {
	color : #8F6AAF;
	text-decoration : none;
}
a:hover {
	color : #DDB7E7;
	text-decoration : underline;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.tableMain {
	border-collapse: collapse;
}
.tableMain td {
	font-weight: normal;
	padding: 3px;
}
.tableMain th {
	padding: 6px 6px 10px;
	font-weight: 300;
	text-transform: lowercase;
	letter-spacing: .3em;
}

.tableBoxed {
	border-collapse: collapse;
}
.tableBoxed td {
	font-weight: normal;
	padding: 4px;
	border-bottom: 1px solid #999;
}
.tableBoxed th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 3px 4px;
	font-weight: bold;
	border: 1px solid #FFF;
}

.tableVoice {
	border-collapse: collapse;
	}
.tableVoice tr {
	font-weight: normal;
	padding: 2px;
}
.tableVoice td {
	font-weight: normal;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tableVoice th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px 3px 4px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

.tableTalent {
}
.tableTalent td {
	font-weight: normal;
	color: #CCC;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.tableTalent th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	padding: 3px 3px 4px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}



.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-transform:lowercase;
}


/* tool tips */
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/art/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/art/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
	padding: 4px 4px 4px;
	background: #8F6AAF;
	border-bottom: 1px solid #463456;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #DDD4E7;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(/art/jScroll_track.png);
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: #666;
}
.scroll-pane {
	width: 100px;
	height: 600px;
	overflow: auto;
	float: left;
}



