body {
	background: #cccccc;
	background-image: url(/images/bg_pattern.gif);
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family:Verdana !important;
	color: #000000;
	text-align: center;	
}

a {
	color: #ff3399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:selected {
	border: 0px;
}

#cnt {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px;
	background: #ffffff;
	text-align: left;
}
/* NAVBAR */
.nav_menu .logo {
	float: left;
	margin-left: 40px;
	display: block;
}
#navbar {
	width: 690px;
	height: 70px;
	margin: 0px auto;
	float: right;
	margin-right: 40px;
}

.menu ul {
	list-style: none;
	height: 60px;
	line-height: 60px;
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 11px;
	display: block;
}
.menu li {
	display: inline;
	float: left;
	width: auto;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	list-style-type: none;
}
.menu li a {
	font-family: Helvetica, Arial, sans-serif !important;
	/*font-family:Verdana !important;*/
	font-size: 13px !important;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;	
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	margin: 0px;
	margin-top: 38px;
	padding: 3px 5px;
}
.menu li.selected a, .menu li a:hover {
	background: #FF0066;
	color: #ffffff;
}
.sub{
	background: none;
	background-image: url(images/navbar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 28px 0px;
	padding-top: 4px;
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: auto;
	visibility: hidden;
	margin-top: -1px;
}

.sub a{
	/* background: url(images/navbar_sub_bg.png); */
	background: #eee;
	font-family: Helvetica, Arial, sans-serif !important;
	font-family:Verdana !important;
	font-size: 12px !important;
	font-weight: normal;
	width: auto;
	display: block;
	padding: 3px 30px 3px 10px;
	text-indent: 3px;
	text-decoration: none;
	color: black;
}

* html .sub a{
	width: 100%;
}

.sub a:hover{
	background: #fff;
	color: #FF0066;
}

/* HEADER */
#header {
	background: #ebe8df;
	width: 900px;	
	height: 217px;
}

#slide {
	width: 328px;
	height: 100%;
	overflow: hidden;
	float: right;
}

#slide img {
}

/* MAIN */
#main {
	background: #eae8df;	
	background-image: url(/images/right.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 860px;
	margin: 0px;
	margin-left: 40px;
	padding-bottom: 20px;
}
#actionBar {
	background: #c4bfb3;
	width: 819px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
	border-right: 1px solid #5e5953;
	list-style: none;
}
#actionBar li.bt {
	background: #c4bfb3;
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-right: 1px solid #5e5953;
	font-family: Helvetica, Arial, sans-serif;
	font-family:Verdana !important;
	display: inline;
	float: left;
	overflow: hidden;
}
#actionBar li a.main {
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	display: block;
	color: #000000;
	text-decoration: none;
	float: left;
}
#actionBar li div {
	text-align: left;
	font-size: 10px;
	height: 38px;
	line-height: 13px;
	float: left;
	padding: 2px 0px;	
}
#actionBar li input {
	border: 1px solid #999999;
	background-color: #ffffff;
	font-size: 10px;
	padding: 3px 5px;
	margin-top: 7px;
}
#actionBar li input.err {
	border: 1px solid #cc0000;
}
#actionBar li a.help {
	margin-left: 5px;
}
input.ibg {
	background-repeat: no-repeat;
}
#emailERR, #loginERR {
	margin-left: 10px;
	color: #cc0000;
	font-weight: bold;
}
#newsletter .emailFB {
	font-size: 10px;
	margin: 0px;
	text-align: left;
	float: left;
	color: #3252b2;
}
#actionBar li div .button {
	font-weight: bold;
	margin: 0px 5px;	
}
#actionBar li div a {
	text-decoration: none;
	color: #ff0066;
}
#actionBar li div .open_arrow {
	position: relative;
	float: right;
	top: 9px;
	right: -1px;
}
#actionBar li.arrow {
	width: 7px;
	height: 38px;
	display: inline;
	float: left;
	margin-left: -1px;
	margin-right: -7px;
	position: relative;	
}
#actionBar li.arrow img {
	margin-top: 15px;
}
.helptip {
	position: absolute;
	z-index: 69;
	top: 0px;
	left: 0px;	
	font-family: Helvetica, Arial, sans-serif;
	font-family:Verdana !important;
	font-size: 12px;	
}
.helptip .tBorder td {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}
.helptip  .tCnt {
	padding: 0px 10px;
}
.helptip .tArrow {
	height: 4px;
}
.helptip .tArrow img {
	margin-left: 43px;
}

