body {
	background-color: #000000; 
	text-align:center;
}

body,td,th {
	color: #4E4942;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a:visited  {
	color: #4E4942; 
	text-decoration: none;
}

a:link {
	color: #4E4942;
	text-decoration: none;
}

a:active  {}

a:hover{
	color: #716A60;
	text-decoration: none;
}

/* MAIN PAGE */
#swfCtn {
	position: relative;
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	outline: none;
}

div#fadeContainer {
	display: none;
	background-color:#000000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 4;
	text-align: center;
}

div#fadeContentDiv {
	background: #1B140C none repeat scroll 0 0;
	border: 1px solid #575345;
	color: #C6C2A9;
	text-align: left;
	display: none;
	position: absolute;
	top: 135px;
	width: 500px;
	height: 380px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	z-index: 5;
	overflow: auto;
}

#closeFade {
	position: absolute;
	right: 10px;
	top: 10px;
}

.privHeader {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.fadeCtntStyle {
	background: #1B140C none repeat scroll 0 0;
	color: #C6C2A9;
	text-align: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.transparent {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	zoom: 1;
}

/* CASTING */
div#castingDiv {
	text-align: left;
	background: #1B140C none repeat scroll 0 0;
	color: #C6C2A9;
	width: 350px;
}

div#castingEmpSection {
	display:none;
}

#errMsgSpan {
	color: #FF3333;
	font-weight: bold;
	display: none;
}

#processing {
	display: none;
	font-weight: bold;
}

input, select, textarea { 
	margin-bottom: 10px;
	margin-top: 2px;
	font-size: 10px;
	background-color:#CEC9B7;
	border:1px solid #5F5B4C;
}

input {
	height: 11px;
}

.upld {
	width: 350px;
	font-size: 10px;
	height:18px;
	margin-top:3px;
	margin-bottom:3px;
}

.castingWideInput {
	width: 348px;
}

.error { 
	font-weight: bold;
	color: #FF3333;
}


