* {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
}

a img {
	border:none;
}

body {
	height:100%;
	font-size:12px;
	font-family:arial,tahoma,verdana;
	background-repeat:repeat-x;
	background-color:#646464;
}

p {
	margin-top:20px;
	margin-bottom:20px;
}

a.small_link {
	font-size:11px;
	color:#3b586d;
	font-style:italic;
}

h1 {
	font-family:arial;
	font-weight:normal;
	color:#3b586d;
	font-size:24px;
	padding-bottom:5px;
	padding-top:5px;
	letter-spacing:-1px;
}

h2 {
	font-family:segoe UI;
	font-weight:normal;
	color:#3b586d;
	font-size:16px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
}

h3 {
	font-family:segoe UI;
	font-weight:normal;
	color:#3b586d;
	font-size:12px;
}

.twitter_div {
	margin-bottom:10px;
}

.twitter_div .top {
	height:22px;
	background-image:url(../images/twittertop.jpg);
}

.twitter_div .middle {
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/twittermiddle.jpg);
	background-position:center;
	color:white;
}

.twitter_div .bottom {
	height:22px;
	background-image:url(../images/twitterbottom.jpg);
}

a.question {
	color:#c1c1c1;
	font-style:italic;
	font-family:segoe UI;
	font-size:12px;
}

.contact {
	position:relative;
	height:auto;
	overflow:hidden;
	border-bottom: 1px solid #DADADA;
}

/*Styles for Divs*/

#pageContainer {
	position:relative;
	width:900px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background-color:#DADADA;
	background-image:url(../images/containerbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:50px;

}

#login_form table td {
	line-height:1.5;
	color:#646464;
}

#pageTop {
	position:relative;
	height:auto;
	overflow:hidden;
	padding:20px;
}

#topLeft {
	width:300px;
	float:left;
}

#topRight {
	width:500px;
	float:right;
}

#main_nav {
	position:relative;
	width:105%;
	height:40px;
	overflow:hidden;
	margin-bottom:10px;
}

#footer {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	border-top:3px solid #3b586d;
	margin-top:20px;
}

.float_container {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.left {
	width:300px;
	float:left;
}

.right {
	width:580px;
	float:right;
}

.member_right {
	width:580px;
	float:right;
}

.half_div {
	width:50%;
	float:left;
}

.info_div {
	padding:20px;
	background-color:#EBEBEB;
	margin-bottom:20px;
}

.info_div p {
	margin-top:0px;
	margin-bottom:0px;
}

#member_card {
	padding:5px;
	border-bottom:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	width:300px;
	float:right;
	font-family:segoe UI;
}

.smalldiv .top {
	height:22px;
	background-image:url(../images/smalldivtop.jpg);
	display:block;
}

.smalldiv .bottom {
	height:22px;
	background-image:url(../images/smalldivbottom.jpg);
}

.smalldiv .middle {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-image:url(../images/smalldivmiddle.jpg);
	background-position:center;
}

#member_card p {
	font-size:16px;
}

#member_card p a {
	font-size:12px;
	font-family:arial;
}

.main_heading {
	height:62px;
	background-image:url(../images/headerbg.jpg);
	padding-left:20px;
	border-bottom:1px solid #DADADA;
}

.main_heading h1 {
	line-height:62px;
}

.content {
	position:relative;
	height:auto;
	overflow:hidden;
	padding:20px;
	background-color:white;
	background-image:url(../images/contentbottombg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*Styles for Menu */

#main_nav {
	height:40px;
	background-image:url(../images/menubg.png);
	background-repeat:no-repeat;
	
}

#main_nav ul {
	list-style-type:none;
	
}

#main_nav ul li {
	float:left;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	margin-right:3px;
	vertical-align:bottom;
}

#main_nav ul li a {
	padding-left:32px;
	padding-right:32px;
}

.active {
	margin-top:-4px;
}

.normal {
	margin-top:0px;
}

#main_nav ul li a {
	text-decoration:none;
	color:white;
	display:block;
	font-size:14px;
}

#left_nav {
	position:relative;
	width:300px;
	float:left;
}

#left_nav ul {
	list-style-type:none;
	margin-top:10px;
}

#left_nav ul li {
	height:30px;
	line-height:30px;
	border-bottom:1px solid #c1c1c1;
}

#left_nav ul li a {
	text-decoration:none;
}

#left_nav ul li a img {
	vertical-align: middle;
}

#left_nav p {
	line-height:1.5;
}

/* Styles for Tables */

.form_holder td {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}

.rates {
	width:100%;
}

.rates td {
font-size:12px;
padding:5px;
border-bottom:1px solid #cacaca;
border-right:1px solid #cacaca;
}

.rates .btr001header, .rates .btr001cnt {
font-weight:bold;
}

.rates .tableheader {
background-color:#f0f0f0;
}

/* Styles for search results */

#search_results,#page_numbers {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.thumb {
	position:relative;
	float:left;
	margin:3px;
	height:125px;
	width:100px;
	overflow:hidden;
}

.page_number {
display:block;
height:20px;
padding-top:5px;
text-decoration:none;
}