/* LEFT */
#left {
	width: 521px;
	padding: 25px 0px 25px 0px;
	float: left;	
}
.no_right {
	width: 809px !important;
}
#left .half_box, #left .single_box, #left .double_box {		
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	margin-bottom: 1px;
}
#left .half_box {
	width: 260px;
	height: 130px;
	overflow: hidden;
}
#left .single_box {
	width: 260px;
	height: 260px;
}
#left .double_box {
	width: 521px;
	height: 260px;
}
#left .half_box .title, #left .single_box .title, #left .double_box .title {
	width: 100%;
	overflow: hidden;
	text-indent: 15px;
	background: url(/images/box_label_bg.png) repeat-x;
	height: 21px; 
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	font-family:Verdana !important;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
#left .half_box .swf_text, #left .single_box .swf_text, #left .double_box .swf_text {
	width: 232px;
	height: 214px;
	margin: 0px;
	padding: 0px;
	margin-left: 14px;
	float: left;
}

#left .main_cnt {
	padding: 0px;
	padding-left: 11px;
	font-size: 13px;
	line-height: 140%;
}
#label {
	color: #555555;
	width: 510px;
	height: 40px;
	margin-bottom: 40px;
}
#label h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
}
h3 {
}
#left a {
	color: #ff3399;
	text-decoration: none;
	font-weight: bold;
}
#left a:hover {
	text-decoration: underline;
}
#left .gtWidget {
	background: url(images/bg_pattern.gif);
	width: 510px;
	margin-bottom: 20px;
}
#left .gtWidget .gtTitle {
	background: #ff3399 url(images/box_label_bg.png) repeat-x;
	text-indent: 15px;
	height: 21px; 
	line-height: 22px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
