/* CSS Document */

body {
	background-color: #666666;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;	
	margin: 0px;
	padding: 0px;
	SCROLLBAR-FACE-COLOR: #330000;
	SCROLLBAR-HIGHLIGHT-COLOR: #660000;
	SCROLLBAR-SHADOW-COLOR: #660000;
	SCROLLBAR-3DLIGHT-COLOR: #660000;
	SCROLLBAR-ARROW-COLOR:  #fff;
	SCROLLBAR-TRACK-COLOR: #330000;
	SCROLLBAR-DARKSHADOW-COLOR: #330000;
	text-align: center;
	}
#maincontainer {
	width: 881px;
	height: auto;
	margin: auto;
	text-align: center;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #000;
	}
.thbs {
	border: 1px solid #990000;
	padding: 0px;
	margin: 0px;
	}
.adthbs2 {
	border: 1px solid #333;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	}
	
.bannerspace {
	padding: 0px;
	margin: 0px 0px 12px 0px;
	}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 0;
	line-height: 0;
	}
p {
	margin: 0px;
	padding: 0px;
	}
table {
	padding: 0px;
	margin: 0px;
	}

/* Main Links */

a:link {
	color: #990000;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	font-family: arial;
	text-decoration: NONE;
	font-weight: bold;
	color: #660000;
	}
a:visited {
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	}
a:active {
	font-family: arial;
	text-decoration: none;
		font-weight: bold;
	color: #cc0000;
	}

/* Text and Titles */
.bodytext {
	font-family: arial;
	font-size: 11px;
	color: #333;
	}
.largetitles {
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
	color: #cc0000;
	letter-spacing: -0.80px;
	}
.largetitles2 {
	font-family: arial;
	font-size: 26px;
	color: #cc0000;
	letter-spacing: -0.75px;
	}
.smalltitles {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	letter-spacing: -0.75px;
	}
.smalltitles2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	}
.castingtitles {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	}
	
	
/* Content Boxes */	

.adboxleft {
	width: 179px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	float: left;
	background-image: url(../images/ad_left_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}
.adboxright {
	width: 179px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	float: left;
	background-image: url(../images/ad_right_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}
.mainbodybox {
	width: 523px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/maincontent_back.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

.content {
	padding: 10px 0px 10px 7px;
	margin: 0px;
	width: 507px;
	float: left;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #333;
	}
	
/* Copyright */

.copyright {
	width: 881px;
	height: 149px;
	background-image: url(../images/copyright_bgd.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.copyright a:link {
	color: #fff;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
}

.copyright a:hover {
	font-family: arial;
	text-decoration: NONE;
	font-weight: bold;
	color: #ffcc00;
	}
	
.copyright a:active {
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	color: #660000;
	}
.copyright a:visited {
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	}


/* FORM */	

form {
	padding: 0px;
	margin: 0px;
	}
.form2 {
	padding: 0px;
	margin: 0px;
	}
	
input.form {
	background-color: #000;
	}
.formfield {
	background-color: #000;
	background-image: url(../images/formfield_bgd.jpg);
	border: 1px solid #000;
	color: #fff;
	width: 130px;
	}
	
.formfield2 {
	background-color: #000;
	background-image: url(../images/formfield_bgd.jpg);
	border: 1px solid #000;
	color: #fff;
	width: 200px;
	}
.monthfield {
	background-color: #000;
	background-image: url(../images/formfield_bgd.jpg);
	border: 1px solid #000;
	color: #fff;
	width: 100px;
	}
.dayfield {
	background-color: #000;
	background-image: url(../images/formfield_bgd.jpg);
	border: 1px solid #000;
	color: #fff;
	width: 40px;
	}
.yearfield {
	background-color: #000;
	background-image: url(../images/formfield_bgd.jpg);
	border: 1px solid #000;
	color: #fff;
	width: 60px;
	}
.lrgformfield {
	background-color: #000;
	background-image: url(../images/formbox_bgd.jpg);
	border: 1px solid #000;
	color: #fff;
	width: 480px;
	height: 111px;
	}
.lrgformfield2 {
	background-color: #000;
	background-image: url(../images/formbox_bgd.jpg);
	border: 1px solid #000;
	color: #fff;
	width: 300px;
	height: 111px;
	}
	
/* Castings */

.castingsback {
	width: 500px;
	height: 89px;
	margin-bottom: 3px;
	background-color: #fff;
	background-image: url(../images/ind_castings_bgd.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #999;
	text-align: center;
	}
	
.dates {
	height: 53px;
	width: 36px;
	padding: 0px;
	margin: 15px 9px 0px 7px;
	background-color: #fff;
	background-image: url(../images/date_bgd.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	color: #fff;
	float: left;
}
.castingdetails {
	height: 65px;
	width: 435px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	float: left;
	text-align: left;
}

/* Directory & Profiles */

.directorybox {
	width: 120px;
	height: 200px;
	margin: 0px 0px 5px 4px;
	padding: 0px;
	background-image: url(../images/directory_bgd.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	}
.directorythbs {
	border: 1px solid #990000;
	padding: 0px;
	margin: 3px 0px 5px 0px;
	}
.profilepicmain {
	border: 1px solid #990000;
	padding: 0px;
	margin: 0px 7px 5px 0px;
	}
.profilethb {
	border: 1px solid #990000;
	padding: 0px;
	margin: 5px 3px 0px 0px;
	}
	
.profiledetails {
	width: 500px;
	background-image: url(../images/profile_bgd.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 12px 5px;
	}
	
/* Quick Search */
.quickformbox {
	padding: 0px;
	margin: 0px 0px 7px 9px;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
.quickfield {
	background-color: #000;
	background-image: url(../images/formfield_bgd.jpg);
	border: 1px solid #000;
	color: #fff;
	width: 100px;
	}
.quickformbutton {
	background-color: #333;
	border: 1px solid #000;
	color: #fff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	width: 25px;
	height: 21px;
	}