/* =========================== elements ============================= */

body { 
	background: #f5f6f7 url(/img/bg.png) repeat-x 0 0;
	font: normal 13px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	behavior: url("/csshover.htc");
}

p {
	margin-bottom: 15px;
}

a:link, a:visited { 
	color: #333399; 
	text-decoration: none; 
}
a:hover, a:active {
	text-decoration: underline; 
}

img {
	display: block;
}
a img {
	border: none;
}


ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 5px;
}


ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}


/* ========================= elements end =========================== */

/* ============================ layout ============================== */

.clear {
	clear: both; height: 0px;
}

.holder{ 
	width: 905px; margin: 0 auto;
}

.h2-clap {
	background: url(/img/h2-clap.gif) no-repeat;
	padding: 8px 0 10px 40px;
	position: relative; top: -7px;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */
.make_it_happen {
	position: absolute;
	top: 65px;
}
#header {
	height: 112px;
}

h1#logo {
	background: url(/img/the-casting-website.gif) no-repeat;
	width: 198px; height: 69px; float: right;
	margin-top: 22px;
}
h1#logo a {
	width: 198px; height: 69px; display: block;
	text-indent: -2009%;
}

#user-actions {
	position:absolute; top:0; background: #5e5e5e; padding: 4px;
	color: #ffffff; padding-left: 10px; padding-right: 10px;
}
#user-actions a {
	color: #ffffff;
}

#bar {
	width: 100%; height: 8px;
	background: #3f2c7d url(/img/bar-anim.gif) repeat-y;
	position: absolute; left: 0; top: 108px;
}

/* ========================== header end ============================ */

/* =========================== nav bar ============================== */

#nav-bar {
	background: url(/img/nav-bar.gif) no-repeat;
	width: 910px; height: 45px; margin-top: 15px;
}

#nav {
	list-style: none;
	margin-left: 0;
}
#nav li {
	text-indent: -2009%;
	position: relative;
	z-index: 9980;
}


#nav li a {
	width: 100%; height: 45px; display: block;
}

#nav #myaccount {
	background: url(/img/nav-my-account.gif) no-repeat 0 0;
	width: 125px; height: 45px; float: left;
}
#nav #myaccount:hover {
	background-position: 0 100%;
}

#nav #castingbreakdown {
	background: url(/img/nav-casting-breakdown.gif) no-repeat 0 0;
	width: 160px; height: 45px; float: left;
}
#nav #castingbreakdown:hover {
	background-position: 0 100%;
}

#nav #actorsearch {
	background: url(/img/nav-actor-search.gif) no-repeat 0 0;
	width: 125px; height: 45px; float: left;
}
#nav #actorsearch:hover {
	background-position: 0 100%;
}

#nav #home {
	background: url(/img/nav-home.gif) no-repeat 0 0;
	width: 85px; height: 45px; float: left;
}
#nav #home:hover {
	background-position: 0 100%;
}

#nav #about {
	background: url(/img/nav-about.gif) no-repeat;
	width: 91px; height: 45px; float: left;
}
#nav #about:hover {
	background-position: 0 100%;
}

#nav #login {
	background: url(/img/nav-login.gif) no-repeat;
	width: 65px; height: 45px; float: left;
}
#nav #login:hover {
	background-position: 0 100%;
}

#nav #register {
	background: url(/img/nav-register.gif) no-repeat;
	width: 82px; height: 45px; float: left;
}
#nav #register:hover {
	background-position: 0 100%;
}

#nav #account {
	background: url(/img/nav-account.gif) no-repeat;
	width: 106px; height: 45px; float: left;
}
#nav #account:hover {
	background-position: 0 100%;
}

#nav #auditions {
	background: url(/img/nav-auditions.gif) no-repeat;
	width: 144px; height: 45px; float: left;
}
#nav #auditions:hover {
	background-position: 0 100%;
}

#nav #browse {
	background: url(/img/nav-browse.gif) no-repeat;
	width: 81px; height: 45px; float: left;
}
#nav #browse:hover {
	background-position: 0 100%;
}

#nav #actors {
	background: url(/img/nav-actors.gif) no-repeat;
	width: 123px; height: 45px; float: left;
}
#nav #actors:hover {
	background-position: 0 100%;
}

#nav #logout {
	background: url(/img/nav-logout.gif) no-repeat;
	width: 74px; height: 45px; float: left;
}
#nav #logout:hover {
	background-position: 0 100%;
}

#nav #contact {
	background: url(/img/nav-contact.gif) no-repeat;
	width: 75px; height: 45px; float: left;
}
#nav #contact:hover {
	background-position: 0 100%;
}

#nav #news {
	background: url(/img/nav-news.jpg) no-repeat;
	width: 80px; height: 45px; float: left;
}
#nav #news:hover {
	background-position: 0 100%;
}

#nav #members {
	background: url(/img/nav-members.jpg) no-repeat;
	width: 156px; height: 45px; float: left;
}
#nav #members:hover {
	background-position: 0 100%;
}





#nav li ul {
	display: none;
	margin: 0;
	z-index: 9999;
}
#nav li:hover ul {
	display: block; width: 100%;
	position: absolute; top: 43px; left: 0; 
}
#nav li ul li {
	background-color: #fff;
	text-indent: 15px;
	list-style: none;
	margin-bottom: 0;
	height: 24px;
	line-height: 24px;
	width: 230px;
	padding: 3px 0 3px 0;
}
#nav li ul li:hover {
	background-color: #e8e8e9;
}
#nav li ul li a {
	color: #666666;
	text-decoration: none;
}





#searchform {
	float: right; width: 210px;
	margin-top: 11px;
}
#searchform #term {
	background: url(/img/search-term.gif) no-repeat;
	width: 161px; height: 24px; float: left;
	position: relative;
}
#searchform #term input {
	background: none; border: 0;
	position: absolute;
	left: 5px; top: 4px;
}
#searchform #search {
	background: url(/img/search-btn.gif) no-repeat;
	width: 29px; height: 24px; border: 0;
	float: left;
}

/* ========================== nav bar end =========================== */

/* ============================ content ============================= */

#coverflow {
	margin: 15px 0 10px 4px;
}


#content {
	margin-top: 15px;
}


.block-header {
	background: url(/img/block-header.png) no-repeat;
	width: 910px; height: 38px;
}
.block-header h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	color: #333399;
}
.block-header h4 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	color: #333399;
}
.block-header h2 span {
	color: #ba9ec6;
}
.block-header h4 span {
	color: #ba9ec6;
}

.block-content {
	background: url(/img/block-content.gif) repeat-y;
	width: 910px;
}

.block-footer {
	background: url(/img/block-footer.gif) no-repeat;
	width: 910px; height: 33px;
}


/* ========================== content end =========================== */

/* ======================== content cols ============================ */

.small-col {
	width: 275px;
	padding-left: 20px;
	float: left;
}
.block-content .small-col {
	padding-top: 15px;
}