#left .gtWidget a {
	margin-left: 1px;
	margin-bottom: 1px;
	display: block;
	float: left;
}
.video_thumb {
	width: 120px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.video_thumb img {
	width: 120px;
}
.video {
	margin-bottom: 25px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.text {
	margin-top: 10px;
}

/****************************/
#otherLinks {
	list-style: none;
	height: 172px;	
	margin: 0px;
	padding: 0px;
}
#otherLinks li {
	background: #94afb6;
	background-image: url(/images/arrow.png);
	background-position: 145px 8px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 173px;
	height: 100%;	
	text-align: center;
	margin-left: 1px;
}
#otherLinks li a {
	text-decoration: none;
	display: block;
	height: 100%;
	line-height: 172px;
}
#otherLinks li a:hover {
	text-decoration: none;
}
#otherLinks li a img {
 border: 0px;
}
/* RIGHT */
#right {
	margin: 25px 13px 0px 532px;
}
#right .box {
	background: none;
	margin-bottom: -5px;
}
#right .box .hand {
	background: url(/images/hand.gif) no-repeat;
	position: relative;
	float: right;	
	height: 29px;
	width: 30px;
	border-bottom: 1px solid #5e5953;
}
#right .box .hand:hover {
	cursor: n-resize;
}
#right .box .title {
	background: #c4bfb3;
	border-bottom: 1px solid #5e5953;
	height: 29px;
	font-size: 24px;
	padding-left: 8px;
	line-height: 27px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin-bottom: 5px;
}
#right .box .title .flash {
	font-family: Helvetica, Arial, sans-serif;
	font-family:Verdana !important;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	width: 268px;
	height: 29px;
	line-height: 29px;
	display: block;
}
#right .box .arrow_down {
	position: relative;
	top: 29px;
	right: 20px;	
	float: right;
	z-index: 99;
}
#right .box .box_cnt {
	margin-right: 27px;
	margin-bottom: 20px;
	height: 0px;
	overflow: hidden;
	background: #eae8df;	
}
#right .box .news {
	font-family: Helvetica, Arial, sans-serif;
	font-family:Verdana !important;
	font-size: 12px;
	margin: 0px;
	width: 270px;
	padding: 5px 10px 15px 8px;
	line-height: 120%;
	float: left;
	clear: both;
}
#right .box .news p {
	margin: 0px;
	padding: 0px;
}
#right .box .news .ntitle {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;

}
#right .box .news img {
	margin: 0px 7px 3px 0px;
}
#right .small_box {
	width: 288px;
	margin-top: 60px;
}
#right .small_box .title {
	font-family: Helvetica, Arial, sans-serif;
	font-family:Verdana !important;
	font-size: 10px;
	text-indent: 8px;
	height: 18px;
	line-height: 18px;
	background: #c4bfb3;
	margin-bottom: 1px;
	color: #ffffff;
	font-size: 12px;
}
#right .small_box .image {
	background: #7aa4b0;
	width: 143px;
	height: 80px;
	float: left;
	text-align: center;
	display: block;
}
#right .small_box .image img {
	margin-top: 19px;
}
#right .small_box .image_big {
	background: #7aa4b0;
	width: 287px;
	height: 80px;
	float: left;
	text-align: center;
	display: block;
	margin-top: 1px;
}
/* CASTING */
.casting_box {
	margin-bottom: 70px;
	background: #f5f5f5;
}
.casting_box .content{
	padding: 5px;
}
.casting_box th {
	padding-right: 10px;
	vertical-align: top;
}
.casting_box .content {
	margin-bottom: 5px;
}
.casting_box .content img {
	margin-right: 10px;
}

.casting_box .gtWidget {
	margin-top: 20px;
	margin-bottom: 0px !important;
}

.row_label {
	width: 510px;	
}
.row_label .label {
	display: block;
	width: 496px;
	height: 29px;	
	line-height: 29px;
	padding-left: 14px;
	font-size: 18px;
	color: #ffffff !important;
	border: 0px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;	
}
.row_label .label .flash {
	display: block;
}
.row_label .label a {
	color: #ffffff !important;
	text-decoration: none !important;
	display: block;
}
.row_label .label img {
	position: relative;
	top: 29px;
	right: 20px;	
	float: right;
}
.row_label .label div {
	width: 480px;
	float: left;
}
/* POLL */
#box_poll div {
	padding: 5px 10px 15px 8px;
	font-size: 14px;
}
.poll .question {
	
}
.poll .answer td {
	
}
.form_button {
	background: #cccccc;
	border: 1px outset #cccccc;
	padding: 4px 10px;
}
.form_button:hover {
	background: #999999;
	border-color: #999999;
}

/* FOOTER */
#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-family:Verdana !important;
	background: #ffffff;
	width: 820px;
	margin: 0px;
	margin-left: 40px;
	padding: 10px 0px 100px 0px;
	font-size: 10px;
	color: #666666;
}
/**********************************************/
.pink {
	color: #ff3399;
}
.main_button {
	font-family: Helvetica, Arial, sans-serif !important;
	font-family:Verdana !important;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 7px;
	background: #FF0066;
	color: #FFFFFF !important;
	text-decoration: none;
}
.main_button:hover {
	text-decoration: underline;
}

.right {
	float: right;
}
/**********************************************/
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.loader {
	width: 100px;
	height: 18px;
	margin-top: 5px;
	line-height: 18px;
	text-indent: 25px;	
	font-size: 10px;
	background: #f6e595;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	color: #000000;
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
}

.mr {
	margin-right: 1px !important;
}
:focus {
	outline: 0;
}

.data_casting_jobs
{
  padding:5px;
  padding-left:15px;
  background-color:#c4bfb3;
}