.link_div {
position:relative;
width:25px;
height:25px;
float:left;
margin:1px;
border:1px solid #d6d6d6;
text-align:center;
}

/*Styles for form Elements */

input,select,textarea {
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
}

#male_form, #female_form {
	display:none;
}

.small_select, .small{
	width:50px;
}

.medium_select {
	width:150px;
}

textarea {
	font-family:arial;
	padding:5px;
	font-size:12px;
}

.normal_input {
	border:1px solid #7f9db9;
	background-color:#ffffff;
	padding:3px;
}

.error {
	border:1px solid #ff0000;
	background-color:#ffb5b5;
}

#login_form input {
	border:1px solid #7f9db9;
	background-color:#ffffff;
	padding:3px;

}

 #login_form select,  #login_form .submit {
 	border:1px solid #7f9db9;
	background-color:#ffffff;
	padding:2px;

}

/*Styles for member admin */

.image_edit {
	position:relative;
	width:46%;
	padding:1%;
	height:125px;
	overflow:hidden;
	float:left;
	border:1px solid #d6d6d6;
	margin-right:5px;
	margin-bottom:5px;
}

.image_edit img.preview {
	margin-right:10px;
	float:left;
}

.image_edit h2, .image_edit p {
	margin-bottom:0px;
	margin-top:0px;
	line-height:22px;
}

#file_upload_div {
	padding:10px;
	border:1px solid #d6d6d6;
}

#delete_btn {
	position:absolute;
	right:10px;
	top:10px;
}
 
/*Style for Calendar */

#calendar {
position:relative;
width:100%;
height:auto;
overflow:auto;
font-family:tahoma;
font-size:11px;
margin-bottom:15px;
}

#calendar_key {
position:relative;
width:100%;
height:80px;
height:auto;
overflow:auto;
font-family:tahoma;
font-size:11px;
padding-top:15px;
}

#calendar_key div {
position:relative; 
width:13.5%;
border:1px solid #E1E1E1;
height:50px;
padding:4px;
margin:1px;
left:0px;
top:0px;
float:left;
}

#calendar_key p {
padding:5px;
font-size:11px;
}

#calendar .empty, #calendar .day, #calendar .cal_title {
position:relative; 
width:13.5%;
height:50px;
border-bottom:1px solid #E1E1E1;
border-right:1px solid #E1E1E1;
margin:1px;
float:left;
}

.empty {
background-color:#E1E1E1;
}

.cal_title {
font-family:segoe UI;

}

#calendar .cal_title p {
margin:0px;
padding:5px;
}

#calendar .day a {
font-family:segoe UI;
display:block;
height:40px;
text-decoration:none;
padding:5px;
}

.ajax-loading {
	background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
	background-color:white;
}

.available {
color:#959595;
background-color:white;
text-decoration:none;
}

#mini_calendar .available {
	color: #3b586d;
}

#calendar .unavailable,#calendar_key .unavailable {
background-color:#3b586d;
color:white;
}

#mini_calendar .unavailable {
	text-decoration:line-through;
	color:#959595;
}

#mini_calendar {
position:relative;
width:300px;
height:auto;
overflow:auto;
font-family:tahoma;
font-size:11px;
padding-bottom:10px;
}

#mini_calendar .empty, .day, .cal_title {
border-bottom:1px solid #E1E1E1;
border-right:1px solid #E1E1E1;
position:relative; 
width:38px;
height:25px;
margin:1px;
float:left;
}



#mini_calendar .cal_title p {
font-size:11px;
margin:0px;
padding:5px;
}

#mini_calendar .day a {
font-family:segoe UI;
display:block;
height:15px;
padding:5px;
}

/*Styles for Credits */

.credits {
position:relative;
width:50%;
height:auto;
overflow:hidden;
float:left;
}

.credits div {
	width:45%;
	padding-right:5px;
	float:left;
}

.credits p {
	margin-top:0px;
	line-height:1.5;
}

.credits h2 {
	margin-top:20px;
	margin-bottom:0px;
}

/* Styles for Jobs Board */

.casting_mini {
	border-bottom:1px solid #7d99ad;
}


/* Styles for Profile */

.profile_thumb {
	float:left;
	margin-right:5px;
}

.profile_left {
	position:relative;
	float:left;
	width:289px;
}

.profile_right {
	position:relative;
	float:right;
	width:593px;
	padding-top:20px;
}

.profile_right p {
	margin:0px;
	line-height:1.5;
}

#main_profile_photo {
	padding:10px;
	border:1px solid #C1C1C1;
	margin-top:20px;
}

.add_contact {
	position:absolute;
	height:20px;
	left:0px;
	top:0px;
	width:20px;
	cursor:pointer;
}

.add_contact a.off {
	display: block;
	width:20px;
	height:20px;
	background-color:black;
	opacity:0.6;filter:alpha(opacity=60);
	text-decoration:none;
}

.add_contact a.on {
	display: block;
	width:20px;
	height:20px;
	background-color:green;
	opacity:0.8;filter:alpha(opacity=80);
	text-decoration:none;
}

.hidden {
	display:block;
	overflow:hidden;
	height:320px;
}

.production_enquiry td {
padding-top:3px;
padding-bottom:3px;
}