.small-col .grey-block {
	background: #e9e9e9;
	width: 265px; height: 365px;
	position: relative;
	padding-bottom: 10px;
}

.small-col .grey-block h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

.small-col .grey-block p {
	font-size: 11px;
	margin: 0 10px 0 10px;
	font-weight: bold;
}

.small-col .grey-block form {
	padding: 10px 10px 5px 10px;
}

.small-col .grey-block form .input {
	background: url(/img/grey-input.png) no-repeat;
	width: 160px; height: 23px; float: left;
}
.small-col .grey-block form .input input {
	border: 0; background: #ffffff;
	margin: 4px 0 0 4px; width: 150px;
}
.small-col .grey-block form .input select {
	border: 0; background: #ffffff;
	margin: 4px 0 0 4px; width: 150px;
}

.small-col .grey-block form .submit {
	font-size: 18px; font-weight: bold;
	padding: 0; background: none;
	float: left; border: 0;
	letter-spacing: -0.5px;
	margin-left: 5px;
	cursor: pointer;
}

.small-col .grey-block .grey-top {
	background: url(/img/small-col-grey-top.png) no-repeat;
	width: 265px; height: 6px; display: block;
	position: absolute; left: 0; top: 0;
}
.small-col .grey-block .grey-bottom {
	background: url(/img/small-col-grey-bottom.png) no-repeat;
	width: 265px; height: 6px; display: block;
	position: absolute; left: 0; bottom: 0;
}

.small-col .grey-block .hr {
	background: url(/img/grey-hr.png) no-repeat;
	width: 249px; height: 2px; display: block; margin: 15px 0 5px 10px;
}

.small-col .grey-block .link {
	font-size: 18px; font-weight: bold;
	letter-spacing: -0.5px;
	color: #000; display: block;
	margin-top: 10px;
}


.medium-col {
	width: 410px;
	padding-left: 20px;
	float: left;
}

.home-col-1 {
	float: left;
	width: 306px;
	padding-left: 20px;
}

#home-text {
	margin-top: 15px;
	font-size: 24px;
	font-weight: bold;
	width: 315px; height: 358px;
	background: url(/img/home-text.jpg) no-repeat;
	padding: 10px;
	color: #371a7b;
}


.home-col-2 {
	float: right;
	width: 536px;
}

.home-sub-col {
	width: 225px;
	float: left;
	margin-right: 10px;
}

.home-vid-col {
	padding-top: 12px;
	width: 275px;
	float: left;
	margin-right: 10px;
}


.footer-logos-col-1 {
	width: 280px;
}
.footer-logos-col-2 {
	width: 585px;
}

.clus-home-col-1 {
	float: left;
	width: 306px;
	margin-left: 20px;
}

.clus-home-col-2 {
	float: left;
	width: 226px;
	margin-left: 50px;
}

.clus-home-col-3 {
	float: left;
	width: 366px;
	margin-left: 20px;
}

.clus-footer-logos-col-1 {
	width: 280px;
}
.clus-footer-logos-col-2 {
	width: 180px;
}
.clus-footer-logos-col-3 {
	width: 340px;
}

.clus-home-sub-col {
	width: 225px;
	float: left;
	margin-right: 10px;
}

#posts {
	padding-top: 10px;
	position: relative; left: 25px;
	width: 535px; float: left;
}

#posts h2 {
	font-size: 18px;
	font-weight: bold;
}

#posts .post {
	border-bottom: 1px solid #000000;
	margin-top: 10px; margin-bottom: 30px;
}

#posts .post .info {
	margin-bottom: 20px;
}
#posts .post .info span {
	display: block;
	font-style: italic;
}
#posts .post .info span strong {
	font-weight: bold;
	font-style: normal;
}

#posts strong { font-weight: bold; }


#page {
	padding-top: 10px;
	position: relative; left: 25px;
	width: 535px; float: left;
	z-index: 0;
}

#page h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#page h3 {
	font-size: 16px;
	margin-bottom: 15px;
}
#page strong {
	font-weight: bold;
}


#page form {
}

#page form label {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

#page form .row {
	clear: both;
	margin-bottom: 10px;
}
#page .small-col {
	width: 250px;
	padding-left: 0;
}

#page .small-col #address {
	display: block;
	margin-top: 50px;
}

#page form .row .input,
#page form .row .input-text,
#page form .row .input-password,
#page form .row .input-date,
#page form .row .input-select
{
	background: url(/img/page-input.gif) no-repeat;
	width: 162px; height: 25px; float: left;
}
#page form .row .input input,
#page form .row .input-text input,
#page form .row .input-password input,
#page form .row .input-date input
{
	background: none; border: 0;
	margin: 5px 0 0 4px;
}
#page form .row .input select,
#page form .row .input-select select {
	background: none; border: 0;
	margin: 5px 0 0 4px;
	width: 152px;
}

#page form .row .input-weight_imperial,
#page form .row .input-height_imperial
{
	background: url(/img/page-input.gif) no-repeat;
	width: 162px; height: 25px; float: left;
}
#page form .row .input-weight_imperial input,
#page form .row .input-height_imperial input
 {
	border: none;
	text-align: right;
	background: none;
	margin: 5px 0 0 12px;
}

#page form .row .textarea {
	background: url(/img/page-textarea.gif) no-repeat;
	width: 162px; height: 140px; margin-bottom: 5px;
}
#page form .row .textarea textarea {
	width: 155px; height: 130px;
	background: none; border: 0;
	margin: 4px 0 0 5px;
}
#page form .row .input-checkbox {
}
#page form .row .input-checkbox ul {
	margin: 0;
	list-style: none;
}
#page form .row .input-checkbox li {
	width: 250px;
	margin: 0;
	float: left;
	padding-bottom: 6px;
}
#page form .row .input-checkbox li label {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}



#page form .row .help_text {
	color: #999;
	display: block;
	clear: left;
	padding: 0;
}
#page form .row .error_text {
	color: #F33;
	display: block;
	clear: both;
	padding: 0 0 12px 0;
}

#page form .submit {
	font-size: 18px; font-weight: bold;
	padding: 0; background: none;
	float: right; border: 0;
	letter-spacing: -0.5px;
	margin-right: 70px;
	cursor: pointer;
}

#page .fake-submit-button {
	margin-right: 70px;
}
#page .fake-submit-button a {
	display: block;
	float: right;
	font-size: 18px; font-weight: bold; color: #000;
}
#page .fake-submit-button small {
	display: block;
	clear: both;
	font-size: 11px;
	text-align: right;
}

#page .reg-back-button {
	
}
#page .reg-back-button a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 50px;
}
#page .reg-back-button small {
	display: block;
	clear: both;
	font-size: 11px;
	color: #999;
}


#itemholder {
	margin-top: 10px;
}

#itemholder .item {
	margin-bottom: 30px; position: relative;
	padding-bottom: 5px; z-index: 0; width: 267px;
	background: url(/img/sidebar-bg.jpg) repeat-y;
}

