@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #333;
	background-color:#000;
	font-family:Verdana, Arial, sans-serif;
	padding:0;
	margin:0;
}


h1{
	font-size:16px;
	color:#333;
}

h3 {
	font-size:14px;
	margin-top:1em;
}


#clear {
	clear: both;
}



a:link {
	color: #666;
	text-decoration:none;

}
a:visited {
	color: #999;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #333;
}

a.pdf {
background:url(../images/PDF_icon.gif) no-repeat right center;
padding-right:23px;
padding-top:3px;
margin-right:1em;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 15px;
	background-color: #333;
}
.vscrollerbar {
	width: 15px;
	background-color: #eee;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
	display:none
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 5px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 890px;
	height: 400px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFF;
	color:#000;
	padding-left: 10px;
}
#mycustomscroll_talent {
	/* Typical fixed height and fixed width example */
	width: 750px;
	height: 400px;
	overflow: auto;
	float:left;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFF;
	color:#333;
	padding-left: 10px;
}

#mycustomscroll_talent_new {
	/* Typical fixed height and fixed width example */
	width: 890px;
	height: 400px;
	overflow: auto;
	float:left;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFF;
	color:#333;
	padding-left: 10px;
}

.talent-inner {
	/* Typical fixed height and fixed width example */
	width: 700px;
	overflow: auto;
	margin-left:140px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFF;
	color:#333;
	padding-left:20px;
	padding-right:20px;
}

#mycustomscroll_tour {
	/* Typical fixed height and fixed width example */
	width: 750px;
	height: 400px;
	overflow: auto;
	float:left;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color:#333;
	padding-left: 10px;
	background-color: #000000;
}
#left_images {
	width: 140px;
	height: 400px;
	float:left;
}
#left_images-talent {
		width: 130px;
	height: 390px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: #ccc;
	padding: 1px;
}
table.data tr {
  
} 
table.data td {
	padding:6px 0;
	font-size:12px;
	cursor:hand
}
.highlight td {
	background-color:#666
}
table.data td a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#ccc
}

#banner {
	background-color: #333;
	width: 900px;
	height: 252px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#mainmenu {
	background-color: #000;
	width: 900px;
	height: 50px;
	float: left;
	display: inline;
	padding-top: 10px;
}
#container {
	position:relative;
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #000;
	height: 910px;
}
#containernew {
	position:relative;
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #000;
	height: 1010px;
}
#contentholder {
	background-color: #FFFFFF;
	width: 900px;
	height: 400px;
	position:relative;
	
}
#content {
	width: 900px;
	height: 400px;
	display: inline;
	
}
#footer {
	background-color: #000;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 88px;
	clear:both;
}
#footernew {
	background-color: #000;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 196px;
	clear:both;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#content_text1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#content_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	text-align: center;
}
#content_text2 a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	text-align: center;
}
#mycustomscroll_talent {
	position:relative;
}

.tour-button {
z-index:9999;
position:absolute;
left:780px;
margin-top:8px;
zoom:1;
}

.tour-button p {
	text-transform:uppercase;
	border:1px solid #000;
	margin:0;
	background:#1c379a;
	padding:6px;
}

.tour-button a:link, .tour-button a:visited {
	color:#fff;
	text-decoration:none;
}

.tour-button a:hover {
	color:#fff;
	text-decoration:underline;
}