#itemholder .item {
	margin-bottom: 30px; position: relative;
	padding-bottom: 5px; z-index: 0; width: 267px;
	background: url(/img/sidebar-bg.jpg) repeat-y;
}


#itemholder h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 5px 10px;
	color: #333399;
}



#itemholder p {
	font-size: 11px;
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#itemholder .hr {
	background: url(/img/grey-hr.png) no-repeat;
	width: 249px; height: 2px; display: block; margin: 0 0 5px 10px;
}

#itemholder ul {
	margin-left: 20px;
	padding-top: 5px;
}
#itemholder ul li {
	font-weight: bold;
	font-size: 14px;
}


#itemholder form {
	padding: 10px 10px 5px 10px;
}

#itemholder form .row {
	margin-bottom: 10px;
}

#itemholder form .input {
	background: url(/img/sidebar-input.gif) no-repeat;
	width: 162px; height: 25px; float: left;
	margin-bottom: 10px;
}
#itemholder form .input input {
	border: 0; background: #ffffff;
	margin: 4px 0 0 4px; width: 150px;
}
#itemholder form .input select {
	border: 0; background: #ffffff;
	margin: 4px 0 0 4px; width: 150px;
}

#itemholder form .submit {
	font-size: 18px; font-weight: bold;
	padding: 0; background: none;
	float: left; border: 0;
	letter-spacing: -0.5px;
	margin-left: 5px;
	cursor: pointer;
}

#itemholder .item .item-top {
	background: url(/img/sidebar-top.jpg) no-repeat;
	width: 267px; height: 7px; display: block;
	position: absolute; left: 0; top: -7px;
	z-index: 0;
}
#itemholder .item .item-bottom {
	background: url(/img/sidebar-bottom.jpg) no-repeat;
	width: 267px; height: 28px; display: block;
	position: absolute; left: 0; bottom: -3px;
	z-index: -1;
}

#sidebar {
	float: right; width: 267px;
	position: relative; right: 35px;
	background: #ffffff ; top: 20px;
}

#sidebar .item {
	margin-bottom: 30px; position: relative;
	padding-bottom: 5px; z-index: 0; width: 267px;
	background: url(/img/sidebar-bg.jpg) repeat-y;
}

#sidebar .item {
	margin-bottom: 30px; position: relative;
	padding-bottom: 5px; z-index: 0; width: 267px;
	background: url(/img/sidebar-bg.jpg) repeat-y;
}


#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 5px 10px;
	color: #333399;
}



#sidebar p {
	font-size: 11px;
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#sidebar .hr {
	background: url(/img/grey-hr.png) no-repeat;
	width: 249px; height: 2px; display: block; margin: 0 0 5px 10px;
}

#sidebar ul {
	margin-left: 20px;
	padding-top: 5px;
}
#sidebar ul li {
	font-weight: bold;
	font-size: 14px;
}


#sidebar form {
	padding: 10px 10px 5px 10px;
}

#sidebar form .row {
	margin-bottom: 10px;
}

#sidebar form .input {
	background: url(/img/sidebar-input.gif) no-repeat;
	width: 162px; height: 25px; float: left;
	margin-bottom: 10px;
}
#sidebar form .input input {
	border: 0; background: #ffffff;
	margin: 4px 0 0 4px; width: 150px;
}
#sidebar form .input select {
	border: 0; background: #ffffff;
	margin: 4px 0 0 4px; width: 150px;
}

#sidebar form .submit {
	font-size: 18px; font-weight: bold;
	padding: 0; background: none;
	float: left; border: 0;
	letter-spacing: -0.5px;
	margin-left: 5px;
	cursor: pointer;
}


#calendar-btn {
	background: url(/img/calendar-btn.gif) no-repeat;
	width: 20px; height: 21px; display: block; float: left;
	margin: 1px 0 0 10px;
}


#sidebar .item .item-top {
	background: url(/img/sidebar-top.jpg) no-repeat;
	width: 267px; height: 7px; display: block;
	position: absolute; left: 0; top: -7px;
	z-index: 0;
}
#sidebar .item .item-bottom {
	background: url(/img/sidebar-bottom.jpg) no-repeat;
	width: 267px; height: 28px; display: block;
	position: absolute; left: 0; bottom: -3px;
	z-index: -1;
}

ul#news-list {
	list-style: none;
	margin: 0 10px 10px 10px;
}
ul#news-list li {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}

h3#h3-book {
	background: url(/img/h3-book.png) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-ask {
	background: url(/img/h3-ask.png) no-repeat 10px 6px;
	padding-left: 40px;
}
h3#h3-register {
	background: url(/img/h3-register.png) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-news {
	background: url(/img/h3-news.gif) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-location {
	background: url(/img/h3-location.gif) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-date {
	background: url(/img/h3-date.png) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-readmore {
	background: url(/img/h3-readmore.png) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-congratulations {
	background: url(/img/h3-congratulations.gif) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-login {
	background: url(/img/h3-login.gif) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-profile {
	background: url(/img/h3-profile.gif) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-testimonial {
	background: url(/img/h3-testimonial.gif) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-date {
	background: url(/img/h3-date.gif) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-subscribe {
	background: url(/img/h3-subscribe.gif) no-repeat 10px 6px;
	padding-left: 50px;
}
h3#h3-contact {
	background: url(/img/h3-contact.gif) no-repeat 10px 6px;
	padding-left: 50px;
}

p#testimonial {
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}

.home-box {
	margin-top: 13px;
	position: relative;
	width: 218px; height: 111px;
}
.home-box a {
	width: 218px; height: 111px;
	display: block;
	position: absolute;
	left: 0; top: 0;
}

.home-box h3 {
	font-size: 16px;
	margin: 0 0 10px 60px;
	padding-top: 10px;
	font-weight: bold;
}
.home-box p {
	padding-left: 60px;
	padding-right: 10px;
	font-size: 15px;
	color: #999999;
}

#home-book-box {
	background: url(/img/homepage/book-box.jpg) no-repeat;
}
#home-book-box form {
	width: 145px;
	float: right;
}
#home-book-box form #select {
	background: url(/img/homepage/selectbox.gif) no-repeat;
	margin-bottom: 5px; height: 25px;
}
#home-book-box form #select select {
	border: 0; background: none;
	margin: 4px 0 0 5px;
	width: 117px;
}

#home-book-box form .submit {
	font-size: 18px; font-weight: bold;
	padding: 0; background: none;
	float: right; border: 0;
	letter-spacing: -0.5px;
	position: relative;
	right: 15px;
	cursor: pointer;
}

#home-ask-box {
	background: url(/img/homepage/ask-box.jpg) no-repeat;
}
#home-directors-box {
	background: url(/img/homepage/castingdirectors-box.jpg) no-repeat;
}


#home-login-box {
	background: url(/img/homepage/login-box.jpg) no-repeat;
}
#home-newtous-box {
	background: url(/img/homepage/newtous-box.jpg) no-repeat;
}
#home-memberbenefits-box {
	background: url(/img/homepage/memberbenefits-box.jpg) no-repeat;
}




















#audition_list {
	padding-top: 25px;
}

#audition_list .item {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 5px;
	width: 520px;
	z-index: 0;
	background: url(/img/auditions-bg.jpg) repeat-y;
}

#audition_list h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 5px 10px;
	margin: 0;
	color: #333399;
}

#audition_list p {
	font-size: 11px;
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#audition_list p.meta {
	float: right;
	margin: 20px 10px 0 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
#audition_list span.meta {
	font-size: 11px;
	color: #999;
	font-weight: normal;	
}
#audition_list  span.closing_date {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
#audition_list .item_info {
	clear: both;
	margin: 20px 0 0 0;
}
#audition_list .item_info img {
	float: left;
	width: 75px;
	margin: 0 10px 0 10px;
}
.#audition_list .item_info p {
	float: left;
}
#audition_list .button_green {
	float: right;
	margin: 10px;
}
#audition_list .hr {
	background: url(/img/grey-hr.png) repeat-x;
	width: 502px; 
	height: 2px; 
	display: block; 
	margin: 0 0 5px 10px;
}
#audition_list .bookbutton {
	float: right;
	display: block;
	text-align: right;
}
#audition_list .bookbutton a, #audition_list .bookbutton span {
	width: 100px;
	padding: 5px;
	border: 1px solid #BEBEBE;
}

#audition_list .item .item-top {
	background: url(/img/auditions-top.jpg) no-repeat;
	width: 520px; height: 7px; display: block;
	position: absolute; left: 0; top: -7px;
	z-index: 0;
}
#audition_list .item .item-bottom {
	background: url(/img/auditions-bottom.jpg) no-repeat;
	width: 520px; height: 28px; display: block;
	position: absolute; left: 0; bottom: -3px;
	z-index: -1;
}

#audition_list .item  .label {
	clear: left;
	float: left;
	width: 200px;
	margin: 10px 0 5px 10px;
	font-weight: bold;
}
#audition_list .item  .data {
	float: left;
	width: 300px;
	margin: 10px 10px 5px 0;
}
#audition_list .item ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.side_casting_calls {

}
.side_casting_calls h3 {

}
.side_casting_calls ul {
	margin: 0 1px !important;
	padding: 0 !important;
	list-style-type: none;

}
.side_casting_calls ul li {
	margin: 0;
}
.side_casting_calls ul li a {
	position: relative;
	display: block;
	padding: 8px 10px 3px 10px;
	height: 21px;
	margin: 0;
	background: url("/img/side_calls.gif") repeat-x bottom left;
	border-bottom: 1px solid #c4c4c4;
	font-size: 90%;
}
.side_casting_calls ul li a:hover {
	background: url("/img/side_calls_hover.gif") repeat-x bottom left;
	text-decoration: none;
	color: #fff;
}
.side_casting_calls ul li .button_green_small {
	position: absolute;
	top: 3px;
	right: 10px;
}
.side_casting_calls ul li a:hover .button_green_small {
	background: url("/img/button_green_small_side_calls.gif") no-repeat top right !important;
}
.side_casting_calls ul li a:hover .button_green_small span {
	background: url("/img/button_green_small_side_calls_cap.gif") no-repeat top left !important;
}

#pagination_links {
	width: 520px;
	height: 50px;
}
#pagination_links a, #pagination_links span {
	display: block;
	padding: 7px 7px;
	border: 1px solid #BEBEBE;
	width: 70px;
	float: left;
	text-align: center;
}
#pagination_links span {
	color: #999;
}
#pagination_links .pagination_left {
	margin-left: 145px;
}
#pagination_links .pagination_right {
	margin-left: 25px;
}





.page_wide {
	width: 860px !important;
}
.browse_casting {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.browse_casting li {
	clear: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.browse_casting h3 {
	float: left;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
.browse_casting h4 {
	float: right;
	margin: 0;
	color: #6b6b6b;
	font-size: 90%;
	font-weight: bold;
}
.browse_casting .sub {
	clear: right;
	float: right;
	margin: 0 0 10px 0;
	font-size: 90%;
}
.browse_casting p {
	clear: both;
}
.browse_casting a {
	clear: left;
	float: right;
	margin: 0 5px 0 0;
}


.browse_auditions {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.browse_auditions li {
	clear: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.browse_auditions h3 {
	float: left;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
.browse_auditions h4 {
	float: right;
	margin: 0;
	color: #6b6b6b;
	font-size: 90%;
	font-weight: bold;
}
.browse_auditions .sub {
	clear: right;
	float: right;
	margin: 0 0 10px 0;
	font-size: 90%;
}
.browse_auditions p {
	clear: both;
}
.browse_auditions a {
	clear: left;
	float: right;
	margin: 0 5px 0 0;
}
.pagination {
	padding: 0 0 0 205px;
	text-align: center;
}
.pagination .button_small {
	display: inline;
	margin: 0 0 0 5px;
}
.pagination .button_small img {
	padding: 3px 0 0 0;
}

.view_casting {
}
.view_casting h4 {
	clear: both;
	display: block;
	padding: 10px;
	margin: 10px 0;
	border-bottom: 1px solid #cccccc;
	color: #fff;
	background: url("/casting/img/a_hover.gif") repeat-x bottom left;
	font-weight: bold; 
	font-size: 115%;
	line-height: 100%;
}
.view_casting h2 {
	float: left;
	margin: 0 !important;
	padding: 0;
	font-size: 140% !important;
	font-weight: bold;
}
.view_casting h3 {
	float: right;
	margin: 0 !important;
	padding: 0;
	color: #6b6b6b;
	font-size: 90% !important;
	font-weight: bold;
}
.view_casting .sub {
	clear: right;
	float: right;
	margin: 0 0 10px 0;
	font-size: 90%;
}
.view_casting p {
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	clear: both;
}
.view_casting .label {
	clear: left;
	float: left;
	width: 200px;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.view_casting .data {
	float: left;
	width: 335px;
	margin: 0 0 15px 0;
}
.view_casting ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.view_casting ul li {
	clear: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.view_casting .button_small {
	float: right;
	margin: 0 5px 10px 0;
}
.button_small {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	background: url("/casting/img/button_small.gif") no-repeat top right;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	font-family: Arial, Sans-Serif;
}
.button_small:hover {
	text-decoration: none;
	background-position: bottom right;
}
.button_small span {
	float: left;
	display: block;
	height: 12px;
	padding: 2px 10px;
	background: url("/casting/img/button_smallcap.gif") no-repeat top left;
	color: #fff;
}
.button_small span:hover {
	background-position: bottom left;	
}
.button_small img {
	padding: 3px 0 0 0;
}
.greyed_out, .greyed_out:hover {
	background: url("/casting/img/button_small_grey.gif") no-repeat top right;
}
.greyed_out span, .greyed_out span:hover {
	background: url("/casting/img/button_smallcap_grey.gif") no-repeat top left;
}


.no_right_margin {
	margin-right: 0 !important;
}

/* Info/Error msgs for forms */
.msg_info {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #DDFFF7;
	border: 1px solid #4C91CE;
	text-align: left;
}
.msg_info a {
	clear: both;
	margin: 10px 0 0 0 !important;
}
.msg_fail {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #FFDDDD;
	border: 1px solid #B00000;
	text-align: left;
}
.flash {
	float: left;
	margin-top: 0px;
}
.flash_text {
	margin-left: 2em;
}
.flash_text a {
	color: #dd0000;
}
.flash_text ul {
	margin: 0.5em;
	padding: 0 1em;
}


.casting_side label {
	float: left;
	display: block;
	width: 75px;
	margin: 3px 0 0 10px;
}
.casting_side .submit {
	clear: left;
	margin: 0 0 0 10px !important;
}

.box {
	float: left;
	margin: 0 0 10px 0;
}
.box h2 {
	height: 38px;
	background: url("/casting/img/bg_top.gif") no-repeat top right;
	font-weight: bold;
	font-size: 140%;
}
.box h2 span {
	display: block;
	float: left;
	height: 28px;
	padding: 10px 10px 0 13px;
	background: url("/casting/img/bg_top_cap.gif") no-repeat top left;
}

.box h3 {
	height: 38px;
	background: url("/casting/img/bg_top.gif") no-repeat top right;
	font-weight: bold;
	font-size: 140%;
}
.box h3 span {
	display: block;
	float: left;
	height: 28px;
	padding: 10px 10px 0 13px;
	background: url("/casting/img/bg_top_cap.gif") no-repeat top left;
}
.box .box_wrapper {
	margin: 0 3px;
	padding: 10px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: #fff;
}

.box .bottom {
	height: 7px;
	background: url("/casting/img/bg_bottom.gif") no-repeat top right;

}
.box .bottom span {
	display: block;
	float: left;
	height: 7px;
	width: 7px;
	background: url("/casting/img/bg_bottom_cap.gif") no-repeat top left;
}
.box .icon {
	float: right;
	display: block;
	height: 14px;
	padding: 2px 0 0 20px;
	margin: 10px 5px 10px 10px;
	color: #531bb2 !important;
	font-weight: bold;
	font-size: 85%;
	text-decoration: underline !important;
}
.box .search .icon {
	margin: 0;
}
.box .help {
	background: url("/casting/img/icon_help.gif") no-repeat top left;	
}
.box .magnifier {
	background: url("/casting/img/icon_magnifier.gif") no-repeat top left;	
}
.box .print {
	background: url("/casting/img/icon_print.gif") no-repeat top left;	
}
.box .note {
	background: url("/casting/img/icon_note.gif") no-repeat top left;	
}
.box .new_message {
	background: url("/casting/img/icon_newmessage.gif") no-repeat top left;	
}
.box .reply_message {
	background: url("/casting/img/icon_replymessage.gif") no-repeat top left;	
}
.box .delete_message {
	background: url("/casting/img/icon_deletemessage.gif") no-repeat top left;	
}

.filter_form {
	width: 270px;
	margin: 0 20px 0 0;
}
.filter_form form {
	margin: 0 3px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: #fff;
}
.filter_form fieldset {
	border-top: 1px solid white;
	border-bottom: 1px solid #ddd;
	background: #e4dbf5;
}
.filter_form fieldset h4.expanded  {
	color: #624b8d;
	background: url("/casting/img/icon_collapse.gif") #e4dbf5 no-repeat 235px 10px;
}
.filter_form fieldset h4 {
	padding: 10px;
	margin: 0;
	background: url("/casting/img/icon_expand.gif") #fff no-repeat 235px 10px;
	font-size: 125%;
	cursor: pointer;	
}
.filter_form fieldset .checkbox_wrapper {
	display: none;
	padding: 0 10px 10px 10px;
}
.filter_form fieldset .checkbox {
	float: left;
	width: 14px;
	height: 14px;
	margin-bottom: 5px;
}
.filter_form fieldset .label_checkbox {
	float: left;
	width: 95px;
	margin: 4px 0 5px 0;
	font-size: 85%;
}
.filter_form .buttons {
	height: 10px;
	padding: 10px;
}
.filter_form .button_small {
	float: right;
}

.box .top_nav {
	height: 30px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}
.box .bottom_nav {
	height: 10px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #ddd;
}
.box .top_nav .button_small, .box .bottom_nav  .button_small {
	float: left;
	margin: 2px 5px 0 0;
}
.box .top_nav .far_left, .box .bottom_nav .far_left {
	clear: left;
	float: left;
	width: 70px;
}
.box .top_nav .middle, .box .bottom_nav .middle {
	float: left;
	margin: 0 0 0 0;
}
.box .top_nav .far_right, .box .bottom_nav .far_right {
	float: right;
	width: 62px;
}
.box .top_nav .far_right .button_small, .box .bottom_nav .far_right .button_small {
	float: left;
	margin: 0 0 0 5px;
}
.box .top_nav ul, .box .bottom_nav ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.box .top_nav ul li, .box .bottom_nav ul li {
	float: left;
	margin-right: 0.5em;
	font-weight: bold;
}

.filter_results {
	width: 400px;
	margin: 0 20px 0 0;
}


.box .search_grid {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.box .search_grid li {
	position: relative;
	float: left;
	height: 190px;
	width: 33%;
	padding: 16px 0 0 0;
	margin: 0;
}
.box .search_grid li:hover {
	background: url("/casting/img/bg_searchgrid.gif") no-repeat top left;	

}
.box .search_grid li .cropper {
	width: 86px;
	height: 106px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.box .search_grid li .thumb_wrapper {
	position: absolute;
	top: 16px;
	left: 18px;
	width: 86px;
	height: 106px;
	background: url("/casting/img/thumb_wrapper.gif") no-repeat top left;	
}
.box .search_grid li img {
	display: block;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.box .search_grid li h3 {
	padding: 0 10px;
	font-size: 85%;
	font-weight: bold;
	background: none;
}
.box .search_grid li .sub {
	height: 20px;
	padding: 0 10px;
	color: #6b6b6b;
	font-size: 85%;
	font-weight: bold;
	color: purple;
	font-style: italic;	
}
.box .search_grid li .button_small {
	display: inline;
	margin: 0 0 0 36px;
}

.search_results {
	float: left;
	width: 690px;
	margin: 0 20px 0 0;
}
.search_results .button_small {
	float: right;
	margin: 12px;
}
.search_results .main_info {
	float: left;
	width: 421px;
}
.search_results h4 {	
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 115%;
	font-weight: bold;
}
.search_results .main_info .sub {
	margin: 0 0 15px 0;
	color: #6b6b6b;
	font-size: 85%;
}
.search_results .main_info .label {
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.search_results .main_info .data {
	float: left;
	width: 214px;
	margin: 0 0 15px 0;
}
.search_results .main_img_wrapper {
	float: left;
	width: 241px;
}
.search_results .main_img_wrapper .thumbs {
	margin: 10px 0;
	padding: 0;
	list-style-type: none
}
.search_results .main_img_wrapper .thumbs li {
	float: left;
	margin-right: 10px;
}
.search_results .main_img_wrapper .agent_box {
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px;
	background: url("/casting/img/bg_agentbox.jpg") no-repeat top left;
	font-size: 85%;
} 
.search_results .main_img_wrapper .agent_box h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
}
.search_results .main_img_wrapper .agent_box .label {
	clear: left;
	float: left;
	width: 60px;
	margin: 0 0 2px 0;
	color: #665d76;
	font-weight: bold;
}
.search_results .main_img_wrapper .agent_box .data {
	float: left;
	width: 161px;
	margin: 0 0 2px 0;
	font-weight: bold;
}
.search_results .main_img_wrapper .agent_box_cap {
	clear: both;
	height: 4px;
	margin: 0 0 10px 0;
	background: url("/casting/img/cap_agentbox.jpg") no-repeat top left;
}
search_results .main_img_wrapper .agent_box a {
	color: #531bb2 !important;
	font-weight: bold;
	text-decoration: underline !important;
}
.search_results .section {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0;
}
.search_results .section h3 {
	margin: 0 0 10px 0;
	font-size: 115%;
	font-weight: bold;
}

.search_results .section .section_tabs {
	margin: 0;
	padding: 0;
	height: 34px;
	background: url("/casting/img/a_hover.gif") repeat-x top left;
	list-style-type: none;
	font-size: 90%;
}
.search_results .section .section_tabs li {
	float: left;
}
.search_results .section .section_tabs li a {
	float: left;
	display: block;
	padding: 10px 15px 8px 15px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
.search_results .section .section_tabs li a:hover {
	text-decoration: none;
	color: #e7e2ee;
}
.search_results .section .section_tabs li a.active {
	padding: 9px 15px;
	border-top: 1px solid #9078b8;
	border-left: 1px solid #9078b8;
	border-right: 1px solid #9078b8;
	background: #fff;
	color: #323232;
	font-weight: bold;
	font-size: 115%;
}
.search_results .section .section_box {
	height: 210px;
	border-bottom: 1px solid #9078b8;
	border-left: 1px solid #9078b8;
	border-right: 1px solid #9078b8;
	background: #fff;
}
.search_results .section .section_box .padder {
	clear: both;
	display: none;
	height: 180px;
	padding: 10px;
	overflow-y: scroll;
}

.search_results .section .label {
	clear: left;
	float: left;
	width: 200px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.search_results .section .label .sub {
	color: #6b6b6b;
	font-size: 85%;
}
.search_results .section .data {
	float: left;
	width: 405px;
	margin: 0 0 10px 0;
}
.search_results .results_bottom {
	height: 10px;
	margin: 0;
	border-top: 1px solid #ccc;
}
.search_results .results_bottom label {
	float: left;
	width: 50px;
	margin: 3px 5px 10px 0;
	font-size: 85%;
	font-weight: bold;
}
.search_results .results_bottom  select {
	float: left;
	width: 100px !important;
	margin: 0 10px 0 0;
	font-size: 85%;
	font-family: Arial;
}
.search_results .results_bottom .select_page {
	float: left;
	width: 314px !important;
}
.search_results .results_bottom .button_small {
	float: left;
	margin: 2px 5px 0 0;
}
.search_results .results_bottom .far_left {
	clear: left;
	float: left;
	width: 80px;
	margin-top: 10px;
}
.search_results .results_bottom .middle {
	float: left;
	width: 445px;
	margin-top: 10px;
}
.search_results .results_bottom .far_right {
	float: left;
	width: 80px;
	margin-top: 10px;
}
.search_results .results_bottom .far_right .button_small {
	float: right;
}


.advert {
	width: 195px;
}

/* =========================== footer end =========================== */

/* ============================= footer ============================= */

#footer {
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
	padding-left: 5px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#copy {
	float: left;
}

#terms {
	float: left;
	padding-left: 100px;
}

#design {
	float: right;
}

/* =========================== footer end =========================== */

.headshot_thumb {
	float: right;
	width: 200px;
	height: 200px;
	padding-left: 15px;
	padding-right: 25px;
	text-align: right;
}
.headshot_thumb img {
	float: right;
}
.ex-cal table {
	border-collapse: separate;
	border: 0px;
	font-size: 17px;
	margin: 0 0 0 11px;
}
.ex-cal td, .ex-cal th {
	width: 35px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	background: url(/img/new-calendar-bg.jpg);
	color: #444;
	position: relative;
}
.ex-cal th {
	height: 34px;
	font-weight: bold;
	font-size: 11px;
}
.ex-cal td:hover, .ex-cal th:hover {
	background-position: 0px -44px;
	color: #222;
}
.ex-cal td.ex-cal-current-day {
	background-position: 44px 0px;
	color: white;
}
.ex-cal td.ex-cal-current-day:hover {
	background-position: 44px -44px;
}
.ex-cal td.ex-cal-day-has-events {
	background-position: 88px 0px;
	color: white;
}
.ex-cal td.ex-cal-day-has-events:hover {
	background-position: 88px -44px;
}
.ex-cal td.ex-cal-day-has-events a {
	color: #FFF;
}
.cal-buttons {
	text-align: center;
	width: 246px;
	padding-top: 7px;
}
#page h4 {
	font-size: 16px;
	padding-bottom: 12px;
}










	
message {
}
.message h3 {
	float: left;
	margin: 5px 0 2px 0;
	padding: 0;
	font-size: 115%;
	font-weight: normal;
}
.message h4 {
	clear: left;
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
.view_message {
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.message .quick_reply {
	padding: 0;
	margin: 0;
}
.message .quick_reply h2 {
	display: block;
	padding: 10px;
	margin: 0 !important;
	border-bottom: 1px solid #cccccc;
	color: #fff;
	background: url("../img/a_hover.gif") repeat-x bottom left;
	font-weight: bold; 
	font-size: 115%;
	line-height: 100%;
}
.message fieldset {
	margin: 0;
	padding: 10px 0 10px 0;
	border: 0;
}
.message .label {
	clear: left;
	float: left;
	display: block;
	width: 95px;
	margin: 5px 5px 10px 0;
	font-weight: bold;
}
.message .input_wrapper {
	float: left;
	width: 548px;
	padding-left: 10px;
	margin: 0 0 20px 0;
	border-left: 1px solid #7b62a4;
}
.message .input_wrapper .input {
	width: 538px;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}
.quick_reply textarea {
	width: 548px;
	height: 4em;
	padding: 5px;
	border: 1px solid #ccc;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}
.message .command {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	text-align: right;
}
.message .command .button_small {
	float: right !important;
	margin: 0 5px 0 0;
}

.full_reply h3 {
	margin: 0 0 10px 0;
	padding: 0;
}
.full_reply h4 {
	float: right;
	margin: 0;
	padding: 0;
}
.full_reply form {
	clear: both;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
.full_reply textarea {
	width: 548px;
	height: 30em;
	padding: 5px;
	border: 1px solid #ccc;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}

#popupRecipientBox {
	width: 550px; 
	position: absolute; 
	background-color: #cccccc; 
	border: 1px solid #808080; 
	margin-top: 42px; 
	margin-left: 10px;
	visibility: hidden;
}

#popupRecipientBoxInner {
	margin: 1px; 
	background-color: white;  
	border: 1px solid #808080;
	padding: 5px;
}

ul.searchResults {
	list-style-type: none;
}

ul.searchResults li {
	font-size: 12px;
	margin-bottom: 16px;	
}

ul.searchResults h4 {
	padding-bottom: 0px !important;
	font-size: 14px!important;
}

ul.searchResults p {
	font-size: 12px;
	margin-bottom: 0px !important;
}

ul.searchResults span {
	color: #808080;
}







.search_grid {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.search_grid li {
	position: relative;
	float: left;
	height: 190px;
	width: 33%;
	padding: 16px 0 0 0;
	margin: 0;
}
.search_grid li:hover {
	background: url("/casting/img/bg_searchgrid.gif") no-repeat top left;	

}
.search_grid li .cropper {
	width: 86px;
	height: 106px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.search_grid li .thumb_wrapper {
	position: absolute;
	top: 16px;
	left: 18px;
	width: 86px;
	height: 106px;
	background: url("/casting/img/thumb_wrapper.gif") no-repeat top left;	
}
.search_grid li img {
	display: block;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.search_grid li h3 {
	padding: 0 10px;
	font-size: 85%;
	font-weight: bold;
	background: none;
}
.search_grid li .sub {
	height: 20px;
	padding: 0 10px;
	color: #6b6b6b;
	font-size: 85%;
	font-weight: bold;
	color: purple;
	font-style: italic;	
}
.search_grid li .button_small {
	display: inline;
	margin: 0 0 0 36px;
}
.avatars, .sigs, .badges {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.avatars li {
	float: left;
	width: 25%;
	margin: 0 0 20px 0;
}
.avatars li strong {
	display: block;
	margin: 5px 0;
}
.avatars li textarea {
	width: 120px;
	height: 50px;
}
.sigs li {
	margin: 0 0 20px 0;
}
.sigs li strong {
	display: block;
	margin: 5px 0;
}
.sigs li textarea {
	width: 500px;
	height: 28px;
}

/* New homepage stuff */
.button_green {
	float: left;
	display: block;
	height: 36px;
	background: url("/img/button_green.gif") no-repeat top right;
	line-height: 100%;
}
.button_green span {
	position: relative;
	display: block;
	padding: 10px 25px 8px 25px;
	height: 18px;
	background: url("/img/button_green_cap.gif") no-repeat top left;
	color: #fff;
	font-weight: bold;
	font-size: 125%;

}
.button_green span img {
	position: absolute;
	right: 15px;
	top: 13px;
	z-index: 9999;
}
.button_green_small {
	float: left;
	display: block;
	height: 26px;
	background: url("/img/button_green_small.gif") no-repeat top right;
	line-height: 100%;
}
.button_green_small span {
	position: relative;
	display: block;
	padding: 5px 10px 8px 10px;
	height: 13px;
	background: url("/img/button_green_small_cap.gif") no-repeat top left;
	color: #fff;
	font-weight: bold;
	font-size: 100%;

}
.button_green_small span img {
	position: absolute;
	right: 7px;
	top: 8px;
	z-index: 9999;
}
.button_green:hover {
	text-decoration: none;
}
.homepage_box_top {
	float: left;
	height: 39px;
	width: 422px;
	margin: 0 17px 10px 2px;
	padding: 8px 10px 5px 10px;
	background: url("/img/homepage_box3.gif");
}
.homepage_box_top h3 {
	font-weight: bold;
	font-size: 125%;
	color: #000;
}
.homepage_box_top p {
	color: #371a7b;
	font-style: italic;
}
.homepage_box_top .button_green {
	float: right;
}
.top_castings_header h4 {
	padding: 11px;
	text-align: center;
	color: #000;
	line-height: 100%;
}
.top_castings {
	padding: 12px;
	height: 167px;
}
.top_casting {
	float: left;
	height: 143px;
	width: 271px;
	margin: 0 0 8px 0;
	padding: 12px;
	background: url("/img/top_castings_box3.gif");
}
.top_casting h4 {
	padding: 0 0 7px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	color: #2a303e;
}
.top_casting p {
	margin: 0;
	padding: 0;
	line-height: 115%;
}
.top_casting .button_green {
	float: left;
	margin: 00px 0 0 70px;
}
.ticker_box {
	height: 40px;
	width: 904px;
	margin: 5px 0 10px 3px;
	background: url("/img/ticker_box4.gif");
	text-transform: uppercase;
	color: #fff;
}
.ticker_box a {
	color: #fff;
}
.ticker_box h3 {
	float: left;
	display: block;
	padding: 4px 10px 7px 10px;
	height: 28px;
	border-right: 1px solid #e2e2e2;
	font-size: 200%;
}
.register_header {
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}
.quick_register {
	float: left;
	width: 440px;
	height: 462px;
	margin: 5px 20px 0 15px;
	background: url("/img/quick_register2.gif") no-repeat top left;
	line-height: 100%;
}
.quick_register h3 {
	font-weight: bold;
	font-size: 150%;
	margin: 0 0 8px 0;
	color: #2a303e;
}
.quick_register h4 {
	color: #371a7b;
	font-size: 100%;
}
.quick_register .red {	
	color: #AA0000;
}
.quick_register form .label {
	clear: both;
	display: block;
	float: left;
	width: 128px;
	height: 20px;
	padding: 10px;
}
.quick_register form .input_wrapper {
	float: left;
	width: 290px;
	height: 40px;
}
.quick_register form .input {
	margin: 10px;
	height: 10px;
	padding: 5px;
	width: 250px;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.quick_register form select {
	float: left;
	margin: 10px;
}
.quick_register form .select_dob {
	margin: 0 10px;
}
.quick_register form .checkbox {
	float: left;
	margin: 0
	padding: 0;
	height: 16px;
	width: 16px;
}
.quick_register form .label_checkbox {
	float: left;
	margin: 14px 0 0 0;
	padding: 0;
}
.quick_register form .select_label {
	float: left;
	display: block;
	font-size: 85%;
	margin: 3px 10px;
}
.quick_register form .checkbox {
	margin: 14px 10px;
}
.quick_register .button_wrapper {
	border-top: 1px solid #fff;
	padding: 0 10px 0 160px;
}
.quick_register .button_wrapper .button_green {
	float: right;
	margin: 10px 0 0 0;
}

.login {
	width: 440px;
	height: 130px;
	padding: 10px 0 0 0;
	background: url("/img/bg_login.gif") no-repeat top left;
}
.login label {
	clear: both;
	display: block;
	float: left;
	width: 148px;
	height: 20px;
	padding: 5px 10px 8px 10px;

	font-size: 11pt !important;
}
.login input {
	padding: 5px;
	width: 335px;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

.login .button_wrapper {
	border-top: 1px solid #fff;
	padding: 0 10px 0 160px;
}
.login .button_wrapper .button_green {
	float: right;
	margin: 10px 0 0 0;
}
.registration {
	float: left;
	width: 540px;
	height: 543px;
	background: url("/img/registration.gif") no-repeat top left;
	margin: 5px 20px 0 0; 
	line-height: 100%;
}
.registration h3 {
	font-weight: bold;
	font-size: 150%;
	margin: 0 0 8px 0;
	color: #2a303e;
}
.registration h4 {
	color: #371a7b;
	font-size: 100%;
}
.registration .red {	
	color: #AA0000;
}
.registration form .label {
	clear: both;
	display: block;
	float: left;
	width: 148px;
	height: 20px;
	padding: 12px 10px 8px 10px;

	font-size: 11pt !important;
}
.registration form .input_wrapper {
	float: left;
	width: 370px;
	height: 40px;

}
.registration form .input {
	margin: 10px;
	height: 10px;
	padding: 5px;
	width: 335px;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.registration form select {
	float: left;
	margin: 10px;
}
.registration form .select_dob {
	margin: 0 10px;
}
.registration form .checkbox {
	float: left;
	margin: 0
	padding: 0;
	height: 16px;
	width: 16px;
}
.registration form .label_checkbox {
	float: left;
	margin: 14px 0 0 0;
	padding: 0;
	font-size: 10pt !important;
}
.registration form .select_label {
	float: left;
	display: block;
	font-size: 85%;
	margin: 3px 10px;
	font-size: 9pt !important;
}
.registration form .checkbox {
	margin: 14px 10px;
}
.registration .button_wrapper {
	border-top: 1px solid #fff;
	padding: 0 10px 0 160px;
}
.registration .button_wrapper .button_green {
	float: right;
	margin: 10px 0 0 0;
}
.video {
	float: left;
	width: 420px;
	margin: 5px 0 0 0;
}
.video_text {
	margin-top: 1px;
	padding: 0;
	background: #d3d3df;
	height: 136px;
	line-height: 130%;
}
.video_text h3 {
	font-weight: bold;
	font-size: 125%;
	color: #371a7b;
}
.video_text ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style-type: none;
	font-size: 125%;
	font-weight: bold;
	color: #1b1b1b;
}
.video_text span {
	color: #371a7b;
}
.newsticker_wrapper {
	float: left;
	margin: 10px 10px 0 10px;
}
.newsticker-jcarousellite {
	font-size: 125%;
	font-weight: bold;
}
/* membership types */
.membership_types table {
	margin: 0 0 20px 0;
	border-right: 1px solid  #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.membership_types table th {
	padding: 25px 20px;
	height: 25px;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}
.membership_types table td {
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.membership_type_header {
	width: 100px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	background: #fff url("/img/membership_type_header.jpg") repeat-x bottom left;
}
.membership_type_label {
	width: 200px;
	padding: 15px 20px;
	background: #fff url("/img/membership_type_side.jpg") repeat-y top right;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	color: #222222;
	font-weight: bold;
}
.membership_types .button_wrapper .button_green {
	float: right;
}
.membership_type_cross {
	text-indent: -999px;
	background: url("/img/cross.gif") no-repeat 50% 50%;
}
.membership_type_tick {
	text-indent: -999px;
	background: url("/img/tick.gif") no-repeat 50% 50%;
}
.subs_list h3 {
	margin: 0 !important;
	padding: 0 !important;
}
.subs_list h3  label {
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	font-size: 150% !important;
}
.subs_list h3 span {
	font-size: 50%;
	color: #000;
}
.subs_list h4 {
	margin: 0;
	padding: 0 0 0 10px;
	color: #333399;
	font-size: 100%;
	font-weight: bold;
}
.subs_list input {
	float: left;
	width: 30px;
	margin: 5px 0 50px 10px;
}
.purple {
	color: #333399;
}
.standard_form .label {
	clear: both;
	display: block;
	float: left;
	width: 158px;
	height: 20px;
	padding: 10px;
	font-size: 100% !important;
}
.standard_form .input_wrapper {
	float: left;
	width: 290px;
	height: 40px;
}
.standard_form .data {
	padding: 10px !important;
}
.standard_form .input {
	margin: 10px;
	height: 10px;
	padding: 5px;
	width: 325px;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.standard_form select {
	float: left;
	margin: 10px;
}
.standard_form .select_dob {
	margin: 0 10px;
}
.standard_form .checkbox {
	float: left;
	margin: 0
	padding: 0;
	height: 16px;
	width: 16px;
}
.standard_form .label_checkbox {
	float: left;
	margin: 14px 0 0 0;
	padding: 0;
}
.standard_form .select_label {
	float: left;
	display: block;
	font-size: 85%;
	margin: 3px 10px;
}
.standard_form .checkbox {
	margin: 14px 10px;
}
.standard_form .button_wrapper {
	border-top: 1px solid #fff;
	padding: 0 10px 0 160px;
}
.standard_form .button_wrapper .button_green {
	float: right;
	margin: 10px 0 0 0;
}
.standard_form .input_wrapper .price {
	float: right;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 145%;
}
.paypal_button {
	clear: both;
	margin: 20px 0;
	float: right;
}
.approved_badge {
	position: absolute;
	right: 0;
	top: 0;
}
.show_approved {
	clear: both;
	margin: 5px 0 0 0;
	float: right;
}
.show_approved form {
	margin: 0;
	padding: 0;
}
#percent{
	width:140px;
	margin: 3px 0 10px 0;
	border:1px solid #ddd;
	height:31px;
}
#percent_bar{
	width:50%;
	padding: 8px 10px 12px 10px;
	height: 11px;
	background: url("/img/side_calls_hover.gif") repeat-x bottom left;
	color:#fff;
	text-align:center;
}
.payment_form {
	background: url("/img/bg_payment.gif") repeat-y;
	width: 540px;
}
.payment_top{
	height: 16px;
	width: 540px;
	background: url("/img/bg_payment_top.gif") no-repeat;
}
.payment_bottom {
	height: 40px;
	width: 540px;
	padding: 30px 0 0 0;
	background: url("/img/bg_payment_bottom.gif") no-repeat;
}